@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&subset=cyrillic');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: "GothamPro Light Italic";
  src: url("../fonts/GothamPro-LightItalic.woff");
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro.woff");
}
@font-face {
  font-family: "GothamPro Light";
  src: url("../fonts/GothamPro-Light.woff");
}
@font-face {
  font-family: "GothamPro Bold";
  src: url("../fonts/GothamPro-Bold.woff");
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'GothamPro', sans-serif;
	height: 100%;
	font-size: 16px;
}

.clear {
	clear: both;
}

#preloadImgs {
	display: none;
}

/*Loader animation*/
.doc-loader {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1050;
	background-color:#fff;
}
.loading-logo{
	width:115px;
	height:188px;
	margin: auto;
	top: 50%;
	margin-top: -94px;
	position:relative;
	text-align: center;
	display: table;
}
.loading-logo div {
	display: table-cell;
	vertical-align: middle;
}
@-webkit-keyframes fadein{
	0%{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
		/*width:90%;*/
		-webkit-transform: scale(0.9,0.9);
	}
	50%{
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;
		filter: none; /* IE 6-9 */
		/*width:100%;*/
		-webkit-transform: scale(1,1);
	}
	100%{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
		/*width:90%;*/
		-webkit-transform: scale(0.9,0.9);
	}
}
@-moz-keyframes fadein{
	0%{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
		/*width:90%;*/
		-moz-transform: scale(0.9,0.9);
	}
	50%{
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;
		filter: none; /* IE 6-9 */
		/*width:100%;*/
		-moz-transform: scale(1,1);
	}
	100%{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
		/*width:90%;*/
		-moz-transform: scale(0.9,0.9);
	}
}
@keyframes fadein{
	0%{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
		/*width:90%;*/
		transform: scale(0.9,0.9);
	}
	50%{
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;
		filter: none; /* IE 6-9 */
		/*width:100%;*/
		transform: scale(1,1);
	}
	100%{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
		/*width:90%;*/
		transform: scale(0.9,0.9);
	}
}
.loading-logo img {
	-webkit-animation: fadein 2.2s linear infinite;
	-moz-animation: fadein 2.2s linear infinite;
	animation: fadein 2.2s linear infinite;
	width:80%;
}

a,
a:hover {
	color: #ff661a;
}
a:hover {
	text-decoration-color: #ff661a;
}

#page {
	padding: 0;
	height: 100%;
}

.site-inner {
	height: 100%;
}

/*Main Header Image*/
.home #header {
	background: url("../images/main-header8.jpg") center;
	padding-top: 150px;
    height: 700px;
    background-size: cover;
    color: #2c3c50;
    border-bottom: 15px solid #ff661a;
}
.home #header {
	background: url("../images/main-header8.jpg") center;
    background-size: cover;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #header { background-image: url("../images/main-header-new-x2.jpg"); }
}*/
@media screen and (min-width: 1900px) {
	.home #header {
		height: 900px;
		/*background-position: bottom;*/
	}
}
.home #header h1 {
	text-align: center;
	text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
}
@media screen and (max-width: 1199px) {
	.home #header h1 {
		font-size: 30px;
	}
}
.home #header h1 span#second-line {
	display: block;
    color: #ff661a;
    font-family: "GothamPro Bold";
}

/*Navbar*/
nav.navbar-default {
	min-height: 150px;
}
nav.navbar-default img[role=logo] {
	width: 100%;
	height: 50px;
}
/*White logo for main and crowdfunding pages*/
#top-nav a.navbar-brand img[role=logo].wh {
	display: none;
}
@media screen and (min-width: 1200px) {
	.home #top-nav:not(.scrolled) a.navbar-brand img[role=logo],
	.donate-page #top-nav:not(.scrolled) a.navbar-brand img[role=logo] {
		display: none;
	}
	.home #top-nav:not(.scrolled) a.navbar-brand img[role=logo].wh,
	.donate-page #top-nav:not(.scrolled) a.navbar-brand img[role=logo].wh {
		display: inline;
	}
}
nav.navbar-default a.navbar-brand {
	width: 100%;
}
.navbar-header {
	width: 19%;
}
@media screen and (max-width: 1199px) {
	/*nav.navbar-default img[role=logo] {
	    height: 70px;
	}*/
	nav.navbar-default a.navbar-brand {
		width: 50%;
	    position: absolute;
	    top: 0;
	    text-align: center;
	    left: 50%;
	    margin-left: -25%;
	    height: 80px;
	}
}
.admin-bar nav.navbar-default {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar nav.navbar-default {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
	    position: fixed;
	}
}
div.navbar-collapse > div:first-child {
	position: absolute;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    text-align: center;
}
@media screen and (max-width: 1199px) {
	div.navbar-collapse > div:first-child {
		text-align: left;
	}
}
.navbar .navbar-collapse {
    text-align: center;
    font-family: "GothamPro";
}
.navbar .navbar-collapse .navbar-nav {
    display:inline-block;
    float: none;
}

.navbar .navbar-collapse .navbar-nav li {
    display:inline-block;
    float: left;
    margin: 0 20px;
}
.navbar .navbar-collapse .navbar-nav li a {
    color: #2c3c50;
    font-size: 14px;
    border: 1px solid #2c3c50;
    border-radius: 25px;
    padding: 6px 10px 3px;
    margin-top: 8px;
    display: inline-block;
}
.navbar .navbar-collapse .navbar-nav li.menu-item-3518 a {
    padding: 12px 20px 9px;
    margin-top: 2px;
    background-color: rgb(255 102 27);
    color: #fff;
    border: none;
}

