* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: 'vodafone_rgregular';
	src: url('../fonts/vodafonerg-regular-webfont.woff2') format('woff2'),
	url('../fonts/vodafonerg-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'vodafone_rgregular';
	src: url('../fonts/vodafonelt-regular-webfont.woff2') format('woff2'),
	url('../fonts/vodafonelt-regular-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;

}
@font-face {
	font-family: 'vodafone_rgregular';
	src: url('../fonts/vodafonerg-bold-webfont.woff2') format('woff2'),
	url('../fonts/vodafonerg-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;

}
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?10008383');
	src: url('../fonts/fontello.eot?10008383#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff2?10008383') format('woff2'),
	url('../fonts/fontello.woff?10008383') format('woff'),
	url('../fonts/fontello.ttf?10008383') format('truetype'),
	url('../fonts/fontello.svg?10008383#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
}
body {
	font-family: 'matrix-ii', serif;
	font-size: 22px;
	width: 100%;
	line-height: 1.4;
	color: #1f2121;
	cursor: none;
	margin-top: 100vh;
	background: #f8f8f8;
	overflow: hidden;
	-webkit-transition: none ;
	-moz-transition: none ;
	-ms-transition: none ;
	-o-transition: none ;
	transition: none ;
}
body:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-color: #1f2121;
}
body.IE_old {
	cursor: default;
}
.IE_old .theBall-outer {
	display: none!important;
}
body.loaded {
	-webkit-transition: margin-top .5s;
	-moz-transition: margin-top .5s;
	-ms-transition: margin-top .5s;
	-o-transition: margin-top .5s;
	transition: margin-top .5s;
	margin-top: 0;
	overflow-y: auto;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-down-open-mini:before { content: '\e804'; } /* '' */
.icon-left-open-mini:before { content: '\e805'; } /* '' */
.icon-right-open-mini:before { content: '\e806'; } /* '' */
.icon-up-open-mini:before { content: '\e807'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-link:before { content: '\f07b'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* 'п…­' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* 'пЊЊ' */
.icon-share:before { content: '\e80b'; } /* 'о ‹' */

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'matrix-ii', serif;
	font-weight: bold;
	margin: 0 0 50px;
}
h1 {
	font-size: 80px;
}
h2 {
	font-size: 60px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled),
a, button {
	cursor: none;
}
.IE_old [type=button]:not(:disabled), .IE_old [type=submit]:not(:disabled), .IE_old button:not(:disabled),
.IE_old a,
.IE_old button {
	cursor: pointer;
}
a:focus {
	outline: none;
}
button {
	outline: none!important;
}
iframe {
	max-width: 100%;
}
.loaded .preloader_box {
	z-index: -1;
	-webkit-transition: top .3s .4s;
	-moz-transition: top .3s .4s;
	-ms-transition: top .3s .4s;
	-o-transition: top .3s .4s;
	transition: top .4s .4s;
	top: 0;
}
.online .preloader_box {
	z-index: -1;
	top: 100%;
}
body.ajaxLoad {
	overflow: hidden;
}
.ajaxLoad .preloader_box {
	z-index: 1000;
	top: 0;
}
.preloader_box {
	-webkit-transition: top .2s;
	-moz-transition: top .2s;
	-ms-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s;
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'vodafone_rgregular';
	font-size: 116px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: 0.3px;
	-webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.2);
	background-color: #1f2121;
	word-break: break-all;
	text-align: justify;
}
.preloader_box  span.active{
	color: #f8f8f8;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

/*header*/
.header {
	position: fixed;
	left: 0;
	padding: 60px 65px 10px;
	z-index: 300;
	width: 100%;
	mix-blend-mode: difference;
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}
.header .magnetize {
	display: inline-block;
}
.header .form_logo {
	position: relative;
}
.page-template-about .default_form_logo {
	display: none;
}
.about_form_logo {
	display: none;
}
.page-template-about .about_form_logo {
	display: block;
}
.logo_box {
	pointer-events: auto;
}
.dark_logo,
.ie-edge.on_dark .dark_logo {
	display: none;
}
.ie-edge .dark_logo {
	display: block;
}
.ie-edge .light_logo {
	display: none;
}
.ie-edge.on_dark .light_logo {
	display: block;
}
.menu_btn {
	background: none;
	border: 0;
	font-size: 20px;
	letter-spacing: 0.4px;
	float: right;
	margin: 5px 0 0;
	font-weight: bold;
	pointer-events: auto;
	color: #fff;
}
.ie-edge .menu_btn {
	color: #1f2121;
}
.ie-edge.on_dark .menu_btn {
	color: #fff;
}
.logo_box img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
.back_btn {
	background: none;
	border: 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.4px;
	font-weight: bold;
	vertical-align: top;
	margin: 3px 0 0;
}
.top_section {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	will-change: transform;
}
.medium-zoom-image--opened {
	z-index: 1000;
}
.main_menu .form_title {
	width: 100%;
	max-width: none;
}
.main_menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 70%;
	background-color: #1f2121;
	height: 100%;
	-webkit-transition: all .7s cubic-bezier(0.4, 0, 0.36, 0.9);
	-moz-transition: all .7s cubic-bezier(0.4, 0, 0.36, 0.9);
	-ms-transition: all .7s cubic-bezier(0.4, 0, 0.36, 0.9);
	-o-transition: all .7s cubic-bezier(0.4, 0, 0.36, 0.9);
	transition: all .7s cubic-bezier(0.4, 0, 0.36, 0.9);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 400;
	padding: 0 100px;
	overflow: hidden;
}
.menu_opened {
	overflow: hidden!important;
	padding-right: 17px;
}
.main_menu .row {
	height: 100%;
}
.menu_opened .main_menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.menu_mobile_inner {
	height: 100%;
}
.menu_head {
	margin: 70px 0 0;
}
.search_btn {
	font-size: 21px;
	letter-spacing: 0.3px;
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 0;
	color: #fff;
	float: right;
}
.search_input {
	border: 0;
	padding: 0 29px 0 0;
	width: 100%;
	border-radius: 0;
	background: none;
	font-size: 21px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -2px;
	height: 100%;
	outline: 0!important;
}
.search_active .search_input {
	outline: 0;
	border-bottom: solid 1px #e60000;
}
.search_box_inner {
	background-color: #1f2121;
	position: absolute;
	width: 22px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	height: 45px;
	top: -5px;
	padding: 5px 0;
	z-index: 5;
}
.search_active .search_box_inner {
	width: 270px;
}
.bottom_section .search_box_inner {
	right: 0;
	background: none;
}
.search_box {
	display: inline-block;
	position: relative;
	margin-right: 50px;
	width: 22px;
	height: 30px;
}
.bottom_section .search_box {
	margin-right: 0;
	margin-left: auto;
}

.search_info {
	display: none;
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #ffffff;
	line-height: 1;
	position: absolute;
	bottom: -20px;
	left: 0;
	font-family: 'vodafone_rgregular';
}
.search_clear {
	background: none;
	border: 0;
	text-decoration: underline;
	color: #ffffff;
}
.top_menu {
	font-size: 21px;
	letter-spacing: 0.3px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 71px;
}
.top_menu li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
}
.top_menu li + li {
	margin-left: 45px;
}
.top_menu li a {
	color: #fff;
}
.top_menu li a:focus,
.top_menu li a:hover {
	text-decoration: none;
}
.close_menu {
	display: inline-block;
	background: none;
	border: 0;
	color: #fff;
	font-size: 21px;
	letter-spacing: 0.3px;
	vertical-align: top;
	margin-left: 45px;
}
.right_menu {
	margin: 4px 0 16px;
	list-style: none;
	font-size: 44px;
	line-height: 1;
	letter-spacing: 0.6px;
}
.right_menu li {
	margin: 0 0 14px;
}
.right_menu li a {
	color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.right_menu li a:hover {
	text-decoration: none;
}
.right_menu a.active {
	color: #fff;
}
.menu_articles_wrap {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.menu_articles_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -19px;
	padding: 170px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: auto;
}
.menu_articles_wrap .small_title {
	margin: 0 0 35px;
}
.menu_article_box {
	margin: 0 0 55px;
	max-width: 85%;
	max-width: 465px;
}
.menu_article_box figure {
	margin: 0 0 31px;
}

.page_wrap {
	background: #f8f8f8;
	position: relative;
	left: 0;
	-webkit-transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_opened .page_wrap {
	left: -69%;
	-webkit-transition: all .7s cubic-bezier(0.4, 0, 0.46, 0.77);
	-moz-transition: all .7s cubic-bezier(0.4, 0, 0.46, 0.77);
	-ms-transition: all .7s cubic-bezier(0.4, 0, 0.46, 0.77);
	-o-transition: all .7s cubic-bezier(0.4, 0, 0.46, 0.77);
	transition: all 0.7s cubic-bezier(0.4, 0, 0.46, 0.77);
}
.menu_opened .close_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 350;
}
.menu_opened .journal_progress {
	 width: calc(100% - 17px);
 }
.menu_opened .author_img {
	 left: -webkit-calc(50% - 8px);
	 left: calc(50% - 8px);
 }
.content--intro {
	z-index: 100;
	height: 100vh;
	width: 100%;
	position: relative;
}
.shape-wrap {
	position: absolute;
	top: 0;
	width: 100%;
}
.content_section {
	position: relative;
	padding: 30px 0 0;
}
.section_to_fix_wrap {
	background-color: #f8f8f8;
	position: relative;
	z-index: 3;
}
.shape2 {
	position: absolute;
	width: 100%;
	top: 101%;
	z-index: 100;
	pointer-events: none;
	height: 100px;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	fill: #f8f8f8;
	will-change: transform;
}
.shape_change .shape2 {
	will-change: unset!important;
}

.page_title {
	font-size: 80px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 51px;
}
.content_box {
	font-family: 'vodafone_rgregular';
	max-width: 600px;
	margin: 0 auto;
	padding: 90px 0;
	line-height: 1.2;
	letter-spacing: 0.28px;
}
.content_box_tag {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 30px;
}
.content_box p {
	margin: 0 0 21px;
}
.content_box ul,
.content_box ol {
	margin-left: 20px;
}
.content_box a:not(.link_transform) {
	position: relative;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
}
.content_box a:not(.link_transform):hover:before {
	width: 0;
}
.content_box a:not(.link_transform):before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #e60000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.content_box_sm {
	max-width: 540px;
	margin: 0 auto;
}
.dir_title {
	font-size: 24px;
	letter-spacing: 0.3px;
	text-align: center;
	color: #e60000;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 50px;
}
.page_subtitle {
	font-size: 36px;
	line-height: 1.22;
	letter-spacing: -0.5px;
	text-align: center;
	max-width: 1020px;
	margin: 0 auto 20px;
	font-weight: normal;
}
.page_subtitle a {
	color: #1f2121;
}
.page_subtitle a:hover {
	color: #1f2121;
	text-decoration: none;
}
.fade_image {
	max-width: 890px;
	margin: 20px auto;
}
.fade_image_wrap {
	position: relative;
}
.fade_image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #f8f8f8;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.fig_caption {
	font-family: 'vodafone_rgregular';
	font-size: 16px;
	letter-spacing: 0.2px;
	text-align: center;
	color: #1f2121;
	margin: 35px 0;
}
.quot_box {
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: -0.6px;
	text-align: center;
	padding: 97px 0;
}
.video_box {
	margin: 35px auto;
	text-align: center;
	padding: 0!important;
	position: relative;
}
.video_box.content_box {
	max-width: 836px;
}
.video_box .img_zoom_caption {
	position: static;
}
.video_box_wrap {
	display: inline-block;
	position: relative;
	height: 100%;
}
.video_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;

}
.video_overlay:before {
	font-family: 'matrix-ii', serif;
	content: 'Play';
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 65px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
.video_overlay:hover:before {
	display: none;
}
.video_overlay_pause {
	display: none;
}
.playing .video_overlay_play {
	display: none;
}
.playing .video_overlay_pause {
	display: block;
}
.video_box iframe {
	margin: 0 auto;
	display: block;
	cursor: none;
}

.IE_old .video_box iframe {
	cursor: default;
}
.carousel_box {
	margin: 0 0 74px;
	position: relative;
	z-index: 3;
}
.fotorama__caption {
	font-family: 'vodafone_rgregular';
	background: none;
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #ffffff;
	mix-blend-mode: difference;
	left: 65px;
	position: absolute;
	bottom: 34px;
}
.carousel_box .fotorama__arr {
	width: 50%;
	top: 16px;
	height: 100%;
	background: none;
	-webkit-transform: translate3d(0, 0, 0)!important;
	-moz-transform: translate3d(0, 0, 0)!important;
	-ms-transform: translate3d(0, 0, 0)!important;
	-o-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
	cursor: none;
}
.IE_old .carousel_box .fotorama__arr {
	cursor: default;
}
.fotorama__wrap {
	margin: 0 auto;
}
.fotorama__caption__wrap {
	background: none;
}

.lSSlideWrapper.usingCss .lSFade.lightSliderLoaded>.lslide {
	display: block;
	cursor: none;
}
.IE_old .lSSlideWrapper.usingCss .lSFade.lightSliderLoaded>.lslide{
	cursor: default;
}
.lSSlideOuter .lSPager.lSpg {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	pointer-events: none;
}
.main_hero .lSSlideOuter .lSPager.lSpg {
	bottom: 40px;
}
.lSSlideOuter .lSPager.lSpg>li {
	padding: 0 3px;
	font-size: 0;
}
.lSSlideOuter .lSPager.lSpg>li a {
	border: solid 1px #ffffff;
	width: 5px;
	height: 5px;
	background-color: transparent;
}
.lSSlideOuter .lSPager.lSpg>li.active a {
	background-color: #fff;
}
#lightSlider li > img {
	width: 100%;
}
.lightSliderBg .lightSlider>li {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.lightSliderBg,
.lightSliderBg .lSSlideOuter,
.lightSliderBg .lSSlideWrapper,
.lightSliderBg .lightSlider>li {
	height: 100%;
}

.lightSliderBg .lightSlider {
	padding-bottom: 0!important;
	height: 100%!important;
}
.lSSlideWrapper.usingCss .lSFade>.lslide {
	-webkit-transition: all .6s ease-out!important;
	-moz-transition: all .6s ease-out!important;
	-ms-transition: all .6s ease-out!important;
	-o-transition: all .6s ease-out!important;
	transition: all .6s ease-out!important;
	opacity: 1!important;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	background-color: #000;
}
.carousel_box .lSSlideWrapper.usingCss .lSFade>.lslide {
	background-color: #f8f8f8;
	min-height: 100%;
}
.carousel_box #lightSlider li > img {
	max-height: 100vh;
	/*min-height: 100%;*/
	width: auto;
	margin: 0 auto;
	display: block;
}
.lSSlideWrapper.usingCss .lSFade>.active.lslide {
	z-index: 30;
}
.lSSlideWrapper.usingCss .lSFade>.lslide.next {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	 z-index: 20;
	-webkit-transition:  none!important;
	-moz-transition:  none!important;
	-ms-transition:  none!important;
	-o-transition:  none!important;
	transition:  none!important;
}
.lSSlideWrapper.usingCss .lSFade>.lslide.prev {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(-100%);
	-webkit-transition:  none!important;
	-moz-transition:  none!important;
	-ms-transition:  none!important;
	-o-transition:  none!important;
	transition:  none!important;
	z-index: 20;
}
.lSSlideWrapper.usingCss .lSFade>.lslide.nextnext,
.lSSlideWrapper.usingCss .lSFade>.lslide.prevprev {
	z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade>.lslide a {
	color: #fff;
}
.lSSlideWrapper.usingCss .lSFade>.lslide a:hover {
	text-decoration: underline;
	color: #fff;
}
.lSAction a {
	width: 50%;
	height: 100%;
	top: 0;
	margin: 0;
	background: none;
	cursor: none;
}
.IE_old .lSAction a {
	cursor: default;
}
.lSAction .lSPrev {
	left: 0;
}
.lSAction .lSNext {
	right: 0;
}


.images_container {
	display: flex;
	margin: 20px auto 38px;
	justify-content: center;
	max-width: 836px;
}
.images_container .image_item {
	position: relative;
	margin: 0 0 50px;
	flex: 0 1 auto;
	text-align: center;
}
.images_container .image_item img {
	/*max-height: 470px;
	width: 836px;*/
}
.images_container .image_item + .image_item {
	margin-left: 1%;
}
.img_zoom_caption {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 10px;
	font-family: 'vodafone_rgregular';
	background: none;
	font-size: 14px;
	letter-spacing: 0.2px;
}
.featuredcaption a,
.img_zoom_caption a {
	position: relative;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
}
.featuredcaption a:before,
.img_zoom_caption a:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #e60000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.featuredcaption a:hover:before,
.img_zoom_caption a:hover:before {
	width: 0;
}
.link {
	font-family: 'matrix-ii', serif;
	font-size: 22px;
	letter-spacing: 0.2px;
	color: #1f2121;
	position: relative;
}
.link + .link {
	margin-left: 15px;
}
.link:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #e60000;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.link:hover {
	text-decoration: none;
	color: #1f2121;
}
.link:hover:before {
	width: 0;
}
.link_transform {
	font-family: 'matrix-ii', serif;
	letter-spacing: 0.2px;
	color: #1f2121;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-filter: blur(0);
	filter: blur(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	white-space: nowrap;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.link_transform span {
	min-width: 6.3px;
	font-size: 22px;
	margin: 0;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	-webkit-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	-moz-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	-ms-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	-o-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
}
.link_transform span:nth-child(0n) {
	transition-delay: 0ms;
}
.link_transform span:nth-child(0n):after {
	transition-delay: 0ms;
}
.link_transform span:nth-child(1n) {
	transition-delay: 83.3333333333ms;
}
.link_transform span:nth-child(1n):after {
	transition-delay: 83.3333333333ms;
}
.link_transform span:nth-child(2n) {
	transition-delay: 166.6666666667ms;
}
.link_transform span:nth-child(2n):after {
	transition-delay: 166.6666666667ms;
}
.link_transform span:nth-child(3n) {
	transition-delay: 250ms;
}
.link_transform span:nth-child(3n):after {
	transition-delay: 250ms;
}
.link_transform span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -1%;
	width: 102%;
	height: 2px;
	background-color: #e60000;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	-moz-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	-ms-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	-o-transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
	transition:  transform cubic-bezier(0.77, 0, 0.175, 1) 250ms, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
}
.link_transform:hover {
	color: #1f2121;
}
.link_transform:hover span {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link_transform:hover span:after {
	-webkit-transform: scaleY(6);
	transform: scaleY(6);
}


/*bottom_section*/
.bottom_section {
	position: relative;
	background: #1f2121;
	padding: 100px 0 40px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 5;
}
.color_changing .bottom_section {
	background: #b70707;
}
.left_box {
	max-width: 70%;
	float: left;
	width: 100%;
}
.fixed_box {
	z-index: 2;
	text-align: right;
	font-family: 'matrix-ii', serif;
	max-width: 30%;
	float: right;
	width: 100%;
}
.fixed_box_menu {
	margin: 4px 0 16px;
	list-style: none;
	font-size: 44px;
	line-height: 1;
	letter-spacing: 0.6px;
}
.fixed_box_menu li {
	margin: 0 0 14px;
}
.fixed_box_menu li a {
	color: rgba(246, 246, 246, 0.4);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.fixed_box_menu li a:hover {
	text-decoration: none;
}
.fixed_box_menu a.active {
	color: #fff;
}
.fixed_box_link {
	font-size: 21px;
	letter-spacing: 0.3px;
	color: rgba(246, 246, 246, 0.4);
	margin: 0 0 41px;
	display: inline-block;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.fixed_box_link.active,
.fixed_box_link:hover {
	color: #ffffff;
	text-decoration: none;
}
.fixed_box_submenu {
	list-style: none;
}
.fixed_box_submenu li {
	margin: 0 0 15px;
}
.fixed_box_submenu a {
	color: #fff;
}
.fixed_box_submenu a:hover {
	text-decoration: none;
}
.small_title {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.2px;
	color: #f8f8f8;
	margin: 0 0 100px;
}
.small_subtitle {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.2px;
	color: #f8f8f8;
	margin: 0 0 30px;
}
.article_box {
	max-width: 370px;
	margin: 0 0 103px;
}
.article_box_title {
	font-size: 24px;
	line-height: 1.25;
	color: #fff;
	font-weight: normal;
}
.article_box_title a{
	color: #fff;
}
.article_box_title a:hover{
	text-decoration: none;
}
.article_box figure {
	margin: 0 0 31px;
	position: relative;
	overflow: hidden;
}
.article_link {
	font-size: 18px;
	letter-spacing: 0.2px;
	color: #f8f8f8;
	text-decoration: underline;
}
.article_link:hover {
	color: #f8f8f8;
	text-decoration: none;
}
.articles_list {
	margin: 0 0 200px;
}
.container_left {
	position: relative;
}
.fixed_section .section_to_fix {
	position: fixed;
	width: 100%;
}
.contact_form {
	color: #fff;
	margin: 120px 0 275px;
	max-width: 830px;
	position: relative;
}
.form_logo {
	position: absolute;
	right: 0;
	top: 0;
}

.logo_inner {
	position: absolute;
	left: 26px;
	top: 26px;
	z-index: 2;
}
.form-group {
	position: relative;
	margin: 0 0 20px;
}
.form-label {
	font-size: 32px;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 10px;
	color: #fff;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	pointer-events: none;
	margin: 0;
}
.focused .form-label {
	top: -12px;
	font-size: 18px;
}
.form-input {
	margin: 0 0 20px;
	position: relative;
	padding: 10px 0 0;
	width: 100%;
	outline: 0;
	border: 0;
	background: none;
	border-bottom: 1px solid #d8d8d8;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #fff;
	height: 60px;
	font-size: 32px;
	border-radius: 0;
}
.form-input:focus {
	border-bottom: 1px solid #e60000;
}
.form-input.filled {
	border-bottom: 1px solid #d8d8d8;
}
.form_title {
	font-size: 32px;
	letter-spacing: 0.1px;
	margin: 0 0 58px;
	max-width: 450px;
	line-height: 1.17;
	width: 75%;
}
.form_note {
	font-size: 14px;
	opacity: 0.6;
	color: #fff;
	font-family: 'vodafone_rgregular';
	letter-spacing: 0.1px;
}
.form_note a {
	color: #fff;
}
.footer_form_wrap {
	min-height: 300px;
}
.header_form_wrap {
	min-height: 420px;
}
.form_thanks {
	display: none;
	font-size: 32px;
	letter-spacing: 0.12px;
	color: #ffffff;
}
.btn_submit {
	background: none;
	border: 0;
	color: #fff;
	opacity: 0.2;
	font-size: 32px;
	letter-spacing: 2px;
	margin: 15px 0 0;
	font-weight: bold;
}
.form_ready .btn_submit {
	opacity: 1;
}
.footer_logo {
	margin-bottom: 30px;
}
.footer {
	color: #f8f8f8;
	opacity: 0.5;
	font-family: 'vodafone_rgregular';
	margin: 0 0 40px;
	clear: both;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.color_changing .footer {
	opacity: 1;
}
.footer_text {
	font-size: 16px;
	letter-spacing: 0.2px;
	margin: 0 0 36px;
}
.social_box {
	margin-bottom: 29px;
}
.social_box a {
	color: #f8f8f8;
	font-size: 16px;
	margin: 0 22px 10px 0;
	display: inline-block;
	vertical-align: top;
}
.social_box a:hover {
	opacity: 1;
	text-decoration: none;
}
.footer_links {
	margin-bottom: 43px;
}
.footer_links li {
	list-style: none;
	display: inline-block;
	margin: 0 30px 10px 0;
}
.footer_links a {
	font-family: 'vodafone_rgregular';
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #f8f8f8;
	text-decoration: underline;
}
.footer_links a:hover {
	text-decoration: none;
	color: #f8f8f8;
}
.footer_copyright {
	font-size: 12px;
	letter-spacing: 0.2px;
}

.theBall, .theBall-outer {
	mix-blend-mode: exclusion;
	width: 34px;
	height: 34px;
}
.theBall-outer {
	position: fixed;
	top: -32px;
	left: -32px;
	z-index: 5000;
	pointer-events: none!important;
}

.theBall {
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-moz-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-ms-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-o-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	font-size: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-weight: bold;
	-webkit-transform: scale(.57);
	-moz-transform: scale(.57);
	-ms-transform: scale(.57);
	-o-transform: scale(.57);
	transform: scale(.57);
	flex-direction: column;
}
.theBall span {
	font-size: 6px;
	margin: 1px 0 0;
	display: inline-block;
	height: 7px;
}
.theBall.zooming {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ie-edge .theBall.cursor_white {
	background-color: #fff;
	color: #1f2121;
}
.theBall.zooming_lg,
.theBall.zooming_prev,
.theBall.zooming_next {
	-webkit-transform: scale(2.51);
	-moz-transform: scale(2.51);
	-ms-transform: scale(2.51);
	-o-transform: scale(2.51);
	transform: scale(2.51);
}
.theBall.zooming_next:before {
	content: 'Next';
}
.theBall.zooming_prev:before {
	content: 'Prev';
}
.medium-zoom-image {
	cursor: none!important;
}
.medium-zoom--opened .medium-zoom-overlay {
	z-index: 300;
	cursor: none!important;
	background-color: #f8f8f8!important;
}
.blue_theme.medium-zoom--opened .medium-zoom-overlay {
	background-color: #dff0f3!important;
}
.yellow_theme.medium-zoom--opened .medium-zoom-overlay {
	background-color: #fdf6e8!important;
}
.pink_theme.medium-zoom--opened .medium-zoom-overlay {
	background-color: #eee8ec!important;
}
.article_page .journal_progress {
	display: block;
}
.journal_progress {
	display: none;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: rgba(47, 56, 109, 0.05);
	position: fixed;
	z-index: 50;
	pointer-events: none;
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.journal_progress_bar {
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #1f2121;
}
.share_section_wrap {
	position: relative;
	min-height: 145px;
	margin: 22px 0 101px;
}
.share_section {
	text-align: right;
	-webkit-transform: translateX(100px) translateZ(0);
	-moz-transform: translateX(100px) translateZ(0);
	-ms-transform: translateX(100px) translateZ(0);
	-o-transform: translateX(100px) translateZ(0);
	transform: translateX(100px) translateZ(0);
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	z-index: 15;
}
.share_transform .share_section {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-ms-transform: translateX(0) translateZ(0);
	-o-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
}
.share_title {
	font-size: 36px;
	letter-spacing: 0.2px;
	font-weight: bold;
	margin: 0 0 22px;
}
.share_list a {
	color: #1f2121;
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	font-size: 23px;
}
.share_list a:hover {
	text-decoration: none;
}
.author_section_wrap {
	position: relative;
	height: 110px;
	margin: 0 0 170px;
}
.author_section {
	display: flex;
	position: relative;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	opacity: 0;
	-webkit-transform: translateX(-100px) translateZ(0);
	-moz-transform: translateX(-100px) translateZ(0);
	-ms-transform: translateX(-100px) translateZ(0);
	-o-transform: translateX(-100px) translateZ(0);
	transform: translateX(-100px) translateZ(0);
}
.author_transform  .author_section {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-ms-transform: translateX(0) translateZ(0);
	-o-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
}
.author_section_content {
	margin-left: 130px;
	max-width: 750px;
}
.author_section_text {
	font-size: 20px;
	font-family: 'vodafone_rgregular';
	line-height: 1.1;
	margin: 0 0 17px;
}
.author_section_content .share_title {
	margin: 0 0 11px;
}
.author_section_img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 15px;
}

.show_bottom .author_img {
	bottom: 40px;
}
.author_transform .author_img {
	position: absolute;
	-webkit-transform: translateX(-615px) translateZ(0);
	-moz-transform: translateX(-615px) translateZ(0);
	-ms-transform: translateX(-615px) translateZ(0);
	-o-transform: translateX(-615px) translateZ(0);
	transform: translateX(-615px) translateZ(0);
	z-index: 0;
}
.author_img {
	position: fixed;
	bottom: -100px;
	left: 50%;
	z-index: 30;
	-webkit-transition: transform .7s ease, bottom .7s ease;
	-moz-transition: transform .7s ease, bottom .7s ease;
	-ms-transition: transform .7s ease, bottom .7s ease;
	-o-transition: transform .7s ease, bottom .7s ease;
	transition: transform .7s ease, bottom .7s ease;
	-webkit-transform: translateX(-615px) translateZ(0);
	-moz-transform: translateX(-615px) translateZ(0);
	-ms-transform: translateX(-615px) translateZ(0);
	-o-transform: translateX(-615px) translateZ(0);
	transform: translateX(-615px) translateZ(0);
	-webkit-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	-moz-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	-ms-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	-o-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	transform: translateX(calc(-50vw + 80px)) translateZ(0);
}
.author_img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(.8) translateZ(0);
	-moz-transform: scale(.8) translateZ(0);
	-ms-transform: scale(.8) translateZ(0);
	-o-transform: scale(.8) translateZ(0);
	transform: scale(.8) translateZ(0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.zooming_author.author_img img {
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
}
.author_transform .author_img img {
	-webkit-transform: scale(1.33) translateZ(0);
	-moz-transform: scale(1.33) translateZ(0);
	-ms-transform: scale(1.33) translateZ(0);
	-o-transform: scale(1.33) translateZ(0);
	transform: scale(1.33) translateZ(0);
}
.author_content {
	display: none;
	min-width: 250px;
	font-size: 16px;
	color: #fff;
	position: fixed;
	bottom: 25px;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-615px) translateZ(0);
	-moz-transform: translateX(-615px) translateZ(0);
	-ms-transform: translateX(-615px) translateZ(0);
	-o-transform: translateX(-615px) translateZ(0);
	transform: translateX(-615px) translateZ(0);
	-webkit-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	-moz-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	-ms-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	-o-transform: translateX(calc(-50vw + 80px)) translateZ(0);
	transform: translateX(calc(-50vw + 80px)) translateZ(0);
	mix-blend-mode: difference;
	padding-left: 70px;
}
.author_name {
	font-size: 22px;
	letter-spacing: 0.2px;
	font-weight: bold;
}
.author_box_mobile {
	text-align: center;
	font-size: 12px;
	margin: 0 0 50px;
}
.author_img_mobile {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.author_name_mobile {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1px;
}
.show_bottom .share_box {
	bottom: 40px;
}
.share_transform .share_box {
	-webkit-transform: translateX(640px) translateZ(0);
	-moz-transform: translateX(640px) translateZ(0);
	-ms-transform: translateX(640px) translateZ(0);
	-o-transform: translateX(640px) translateZ(0);
	transform: translateX(640px) translateZ(0);
	position: absolute;
}
.share_box {
	position: fixed;
	bottom: -100px;
	right: 50%;
	z-index: 30;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(640px) translateZ(0);
	-moz-transform: translateX(640px) translateZ(0);
	-ms-transform: translateX(640px) translateZ(0);
	-o-transform: translateX(640px) translateZ(0);
	transform: translateX(640px) translateZ(0);
	-webkit-transform: translateX(calc(50vw - 80px)) translateZ(0);
	-moz-transform: translateX(calc(50vw - 80px)) translateZ(0);
	-ms-transform: translateX(calc(50vw - 80px)) translateZ(0);
	-o-transform: translateX(calc(50vw - 80px)) translateZ(0);
	transform: translateX(calc(50vw - 80px)) translateZ(0);
	mix-blend-mode: difference;
	text-align: center;
	width: 40px;
}
.share_links {
	display: none;
}
.share_links a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 0 auto 35px;
	text-align: center;
	text-decoration: none;
}
.share_links a:hover {
	text-decoration: none;
}
.share_btn {
	background: none;
	border: 0;
	color: #fff;
}

.hide_header .header {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*home page*/
.slide_caption {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 10%;
}
.slide_caption .page_title {
	color: #fff;
	margin: 0 0 15px;
	font-weight: bold;
	letter-spacing: 1px;
	max-width: 100%;
}
.slide_caption .dir_title {
	margin: 0 0 20px;
}
.home_hero .lSAction a {
	width: 15%;
}
.home_hero {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	background: #1f2121;
}
.loaded .home_hero {
	position: fixed;
}
.home_content {
	background-color: #f8f8f8;
	position: relative;
	padding: 173px 0 50px
}
.home_content .page_subtitle {
	max-width: 820px;
	letter-spacing: 0.5px;
}
.full_height {
	height: 100vh;
	pointer-events: none;
}
.article_block {
	max-width: 350px;
	margin: 0 0 60px;
}
.article_block figure {
	margin: 0 0 19px;
	position: relative;
	overflow: hidden;
}
.article_dir {
	font-size: 13px;
	letter-spacing: 0.2px;
	color: #e60000;
	margin: 0 0 16px;
}
.article_dir a {
	color: #e60000;
}
.article_dir a:hover {
	text-decoration: none;
}
.article_block_animation {
	opacity : 0;
	position : relative;
	top : 100px;
}
.article_block_title {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.27;
	margin: 0 0 10px;
	min-height: 81px;
}
.img_loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .5s .5s;
	-moz-transition: all .5s .5s;
	-ms-transition: all .5s .5s;
	-o-transition: all .5s .5s;
	transition: all .5s .5s;
}
.img_loader video {
	max-width: 100%;
}
.img_loader_wrap {
	min-height: 233px;
}
.img_loader_wrap img {
	position: relative;
	z-index: 3;
	-webkit-transform: translateY(100%) translateZ(0);
	-moz-transform: translateY(100%) translateZ(0);
	-ms-transform: translateY(100%) translateZ(0);
	-o-transform: translateY(100%) translateZ(0);
	transform: translateY(100%) translateZ(0);
	-webkit-transition: all .5s .5s;
	-moz-transition: all .5s .5s;
	-ms-transition: all .5s .5s;
	-o-transition: all .5s .5s;
	transition: all .5s .5s;
	width: 100%;
}
.loaded_img.img_loader_wrap a {
	display: block;
}
.loaded_img.img_loader_wrap img {
	-webkit-transform: translateY(0) translateZ(0);
	-moz-transform: translateY(0) translateZ(0);
	-ms-transform: translateY(0) translateZ(0);
	-o-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}
.article_block_title a {
	color: #1f2121;
}
.article_block_title a:hover {
	text-decoration: none;
}
.tabs_list {
	margin: 70px 0 0;
}
.article_nav {
	justify-content: center;
	margin: 0 0 62px;
}
.article_nav li {
	margin: 0 10px;
}
.article_nav li a {
	font-size: 18px;
	letter-spacing: 0.2px;
	color: #e60000;
	text-decoration: none;
}
.article_nav li a.active {
	font-weight: bold;
}
.menu_subnav {
	margin: 0 0 30px;
}
.left_box .menu_subnav {
	margin: 0 0 100px;
}
.menu_subnav li + li{
	margin-left: 30px;
}
.menu_subnav li a {
	font-size: 18px;
	letter-spacing: 0.2px;
	color: rgba(248, 248, 248, 0.4);
	text-decoration: none;
}
.menu_subnav li a.active {
	color: #f8f8f8;
}
.btn_link {
	font-size: 16px;
	text-align: center;
	color: #1f2121;
	text-decoration: underline;
}
.btn_link:hover {
	color: #1f2121;
	text-decoration: none;
}
.video_gallery_wrap {
	position: relative;
	padding-left: 70px;
}
.video_gallery_section {
	padding: 54px 0 150px;
}
.rotated_title {
	-webkit-transform: rotate(-90deg) translateX(-66%);
	-moz-transform: rotate(-90deg) translateX(-66%);
	-ms-transform: rotate(-90deg) translateX(-66%);
	-o-transform: rotate(-90deg) translateX(-66%);
	transform: rotate(-90deg) translateX(-66%);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	margin: 0;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 1;
}
.title_overlay {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(248, 248, 248, 0.76);
}
.video_sidebar {
	width: 30%;
	padding-left: 35px;
}
.video_title {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.4px;
	margin: 10px 0 23px;
}
.video_text {
	font-size: 16px;
	line-height: 1.15;
	letter-spacing: 0.2px;
	font-family: 'vodafone_rgregular';
	max-height: 72px;
	overflow: hidden;
}
.next_video_header {
	font-size: 16px;
	letter-spacing: 0.2px;
	margin: 0 0 15px;
}
.all_videos_link {
	text-decoration: underline;
	color: #1f2121;
	margin-left: 5px;
}
.all_videos_link:hover {
	text-decoration: none;
	color: #1f2121;
}
.next_video_text {
	font-size: 12px;
	line-height: 1.15;
	letter-spacing: 0.2px;
	font-family: 'vodafone_rgregular';
	max-height: 26px;
	overflow: hidden;
}
.next_video_text_wrap {
	min-height: 26px;
}
.next_video_img {
	width: 240px;
	height: 145px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 26px 0 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}
.next_video_img li {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.next_video_box {
	position: absolute;
	bottom: 0;
}
.video_gallery {
	overflow: hidden;
	position: relative;
	display: flex;
}
.video_gallery_nav {
	position: absolute;
	left: 8px;
	top: 140px;
	width: 50px;
	text-align: center;
	font-weight: bold;
}
.slideshow {
	padding: 0;
	margin: 0;
	width: 70%;
	list-style-type: none;
	height: 480px;
	position: relative;
	overflow: hidden;
}
.video_player {
	/*height: 100%;*/
}
.slideshow__item {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.slideshow__item.current{
	pointer-events: auto;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slideshow__item.in--next {
	-webkit-animation: inNext 1s forwards ease-in-out;
	animation: inNext 1s forwards ease-in-out;
	pointer-events: none;
}

.slideshow__item.out--next {
	-webkit-animation: outNext 1s forwards ease-in-out;
	animation: outNext 1s forwards ease-in-out;
	pointer-events: none;
	z-index: 101;
}
.NoAnimation .slideshow__item {
	pointer-events: none;
}
.header_mobile {
	display: none;
}
.zoomable_caption {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	z-index: 1005;
	color: #fff;
	background: rgba(33, 37, 41, 0.6);
}
.search_field {
	position: relative;
	max-width: 450px;
	margin: 0 auto 60px;
}
.search_field .search_btn {
	position: absolute;
	right: 0;
	color: #1f2121!important;
	top: 0;
}
.search_field .search_info,
.search_field .search_clear {
	color: #1f2121;
}
.search_input_field {
	outline: 0!important;
	border: 0;
	padding: 0 29px 0 0;
	width: 100%;
	border-radius: 0;
	background: none;
	font-size: 21px;
	color: #1f2121;
	border-bottom: solid 1px #e60000;
	height: 31px;
}

@-webkit-keyframes inNext {
	0% {
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes inNext {
	0% {
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes outNext {
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes outNext {
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.video_data {
	display: none;
}
.close_text {
	display: none;
}

.author_list_text {
	text-align: center;
	font-family: 'vodafone_rgregular';
	font-size: 16px;
	margin: 25px 0 28px;
	letter-spacing: 0.4px;
}
.author_list {
	list-style: none;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.author_list li {
	display: inline-block;
	margin: 0 5px 10px;
}
.author_filter_link {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.author_filtered .author_filter_link {
	opacity: .5;
}
.author_filter_link.active,
.author_filter_link.author_active {
	opacity: 1;
	-webkit-transform: scale(1.2) translateZ(0);
	-moz-transform: scale(1.2) translateZ(0);
	-ms-transform: scale(1.2) translateZ(0);
	-o-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}
.author_filter_content {
	position: absolute;
	top: 7px;
	min-height: 35px;
	text-align: center;
	width: 100%;
	display: none;
	background: #f8f8f8;
	font-family: 'vodafone_rgregular';
	font-size: 12px;
	letter-spacing: 0.3px;
}
.author_filter_content a {
	color: #1f2121;
	text-decoration: underline;
}
.author_filter_content a:hover {
	color: #1f2121;
	text-decoration: none;
}
.author_filter_content.author_name_active {
	display: block;
}
.more_author {
	background: none;
	border: 0;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	width: 30px;
	text-align: center;
}
.author_list_wrap {
	position: relative;
}
.about_author_list {
	margin: 70px 0 120px;
}
.author_list_bottom {
	position: relative;
	height: 40px;
	text-align: center;
}
.author_name_hover {
	position: absolute;
	top: 7px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: none;
	background: #f8f8f8;
	font-family: 'vodafone_rgregular';
	font-size: 12px;
	letter-spacing: 0.3px;
}
.author_name_hover.author_name_active {
	display: block;
}
.author_page_img {
	width: 80px;
	height: 80px;
	margin: 30px auto 40px;
	border-radius: 50%;
	overflow: hidden;
}

[data-fx] a{
	color: #1f2121;
	position: relative;
	white-space: nowrap;
}
[data-fx] a span {
	display: inline-block;
	white-space: pre;
}
[data-fx] a:after {
	content: '';
	width: 100%;
	bottom: 2px;
	left: 0;
	position: absolute;
	height: 2px;
	background: #1f2121;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: transform .2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
	-moz-transition: transform .2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
	-ms-transition: transform .2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
	-o-transition: transform .2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
	transition: transform .2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
[data-fx] a:hover:after {
	-webkit-transform: scale3d(0,1,1);
	-moz-transform: scale3d(0,1,1);
	-ms-transform: scale3d(0,1,1);
	-o-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
}
[data-fx] a:hover{
	color: #1f2121;
	text-decoration: none;
}
.block__title span, .block__link span, .content__text-link span {
	display: inline-block;
	white-space: pre;
}
.hover_box {
	position: relative;
	z-index: 1000;
}
.hover-reveal {
	position: fixed;
	width: 200px;
	height: 150px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}
.hover-reveal__inner, .hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}
.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}

/*color themes*/
/*blue_theme*/
.blue_theme,
.blue_theme .section_to_fix_wrap,
.blue_theme .page_wrap,
.blue_theme .fade_image_overlay {
	background-color: #dff0f3;
}
.blue_theme .shape2 {
	fill: #dff0f3;
}
.blue_theme .dir_title {
	color: #007c92;
}
.blue_theme .content_box a:not(.link_transform):before,
.blue_theme .link_transform span:after {
	background-color: #007c92;
}
/*yellow_theme*/
.yellow_theme,
.yellow_theme .section_to_fix_wrap,
.yellow_theme .page_wrap,
.yellow_theme .fade_image_overlay {
	background-color: #fdf6e8;
}
.yellow_theme .shape2 {
	fill: #fdf6e8;
}
.yellow_theme .dir_title {
	color: #f2a81f;
}
.yellow_theme .content_box a:not(.link_transform):before,
.yellow_theme .link_transform span:after {
	background-color: #f2a81f;
}
/*pink_theme*/
.pink_theme,
.pink_theme .section_to_fix_wrap,
.pink_theme .page_wrap,
.pink_theme .fade_image_overlay {
	background-color: #eee8ec;
}
.pink_theme .shape2 {
	fill: #eee8ec;
}
.pink_theme .dir_title {
	color: #5e2750;
}
.pink_theme .content_box a:not(.link_transform):before,
.pink_theme .link_transform span:after {
	background-color: #9c2aa0;
}
.link_copy_note {
	position: fixed;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 50;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: none;
	font-size: 16px;
	pointer-events: none;
}
.error_page {
	padding: 190px 0 30px;
	text-align: center;
}
.error_page .about_author_list {
	margin: 0 0 120px;
}
#space-invaders {
	margin: 0 auto 50px;
	display: block;
	max-width: 100%;
}
.error_page_title {
	font-size: 24px;
	letter-spacing: 0.3px;
	text-align: center;
	color: #1f2121;
	margin: 0 0 55px;
}
.error_page_title a {
	text-decoration: underline;
	color: #1f2121;
}
.error_page_title a:hover {
	text-decoration: none;
	color: #1f2121;
}

.ie-edge .theBall {
	background-color: #1f2121;
	color: #fff;
	opacity: .9;
}
.ie-edge .share_btn,
.ie-edge .share_links a,
.ie-edge .author_content {
	color: #1f2121;
}
.hide_hero_image .content_section {
	padding-top: 150px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

@media screen and  (max-height: 800px){
	.fixed_box_menu {
		font-size: 36px;
	}
}
@media screen and  (max-height: 700px){
	.fixed_box_menu {
		font-size: 30px;
	}
	.top_menu {
		margin: 0 0 30px;
	}
	.menu_articles_inner {
		padding: 130px 0 0;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1110px;
	}
	.container_md {
		max-width: 1170px;
	}
}
@media (min-width: 1380px) {
	.container_lg {
		max-width: 1310px;
	}
}
@media (max-width: 1500px) {
	.header {
		padding: 60px 40px 10px;
	}
	.author_content,
	.author_img {
		-webkit-transform: translateX(calc(-50vw + 55px)) translateZ(0);
		-moz-transform: translateX(calc(-50vw + 55px)) translateZ(0);
		-ms-transform: translateX(calc(-50vw + 55px)) translateZ(0);
		-o-transform: translateX(calc(-50vw + 55px)) translateZ(0);
		transform: translateX(calc(-50vw + 55px)) translateZ(0);
	}
	.share_box {
		-webkit-transform: translateX(calc(50vw - 55px)) translateZ(0);
		-moz-transform: translateX(calc(50vw - 55px)) translateZ(0);
		-ms-transform: translateX(calc(50vw - 55px)) translateZ(0);
		-o-transform: translateX(calc(50vw - 55px)) translateZ(0);
		transform: translateX(calc(50vw - 55px)) translateZ(0);
	}
	.share_section {
		-webkit-transform: translateX(40px) translateZ(0);
		-moz-transform: translateX(40px) translateZ(0);
		-ms-transform: translateX(40px) translateZ(0);
		-o-transform: translateX(40px) translateZ(0);
		transform: translateX(40px) translateZ(0);
	}
}
@media (max-width: 1380px) {
	.share_transform .share_box {
		-webkit-transform: translateX(540px) translateZ(0);
		-moz-transform: translateX(540px) translateZ(0);
		-ms-transform: translateX(540px) translateZ(0);
		-o-transform: translateX(540px) translateZ(0);
		transform: translateX(540px) translateZ(0);
	}
	.author_transform .author_img {
		-webkit-transform: translateX(-615px) translateZ(0);
		-moz-transform: translateX(-615px) translateZ(0);
		-ms-transform: translateX(-615px) translateZ(0);
		-o-transform: translateX(-615px) translateZ(0);
		transform: translateX(-510px) translateZ(0);
	}
	.main_menu {
		padding: 0 40px;
	}
}
@media screen and (max-width: 1199px) {
	.theBall-outer {
		display: none;
	}
	.header {
		padding: 30px 0 10px;
	}
	.fixed_box_menu {
		font-size: 32px;
	}
	.quot_box {
		font-size: 34px;
		padding: 50px 0;
	}
	.page_title {
		font-size: 60px;
	}
	.page_subtitle {
		font-size: 32px;
	}
	.share_box {
		display: none!important;
	}
	.author_section,
	.share_section {
		opacity: 1;
		-webkit-transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-ms-transform: translateX(0) translateZ(0);
		-o-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0);
	}
	.author_img {
		position: absolute;
		top: 0;
		bottom: auto;
	}
	.author_section_content {
		margin-left: 110px;
	}
	.author_img img {
		width: 80px;
		height: 80px;
		-webkit-transform: scale(1) translateZ(0);
		-moz-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
		-o-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0);
	}
	.main_menu {
		width: 85%;
	}
	.menu_opened .page_wrap {
		left: calc(-85% + 17px);
	}
	.menu_opened {
		 padding-right: 0;
	}
	.menu_head {
		margin: 35px 0 0;
	}
	.right_menu {
		font-size: 40px;
	}
	.menu_articles_inner {
		right: -9px;
	}
	.preloader_box {
		font-size: 86px;
	}
	.bottom_section .search_active  .search_box_inner {
		width: 240px;
	}
	.author_content {
		display: none!important;
	}
	.img_loader_wrap  {
		min-height: 193px;
	}
	.slideshow__item,
	.video_overlay {
		cursor: pointer;
	}
}
@media (max-width: 991px) {
	.main_menu {
		width: 95%;
	}
	.menu_opened .page_wrap {
		left: calc(-95% + 17px);
	}
	.top_menu li + li {
		margin-left: 20px;
	}
	.close_menu {
		margin-left: 20px;
	}
	.video_gallery {
		clear: both;
	}
	.slideshow {
		width: 60%;
		height: 370px;
	}
	.video_sidebar {
		width: 40%;
		padding-left: 20px;
	}
	.video_content {
		margin: 0 0 30px;
	}
	.video_gallery_nav {
		position: static;
		float: left;
		width: 50px;
		text-align: center;
		font-size: 18px;
		margin-top: 4px;
	}
	.video_title {
		font-size: 20px;
		line-height: 1.3;
	}
	.video_text {
		font-size: 14px;
		max-height: 64px;
	}
	.video_gallery_wrap {
		padding-left: 0;
	}
	.rotated_title {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 0 7px 25px;
		font-size: 30px;
		position: relative;
		float: left;
		top: auto;
		left: auto;
	}
	.next_video_img {
		width: 170px;
		height: 105px;
		margin: 15px 0 0;
	}
	.next_video_header {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.search_active .search_box_inner {
		width: 210px;
	}
	.bottom_section .search_active  .search_box_inner {
		width: 190px;
	}
	.search_box {
		margin-right: 20px;
	}

	.img_loader_wrap  {
		min-height: 140px;
	}
}
@media (max-width: 767px) {

	.img_loader_wrap  {
		min-height: 223px;
	}
	.preloader_box {
		font-size: 56px;
	}
	.menu_opened .header {
		z-index: 200;
	}
	.header_wrap {
		position: relative;
		height: 50px;
	}
	.logo_box img {
		width: 90px;
	}
	.hide_header .header_mobile {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		position: absolute;
	}
	.show_bottom_menu .journal_progress {
		bottom: 50px;
	}
	.hide_header .journal_progress {
		position: absolute;
	}
	.container_lg  {
		padding: 0 20px;
	}
	.top_section {
		height: 400px;
	}
	.top_section.top_section_img {
		height: auto;
		background: none!important;
		margin: 0 0 20px;
	}
	.menu_btn {
		font-size: 14px;
		vertical-align: top;
		margin: 3px 0 0;
	}
	.page_title {
		font-size: 36px;
		margin: 0 0 30px;
	}
	.dir_title {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.page_subtitle {
		font-size: 24px;
	}
	body {
		font-size: 16px;
	}
	.show_bottom_menu  .header {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.content_box {
		padding: 60px 25px;
	}
	.fig_caption {
		font-size: 12px;
		margin: 15px 0;
	}
	.quot_box {
		font-size: 30px;
		padding: 20px 15px;
	}
	.video_box {
		margin: 60px 0 20px;
	}
	.video_box iframe {
		/*height: 200px;*/
	}
	.fade_image {
		margin: 20px auto 60px;
	}
	.fotorama__caption {
		display: none;
	}
	.fotorama_mobile_caption {
		font-size: 10px;
		color: #1f2121;
		mix-blend-mode: unset;
		position: static;
		text-align: center;
		margin: 10px 0 0;
	}
	.carousel_box {
		margin: 0 0 20px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 30px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	.images_container {
		margin: 20px 0;
		text-align: center;
		display: block;
	}
	.img_zoom_caption {
		position: static;
	}
	.share_title {
		font-size: 28px;
	}
	.share_section_wrap {
		min-height: 0;
	}
	.author_img {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 0 0 25px;
	}
	.author_section_content {
		margin-left: 0;
	}
	.author_section_text {
		font-size: 16px;
	}
	.author_section_wrap {
		height: auto;
		margin: 0 0 100px;
	}
	.small_title {
		font-size: 20px;
		margin: 0 0 35px;
	}
	.article_box_title {
		font-size: 22px;
		font-weight: normal;
	}
	.article_box {
		margin: 0 0 50px;
	}
	.article_link {
		font-size: 16px;
	}
	.page-template-about .about_form_logo,
	.form_logo {
		display: none;
	}
	.form_title {
		width: 100%;
	}
	.form-input {
		font-size: 24px;
		height: 50px;
	}
	.form-label {
		font-size: 24px;
	}
	.focused .form-label {
		font-size: 14px;
	}
	.form_note {
		font-size: 12px;
	}
	.btn_submit {
		font-size: 28px;
	}
	.fixed_box {
		text-align: left;
		float: none;
		max-width: 100%;
		margin-bottom: 300px;
	}
	.left_box {
		max-width: 100%;
		float: none;
		width: 100%;
	}
	.close_overlay {
		display: none;
	}
	.main_menu {
		width: 100%;
		height: calc(100% + 30px);
		background: #1f2121;
		overflow: hidden;
		z-index: 302;
		padding: 0 20px 80px;
		-webkit-transition: transform 0.5s cubic-bezier(0.37, 0.01, 0.32, 0.78);
		-moz-transition: transform 0.5s cubic-bezier(0.37, 0.01, 0.32, 0.78);
		-ms-transition: transform 0.5s cubic-bezier(0.37, 0.01, 0.32, 0.78);
		-o-transition: transform 0.5s cubic-bezier(0.37, 0.01, 0.32, 0.78);
		transition: transform 0.5s cubic-bezier(0.37, 0.01, 0.32, 0.78);
		-webkit-transform: translate(0,120%);
		-moz-transform: translate(0,120%);
		-ms-transform: translate(0,120%);
		-o-transform: translate(0,120%);
		transform: translate(0,120%);
	}
	.menu_mobile_inner {
		overflow-y: auto;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
	}
	.menu_articles_wrap {
		height: auto;
		overflow: visible;
	}
	.menu_articles_inner {
		position: static;
		overflow: visible;
		padding: 50px 0 0;
	}
	.main_menu .menu_article_box,
	.main_menu .contact_form,
	.main_menu .small_title {
		display: none;
	}

	.menu_opened .close_text {
		display: block;
	}
	.menu_opened .open_text {
		display: none;
	}
	.close_menu {
		display: none;
	}
	.right_menu {
		font-size: 32px;
		margin: 25px 0 16px;
	}
	.top_menu {
		font-size: 18px;
	}
	.fixed_box_link {
		font-size: 18px;
		margin: 0 0 20px;
	}
	.menu_opened .page_wrap {
		left: 0;
	}
	.home_content {
		padding: 80px 5px 85px;
	}
	.single_content {
		padding: 150px 5px 85px;
	}
	.home_content .page_subtitle {
		font-size: 20px;
	}
	.article_nav {
		white-space: nowrap;
		overflow: auto;
		display: block;
		padding-bottom: 10px;
		margin: 0 0 25px;
		-webkit-overflow-scrolling: touch;
	}
	.article_nav li {
		display: inline-block;
	}
	.article_nav li a {
		font-size: 14px;
	}
	.article_block_title {
		font-size: 18px;
		min-height: 0;
	}
	.home_content .article_block {
		margin: 0 auto 40px;
	}
	.section_to_fix_wrap {
		/*z-index: 301;*/
	}
	.header_mobile {
		display: block;
		position: fixed;
		left: 0;
		z-index: 305;
		width: 100%;
		-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		background-color: #1f2121;
		padding: 13px 5px 5px;
		min-height: 50px;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	.show_bottom_menu .header_mobile,
	.menu_opened .header_mobile {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.video_gallery {
		display: block;
	}
	.slideshow {
		width: 100%;
		height: 210px;
		margin: 0 0 21px;
	}
	.video_sidebar {
		width: 100%;
		padding-left: 0;
	}
	.next_video_box {
		display: none;
	}
	.all_videos_link {
		margin-left: 0;
		font-size: 14px;
	}
	.next_videos_link {
		margin-top: 8px;
		font-size: 14px;
		color: #1f2121!important;
		text-decoration: underline;
		float: right;
	}
	.video_gallery_section {
		padding: 81px 5px 106px;
		background-color: #f8f8f8;
	}
	.btn_link {
		font-size: 14px;
	}
	.video_overlay:before {
		content: 'Play';
		position: absolute;
		font-size: 16px;
		font-weight: bold;
		width: 64px;
		height: 64px;
		text-align: center;
		line-height: 65px;
		background: #fff;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		margin-top: -32px;
		margin-left: -32px;
	}
	.slide_caption .page_title {
		font-size: 30px;
		margin: 0 0 15px;
	}
	.slide_caption {
		justify-content: flex-end;
		padding: 0 10% 70px;
	}
	.slide_caption .dir_title {
		margin: 0 0 20px;
		font-size: 18px;
	}
	.search_input {
		font-size: 16px;
	}
	.search_btn {
		font-size: 16px;
		float: none;
		color: #fff!important;
	}
	.search_box_inner {
		height: 35px;
		background: none;
	}
	.bottom_section .search_box_inner {
		right: auto;
		left: 0;
	}
	.search_box_mobile {
		margin-bottom: 30px;
	}
	.fixed_box_submenu a {
		color: rgba(246, 246, 246, 0.4);
	}
	.fixed_box_submenu a.active {
		color: #fff;
	}
	.footer_form_wrap {
		min-height: 360px;
	}
	.footer_form_thanks {
		min-height: 360px;
	}
	.bottom_section {
		padding: 20px 0 40px;
	}
	.articles_list {
		margin: 0;
	}
	.video_player {
		max-height: 100%;
	}
	.hide_hero_image .content_section {
		padding-top: 80px;
	}
}