﻿@charset "utf-8";
html, body, ul, li, p, div, h1, h2, h3, h4, h5 {
	margin: 0;
	font-family: 'Open Sans';
	padding: 0;
}

body {
	background-color: #fff;
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	color:#424242;
}

.py-2 {
    padding-bottom:20px!important;
    padding-top:20px!important;
}

.pb-0{
    padding-bottom:0px!important;
}

.my-0 {
    margin-bottom:0px!important;
    margin-top:0rem!important
}

.mb-4 {
    margin-bottom: 2rem!important;
}

.pt-1 {
    padding-top: 10px!important;
}

.mb-5 {
    margin-bottom: 4rem !important;
}

.pt-0
{
    padding-top: 0px!important;
}
.mt-0 {
    margin-top: 0!important;
}

.text-bigger {
    font-size: 16px;
}

.form-control, .btn, .fa, a, li {
	outline: 0 !important;
}

#topheader {
	background-color: #4e5859;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

#topheader a {
	color: #fff;
}

.smallMenu a:hover {
	color: #ffa51d !important
}

.btn, .form-control {
	border-radius: 0 !important;
}

.searchBlock .form-control {
	height:50px;
}

input[type=checkbox] {
	display: none;
}

.ur-content .u-desc {
	margin-top:-10px;
}

.checkbox label {
	border-radius: 3px;
	background:#f2f1ef;
	width:20px;
	height:20px;
	display:inline-block;
	position:relative;
}

.form-group label {
	margin-bottom:10px !important;
}

.reg-form li input::-webkit-input-placeholder,
.contact1 #phone::-webkit-input-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]::-webkit-input-placeholder,
.contact .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder {
   color: #424242;
}

.reg-form li input:-moz-placeholder,
.contact1 #phone:-moz-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]:-moz-placeholder,
.contact .wpcf7-form-control-wrap input:-moz-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder {
   color: #424242;
}

.reg-form li input::-moz-placeholder,
.contact1 #phone::-moz-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]::-moz-placeholder,
.contact .wpcf7-form-control-wrap input::-moz-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder {
   color: #424242;
}

.reg-form li input:-ms-input-placeholder,
.contact1 #phone:-ms-input-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]:-ms-input-placeholder,
.contact .wpcf7-form-control-wrap input:-ms-input-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder {  
   color: #424242;
}

.reg-form li input::placeholder,
.contact1 #phone::placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]::placeholder,
.contact .wpcf7-form-control-wrap input::placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]::placeholder {
	color: #424242;
}

.checkbox label:before {
	position:absolute;
	left:0;
	top:0;
}

.searchDropdown .title {
	font-size:15px;
}

.banner2 {
	width:100%;
	height:150px;
	background:#cccccc;
	/*color:#fff;
	font-size:30px;
	text-align:center;
	line-height:150px;*/
    margin: 0;
    padding: 0;
}
.banner2 img {
    width: 100%;
    height: 100%;
}

.wrapper1 .container {
	padding-left:0;
	padding-right:0;
}

.checkbox label span {
	display: block;
    width: 150px;
    padding-left: 10px;
}

input[type=checkbox]:checked + label:before {
	content: "";
	display:inline-block;
	width:20px;
	height:20px;
	background:url("../images/input.png");
	font-size: 15px;
	font-weight:bold;
	color: #424242;
	text-align: center;
    line-height: 15px;
	
}

.form-control {
	-o-box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

.searchBlock input[type="text"] {
	background:#fff;
}

.searchBlock .btn-orange {
	width:50px;
	height:50px;
	border:none !important;
	/*border-right:1px solid #ccc !important;*/
}

.newsItem .cover,
.worldItem .cover,
.popularItem .cover, 
.whereGoItem .cover {
	position:relative;
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	cursor:pointer;
}

.newsItem,
.worldItem,
.popularItem, 
.whereGoItem {
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	cursor:pointer;
	outline: 0;
}

.newsItem .cover:before,
.worldItem .cover:before,
.popularItem .cover:before,
.whereGoItem .cover:before {
	background:rgba(0,0,0,0);
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
}

.newsItem:hover .cover:before,
.worldItem:hover .cover:before,
.popularItem:hover .cover:before, 
.whereGoItem:hover .cover:before {
	display:block;
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}

.newsItem:hover .heading a,
.worldItem:hover .heading a,
.popularItem:hover .heading a, 
.whereGoItem:hover .heading {
	color:#ffa51d;
}

.worldItem img {
	margin: 0 auto;
    max-height: 100px;
    min-height: 70px;
    width: auto;
}

.languages .dropdown-menu .active a {
	color:#ff9900 !important;
}

#lang:hover {
	color:#ff9900 !important;
}

.uBlock {
	padding-bottom:40px !important;
}

.fa-search {
	color:#fff !important;
}

.class1 {
	color:#ffa51d !important;
}

.whatStudyItem {
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	cursor:pointer;
}

.whatStudyItem .cover {
	position:relative;
}

.whatStudyItem:hover .cover:before {
	display:block;
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}

.whatStudyItem:hover .heading {
	color:#ffa51d;
}

.top-languages .dropdown-menu, .languages .dropdown-menu {
	margin: 0 !important;
	margin-left: -30px !important;
	min-width: 120px;
	text-align: center;
}

.languages .dropdown-menu {
	margin-left: -50px !important
}

.top-languages .dropdown-menu {
	margin-left: 10px !important
}

#header {
	padding: 20px 0;
}

.logo .caption {
	color: #768693
}

.topnav {
	margin-top: 20px;
}

.topnav a {
	color: #3a3a3a;
}

.topnav a:hover, .topnav a:active, .topnav a:focus {
	text-decoration: none;
	color: #eb8d01;
}

.topnav li {
	width: 13.8%;
	text-align: center;
	word-wrap: break-word;
}

.login {
	position:relative;
	padding-right:15px;
}

.login:hover {
	color:#ffa51d !important;
	text-decoration:none !important;
}

.list-inline a:hover {
	/*color:#ff9900 !important;*/
	text-decoration:none !important;
}

.btn-orange:hover {
	color:#fff !important;
}

.login:before {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:url("../images/ava1.png");
	position:absolute;
	left:-30px;
	top:0;
}

.login:hover:before {
	background:url("../images/ava2.png");
}

.topnav li.dropdown ul li {
	width: 100%;
	padding: 0;
	/*border-bottom: 1px solid #cccccc;*/
}

.topnav li.dropdown ul li a {
	padding: 10px 15px;
	text-align: left;
}

.topnav li.dropdown ul li a:hover {
	background-color: #ff9900;
	color: #fff;
	border-color: #ff9900;
}

.dropdown-menu {
	background-color: #f2f1ef;
	border-radius: 0;
	border:1px solid #cccccc;
	padding: 0;
	border-bottom: 0;
}

.languages .dropdown-menu a {
	padding: 10px 15px;
	color: #333 !important;
}

.languages .dropdown-menu .active a {
	background-color: #f2f1ef
}

.phone-top .languages {
	max-width: 100px;
	float: right;
}

.searchTop {
	position: relative;
}

.searchTop a:hover {
	color: #ffa51d;
}

.searchForm {
	position: absolute;
    top: 51px;
    left: -322px;
    width: 450px;
    z-index: 1;
    background-color: #4e5859;
    padding: 10px;
    display: none;
}

.userIcon {
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/ava1.png");
}

@media screen and (min-width: 747px) {
	.userIcon:hover {
		background: url("../images/ava2.png");
	}
}

@media (min-width: 747px){
    .inputBlock {
        margin-bottom: 20px !important;
    }
    .left-title {
        padding-left: 40px !important;
    }
    .checkbox-style{
        padding-left:0!important;
    }
  }

.block-btn {
    margin-top: 10px !important;
    margin-bottom:10px!important;
}

.regIcon {
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/lock.png");
}

.searchForm .searchArea {
	width: 150px;
	margin-right: -5px;
}

.searchForm .searchInput {
	width: 250px;
	margin-right: -5px;
}

.btn-orange .fa-search {
	font-size: 18px;
	color:#fff !important;
}

.btn {
	padding:5px 12px;
}
.btn-lg {
				padding: 10px 16px;
}

#desktopProArea {
	padding:6px 12px 5px;
}

.u-whereGo .searchDropdown button.btn-default {
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: 'hidden';
}

/* banner */

.coverOuter {
	min-height: 80px;
}

#sliderBanner {
	height: 440px;
}

#sliderBanner .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #424242;
	height: 440px;
	width: 100%;
}

#sliderBanner .item h2 {
	width: 35%;
	margin-top: 10%;
	font-weight: lighter;
	font-size: 42px;
}

#sliderBanner .carousel-indicators {
	left: 21%;
}

#r-university-slider .carousel-indicators li,
#sliderBanner .carousel-indicators li {
	background-color: #768693;
	border: 0;
	width: 12px;
	height: 12px;
	margin: 1px;
}

#r-university-slider .carousel-indicators li,
#sliderBanner .carousel-indicators .active {
	background-color: #ff9900;
	margin: 1px;
}

/* buttons */

.btn-orange {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #fff;
}
.btn-orange:hover {
	background-color: #f57c00;
	border-color: #f57c00;
	color: #fff;
}
.btn-green {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
}
.btn-green:hover {
	background-color: #398e3d;
	border-color: #398e3d;
	color: #fff;
}

.btn-blue, .topnav .btn-blue {
	background-color: #3498db;
	border-color: #3498db;
	color: #fff !important;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-blue:hover, .topnav .btn-blue:hover {
	background-color: #0277bd;
	border-color: #0277bd;
	color: #fff;
}

.whereGo .hTitle {
	margin-bottom:50px;
}

.btn-shadow {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

/* search block */

.searchBlock {
	background-color: #3498db;
	padding: 30px 0;
	color: #fff;
}

.searchBlock form {
	margin-top: 30px;
	margin-bottom:15px;
}

.paddingInner {
	padding: 40px 0;
}

.navigation {
	padding: 50px 0 !important;
}

.aboutBlock p:first-child {
	margin-bottom: 20px;
}

.whereGo, .wrapper1 {
	background: #eef2f6;
}

.hTitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 45px;
	color: #424242;
}

.whereGoItem .heading, .whatStudyItem .heading {
	color: #424242;
	margin-top: 17px;
	text-align: center;
	font-size:21px;
}

.whatStudyItem .heading,
.uniWorld .heading a {
	font-size:18px;
}

.uniWorld .heading {
	margin-top:17px !important;
	padding-bottom:5px;
}

button {
	outline:none !important;
}

.subscribeBlock .btn {
	font-size:16px;
	padding: 11px;
}

.whatStudyItem .heading {
	padding-bottom:30px;
}

.whatStudy .btn-orange {
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.popularItems .row {
	margin-top:50px !important;
}

.popularItems .heading {
	font-size: 18px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
}

.popularItems .btn-orange {
	margin-bottom:20px;
}

.readmoreBtn .btn-orange {
	padding: 12px 40px;
    margin-top: 30px;
    font-size: 16px;
	color:#fff !important;
}

.paddingInner {
	padding-bottom:50px;
}

.readmoreBtn {
	margin-top: 20px;
}

.whatStudyItem {
	margin-bottom: 10px;
}

.popularItems {
	background-color: #eef2f6;
}

.popularItem .heading, .popularItem .caption, .worldItem .heading, .worldItem .caption {
	margin-top: 10px;
}

.heading a {
	color: #424242;
}

.heading a:hover {
	text-decoration: none;
	color: #ffa51d;
}

.newsBlock {
	background-color: #eef2f6;
}

.newsItem .heading, .newsItem {
	margin-top: 20px;
}

.subscribeBlock .emailInput {
	width: 300px;
	background-color: #f2f1ef;
	border-color: #f2f1ef;
	font-size:16px;
}

.subscribeBlock form {
	margin-top: 40px;
	margin-bottom: 40px;
}

.dropdown-menu .active a {
	background:#f2f1ef !important;
}

.dropdown-menu a {
	border-bottom:1px solid #bdbdbd; 
}


.top-languages .dropdown-menu {
	background-color: #4e5859;
	border:1px solid #fff;
}

.top-languages .dropdown-menu a {
	color: #fff !important;
}

.top-languages .dropdown-menu .active a, .top-languages .dropdown-menu a:hover {
	color: #ffa51d !important;
	background-color: #4e5859 !important;
}

#header .languages #lang, #footer #lang2 {
	color: #424242;
}

.countries .active a {
	color:#ff9900 !important;
}

#footer #lang2:hover {
	color:#ff9900;
}

.footLinks ul {
	list-style: none;
	margin-top: 20px;
}

.footLinks li {
	line-height: 25px;
}

footer .navigation {
	background-color: #4e5859;
	color: #fff;
}