@media screen and (min-width: 1200px) {
	.home #top-nav:not(.scrolled) ul.main-menu > li > a,
	.donate-page #top-nav:not(.scrolled) ul.main-menu > li > a {
		color: #fff;
		border: 1px solid #fff;
		background-color: rgba(40, 60, 80, 0.2);
	}

	.home #top-nav:not(.scrolled) ul.main-menu > li.menu-item-3518 > a,
	.donate-page #top-nav:not(.scrolled) ul.main-menu.menu-item-3518 > li > a {
		padding: 12px 20px 9px;
	    margin-top: 2px;
	    background-color: rgb(255 102 27);
	    color:#fff;
	}
}
.navbar .navbar-collapse .navbar-nav li:hover a,
.home #top-nav:not(.scrolled) ul.main-menu > li:hover > a,
.donate-page #top-nav:not(.scrolled) ul.main-menu > li:hover > a {
	text-decoration: none;
	color:#2c3c50;
	background-color: #fff;
	text-align: left;
}
@media screen and (max-width: 1199px) {
	.navbar .navbar-collapse .navbar-nav li:hover a {
		background: no-repeat;
    	color: #fff;
	}
}
.navbar.scrolled .navbar-collapse .navbar-nav > li:hover > a {
	color:#fff;
	background-color: #2c3c50;
}
@media screen and (max-width: 1199px) {
	.navbar.scrolled .navbar-collapse .navbar-nav > li:hover > a {
		background: #fff;
    	color: #ff661a;
	}
}
.navbar.fixed-top.scrolled {
	border-bottom: 2px solid #ff661a;
	background-color: rgba(255,255,255,1);
	min-height: 60px;
	box-shadow: 0 0 10px #ff661a;
	transition: all 200ms linear;
}
@media screen and (max-width: 1199px) {
	nav.navbar-default {
		background-color: rgba(255,255,255,1);
		min-height: 60px;
		box-shadow: 0 0 10px #ff661a;
		border-bottom: 2px solid #ff661a;
		padding-bottom: 0;
	}
	.navbar .navbar-collapse .navbar-nav {
		display: flex;
	}
	.navbar .navbar-collapse #menu-language-switcher {
		display: inline-block;
	}
	div.navbar-collapse > div:first-child {
		position: unset;
	    left: unset;
	    width: unset;
	    margin-left: unset;
	}
	.navbar .navbar-collapse {
		margin-top: 12px;
		background-color: #ff661a;
		color: #fff;
		margin-left: -16px;
		margin-right: -16px;
	}
	.navbar .navbar-collapse .navbar-nav li a {
		color: #fff;
		border:none;
		font-family: "GothamPro Bold";
		font-size: 24px;
	}
}
@media screen and (min-width: 1200px) {
	.menu-main-menu-container ul.navbar-nav > li:last-child a {
		padding-left: 34px;
	}
	.menu-main-menu-container ul.navbar-nav > li:last-child a:before {
		content: "";
	    display: block;
	    position: absolute;
	    background: url(../images/register.svg) center;
	    width: 30px;
	    height: 30px;
	    margin-left: -34px;
	    margin-top: 9px;
	    top: 0;
	}
}
@media screen and (max-width: 1199px) {
	ul.navbar-nav li:last-child a {
		padding: 10px;
	}
	ul.navbar-nav li:last-child a:before {
		display: none;
	}
}
@media screen and (max-width: 1399px) {
	.menu-main-menu-container ul#menu-main-menu li {
		margin: 0 5px;
	}
}
.menu-main-menu-container ul#menu-main-menu li,
.menu-main-menu-edx-logged-container ul#menu-main-menu-edx-logged li{
	margin: 0 10px;
}
.menu-main-menu-container ul.navbar-nav li:hover a:before {
	background: url(../images/register-active.svg) center;
}
ul.navbar-nav ul.sub-menu {
	display: none; 
    position: absolute;
    background-color: #fff;
    color: #2c3c50;
    border: 1px solid #2c3c50;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px;
}
ul.navbar-nav ul.sub-menu:before {
	content: "";
    display: block;
    float: none;
    height: 10px;
    position: absolute;
    width: 100%;
    top: -11px;
    margin-left: -10px;
}
@media screen and (max-width: 1199px) {
	ul.navbar-nav ul.sub-menu {
		position: relative;
		background: unset;
		border:none;
	}
	ul.navbar-nav ul.sub-menu:before {
		display: none;
	}
}
ul.navbar-nav li:hover ul.sub-menu {
	display: block;
}
.navbar ul.navbar-nav ul.sub-menu li {
	float: none;
	display: flex;
	margin: 0;
}
.navbar ul.navbar-nav ul.sub-menu li a {
	border:none;
	margin: 0;
	text-transform: uppercase;
	/*font-family: "GothamPro Bold";*/
	font-size: 14px;
}
@media screen and (max-width: 1199px) {
	.navbar ul.navbar-nav ul.sub-menu li a {
		font-size: 18px;
	}
}
.navbar ul.navbar-nav ul.sub-menu li a:hover {
	color: #ff661a;
}
.menu-language-switcher-container {
	position: absolute;
	right: 25px;
}
@media screen and (max-width: 1199px) {
	.menu-language-switcher-container {
		position: unset;
		right: unset;
	}
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li a {
	border:none;
	font-size: 20px;
	font-family: "GothamPro";
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:hover a {
	border:none;
	background: none;
	color:#2c3c50;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li.current-lang {
	display: none;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	height: 15px;
    border-radius: 2px;
    border: 1px solid #2c3c50;
    margin-top: -3px;
}
@media screen and (max-width: 1199px) {
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li a img {
		display: none;
	}
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li a:hover {
	color:#ff661a;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(n+3) a {
	width: 0;
	display: block;
	padding: 0;
	overflow: hidden;
}
@media screen and (max-width: 1199px) {
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(n+3) a {
		display: inline-block;
	}
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(n+4) {
		float: left;
		display: inline-block;
	}
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(n+3) a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
    margin-left: -15px;
    margin-top: 6px;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(3) {
	margin-left: 0px;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(3) a:before {
	background: url("../images/mail.svg") no-repeat center;
	width: 29px;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(4) a:before {
	background: url("../images/ig.svg") no-repeat center;
    margin-left: -10px;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(5) a:before {
	background: url("../images/fb.svg") no-repeat center;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(6) a:before {
	background: url("../images/tw.svg") no-repeat center;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(7) a:before {
	background: url("../images/tg.svg") no-repeat center;
}

.donate-page #top-nav:not(.scrolled) .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(3) a:before {
	background: url("../images/mail-wh.svg") no-repeat center;
	width: 29px;
}
.donate-page #top-nav:not(.scrolled) .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(4) a:before {
	background: url("../images/ig-wh.svg") no-repeat center;
    margin-left: -10px;
}
.donate-page #top-nav:not(.scrolled) .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(5) a:before {
	background: url("../images/fb-wh.svg") no-repeat center;
}
.donate-page #top-nav:not(.scrolled) .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(6) a:before {
	background: url("../images/tw-wh.svg") no-repeat center;
}
.donate-page #top-nav:not(.scrolled) .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(7) a:before {
	background: url("../images/tg-wh.svg") no-repeat center;
}

.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(3):hover a:before {
	background: url("../images/mail-active.svg") no-repeat center;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(4):hover a:before {
	background: url("../images/ig-active.svg") no-repeat center;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(5):hover a:before {
	background: url("../images/fb-active.svg") no-repeat center;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(6):hover a:before {
	background: url("../images/tw-active.svg") no-repeat center;
}
.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(7):hover a:before {
	background: url("../images/tg-active.svg") no-repeat center;
}
@media screen and (max-width: 1199px) {
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(3) a:before {
		background: url("../images/mail-wh.svg") no-repeat center;
		width: 29px;
	}
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(4) a:before {
		background: url("../images/ig-wh.svg") no-repeat center;
	    margin-left: -10px;
	}
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(5) a:before {
		background: url("../images/fb-wh.svg") no-repeat center;
	}
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(6) a:before {
		background: url("../images/tw-wh.svg") no-repeat center;
	}
	.navbar .navbar-collapse .menu-language-switcher-container .navbar-nav li:nth-child(7) a:before {
		background: url("../images/tg-wh.svg") no-repeat center;
	}
	.navbar-header {
	    width: 100%;
	}
}

.navbar-header button[aria-controls="mobile-search"] {
	float: right;
}
.navbar-header button[aria-controls="mobile-search"] span.search-icon {
	background-image: url('../images/search.svg');
}
@media screen and (max-width: 1199px) {
	.navbar #mobile-search {
		background-color: rgb(255, 255, 255);
	    padding: 10px 0px;
	    margin-top: 0;
	}
}
/*Catalog Search Shortcode block*/
.courses-catalog-search-box {
	font-family: "GothamPro Light Italic";
	width: 460px;
    margin: auto;
}
.home #header .courses-catalog-search-box {
	border-color: #fff;
	background-color: rgba(40, 60, 80, 0.2);
}
.home #header .courses-catalog-search-box input.courses-catalog-search-submit {
	background-image: url("../images/search-wh.svg");
}
.home #header .courses-catalog-search-box .courses-catalog-search-submit-wrap:before {
	background-color: #fff;
}
.courses-catalog-search-box input#catalog_search,
.courses-catalog-search-box input.catalog_search {
	color:#2c3c50;
	font-size: 20px;
}
.home #header .courses-catalog-search-box input.catalog_search {
	color: #fff;
}
.courses-catalog-search-box .courses-catalog-search-submit-wrap:before, 
#courses_catalog_page_search_box .courses-catalog-search-submit-wrap:before {
	background-color:#2c3c50;
	width: 1px;
}
.courses-catalog-search-box #courses_catalog_search_dropdown_menu,
.courses-catalog-search-box .courses_catalog_search_dropdown_menu {
	margin: 46px auto 0;
	width: 460px;
	left: auto;
	background-color: rgba(220,225,229,0.9);
	border-radius: 10px;
	font-style: normal;
}
#courses_catalog_search_dropdown_menu a,
.courses_catalog_search_dropdown_menu a {
	color:#2c3c50;
}
#courses_catalog_search_dropdown_menu a:hover,
.courses_catalog_search_dropdown_menu a:hover {
	text-decoration: none;
    border: none;
	background-color: #2c3c50;
    color: #fff;
    border-radius: 10px;
}
.courses-catalog-search-box input#catalog_search::placeholder,
.courses-catalog-search-box input.catalog_search::placeholder {
	color: #2c3c50 !important;
	font-family: "GothamPro Light Italic" !important;
}
.home #header .courses-catalog-search-box input.catalog_search::placeholder {
	color: #fff !important;
}
@media screen and (max-width: 575px) {
	.courses-catalog-search-box,
	.courses-catalog-search-box form {
		width: 100%;
	}
	.courses-catalog-search-box #courses_catalog_search_dropdown_menu,
	.courses-catalog-search-box .courses_catalog_search_dropdown_menu {
		width: calc(100% - 30px);
	}
	.courses-catalog-search-box input#catalog_search,
	.courses-catalog-search-box input.catalog_search {
		width: calc(100% - 55px);
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
	.courses-catalog-search-box {
		/*margin-top: 80px;*/
	}
	.home #header {
		min-height: 550px;
		background-position: left bottom;
	}
}

