@font-face {
    font-family: 'pf_bbok';
    src: url('../fonts/pfbeausanspro-bbook_35341-webfont.eot');
    src: url('../fonts/pfbeausanspro-bbook_35341-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-bbook_35341-webfont.woff') format('woff2'),
         url('../fonts/pfbeausanspro-bbook_35341-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-bbook_35341-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-bbook_35341-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf_bold';
    src: url('../fonts/pfbeausanspro-bold_35345-webfont.eot');
    src: url('../fonts/pfbeausanspro-bold_35345-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-bold_35345-webfont.woff') format('woff2'),
         url('../fonts/pfbeausanspro-bold_35345-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-bold_35345-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-bold_35345-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'pf_regular';
    src: url('../fonts/pfbeausanspro-regular_35350-webfont.eot');
    src: url('../fonts/pfbeausanspro-regular_35350-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-regular_35350-webfont.woff') format('woff2'),
         url('../fonts/pfbeausanspro-regular_35350-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-regular_35350-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-regular_35350-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf_sebold';
    src: url('../fonts/pfbeausanspro-semibold_35351-webfont.eot');
    src: url('../fonts/pfbeausanspro-semibold_35351-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-semibold_35351-webfont.woff') format('woff2'),
         url('../fonts/pfbeausanspro-semibold_35351-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-semibold_35351-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-semibold_35351-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'pf_thin';
    src: url('../fonts/pfbeausanspro-thin_35353-webfont.eot');
    src: url('../fonts/pfbeausanspro-thin_35353-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-thin_35353-webfont.woff') format('woff2'),
         url('../fonts/pfbeausanspro-thin_35353-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-thin_35353-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-thin_35353-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'pf_regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,body {
	width:100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
}
body{
   min-width:360px; /* suppose you want minimun width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:360px;             /* As IE ignores !important it will set width as 1000px; */
}
p {
	font-size: 14px;
	line-height: 18px;
	margin: 0em;
}
ul {
    /*list-style-image: url('http://school.bionic-university.com/resources/images/ulli.png');*/
}
img {
	max-width: 100%;
	height:auto;
}
.wrap {
    min-height:100%;
    position: relative;
    width: 100%;
    float: left;
}
.hfooter {
	margin-top: 50px;
    height: 160px;
    clear:both;
}


@media (max-width: 767px){ 
	p {
		font-size: 16px;
		line-height: 24px;
	}
	ul {
	    list-style-image: url('http://school.bionic-university.com/resources/images/ulli_xs.png');
	}
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.centered {
	text-align: center;
}
@media (min-width: 768px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}
/*/////////////////////////// 
	
*****  HEADER
	
///////////////////////////*/


/***** HEADER ******/
.header {
	height: 100px;
	width: 100%;
	background-color: rgba(255,255,255, 0.9);
	z-index: 1000;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
}
.header #logo {
	height: 100px;
	width: 205px;
	background: url('../images/logo.png') no-repeat left center;
	background-size: contain;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header.scrolled {
		height: 70px;
		background-color: rgba(255,255,255, 0.98);
	    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}

@media (min-width: 992px) {
	.header.scrolled #upmenu {
		top:-23px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.header.scrolled #logo {
		height: 70px;
		width: 150px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header {
		height: 80px;
	}
	.header #logo {
		height: 80px;
		width: 160px;
	}
	.header.scrolled {
		height: 60px;
	}
	.header.scrolled #logo {
		height: 60px;
		width: 130px;
	}
}
@media (max-width: 767px) {
	.header {
		height: 80px;
	}
	.header #logo {
		height: 80px;
		width: 160px;
	}
	.header.scrolled {
		background-color: rgba(255,255,255, 0.95);
		height: 60px;
	}
	.header.scrolled #logo {
		height: 60px;
		width: 130px;
	}
	
	.header .upmenu {
		display: none;
	}
}



/***** UPMENU ******/
.header #upmenu {
	position: absolute;
	display: block;
	overflow: hidden;
	right:15px;
	top: 0px;
	height: 22px;
	background: #fff;
	border-left: 1px solid #00ade5;
	border-right: 1px solid #00ade5;
	border-bottom: 1px solid #00ade5;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header #upmenu .upmenu-profile {
	display: inline-block;
	float: left;
	font-size: 14px;
	padding: 0px 16px 0px 16px;
	text-decoration: none;
	color: #fff;
}
.header #upmenu .upmenu-profile .upmenu-profile-img {
	display: inline-block;
	float: left;
	margin-right: 6px;
	width: 17px;
	height: 16px;
	background: url('../images/menu_profile_icon.png') no-repeat top center;
	margin-top: -1px;
}
.header #upmenu .upmenu-profile a {
	display: inline-block;
	float: left;
	font-family: 'pf_thin';
	font-size: 14px;
	color: #00ade5;
	text-decoration: none;
	line-height: 14px;
	padding-top: 3px;
}
.header #upmenu .upmenu-profile a:hover {
	color: #0086b5;
}
.header #upmenu .upmenu-profile a:hover .upmenu-profile-img {
	background: url('../images/menu_profile_icon_hover.png') no-repeat top center;
}
.header #upmenu .upmenu-devider {
	display: inline-block;
	float: left;
	background: url('../images/menu_devider.png') no-repeat center center;
	height: 20px;
	width: 1px;
}
.header #upmenu .upmenu-languages {
	display: inline-block;
	float: left;
	padding: 1px 16px 0px 16px;
}
.header #upmenu .upmenu-languages a{
	font-family: 'pf_regular';
	font-size: 12px;
	color: #bdbdbd;
	text-decoration: none;
	line-height: 12px;
	text-transform: uppercase;
}
.header #upmenu .upmenu-languages a:hover{
	color: #0086b5;
}
.header #upmenu .upmenu-languages a.activelang{
	color: #00ade5; 
}





/***** SUB LOGOS ******/
@media (min-width: 992px) {
	#logo-sub {
		display: none;
		position: fixed;
		top: 100px;
		left: -40px;
		z-index: 100;
		width: 100%;
		-webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
	}
	#logo-sub.scrolled {
		display: none;
		position: fixed;
		top: 70px;
		left: -40px;
		z-index: 100;
		width: 100%;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#logo-sub .logo-sub-box {
		height: 155px;
		width: 315px;
		background: #fff;	
		background-color: rgba(255,255,255, 0.9);
		box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	}
	#logo-sub.scrolled .logo-sub-box {
		height: 115px;
		width: 260px;
	}
	
	.logo-sub-item-school {
		margin-top: 10px;
		margin-left: 37px;
	}
	.logo-sub-item-pro {
		margin-top: 20px;
		margin-left: 21px;
	}
	#logo-sub.scrolled .logo-sub-item-school img {
		-ms-transform: scale(0.7); /* IE 9 */
	    -webkit-transform: scale(0.7); /* Safari */
	    transform: scale(0.7);
	}
	#logo-sub.scrolled .logo-sub-item-pro img {
		-ms-transform: scale(0.8); /* IE 9 */
	    -webkit-transform: scale(0.8); /* Safari */
	    transform: scale(0.8);
	}
	#logo-sub.scrolled .logo-sub-item-school {
		margin-top: 10px;
		margin-left: 16px;
	}
	#logo-sub.scrolled .logo-sub-item-pro {
		margin-top: 0px;
		margin-left: 10px;
	}
}
@media (max-width: 991px) {
		#logo-sub {
		display: none;
		position: fixed;
		top: 80px;
		left: 0px;
		z-index: 100;
		width: 100%;
		-webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
	}
	#logo-sub.scrolled {
		display: none;
		position: fixed;
		top: 60px;
		left: 0px;
		z-index: 100;
		width: 100%;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#logo-sub .logo-sub-box {
		height: 100px;
		width: 190px;
		background: #fff;	
		background-color: rgba(255,255,255, 0.9);
		box-shadow: 0 4px 10px rgba(0,0,0,0.5);
		overflow: hidden;
	}
	#logo-sub.scrolled .logo-sub-box {
		height: 110px;
		width: 190px;
	}
	.logo-sub-item-school {
		margin-top: 0px;
		margin-left: -20px;
	}
	.logo-sub-item-pro {
		margin-top: 0px;
		margin-left: 0px;
	}
	#logo-sub .logo-sub-item-school img {
		-ms-transform: scale(0.7); /* IE 9 */
	    -webkit-transform: scale(0.7); /* Safari */
	    transform: scale(0.7);
	}
	#logo-sub.scrolled .logo-sub-item-school {
		margin-top: 5px;
		margin-left: -20px;
	}
}


/*/////////////////////////// 
	
*****  MAIN MENU
	
///////////////////////////*/

#main-menu {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 32px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
}
#main-menu ul {
	list-style: none;
	padding: 0;
}
#main-menu>ul {
	position: absolute;
    right: 0px;
}
#main-menu>ul>li {
	position: relative;
	float: left;
	margin-left: 20px;
}
#main-menu>ul>li>a{
	text-decoration: none;
	font-family: 'pf_sebold';
	font-size: 14px;
	color:#333;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
}
#main-menu>ul>li>a.active{
	color: #00ade5;
	background: url('../images/menu_arrow.png') no-repeat center 20px;
	z-index: 10000;
}
#main-menu ul li a.activenav {
	color: #00ade5;
}

#main-menu>ul>li>a:hover{
	color: #00ade5;
}

#main-menu .sub-menu {
	padding: 30px 25px 5px 20px;
	max-width: 1000px;
	position: absolute;
	top:38px;
	box-shadow: 0 2px 14px rgba(0,0,0,0.4); /* Параметры тени */
	z-index: 9999;
	background-color: rgba(255,255,255,0.95);
	display: none;
}
.sub-menu .divcolumn {
	vertical-align: top;
}
.sub-menu .divcolumn .column { 
    display: block;
    width: 100%;
    margin: 0 20px 15px;
    /*padding: 0 20px 0 20px;*/
    padding: 0;
}
.column:after {
  display:block;
  content:"";
  clear:both;
}
#main-menu .sub-menu.sub-menu-advert {
	padding: 20px 200px 0px 40px;
}

.sub-menu .sub-menu-advert-container{ /* Masonry bricks or child elements */
    display: block;
    position: relative;
    margin: 0 0px 0px 0px;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    /*padding: 0 20px 0 20px;*/
    padding: 0;
    background: no-repeat bottom right;
}
.column-advert img {
	float: right;
}

#main-menu .sub-menu ul li {
	white-space: nowrap;
	line-height: 20px;
}
#main-menu .sub-menu ul li a, #main-menu .sub-menu ul li span {
	font-size: 14px;
	font-family: 'pf_sebold';
	color: #333;
	text-decoration: none;
}
#main-menu .sub-menu ul li a.sub-menu-blue, #main-menu .sub-menu ul li span.sub-menu-blue {
	font-family: 'pf_sebold';
	color: #00ade5;
	text-decoration: none;
}
#main-menu .sub-menu ul li a:hover {
	color: #2cc5f6;
}
#main-menu .sub-menu ul li.has-sub2>ul>li:first-child {
	margin-top: -10px;
}
#main-menu .sub-menu ul li.has-sub2>a, #main-menu .sub-menu ul li.has-sub2>span {
	color: #00ade5;
}
#main-menu .sub-menu ul li ul {
	padding-top: 10px;
}
#main-menu .sub-menu ul li ul li {
	
	display: block;
	line-height: 16px;
	padding: 7px 0 7px 0;
}
#main-menu .sub-menu ul li ul li a, #main-menu .sub-menu ul li ul li span{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-family: 'pf_regular';
}

/* MAIN MENU - SCROLLED */
.header.scrolled #main-menu {
	position: relative;
	float: right;
	margin-top: 13px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header.scrolled #main-menu .sub-menu {
	
	top:38px;
}
.header.scrolled #main-menu>ul>li>a.active{
	background: url('../images/menu_arrow.png') no-repeat center 21px;
}

/* MAIN MENU - MOBILE */
nav#mobile-menu {
}
a.mobile-menu{
	position: relative;
	float: right;
	height: 80px;
	width:95px;
	color:#0086b5;
	font-size: 18px;
	font-family: 'pf_regular';
	line-height: 82px;
	text-transform: uppercase;
	text-decoration: none;
	background: url('../images/menu_icon.png') no-repeat center right;
	background-size: 36%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header.scrolled a.mobile-menu{
	height: 60px;
	line-height: 62px;
	background-size: 30%;
}
.mm-navbar {
  text-align: left;
  line-height: 20px;
  height: 90px;
  padding: 0 40px; 
  background: #ebebeb;
  }
  .mm-navbar > * {
    padding: 55px 0;
     }
  .mm-navbar .mm-btn {
	  padding: 65px;
	}
.mm-menu.mm-theme-white .mm-navbar a {
	font-family: 'pf_sebold';
	font-size: 16px;
	text-align: left;
	color: #333;
	opacity: 1;
}
.mm-menu.mm-theme-white {
	background: #fff;
	color: #333;
	font-family: 'pf_regular';
	text-transform: uppercase;
}
#mm-1 .mm-listview {
	margin-top: 25px;
}
.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 25px; }
  .mm-listview > li {
  margin-left: 40px; }
  .mm-listview > li > span {
      padding: 10px 10px 10px 0px;}
      .mm-listview .mm-next {
    width: 50px;
    right: 6px; }
    
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 30px; }
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  border-width: 3px;
  width: 10px;
  height: 10px; }
  .mm-listview .mm-next {
    right: 6px; }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
      border-color: #a1a1a1; }
  .mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
    border-color: #a1a1a1; }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
#upmenumobile {
	position: absolute;
	width: 100%;
	height: 50px;
	top:0;
	left: 0;
	z-index: 1;
}
.upmenumobile-languages {
	position: relative;
	border: 1px #00ade5 solid;
	background: #fff;
	border-top: none;
	border-right: none;
	height: 35px;
	max-width: 200px;
	float: right;
	font-family: 'pf_regular';
	font-size: 20px;
	line-height: 20px;
	z-index: 999999;
	padding: 7px 20px 0 20px;
}
.upmenumobile-languages a	 {
	color: #bdbdbd;
	text-decoration: none;
}
.upmenumobile-languages a.activelang	 {
	color: #00ade5;
	text-decoration: none;
}
#downmenumobile {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom:0;
	left: 0;
	z-index: 10;
	text-align: center;
}
.downmenu-profile a {
	text-align: center;
	width: 100%;
	display: block;
	font-family: 'pf_sebold';
	font-size: 14px;
	line-height: 30px;
	color: #00ade5;
	text-decoration: none;
	line-height: 14px;
	padding-top: 3px;
}
.downmenu-profile a img {
	margin-right: 10px;
}