footer .navigation a {
	color: #fff;
}

footer .navigation a:hover, footer .footNav a:hover {
	color: #ffa51d;
	text-decoration: none;
}

#footer .aboutFoot {
	margin-top: 15px;
}

footer .footNav {
	list-style: none;
}

footer .footNav li {
	line-height: 30px;
}

footer .footNav a {
	color: #424242;
}

footer .socLinks {
	margin-top: 30px;
}

.dropdown-menu li a:hover {
	color:#fff !important;
}

a {
	text-decoration:none !important;
}

.btn:hover {
	color:#fff !important;
}
.open>.dropdown-menu {
	width:100%;
    max-height: 430px;
    overflow-y: auto;
}
#header .open>.dropdown-menu {
    max-width: 250px;
    width: auto;
}

.btn-blue {
	color:#fff !important;
}

.searchBlock .container {
	padding-top:10px;
}

form select.form-control {
	background-color: #f2f1ef;
}

/*.slick-dots li button:before {
	color: #cccccc;
	font-size: 12px;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #ffa51d;
	opacity: 1;
}*/

#proEmail {
	display: block;
}

#searchToggle i, .mobItems i {
	font-size: 18px;
}

.mobMenuBar {
	width: auto;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd
}

.mobMenuBar a {
	padding: 10px 15px;
}

.mobLogo {
	margin: 0 0 0 50px;
	float:left;
	width: 180px;
}

.mobLogo img {
	width: 180px;
}

.mobItems {
	float: right;
}

.mobItems li {
	margin-right: 5px;
}

.mobileMenu, .innerMenu {
	display: none;
}

.searchDropdown button {
	height: 50px;
	width: 100%;
	/*text-align: left;*/
}

.reg .searchDropdown .dropdown-menu a, .searchFormMobile .searchDropdown .dropdown-menu a {
	color: #424242 !important;
}

.reg .searchDropdown button {
	width: 120px;
	height: auto;
}

.reg .searchDropdown .dropdown-menu a:hover {
	color: #fff !important;
}

.reg #searchToggle:hover {
	color: #ffa51d;
}

.reg .searchForm button {
	margin-right: -5px;
	padding: 6px 12px;
}

.searchDropdown button.btn-default {
	background-color: #f2f1ef;
	/*border-color: #f2f1ef;*/
	text-align: left;
	position: relative;
}

.searchDropdown .fa-angle-down {
	position: absolute;
	right: 10px;
	top: 35%;
}

.reg .searchDropdown .fa-angle-down {
	top: 25%;
}

.searchDropdown.open .fa-angle-down, .languages.open .caret, .languages.open .fa-angle-down, .languages .open .fa-angle-down,
.searchDropdown:hover .fa-angle-down, .languages a:hover .caret, .languages a:hover .fa-angle-down {
	color: #f90;
}

/*.searchDropdown button .caret {
	float: right;
	margin-top: 7px;
}*/

.searchDropdown .btn:hover {
	color: #424242 !important;
}

.searchDropdown .dropdown-menu a {
	padding: 10px 15px;
}

.searchDropdown .dropdown-menu a:hover {
	background-color: #ff9900;
	color: #fff;
}

#mobileProArea {
	height: auto;
}

.searchBlock .form-group {
	margin-right: -4px;
}

.languages .dropdown-menu li a:hover {
	color: #ffa51d !important;
}

.worldItem .caption {
	width: 85%;
    margin: 0 auto;
    text-align: center;
}

.subsubjects {
	list-style:none;
	margin-bottom:10px;
}

.subjects-dropdown {
	background:#fff;
}

.subjects-dropdown a {
	border-bottom:none;
	font-size:16px;
}

.subjects-dropdown li a:hover {
	background:#fff !important;
	color:#ff9900 !important;
}

.subjects-dropdown>li {
	padding-bottom:10px;
}

.subsubjects>li>a {
    display: block;
    padding: 3px 15px 0 35px !important;
	font-size:14px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	border-bottom:none;
}

.dropdown-menu>li>a {
	white-space: normal;
}

.searchBlock .open>.dropdown-menu {
	margin: 0;
	border-top: 0;
}

.searchBlock .btn-orange .fa-search {
	font-size: 24px;
}

.formGroup1, .formGroup2 {
	width: 25%;
}

.formGroup3 {
	width: 30%;
}

.formGroup4 {
	width:4%;
}

.slick-prev:before, .slick-next:before {
	color: #ddd;
}

.topnav li a:first-child {
	font-size: 15px;
}

.registration-whereGo .col-sm-8,
.registration-whereGo .col-sm-4 {
	background:#fff;
}

.registration-whereGo .col-sm-8 {
	width:64.2%;
	padding-top:40px;
	padding-bottom:40px;
}

.hTitle {
	margin-bottom:20px;
}

.reg-list {
	list-style:none;
	text-align:center;
	margin-top:20px;
}

.reg-list li {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-top:34px;
}

.reg-list li a {
	padding-top:9px;
	padding-bottom:9px;
}

.reg-list li:first-child a {
	padding-left:40px;
	padding-right:40px;
}

.registration-whereGo {
	padding-top:55px;
	padding-bottom:60px;
}

.registration-whereGo .col-sm-8 h4 {
	text-align:center;
}

.registration-whereGo .col-sm-4 {
	float:right;
	padding-top:40px;
	padding-bottom:40px;
	height:556px;
}

.registration-whereGo .col-sm-4 h3 {
	font-size:21px;
	margin-top:13px;
	text-align:left;
	margin-left:25px;
}

.registration-whereGo .col-sm-4 ul {
	list-style:none;
	padding-right:25px;
	padding-left:25px;
	margin-top:40px;
}

.registration-whereGo .col-sm-4 ul img {
	float:left;
	display:table-cell;
	vertical-align:middle;
	width:45px;
	height:45px;
	margin-right:17px;
	max-width:none;
}

.registration-whereGo .col-sm-4 ul p {
	display:table-cell;
	vertical-align:middle;
	line-height:1.6;
}

.registration-whereGo .col-sm-4 ul p span {
	font-weight:bold;
}

.registration-whereGo .col-sm-4 ul li {
	clear:both;
	margin-bottom:40px;
	display:table;
	vertical-align:middle;
}

.reg-form, .login-form {
	list-style:none;
	margin-top:40px;
}

.login-form {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	margin-top:50px;
}

.login-form li input[type=text],.login-form li input[type=password]{
	width:360px;
	background: #f2f1ef;
    border: 1px solid #f2f1ef;
    line-height: 50px;
    height: 50px;
	margin:0 auto 10px;
}

.login-form li:nth-child(3) {
	width:360px;
	margin:7px auto 80px;
}

.login-form li:nth-child(3) .checkbox {
	width:50%;
	float:left;
	text-align:left;
	margin-top:0;
}

.login-form li:nth-child(3) a {
	width:50%;
	float:left;
	text-align:right;
	display:block;
	color:#ff9900;
	margin-top:0;
}

.reg-form li {
	width:46%;
	float:left;
	margin-bottom:10px;
}

.reg-form>li {
	margin-left:2%;
	margin-right:2%;
	position:relative;
}

.reg-form .searchDropdown button.btn-default {
    border-color: #f2f1ef !important;
    overflow: hidden;
}

.reg-form li.bday label {
	width:100%;
}

.reg-form li.bday input {
	width:33%;
	float:left;
	margin-right:0.5%;
}

.reg-form li.bday input:last-child {
	margin-right:0;
}

.bday label {
	width:100%;
}

.bday input {
	width:33%;
	float:left;
	margin-right:0.5%;
}

.bday input:last-child {
	margin-right:0;
}

.confidentiality {
	text-align:center;
	padding-top:30px;
	display:inline-block;
	text-align:center;
}

.btn-reg {
	margin: 30px auto 0;
    float: none;
    width: 230px;
    display: block;
    padding: 9px 30px;
}

.reg-form li .dropdown li {
	width:100%;
	margin-bottom:0;
}

.reg-form li input {
	background:#f2f1ef;
	border:1px solid #f2f1ef;
	line-height:50px;
	height:50px;
}

.reg-form li label {
	font-weight:400;
}

.reg-form li label span{
	color:#f00;
}

.subtitle {
	width:100%;
	text-align:center;
	font-size:15px;
}

.sortby {
	float:right;
	line-height:50px;
	margin-right:25px;
}

.u-whereGo .searchDropdown button.btn-default {
	background:#fff;
	width:440px;
	float:right;
}

.u-whereGo .open>.dropdown-menu {
	width:440px;
	float:right;
}

.u-whereGo .dropdown, .mainSections .dropdown {
	float:right;
	margin-right:-15px;
}

.u-whereGo .row {
	clear:both;
}

.u-whereGo .col-sm-4 {
	background:#fff;
	width:32%;
	margin-bottom:20px;
	text-align:center;
	height:416px;
}

.u-whereGo .col-sm-4 img {
	margin:40px auto 30px;
	width:auto;
	max-height: 75px;
    min-height: 45px;
}

.u-whereGo .col-sm-4 p {
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	line-height:2.2em;
}

.u-whereGo .row {
	padding-top:40px;
}

.btn-gray {
	background:#8997a2;
	color:#fff;
}

.btn-gray:hover {
	background:#748491;
}

.u-whereGo .col-sm-4 {
	position:relative;
}

.csu .u-whereGo .col-sm-4 .btn-orange {
	margin:30px 7px 0;
	font-size:16px;
}

.u-whereGo .btn {
	margin-top:20px;
}

.u-whereGo .col-sm-4 h3 {
	text-align:center;
	padding-bottom:20px;
}

.u-whereGo .col-sm-4:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
.uni-country .col-sm-4 {
	margin: 0 0 10px !important;
}
.col-sm-separate-md {
    display: none;
}
.uni-country .col-sm-4-margin {
	margin-left:2% !important;
	margin-right:2% !important;
}

.u-whereGo .col-sm-4:nth-child(2) {
	margin-left:0;
	margin-right:0;
}

.u-whereGo .col-sm-4:nth-child(3) {
	margin-left:2%;
	margin-right:2%;
}

.reg-list .btn-blue {
	position:relative;
	padding-left:35px;
}

.reg-list .btn-blue:before {
	background:url("../images/fb.png");
	width:11px;
	height:19px;
	content:"";
	display:block;
	position:absolute;
	left:17px;
	top:9px;
}

.whereGo .reg-list li:first-child a {
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
}

.whereGoItem .btn {
	font-size:16px;
}

.btn-login {
	width:170px;
}

.btn-fb {
	padding-left:45px !important;
}

.breadcrumbs {
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
}

.breadcrumbs a {
	color:#3498db;
	position:relative;
	padding-right:30px;
}

.topnav a.active {
	color:#ff9900;
}

.sortby-dropdown {
	background:#fff;
}

.u-whereGo .col-sm-4 h3 a {
	color:#424242;
	line-height:1.3;
}

.uBlock {
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}

.uBlock:hover, .oneSubjectGroup .oneSubjectItem:hover {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}

.questions:hover {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.u-whereGo .col-sm-4 h3 a:hover {
	color:#ff9900;
}

.place_holder {
    z-index: 100;    
    left: 10px;
    cursor: text;   
    position: absolute;
    top: 1px;
    left: 5px;
    width: 100%;    
    display: none;
    color: #999;
	font-weight:400;
	text-align:left;
	line-height:45px;
	padding-left:10px;
}
.placeinput input:invalid + .place_holder {
    display: inline;
}
.placeinput input {
	font-weight:400;
}
/*placeholder*/
.placeinput {
    position: relative;
    overflow: hidden;
}
.place_holder span {
    color: red;
}

.topnav .dropdown-menu a:hover {
	background:#ff9900;
	color:#fff;
}

.open #lang, .open #lang2 {
	color:#ffa51d !important;
}

.breadcrumbs a:hover {
	color:#337ab7;
}

.breadcrumbs a:after {
	content:"";
	display:block;
	width:11px;
	height:7px;
	position:absolute;
	right:7px;
	top:7px;
	background:url("../images/right-arrow.png");
}

.breadcrumbs a.active:after {
	display:none;
}

.breadcrumbs a.active {
	color:#424242;
}

.registration-whereGo h2 {
	margin-bottom:30px !important;
}

.registration-whereGo h1 {
	margin-bottom:30px !important;
    font-size: 30px;
}

.u-whereGo {
	position:relative;
	padding-bottom:130px;
}
    
#upBlock {
    position:absolute;
    bottom:40px;
    z-index:9999999999;
	left:50%;
	margin-left:-30px;
	display:none;
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
}

.questions {
	float:right;
	text-align:center;
}

.questions h3 {
	padding-top:50px;
}

.questions p {
	text-align:center !important;
	line-height:1.8;
	padding-top:10px;
	font-size:24px;
}