/*Partners Block*/
.home #partners,
.about-us #partners {
	text-align: center;
	padding: 50px 0;
	border-top: 15px solid #ff661a;
}
.home #partners h2,
.about-us #partners h2 {
	background: url("../images/partners.svg") no-repeat center;
	background-size: cover;
    display: inline-block;
    margin: 10px;
    width: 236px;
    height: 10px;
    padding: 17px 0 88px 0;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
	margin-bottom: 30px;
}

/*Partners Slider*/
.home #partners .slider-wrap .owl-item,
.about-us #partners .slider-wrap .owl-item {
	height: 100px;
	background-color: #fff;
	text-align: center;
}
.home #partners .slider-wrap ul.flexslider,
.about-us #partners .slider-wrap ul.flexslider {
	padding: 0 130px;
}
.home #partners .slider-wrap ul.flexslider li.ms-image,
.home #partners .slider-wrap ul.flexslider li.ms-image a,
.about-us #partners .slider-wrap ul.flexslider li.ms-image,
.about-us #partners .slider-wrap ul.flexslider li.ms-image a {
	width: 100%;
	height: 100%;
}
.home #partners .slider-wrap ul.flexslider li.ms-image a,
.about-us #partners .slider-wrap ul.flexslider li.ms-image a {
	display: block;
}
.home #partners .slider-wrap .owl-item .image,
.about-us #partners .slider-wrap .owl-item .image {
	width: 100%;
    height: 100%;
    display: table;
}
.home #partners .slider-wrap .owl-item .image .wrap,
.about-us #partners .slider-wrap .owl-item .image .wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.home #partners .slider-wrap .owl-item .image img,
.about-us #partners .slider-wrap .owl-item .image img {
	width: auto;
    display: inline;
    max-width: 164px;
    max-height: 100px;
    height: auto;
}
.home #partners .metaslider .caption-wrap,
.about-us #partners .metaslider .caption-wrap {
	background: transparent;
	opacity: 1;
	color: #000;
}
.home #partners .metaslider .caption-wrap h3,
.about-us #partners .metaslider .caption-wrap h3 {
	font-size: 15px;
}
.home #partners .metaslider .caption,
.about-us #partners .metaslider .caption {
	min-height: 90px;
}
.home #partners .metaslider .owl-prev, 
.home #partners .metaslider .owl-next,
.about-us #partners .metaslider .owl-prev, 
.about-us #partners .metaslider .owl-next {
	position: absolute;
	top:0;
}
.home #partners .metaslider .owl-prev,
.about-us #partners .metaslider .owl-prev {
	background: url("../images/arrow-left.svg") no-repeat center;
}
.home #partners .metaslider .owl-prev:hover,
.about-us #partners .metaslider .owl-prev:hover {
	background: url("../images/arrow-left-active.svg") no-repeat center;
}
.home #partners .metaslider .owl-next,
.about-us #partners .metaslider .owl-next {
	background: url("../images/arrow-right.svg") no-repeat center;
}
.home #partners .metaslider .owl-next:hover,
.about-us #partners .metaslider .owl-next:hover {
	background: url("../images/arrow-right-active.svg") no-repeat center;
}
.home #partners .metaslider .owl-prev, 
.home #partners .metaslider .owl-next,
.about-us #partners .metaslider .owl-prev, 
.about-us #partners .metaslider .owl-next {
	display: block;
	height: 100px;
	width: 40px;
	background-size: cover;
} 
.home #partners .metaslider .owl-prev,
.about-us #partners .metaslider .owl-prev {
	left:0;
}
.home #partners .metaslider .owl-next,
.about-us #partners .metaslider .owl-next {
	right:0;
}
@media screen and (max-width: 991px) { 
	.home #partners .slider-wrap ul.flexslider,
	.about-us #partners .slider-wrap ul.flexslider {
		padding: 0 40px;
	}
}

/*Donate tag*/
#donate-tag {
	top: 300px !important;
	width: 253px !important;
}
#donate-tag #donate-label {
	background: url(../images/donation.svg) no-repeat;
    width: 39px;
    height: 162px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: none;
}
#donate-tag #donate-label p {
	display: none !important;
}
#donate-tag #donate-form-window {
	background-color: #ffdc62;
    border: 1px solid #4d575c;
    box-shadow: none;
}
#donate-tag #donate-form-window:before {
	background-color: #ffdc62;
    width: 5px;
    margin-left: -10px;
    margin-top: -6px;
    height: 162px;
    border-top: 1px solid #4e585d;
    border-bottom: 1px solid #4e585d;
}