/*/////////////////////////// 
	
*****  HEADING H1, H2 ...
	
///////////////////////////*/
.heading {
	height: 45px;
	width: 100%;
	background-color: #f6f6f6;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	font-family: 'pf_thin';
	padding-top: 10px;
}
@media (max-width: 767px) {
	.heading {
		text-align: center;	
	}
}


.heading-half {
	height: 45px;
	width: 100%;
	background-color: #f6f6f6;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	font-family: 'pf_thin';
	overflow: hidden;
}
.heading-half-text-wrap {
	overflow: hidden;
}
.heading-half-one, .heading-half-two{
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	padding: 10px 15px 10px 15px;
	text-align: center;
}
.heading-half-one:before {
	content: " ";
	position: absolute;
	display: inline-block;
	right: -15px;
	top:0;
	width: 30px;
	height: 45px;
	background: #fff;
}
.heading-half-two:after {
	content: " ";
	position: absolute;
	display: inline-block;
	left: -15px;
	top:0;
	width: 30px;
	height: 45px;
	background: #fff;
}
.heading-half-text {
	display: block;
	position: absolute;
	height: 45px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	font-family: 'pf_thin';
	top:-45px;
	left: 0;
	text-align: center;
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.heading-half-text {
		position: relative;
		display: block;
		float: left;
		top: 0;
		width: 120%;
		margin-left: -10%;
		background-color: #f6f6f6;
	}
	.heading-half {
		display: none;
	}
}


.heading-third {
	height: 45px;
	width: 100%;
	background-color: #f6f6f6;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	font-family: 'pf_thin';
}
.heading-third-one, .heading-third-two, .heading-third-three {
	position: relative;
	display: inline-block;
	float: left;
	width: 33.33333333%;
	padding: 10px 15px 10px 15px;
	text-align: center;
}
.heading-third-two:before, .heading-third-one:before {
	content: " ";
	position: absolute;
	display: inline-block;
	right: -15px;
	top:0;
	width: 30px;
	height: 45px;
	background: #fff;
}
.heading-third-two:after, .heading-third-three:after {
	content: " ";
	position: absolute;
	display: inline-block;
	left: -15px;
	top:0;
	width: 30px;
	height: 45px;
	background: #fff;
}
.heading-third-text {
	display: block;
	position: absolute;
	height: 45px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	font-family: 'pf_thin';
	top:-45px;
	left: 0;
	text-align: center;
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.heading-third-text {
		position: relative;
		display: block;
		float: left;
		top: 0;
		width: 120%;
		margin-left: -10%;
		background-color: #f6f6f6;
	}
	.heading-third {
		display: none;
	}
}

.page-header {
  background-image: -moz-linear-gradient( 85deg, rgb(23,158,232) 0%, rgb(86,202,254) 100%);
  background-image: -webkit-linear-gradient( 85deg, rgb(23,158,232) 0%, rgb(86,202,254) 100%);
  background-image: -ms-linear-gradient( 85deg, rgb(23,158,232) 0%, rgb(86,202,254) 100%);
  width: 100%;
  padding: 110px 0 10px 0;
  margin-bottom: 30px;
}
.page-header h1 {
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'pf_thin';
	color: #fff;
}
.page-header-link {
	
}
.page-header a:not(.page-header-link) {
	text-align: left;
	float: right;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_thin';
	color: #fff;
	margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-header {
		padding: 90px 0 10px 0;
	}
}
@media (max-width: 767px) {
	.page-header {
	  padding: 0px 0 5px 0;
	  margin-bottom: 20px;
	}
	.page-header h1 {
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		margin-top: 99px;
	}
	.page-header a:not(.page-header-link) {
		display: none;
	}
}
.sub-page-header {
	background: #f6f6f6;
	min-height: 54px;
    margin-top: -30px;
    margin-bottom: 30px;
    width: 100%;
    white-space: nowrap;
   
}
.sub-page-header-inner {
    min-height: 54px;
    white-space: nowrap;
}
.sub-page-header a {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
	float: left;
	padding: 15px 15px 15px 15px;
	font-family: 'pf_thin';
}
.sub-page-header a.active {
	color: #00ade5;
}
.filter-icon {
	display: inline-block;
	float: left;
	height: 53px;
	width: 32px;
	margin: 0 15px 0 15px;
	background:url('../images/filter_icon.png') no-repeat center center;
}
@media (max-width: 992px) {
	.sub-page-header {
		overflow-x: scroll;
	    overflow-y: scroll;
	}
	.sub-page-header a {
		float: none;	
	}
}
/*/////////////////////////// 
	
*****  BUTTONS
	
///////////////////////////*/
.button {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'pf_thin';
	font-size: 20px;
	line-height: 20px;
	padding: 18px 20px 18px 20px;
	background: #00ade5;
	border-radius: 10px;	
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: 2px solid #00ade5;
	text-transform: uppercase;
}
.button:focus {
	color: #fff;
}
.button:not(.btn-noactive):hover {
	background: #fff;	
	color: #00ade5;
	border: 2px solid #00ade5;
	cursor: pointer;
}
.btn-mini {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #00ade5;
}
.btn-mini:not(.btn-noactive):hover {
	border-width: 1px;
}
.btn-invert {
	background: #fff;
	color: #00ade5;
}
.btn-invert:not(.btn-noactive):hover {
	background: #00ade5;
	color: #fff;
}
.btn-xs {
	font-size: 12px;
	line-height: 12px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #00ade5;
	text-transform: none;
	font-family: 'pf_regular';
	margin: 15px 0 15px 0;
}
.btn-xs:not(.btn-noactive):hover {
	border-width: 1px;
}
.btn-fixed {
	width: auto;
	margin: 0;
}

/*/////////////////////////// 
	
*****  TABS
	
///////////////////////////*/
.tabs {
	background: #d2f4ff;
	height: 53px;
	width: 100%;
	margin-top: 40px;
}
.tab-item {
	display: inline-block;
	position: relative;
	float: left;
	padding: 15px 30px 0 30px;
	margin-right: 15px;
	height: 53px;
	color: #00ade5;
	font-size: 18px;
	line-height: 24px;
	font-family: 'pf_thin';
}
.tab-item-text {
	position: relative;
	z-index: 10;
}
.tab-item-active, .tab-item:hover {
	color: #00ade5;
	background: #fff;
	height: 60px;
	margin-top: -7px;
	padding: 22px 30px 0 30px;
	box-shadow: 0px -2px 6px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}
.tab-item-active:before, .tab-item:hover:before {
	content: ' ';
	position: absolute;
	top:57px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff;
	z-index: 5;
}

/*/////////////////////////// 
	
*****  INPUTS
	
///////////////////////////*/
input[type="text"], input[type="password"], textarea {
   display: block;
   appearance: none;
   margin: 0;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: inset 0px 2px 4px 0 rgba(0,0,0,0.1);
   width: 100%;
   height: 35px;
   padding: 0 10px 0 10px;
   font-size: 18px;
   line-height: 18px;
   color: #333;
   transition: box-shadow 0.3s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
	box-shadow: inset 0px 4px 10px 0 #d2f4ff;
	border: 1px solid #99e5ff;
}
input[type="text"].fail, input[type="password"].fail, textarea.fail {
	background: #f9e6e7;
}
input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled {
	background: #eaeaea;
}
textarea {
	height: 70px;
	width: 100%;
	resize:none; 
	word-wrap:break-word;
	padding: 10px;
}

label {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_thin';
	margin-bottom: 14px;
	margin-top: 22px;
	padding-left: 5px;
}
label span.required {
	color: #00ade5;
}
input[type="text"].login-input, input[type="password"].login-input {
	width: 80%;
	display: inline-block;
	float: left;
	position: relative;
}

input[type="submit"]:focus {
	outline: none;
}

/***** LABELS *****/


label.login-label {
	width: 20%;
	display: inline-block;
	float: left;
	position: relative;
	margin-top: 0px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}
.form-hint-right {
	color: #00ade5;
	height: 90px;
	padding-top: 50px; 
}
.form-hint-right span {
	display: table-cell;
	font-size: 12px;
	line-height: 15px;
	font-family: 'pf_sebold';
	height: 35px;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.form-hint-right {
		height: 40px;
		padding-top: 5px; 
		padding-left: 10px;
	}
	.form-hint-right span {
		display: table-cell;
		font-size: 12px;
		line-height: 15px;
		font-family: 'pf_sebold';
		height: 35px;
		vertical-align: middle;
	}
}


/***** CHECKBOXES *****/



input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label {
	padding-left: 40px;
}
input[type="checkbox"] + label span:first-of-type {
    display:inline-block;
    width:30px;
    height:30px;
    margin:-1px 10px 0 -40px;
    vertical-align:middle;
    background:url('../images/checkbox.png') left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span:first-of-type {
    background:url('../images/checkbox.png') -30px top no-repeat;
}
.radio-inline {
	display: inline-block;
	float: left;
	padding: 0;
}

.checkbox, .radio {
	background: url('../images/checkbox_circle.png') no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
	position:relative;
}
.checkbox-items, .app-programs {
	display: block;
	text-align: center;
	padding-top: 20px;
}
.checkbox-item, .app-program-item {
    text-align:center;
    display:inline-block;
	vertical-align: top;
	margin: 0 auto;
	width: 12%;
	padding: 0 0.25% 20px 0.25%;
	word-break: break-word;
}
.checkbox-item-wide {
	text-align:center;
    display:inline-block;
	vertical-align: top;
	margin: 0 auto;
	width: 19%;
	padding: 0 0.5% 20px 0.5%;
}
.checkbox-yes .radio {
	background: url('../images/checkbox_circle_yes.png') no-repeat;
}
.checkbox-no .radio {
	background: url('../images/checkbox_circle_no.png') no-repeat;
}
.app-program-item a {
	color: #333;
}
.app-program-item-label:hover{
	cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
	.checkbox-item, .app-program-item {
		width: 19%;
		padding: 0 0.5% 20px 0.5%;
	}
	.checkbox-item-wide {
		width: 24%;
		padding: 0 0.5% 20px 0.5%;
	}
}
@media (max-width: 767px) {
	.checkbox-item, .app-program-item {
		width: 24%;
		padding: 0 0.5% 20px 0.5%;
	}
	.checkbox-item-wide {
		width: 32.333333%;
		padding: 0 0.5% 20px 0.5%;
	}
}
.checkbox-items-inline {
	width: 100%;
	overflow: hidden;
}
.checkbox-item-inline {
	display: inline-block;
	position: relative;
	width: 24%;
	padding: 0 0.5% 0px 0.5%;
}
.checkbox-item-inline .checkbox {
	display: inline-block;
	width: 40;
	height: 40px;
	position: relative;
	float: left;
	background: url('../images/checkbox_circle40.png') no-repeat;
	
}
.checkbox-item-inline-label {
	vertical-align: middle;
	left: 50px;
	top: 0px;
	position: absolute;
	width: 100%;
	padding-right: 50px;
	word-break: break-word;
}
.checkbox-item-inline-label label {
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	height: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.checkbox-item-inline {
		width: 32.333333%;
		padding: 0 0.5% 20px 0.5%;
	}
}
@media (max-width: 767px) {
	.checkbox-item-inline {
		width: 49%;
		padding: 0 0.5% 20px 0.5%;
	}
}


/***** RADIO *****/



input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
	padding-left: 25px;
}
input[type="radio"] + label span:first-of-type {
    display:inline-block;
    width:20px;
    height:21px;
    margin:-1px 7px 0 -25px;
    vertical-align:middle;
    background:url('../images/radio.png') left top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span:first-of-type {
    background:url('../images/radio.png') -20px top no-repeat;
}


/***** SELECT  *****/


.select {
	position: absolute;
	top: 49px;
	left: 0;
	display: block;
	width: 100%;
}
.select-before {
	width: 8px;
	background: url('../images/select_left.png') no-repeat right center;
	height: 40px;
	display: block;
	position: absolute;
	top:0;
	left: 15px;
}
.select-text {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px 0 12px;
	color: #5a5a5a;
	margin-left: 23px;  
	margin-right:38px;
	background: url('../images/select.png') repeat-x center;
	
	overflow: hidden;
}
.select-after {
	width: 23px;
	background: url('../images/select_right.png') no-repeat left center;
	height: 40px;
	display: block;
	position: absolute;
	top:0;
	right:15px;
	
}
select {
	-webkit-appearance:none;
	width: 100%;
	margin-top: -1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    select {
        height:40px;
        line-height:40px;
    } 
}
select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
    select {
        padding: 10px 0!important;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    select {
        height:40px;
        line-height:40px;
    }     
}
select {
	position: relative;  
	opacity: 1; 
	filter: alpha(opacity=1); 
	z-index: 500000;
}
.disabled_select .select-before {
	background: url('../images/select_left_disabled.png') no-repeat right center;
}
.disabled_select .select-text {
	background: url('../images/select_disabled.png') repeat-x center;
}
.disabled_select .select-after {
	background: url('../images/select_right_disabled.png') no-repeat left center;
}
.fail_select .select-before {
	background: url('../images/select_left_fail.png') no-repeat right center;
}
.fail_select .select-text {
	background: url('../images/select_fail.png') repeat-x center;
}
.fail_select .select-after {
	background: url('../images/select_right_fail.png') no-repeat left center;
}


input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*/////////////////////////// 
	
*****  ALERTS
	
///////////////////////////*/

.alert-block {
	width: 100%;
	border: 1px solid #fff;
	padding: 15px 15px 10px 15px;
	margin-bottom: 30px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-family: 'pf_regular';
	border-radius: 10px;
}
.alert-error {
	background: #ffe5e5;
	border-color: #e72a2a;
	color: #cd1616;
}

.alert-warning {
	background: #fefdbe;
	border-color: #e7ce2a;
	color: #cda816;
}
.alert-success, .alert-info {
	background: #c7febe;
	border-color: #41db2a;
	color: #39b54a;
}
.alert-block-full {
	width: 100%;
	padding: 30px 15px 30px 15px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-family: 'pf_regular';
}
.alert-block-full.alert-error {
	background: #ffe5e5;
	color: #cd1616;
}
.alert-block-full.near-header-login {
	margin-top: -70px;
	margin-bottom: 40px;
	z-index: 100;
	position: relative;
}
.alert-block-full.near-header-register {
	margin-top: -50px;
	margin-bottom: 40px;
	z-index: 100;
	position: relative;
}
.alert-block-full.near-header {
	margin-top: -30px;
	margin-bottom: 40px;
	z-index: 100;
	position: relative;
}
@media (max-width: 767px) {
	.alert-block-full.near-header-login {
		margin-top: -50px;
		margin-bottom: 40px;
	}
	.alert-block-full.near-header-register {
		margin-top: -30px;
		margin-bottom: 40px;
	}
	.alert-block-full.near-header {
		margin-top: -20px;
		margin-bottom: 40px;
	}
}

/*/////////////////////////// 
	
*****  SLIDER
	
///////////////////////////*/

#main-slider div {
	height: 100%;
}