.questions span {
	font-size:21px;
}

.questions h3 {
	font-size:30px;
}

.questions .btn {
	font-size:16px;
	width:160px;
}

.mb {
	margin-bottom:50px !important;
}

.pageDescription {
	background:#eef2f6;
}

.pageDescription .subtitle {
	padding-top:20px;
	text-align:left;
	line-height:1.9;
}

.secondImg {
	max-width: 40%;
    width: 40%;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
}

.secondDescription h2 {
	padding-bottom:40px;
}

.secondDescription ul {
    /*margin-left: 10%;
    width: 48%;*/
    font-size: 15px;
    margin-left: 2%;
}

.secondDescription ul a {
	color:#ff9900;
	clear:both;
	display:inline-block;
}

.secondDescription ul a:hover {
	color:#f57c00;
}

.data-row li div:first-child {
	position:relative;
}

.data-row li div:first-child:after {
	position:absolute;
	height:70px;
	top:-15px;
	width:2px;
	background:#fff;
	right:20px;
	display:block;
	content:"";
}

.secondDescription ul li {
	padding-bottom:25px;
}

.descWrapper {
	display: table;
    vertical-align: middle;
}

.descWrapper ul {
	display: inline-block;
    vertical-align: middle;
}

.aboutList {
	list-style:none;
	width:76%;
	text-align:left;
	margin:15px 12% 0;
}

.aboutList li a {
	color:#ff9900;
	font-size:18px;
}

.aboutList li {
	padding-bottom:20px;
}
.aboutList li a:hover {
	color:#f57c00;
}
.countryWrapper a {
	color:#424242;
}
.countryWrapper a.btn {
	color:#fff;
}
#proCountry .title {
	overflow: hidden;
    padding-right: 20px;
    text-overflow: 'crop';
    display: block;
    text-overflow: ellipsis;
}

.u-img {
	/*background:url("../images/img1.png");*/
	height:420px;
}

.rUniversity {
	background-position: center;
    background-size: cover;
    background-image:url("../images/r_image_univer.jpg");
}

.u-img h1 {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:48px;
	text-align:left;
	padding-left:130px;
	padding-top:20px;
}

.uc-img {
	background:url("../images/img1.png");
	height:420px;
}

.uc-img h1 {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:48px;
	text-align:left;
	padding-left:130px;
	padding-top:20px;
}

.uc-img h2 {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:48px;
	text-align:left;
	padding-left:130px;
	padding-top:20px;
}

.secondNav {
	width:100%;
	height:60px;
	background:#3498db;
	list-style:none;
}
.secondNav a {
	color:#fff;
}
.secondNav li:after {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	height:8px;
	background:#ff9900;
	content:"";
	opacity:0;
}
.secondNav li:hover:after {
	opacity:1;
}
.secondNav li.active:after {
    opacity: 1 !important;
}
.secondNav li {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 25%;
}
.secondNav li a::after {
    background: #ff9900 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.secondNav li a::after {
    background: #ff9900 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.secondNav li.n-tab-ask {
    width: 45%;
}
.cs-nav li {
    position: relative;
    width: 20%;
}
.cs-nav li ul li {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.cs-nav li ul {
    background-color: #3498db;
    color: #fff;
    display: none;
    left: -160px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 300px !important;
    margin-left: 0px !important;
}

.secondDescription p {
	line-height:1.9;
	font-size:15px;
    padding-bottom: 10px;
}
.dropdown-menu-course-xs {
    min-width: 260px;
}
.secondDescription .hTitle {
	font-size:36px;
	padding-bottom:20px;
}
.countryBlock {
    background: #fff;
    overflow: hidden;
    padding-top: 0 !important;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
.countryBlock:hover {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.countryBlock h4:hover {
    color: #ff9900;
}
.countryBlock img {
	max-width: 100%;
    width: 100%;
    height: auto;
    display: inline-block;
	margin-left:-30px;
}
.countryBlock h4 {
	font-size:30px;
	text-align:center;
	padding-bottom:30px;
}
.countryWrapper p {
	line-height:1.9;
	padding-bottom:30px;
	text-align:center;
}
.countryWrapper .btn {
	margin:0 auto;
	font-size:16px;
}
.countryWrapper {
	display:table-cell;
	vertical-align:middle;
	width:45%;
	margin-left:5%;
}
.countryWrapper:last-child {
	text-align:center;
	padding:6px 25px;
    display: inline-block;
    width: 49%;
    margin: 0;
}
.countryWrapper:first-child {
	margin-left:0;
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.countryWrapper .countryWrapper-link h4 {
    margin-top: 60px;
}
.countryBlock img {
    margin-left: 0;
    vertical-align: top;
}
.csu .questions .btn-orange {
	width:auto;
}

.questions .form-group {
	margin-top:157px;
}

.csu .uBlock {
	padding:0;
	height:510px;
}

.csu .uBlock .img-wrap {
	width: 100%;
    height: 236px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.csu .col-sm-4 h3 {
	padding-top:25px;
}

.csu .col-sm-4 .btn {
	padding:7px 25px;
}

.csu .uBlock .img-wrap img {
	position: absolute;
    margin: auto; 
	height:auto;
	width:auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.csu .dropdown {
	width:276px;
	float:none;
	margin:40px auto 0;
}

.csu .searchDropdown button.btn-default {
	width:276px;
	margin:0 auto;
	float:none;
	background:#f2f1ef;
	border:1px solid #f2f1ef;
}

.u-whereGo .open>.dropdown-menu {
	width:276px;
}

.csu .questions h3 {
	padding-top:100px;
	padding-bottom:20px;
}

.csu .questions h3 {
	margin-bottom:0;
}

.r-content .desc {
	line-height:1.9;
	padding-top:18px;
}

.r-content h2 {
	font-size:30px;
	padding-top:40px;
}

.r-content h3 {
	font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.data-row {
	list-style:none;
	width:100%;
	margin-top:30px;
}

.data-row li {
	width:100%;
	clear:both;
	background:#f2f1ef;
	display:inline-block;
	padding:15px 20px;
	margin-bottom:-3px;
}

.data-row li:nth-child(2n) {
	background:#eef2f6;
}

.data-row li div:first-child {
	width:50%;
	float:left;
}

.data-row li div:last-child {
	width:50%;
	float:left;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-top:60px;
    margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-container-perfect {
    padding-top: 0;
}

.fdr li div:first-child {
	width:70%;
	padding-right:40px;
}

.fdr li div:last-child {
	text-align:right;
	width:30%;
}

.fdr li div:last-child a {
	color:#ff9900;
}

.u-photos {
	margin-top:30px;
}

.u-photos .slick-next {
	right:20px;
	background:url("../images/orange-right.png") !important;
	width:30px;
	height:30px;
	z-index:2;
	top:50%;
}

.u-photos .slick-prev {
	left:20px;
	background:url("../images/orange-left.png");
	width:30px;
	height:30px;
	z-index:2;
	top:50%;
}

.u-photos .slick-next:before, .u-photos .slick-prev:before {
	display:none;
}

.u-logo {
	/*max-width:100%;
	height:auto;
	width:auto;*/
    /*height: 100px;
    width: auto;*/
    max-height: 100px;
    max-width: 300px;
    min-height: 70px;
    width: auto;
}

.u-desc {
	margin-top:30px;
	font-size:15px;
	line-height:1.9;
}

.u-desc a {
	color:#ff9900;
}

.ask h4 {
	color:#fff;
	text-align:center;
	font-size:19px;
	font-weight:bold;
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-cell-content {
	width:50% !important;
	max-width:50% !important;
}

.ask {
	background:#3498db;
	padding:30px 30px;
	margin-top:50px;
	overflow:hidden;
}

.fln .form-control {
	width:50%;
	float:left;
}

.fln .form-control:first-child {
	border-right:1px solid #3498db !important;
}

.fln, .r-content .reg-form li {
	width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}

.r-content .col-xs-8 {
	padding-right:120px;
}

.prniversity .u-contacts {
    margin-bottom:30px;
}
			
.all-subjects-right, .psearchContent .col-sm-4 {
    margin-bottom:20px;
}

.u-contacts {
	background:#eef2f6;
	padding:30px;
	margin-top:50px;
}

.u-contacts ul {
	list-style:none;
	padding-left:10px;
}

.u-contacts ul li {
	padding-bottom:20px;
	position:relative;
	padding-left:30px;
}

.u-contacts ul li:last-child {
	padding-bottom:0;
}

.u-contacts ul li:before {
	display:block;
	content:"";
	position:absolute;
	left:-5px;
	top:0;
	width:24px;
	height:24px;
}

.shortLogo img {
    width:100%;
    max-width:100%;
    height:auto;
} 

.u-contacts ul li:first-child:before {
	background:url("../images/circle.png");
}

.u-contacts ul li:nth-child(2):before {
	background:url("../images/paper.png");
}

.u-contacts ul li:nth-child(3):before {
	background:url("../images/phone.png");
}

.u-contacts ul li:nth-child(4):before {
	background:url("../images/hand2.png");
}

.ask textarea {
	width:100%;
	height:100px;
	background:#f2f1ef;
	padding:6px 12px;
	border:none !important;
}

.u-contacts ul li:hover:first-child:before {
    background:url("../images/circle-orange.png");
}

.u-contacts ul li:hover:nth-child(2):before {
    background:url("../images/paper-orange.png");
}

.u-contacts ul li:hover:nth-child(3):before {
    background:url("../images/phone-orange.png");
}

.u-contacts ul li:hover:nth-child(4):before {
    background:url("../images/hand2-orange.png");
}

.ask .btn-reg {
	margin:0;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
    padding-left:0;
    padding-right:0;
}

.mwcs {
	margin-top:20px !important;
	margin-bottom:40px;
}

.l-content {
	background:#eef2f6;
}

h2 {
	font-size:30px;
}

.l-content h2 {
	padding-bottom:30px;
}

h3 {
	font-size:25px;
}

.l-content h3 {
	padding-bottom:25px;
}

.desc {
	line-height:1.9;
}

.map-wrapper {
	margin-top:45px;
}

#jqxWidget {
	display:none;
}

.c-active {
	display:block !important;
}

.u-country {
	padding-left:5px;
}

.ask h4 {
	position:relative;
	line-height:24px;
	width:180px;
	margin:0 auto;
	padding-left:20px;
}

.allSubjects .ask h4 {
	width:100%;
}

.ask h4:before {
	position:absolute;
	display:block;
	content:"";
	left:-3px;
	width:24px;
	height:24px;
	background:url("../images/signs.png");
}

.ask li:nth-child(3) {
	position:relative;
}

.i-calendar {
	position:absolute;
	right:10px;
	top:13px;
}

.title-wrap {
	width:380px;
	background:#f5f5f5;
	float:left;
	padding:30px;
    opacity: 0.8;
}

.title-wrap h1 {
	padding-left:0;
	font-size:30px;
	font-weight:400;
	padding-top:0;
	margin-top:0;
}

.title-wrap span, .allSubjectsHeaderText h1 {
	font-size:21px;
}

.allSubjectsHeaderText h1 {
	text-align:left;
}

.h3-c {
	padding-top:20px !important;
	padding-bottom:26px;
}

.ur-content .ask {
	margin-top:20px;
}

.u-recommend {
	background:#f2f1ef;
	padding:40px;
	margin-top:50px;
}

.u-recommend h4 {
	text-align:center;
	font-size:21px;
	padding-bottom:30px;
}

.u-recommend ul {
	list-style:none;
}

.u-recommend ul li {
	width:100%;
	padding:20px 5px;
	border:1px solid #cccccc;
	background:#fff;
	margin-bottom:20px;
	text-align:center;
}

.u-recommend ul li img {
	width:auto;
	margin:0 auto;
	max-width:100%;
	height:auto;
	display:inline-block;
	height:45px;
}

.orange {
	color:#ff9900;
}

.l-content .row {
	padding-left:15px !important;
	padding-right:15px !important;
}
#academic-text {
	display:none;
}

.a-active {
	display:block !important;
}

#academic-show {
	text-align:center;
}

#academic-show a {
	padding-right:4px;
	cursor:pointer;
}

.fdr li div:last-child {
	text-align:center;
	cursor:pointer;
}

#academic-show .fa-angle-down:before {
	color:#ff9900;
}
.cabinetMainBlock {
	background: #fff;
	padding: 40px 25px;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
}

.cabinetMainBlock h3 {
	margin-bottom: 20px;
}

.cabinetMainBlock dt {
	color: #768693;
	font-weight: normal;
	float: left;
	margin-right: 5px;
}

.cabinetMainBlock dt, .cabinetMainBlock dd {
	line-height: 30px;
}


.littleBlock h3 {
	margin-top: 25px;
}

.littleBlock .btn {
	margin-top: 20px;
	padding:10px 20px;
}

.cabinetTop h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cabinetTop ul {
	border-bottom: 1px solid #eee;
}

.cabinetTop li .btn {
	padding: 10px 20px;
	background-color: #eef2f6;
	color: #333;
}

.cabinetTop li .btn.btn-orange {
	background-color: #F90;
	color: #fff;
}

.cabinetTop li .btn:hover {
	color: #333 !important;
}

.cabinetTop li .btn.btn-orange:hover {
	background-color: #f57c00;
	color: #fff !important;
}

.cabinetTop .list-inline>li {
	padding-left: 0;
	padding-right: 0;
}

.programmeList th {
	background-color: #8a98a3;
    text-align: center;
    font-weight: normal;
    color: #fff;
    /* padding: 20px; */
    /* font-size: 13px; */
    border: 1px solid #fff;
}

.programmeList .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f2f1ef;
}

.programmeList .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #eef2f6;
}

.programmeList a {
	color: #f57c00;
}

.at {
	text-align:left !important;
}

.table-boxes .checkbox {
	width:14%;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
}

.table-boxes-4 .checkbox {
	width:25%;
}

.table-boxes {
	overflow:hidden;
}

.table-bordered>tbody>tr>td {
	vertical-align:middle;
}

.littleBlock .form-group {
	margin-top:35px;
}

.programmeList a:hover {
	color: #f57c00;
}

.programmeList td {
	border: 1px solid #fff !important;
    text-align: center;
}

.programmeList td, .programmeList th {
	padding: 15px !important;
}

.similarTitle {
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}

.similarTitle span {
	right:0;
	position:absolute;
	color: #f90;
	cursor: pointer;
	font-size: 14px;
}

#similarBox {
	margin-top: 20px;
}

.cabinetEditForm .form-control {
	height:50px;
}

.programmeList .badge {
	background-color: #fff;
	color: #8a98a3;
}

.table-boxes input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
}