/*Advantages block*/
.home #advantages {
	background: url("../images/advantages.jpg") center;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #advantages { background-image: url("../images/advantages-x2.jpg"); }
}*/
.home #advantages {
    background-size: cover;
    color: #2c3c50;
}
.home #advantages .container {
	background: url("../images/advantages-lamp.png") no-repeat center top;
	background-size: contain;
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #advantages .container { background-image: url("../images/advantages-lamp-x2.png"); }
}
.home #advantages h2,
.home #advantages h3 {
	text-transform: uppercase;
}
.home #advantages h2 {
    color: #2c3c50;
    font-family: "GothamPro Bold";
    font-size: 32px;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) { 
	.home #advantages h2 {
		font-size: 32px;
	}
}
.home #advantages h3 {
	font-weight: bold;
    font-size: 26px;
	color: #ff661a;
}
.home #advantages > .container > .row {
	padding-top: 40px;
}
.home #advantages .row > div {
	text-align: center;
	padding: 0 35px;
}
.home #advantages .row > div > div {
	font-size: 18px;
    font-family: "GothamPro";
    font-weight: 600;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
	.home #advantages .container {
    	padding-top:42%;
    }
}
@media screen and (min-width: 992px) {
	.home #advantages .row > div > div {
    	min-height: 80px;
    }
}

/*Mobile Apps block*/
.home #mobile-apps {
	background: url("../images/mobile.jpg") center;
	padding: 40px 0;
    height: 80%;
    min-height: 800px;
    background-size: cover;
    color: #2c3c50;
    font-size: 18px;
    font-family: "GothamPro";
	border-top: 15px solid #2c3c50;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #mobile-apps { background-image: url("../images/mobile-x2.jpg"); }
}*/
.home #mobile-apps .iphone {
	background: url("../images/iphone.png") center;
	background-size: contain;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #mobile-apps .iphone { background-image: url("../images/iphone-x2.png"); }
}
.home #mobile-apps .iphone-container {
	position: relative;
	padding-bottom: 171%;
	height: 0;
}
.home #mobile-apps h3 {
    font-family: "GothamPro Bold";
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color:#ff661a;
}
.store-link a img {
	height: 50px;
}
.home #mobile-apps .store-link a {
	margin: 10px 0;
    display: block;
}
@media screen and (min-width: 992px) {
	.home #mobile-apps .store-link:nth-child(2) a {
		margin-left: 20px;
	}
}
div.store-link {
	display: inline-block; 
}
.home #mobile-apps .left {
	text-align: right;
}
.home #mobile-apps hr {
	width: 20%;
    display: inline-block;
    border-color: #2c3c50;
}
.home #mobile-apps .left .row .textwidget,
.home #mobile-apps .right .row .textwidget {
	margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
	.home #mobile-apps .left,
	.home #mobile-apps .right {
		padding-top: 20px;
	}
	.home #mobile-apps .left .row .textwidget {
	    /*padding-left: 30%;*/
	}
	.home #mobile-apps .right .row .textwidget {
	    /*padding-right: 30%;*/
	}
}
@media screen and (max-width: 991px) { 
	.home #mobile-apps div {
		text-align: center !important;
	}
	.home #mobile-apps .left > .row:first-child {
		padding: 0 30%;
	}
}

/*Counters block*/
.home #counters,
.about-us #counters {
	text-align: center;
	background-color: #fff;
	color: #2c3c50;
	font-family: "GothamPro";
	padding: 0 0 40px;
	border-bottom: 15px solid #2c3c50;
}
.home #counters .number,
.about-us #counters .number {
	color:#ff661a;
	font-size: 50px;
	font-family: "Montserrat";
	font-weight: bold;
	padding-top:30px;
} 
.home #counters hr,
.about-us #counters hr {
	height: 2px;
    background-color: #2c3c50;
    width: 30%;
    margin-top: 0;
}
.home #counters .legend,
.about-us #counters .legend {
	font-size: 20px;
	padding: 0 35px;
}

/*Course cycles*/
.home #course-cycles {
	border-top: 15px solid #ff661a;
	background: url("../images/course-cycles.jpg") center;
	padding-bottom: 50px;
    background-size: cover;
    color: #fff;
    text-align:center;
}
.home #course-cycles .row > div {
	padding-right: 13px;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #course-cycles { background-image: url("../images/course-cycles-x2.jpg"); }
}*/
.home #course-cycles h2 {
	text-transform: uppercase;
	display: inline-block;
	margin: auto;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 24px;
    padding: 10px 35px;
    margin-bottom: 30px;
    background: #ff661a;
    font-family: "GothamPro Bold";
}
.home #course-cycles .owl-item {
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 8px;
	background-color: rgba(74, 131, 145, 0.85);
}
.home #course-cycles .owl-item:hover {
	border: 1px solid #ff661a;
}
.home #course-cycles .owl-item:hover .caption-wrap {
	color: #ff661a;
}
.home #course-cycles .owl-item .image .wrap {
	border-radius: 10px;
    overflow: hidden;
    max-height: 210px;
}
.home #course-cycles .owl-item a:hover {
	text-decoration: none;
}
.home #course-cycles .owl-item .image .wrap img {
	width:110%;
	height: 110%;
	margin: -5% 0 0 -5%;
	transition: all 80ms linear;
}
.home #course-cycles .owl-item:hover .image .wrap img {
	width:130%;
	height: 130%;
	margin: -15% 0 0 -15%;
	transition: all 80ms linear;
}
.home #course-cycles .owl-item .caption-wrap {
	position: relative;
    left: auto;
    bottom: auto;
    opacity: 1;
    background: none;
    text-align: left;
    margin-top: 20px;
    font-weight: bold;    
}
/*.home #course-cycles .owl-item .caption-wrap .caption:after {*/
.home #course-cycles .owl-item:after {
	content: "";
    display: block;
    border: 1px solid #fff;
    border-radius: 15px;
    height: 10px;
    width: 20%;
    margin: 30px auto 0;
}
.home #course-cycles .owl-item:hover:after {
	border: 1px solid #ff661a;
}
.home #course-cycles .owl-item .caption-wrap .caption {
	min-height: 60px;
}
.home #course-cycles .owl-item:hover .caption-wrap .caption:after {
	border: 1px solid #ff661a;
}

/*New courses*/
.home #new-courses {
	background: url("../images/new-courses.jpg") center;
	padding-bottom: 40px;
    background-size: cover;
    color: #2c3c50;
    text-align:center;
	border-top: 15px solid #ff661a;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #new-courses { background-image: url("../images/new-courses-x2.jpg"); }
}*/
@media screen and (max-width: 991px) { 
	.home #new-courses {
		background-position: 100% center;
	}
}
.home #new-courses h2 {
	text-transform: uppercase;
	display: inline-block;
	margin: auto;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 24px;
    padding: 10px 35px;
    margin-bottom: 30px;
    background: #ff661a;
    font-family: "GothamPro Bold";
    color: #fff;
}
.home #new-courses a.course {
	border: 1px solid #2c3c50;
	border-radius: 15px;
	padding: 8px;
	display: block;
	text-decoration: none;
	color: #2c3c50;
}
.home #new-courses a.course:hover {
	border-color: #ff661a;
}
.home #new-courses a.course .img-container {
	border-radius: 10px;
    overflow: hidden;
    height: 160px;
    width: 100%;
}
.home #new-courses a.course .img {
    background-size: cover;
    height: 160px;
    width: 100%;
    background-position: center;
	transition: all 80ms linear;
}
.home #new-courses a.course .start-date {
	font-size: 12px;
}
.home #new-courses a.course .start-date:after {
	content: "";
    display: block;
    border: 1px solid #2c3c50;
    border-radius: 15px;
    height: 10px;
    width: 20%;
    margin: 5px auto 0;
}
.home #new-courses a.course .course-title,
.home #new-courses a.course .start-date {
	color: #2c3c50;
}
.home #new-courses a.course .course-title {
	min-height: 120px;
	text-align:left;
	font-weight: bold;
    margin-top: 20px;
}
.home #new-courses a.course:hover .img {
	height: 180px;
	margin-top: -10px;
	width: 120%;
	margin-left: -10%;
	transition: all 80ms linear;
}
.home #new-courses a.course:hover .course-title,
.home #new-courses a.course:hover .start-date {
	color: #ff661a;
}
.home #new-courses a.course:hover .start-date:after {
	border-color: #ff661a;
}
.home #new-courses .row > div {
	padding: 0 8px 30px;
}
.home #new-courses .row {
	padding: 0 15px;
}