#slider {
	height: 650px;
	width: 100%;
	position: relative;
}
#main-slider {
	height:650px;
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
	text-align:center;
	
	
}
#main-slider div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}

#slider .owl-controls{
	display: none;
}
@media (max-width: 500px) {
	#slider .owl-controls{
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#slider {
		height: 500px;
	}
	#main-slider {
		height:500px;		
	}	
}

@media (max-width: 767px){
	#slider {
		height: 475px;
	}
	#main-slider {
		height:475px;	
	}
}
@media (max-width: 500px){
	#slider {
		height: 400px;
	}
	#main-slider {
		height:400px;	
	}
}

/*/////////////////////////// 
	
*****  SLIDERS BUTTONS
	
///////////////////////////*/

.prevBtnSlider, .nextBtnSlider{
    display:block;
    width:40px;
    height:120px;
    position:absolute;
    top:50%;
    margin-bottom: 0px;
    z-index:997;
}
.prevBtnSlider{
    left: 0px;
}
.nextBtnSlider{
    right:0px;
}
.prevBtnSlider a, .nextBtnSlider a{
    display:block;
    position:relative;
    width:40px;
    height:120px;
    background:url('../images/arrows.png') no-repeat top left;
    text-indent: -9999px;
    cursor: pointer;
}
.nextBtnSlider a{
    background-position: top right;
}
.prevBtnSlider a:hover{
    background-position: bottom left;
}
.nextBtnSlider a:hover{
    background-position: bottom right;
}

#prevMainSlider.prevBtnSlider, #nextMainSlider.nextBtnSlider {
	 top:47%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.prevBtnSlider a, .nextBtnSlider a{
		
		width:40px;
	}
}
@media (max-width: 767px) {
	.prevBtnSlider, .nextBtnSlider {
		display: none;
	}
}

/*/////////////////////////// 
	
*****  MAIN - INFOGRAPHICS
	
///////////////////////////*/

#main-infographics{
	height: 130px;
	margin-top: -93px;
	position: relative;
}
.main-infographics-shadowbox {
	height: 110px;
	width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 0px -4px 5px 0px rgba( 0, 0, 0, 0.3 );
	z-index: 1;
}
#main-infographics-items {
	position: absolute;
	top:0;
	left: 0;
	width: 96%;
	margin: 0 2% 0 2%;
	height: 130px;
	z-index:10;
}
.main-infographics-block {
	height: 130px;
    padding: 30px 0 0 38px;
}
.main-infographics-circle-wrap {
	width: 68px;
	height: 68px;
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 15px;
}
.main-infographics-circle {
	position: relative;
	float: left;
	border: 2px solid #ffd800;
	height: 100%;
	width: 100%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	margin: 0px 0px 0 0px;
	
}
.main-infographics-innerblock:hover .main-infographics-circle {
	background-color: #ffd800;
}
.main-infographics-circle-type2 {
	background-color: #fff;
	border: 2px solid #00ade5;
}
.main-infographics-innerblock:hover .main-infographics-circle-type2 {
	background-color: #00ade5;
}
.main-infographics-circle-type3 {
	background-color: #fff;
	border: 2px solid #89be27;
}
.main-infographics-innerblock:hover .main-infographics-circle-type3 {
	background-color: #89be27;
}
.main-infographics-innerblock:hover .main-infographics-stat{
	color: #fff;
}
.main-infographics-stat {
	color: #333;
	font-family: 'pf_thin';
	font-size: 13px;
	position: absolute;
	top: 10px;
	left: -2px;
	width: 68px;
	text-align: center;
	line-height: 13px;
}
.main-infographics-stat-en {
	font-size: 11px !important;
}
.main-infographics-number {
	display: block;
	font-size: 26px;
	line-height: 26px;
}
.main-infographics-desc {
	position: relative; 
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-family: 'pf_thin';
	color: #333;
	height: 70px;
	max-width: 185px;
}
.main-infographics-desc-b {
	display: block;
	font-size: 18px;
	line-height: 19px;
}
.main-infographics-desc-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #00ade5;
	text-decoration: none;
	white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.main-infographics-shadowbox {
		box-shadow: 0px -6px 5px 0px rgba( 0, 0, 0, 0.3 );
	}
	#main-infographics-items {
		position: absolute;
		top:0;
		left: 0;
		width: 92%;
		margin: 0 4% 0 4%;
		height: 130px;
		z-index:10;
	}
	.main-infographics-block {
		height: 130px;
		display: table;
	    margin: 0 auto;
	    padding: 30px 0 0 0;
	}
	.main-infographics-desc {
		max-width: 200px;
	}
}
/*/////////////////////////// 
	
*****  MAIN-LINKS
	
///////////////////////////*/
#main-links {
	text-align: center;
	margin-top: 20px;
}
#main-links img {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#main-links p {
	font-family: 'pf_thin';
	font-size: 18px;
	line-height: 19px;
	color: #333;
}
.main-links-left {
	position: relative;
	width: 50%;
	float: left;
	padding-top: 30px;
	height: 212px;
	background: url('../images/main_links_left.png') no-repeat left center;
}
.main-links-right {
	position: relative;
	width: 50%;
	float: right;
	padding-top: 30px;
	height: 212px;
	background: url('../images/main_links_right.png') no-repeat right center;
}
#main-links img+p  {
	margin-top: 30px;
}
#main-links a:hover p {
	display: none;
}
#main-links a:hover img {
	margin-top: 40px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#main-links a:hover .main-links-left {
	margin-left: -2%;
	padding-left: 2%;
	width: 52%;
	background: url('../images/main_links_left_hover.png') no-repeat left 5px;
}
#main-links a:hover .main-links-right {
	margin-right: -2%;
	padding-right: 2%;
	width: 52%;
	background: url('../images/main_links_right_hover.png') no-repeat right 5px;
}


/*/////////////////////////// 
	
*****  MAIN-PROGRAMS
	
///////////////////////////*/
#main-programs {
	width:100%;
	margin-top: 10px;
}