.table-boxes td {
	padding: 0 !important;
	border-top: 0 !important;
}

.cabinetEditForm h4 {
	font-weight: bold;
	margin-top: 40px;
    margin-bottom: 20px;
}

.cabinetEditForm label {
	font-weight: 400;
}

.btn-light-gray{
	background-color: #f2f1ef;
	color: #333;
}

.btn-light-gray:hover {
	color: #333 !important;
	background-color: #e0e0e0;
}

.cabinetEditForm .form-control {
	background-color: #f2f1ef;
	border-color: #f2f1ef;
}

.required {
    color: #ba1700;
}

.btn-year {
	padding: 10px 20px;
	margin-right:10px;
	height:50px;
}

.checkbox {
	overflow:hidden;
}

.table-boxes label {
	cursor: pointer;
}

.subjectBanner {
	position: relative;
}

.subjectBanner .caption {
	background-color: #f5f5f5;
	padding: 20px;
	position: absolute;
	top: 20%;
	left: 10%;
}

.subjectBanner h4 {
	line-height: 30px;
}

.subjectInfo h3 {
	margin: 20px 0;
	margin-top: 30px;
	line-height: 
}

.subjectInfo p {
	margin-bottom: 20px;
}

.oneSubjects {
	background-color: #eef2f6;
}

.oneSubjectItem {
    padding: 20px 20px 30px;
    background-color: #fff;
    height: 325px;
}

.oneSubjectItem h4 {
    font-weight: bold;
    margin: 10px auto;
    margin-bottom: 20px;
    width: 80%;
    line-height: 25px;
}
.oneSubjectItem h4 a{
    font-weight: bold;
    margin: 10px auto;
    margin-bottom: 20px;
    width: 80%;
    line-height: 25px;
    color: #424242;
}
.oneSubjectItem h4 a:hover {
    color: #ff9900;
}

.oneSubjectCountry {
	padding-top:3%;
}

.oneControls {
	margin: 20px 0;
}

.oneControls li {
	margin-right:10px;
	display:inline-block;
}

.lowerControls .btn {
	font-size:16px;
	padding:7px 12px;
}

.lowerControls .btn-orange {
	margin-top:7px;
}

.chart, .table-bordered .badge {
	position:relative;
	cursor:pointer;
}

.chart .hint, .badge .hint {
	position: absolute;
    width: 130px;
    background-color: #8a98a3;
    color: #fff;
    line-height: 1.4;
    padding: 6px 10px;
    text-align: center;
	left:50%;
	margin-left:-65px;
	top:-55px;
	display:none;
	font-size:14px;
	font-weight:normal;
}
.psearchItem-fee .chart .hint {
    top: -70px;
}

.oneSubjectItem .chart .hint, .badge .hint {
	top:-70px;
}

.oneSubjectItem .chart:after, .table-bordered .fa-info:after {
	bottom:13px;
}

.chart:hover .hint, .chart:hover:after, .table-bordered .badge:hover .hint,  .table-bordered .badge:hover .fa-info:after {
	display:block;
}

.one-chart {
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	background: url("../images/one-chart.jpg") no-repeat;
}

.c-title #sortby {
	background:#fff;
	border:none;
} 

.chart:hover .one-chart {
	background: url("../images/one-chart-orange.png") no-repeat;
}

.chart:after, .table-bordered .fa-info:after {
	border: 20px solid transparent;
    border-top: 20px solid #8a98a3;
    display: none;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
}
.psearchItem-fee .chart:after {
    bottom: 5px;
}

.oneControls .fav {
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../images/hand1.png") no-repeat;
	display: inline-block;
    vertical-align: middle;
}

.oneControls .fav:hover {
	background-image: url("../images/hand1-orange.png");
}

.oneSubjectGroup .title {
	margin: 20px 0;
}

.oneSubjectGroup .caption {
	margin-bottom: 40px;
	margin-top: 10px;
	text-align: center
}

.oneSubjectsReadMore {
	margin-top: 30px;
	margin-bottom: 30px;
}

.oneSubjectItemExtended h4 {
	width: 100%;
	margin-top: 20px;
}

.oneSubjectItem .bigCover img {
	margin: 0 auto;
}

.allSubjectsHeader {
	height: 450px;
    background-image: url("../images/all-header.jpg");
    background-position: center;
    background-size: cover;
}

.s-search input {
	background:transparent !important;
}

.psearchSubjects {
	overflow:hidden !important;
}

.allSubjectsHeaderText {
	margin-top: 10%;
    width: 30%;
    background: #f5f5f5;
    padding: 25px;
    text-align: center;
}

.allSubjectsItem {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.allSubjectsItem h4 {
	margin-bottom: 20px;
}

.allSubjectsItem h4 a {
	color: #333;
	font-weight: 600;
	font-size:21px;
}

.allSubjectsContentHeader {
	margin-bottom: 30px;
}

.allSubjects .ask  {
	margin-top: 0;
}

.allSubjects .ask h4:before {
	display: none;
}
/*
.form-control {
	line-height: 50px;
    height: 50px;
}
*/
.psearchSidebar .form-control, .psearchSidebar .form-control select {
	outline:none !important;
	border:none !important;
}

.prniversity .ask .form-control,
.allSubjects .ask .form-control {
	background: #f2f1ef;
    border: 1px solid #f2f1ef;
    height: 50px;
    resize: none;
}

.arrow-d select option {
	background-color:#f2f1ef !important;
	padding:10px 15px !important;
}

.form-control-gray  {
	background: #f2f1ef;
    border: 1px solid #f2f1ef;
    height: 50px;
    resize: none;
}

.allSubjects .reg-form>li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/*.prniversity .ask label,
.allSubjects .ask label {
	color: #fff;
	margin-bottom: 10px;
}*/

.recommended {
	position: absolute;
    top: 15%;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #f90;
    border-radius: 50%;
    color: #fff;
	font-size:18px;
	margin-left:-5px;
}

.u-contacts li:hover, .u-contacts li a:hover {
	color:#ff9900;
	cursor:pointer;
}

.u-contacts li a {
	color:#424242;
}

.u-contacts li:hover {
	color:#ff9900;
	cursor:pointer;
}

.simpleTabBar {
	border-bottom: 1px solid #eee;
}

.simpleTabBar a {
	font-size: 15px;
}

.simpleTabBar li a:hover {
	background:#ff9900 !important;
	color:#fff !important;
}

.text-left {
	text-align: left !important;
}

.shortUniCountry, .shortUniName {
	line-height: 50px;
}

.orangeLink {
	color: #f90;
	cursor: pointer;
}

.orangeLink:hover {
	color: #f57c00;
}

.list-inline.simpleTabBar>li {
	padding-right: 0;
	padding-left: 0
}

.simpleTabBar li:hover {
	background:#ff9900 !important;
	color:#fff !important;
}

.psearchContent {
	margin-top: 20px;
}

.psearchSidebar {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.course-filters-btn {
    display: none;
}
.checkbox2 label {
	font-weight: normal;
}

.checkbox2 input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
}

.psearchSubjects {
	height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
}

.psearchSubjects h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

.psearchSubjects h4 span {
	float: right;
	font-size: 13px;
	font-weight: normal;
}

.psearch .searchDropdown {
	float: right;
	width: 200px;
	margin: 20px 0;
}

.searchTag {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.searchTag .tagName {
	background-color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    color: #768693;
	vertical-align:top;
}

.orangeLink {
	text-transform:none !important;
}

.lowerControls .btn-blue {
	padding-left:50px;
}

.lowerControls .img-responsive, .shortLogo img {
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; *//* IE 6-9 */
     max-height: 55px;
    width: auto;
} 

.removeIcon {
	cursor: pointer;
}

.lowerControls .img-responsive:hover, .shortLogo img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
} 

.psearchSidebar form select.form-control, .arrow-d select {
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
}

.psearchSidebar .ad, .arrow-d select {
	background: url("../images/arrow-d.png") no-repeat !important;
	background-position: right 15px center !important;
	background-color:#f2f1ef !important;
}

.s-search {
	/*background: url("../images/s-search.png") no-repeat !important;
	background-position: right 15px center !important;
	background-color:#f2f1ef !important;*/
}

.psearchSubjects {
	background:#fff !important;
}

.searchTag .remove {
	display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #3498db;
    font-size: 20px;
    cursor: pointer;
}

.searchTag .remove:hover {
	background-color:#0277bd;
}

.psearch .subtitle {
	text-align: left;
	line-height:1.7;
	padding-bottom:20px;
}

.psearchItem {
	background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.psearchSubjects .checkbox label span {
	width:260px;
}

.lowerControls .btn-blue {
	position:relative;
	width:auto;
}

.lowerControls .btn-blue:before {
	display:block;
	width:24px;
	height:24px;
	content:"";
	position:absolute;
	left:13px;
	background-image: url("../images/signs1.png");
}

.lowerControls {
	line-height: 50px;
}

.lowerControls .oneControls {
	margin: 0;
}

.psearchItem .title {
	margin-bottom: 10px;
	font-size: 18px;
    font-weight: bold;
}

.psearchItem .title a {
	color: #333;
	font-size:21px;
}

.psearchItem .title a:hover {
	color: #f90;
}

.cabinetMainBlock .checkbox label span {
	width:230px;
}

.psearchSidebar .form-control {
	line-height:auto !important;
}

.allSubjects textarea.form-control, .prniversity .ask textarea {
	height:110px !important;
}

.allSubjectsHeaderText h4 {
	text-align:left;
	line-height:1.6;
}

.allSubjects .bday .form-control:nth-child(2), .prniversity .bday .form-control:nth-child(2) {
	margin-right:0.4%;
}

.allSubjects .placeinput, .ask-partner .placeinput {
	width:50%;
	float:left;
}

/*.allSubjects .placeinput input, .prniversity .ask .form-control:first-child {
	width:100%;
	color:#555;
}*/

.allSubjects .place_holder, .prniversity .place_holder {
	color:#555;
}

.current-level {
	margin-bottom:10px;
}

.e-placeinput {
	width:100% !important;
}

.alls {
	color:#ff9900;
}

.alls:hover {
	color:#f57c00;
}

.allSubjectsItem .col-sm-8 p {
	padding-bottom:5px;
	display:block;
	float:left;
	width:49%;
}

.allSubjectsItem .col-sm-8 p:nth-child(2n-1) {
	margin-right:2%;
}
.ad-year {
	margin-left:0;
	margin-right:0;
}
.ad-year .btn-year {
	display:block;
	float:left;
	text-align:center;
	width:30%;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:50px;
	margin-left:0;
	margin-right:0;
}
.ad-year .btn-year:nth-child(2) {
	margin-left:5%;
	margin-right:5%;
}
.btn-year:hover, .btn-orange {
	color:#fff !important;
}
.pb {
	padding-bottom:0 !important;
}
.ad-year button.active, .ad-year .btn-year:hover {
	border:1px solid #ff9900;
	background-color:#ff9900;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#ff9900 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background:#f2f1ef !important;
}

.ad {
	display:block;
	clear:both;
}

.cabinetEditForm .btn-default {
	border:none !important;
}

.psearch .ad .searchDropdown {
	width:100%;
	margin:0;
}
.psearch .ad .searchDropdown button {
	height:64px;
}
.psearchSidebar .ad {
	height:64px;
}
.ad .btn-default {
	border:none !important;
}

.ad-year a:nth-child(2n) {
	margin-left:5%;
	margin-right:5%;
}

.ask-partner h4:before {
	display:none !important;
}

.ask-partner h4 {
	width:100%;
}

.oneSubjectCountry img {
	margin-top:-3px;
}

.mobView {
	display:none !important;
}
		
@media screen and (min-width: 768px) {
	
	.topnav .list-inline {
		margin-right:-20px;
	}
		
	.topnav>.list-inline li {
		width:auto;
		padding-left: 2.0%;
		text-align: left;
		padding-right: 2.0%;
		text-align: left;
		word-wrap: break-word;
	}
		
	.topnav>.list-inline {
		margin-left:0;
	}

	.topnav>.list-inline li:first-child {
		padding-left:0;
	}

	.topnav>.list-inline li:last-child {
		padding-right:0;
	}

	.searchBlock select.form-control, .searchBlock input[type="text"] {
		/*width:270px;*/
		width: 100%;
		/*margin-right:-5px;*/
		background:#f2f1ef;
	}

	.searchBlock input[type="text"] {
		background-color: #fff;
	}

	#topheader .col-sm-7 ul.list-inline {
		width:225px;
		float:right;
	} 

	#topheader .col-sm-3 {
	/*	width:9%;*/
	}

	#topheader .col-sm-7 .col-sm-7 {
		width:74%;
	}

}
/*email errors*/
.esuccess {
    display: inline-block;
    width: 430px;
    border-radius: 3px;
    margin: 5px 0;
    background: #67b52c none repeat scroll 0 0;
    color: #fff;
    padding: 12px 0;
}
.eerror {
    display: inline-block;
    width: 430px;
    border-radius: 3px;
    margin: 5px 0;
    background: #f9f2f4 none repeat scroll 0 0;
    color: #c7254e;
    padding: 12px 0;
}
.website-link {
    background-color: #FFF !important;
    margin: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
    .esuccess {
        width: 100%;
    }

    .website-link ul {
        width: 50% !important;
        margin: auto!important;
    }
    .eerror {
        width: 100%;
    }
    .code-phone-style{
        padding-right:0px!important;
        margin-bottom:10px!important;
        float:left!important;
    }
    .phone-input{
        float:right!important;
        width:58%;
    }
    .checkbox-input {
        width: 24%;
        float: left;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top:15px;
        }
    img.checkbox-input{
        width:37%!important;
        padding-top:0px;
    }
    .checkbox-style {
        padding-right: 0px !important;
        width: 75%;
        text-align: center;
        float: right !important;
    }
    input.checkbox-input {
        float: left!important;
        margin-left:10px;
    }
    .globus-mobile{
        display:none;
    }
}
.searchDropdown .active a {
    color: #ffa51d;
}
.whereGo .searchDropdown .dropdown-menu span,.whereGo .searchDropdown .title span {
    font-size: 16px;
}
.footLinks h3 {
    font-size: 25px;
}
.field-validation-error {
    color: #f00;
    width: 100%;
    display: inline-block;
}
.descWrapper-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 10%;
    width: 48%;
}
.r-content .desc ul{
    display: inline-block;
    margin-left: 5%;
}
.r-content .desc ul li {
    padding-top: 5px;
    padding-left: 10px;
}
@media screen and (min-width: 992px) {
    .uni-slider {
        height: 350px !important;
    }
}
.map-wrapper {
    width: 100%;
    height: 400px;
}
.btn-fb::before {
    background: rgba(0, 0, 0, 0) url("../images/fb.png") repeat scroll 0 0;
    content: "";
    display: block;
    height: 19px;
    left: 25px;
    position: absolute;
    top: 9px;
    width: 11px;
}
.btn-fb {
    font-size: 16px;
    margin-right: 10px;
}
.load-favourite {
    margin: 0px !important; 
    height: 20px !important; 
    width: 20px;
}
.search-course-uni {
    height: 64px;
    clear: both;
    display: block;
}
.search-course-uni .searchDropdown {
    width: 100%;
    margin: 0px;
}
.search-course-uni .dropdown-menu {
    border: 0px;
}
.search-course-uni input[type="text"]{
     width: 100%;
     height: 64px;
}
.search-course-c {
    height: 50px;
    clear: both;
    display: block;
}
.search-course-c .searchDropdown {
    width: 100%;
    margin: 0px;
}
.search-course-c .dropdown-menu {
    border: 0px;
}
.search-course-c input[type="text"]{
     width: 100%;
     height: 50px;
}
.ad-search {
    margin-bottom: 0;
}
.ad-search .btn-blue{
    display: block;
    float: none;
    font-size: 17px;
    margin: 12px auto 0;
    padding: 12px 30px;
    width: 230px;
}
.shortUniName {
    line-height: 20px;
    padding-top: 15px;
}
.r-university-slider .img-responsive {
    width: 100%;
    height: 420px !important;
}
.oneSubjectItem .img-responsive {
    width: auto;
    max-height: 75px;
}
.r-content .desc table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}
.r-content .desc table > tbody > tr:nth-of-type(2n) {
    background-color: #eef2f6;
}
.r-content .desc table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f2f1ef;
}
.r-content .desc table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #fff;
    text-align: center;
}
.hTitle .glyphicon-ok {
    color: #5cb85c;
    font-size: 20px;
}
.rlistcheckboxes {
    padding: 5px;
    background: #f2f1ef !important;
}
    .rlistcheckboxes h4 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #424242;
        padding-left: 5px;
        text-align: left;
    }
    .rlistcheckboxes label span {
        color: #424242 !important;
    }
    .rlistcheckboxes .checkbox label {
        background: #ccc;
    }