/*Course of the month*/
.home #course-of-the-month {
	background: url("../images/course-of-the-month.jpg") bottom;
    height: 80%;
    background-size: cover;
    color: #2c3c50;
    padding-bottom: 20px;
	border-top: 15px solid #2c3c50;
	text-align:center;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #course-of-the-month { background-image: url("../images/course-of-the-month-x2.jpg"); }
}*/
.home #course-of-the-month #table {
	/*background: url(../images/table.jpg) no-repeat;
    background-position: bottom;*/
    margin-bottom: -20px;
}
.home #course-of-the-month h2 {
	text-transform: uppercase;
	display: inline-block;
	margin: auto;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 24px;
    padding: 10px 35px;
    margin-bottom: 30px;
    background: #2c3c50;
    font-family: "GothamPro Bold";
    color: #fff;
}
.home #course-of-the-month hr {
	display: block;
	margin: auto;
	width: 200px;
	border-color: #2c3c50;
	margin: 10px auto 20px;
}
.home #course-of-the-month h3 {
	text-align: center;
    font-family: "GothamPro Bold";
}
.home #course-of-the-month h3 a {
    color: #2c3c50;
}
.home #course-of-the-month h3 a:hover {
    text-decoration: none;
    color: #ff661a;
}
.home #course-of-the-month .photo-container,
.home #course-of-the-month .cup-container,
.home #course-of-the-month .macbook-container {
	position: relative;    
    height: 0px;
}
.home #course-of-the-month .photo-container {
	padding-bottom: 97%;
    margin-top: 5%;
}
.home #course-of-the-month .cup-container {
	padding-bottom: 62%;
    margin-top: 40%;
}
.home #course-of-the-month .macbook-container {
	padding-bottom: 66%;
}
.home #course-of-the-month .photo,
.home #course-of-the-month .cup,
.home #course-of-the-month .macbook {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home #course-of-the-month .photo,
.home #course-of-the-month .cup {
	/*margin: 10%;*/
	background-size: contain;
}
.home #course-of-the-month .photo {
	background-image: url("../images/photo.png");
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #course-of-the-month .photo { background-image: url("../images/photo-x2.png"); }
}
.home #course-of-the-month .cup {
	background-image: url("../images/cup.png");
	margin-left: -17%;
    margin-bottom: 10%;
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #course-of-the-month .cup { background-image: url("../images/cup-x2.png"); }
}
.home #course-of-the-month .macbook {
	background-image: url("../images/macbook.png");
	padding: 4.9% 18.1% 18.4% 13.4%;
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.home #course-of-the-month .macbook { background-image: url("../images/macbook-x2.png"); }
}
.home #course-of-the-month .macbook a.img {
	display: block;
	overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.home #course-of-the-month .macbook a.img:before {
	content: "";
	display: block;
	background: url("../images/register.svg") no-repeat center;
	width: 100%;
    height: 100%;
    top: 50%;
    background-size: 30%;
}
.home #course-of-the-month .macbook a.img:hover:before {
	background-image: url("../images/register-active.svg");
}
.home #course-of-the-month .start-date {
	text-align: center;
	font-size: 24px;
	/*padding-top: 30px;*/
}

/*Footer*/
footer {
	margin-top: -780px;
	background: url("../images/footer.jpg") center;
    height: 800px;
    background-size: cover;
    color: #2c3c50;
    padding: 50px 30px 0;
	font-family: "GothamPro";
	font-size: 14px;
	border-top: 15px solid #ff661a;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	footer { background-image: url("../images/footer-x2.jpg"); }
}*/
footer .container div.first-child() {
	height: 100%;
}
footer #copyright {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
footer .right-column {
	text-align: center;
	text-transform: uppercase;
}
footer a#footer-logo {
	display: inline-block;
	width: 70%;
}
footer .footer-wrapper {
	height: 690px;
}
footer .social {
	margin: 40px 0;
}
footer .social a {
	display: inline-block;
	margin: 0 10px;
	width: 20px;
	height: 20px;
}
footer .social a:nth-child(1) {
	background: url("../images/ig.svg") no-repeat center;
}
footer .social a:nth-child(1):hover {
	background: url("../images/ig-active.svg") no-repeat center;
}
footer .social a:nth-child(2) {
	background: url("../images/fb.svg") no-repeat center;
}
footer .social a:nth-child(2):hover {
	background: url("../images/fb-active.svg") no-repeat center;
}
footer .social a:nth-child(3) {
	background: url("../images/tw.svg") no-repeat center;
}
footer .social a:nth-child(3):hover {
	background: url("../images/tw-active.svg") no-repeat center;
}
footer .social a:nth-child(4) {
	background: url("../images/tg.svg") no-repeat center;
}
footer .social a:nth-child(4):hover {
	background: url("../images/tg-active.svg") no-repeat center;
}
footer h4 {
	margin: 40px 0;
	font-size: 16px;
	text-transform: uppercase;
}
footer .mobile-apps a {
	margin: 10px;
	display: inline-block;
}
footer .sidebars h4 {
	margin: 0 0 20px;
	font-size: 14px;
	min-height: 32px;
}
footer .sidebars div:nth-child(n+2) h4 {
	border: 1px solid;
    border-radius: 20px;
    padding: 8px;
    display: inline-block;
}
footer .sidebars div:nth-child(n+2) > div {
	padding-left: 8px;
    border-left: 1px solid;
}
footer .sidebars > div {
	margin-bottom: 20px;
}
@media screen and (max-width: 1199px) { 
	footer {
		background: url("../images/footer-small.jpg") 100% center;
    	background-size: cover;
	}
	footer a#footer-logo img {
		height: 50px;
	}
	footer h4 {
		margin: 20px 0;
	}
	footer .sidebars {
		width: 80%;
	}
	footer .social {
		margin: 20px;
	}
}
@media screen and (max-width: 991px) { 
	footer h4 {
		font-size: 14px;
	}
	footer {
		font-size: 12px;
	}
	footer .social {
		margin: 0;
	}
	footer .social a {
		margin: 0 5px;
	}
}
@media screen and (max-width: 575px) { 
	footer .social a {
		width: 25px;
		height: 25px;
		margin: 0 2px;
	}
	footer #copyright {
		font-size: 14px;
	}
	footer .store-link img {
		height: 40px;
	}
}
footer .emails strong {
	font-family: "GothamPro Bold";
}
footer .emails a {
	/*color: #2c3c50;
	text-decoration-color: #2c3c50;*/
}
footer .emails p {
	font-size: 16px;
	padding-left: 8px;
}

#content {
	padding-bottom: 780px;
	min-height: 100%;
}