.main-programs-item {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #d1d3d4;
	border-radius: 10px;
	height: 155px;
	overflow: hidden;
}
.main-programs-item-icon {
	height: 100px;
	width: 38%;
	position: relative;
	display: inline-block;
	float: left;
	z-index: 10;
	margin: 35px 0 0 0px;
}
.main-programs-item-icon-inner {
	display: table;
    margin: 0 auto;
}
.main-programs-item-circle {
	float: left;
	background-color: #00ade5;
	border: 3px solid #eaeaea;
	height: 90px;
	width: 90px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

.main-programs-item-circle-name {
	color: #fff;
	font-family: 'pf_sebold';
	font-size: 18px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	width: 90px;
	height: 90px;
}
.main-programs-item-desc {
	display: inline-block;
	text-align: center;
	width: 62%;
}
.main-programs-item-desc-h {
	display: block;
	color: #00ade5;
	font-family: 'pf_sebold';
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 58px;
	overflow: hidden;
	margin-right: 10%;
	margin-left: 10%;
}
.main-programs-item-desc-icons {
	display: block;
	padding-bottom: 38px;
}
.main-programs-item-desc-icon {
	color: #333;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_regular';
	padding-left: 16px;
	height: 14px;
	text-align: left;
}
.main-programs-item-desc-icon+.main-programs-item-desc-icon {
	margin-top: 5px;
}
.main-programs-item-desc-level {
	background: url('../images/program_tile_level.png') no-repeat left 1px;
}
.main-programs-item-desc-time {
	background: url('../images/program_tile_time.png') no-repeat left 1px;
}
.main-programs-item-desc-date {
	background: url('../images/program_tile_date.png') no-repeat left 1px;
}
.main-programs-item-desc-date-en {
	font-size: 12px;
}
.main-programs-item-bottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 38px;
	z-index: 9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.main-programs-item-bottom-price {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-family: 'pf_regular';
	color: #333;
	position: relative;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}
.main-programs-item-bottom-more {
	color: #fff;
	display: none;
	position: relative;
	float: right;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_regular';
	padding-right: 20px;
	padding-top: 14px;
	
}
.main-programs-button {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 10px;
	height: 155px;
	overflow: hidden;
	background-color: #f6f6f6;
	text-align: center;
	text-transform: uppercase;
	padding-top: 70px;
	color: #646464;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-family: 'pf_regular';
}
@media (min-width: 992px) {
	.main-programs-item:hover .main-programs-item-bottom  {
		background-color: #00ade5;
	}
	.main-programs-item:hover .main-programs-item-bottom-price {
		color: #fff;
	}
	.main-programs-item:hover .main-programs-item-bottom-more {
		display: inline-block;
	}
	.main-programs-button:hover {
		background-color: #00ade5;
		color: #fff;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-programs-item {
		height: 270px;
	}
	.main-programs-item-icon {
		width: 100%;
		margin: 10px 0 0 0px;
	}
	.main-programs-item-desc {
		width: 100%;
	}
	.main-programs-item-desc-h {
		display: block;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.main-programs-item-desc-icons {
		padding-left: 25px;
	}
	.main-programs-item-bottom-price {
		padding-right: 10px;
	}
	.main-programs-item-bottom-more {
		padding-right: 10px;
	}
	.main-programs-button {
		padding-top: 125px;
		height: 270px;
	}
}
@media (max-width: 767px) {
	#main-programs {
		margin-top: -2	0px;
	}
	.main-programs-item {
		height: 100%;
		margin-bottom: 0;
	}
	.main-programs-button {
		padding-top: 16px;
		height: 50px;
		background-color: #00ade5;
		color: #fff;
		margin-bottom: 50px;
	}
	.main-programs-item-icon {
		height: 90px;
		margin: 17px 0 0 0px;
	}
	.main-programs-item-desc-h {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-programs-item-desc-icon+.main-programs-item-desc-icon {
		margin-top: 3px;
	}
}
/*/////////////////////////// 
	
*****  MAIN-PROGRAMS-WIDGET
	
///////////////////////////*/
.main-programs-widget {
	background-color: #f6f6f6;
	height: 346px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'pf_thin';
	text-align: center;
	margin-bottom: 12px;
}
.main-programs-widget-title {
	font-size: 24px;
	line-height: 24px;
	color: #666;
	padding-top: 17px;
	padding-bottom: 15px;
}
.main-programs-widget-cohort {
	padding-top: 14px;
	padding-bottom: 14px;
	padding: 14px 10px 10px 10px;
}
.main-programs-widget-cohort-date{
	font-size: 24px;
	line-height: 24px;
	color: #666;
}
.main-programs-widget-cohort-programs{
	font-size: 14px;
	line-height: 19px;
	color: #666;
	padding-top: 12px;
}	
.main-programs-widget-links-blank {
	height: 110px;
	display: block;
	width: 100%;
}
.main-programs-widget-links{
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
}
.main-programs-widget-links a{
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #00aeef;
	text-decoration: underline;
}
.main-programs-widget-link+.main-programs-widget-link{
	padding-top: 14px;	
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-programs-widget {
		height: 577px;
	}
	.main-programs-widget-title {
		font-size: 18px;
		line-height: 18px;
	}	
	.main-programs-widget-cohort-date{
		font-size: 18px;
		line-height: 18px;
		color: #666;
	}
	.main-programs-widget-links-blank {
		display: none;
	}
	.main-programs-widget-links{
		position: relative;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.main-programs-widget-wrap {
		background-color: #f6f6f6;
		width: 100%;
		overflow: hidden;
	}
	.main-programs-widget {
		width: 120%;
		padding: 0 7% 0 7%;
		margin: 0 0 0 -10%;
		height: 100%;
	}
	.main-programs-widget-title {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.main-programs-widget-cohort {
		padding-top: 15px;
	}
	.main-programs-widget-cohort-date{
		padding: 0 10px 0 10px;
	}
	.main-programs-widget-cohort-programs{
		font-size: 18px;
		padding: 0 10px 0 10px;
	}
	.main-programs-widget-links-blank {
		display: none;
	}
	.main-programs-widget-links{
		position: relative;
		padding-top: 25px;
		padding-bottom: 25px;
		bottom: 0px;
	}
	.main-programs-widget-link {
		padding: 0 30px 0 30px;
	}
	.main-programs-widget-link a {
		color: #666;
	}
	.main-programs-widget-link+.main-programs-widget-link{
		padding-top: 0px;	
	}
}

/*/////////////////////////// 
	
*****  MAIN - INFORMATION WIDGETS
	
///////////////////////////*/
#main-inform-widgets {
	height: 480px;
	margin-top: 70px;
	overflow: hidden;
	width: 100%;
}
.main-inform-widgets-item {
	display: block;
	position: relative;
	height: 100%;
	margin-top: 20px;
	width: 99%;
	margin-left: 1%;	
}
.main-inform-h {
	position: relative;
	font-family: 'pf_sebold';
	font-size: 16px;
	line-height: 20px;
	color: #333;
	height: 70px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.main-inform-widgets-item-image {
	position: relative;
	height: 144px;
	width: 100%;
	background-image: url('../images/noimage_320x170white.png');
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}
.main-inform-widgets-item-image-empty {
}
.main-inform-widgets-item-image img {
	width: 100%;
}
.main-inform-circle:before {
	content: ' ';
	position: absolute;
	top: 34px;
    right: 0;
    bottom : 0;
    left : -1px;
  	margin : 0 auto;
	background-color: #fff;
	height: 78px;
	width: 78px;
   }
.main-inform-circle {
	position: absolute;
	top: 99px ;
    right: 0 ;
    bottom : 0 ;
    left : 0 ;
  	margin : auto;
	background-color: #fff;
	height: 78px;
	width: 78px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    z-index: 8;
    border: #00ade5 1px solid;
}
.main-inform-icon {
	position: absolute;
	top: 90px ;
    right: 0 ;
    bottom : 0 ;
    left : 0 ;
  	margin : auto;
  	height: 30px;
  	width: 30px;
	background: url('../images/inform_news.png') no-repeat center center;
    z-index: 9;
}
.main-inform-icontext {
	position: absolute;
	display: none;
	top: 100px ;
    right: 0 ;
    bottom : 0 ;
    left : 0 ;
  	margin : auto;
  	text-align: center;
  	height: 30px;
  	width: 78px;
    z-index: 9;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    color: #00ade5;
}
.main-inform-widgets-item-desc {
	position: relative;
	border: #00ade5 1px solid;
	background: #fff;
	height: 125px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 25px 10px 25px 10px;
	overflow: hidden;
}
.main-inform-widgets-item-desc-text {
	position: relative;
	font-family: 'pf_regular';
	font-size: 14px;
	line-height: 18px;
	color: #333;
	z-index: 10;
	height: 85px;
	overflow: hidden;
}
.main-inform-widgets-item-newsdate {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #00ade5;
	font-size: 14px;
	line-height: 14px;
}
#main-inform-events .main-inform-widgets-item-desc {
	padding-left: 0px;
}
#main-inform-events .main-inform-icon {
	background: url('../images/inform_events.png') no-repeat center center;
}
.main-inform-widgets-item-eventstext {
	width: 65%;
	position: relative;
	float: left;
}
.main-inform-widgets-item-eventsdate {
	width: 35%;
	float: left;
	position: relative;
	text-align: center;
	color: #00ade5;
	font-family: 'pf_thin';
}
.main-inform-widgets-item-eventsdate-day {
	font-size: 40px;
	line-height: 40px;
	display: block;
}
.main-inform-widgets-item-eventsdate-monthyear {
	font-size: 18px;
	line-height: 22px;
	display: block;
}
#main-inform-projects .main-inform-icon {
	background: url('../images/inform_projects.png') no-repeat center center;
}
#main-inform-projects .main-inform-h {
	font-size: 18px;
	line-height: 60px;
}
#main-inform-projects .main-inform-widgets-item-image {
    /*background-image: url('../images/events_bg.jpg');*/
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
#main-inform-projects .main-inform-widgets-item-image img {
	max-height: 90px;
	margin-top: 10px;
	width: auto;
}
.main-inform-widget .owl-controls{
	margin-top: 15px;
	text-align: center;
	display: none;
	z-index: 1;
	left: -10000px;
}
.main-inform-widget .owl-controls .owl-page span{
	border: 3px solid #00ade5;
}
.main-inform-widget .owl-controls .owl-page.active span,
.main-inform-widget .owl-controls.clickable .owl-page:hover span{
	background: #00ade5;
}
.main-inform-widget:hover .owl-controls {
	left: 0;
}
@media(min-width: 992px) {
	.main-inform-widget:hover .main-inform-h {
		padding-top: 0px;
	}

	.main-inform-widget:hover .main-inform-widgets-item-image {
		margin-top: -10px;
	}
	.main-inform-widget:hover .main-inform-widgets-item-image img {
		-webkit-filter: saturate(1.5);
	}
	.main-inform-widget:hover .main-inform-widgets-item-desc {
		height: 145px;
		background: #f3fafc;
	}
	.main-inform-widget:hover .main-inform-circle:before {
		top: 29px ;
	    left : -1px ;
		background-color: #f3fafc;
	   }
	.main-inform-widget:hover .main-inform-circle {
		background: #f3fafc;
		top:79px;
	}
	.main-inform-widget:hover .main-inform-icon {
		display: none;
	}
	.main-inform-widget:hover .main-inform-icontext {
		display: block;
		top: 90px;
	}
	.main-inform-widget:hover .main-inform-widgets-item-newsdate {
		bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#main-inform-widgets {
		height: 420px;
		margin-top: 50px;
		overflow: hidden;
		width: 100%;
	}
	.main-inform-h {
		font-size: 14px;
		line-height: 18px;
	}
	.main-inform-widgets-item-image {
		height: 108px;	
	}
	.main-inform-circle {
		top:63px;
	}
	.main-inform-icon {
		top:60px;
	}
	.main-inform-widgets-item-desc {
		
		padding: 30px 10px 25px 10px;
	}
	.main-inform-widgets-item-desc-text {
		font-size: 12px;
		line-height: 15px;
		height: 75px;
	}
	.main-inform-widgets-item-eventsdate-day {
		font-size: 30px;
		line-height: 30px;
		display: block;
	}
	.main-inform-widgets-item-eventsdate-monthyear {
		font-size: 14px;
		line-height: 18px;
		display: block;
	}
	.main-inform-widget .owl-controls{
		left: 0;
	}
}
@media (max-width: 767px) {
	#main-inform-widgets {
		height: 100%;
		margin-top: 0px;
	}
	.main-inform-events-col {
		background-color: #f6f6f6;
	}
	#main-inform-widgets .heading-third-text {
		height: 60px;
		color: #00ade5;
		padding: 30px 0 0 0;
	}
	.main-inform-news-col .heading-third-text, .main-inform-projects-col .heading-third-text {
		background: #fff;
	}
	.main-inform-widgets-item {
		margin-bottom: 70px;
	}
	.main-inform-widget .owl-controls{
		position: absolute;
		width: 100%;
		text-align: center;
		display: none;
		z-index: 1;
		left: 0px;
		bottom:20px;
	}
	#main-inform-projects .main-inform-h {
		line-height: 22px;
		height: 50px;
		width: 100%;
		padding-top: 0px;
	}
	#main-inform-projects .main-inform-circle {
		top: 81px ;
	}
	#main-inform-projects .main-inform-icon {
		top: 66px ;
	    right: 0 ;
	    bottom : 0 ;
	    left : 0 ;
	  	margin : auto;
	  	height: 30px;
	  	width: 30px;
		background: url('../images/inform_news.png') no-repeat center center;
	    z-index: 9;
	}
}
/*/////////////////////////// 
	
*****  NEWS
	
///////////////////////////*/
.news-container {
	position: relative;
	height:100%;
	margin-bottom: -30px;
	top: -50px;
}
.news-item {
	display: block;
	position: relative;
	height: 100%;
	margin-top: 50px;
	width: 99%;
	margin-left: 1%;
}
.news-item-h {
	position: relative;
	font-family: 'pf_sebold';
	font-size: 16px;
	line-height: 20px;
	color: #333;
	height: 70px;
	overflow: hidden;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	margin-bottom: 5px;
}
.news-item-image {
	position: relative;
	height: 144px;
	width: 100%;
	background-image: url('../images/noimage_320x170white.png');
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}
.news-item-image-empty {
}
.news-item-image img {
	width: 100%;
}
.news-item-desc {
	position: relative;
	border: #00ade5 1px solid;
	background: #fff;
	height: 125px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 10px 25px 10px;
	overflow: hidden;
	border-top: none;
}
.news-item-desc-text {
	position: relative;
	font-family: 'pf_regular';
	font-size: 14px;
	line-height: 18px;
	color: #333;
	z-index: 10;
	height: 85px;
	overflow: hidden;
}
.news-item-newsdate {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #00ade5;
	font-size: 14px;
	line-height: 14px;
}
.news-more {
	display: block;
	height: 160px;
	padding-top: 40px;
}
#loading {
	text-align: center;
	height: 60px;
	padding: 10px 0 10px 0;
}
#loading img {
	max-height: 40px;
}
/*/////////////////////////// 
	
*****  NEWS-SINGLE
	
///////////////////////////*/
.news-single-container {
	margin-top: -30px;
	overflow: hidden;
	margin-bottom: -50px;
	
}
.news-single-textbox {
	padding-top: 30px;
	padding-right: 30px;
	overflow: hidden;
	padding-bottom: 50px;
}
.news-single-sidebar {
	padding-top: 30px;
	padding-left: 45px;
	padding-bottom: 50px;
	background: url('../images/shadow_right.png') repeat-y left;
}
.news-single-textbox h2 {
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'pf_thin';
}
.news-single-date {
	color: #00ade5;
	font-family: 'pf_thin';
	font-size: 24px;
	line-height: 30px;
	text-align: right;
	padding-top: 2px;
}
.news-single-image {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
.news-single-date-mobile {
	display: none;
}
.news-single-content {
	font-size: 14px;
	line-height: 16px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.news-single-video {
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}
.news-single-gallery {
	padding: 0 12px 0 12px;
	margin-bottom: 20px;
	height: 100%;
}
.news-single-gallery img {
	width: 100%;
}
.news-single-gallery-col {
	padding: 5px;
}
.news-single-social-text, .news-single-morenews-text {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	text-align: center;
	display: block;
	font-family: 'pf_thin';
	margin-bottom: 30px;
}
.news-single-social-buttons {
	display: table;
	margin: 0 auto;
}
.news-single-social-button {
	display: inline-block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #4b74a5;
	background: url('../images/news_fb.png') no-repeat center center;
}
.news-single-social-button-vk {
	background-image: url('../images/news_vk.png');
	border-color: #4b74a5;
}
.news-single-social-button-tw {
	background-image: url('../images/news_tw.png');
	border-color: #1ab2e8;
}
.news-single-social-button-g {
	background-image: url('../images/news_g.png');
	border-color: #d84735;
}
.news-single-social-button+.news-single-social-button {
	margin-left: 10px;
}
.news-single-social-button:hover {
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
}
.news-single-morenews-text {
	margin-top: 70px;
	margin-bottom: 30px;
}
.news-single-morenews-item-link, .news-single-morenews-item-link:link, .news-single-morenews-item-h {
	font-size: 14px;
	line-height: 16px;
	font-family: 'pf_sebold';
	color: #333;
	padding-bottom: 5px;
}
.news-single-morenews-item+.news-single-morenews-item {
	margin-top: 15px;
}
.news-single-morenews-item-image {
	width: 100%;
	height: 130px;
	background: url('../images/noimage_320x170.png') no-repeat center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.news-single-morenews-item-image img {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
}
.news-single-morenews-item-link:hover .col-xs-12 {
	-ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari */
    transform: scale(1.02);
}
.news-single-morenews-item-link:hover .news-single-morenews-item-image img {
	-webkit-filter: saturate(1.5);
}

@media (min-width: 768px) and (max-width: 991px) {
	.news-single-date {
		color: #00ade5;
		font-family: 'pf_thin';
		font-size: 18px;
		line-height: 24	px;
		text-align: right;
		padding-top: 2px;
	}
	.news-single-morenews-item-image {
		width: 100%;
		height: 90px;
		background: url('../images/noimage_320x170.png') no-repeat center center;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.news-single-morenews-item-image img {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
	}
}
@media (max-width: 767px) {
	.news-single-textbox {
		padding-right: 15px;
	}
	.news-single-sidebar {
		padding-top: 30px;
		padding-left: 15px;
		padding-bottom: 50px;
		width: 100%;
		background: url('../images/shadow_top.png') repeat-x top;
	}
	.news-single-date-col {
		display: none;
	}
	.news-single-date-mobile {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.news-single-image {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-bottom: 10px;
	}
	
	
}






/*/////////////////////////// 
	
*****  EVENTS
	
///////////////////////////*/

.events-default-bg {
	background-image: url('../images/events_bg.jpg');
	background-color: #00ade5;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.events-near {
	width: 100%;
	min-height: 450px;
	padding-bottom: 20px;
}
.events-near-heading h1 {
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	font-family: 'pf_thin';
	color: #fff;
	margin-top: 127px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.events-near-heading h1 {
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		margin-top: 99px;
	}
}


.events-near.shadow-border span, .shadow-border .caption {
	text-shadow: #000 1px 0 0px, #000 0 1px 0px, #000 -1px 0 0px, #000 0 -1px 0px;
}
.events-nearest {
	margin-top: 25px;
	
}
.events-near .events-nearest-pretitle {
	font-family: 'pf_sebold';
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.events-near .events-nearest-title {
	font-family: 'pf_sebold';
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
}
.events-near .events-nearest-datetime {
	font-family: 'pf_sebold';
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 25px;
}
.events-near .events-nearest-datetime span {
	display: inline-block;
}
.events-near .events-nearest-date {
	float: left;
}
.events-near .events-nearest-time {
	float: left;
	padding-left: 20px;
}
.events-nearest-before-start {
	font-family: 'pf_regular';
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-align: right;
}
#timer {
    float: right;
    height: 80px;
    margin-top: 10px;
}
#timer .timer_segment_container:first-child {
    margin-left: 0;
}
.timer_segment {
	font-family: 'pf_sebold';
	margin-bottom: 8px;
    font-size: 56px;
    text-align: center;
    color: #00ade5;
    position: relative;
    margin-left: 2px;
    float: left;
    height: 80px;
    width: 50px;
    background: url("../images/timer_side_decor.png") left 35px no-repeat;
    background-color: #fff;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.timer_segment span {
    line-height: 83px;
    vertical-align: middle;
}
.timer_segment_container {
    margin-left: 23px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
	.timer_segment_container {
	    margin-left: 18px;
	    
	}
}
.timer_segment_container .timer_segment:first-child {
    margin-left: 0;
}
.timer_divider {
    position: absolute;
    top: 50%;
    left: 1px;
}
.right_side_decor {
    position: absolute;
    top: 35px;
    right: 0;
}
.caption {
    position: relative;
    
    font-size: 20px;
    color: #fff;
    width: 100%;
}
@media (max-width: 767px) {
	.events-nearest {
		margin-top: 0px;
		
	}
	.events-near {
		min-height: 250px;
		padding-bottom: 130px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.events-near .events-nearest-pretitle {
		margin-top: 20px;
	}
	.events-near .events-nearest-title {
		margin-top: 20px;
	}
	
	.events-near .events-nearest-datetime {
		margin-top: 20px;
		
	}
	.events-near .events-nearest-time {
		float: left;
	}
	.events-nearest-before-start {
		margin-top: 40px;
		text-align: left;
	}
	#timer {
	    float: left;
	    height: 70px;
	    margin-top: 10px;
	}
	.timer_segment {
		margin-bottom: 8px;
	    font-size: 48px;
	    margin-left: 3px;
	    float: left;
	    height: 80px;
	    width: 50px;
	    background: url("../images/timer_side_decor.png") left 35px no-repeat;
	    background-color: #fff;
	}
	.timer_segment span {
	    line-height: 85px;
	}
	.right_side_decor {
	    top: 35px;
	}
	.caption {
	    font-size: 16px;
	}
}

.events-nonear {
	height: 250px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.events-nonear {
		height: 200px;
	}	
}
.shadowbox-wrapper{
	height: 70px;
	margin-top: -60px;
	position: relative;
}
.shadowbox {
	height: 70px;
	width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 0px -4px 5px 0px rgba( 0, 0, 0, 0.3 );
	z-index: 1;
}
.events-monthes .shadowbox {
	padding-top: 30px;
}

.events-prev-month, .events-next-month {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'pf_sebold';
	text-decoration: none;
	padding-top: 5px;
}
.events-prev-month a, .events-next-month a {
	color: #333;
}
.events-prev-month a:hover, .events-next-month a:hover {
	color: #00ade5;
}
.events-current-month {
	color: #00ade5;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'pf_sebold';
	text-align: center;
	
}
.events-next-month {
	background: url("../images/events_arrow_right.png") no-repeat right 15px top 6px;
	text-align: right;
	padding-right: 40px;
}
.events-prev-month {
	background: url("../images/events_arrow_left.png") no-repeat 15px 6px;
	text-align: left;
	padding-left: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.events-prev-month, .events-next-month {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.events-prev-month, .events-next-month {
		font-size: 12px;
		line-height: 16px;	
		padding-top: 0px;
		background-position-y: 0px;
		text-align: center;
		width: 25%;
		height: 40px;
	}
	.events-current-month {
		padding-top: 10px;
		font-size: 15px;
		line-height: 15px;	
		width: 40%;
	}
	.events-next-month {
		background-position: right 7px top 4px;
		text-align: center;
		padding-right: 30px;
		margin-right: 5%;
		padding-right: 40px;
	}
	.events-prev-month {
		background-position: 7px 4px;
		text-align: center;
		padding-left: 30px;
		margin-left: 5%;
		padding-left: 40px;
	}
}

.events a, .events a:hover, .events a:focus {
	text-decoration: none !important;
}

.events-list {
	margin-top: 15px;
	margin-bottom: 65px;
}
.events-list .main-inform-widgets-item {
	margin-top: 40px;
}
.events-list .main-inform-icontext {
	display: block;
}
.events-list .main-inform-circle {
	top:99px;
}
.events-list-passed .main-inform-icontext {
	display: none;
}
.event-ended-line {
	position: absolute;
	top: 190px ;
	width: 100%;
  	height: 24px;
    z-index: 8;
    background: #00ade5;
}
.event-ended-line-textleft, .event-ended-line-textright {
	display: inline-block;
	float: left;
	width: 50%;
	text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
    color: #fff;
}
.event-ended-line-textleft {
	padding-left: 10px;
	text-align: left;
}
.event-ended-line-textright {
	padding-right: 10px;
	text-align: right;
}

.events-list-passed .main-inform-icon {
	background-image: url('../images/events_passed_icon.png');
	width: 40px;
}
.events-list-passed .main-inform-widgets-item-image {
	background-image: url('../images/noimage_320x170.png');
}
.events-list-passed .main-inform-widgets-item-image img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
.events-list-passed .main-inform-widgets-item-eventsdate-day, .events-list-passed .main-inform-widgets-item-eventsdate-monthyear {
	color: #999;
}






.events-list-passed a:hover .main-inform-icontext {
	display: block;
}
.events-list-passed a:hover .main-inform-icon {
	display: none;
}
.events-list-passed a:hover .main-inform-widgets-item-image img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.events-list-passed a:hover .main-inform-widgets-item-eventsdate-day, .events-list-passed a:hover .main-inform-widgets-item-eventsdate-monthyear {
	color: #00ade5;
}
@media (min-width: 768px) and (max-width: 991px) {
	.events-list .main-inform-icontext {
		top:60px;
	}
	.events-list .main-inform-icon {
		top:50px;
	}
	.events-list .main-inform-circle {
		top:64px;
	}
	.event-ended-line {
		top: 155px ;
	}
}
@media (max-width: 767px) {
	.events-list {
		margin-top: 40px;
	}
	.events-list .main-inform-widgets-item {
		margin-top: 0px;
	}
}
/*/////////////////////////// 
	
*****  EVENTS -SINGLE
	
///////////////////////////*/
.events-single p {
	margin: 10px 0 10px 0;
}
.events-single .page-header {
}
.events-single .page-header.shadow-border h1 {
	color: #00ade5;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.events-single-top {
	 z-index: 8;
	 position: relative;
 }
.events-single-thumb {
	max-height: 240px;
	min-height: 180px;
	width: 100%;
	overflow: hidden;
	z-index: 7;
	background: url('../images/noimage_320x170.png') center center no-repeat;
	background-size: cover;
}
.events-single-thumb img {
	width: 100%;
}
.events-single-circle {
	position: absolute;
	top: 80%;
    right: 0 ;
    bottom : 0 ;
    left : 0 ;
  	margin : 0 auto;
	background-color: #fff;
	height: 120px;
	width: 120px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    z-index: 8;
}
.events-single-circletext {
	position: absolute;
	top: 100% ;
    right: 0 ;
    bottom : 0 ;
    left : 0 ;
  	margin : auto;
  	text-align: center;
  	height: 30px;
  	width: 100px;
    z-index: 9;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    color: #00ade5;
}
.events-single-dateh {
	position: relative;
	overflow: auto;
	z-index: 10;
}
.events-single-date {
	width: 100px;
	float: left;
	position: relative;
	text-align: center;
	color: #00ade5;
	font-family: 'pf_thin';
}
.events-single-date-day {
	font-size: 40px;
	line-height: 40px;
	display: block;
}
.events-single-date-monthyear {
	font-size: 18px;
	line-height: 22px;
	display: block;
}
.events-single-h {
	margin-left: 130px;
	padding-right: 15px;
}
.events-single-h h1 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	font-family: 'pf_thin';
	margin: 0;
	padding: 0;
}
.events-single-info-firstrow {
	margin-top: 20px;
	overflow: hidden;
}
.events-single-info-secondrow {
	margin-top: 20px;
	overflow: hidden;
}
.events-single-infolabel {
	font-size: 14px;
	line-height: 18px;
	color: #404040;
	font-family: 'pf_sebold';	
}
.events-single-info {
	font-size: 18px;
	line-height: 24px;
	font-family: 'pf_thin';
	color: #00ade5;
}
.events-single-info a:visited, .events-single-info a:focus, .events-single-info a:active {
	color: #00ade5;
}
.events-single-desc-wrap {
	z-index: 10;
	position: relative;
}
.events-single-desc-h {
	font-size: 24px;
	line-height: 24px;
	font-family: 'pf_thin';
	color: #00ade5;
	margin-top: 60px;
	padding-bottom: 10px;
	z-index: 10;
}
.events-single-desc {
	font-size: 14px;
	line-height: 18px;
	font-family: 'pf_regular';
	color: #333;
	margin-bottom: 60px;
}
.events-single-guest {
	margin: 20px 0 0px 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.events-single-guest-photo {
	text-align: center;
}
.events-single-guest-photo img {
	width: 100%;
	height: 100%;
	max-width: 140px;
}
.events-single-guest-name {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-family: 'pf_thin';
	color: #333;
	margin-top: 10px;
}
.events-single-guest-bio {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	font-family: 'pf_thin';
	color: #00ade5;
	margin-top: 10px;
}
.events-single-partner {
	margin: 20px 0 20px 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.events-single-partner-logo {
	height: 88px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	
}
.events-single-partner-logo img {
	max-width: 100%;
	min-width: 1px;
}

@media (max-width: 767px) {
	.events-single-thumb {
		margin-bottom: 60px;
	}
	.events-single-info-secondrow .button {
		font-size: 14px;
	}

}

.report {
	background-color: rgb(242, 250, 253); 
	padding-bottom: 50px;
}

.report-document a { text-decoration: none; color: #333; }
.report-document {
	display: inline-block;
	width: 19%;
	padding: 20px 1% 0 1%;
	margin: 0;
	overflow: hidden;
	vertical-align: top;
}
.report-document-image {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.report-document-name {
	display: block;
	word-wrap: break-word;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-family: 'pf_sebold';
}
@media (max-width: 767px) {
	.report-document {
		width: 49%;
		padding: 20px 2% 0 2%;
		margin: 0;
	}

}

.report-images {
	margin-top: 10px;
}
.report-image {
	margin-top: 10px;
	margin-bottom: 10px;
}
.report-image img {
	width: 100%;
}


/*/////////////////////////// 
	
*****  PROGRAMS
	
///////////////////////////*/
.programs {
	margin-top: -30px;
}
.programs-more {
	margin-top: 60px;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.programs .main-programs {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.programs .main-programs-widget-wrap {
		margin-bottom: 15px;
	}
}
/*/////////////////////////// 
	
*****  PROGRAM - SINGLE
	
///////////////////////////*/
#program-sidebar-widget.scrolled {
	position: fixed;
	top:0;
	left: 0;
}
.program-wrap {
	width: 100%;
	overflow: hidden;
	margin-top: -30px;
	margin-bottom: -50px;
}

.program-partner-wrap {
	
}
.program-partner {
	display: table;
	margin-top: 10px;
	float: right;
}
.program-partner-title {
	display: table-cell;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	height: 40px;
	padding-right: 30px;
}
.program-partner-img {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
/*.program-partner-img img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}*/

.program-textbox {
	padding-bottom: 50px;
	padding-left: 50px;
}
.program-textbox-title {
	background: #f6f6f6;
	width: 1000%;
	margin-left: -50px;
	padding-left: 50px;
	color: #00ade5;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'pf_thin';
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.program-textbox p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.program-sidebar {
	padding-top: 40px;
	padding-bottom: 50px;
	padding-right: 25px;
	margin-right: 0;
	background: url('../images/shadow_left.png') repeat-y right;
}
.program-sidebar-img {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.program-sidebar-img img {
}
.program-sidebar-image-title, .program-sidebar-title {
	color: #00ade5;
	font-family: 'pf_sebold';
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 30px;
}
.program-sidebar-icon {
	height: 125px;
	width: 100%;
	position: relative;
	display: inline-block;
	float: left;
	z-index: 10;
	margin: 0px 0 30px 0px;
}
.program-sidebar-icon-inner {
	display: table;
    margin: 0 auto;
}
.program-sidebar-circle {
	float: left;
	background-color: #fff;
	border: 3px solid #00ade5;
	height: 125px;
	width: 125px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

.program-sidebar-circle-name {
	color: #00ade5;
	font-family: 'pf_sebold';
	font-size: 24px;
	line-height: 26px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	width: 125px;
	height: 125px;
	word-break: break-word;
}
.program-sidebar-price-label {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_thin';
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 30px;
}
.program-sidebar-price-wrapper {
	display: table;
    margin: 0 auto;
}
.program-sidebar-price {
	display: table-cell;
	background: #f6f6f6;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'pf_thin';
	color: #00aeef;
	padding: 5px 10px 5px 10px;
}
.program-sidebar-info {
	display: table;
    margin: 0 auto;
}
.program-sidebar-info-item {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding-left: 35px;
	font-family: 'pf_thin';
	text-transform: uppercase;
}
.program-sidebar-info-item:first-of-type {
	margin-top: 30px;
}
.program-sidebar-info-item+.program-sidebar-info-item {
	margin-top: 8px;
}
.program-sidebar-info-item-level {
	background: url('../images/program_level.png') no-repeat center left;
}
.program-sidebar-info-item-date {
	background: url('../images/program_startdate.png') no-repeat center left;
}
.program-sidebar-info-item-time {
	background: url('../images/program_time.png') no-repeat center left;
}
.program-sidebar-button {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	width: 94%;
	margin-left: 3%;
	background-color: #00ade5;
	border: 2px solid #00ade5;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	text-decoration: none;
}
.program-sidebar-button:hover {
	background: #fff;
	text-decoration: none;
	color: #00ade5;
}

.program-stat {
	height: 70px;
	background: #4cc6f4;
}
.program-stat-label {
	height: 70px;
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 70px;
	color: #fff;
	text-transform: uppercase;
}
.program-stat-label-uk {
	font-size: 17px;
}
.program-stat-icon {
	height: 70px;
	position: relative;
	display: inline-block;
	float: left;
	z-index: 10;
	margin-left: 7px;
}
.program-stat-icon-inner {
	display: table;
    margin: 0 auto;
}
.program-stat-circle {
	margin-top: 10px;
	float: left;
	border: 2px solid #fff;
	height: 46px;
	width: 46px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

.program-stat-circle-name {
	color: #fff;
	font-family: 'pf_thin';
	font-size: 30px;
	line-height: 30px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	width: 46px;
	height: 42px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.program-sidebar-price-label {
		margin-top: 0px;	
	}
	.program-sidebar-info-item {
		margin-left: 25px;
	}
	.program-stat-label {
		font-size: 13px;
	}
	.program-stat-icon {
		
	}
	.program-stat-circle {
		margin-top: 16px;
		height: 35px;
		width: 35px;
	}
	
	.program-stat-circle-name {
		font-size: 20px;
		line-height: 20px;
		width: 35px;
		height: 32px;
	}
	.program-stat-label-uk {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	
	.program-partner {
		display: block;
		width: 100%;
		float: none;
		margin-top: 88px;
	}
	.program-partner-title {
		display: block;
		height: 20px;
		text-align: center;
		width: 100%;
		padding-right: 0px;
		overflow: hidden;
	}
	.program-partner-img {
		display: block;
		height: 25px;
		text-align: center;
		width: 100%;
		overflow: hidden;
	}
	.program-partner-img img {
		max-height: 25px;
	}
	.program-sidebar {
		background: url('../images/shadow_bottom.png') repeat-x bottom;
		padding-bottom: 70px;
	}
	.program-sidebar-info-item:first-of-type {
		margin-top: 0px;
	}
	.program-textbox {
		padding-left: 15px;
	}
	.program-stat {
		height: auto;
		padding: 10px 0 10px 0;
	}
	.program-stat-item {
		display: table;
		margin: 0 auto;
	}
}

/*/////////////////////////// 
	
*****  TRAINERS-PROGRAM
	
///////////////////////////*/
.teachers-item {
	margin-bottom: 20px;
}
.teachers-image-wrapper{
	width: 100px;
	display: inline-block;
	float: left;
}
.teachers-info {
	display: inline-block;
	margin-top: 0px;
	float: left;
	width: 170px;
}
.teachers-image, .teachers-more-image {
	border: 3px solid #eaeaea;
	height: 85px;
	width: 85px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    overflow: hidden;
}
.teachers-image img, .teachers-more-image img {
	width: 100%;	
}
.teachers-name {
	font-size: 14px;
	line-height: 18px;
	color: #00ade5;
}
.teachers-position {
	font-size: 14px;
	line-height: 18px;
	color: #00ade5;
	font-family: 'pf_thin';
}
.teachers-more-link:hover {
	opacity: 0.7;
}
.teachers-more-link .glyphicon {
	font-size: 25px;
	line-height: 25px;
	padding-right: 5px;
	display: inline-block;
	float: left;
	position: relative;
}
.teachers-more-link {
	margin-top: 10px;
	cursor: pointer;
	color: #00ade5;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_sebold';
	text-decoration: underline;
	height: 25px;
}
.teachers-more-link-text {
	margin-top: 7px;
	display: inline-block;
	float: left;
	position: relative;
}

.teachers-more {
	position: absolute;
	top: -20px;
	left: -20%;
	width: 140%;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0,0,0,0.4);
	z-index: 100000;
	display: none;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: hidden;
}
.teachers-more-inner {
	max-height: 420px;
	overflow: scroll;
}
.teachers-more-image {
	height: 120px;
	width: 120px;
	display: table;
	margin: 0 auto;
 }
.teachers-more-image-wrapper {
	width: 100%;
}
.teachers-more-image {
	margin-top: 20px;
	margin-bottom: 20px;
}
.teachers-more-name {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #00ade5;
}
.teachers-more-position {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.teachers-more-desc, .teachers-more-desc p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 0px 20px 0px 20px;
}
.teachers-more-desc p {
	padding: 0;
}
.teachers-more-desc {
	margin: 20px 0 30px 0;
}
.teachers-more-close {
	height: 12px;
	width: 12px;
	background: url('../images/teachers_close.png') no-repeat center center;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 998;
}
@media (min-width: 768px) and (max-width: 991px) {
	.teachers-image-wrapper {
		display: table;
		margin: 0 auto;
		width: 100%;
	}
	.teachers-info {
		display: block;
		margin-top: 10px;
		float: left;
		width: auto;
	}
}
@media (max-width: 767px) {
	.teachers-item {
		margin-bottom: 30px;
	}
	.teachers-image-wrapper{
		width: 30%;
	}
	.teachers-info {
		width: 70%;
	}
	.teachers-more {
		height: auto;	
	}
	.teachers-more-inner {
		max-height: auto;
	}
	.teachers-more-single.teachers-more {
		position: absolute;
		top: 10px;
		left: 3%;
		width: 94%;
		height: auto;
	}
	.teachers-more-image {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.department-teachers .heading {
		padding-bottom: 0px;
	}
  	.teachers-more {
		top: 10px;
		left: 3%;
		width: 94%;
	}
	.teachers-more-desc {
		padding: 0px 20px 0px 20px;
	}
}






/*/////////////////////////// 
	
*****  TESTIMONIALS
	
///////////////////////////*/
.testimonials {
	position: relative;
	display: block;
	padding-bottom: 40px;
	margin-top: 40px;
}
.testimonials-photo {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-image: url('../images/noimage_320x170.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: table;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid #eaeaea;
    
}
.testimonials-photo img {
	width: 100%;
}
.testimonials-image{
	width: 30%;
	position: relative;
	float: left;
	padding-left: 15px;
}
.testimonials-text {
	width: 70%;
	position: relative;
	float: left;
	padding: 0 40px 0 40px;
	background: transparent;
}
.testimonials-quote {
	display: block;
	position: relative;
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.testimonials-quote p {
	font-size: 14px;
	line-height: 18px;
}
.testimonials-name {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	margin: 15px 0px 0 0px;
	color: #00ade5;
}
.testimonials-position {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	margin: 0px 0 0 0px ;
	padding-bottom: 10px;
	color: #00ade5;
	font-family: 'pf_sebold';
}
.quote-right {
	position: absolute;
	display: block;
	height: 64px;
	width: 90px;
	bottom: 0px;
	right: 15px;
	background:url('../images/quote_right.png') no-repeat bottom right;
}
.testimonials .owl-controls{
	margin-top: 30px;
	text-align: center;
}
.testimonials .owl-controls .owl-page span{
	border: 3px solid #00ade5;
}
.testimonials .owl-controls .owl-page.active span,
.testimonials .owl-controls.clickable .owl-page:hover span{
	background: #00ade5;
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonials-image{
		width: 100%;
	}
	.testimonials-text {
		width: 100%;
		
	}
	}
@media (max-width: 767px) {
	.testimonials-image{
		width: 35%;
	}
	.testimonials-text {
		width: 65%;
	}
}

/*/////////////////////////// 
	
*****  CANDIDATE APPLICATION
	
///////////////////////////*/


/***** APPLICATION STEPS *****/


app-steps-row {
	overflow: hidden;
}
.app-step {
	height: 40px;
	position: relative;
	float: left;
	display: inline-block;
	
	
}
.app-step+.app-step {
	margin-left: 30px;
}
.app-step-icon {
	height: 40px;
	position: relative;
	display: inline-block;
	float: left;
	z-index: 10;
	margin-right: 7px;
}
.app-step-icon-inner {
	display: table;
    margin: 0 auto;
}
.app-step-circle {
	float: left;
	border: 5px solid #ebebeb;
	height: 40px;
	width: 40px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

.app-step-circle-name {
	color: #ebebeb;
	font-family: 'pf_thin';
	font-size: 24px;
	line-height: 24px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	width: 40px;
	height: 30px;
}
.app-step-text {
	padding-top: 8px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'pf_thin';
	color: #ebebeb;
	white-space: nowrap;
	height: 40px;
	position: relative;
	display: inline-block;
	float: left;
}

.app-step-active .app-step-circle {
	border: 5px solid #00ade5;
}

.app-step-active .app-step-circle-name {
	color: #00ade5;
}
.app-step-active .app-step-text {
	color: #00ade5;
}
@media (min-width: 768px) and (max-width: 991px) {
	.app-step-text {
		padding-top: 12px;
		font-size: 18px;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	.app-step {
		display: none;
	}
	.app-step-active {
		display: block;
	}
	.app-step.app-step-active {
		margin-left: 0;
	}	
}


/***** APPLICATION COMMON *****/


.app-title {
	font-size: 24px;
	line-height: 30px;
	color: #00ade5;
	font-family: 'pf_thin';
	text-align: center;
}
.app-wrap {
	padding-top: 35px;
	padding-bottom: 35px;
}
.app-projects-wrap {
	padding-top: 0px;
}
.app-bluebg {
	background: #eefaff;
}
.app-wrap.fail_block {
	background: #fff5f5;
}
vuzkurs.fail_block {
	background: #fff5f5;
}


/***** APPLICATION TABS *****/


@media (max-width: 767px) {
	.app-tabs .tabs {
	}
	.app-tabs .tab-item {
		width: 43%;
		margin-left: 2%;
		font-size: 14px;
		line-height: 16px;
		padding: 10px 10px 10px 10px;
		text-align: center;
	}
	.app-tabs .tab-item-text {
		overflow: hidden;
		height: 50px;
	}
	.app-tabs .tab-item:hover, .app-tabs .tab-item-active {
		padding: 17px 10px 10px 10px;
	}
}
	
	
/***** STEP 1 - LOGIN FORM *****/	


.login-form {
	margin-top: 70px;
}
.login-form .button {
	padding-left: 30px;
	padding-right: 30px;
	width: 170px;
	margin-top: 30px;
}
.login-links a {
	color: #00ade5;
	text-decoration: underline;
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.login-links a {
	margin-bottom: 10px;
}
.reg-form-margin {
	margin-top: 50px;
	width: 100%;
}
.agreement {
	height: 100%;
	width: 600px;
	overflow-y: scroll;
	padding: 30px 0 20px 0;
}
.agreement p {
	margin-bottom: 20px;
}
.captcha {
	margin-top: 20px;
}
#recaptcha_table {
	transform:scale(0.92);
	transform-origin:0;
	-webkit-transform:scale(0.92);
	transform:scale(0.92);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
#recaptcha_area input[type="text"] {
   height:31px;
   display: inline;
   border: 1px solid #ccc;
}
#recaptcha_area input[type="text"]:focus {
	border: 1px solid #99e5ff;
}
.reg-button {
	margin-top: 60px;
}
.reg-hint-button {
	text-align: center;
	color: #00ade5;
	font-size: 12px;
	line-height: 15px;
	font-family: 'pf_sebold';
	margin-top: 20px;
}
@media (max-width: 767px) {
	.login-form {
		margin-top: 50px;
	}
	.login-form .button {
		margin-bottom: 30px;
		width: 100%;
	}
	.reg-form-margin {
		margin-top: 30px;
		width: 100%;
	}
	.agreement {
		height: 100%;
		width: 90%;
		overflow-y: scroll;
	}
	.reg-button {
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#recaptcha_table {
		transform:scale(0.7);
		transform-origin:0;
		-webkit-transform:scale(0.7);
		transform:scale(0.7);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
	}
}


/***** APPLICATION - STEP 2 *****/


.app-projects {
	font-size: 24px;
	line-height: 30px;
	color: #999;
	font-family: 'pf_thin';
	text-align: center;
	width: 100%;
	background: #eefaff;
	padding: 15px 0 15px 0;
}
.app-promo-wrap {
	padding: 12px 0 12px 0;
}
.app-promo-title {
	color: #999;
	font-family: 'pf_thin';
	font-size: 24px;
	line-height: 24px;
}
.app-promo-text {
	color: #999;
	font-family: 'pf_thin';
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}
.app-promo-code {
	margin-top: 20px;
}
.app-promo-code-input {
	height: 39px;
}
.app-promo-button {
	height: 36px;
	padding: 0px 0 0px 0px;
	font-size: 18px; line-height: 36px;
	border-width: 1px;
	text-transform: none;
	border-radius: 5px;
}
#promo-ajax-response {
	color: red;
	padding-left: 10px;
}

/***** APPLICATION - STEP 3 *****/


.app-step3-univer {
	color: #00ade5;
	height: 40px;
	padding-top: 0px; 
	padding-left: 5px;
}
.app-step3-univer span {
	display: table-cell;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_thin';
	height: 40px;
	vertical-align: bottom;
}
.app-step3-radio {
	margin-top: 35px;
}

.app-languages {
	margin-top: 25px;
	padding: 0 15px 0 15px;
}
.app-language-item {
    text-align:center;
    display:inline-block;
    position: relative;
	margin: 0 auto;
	width: 16%;
	padding: 0 0.5% 0px 0.5%;
	overflow: hidden;
}
.app-language-item .checkbox {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
	background: url('../images/checkbox_circle40.png') no-repeat;
	
}
.app-language-item-label {
	display: inline-block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	font-size: 14px;
}
.app-languages-wrap {
	padding-bottom: 30px;
}


.app-training-wrap {
	padding-top: 55px;
	padding-bottom: 55px;
}
.app-training-item {
	width: 47%;
	position: relative;
	float: left;
	display: inline-block;
}
input[type="text"].app-training-input {
	width: 75%;
	position: relative;
	float: right;
	display: inline-block;
}
.app-training-pre-input {
	position: relative;
	float: left;
	display: inline-block;
	padding-left: 5px;
	line-height: 35px;
}
.app-training-item+.app-training-item {
	margin-left: 6%;
}

.app-work-wrap {
	padding-bottom: 50px;
}
.app-title-note {
	color: #333;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-family: 'pf_thin';
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}
.app-social-wrap {
	padding-top: 55px;
	padding-bottom: 55px;
}
.reg-button-step3 {
	margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.app-language-item {
		width: 25%;
		padding: 0 0.5% 20px 0.5%;
	}
}
@media (max-width: 767px) {
	.app-language-item {
		width: 49%;
		padding: 0 0.5% 20px 0.5%;
	}
}





.activation-button {
	margin-top: -3px;
}
.activation-captcha {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.activation-button {
		margin-top: 10px;
	}
}
.pass-forgot-button {
	margin-top: 47px;
}
@media (max-width: 767px) {
	.pass-forgot-button {
		margin-top: 10px;
	}
}


/*/////////////////////////// 
	
*****  FAQ
	
///////////////////////////*/
#faq dt {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
#faq dt.faq-open {
	color: #00ade5;
}
#faq dd {
	margin-top: 10px;
	margin-bottom: 20px;
}
.faq-noanswer, .faq-noanswer a {
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'pf_regular';
	margin-top: 20px;
	float: right;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.faq-noanswer a {
	font-family: 'pf_sebold';
	text-decoration: underline;
	padding-left: 20px;
	margin-top: 2px !important;
}
@media (max-width: 767px) {
	#faq dt {
		margin-top: 10px;
	}
	.faq-noanswer, .faq-noanswer a {
		text-align: left;
		float: left;
	}
	.faq-noanswer a {
		padding-left: 0px;
	}
}



/*/////////////////////////// 
	
*****  EXPERTS
	
///////////////////////////*/
.page-header-experts {
	height: 190px;
}
.shadowbox-wrapper.shadowbox-mobile {
	display: none;
}
@media (max-width: 767px) {
	.shadowbox-wrapper.shadowbox-mobile {
		display: block;
	}
}
.tabs.header-tabs {
	background: none;
	margin-top: -80px;
	color: #fff;
}
@media (max-width: 767px) {
	.tabs.header-tabs {
		display: none;
	}
}
.tabs.header-tabs .tab-item {
	color: #fff;
}
.tabs.header-tabs .tab-item:hover, .tabs.header-tabs .tab-item-active {
	color: #00ade5;
}
.experts-selector {
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	color: #00ade5;
	padding: 20px 0 15px 25px;
	font-family: 'pf_thin';
}
.experts-selector-arrow {
	display: block;
	position: absolute;
	height: 60px;
	width: 80px;
	right: 0;
	top: 0;
	background: url('../images/m_arrow.png') no-repeat center center;
}
.experts-selector-arrow.expanded {
	background: url('../images/m_arrow_up.png') no-repeat center center;
}
#experts-selector-container {
	display: none;
	background: #f6fdff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.2); /* Параметры тени */
}
.experts-selector-bold {
	color: #ccc;
	
}
.experts-wrap {
	margin-top: 50px;
}
.expert-item {
	position: relative;
	margin-bottom: 40px;
}
.expert-photo {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-image: url('../images/noimage_320x170.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    margin: 0 auto;
    overflow: hidden;
    border: 5px solid #eaeaea;
    
}
.expert-photo img {
	width: 100%;
}
.expert-image{
	width: 30%;
	position: relative;
	float: left;
	padding-left: 15px;
}
.expert-text {
	width: 70%;
	position: relative;
	float: left;
	padding: 0 40px 0 40px;
	background: transparent;
}

.expert-quote {
	display: block;
	position: relative;
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.expert-quote p {
	font-size: 14px;
	line-height: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.expert-image{
		width: 100%;
		margin-bottom: 20px;
	}
	.expert-text {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.expert-image{
		width: 30%;
	}
	.expert-text {
		width: 70%;
	}
	.expert-photo {
		height: 100px;
		width: 100px;
	}
	.expert-quote ,.expert-quote p {
		font-size: 13px;
		line-height: 16px;
	}
}
.expert-name {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	margin: 15px 0px 0 0px;
	color: #00ade5;
}
.expert-position {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	margin: 0px 0 0 0px ;
	padding-bottom: 10px;
	color: #00ade5;
	font-family: 'pf_sebold';
}
.quote-right {
	position: absolute;
	display: block;
	height: 64px;
	width: 90px;
	bottom: 0px;
	right: 15px;
	background:url('../images/quote_right.png') no-repeat bottom right;
}
.expert-more-image {
	border: 5px solid #eaeaea;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    overflow: hidden;
    background-image: url('../images/noimage_320x170.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    
}
.expert-more-image img {
	width: 100%;	
}
.expert-more-link:hover {
	opacity: 0.7;
}
.expert-more-link .glyphicon {
	font-size: 25px;
	line-height: 25px;
	padding-right: 5px;
	display: inline-block;
	float: left;
	position: relative;
}
.expert-more-link {
	margin-top: 10px;
	cursor: pointer;
	color: #00ade5;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_sebold';
	text-decoration: underline;
	height: 25px;
}
.expert-more-link-text {
	margin-top: 7px;
	display: inline-block;
	float: left;
	position: relative;
}

.expert-more {
	position: absolute;
	top: -20px;
	left: 0%;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0,0,0,0.4);
	z-index: 100000;
	display: none;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: hidden;
}
.expert-more-inner {
	max-height: 420px;
	overflow: scroll;
}
.expert-more-inner::-webkit-scrollbar { 
    display: none; 
}
.expert-more-image {
	height: 140px;
	width: 140px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
 }
.expert-more-image-wrapper {
	width: 100%;
}
.expert-more-name {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #00ade5;
}
.expert-more-position {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: 'pf_thin';
	color: #00ade5;
}
.expert-more-desc, .expert-more-desc p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 0px 20px 0px 20px;
}
.expert-more-desc p {
	padding: 0;
}
.expert-more-desc {
	margin: 20px 0 30px 0;
}
.expert-more-close {
	height: 12px;
	width: 12px;
	background: url('../images/teachers_close.png') no-repeat center center;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 998;
}
@media (max-width: 767px) {
	.expert-more {
		height: auto;	
	}
	.expert-more-inner {
		max-height: auto;
	}
	.expert-more-single.expert-more {
		position: absolute;
		top: -10px;
		left: 3%;
		width: 94%;
		height: auto;
	}
	.expert-more-image {
		margin-top: 20px;
		margin-bottom: 10px;
	}
  	.expert-more {
		top: -10px;
		left: 3%;
		width: 94%;
	}
	.expert-more-desc {
		padding: 0px 20px 0px 20px;
	}
}










.team-item {
	position: relative;
	margin-bottom: 10px;
}
.team-item .more-button {
	opacity: 0;
	margin-left: 20%;
	width: 60%;
}
.team-item:hover {
	cursor: pointer;
}
.team-item:hover .more-button {
	opacity: 1;
}
.team-photo {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-image: url('../images/noimage_320x170.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    margin: 0 auto;
    overflow: hidden;
    border: 5px solid #eaeaea;
    
}
.team-photo img {
	width: 100%;
}
.team-image{
	width: 100%;
	position: relative;
	float: left;
}
.team-text {
	width: 100%;
	position: relative;
	float: left;
	padding: 0 40px 0 40px;
	background: transparent;
	text-align: center;
}
.team-name {
	display: block;
	width: 100%;
	float: left;
	font-size: 18px;
	margin: 15px 0px 0 0px;
	color: #00ade5;
	font-family: 'pf_sebold';
}
.team-position {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	margin: 0px 0 0 0px ;
	padding-bottom: 10px;
	color: #00ade5;
	font-family: 'pf_thin';
}

.team-more-image {
	border: 5px solid #eaeaea;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    overflow: hidden;
}
.team-more-image img {
	width: 100%;	
}
.team-more {
	position: absolute;
	top: -20px;
	left: 0%;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0,0,0,0.4);
	z-index: 100000;
	display: none;
	padding: 20px;
	overflow: hidden;
}
.team-more-inner {
	max-height: 420px;
	overflow: scroll;
}
.team-more-inner::-webkit-scrollbar { 
    display: none; 
}
.team-more-image {
	height: 140px;
	width: 140px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
 }
.team-more-image-wrapper {
	width: 100%;
}
.team-more-name {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #00ade5;
	font-family: 'pf_sebold';
}
.team-more-position {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'pf_thin';
	color: #00ade5;
}
.team-more-contacts {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'pf_sebold';
	color: #333;
	margin-top: 30px;
	margin-bottom: 20px;
}
.team-more-close {
	height: 12px;
	width: 12px;
	background: url('../images/teachers_close.png') no-repeat center center;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 998;
}
@media (max-width: 767px) {
	.team-item .more-button {
		opacity: 1;
	}
	.team-more {
		height: auto;	
	}
	.team-more-inner {
		max-height: auto;
	}
	.team-more-single.team-more {
		position: absolute;
		top: -10px;
		left: 3%;
		width: 94%;
		height: auto;
	}
	.team-more-image {
		margin-top: 20px;
		margin-bottom: 10px;
	}
  	.team-more {
		top: -10px;
		left: 3%;
		width: 94%;
	}
}


/*/////////////////////////// 
	
*****  PROFILE
	
///////////////////////////*/
.profile-default-bg {
	background-image: url('../images/cabinet/profile_bg.jpg');
	background-color: #00ade5;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.profile-header {
	width: 100%;
	min-height: 360px;
	padding-bottom: 70px;
	margin-bottom: 0;
}


.shadowbox-wrapper.shadowbox-mobile {
	display: none;
}
.tabs.profile-tabs {
	background: none;
	margin-top: -53px;
	color: #fff;
}
.profile-tabs-inner {
	background: #d2f4ff;
	width: 100%;
	height: 53px;
}
.tabs.profile-tabs .tab-item {
	margin-right: 1%;
	text-align: center;
	padding-top:7px;
}
.tabs.profile-tabs .tab-item img {
	padding-right: 10px;
}
.tabs.profile-tabs .tab-item:hover, .tabs.profile-tabs .tab-item-active {
	padding-top:12px;
	color: #00ade5;
	
}
.profile-selector-container {
	padding-bottom: 30px;
}
.experts-selector img {
	padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.tabs.profile-tabs .tab-item {
		font-size: 18px;
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 767px) {
	.profile-header {
		min-height: 250px;
		padding-bottom: 130px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.profile-header h1 {
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		margin-top: 99px;
	}
	.shadowbox-wrapper.shadowbox-mobile {
		display: block;
	}
	.tabs.profile-tabs {
		display: none;
	}
}
.profile-alert {
	margin-top: 40px;
}
.profile-photo {
	height: 160px;
	width: 160px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-image: url('../images/noimage_320x170white.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
    
}
.profile-photo img {
	width: 100%;
}
.profile-image{
	width: 100%;
	position: relative;
	float: left;
	padding-top: 7px;
}
.profile-photo-link {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	height: 50px;
	width: 100%;
	background: #fff;
}
.profile-image:hover .profile-photo-link {
	display: block;
	
}
.profile-photo-link a {
	color: #00ade5 !important;
	text-align: center !important;
	width: 100%;
	margin-top: 12px !important;
	font-family: 'pf_regular';
	
}
.profile-header-left {
	position: relative;
	float: left;
	display: inline-block;
	width: 25%;
}
.profile-header-right {
	position: relative;
	float: left;
	display: inline-block;
	width: 75%;
	
	padding-top: 25px;
	padding-right: 15px;
}
.profile-header-info, .profile-header-status {
	position: relative;
	float: left;
	display: inline-block;
	color: #fff;
	padding-left: 15px;
}
.profile-header-info div {
	display: block;
}
.profile-header-info-name {
	font-size: 24px;
	line-height: 30px;
	font-family: 'pf_sebold';
	padding-bottom: 15px;
}
.profile-header-status {
	margin-left: 40px;
	width: 150px;
}
.profile-header-status div {
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	font-family: 'pf_sebold';
}
.profile-header-status div img {
	padding-right: 10px;
}
@media (max-width: 991px) {
	.profile-header-info, .profile-header-status {
		display: block;	
		width: 100%;
	}
	.profile-header-status {
		margin-left: 0px;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.profile-photo {
		width: 140px;
		height: 140px;	
	}
	.profile-image {
		padding-top: 120px;
	}
	.profile-header-left {
		width: 45%;
		padding-left: 15px;
	}
	.profile-header-right {
		padding-top: 120px;	
		width: 55%;
	}
	.profile-header {
		padding-bottom: 90px;
	}
	.profile-header-info div {
		display: block;
	}
	.profile-header-info-name {
		font-size: 18px;
		line-height: 24px;
	}
}
.profile-title {
	color: #00ade5;
	font-size: 18px;
	line-height: 24px;
	font-family: 'pf_thin';
	padding-top: 45px;
}
.profile-app-th {
	background: #f6f6f6;
	color: #999;
	font-size: 18px;
	line-height: 24px;
	font-family: 'pf_thin';
	padding-top: 12px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.profile-app-th-item {
	text-align: center;
}
@media (max-width: 767px) {
	.profile-app-th {
		display: none;
	}
}
.profile-app-td {
	color: #333;
	font-size: 18px;
	line-height: 18px;
	font-family: 'pf_thin';
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
}
.profile-app-td-item {
	text-align: center;
}
.profile-app-td img {
	margin-top: -5px;
}
.profile-app-td-item-status {
	text-align: center;
}
.app-accepted {
	display: inline-block;
	float: none;
}
.btn-app-delete {
	width: 20px;
	display: inline-block;
	float: none;
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
	padding: 4px 14px 3px 6px;
	margin: 0;
	margin-top: -2px;
	margin-left: 5px;
}
.profile-trends {
	margin-top: 25px;
}
.profile-trend {
	border: 1px solid #00ade5;
	color: #00ade5;
	font-size: 14px;
	line-height: 14px;
	font-family: 'pf_thin';
	padding: 2px 10px 5px 10px;
	display: inline-block;
	float: left;
	height: 21px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 6px;
}
.profile-personal-info {
	height: 53px;
	overflow: hidden;
	display: table;
	width: 100%;
	border-bottom: 1px solid #f6f6f6;
	padding-left: 5px;
}
.profile-personal-info:last-of-type {
	border: none;
}
.profile-personal-info-wrap {
	padding-top: 10px;
	padding-bottom: 20px;
}
.profile-personal-info-inner {
	display:table-cell;
	vertical-align:middle;
	font-family: 'pf_thin';
}
.profile-personal-info-inner strong {
	font-family: 'pf_regular';
	font-weight: normal;
}
.profile-personal-info-noresult {
	font-size: 18px;
	font-family: 'pf_thin';
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.profile-title {
		padding-top: 30px;
	}
	.profile-app-th {
		display: none;
	}
	.profile-app-td {
		height: auto;
		color: #333;
		border-bottom: none;
		padding-top: 20px;
		padding-bottom: 0px;
		margin-top: 20px;
	}
	.profile-app-td+.profile-app-td {
		margin-top: 0px;
	}
	.profile-app-td-item {
		margin-bottom: 20px;
	}
	.profile-app-td:nth-child(odd) {
	    background: #f6f6f6;
	}
	.profile-personal-info-noresult {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}






.profile-marks-header {
	background: #eefaff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
}
.profile-marks-finished .profile-marks-header {
	background: #f6f6f6;
	cursor: pointer;
}
.profile-marks-finished .profile-marks-header:hover {
	background: #eefaff;
}
.profile-marks-header-program, .profile-marks-header-group, .profile-marks-header-trainer, .profile-marks-header-rating {
	display: inline-block;
	float: left;
	padding: 0 40px 0 40px;
}
.profile-marks-header-title {
	font-size: 18px;
	line-height: 18px;
	color: #999;
	font-family: 'pf_thin';
	text-align: center;
}
.profile-marks-header-value {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-family: 'pf_thin';
	text-align: center;
	padding-top: 10px;
}
.profile-marks-header-trainer .profile-marks-header-title, .profile-marks-header-trainer .profile-marks-header-value {
	text-align: left;
}
.profile-marks-header-rating {
	float: right;
	margin-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.profile-marks-header-rating-circle, .profile-marks-header-rating-value {
	display: inline-block;
	float: left;
}
.profile-marks-header-rating-circle {
	height: 70px;
	overflow: hidden;
}
.profile-marks-header-rating-value {
	color: #00ade5;
	font-size: 36px;
	line-height: 36px;
	font-family: 'pf_thin';
	padding-top: 15px;
	padding-left: 10px;
	overflow: hidden;
}
.profile-marks-finished .profile-marks-header-rating-value {
	color: #333;
}
@media (max-width: 991px) {
	.profile-marks-header-program, .profile-marks-header-group, .profile-marks-header-trainer, .profile-marks-header-rating {
		width: 50%;
	}
	.profile-marks-header-trainer .profile-marks-header-title, .profile-marks-header-trainer .profile-marks-header-value {
		text-align: center;
	}
	.profile-marks-header-trainer, .profile-marks-header-rating {
		padding-top: 20px;
	}
	.profile-marks-header-rating {
		text-align:center;
	}
	.profile-marks-finished .profile-marks-header-rating {
		float: left;
		padding-left:10%;
	}
}
@media (max-width: 767px) {
	.profile-marks-header-rating, .profile-marks-finished .profile-marks-header-rating  {
		float: left;
		padding-left:0;
	}
	.profile-marks-header-rating canvas {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
	}
	.profile-marks-header-rating-value {
		font-size: 20px;
	}
	.profile-marks-header-title {
		font-size: 14px;
		line-height: 14px;
	}
	.profile-marks-header-value {
		font-size: 14px;
		line-height: 14px;
	}
}
.profile-marks-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.profile-marks {
	overflow-x: auto;
	white-space: nowrap;
}
.profile-marks-item {
	position: relative;
	display: block;
	white-space: nowrap;
}
.profile-marks-item+.profile-marks-item {
	border-top: 1px solid #f6f6f6;
}
.profile-marks-titles {
	display: inline-block;
	width: 90px;
	padding: 3px 0 2px 0;
}
.profile-marks-date, .profile-marks-type, .profile-marks-mark {
	display: inline-block;
	width: 60px;
	text-align: center;
	padding: 3px 0 2px 0;
}
.profile-marks-type {
	color: #999;
}
.profile-marks-type a {
	text-decoration: none;
	color: #999;
	cursor: default;
}
.profile-marks-mark {
	color: #00ade5;
}
.profile-marks-title-date {
	color: #000;
}
.profile-marks-title-type {
	color: #000;
}
.profile-marks-title-mark {
	color: #00ade5;
}

.profile-marks-totals {
	background: #eefaff;
	padding-top: 8px;
	padding-bottom: 7px;
	display: block;
}
.profile-marks-finished .profile-marks-totals {
	background: #f6f6f6;
}
.profile-marks-total {
	position: relative;
	float: left;
	display: inline-block;
	padding-right: 30px;
	font-size: 18px;
	line-height: 18px;
	font-family: 'pf_thin';
	color: #999999;
	text-transform: uppercase;
}
.profile-marks-total-title, .profile-marks-total-value {
	position: relative;
	float: left;
	display: inline-block;
}
.profile-marks-total-value {
	color: #333;
	padding-left: 5px;
}
@media (max-width: 991px) {
	.profile-marks-total {
		padding-top: 10px;
	}
	.profile-marks-total {
		padding-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.profile-marks-total {
		font-size: 13px;
		line-height: 13px;
		padding-right: 15px;
	}
}





.profile-test-wrap {
	margin-top: 0px;
	margin-bottom: 80px;
}
.profile-test-result-wrap {
	margin-top: 30px;
}
.profile-test-result {
	position: relative;
	display: table;
	margin: 0 auto;
}
.profile-test-result-circle {
	float: left;
	display: inline-block;
}
.profile-test-result-text {
	float: left;
	display: inline-block;
	padding-left: 20px;
}
.profile-test-result-text-name {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	font-family: 'pf_thin';
}
.profile-test-result-text-date {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-family: 'pf_thin';
}
.profile-test-result-text-result {
	font-size: 36px;
	line-height: 38px;
	color: #00ade5;
	font-family: 'pf_thin';
}
@media (max-width: 767px) {
	.profile-test-result {
		position: relative;
		display: block;
		margin: none;
	}
	.profile-test-result-text {
		float: left;
		display: inline-block;
		padding-left: 10px;
	}
	.profile-test-result-circle canvas {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
	}
}



.settings-header {
	height: 57px;
	width: 100%;
	background: #eefaff;
	color: #00ade5;
	font-size: 24px;
	line-height: 30px;
	font-family: 'pf_thin';
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-top: 5px;
}
.settings-top-margin {
	margin-top: 50px;
}
.settings-hide-button {
	position: absolute;
	display: block;
	right: 15px;
	top: -15px;
	height: 57px;
	width: 49px;
	background: url('../images/cabinet/icon_settings_show.png') no-repeat center center;
	cursor: pointer;
}
.settings-hide-button.active {
	background: url('../images/cabinet/icon_settings_hide.png') no-repeat center center;
}
.settings-item {
	display: none;
	padding-bottom: 70px;
	padding-top: 35px;
}
.settings-item .button {
	margin-top: 50px;
}
.settings-item .alert-block-full {
	margin-top: -35px;
}








.scheduletable {
	width: 100% !important;
}
.scheduletable th, .scheduletable td {
	width: 12.5% !important;
	overflow: hidden;
	border: 3px solid #fff;
	background: #f6f6f6;
}
th.scheduletable-date {
	color: #333;
	font-family: 'pf_thin';
	font-size: 24px;
	text-align: center;
	padding: 0;
	line-height: 24px;
	height: 70px;
}
th.scheduletable-choose-week {
	background: #00ade5;
	color: #fff;
	font-family: 'pf_thin';
	font-size: 20px;
	text-align: center;
	padding: 0;
	line-height: 20px;
}
.scheduletable-choose-week a {
	color: #fff;
	text-decoration: none;
}
th.scheduletable-days {
	background: #eefaff;
	color: #00ade5;
	font-family: 'pf_thin';
	font-size: 14px;
	text-align: center;
	padding: 0;
	line-height: 14px;
	text-transform: capitalize;
	height: 50px !important;
}
th.scheduletable-days-today {
	background: #d2f4ff;
}
th.scheduletable-week-group {
	position: relative;
}

.scheduletable-triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
    border-right: 125px solid #eefaff;
}
.scheduletable-week {
	position: absolute;
	top:3px;
	right:5px;
	font-family: 'pf_thin';
	font-size: 14px;
	color: #00ade5;
}
.scheduletable-group {
	position: absolute;
	bottom:3px;
	left:5px;
	font-family: 'pf_thin';
	font-size: 14px;
	color: #333;
}
td.scheduletable-groupname {
	height: 90px;
	color: #333;
	font-family: 'pf_thin';
	font-size: 24px;
	text-align: center;
	padding: 0;
	line-height: 24px;
}
.scheduletable-lesson-name {
	color: #00ade5;
	font-size: 12px;
	line-height: 14px;
	font-family: 'pf_sebold';
	padding-top: 8px;
	padding-bottom: 20px;
	text-align: center;
}
.scheduletable-lesson-aud, .scheduletable-lesson-trainer {
	font-family: 'pf_thin';
	font-size: 12px;
	line-height: 14px;
	color: #333;
	text-align: center;
}
.scheduletable-lesson-trainer {
	padding-bottom: 8px;
}
td.scheduletable-lesson-today {
	background-color: #f9f9ee;
}
.scheduletable-no {
	height: 100px;
	color: #333;
	font-family: 'pf_thin';
	font-size: 24px;
	text-align: center;
	padding: 0;
	line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.scheduletable-triangle {
		position: absolute;
	    border-right: 90px solid #eefaff;
	}
	.scheduletable-week,
	.scheduletable-group {
		font-size: 12px;
	}
	th.scheduletable-days {
		font-size: 12px;	
	}
}

@media (max-width: 767px) {
	.scheduletable { 
		display: none;
	}
}
@media (min-width: 768px) {
	.scheduletable-mob { 
		display: none;
	}
}

.scheduletable-mob {
	width: 100%;
	overflow: hidden;
}
.scheduletable-mob-date {
	display: block;
	color: #333;
	font-family: 'pf_thin';
	font-size: 18px;
	text-align: center;
	line-height: 75px;
	width: 100%;
	height: 75px;
	border: 3px solid #f6f6f6;
}
.scheduletable-mob-choose-week {
	display: block;
	width: 100%;
	height: 70px;
	
	background: #00ade5;
	color: #fff;
	font-family: 'pf_thin';
	font-size: 18px;
	text-align: center;
	padding: 0;
	line-height: 70px;
	border: 3px solid #f6f6f6;
	border-top: none;
	border-bottom: none;
}
.scheduletable-mob-choose-week  a {
	color: #fff;
	text-decoration: none;
}
.scheduletable-week-group-wrap {
	display: block;
	width: 125px;
	height: 800px;
	position: absolute;
	overflow: hidden;
}
.scheduletable-mob-week-group {
	position: relative;
	height: 100px;
	border: 3px solid #f6f6f6;
	width: 100%;
	display: block;
}

.scheduletable-mob-triangle {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 95px solid transparent;
    border-right: 120px solid #eefaff;
}
.scheduletable-mob-week {
	position: absolute;
	top:3px;
	right:5px;
	font-family: 'pf_thin';
	font-size: 14px;
	color: #00ade5;
}
.scheduletable-mob-group-head {
	position: absolute;
	bottom:3px;
	left:5px;
	font-family: 'pf_thin';
	font-size: 14px;
	color: #333;
}
.scheduletable-mod-days {
	position: relative;
	height: 100px;
	border: 3px solid #f6f6f6;
	width: 100%;
	display: block;
	border-top: none;
	line-height: 100px;
	text-align: center;
	background: #eefaff;
	color: #00ade5;
	font-family: 'pf_thin';
	font-size: 14px;
	text-transform: capitalize;
}
.scheduletable-days-today {
	background: #d2f4ff;
}
.scheduletable-mob-group-wrap {
	height: 800px;
	white-space: nowrap;
	margin-left: 125px;
	overflow-x: scroll;
	overflow-y: hidden;
	background: #f6f6f6;
}
.scheduletable-mob-group {
	height: 800px;
	width: 125px;
	display: inline-block;
	position: relative;
	top: 0;
}
.scheduletable-mob-groupname {
	display: table;
	height: 100px;
	width: 125px;
	color: #333;
	font-family: 'pf_thin';
	font-size: 24px;
	line-height: 24px;
	background: #f6f6f6;
	border: 3px solid #f6f6f6;
	border-top: none;
	border-left: none;
	white-space: normal;
}
.scheduletable-mob-groupname div { 
   display:table-cell;
   vertical-align:middle;
   text-align: center;
   width: 100%;
   height: 100%;
 }
.scheduletable-mob-lesson {
	display: block;
	position: relative;
	float: left;
	height: 100px;
	width: 125px;
	color: #333;
	background: #fff;
	border: 3px solid #f6f6f6;
	border-top: none;
	border-left: none;
	overflow: hidden;
	white-space: normal;
}
.scheduletable-mob-lesson-name {
	color: #00ade5;
	font-size: 12px;
	line-height: 14px;
	font-family: 'pf_sebold';
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: center;
}
.scheduletable-mob-lesson-aud, .scheduletable-mob-lesson-trainer {
	font-family: 'pf_thin';
	font-size: 12px;
	line-height: 14px;
	color: #333;
	text-align: center;
}
.scheduletable-mob-lesson-trainer {
}
.scheduletable-lesson-today {
	background-color: #f9f9ee;
}




.test-accept-wrap {
	margin-bottom: 50px;
}
.test-accept-h {
	font-size: 24px;
	line-height: 30px;
	color: #999;
	font-family: 'pf_thin';
	text-align: center;
	width: 100%;
	background: #eefaff;
	padding: 15px 0 15px 0;
}
.test-accept-date-h {
	font-size: 16px;
	line-height: 25px;
	color: #999;
	font-family: 'pf_thin';
	text-align: center;
	width: 100%;
	background: #f6f6f6;
	padding: 10px 0 10px 0;
}



.projects-item {
	width: 100%;
	height: 100%;
	height: 370px;
	padding: 30px;
}
.projects-item-img {
	display: block;
	text-align: center;
}
.projects-item-img img {
	max-height: 110px;
}
.projects-item-desc {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-family: 'pf_regular';
	height: 110px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.projects-item-button .button {
	height: 50px;
	padding-top: 13px;
	width: 70%;
	margin-left: 15%;
}
@media (min-width: 992px) {
	.projects-item-row {
		padding: 0;
	}
	.projects-item:hover {
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	.projects-item-button {
		display: none;
	}
	.projects-item:hover .projects-item-button {
		display: block;
	}
}
@media (max-width: 991px) {
}

/*/////////////////////////// 
	
*****  FOOTER
	
///////////////////////////*/

footer {
	width: 100%;
	position: relative;
	float: left;
    margin-top: -160px;
	height: 160px;
	background: #f4f4f4;
	border-top: 3px solid #00ade5;
}
.footer-initiator-text, .footer-partners-text {
	height: 57px;
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 14px;
	padding-top: 28px;
	width: 15%;
	color: #999;
	text-transform: uppercase;
}
.footer-initiator-logo {
	height: 57px;
	position: relative;
	float: left;
	width: 126px;
	background: url('../images/footer/footer-bioniclogo.png') no-repeat center bottom;
	background-size: contain;
}
.footer-partners-logos {
	margin-top: 11px;
	height: 40px;
	position: relative;
	float: left;
	width: 85%;
}
.footer-partners-logo {
	height: 40px;
	position: relative;
	float: left;
	width: 100%;
	background: url('../images/footer/footer-bioniclogo.png') no-repeat center center;
	background-size: contain;
}
.footer-contacts {
	background: #00ade5;
	width: 100%;
	border-right: 2px solid #008fbd;
	border-bottom: 2px solid #008fbd;
	height: 115px;
	padding: 10px 10px 0 0;
}
.footer-contacts-email, .footer-contacts-phone {
	display: block;
	height: 30px;
	background: url('../images/footer/footer_email_icon.png') no-repeat right center;
	padding-right: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
.footer-contacts-phone {
	background-image: url('../images/footer/footer_phone_icon.png');
}
.footer-contacts-socials {
	margin-top: 15px;
	display: block;
	float: right;
}
.footer-contacts-social-icon {
	position: relative;
	float: left;
}
.footer-contacts-social-icon+.footer-contacts-social-icon {
	margin-left: 10px;
}
.footer-contacts-fb {
	background: url('../images/footer/footer_fb.png') no-repeat center center;
	height: 20px;
	width: 13px;
}
.footer-contacts-fb:hover {
	background-image: url('../images/footer/footer_fb_hover.png');
}
.footer-contacts-vk {
	background: url('../images/footer/footer_vk.png') no-repeat center center;
	height: 20px;
	width: 30px;
}
.footer-contacts-vk:hover {
	background-image: url('../images/footer/footer_vk_hover.png');
}
.footer-contacts-tw {
	background: url('../images/footer/footer_tw.png') no-repeat center center;
	height: 20px;
	width: 22px;
}
.footer-contacts-tw:hover {
	background-image: url('../images/footer/footer_tw_hover.png');
}
.footer-contacts-linkedin {
	background: url('../images/footer/footer_linkedin.png') no-repeat center center;
	height: 20px;
	width: 22px;
}
.footer-contacts-linkedin:hover {
	background-image: url('../images/footer/footer_linkedin_hover.png');
}
.footer-copyright {
	margin-top: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #999;
}

@media (max-width: 767px) {
	.footer-initiator-text, .footer-partners-text {
		width: 25%;
	}
	.footer-partners-logos {
		margin-top: 11px;
		height: 40px;
		position: relative;
		float: left;
		width: 75%;
	}	
}
#mob-version {
	text-align: center;
	background-color: #ececec;
	display: block;
	height: 30px;
	width: 100%;
	margin-top: 15px;
}
#mob-version a {
	color: #999;
	font-family: 'pf_thin';
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.hfooter {
	    /*height: 190px;*/
	    height: 0;
	}
	footer {
		height: 190px;	
		border-top: 3px solid #008fbd;
		margin-top: 0;
	    /*margin-top: -190px;*/
	}
	#mob-version {
		height: 30px;
	}
	.footer-contacts {
		padding: 10px 5px 0 0;
	}
	.footer-contacts-email, .footer-contacts-phone {
		font-size: 12px;	
	}
}

@media (max-width: 767px) {
	.hfooter {
	   /* height: 265px;*/
	   height: 0;
	}
	footer {
		height: 265px;	
		margin-top: 0;
	    /*margin-top: -265px;*/
	}
	.footer-initiator {
		margin-top: 10px;
	}
	.footer-partners {
		margin-bottom: 20px;
	}
	.footer-contacts-wrapper {
		background: #00ade5;
		border-bottom: 2px solid #008fbd;
	}
	.footer-contacts {
		background: none;
		width: 100%;
		border: none;
		height: 115px;
		padding: 10px 10px 0 0;
	}
	.footer-contacts-email, .footer-contacts-phone {
		text-align: center;
	}
	.footer-contacts-email {
		width: 240px;
		margin: 0 auto;
	}
	.footer-contacts-phone {
		width: 170px;
		margin: 0 auto;
	}
	.footer-contacts-socials {
		width: 85px;
		position: absolute;
		left: 50%;
		margin-left: -42px;
		
	}
	.footer-copyright {
		text-align: center;
	}
	#mob-version {
	}	

	}


.content-slider {
	height:540px;
	width: 100%;
	overflow: hidden;
	text-align:center;
}
.content-slider div {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}
.content-slider-container {
	height: 540px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.content-slider .owl-controls{
	margin-top: -30px;
	text-align: center;
}
@media (max-width: 500px) {
	.content-slider .owl-controls{
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content-slider-container {
		height: 400px;
	}
	.content-slider {
		height:400px;		
	}	
}

@media (max-width: 767px){
	.content-slider-container {
		height: 360px;
	}
	.content-slider {
		height:360px;	
	}
	
}
@media (max-width: 500px){
	.content-slider-container {
		height: 250px;
	}
	.content-slider {
		height:250px;	
	}	
}