#requestinfoform .required-orange {
    color: #ba1700;
}
.required-orange.txt-red {
    color: #ba1700;
}
#requestinfoform .placeinput input, .prniversity .ask .form-control:first-child {
	width:100%;
	color:#555;
}
#requestinfoform label {
	color: #fff;
	margin-bottom: 10px;
}
.cabinetEditForm textarea {
    height: 150px !important;
}

.cabinetEditForm .req input, .req .btn {
	background:#fff !important;
	border:2px solid #ff9900 !important;
}
.asc-question-btn {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.all-subjects-right-block {
    margin-top: 50px;
}
.u-recommend li a {
    color: #424242;
}
.u-recommend li a:hover {
    color: #f57c00;
}
.one-star {
    background: rgba(0, 0, 0, 0) url("../images/black-star-grey.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.one-star:hover {
    background: rgba(0, 0, 0, 0) url("../images/black-star-orange.png") no-repeat scroll 0 0;
}
.subject-img {
    height: 165px;
    width: 100%;
}
.banner-main {
    height: 175px;
    width: 270px;
}
.popularItems img {
    height: 270px;
    width: 400px;
}
.mainSections h2 {
    padding-bottom: 30px;
}
.dropWrapper {
    text-align: center;
}
.mainSections .sortby {
    margin-top: 0;
}
.mainSections #sortby {
    width: 240px;
    padding-right: 50px;
}
.mainSections h4 {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 10px;
}
.mainSections h4 a {
    color: #424242 !important;
}
.mainSections h4 a:hover {
    color: #f6830d !important;
}
.mainSections .col-sm-4 {
    margin-top: 50px;
}
.mainSections .col-sm-4 p {
    line-height: 1.5;
}
.mainSections .col-sm-4 a {
    color: #f6830d;
    display: inline-block;
    padding-top: 10px;
    line-height: 1.5;
}
.mainSections .col-sm-4 a:last-child {
    padding-top: 10px !important;
}
.mainSections .col-sm-4 p a:last-child {
    padding-top: 0 !important;
}
.mainSections .col-sm-6 {
    margin-bottom: 50px;
}
.mainSections .article-group-pagination .pagination1 .button1.active{
    background-color: #ff9900;
}
.mainSections .article-group-pagination .pagination1{
    margin-top: 50px;
}
.mainSections .col-sm-6:last-child {
    margin-bottom: 10px;
}
.mainSections .col-sm-6 p {
    line-height: 1.5;
}
.mainSections .col-sm-6 a {
    color: #f6830d;
    display: inline-block;
    padding-top: 10px;
    line-height: 1.5;
    width: 100%;
}
.mainSections .col-sm-6 a:last-child {
    padding-top: 10px !important;
}
.mainSections .col-sm-6 p a:last-child {
    padding-top: 0 !important;
}
.pagination1 a {
    padding-top: 10px !important;
}
.pagination1 a:hover {
    color: #fff !important;
}
.pagination1 .active {
    color: #fff !important;
}
.blueSection .popularBlocks .col-sm-3:hover a {
    color: #ff9900;
}
.mainSections a:hover {
    color: #f6830d !important;
}
.blueSection {
    background-color: #eef2f6;
}
.popularBlocks .col-sm-3:nth-child(4n-3) {
    margin-left: 0;
}
.blueSection .popularBlocks .col-sm-3 {
    margin-left: auto;
    outline: medium none !important;
    width: auto;
}
.popularBlocks2 .col-sm-3 {
    width: 25% !important;
}
.popularBlocks .col-sm-3 {
    margin-left: 2%;
    padding-left: 0;
    padding-right: 0;
    width: 23.5%;
    margin-top: 40px;
}
.mask-wrapper::after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.blueSection .popularBlocks .col-sm-3 .mask-wrapper {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}
.mask-wrapper {
    cursor: pointer;
    position: relative;
    width: 100%;
}
.popularBlocks .col-sm-3 p {
    display: inline-block;
    line-height: 2;
    padding-top: 10px;
}
.popularBlocks .col-sm-3 p a {
    color: #424242;
}
.popularBlocks .col-sm-3 p a:hover {
    color: #f57c00;
}
.pop-star {
    background-image: url("../images/star.png");
    bottom: 10px;
    cursor: pointer;
    height: 16px;
    left: 20px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.pop-eye {
    background-image: url("../images/eye.png");
    bottom: 9px;
    height: 16px;
    left: 58px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.pop-visited {
    bottom: 0;
    color: #fff;
    display: block;
    left: 82px;
    line-height: 37px !important;
    padding-bottom: 0 !important;
    position: absolute;
    z-index: 2;
}
.mask-wrapper:hover::after {
    height: 100%;
    top: 0;
}
.mask-wrapper .pop-bg {
    height: 230px;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}
.pagination1 {
    margin-bottom: 20px;
    margin-top: 70px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.pagination1 .prev {
    background-image: url("../images/aleft.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    width: 8px;
}
.pagination1 .active {
    color: #fff !important;
}
.pagination1 .button1 {
    background-color: #f2f1ef;
    color: #424242;
    margin-left: 2px;
    margin-right: 2px;
    padding: 15px 20px;
}
.pagination1 .next {
    background-image: url("../images/aright.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    width: 8px;
}
.pagination1 .active {
    background-color: #ff9900;
    color: #fff;
}
.pagination1 .prev:hover {
    background-image: url("../images/aleft-orange.png");
}
.pagination1 .next:hover {
    background-image: url("../images/aright-orange.png");
}
.mainSections a {
    color: #424242 !important;
    padding-top: 0 !important;
}
.pagination1 a:hover {
    color: #fff !important;
}
.pagination1 .button1:hover {
    background-color: #ff9900;
    color: #fff;
}
.pagination1 a {
    padding-top: 10px !important;
}
.slick-prev::before, .slick-next::before {
    color: #ddd !important;
}
.articleContent table {
    background-color: transparent;
    width: 100%;
    font-size: 16px;
}
.articleContent table > tbody > tr:nth-of-type(2n),
.articleContent table > thead > tr:nth-of-type(2n),
.desc table > thead > tr:nth-of-type(2n) {
    background-color: #eef2f6;
}
.articleContent table > tbody > tr:nth-of-type(2n+1),
.articleContent table > thead > tr:nth-of-type(2n+1),
.desc table > thead > tr:nth-of-type(2n+1) {
    background-color: #f2f1ef;
}
.articleContent table > tbody > tr > td,
.articleContent table > thead > tr > th,
.desc table > thead > tr > th {
    border: 1px solid #fff;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
}
.articleContent table tr td p,
.desc table tr td p {
    padding-bottom: 0px;
}
.articleData {
    float: left;
    margin-right: 40px;
}
.mtm {
    margin-bottom: 30px;
    margin-top: -30px;
}
.mSocial {
    display: none;
}
.articleData li:first-child {
    background-image: url("../images/black-star.png");
    cursor: pointer;
    margin-right: 25px;
}
.articleData li:nth-child(2) {
    background-image: url("../images/black-eye.png");
    margin-right: 6px;
}
.articleData li {
    display: inline-block;
    height: 21px;
    list-style: outside none none;
    padding-right: 15px;
    vertical-align: middle;
    width: 24px;
}
.ulSocial li img {
    padding-right: 15px;
}
.ulSocial li {
    background-color: #5973a6;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline;
    list-style: outside none none;
    margin-right: 10px;
    padding: 7px 10px;
}
.articleContent {
    font-size: 16px;
    background-color: #fff;
    /*margin-bottom: 20px;*/
    /*padding: 50px 30px 30px;*/
    padding: 50px 30px 10px 30px;
}
.articleContent a {
    color: #ff9900 !important;
}
    .articleContent a.btn {
        color: #fff !important;
    }
.fullHelp {
    background-color: #eef2f6;
}
.fullHelp .col-xs-8 {
    margin-top: 20px;
    padding-right: 15px;
}
.fullItem {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.fullHelp .items {
    clear: both;
    margin-top: 30px;
    padding: 0;
}
.fullItem div:first-child {
    float: left;
    height: 377px;
    margin-right: 4%;
    overflow: hidden;
    position: relative;
    width: 40%;
}
.fullItem .desc {
    float: left;
    padding-right: 3%;
    width: 53%;
}
.fullHelp .row {
    margin: 0 auto;
}
.fullItem img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
}
.fullItem .desc h4 {
    font-size: 30px;
    padding-bottom: 25px;
    padding-top: 10px;
}
.fullItem .desc .price {
    font-size: 18px;
    padding-bottom: 15px;
}
.fullItem .desc .more, .items .more {
    background-color: #ff9900;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    width: 130px;
}
.fullHelp .items {
    clear: both;
    margin-top: 30px;
    padding: 0;
}
.fullHelp .items .col-sm-6:nth-child(2n-1) {
    margin-right: 4%;
}
.fullHelp .items .col-sm-6 {
    background-color: #fff;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    height: 550px;
}
.fullHelp .items .col-sm-6 .imgWrap {
    height: 225px;
    overflow: hidden;
    position: relative;
}
.fullHelp .items .col-sm-6 .imgWrap img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
}
.fullHelp .items .col-sm-6 .desc {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.fullHelp .items .col-sm-6 .desc h4 {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}
.fullHelp .items .col-sm-6 .price {
    font-size: 15px;
    padding-bottom: 20px;
}
.fullItem .desc .more, .items .more {
    background-color: #ff9900;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    width: 130px;
}
.fullHelp .items .col-sm-6 .desc h4 a:hover {
    color: #ff9900;
}
.desc .more:hover, .buttonWrapper a:first-child:hover {
    background-color: #f57c00;
}
.more a:hover {
    color: #f57c00;
}
.items .more {
    margin-bottom: 36px;
}
.ask-consult {
    margin-top: 20px;
}
.ask-consult .desc {
    color: #fff;
}
.ask-consult label {
    color: #fff;
}
.fln, .r-content .reg-form li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.ask-consult label {
    color: #fff;
}
.fln .form-control {
    border: medium none !important;
    outline: medium none !important;
}
.place_holder {
    color: #424242;
}
.fw {
    width: 100% !important;
}
.needHelp {
    background-color: #fff;
    margin-top: 34px;
    padding: 40px;
    text-align: center;
}
.needHelp h4 {
    font-size: 30px;
    padding-bottom: 36px;
}
.needHelp p {
    font-size: 21px;
    padding-bottom: 15px;
}
.needHelp p {
    font-size: 21px;
    padding-bottom: 15px;
}
.lightblue {
    color: #3498db;
}
.helpSection span, .lightblue {
    clear: both;
    display: block;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.sequenceTitle2 {
    clear: both;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.popularSection .item {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}
.orderService, .orderCall {
    background-color: #eef2f6;
    padding-bottom: 40px;
}
.orderCall .item {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.orderCall .col-sm-10 {
    line-height: 2;
}
.orderCall h5 {
    font-size: 18px;
    padding-bottom: 15px;
}
.orderCall .col-sm-10 p {
    padding-bottom: 5px;
}
.orderCall h5 {
    font-size: 18px;
}
.orderCall h5 img {
    padding-left: 15px;
}
.orderCall .col-sm-10 p {
    padding-bottom: 5px;
}
.orderCall a {
    color: #ff9900;
}
.orderCall a:hover {
    color: #f57c00;
}
.orderCall .lastItem {
    border: medium none;
}
.buttonWrapper {
    text-align: center;
}
.buttonWrapper a:first-child {
    background-color: #ff9900;
    margin-right: 10px;
}
.buttonWrapper a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    width: 175px;
}
.buttonWrapper a.blue {
    background-color: #3498db;
    margin-left: 10px;
}
.buttonWrapper a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    width: 175px;
}
.subscribeBlock .hTitle {
    clear: both;
    display: block;
}
.addComment {
    list-style: outside none none;
    margin: 0 auto;
    width: 50%;
}
.subscribeBlock *::-moz-placeholder {
    color: #000;
}
.addComment ul.col-sm-7 {
    list-style: outside none none;
    margin-bottom: 30px;
}
.addComment .col-sm-7 {
    padding-right: 0;
}
.addComment input, .addComment button {
    background-color: #f2f1ef;
    border: medium none;
    display: inline-block;
    height: 50px;
}
.dropdown, .dropup {
    position: relative;
}
.subscribeBlock .btn {
    font-size: 16px;
    padding: 11px;
}
.addComment textarea {
    background-color: #f2f1ef;
    border: medium none;
    height: 180px;
    margin-bottom: 40px;
}
.subscribeBlock textarea {
    color: #000;
}
.orderCall .col-sm-2 img {
    border-radius: 200px;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.fullHelp .items .col-sm-6 .desc h4 a {
    color: #424242;
}
.fullItem .desc h4 a:hover {
    color: #ff9900;
}
.fullItem .desc h4 a {
    color: #424242;
}
.help-img, .help-slider {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") repeat scroll center center;
    height: 420px;
}
.help-img .container {
    position: relative;
}
.s-title h2 {
    font-size: 30px;
    font-weight: lighter;
    margin-top: 2%;
    width: 50%;
}
.help-img .topTen {
    left: 0;
}
.topTen {
    background-color: #f5f5f5;
    font-size: 21px;
    left: 60px;
    padding: 20px;
    position: absolute;
    top: 40px;
    opacity: 0.9;
}
.help-img .topTen h3 {
    padding: 10px 0 25px 10px;
}
.help-img .topTen ul li::before {
    content: "-";
    display: block;
    left: -10px;
    position: absolute;
}
.help-img .topTen ul li {
    font-size: 21px;
    list-style: outside none none;
    margin-left: 24px;
    padding-bottom: 5px;
    position: relative;
}
.cs-nav .navbar-nav li, .cs-nav .navbar-nav li a {
    background: transparent none repeat scroll 0 0 !important;
}
.cs-nav .navbar-nav li {
    line-height: 40px;
    width: auto;
}
.cs-nav .navbar-nav .dropdown-menu {
    margin-top: 20px;
}
.cs-nav .navbar-nav .dropdown-menu li, .cs-nav .navbar-nav .dropdown-menu li a {
    color: #fff !important;
    width: 100%;
}
.cs-nav .navbar-nav li, .cs-nav .navbar-nav li a {
    background: transparent none repeat scroll 0 0 !important;
}
.cs-nav .navbar-nav li {
    line-height: 40px;
    width: auto;
}
.cs-nav .navbar-nav li a {
    line-height: 30px;
}
.sequenceTitle {
    clear: both;
    padding-bottom: 60px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
/*.sequence .col-sm-3:nth-child(4n-3) {
    clear: both;
}*/
.sequence .col-sm-3 {
    margin-bottom: 30px;
}
.sequence figure, .helpSection figure {
    border: 3px solid #6699cc;
    border-radius: 200px;
    display: block;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100px;
}
.sequence figure img {
    margin: 30px auto;
}
.sequence .col-sm-3 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.sequence .active figure {
    border: 3px solid #ff9900;
}
.serviceDetails {
    margin-bottom: 20px;
}
.serviceBox div:first-child {
    background: #f2f1ef none repeat scroll 0 0;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 15px 30px;
    padding-right: 15px;
    width: 100%;
}
.serviceBox div:nth-child(2) {
    display: none;
    padding: 10px 10px 20px 10px;
}
.serviceDetails div a, .serviceBox a {
    color: #424242;
    width: 90%;
    display: inline-block;
}
.serviceDetails span, .serviceBox span {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 24px;
}
.serviceDetails span, .serviceBox span {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 24px;
}
.fa, body {
    transition-duration: 300ms;
}
.form-control, .btn, .fa, a, li {
    outline: 0 none !important;
}
.sequenceCheck {
    list-style: outside none none;
    margin: 0 auto !important;
    overflow: hidden;
    width: 64% !important;
}
.sequenceCheck li {
    min-height: 55px;
    overflow: hidden;
    position: relative;
}
.sequenceCheck div:first-child {
    background-color: #3498db;
    border-radius: 200px;
    color: #fff;
    display: block;
    float: left;
    height: 45px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.sequenceCheck div:nth-child(2) {
    float: left;
    margin-left: 80px;
}
.sequenceTitle2 {
    clear: both;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.order {
    margin: 0 auto;
    width: 560px;
    cursor: pointer;
}
.order .col-sm-6:first-child {
    margin-right: 6%;
}
.order .col-sm-6 {
    background-color: #3498db;
    color: #fff;
    margin-bottom: 25px;
    padding: 20px;
    text-align: center;
    width: 47%;
}
.order h4 {
    font-size: 24px;
}
.order .price {
    font-size: 30px;
}
.order span {
    clear: both;
    display: block;
    padding-top: 3px;
}
.order .plus {
    clear: both;
    display: inline-block;
    font-size: 18px;
}
.order .checkbox {
    padding-left: 45%;
    text-align: left;
}
.checkbox {
    overflow: hidden;
}
.order .form-group {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.order .form-group input {
    border: medium none;
    height: 50px;
    line-height: 50px;
}
.buy {
    background-color: #4caf50;
    color: #fff;
    display: block;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.order .col-sm-6:hover {
    background-color: #0277bd;
}
.buy:hover {
    background-color: #398e3d;
    color: #fff !important;
}
.helpSection figure {
    border: 1px solid #8a98a3;
    height: 130px;
    width: 130px;
}
.helpSection figure img {
    margin: 47px auto;
}
.helpSection span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
}
.helpSection span {
    text-shadow: 0 0 #424242;
}
.helpSection span, .lightblue {
    clear: both;
    display: block;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.helpSection span:last-child {
    font-size: 15px;
}
.orderCall .sequenceTitle2 {
    padding-bottom: 60px;
}
.orderCall input {
    border: medium none;
    height: 50px;
    line-height: 50px;
}
.orderCall .button {
    background-color: #ff9900;
    clear: both;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 50px;
    margin: 20px auto 0;
    text-align: center;
    width: 165px;
}
.orderCall .button:hover {
    background-color: #f57c00;
}
.orderCall .button:hover, .buttonWrapper a:hover, .buttonWrapper a:hover {
    color: #fff !important;
}
.otherServices .col-sm-3 {
    cursor: pointer;
    margin-bottom: 40px;
    position: relative;
}
.otherServices .col-sm-3 a {
    color: #424242;
    display: block;
    overflow: hidden;
}
.otherServices .col-sm-3 a div {
    position: relative;
}
.otherServices .col-sm-3 span {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.otherServices .col-sm-3 img {
    cursor: pointer !important;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.otherServices .col-sm-3 a:hover div::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.otherServices .col-sm-3 a:hover {
    color: #ff9900;
}
.otherServices .col-sm-3 a:hover {
    color: #ff9900;
}
.otherServices .col-sm-3 img {
    cursor: pointer !important;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.popularSection .col-sm-9 h3 a {
    color: #424242;
}
.popularSection .col-sm-9 h3 a:hover {
    color: #f57c00;
}
.descr ul, .articleContent ul {
    display: inline-block;
    margin-left: 5%;
    padding-bottom: 10px;
}
.descr ol, .articleContent ol {
    display: inline-block;
    margin-left: 2%;
    padding-bottom: 10px;
}
.descr ul li, .descr ol li, .articleContent ul li, .articleContent ol li {
    padding-top: 10px;
}
.articleContent p{
    padding-bottom: 5px;
    padding-top: 10px; 
}
.service-separator {
    clear: both;
}
.order .active {
    background-color: #0277bd !important;    
}
.articleContent h3 {
    padding-bottom: 15px;
    padding-top: 25px;
}
.articleContent h4 {
    font-size: 20px;
}
.mainSections .mtm {
    font-size: 30px;
    margin-bottom: 0px;
}
.prniversity .shortLogo img {
    filter: none;
}
.searchDropdown .dropdown-menu .close {
    background: transparent none repeat scroll 0 0;
    float: right;
    font-size: 30px;
    height: 20px;
    opacity: 0.5;
    padding-right: 10px;
    text-align: right;
    height: 25px;
}
.searchDropdown .dropdown-menu .close:hover {
    color: #ff9900;
    opacity: 1;
}
.search-course-c input[type="text"] {
    border: 5px solid #f2f1ef !important;
    background-color: #fff !important;
}
.search-course-c input[type="text"]:focus {
    border: 1px solid #ff9900 !important;
}
.search-course-uni input[type="text"] {
    border: 5px solid #f2f1ef !important;
    background-color: #fff !important;
}
.search-course-uni input[type="text"]:focus {
    border: 1px solid #ff9900 !important;
}
.search-close-btn {
    cursor: pointer;
    float: right;
    font-size: 30px;
    height: 25px;
    opacity: 0.5;
    padding-right: 10px;
    position: relative;
    text-align: right;
    top: -47px;
}
.search-close-btn:hover {
    color: #f57c00;
    opacity: 1;
}
.psearchSubjects {
    width: 100%;
}
.search-course-uni .search-close-btn {
    top: -53px !important;
}
.search-course-uni .searchDropdown {
    top: -25px;
}
.searchBlock input[type="text"] {
    margin-top: 25px;
}
.searchBlock .search-close-btn {
    color: #000;
}
.searchBlock .search-close-btn:hover {
    color: #f57c00;
}
.psearchContent .subinfo {
    margin: 20px 0;
    padding-left: 0;
}
.psearchContent .subinfo strong{
    font-size: 16px;
}
.r-content h1 {
    font-size: 30px;
    padding-top: 40px;
}
.r-content h2 {
    font-size: 21px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.l-content h2 {
    padding-bottom: 25px;
    font-size: 25px;
}
.simpleTabBar h2 {
    padding: 0;
    margin: 0;
}
.hTitle {
    font-size: 30px;
}
.helpSection .col-sm-3 {
    word-break: break-all;
}
/*.sequence .col-sm-3 p {
    word-break: break-all;
}*/
/*.open > .dropdown-menu {
    -webkit-overflow-scrolling: touch;
}
.open > .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.open > .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/
.article-slider .container {
    position: relative;
}
.article-slider img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.menu-inside h2{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.menu-inside h2 a{
    color: #333 !important;
}
.top-buffer {
     margin-top:10px;
}
.one-star-success {
    background: rgba(0, 0, 0, 0) url("../images/black-star-orange.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.uni-country .col-sm-4:nth-child(3n){
    margin-left: 2%;
    margin-right: 0;
}
.uni-country .col-sm-4:nth-child(3n-1){
    margin-left: 2%;
    margin-right: 0;
}
.slick-dots button {
    background-color: #768693;
    border: 0 none;
    height: 12px;
    margin: 1px;
    width: 12px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    color: transparent;
}
.slick-dots .slick-active button {
    background-color: #ff9900;
    margin: 1px;
}
.unimain {
    display: none;
}
.fdr li div a {
	color:#ff9900;
}
.fdr li div a:hover {
    color: #f6830d;
}
.u-contacts li:hover > .u-contacts li a {
	color:#ff9900;
}
.u-contacts li:hover > .u-contacts-link {
    color:#ff9900;
}
.r-university-slider .carousel-indicators .active {
    display: none;
}
.psearch-checkbox {
    height: 250px;
    overflow: hidden;
}
.psearch-checkbox h4 span {
    float: right;
    font-size: 13px;
    font-weight: 400;
}
.searchBlock .open > .dropdown-menu-ul {
    border-top: 0 none;
    margin: 0;
}
.open > .dropdown-menu-ul {
    overflow: hidden;
    width: 100%;
}
.dropdown-menu-ul {
	background-color: #f2f1ef;
    border: 0;
	padding: 0;
}
.searchDropdown .dropdown-menu-ul a {
    padding: 10px 15px;
}
.dropdown-menu-ul .active a {
    background: #f2f1ef none repeat scroll 0 0 !important;
}
.dropdown-menu-ul > li > a {
    white-space: normal;
}
.dropdown-menu-ul a {
    border-bottom: 1px solid #bdbdbd;
}
.dropdown-menu-ul > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.horizontal-only {
    height: auto;
    max-height: 430px;
    width: 100%;
}
.formGroup5 input{
    margin-top: 0px !important;
}
.formGroup5{
    width: 50%;
}
.searchBlock h1{
    font-size: 30px;
}
.searchResults {
    background-color: #fff;
}
.fullHelp .row {
    margin: 0 auto;
}
.fullHelp .col-xs-8 h1 {
    font-size: 21px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.searchBox {
    background-color: #eef2f6;
    float: left;
    margin-bottom: 70px;
    margin-top: 60px;
    padding: 25px;
    width: 100%;
}
.searchBox .form-group:first-child {
    width: 25%;
}
.searchBox .form-group {
    display: block;
    float: left;
}
.searchBox .form-group:nth-child(2) {
    width: 68.5%;
}
.searchBox .form-group {
    display: block;
    float: left;
}
.searchBox .form-group {
    display: block;
    float: left;
}
.searchBox .form-group:nth-child(2) input {
    width: 100%;
}
.searchBox .searchDropdown button, .searchBox .form-group input {
    background-color: #fff;
}
.searchBox .searchDropdown button, .searchBox .form-group input, .searchBox .form-group button {
    border: medium none;
    height: 40px;
}
.searchBox .searchDropdown button {
    border-right: 2px solid #eef2f6;
}
.filterItems .btn {
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 2px;
    width: 24.7%;
}
.filterItems .btn-light-gray {
    background-color: #eef2f6;
}
.resultsContent {
    margin-top: 50px;
}
.resultItem h3 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 7px;
}
.resultsContent .itemTag {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
}
.itemUniversity {
    background-color: #768692;
}
.resultsContent .itemText {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 15px;
}
.itemProgramm {
    background-color: #3498db;
}
.itemArticle {
    background-color: #4caf50;
}
.searchResults .col-xs-4 {
    padding-right: 0;
}
.searchResults .pagination1 {
    clear: both;
    float: left;
    margin-bottom: -30px;
    margin-top: 10px;
}
.resultsContent .resultItem {
    margin-bottom: 50px;
}
.filterItems .btn:hover {
    background-color: #ff9900;
}
.resultItem h3 a {
    color: #424242;
}
.resultItem h3 a:hover {
    color: #ff9900;
}
.consult {
    margin-bottom: 10px; 
    padding: 0px; 
    border-bottom: 1px solid #fff;
}
.consult-logo {
    text-align: left; 
    padding: 0px; 
}
.consult .consult-logo img {
    max-height: 100%;
    max-width: 100%;
}
.consult-descr { 
    color: #fff;
    margin: 0px; 
    padding: 0px 0px 0px 10px;
}
.consult-logo-white {
    background-color: #fff;
}
.ask-title {
    margin-top: 15px; 
    margin-bottom: 15px;
}
.prniversity.desc br{display: block;margin: 0;}
.aboutContacts .items {
    margin-top: 50px;
}
.aboutContacts .items .col-sm-3:first-child {
    margin-left: 0;
}
.aboutContacts .items .col-sm-3 {
    background-color: #fff;
    margin-left: 2%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 23.5%;
}
.aboutContacts figure {
    border: 1px solid #8a98a3;
    border-radius: 200px;
    display: block;
    height: 130px;
    margin: 30px auto 22px;
    width: 130px;
    cursor: pointer;
}
.aboutContacts figure img {
    display: block;
    margin: 47px auto;
    cursor: pointer;
}
.aboutContacts a {
    color: #424242;
}
.aboutContacts .items .col-sm-3 span {
    box-sizing: border-box;
    clear: both;
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}
.aboutContacts a span:first-child, a.skype {
    color: #4fa6e0;
}
.aboutContacts .items .col-sm-3 span {
    box-sizing: border-box;
    clear: both;
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}
.colPhone h4 {
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}
.aboutContacts p {
    font-size: 15px;
    line-height: 2;
}
.colPhone .skype {
    display: inline;
    text-align: center;
    width: 100%;
    padding-left: 15px!important;
    padding-top: 10px!important;
    position: relative!important;
    top: 4px!important;
}
.colPhone .skype img {
    padding-right: 10px;
}
.contactMap {
    padding-bottom: 60px;
    padding-top: 20px;
}
.contactMap {
    background-color: #eef2f6;
}
.contactMap .contactText {
    background-color: #fff;
    bottom: 20px;
    font-size: 15px;
    left: 100px;
    line-height: 1.4;
    padding: 20px;
    position: absolute;
    top: 20px;
    width: 360px;
}
.contactMap .contactText h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
.contactMap .contactText a {
    clear: both;
    color: #ff9900;
    display: inline-block;
    padding-bottom: 25px;
}
.contactMap .container {
    position: relative;
}
.aboutContacts h1 {
    font-size: 25px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}     
.more {
    color: #3d87cb;
}
.right-info .news_item a:hover,.article-item h4 a:hover {
    color: #f90;
}
.article-item-title a {
    font-weight: 600;
    color: #333;
}
.article-item-title a:hover {
    color: #f90;
}
.desc a:hover, .article-item a:hover {
    color: #f90;
}
.article-item-title {
    margin-bottom: 15px;
}
.article-item-separate {
    margin-top: 15px;
}
.article-item img:hover {
    border: 1px solid #ccc;
}
.right-info .news a:hover {
    color: #23527c;
}
.back-white {
    background-color: #fff !important;
}
.simpleTabBar button {
    font-size: 15px;
}
.img-link:hover {
    border: 1px solid #ccc;
}
.rankingSections .searchTag .tagName {
    margin-bottom: 5px;
}
.rankingSections .searchTag .tagName:hover {
    background-color: #f90;
    color: #fff;
    cursor: pointer;
}
.rankingSections .searchTag .selected {
    background-color: #f90;
    color: #fff;
    cursor: pointer;
}
.r-content .desc p {
    margin-bottom: 10px;
}
.r-content .fdr {
    margin-bottom: 20px;
}
.title-wrap h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
}
.col-sm-separate {
    display: none;
}
.comment-wrap {
    float: left;
    margin: 0 20px 0 0;
}
.orderCall .comment-wrap img {
    border-radius: 200px;
    height: auto;
    max-width: 150px;
    width: 100%;
}
.orderCall .itemlastItem {
    margin-bottom: 20px;
}
.orderCall .col-sm-12 p {
    padding-bottom: 5px;
}
.orderCall .col-sm-12 {
    line-height: 2;
}
.articleContent h4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.secondDescription h3 {padding-bottom: 15px;}
.secondDescription .descr a {
    color: #f90;
}
.secondDescription .descr a:hover {
    color: #f57c00;
}
.main-ajax-data-box.active .ajax-data-box {
    opacity: 0.5;  
}
.main-ajax-data-box {
    position: relative;
}
.main-ajax-data-box .loader {
    display: none;
    height: 40px;
    left: 50%;
    margin-top: 40%;
    position: absolute;
    width: 40px;
}
.main-ajax-data-box.active .loader {
    display: block;
}
.u-whereGo .u-country {
    font-size: 14px;
}
.article-slider {
    padding-top: 40px;
}
.articleContent p{
    line-height: 1.62857;
}
.articleContent h2, .rankingSections .articleContent h2{
    padding-bottom: 15px;
    padding-top: 25px;
    font-size: 27px;
}
.mainContent h3.allSubjectsContentHeader {
    color: #424242;
}
.mainContent h3.allSubjectsContentHeader:hover {
    color: #f90;
}
.txt-blue {
    color: #3366ff;
}
.txt-red {
    color: #ff6600;
}
.u-recommend li p {
    font-size: 16px;
    margin-top: 10px;
}
.u-recommend p.title {
    text-align: center;
    margin-bottom: 10px;
}
.u-recommend p.title a {
    font-size: 22px;
    font-weight: 600;
    color: #424242;
}
.u-recommend p.title a:hover {
    color: #f90;
}
.u-recommend ul li:hover {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.u-recommend ul li p .btn {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80%;
}
.u-recommend ul li a.btn,.u-recommend ul li a.btn-orange {
    color: #fff;
}
.pageDesc h2 {
    margin-bottom: 0px !important;
    font-size: 20px !important;
    padding-bottom: 20px !important;
}
.ranking-menu ul li .selected {
    color: #f90 !important;
}
.mainSections .col-sm-4.all-subjects-right {
    margin-top: 0px;
}
.sequenceTitle {
    clear: both;
    padding-bottom: 60px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
.our-team .col-sm-4:nth-child(3n-2) {
    clear: both;
}
.our-team .col-sm-4 {
    margin-bottom: 30px;
}
.our-team .col-sm-4 a {
    color: #424242;
}
.our-team .col-sm-4 figure {
    position: relative;
}
.our-team .col-sm-4 figure .mask {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.our-team .col-sm-4 figure img {
    cursor: pointer;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.our-team .col-sm-4 h4 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 19px;
    text-align: center;
    width: 100%;
}
.our-team p {
    padding-bottom: 8px;
}
.our-team p {
    padding-bottom: 8px;
}
.com-banner-right {
    width: 100%;
    padding: 20px 5px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    position: relative;
    height: 250px;
    color: #fff;
}
.com-banner-right-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.com-banner-right-content {
    display: block; 
    width: 100%; 
    height: 60%; 
    position: absolute; 
    top: 25%; 
    left: 0;
}
.com-banner-right-text {
    font-weight: 600; 
    text-align: center;
    text-transform: uppercase; 
    font-size: 25px; 
    padding-left: 10%; 
    padding-right: 15%; 
    width: 100%; 
    left: 0; 
    color: #fff;
    margin-left: 0;
}
.com-banner-right-text a{
    color: #fff;
}
.com-banner-right:hover {
    border: 4px solid #f57c00;
    color: #fff;
    cursor: pointer;
}
.mobile-view {
    display: none !important;
}
.main-video .school-video .video-container {
    margin-top: 15px; 
    margin-left: auto; 
    margin-right: auto; 
    width: 70%; 
    max-height: 500px; 
    max-width: 700px; 
    padding-bottom: 36.25%;
}
.main-video .school-video .video-container .video-container iframe, .main-video .school-video .video-container object, .main-video .school-video .video-container embed {
    max-height: 500px;
}
.ad-process-steps {
    text-align: center;
    margin-bottom: 110px;
    padding-left: 10px;
    padding-right: 10px;
}
.ad-process-steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.ad-process-steps ul li {
    width: 12%;
    margin: 0;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
}
.ad-process-steps ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #bbbbbb;
    opacity: 1;
    color: #424242;
    float: left;
}
.ad-process-steps ul li a:hover {
    color: #ff9900;
    background-color: #ff9900;
}
.ad-process-steps ul li.active a {
    color: #ff9900;
    background-color: #ff9900;
}
.ad-process-steps ul li.active a .ad-process-steps-number {
    color: #fff;
}
.ad-process-steps ul li .ad-process-steps-number {
    font-size: 14px;
    text-align: center;
    color: #424242;
    display: inline-block;    
    margin-top: 10px;
}
.ad-process-steps ul li .ad-process-detail {
    font-size: 13px;
    position: absolute;
    left: -30px;
    width: 100px;
    text-align: center;
    top: 50px;
}
.ad-process-steps-mobile {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.ad-process-steps-mobile ul {
    margin-top: 5px;
}
.ad-process-steps-mobile ul li{
    padding-bottom: 0px;
}
.ad-process-steps-mobile ul li.active a{
    color: #ff9900;
}
.ad-process-steps-mobile ul li a:hover{
    color: #ff9900;
}
.ad-process-steps-mobile ul li a{
    color: #333;
    display: block;
}
.secondDescription .descr ul li {
    padding-bottom: 0;
}
.country-code button {
    width: 20%;
    display: inline-block;
}
.country-code input {
    width: 79.3%;
    display: inline-block;
}
.fullItem:hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.fullHelp .items .col-sm-6:hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.ifp-text-block {
    background: #fff;
    padding: 30px;
}
.ifp-text-block .col-sm-12 {
    margin-bottom: 40px;
}
.ifp-text-block .ifp-text-block-right .btn.btn-orange {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.ifp-text-block .ifp-text-block-left .btn.btn-orange {
    position: absolute;
    left: 15px;
    bottom: 0;
}
.ifp-text-block .video-container {
    margin-top: 0px;
    padding-bottom: 70%;
}
.ifp-text-block .ifp-text-block-right {
    position: relative;
    height: 280px;
}
.ifp-text-block .ifp-text-block-left {
    position: relative;
    height: 280px;
}
.ifp-text-block .col-sm-6 p {
    font-size: 16px;
}
.title-link {
    color: #424242;
    cursor: pointer;
}
.title-link:hover {
    color: #f57c00;
}
.title-wrap.title-wrap-main {
    width: 550px;
}
.title-wrap.title-wrap-main ul li {
    list-style: outside none none;
    font-size: 18px;
    padding-bottom: 10px;
}
.n-top-banner-slogan {
    font-size: 15px;
    vertical-align: bottom;
    color: #768693;
    padding-left: 0;
}
.n-top-logo-slogan {
    font-size: 18px;
}
.btn.btn-success.btn-header {
    font-size: 20px;
}
.n-top-banner {
    width: 42.33333333%;
    padding-top: 2.5%;
    padding-left: 0;
}
.n-top-logo img {
    width: 100%;
    max-width: 280px;
}
.n-top-phone-slogan {
    padding-top: 6.9%;
    padding-left: 0;
    width: 14.4%;
}
.n-top-logo {
    padding-top: 3.5%;
    width: 23%;
    padding-right: 10px;
}
.col-sm-1.n-top-number {
    padding-top: 3.5%;
    width: 16%;
}
.col-sm-2.n-top-number {
    padding-top: 3.5%;
    width: 18%;
}
.n-top-phone {
    padding-top: 1%;
    width: 26%;
}
.n-top-phone .n-top-phone-name {
    color: #768693;
    font-size: 15px;
    padding-right:10px;
}
.n-top-phone h4 {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.n-top-phone .n-top-phone-slogan{
    color: #768693;
    font-size: 15px;
}
.n-top-phone .btn-blue {
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
}
.n-top-phone .btn-blue span {
    width:100%;
    margin-bottom: 10px;
    color:#ff9900;
}
.n-top-number strong {
    color: #3498db;
    width: 100%;
    font-size: 26px;
    text-align: center;
    display: inline-block;
}
.n-top-number p {
    font-size: 15px;
    color: #768693;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.n-top-number .n-top-number-first {
    text-align:center;
}
.n-top-number strong span {
    color: #ff9900;
}
.n-top-banner .div-btn-header {
    margin-top: 30px;
    text-align: center;
}
.phone-top h4 {
    color: #424242;
    padding-bottom: 1px;
}
#header .phone-top #lang {
    font-size: 15px;
}
#header .n-top-phone-slogan span {
    font-size: 15px;
    vertical-align: bottom;
}
.modal-content .modal-footer .buy {
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    font-weight: 600;
}
.psearchItem .psearchItem-logo {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding-right:10px;
}
.psearchItem .psearchItem-logo .psearchItem-Thumb{
    max-height: 55px;
    width: auto;
}
.psearchItem .psearchItem-content {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.psearch .psearchItem .psearchItem-content .subtitle {
    text-align: left;
    line-height: 1.7;
    padding-bottom: 5px;
}
.psearch .psearchItem .psearchItem-content p {
    text-align: left;
    line-height: 1.7;
    padding-bottom: 5px;
}
.psearch .psearchItem .psearchItem-content .lowerControls {
    padding-top: 10px;
}
.psearch .psearchItem .psearchItem-content .lowerControls div {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}
.psearch .psearchItem .psearchItem-content .lowerControls div:first-child {
    padding-right: 5px;
}
.psearch .psearchItem .psearchItem-content .lowerControls div:last-child {
    padding-left: 5px;
}
.psearch .psearchItem .psearchItem-content .lowerControls div .btn-orange{
    vertical-align: top;
    margin-top: 0;
}
.psearch .psearchItem .psearchItem-content .lowerControls div .btn-blue{
    width: 100%;
    vertical-align: top;
}  
.psearchItem .psearchItem-fee {
    width: 18.9%;
    display: inline-block;
    vertical-align: top;
    text-align:right;
}
.psearchItem .psearchItem-fee p {
    margin-bottom:5px;
}
.psearchItem .psearchItem-fee .ctrls{
    width: 100%;
    margin-bottom:5px;
}
.psearchItem .psearchItem-fee .ctrls .oneControls{
    margin:0;
}
.psearchItem .psearchItem-fee .ctrls .oneControls li{
    margin:0;
}
.psearchItem .psearchItem-content .psearchItem-fee-xs {
    display: none;
}
.consultation-form {
    min-height: 695px;
    background: #eef2f6;
    padding: 15px;
    border-radius: 10px;
}
.consultation-form-textblock {
    min-height: 695px;
    background: transparent;
    margin-left: 3%;
    width: 47%;
    padding: 15px;
    border-radius: 10px;
    border-color: rgba(128, 128, 128, 0.2);
    border-style: solid;
}
.consultation-form-textblock h3.hTitle{
    color:#f57c00;
    font-size: 25px;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 20px;
}
.consultation-form-textblock ul{
    list-style: none;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 0;
}
.consultation-form-textblock ul li{
    clear: both;
    display: table;
    vertical-align: middle;
    text-align:left;
}
.consultation-form-textblock ul li p{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;
    text-align:left;
}
.consultation-form-textblock ul li img{
    float: left;
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    margin-right: 17px;
    max-width: none;
}
.is-sticky #fixheaderlogo {
    z-index: 10000 !important;
    width: 100% !important;
    border-bottom: 2px solid #eef2f6 !important;
    background: #fff !important;
    left: 0 !important;
    margin: 0 !important;
}
#fixheaderlogo .btn-close {
    display:none;
}
.is-sticky #fixheaderlogo .btn-close {
    /*position: absolute;
    top: 0;*/
    /*right: 0;*/
    width: 32px;
    height: 32px;
    margin: 0;
    /*background: #fff url(/images/close-min.png) center no-repeat;*/
    background: #fff;
    cursor: pointer;
    display: block;
    /*border: 2px solid #eef2f6;*/
    border: 2px solid #ccc;
    /*right: 25px;*/
    color: #768693;
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
    float: right;
}
.is-sticky #fixheaderlogo .btn-close:hover {
    cursor:pointer !important;
    color: #ff9900;
    border: 2px solid #ff9900;
}
.is-sticky #fixheaderlogo .fixheaderlogo-container {
    width: 1170px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
.is-sticky .n-top-phone .n-top-phone-name {
    text-align: left;
    float: left;
}
.is-sticky .phone-top .languages {
    float: left;
}
.is-sticky .phone-top h4 {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 0;
}
.is-sticky .n-top-phone .n-top-phone-slogan {
    text-align: left;
    float: left;
    width: 100%;
    padding-top: 0;
}
#helpInfoModal .modal-content {
    background-image: url('https://upload.educationindex.co.uk/img/popup/popup_background.jpg');
}
#helpInfoModal .modal-content .modal-header {
    border-bottom: 0;
}
#helpInfoModal .modal-content .modal-header .close,#helpFormModal .modal-content .modal-header .close {
    font-size: 25px;
    color: #ff9900;
    opacity: 1;
    margin: 0;
    padding: 0px 5px;
    border: 2px solid #ff9900;
    border-radius: 50%;
}
#helpInfoModal .modal-content .modal-header .close:hover,#helpFormModal .modal-content .modal-header .close:hover {
    color:#f57c00;
    border: 2px solid #f57c00;
}
#helpInfoModal .modal-content .modal-header .modal-header-help-info-content {
    width:100%;
    display: inline-block;
    text-align: center;
}
#helpInfoModal .modal-content .modal-header .modal-header-help-info-content img {
    max-width: 240px;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-1 {
    color: #768693;
    font-size: 16px;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-2 {
    margin-top: 50px;
    font-size: 18px;
    color: #f57c00;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-3 {
    margin-top: 10px;
    font-size: 25px;
    color: #f57c00;
    font-weight: 600;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-4 {
    margin-top: 10px;
    font-size: 18px;
    color: #f57c00;
}
#helpInfoModal .modal-footer {
    border-top: 0;
    padding-top: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#helpInfoModal .modal-footer p {
    text-align: center;
}
#helpInfoModal .modal-footer a {
    font-size: 18px;
    line-height: 35px;
    width: 70%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15%;
}
#helpFormModal .modal-content .modal-footer .btn {
    font-size: 18px;
    line-height: 35px;
    width: 49%;
    font-weight: 600;
    float: right;
    color: #424242 !important;
}
#helpFormModal .modal-content .modal-footer .btn.buy {
    font-size: 18px;
    line-height: 35px;
    width: 49%;
    font-weight: 600;
    float: left;
    color: #fff !important;
}