/*Default Page*/
.page header.entry-header,
.error404 header.entry-header {
	background: url("../images/default-header.jpg") top;
	padding-top: 150px;
    height: 65%;
    min-height: 500px;
    background-size: cover;
    color: #2c3c50;
    border-bottom: 15px solid #ff661a;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.page header.entry-header { background-image: url("../images/default-header-x2.jpg"); }
}*/
.page header.entry-header h1,
.error404 header.entry-header h1 {
	text-align: center;
	text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 20px;
    color:#ff661a;
}
.page header.entry-header h1:first-line {
	color: #2c3c50;
}
@media screen and (max-width: 1199px) {
	.page header.entry-header h1 {
		font-size: 30px;
	}
}
.page header.entry-header h1 span#second-line {
	display: block;
    color: #ff661a;
    font-family: "GothamPro Bold";
}
div#primary.content-area {
	margin-bottom: -24px;
}

/*Courses page*/
.page .courses-catalog header.entry-header {
	background: url("../images/catalog-header.jpg") center;
    height: 35%;
    min-height: 350px;
    background-size: cover;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.page .courses-catalog header.entry-header { background-image: url("../images/catalog-header-x2.jpg"); }
}*/
.page .courses-catalog article .courses-catalog-container {
	background: url("../images/catalog-bg.jpg") top;
}
.page .courses-catalog div.courses_catalog_page_head {
	background: #fff;
	padding: 25px 0;
}
.page .courses-catalog .results-container hr.courses_catalog_page_hr {
	margin: 0 0 20px;
	border: 0.5px solid #2b3c50;
}
.page .courses-catalog div#courses_catalog_page_search_box {
    border: 1px solid #2c3c50;
    border-radius: 10px;
    width: 100%;
}
.page .courses-catalog #courses_catalog_page_search_box input#catalog_search {
	width: calc(100% - 60px);
}
/*.page .courses-catalog #courses_catalog_filters.col-3 {
	flex: 0 0 20%;
    max-width: 20%;
}
.page .courses-catalog #courses_catalog_results.col-9 {
	flex: 0 0 80%;
    max-width: 80%;
}*/
.page .courses-catalog #courses_catalog_filters_available {
	border: 1px solid #2c3c50;
    border-radius: 15px;
    background: rgba(255,255,255,0.6);
}
.page .courses-catalog #courses_catalog_page_search_box input#catalog_search,
.page .courses-catalog #courses_catalog_page_search_box input#catalog_search::placeholder {
	color: #2c3c50;
    font-size: 20px;
    text-align: center;
    font-family: "GothamPro Light Italic";
}
.page .courses-catalog #courses_catalog_search_dropdown_menu {
	width: 100%;
	margin: 47px 0 auto;
    z-index: 1000;
    border-radius: 10px;
}
.page .courses-catalog a.course {
	border-radius: 15px;
    padding: 8px;
    display: block;
    text-decoration: none;
    color: #2c3c50;
    border: 1px solid #2c3c50;
}
.page .courses-catalog a.course:hover {
	border-color: #ff661a;
}
.page .courses-catalog a.course:hover h4,
.page .courses-catalog a.course:hover p {
	color: #ff661a;
}
.page .courses-catalog a.course .course-info-wrapper {
	height: 180px;
    text-align: left;
    margin-top: 20px;
}
.page .courses-catalog a.course .course-info-wrapper h4 {
    font-weight: bold;
    font-size: 16px;
}
.page .courses-catalog a.course .course-info-wrapper h4 + p {
	font-size: 13px;
}
.page .courses-catalog #courses_catalog_results .row > div,
.page .courses-catalog #courses_catalog_filters {
	padding: 0 8px 30px
}
.page .courses-catalog #results-row {
	margin-right: -8px;
    margin-left: -8px;
}
.page .courses-catalog #courses_catalog_filters a.filter:hover {
	color:#ff661a;
}
.page .courses-catalog #courses_catalog_filters a#clear_filters {
	display: block;
    width: 70%;
    margin: auto;
    border: 1px solid #2c3c50;
    border-radius: 50px;
    padding: 5px 5px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}
.page .courses-catalog div.course-start:after {
    content: "";
    display: block;
    border: 1px solid #2c3c50;
    border-radius: 15px;
    height: 10px;
    width: 20%;
    margin: 5px auto 0;
}
.page .courses-catalog a.course:hover div.course-start:after {
	border-color:#ff661a;
}
.page .courses-catalog div.course-start {
	font-size: 12px;
	text-align:center;
	font-style: normal;
}
.page .courses-catalog a.course:hover div.course-start {
	color:#ff661a;
}

@media screen and (max-width: 575px) {
	.page .courses-catalog #courses_catalog_page_search_box input#catalog_search,
	.page .courses-catalog #courses_catalog_page_search_box input#catalog_search::placeholder {
		font-size: 16px;
	}
}

/*Codex Page */
.post-3244 {
	overflow-x: hidden;
}
#codex-page {
	text-align: center;
	margin-top: -40px;
}
#codex-page p {
	text-align: left;
	padding-bottom: 15px;
}
#codex-page h3 {
	text-transform: uppercase;
    display: inline-block;
    margin: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 24px;
    padding: 10px 35px;
    margin-bottom: 30px;
    background: #ff661a;
    font-family: "GothamPro Bold";
    color: #fff;
}
#codex-page h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
    height: 15px;
    background-color: #ff661a;
    margin-left: -100%;
    margin-top: -25px;
}

span.orange {
	color: #ff661a;
	font-weight: bold;
}

.about-us #about {
	background: url("../images/about-us.jpg") bottom;
	background-size: cover;
	color: #2c3c50;
	margin-right: -15px;
    margin-left: -15px;
    padding: 40px 0;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.about-us #about { background-image: url("../images/about-us-x2.jpg"); }
}*/
.about-us #about h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: "GothamPro Bold";
	color: #ff661a;
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;
}
.about-us #about h3:before {
	content: "";
    display: block;
    width: 86px;
    height: 70px;
    background: url(../images/about-h3.png) no-repeat;
    float: left;
    background-size: contain;
    margin-top: -44px;
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.about-us #about h3:before { background-image: url("../images/about-h3-x2.png"); }
}
.about-us #goal {
	margin-right: -15px;
    margin-left: -15px;
    background-color: #2c3c50;
    color: #fff;
    padding: 40px 0;
}
.about-us #goal hr {
	border-color: #fff;
	width: 40%;
}
.about-us #team {
	border-top:15px solid #ff661a;
	background: url("../images/new-courses.jpg") bottom;
	background-size: cover;
	color: #2c3c50;
	margin-right: -15px;
    margin-left: -15px;
    padding: 0  0 40px;
    text-align: center;
}
/*@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
	.about-us #team { background-image: url("../images/new-courses-x2.jpg"); }
}*/	
.about-us #team h3 {
	text-transform: uppercase;
    display: inline-block;
    margin: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 24px;
    padding: 10px 35px;
    margin-bottom: 30px;
    background: #ff661a;
    font-family: "GothamPro Bold";
    color: #fff;
}
.about-us #team p {
    font-family: "GothamPro";	
}
.about-us #team img {
	width: 100%;
	border-radius: 15px;
}
.about-us #team div {
    font-family: "GothamPro Bold";
}
.about-us #team div.position {
    font-family: "GothamPro Light";
}
.about-us #contacts {
	margin-right: -15px;
    margin-left: -15px;
    background-color: #ff661a;
    color: #fff;
    padding: 40px 0;
}
.about-us #contacts,
.about-us #goal {
	text-align: center;
}
.about-us #contacts h3,
.about-us #goal h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: "GothamPro Bold";
}
.about-us #contacts a {
	color:#fff;
	font-weight: bold;
}
.about-us #contacts a:hover {
	text-decoration: underline;
}
.about-us .progressbar-container {
	background: #fff;
    border-radius: 50px;
    padding: 3px;
    border: 1px solid #2c3c50;
    height: 35px;
    margin: 40px;
}
.about-us .progressbar-container .progressbar {
	border-radius: 50px;
    height: 27px;
    padding: 0 10px;
}
.about-us .progressbar-container:nth-child(1) .progressbar {
	background: #2ea2ff;
	width: 100%;
}
.about-us .progressbar-container:nth-child(2) .progressbar {
	background: #e85a1e;
	width: 95%;
}
.about-us .progressbar-container:nth-child(3) .progressbar {
	background: #01bc37;
	width: 89%;
}
.about-us .progressbar-container:nth-child(4) .progressbar {
	background: #ffdc61;
	width: 81%;
}
.about-us .progressbar-container:nth-child(5) .progressbar {
	background: #cc3401;
	width: 75%;
}
.about-us .progressbar-container .progressbar p {
	line-height: 27px;
	color: #fff;
}
.about-us #partners {
	border-color: #2c3c50;
}

/*Crowdfunding Page*/
.donate-page .crowdfunding {
	color:#000;
}
.donate-page .crowdfunding header.entry-header {
	background: url("../images/crowdfunding-header.jpg") center;
    height: 100vh;
    /*min-height: 650px;*/
    background-size: cover;
    display: table;
    width: 100%;
    border-bottom: none;
}
.donate-page .crowdfunding header.entry-header h1,
.donate-page .crowdfunding header.entry-header h1:first-line {
	color: #fff;
}
.donate-page .crowdfunding header.entry-header h1 {	
    margin: 0 auto 105px;
}
.donate-page .crowdfunding header.entry-header .container {
	z-index: 10;
	position: relative;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 150px;
}
.donate-page .crowdfunding header.entry-header .container .header-text {
	color: #fff;
	max-width: 1200px;
	margin:auto;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.donate-page .crowdfunding header.entry-header .container .header-text p {
		margin: 30px 0;
		font-size: 18px;
	}
	.donate-page .crowdfunding header.entry-header h1 {
		font-size: 24px;
	}
}
.donate-page .crowdfunding header.entry-header .container .yt-video {
	max-width: 560px;
	/*height: 315px;*/
}
@media screen and (max-width: 767px) {
	.donate-page .crowdfunding header.entry-header .container .yt-video {
		margin: auto;
		max-width: 90%;
		/*height: 35vh;*/
		margin-bottom: 40px;
	}
}
.donate-page .crowdfunding button.crowdfunding-submit {
	color:#ffffff;
	background-color:#ffc400;
	border-radius:30px; 
	-moz-border-radius:30px; 
	-webkit-border-radius:30px;
	text-align: center;
    height: 60px;
    padding: 0 60px;
    border: 0 none;
    font-size: 16px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.donate-page .crowdfunding button.crowdfunding-submit:nth-child(2) {
	display: block;
}
@media screen and (max-width: 767px) {
	.donate-page .crowdfunding button.crowdfunding-submit {
		width: 80%;
	    font-size: 14px;
	    margin: auto;
	    padding: 0 10px;
	    display: block;
	}
}
.donate-page .crowdfunding .crowdfunding-header-filter {
	height: 100vh;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.40));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.40));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.40));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.40));
    background-image: linear-gradient(top, rgba(0,0,0,0.70), rgba(0,0,0,0.40));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c000000', endColorstr='#99000000');
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.donate-page .crowdfunding article .crowdfunding-container {
	/*background: url("../images/crowdfunding-bg.jpg") top;*/
	background-size: cover;
	padding: 0;
}
.donate-page .crowdfunding article .crowdfunding-container .stat {
	padding-top: 90px;
    padding-bottom: 60px;
    background-color: #f7f4ed;
}
.donate-page .crowdfunding article .crowdfunding-container .stat .heading {
	padding-top: 8px;
    padding-bottom: 6px;
    margin-right: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.17;
}
.donate-page .crowdfunding article .crowdfunding-container .stat hr {
	height: 3px;
    margin: 14px 20px 14px 0;
    background-color: #000;
}
.donate-page .crowdfunding article .crowdfunding-container .stat p {
	padding-top: 4px;
    padding-bottom: 6px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 1.55;
}
.donate-page .crowdfunding article .crowdfunding-container .what-we-did {
	padding-top: 75px;
    /*padding-bottom: 75px;*/
}
.donate-page .crowdfunding article .crowdfunding-container .what-we-did h4 {
	margin-bottom: 105px;
	text-align: center;
	font-size: 42px;
    line-height: 1.23;
    font-weight: 700;
    color: #000;
}
@media screen and (max-width: 991px) {
	.donate-page .crowdfunding article .crowdfunding-container .what-we-did h4 {
		margin-bottom: 50px;
	}
}
.donate-page .crowdfunding article .crowdfunding-container .what-we-did .img-wrap {
	width: 460px;
	height: 340px;
	background-position: center;
    background-size: cover;
}
@media screen and (min-width: 992px) {
	.donate-page .crowdfunding article .crowdfunding-container .what-we-did .row {
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 991px) {
	.donate-page .crowdfunding article .crowdfunding-container .what-we-did .img-wrap {
		padding-bottom: 73.913%;
		width: 100%;
		height: auto;
	}
}
.donate-page .crowdfunding article .crowdfunding-container .what-we-did .wrap {
	display: table;
	height: 340px;
}
.donate-page .crowdfunding article .crowdfunding-container .what-we-did .inner-wrap {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 991px) {
	.donate-page .crowdfunding article .crowdfunding-container .what-we-did .wrap {
		height: auto;
    	padding-top: 20px;
    	padding-bottom: 30px;
	}
	.donate-page .crowdfunding article .crowdfunding-container .what-we-did .inner-wrap {
		display: block;
	}
}
.donate-page .crowdfunding article .crowdfunding-container .what-we-did h5 {
	font-size: 26px;
    line-height: 1.23;
    margin-bottom: 24px;
    font-weight: 700;
}
.donate-page .crowdfunding article .crowdfunding-container .what-we-did p {
	font-size: 24px;
}
.donate-page .crowdfunding article .crowdfunding-container .what-for {
	/*padding-top: 75px;*/
    padding-bottom: 75px;
}
.donate-page .crowdfunding article .crowdfunding-container .what-for h4 {
	margin-bottom: 40px;
	font-size: 42px;
    line-height: 1.23;
    font-weight: 700;
    text-align: center;
}
.donate-page .crowdfunding article .crowdfunding-container .what-for h4 + div {
	text-align: center;
	font-size: 24px;
    line-height: 1.5;
    max-width: 560px;
    margin: auto;
    margin-bottom: 105px;
}
@media screen and (max-width: 991px) {
	.donate-page .crowdfunding article .crowdfunding-container .what-for h4 + div {
		margin-bottom: 50px;
	}
}
.donate-page .crowdfunding article .crowdfunding-container .what-for h5 {
	z-index: 2;
    position: relative;
    font-weight: 700;
    padding-top: 65px;
    padding-bottom: 10px;
}
.donate-page .crowdfunding article .crowdfunding-container .what-for .number {
	position: absolute;
    z-index: 1;
    line-height: 150px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 200px;
    font-family: sans-serif;
    font-weight: 700;
    color: rgba(230,230,230,.7);
    opacity: .6;
    user-select: none;
}
.donate-page .crowdfunding article .crowdfunding-container .what-for p {
	z-index: 2;
    position: relative;
}
@media screen and (max-width: 991px) {
	.donate-page .crowdfunding article .crowdfunding-container .what-for p {
		margin-bottom: 40px;
	}
}
.donate-page .crowdfunding article .crowdfunding-container .big-update {
	padding-top: 105px;
    padding-bottom: 105px;
    background-color: #eeeeee;
}
.donate-page .crowdfunding article .crowdfunding-container .big-update h4 {
	font-size: 52px;
    line-height: 1.23;
    font-weight: 700;
}
.donate-page .crowdfunding article .crowdfunding-container .big-update p {
	font-size: 20px;
    line-height: 1.55;
}
.donate-page .crowdfunding article .crowdfunding-container .big-update .center {
	text-align: center;
	margin-top: 105px;
}
.donate-page .crowdfunding article .crowdfunding-container #donate-form {
	padding-top: 105px;
    padding-bottom: 105px;
}
.donate-page .crowdfunding article .crowdfunding-container .donate-form {
	background-color: #fcfcfc;
    border: #ffc400 5px solid;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 25px 35px;
}
.donate-page .crowdfunding article .crowdfunding-container .donate-form h3 {
	font-size: 25px;
	text-align: center;
	line-height: 1.23;
	font-weight: 700;
}
.donate-page .crowdfunding article .crowdfunding-container .donate-form h3 + p {
	text-align: center;
	margin-bottom: 5px;
}
.donate-page .crowdfunding .progressbar-container {
	background: #fff;
    border-radius: 50px;
    padding: 3px;
    border: 1px solid #2c3c50;
    height: 35px;
    margin: 5px 40px 20px;
    position: relative;
}
@media screen and (max-width: 991px) {
	.donate-page .crowdfunding .progressbar-container {
		margin: 5px 0px 20px;
		font-size: 10px;
	}
	.donate-page .crowdfunding form input, 
	.donate-page .crowdfunding form label, 
	.donate-page .crowdfunding form button {
	    font-size: 12px !important;
	}
}
.donate-page .crowdfunding .progressbar-container .progressbar {
	border-radius: 50px;
    height: 27px;
	background: #2ea2ff;
}
.donate-page .crowdfunding .progressbar-container p {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 27px;
}
.donate-page .crowdfunding .payment-provider {
	margin: 20px 0;
}
.donate-page .crowdfunding .payment-provider a {
	border-bottom: #000 3px solid;
    border: none;
    background: transparent;
    color: inherit;
}
.donate-page .crowdfunding .payment-provider a.active {
	border-bottom: #000 3px solid;
}
.donate-page .crowdfunding .tab-pane {
	min-height: 200px;
}
.donate-page .crowdfunding img.qr-code {
	display: block;
	margin: auto;
}
.donate-page .crowdfunding .switchers > div {
	margin-bottom: 20px;
}
.donate-page .crowdfunding form {
	text-align: center;
}
.donate-page .crowdfunding form input[type=number] {
	color: #000000;
    border: 1px solid #dbd1e6;
    background-color: #f5f2f2;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 45px;
    padding: 0 20px 0 60px;
    font-size: 16px;
    line-height: 1.33;
}
.donate-page .crowdfunding form .amount-field label {
	position: absolute;
    left: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}
.donate-page .crowdfunding form .switchers label span {
	font-size: 12px;
}
.donate-page .crowdfunding form button#donate {
	color: #ffffff;
    background-color: #ffc400;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 45px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    white-space: nowrap;
    border:none;
}
.donate-page #content {
    padding-bottom: 0;
}
.donate-page footer {
	display: none;
}
/*@keyframes radio-effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
.donate-page .crowdfunding label{
	position: relative;
	cursor: pointer;
}
.donate-page .crowdfunding input[type="radio"]{
	position: absolute;
	right: 9000px;
}
.donate-page .crowdfunding input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}
.donate-page .crowdfunding input[type="radio"]:checked + .label-text {
	color: #ff661a;
	font-weight: bold;	
}
.crowdfunding-crowdfunding-crowdfunding-donate-page .crowdfunding input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	animation: radio-effect 250ms ease-in;
}
.crowdfunding-crowdfunding-crowdfunding-donate-page .crowdfunding input[type="radio"]:disabled + .label-text{
	color: #aaa;
}
.crowdfunding-crowdfunding-crowdfunding-donate-page .crowdfunding input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}
.crowdfunding-crowdfunding-crowdfunding-donate-page .crowdfunding h3 {
	text-align: center;
}
.crowdfunding-crowdfunding-donate-page .crowdfunding form,
.crowdfunding-crowdfunding-donate-page .crowdfunding .text {
	background: rgb(255, 220, 98,0.7);
    border-radius: 20px;
    padding: 25px;
}
.crowdfunding-crowdfunding-donate-page .crowdfunding form .form-check {
	line-height: 1;
}
.crowdfunding-crowdfunding-donate-page .crowdfunding .text {
	background: rgb(255, 255, 255,0.7);
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.crowdfunding-crowdfunding-donate-page .crowdfunding p.courses {
	text-align: center;
	font-weight: bold;
}
.crowdfunding-donate-page .crowdfunding hr {
	width: 20%;
    border-top: 1px solid #212529;
}
.crowdfunding-donate-page .crowdfunding .thank-you {
	margin-top: 25px;
	text-align: center;
}
.crowdfunding-donate-page .crowdfunding .thank-you .logo {
	background: url("../images/loading-logo.svg") center no-repeat;
	margin:auto;
	width: 80px;
	height: 120px;
	margin-bottom: 10px;
}
.crowdfunding-donate-page .crowdfunding button {
	margin: auto;
    display: block;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background-color: #2c3c50;
    border-radius: 80px;
    padding: 5px 20px;
    width: 50%;
}
.crowdfunding-donate-page .crowdfunding button:hover,
.crowdfunding-donate-page .crowdfunding button:active {
	background-color: #ff661a;
}
.crowdfunding-donate-page .crowdfunding button:disabled {
	color: #aaa;
	background-color: #ccc;
}
.crowdfunding-donate-page .crowdfunding input.amount,
.crowdfunding-donate-page .crowdfunding input.email {
    border: 1px solid #000;
    border-radius: 100px;
    margin: 5px auto 25px;
    width: 75%;
    text-align: center;
}
.donate-page .crowdfunding input.amount:disabled,
.donate-page .crowdfunding input.email:disabled {
	background: transparent;
}
*/
article.page > .container {
	padding-top: 40px;
}


.page h4 a {
	color: #2c3c50;
}

.cycle-img img {
	border-radius:15px;
	width: 100%;
	height: auto;
}

#menu-language-switcher .lang-item-first {
	display: none;
}

#error-404 p {
	margin: 50px 0;
}

/* Snow */
#particles-js{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;

  display: none;
}
#header .container-fluid {
	position: relative;
}