@CHARSET "UTF-8";


body, html, p, a, span, h1, h2, h2, input, textarea {
	font-family: "PTSansRegular", sans-serif;
	font-size: 13px;
	line-height: 1.5;
}


a {
	text-decoration: none;	
}


b {
	font-family: "PTSansBold";
}

h2 {
	text-transform: uppercase;
	font-family: "PTSansBold";
}

h3 {
	font-family: "PTSansBold";
}

input,
textarea,
select {	
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
	padding: 3px 10px;
	border-radius: 5px;
	resize: none;
}	


input[type=checkbox] {
	position: relative;
	top: 1px;
}


.loader {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9) url(../img/ajax-loader.gif) center no-repeat;
	opacity: 0;	
}


.hidden {
	display: none !important;
}

.text-content {
	font-size: 120%;
	padding: 28px;
	background: #f0f1f2;
	border-radius: 4px;
}



.text-content p,
.text-content ul,
.text-content ol {
	margin: 0 0 1em;
	line-height: 1.5;
	font-size: 100%;
}


.text-content ul,
.text-content ol {
	padding-left: 2em;
}


.text-content ul {
	list-style: disc;
}

.text-content ol {
	list-style: decimal;
}


.text-content li {
	margin-bottom: 0.5em;
}


.text-content h2 {
	text-transform: none;
	font-size: 120%;
}

.text-content h1 {	
	font-size: 140%;
}

.text-content h1,
.text-content h2,
.text-content h3 {
	margin-bottom: 1em;
}


.text-content strong {
	font-family: 'PTSansBold';	
}

.text-content em {
	font-style: italic;
}



header {
	z-index: 100;
	position: relative;
	height: 106px;
	background: url(../img/header-bg.png) top left repeat;
	border-bottom: 2px solid #27ae60;	
}

body.index header {
	background: transparent;
	border: none;
}


header span,
header a,
header a:visited,
footer a,
footer a:visited {
	color: #fff;	
}

body.index header .content,
footer .row:first-child {
	border-bottom: 1px dotted #817f88;	
}

.content {
	margin: auto;
}


.edbox-logo {
	background: url(../img/logo.png) left center no-repeat;
	display: inline-block;
	font-family: "PTSansNarrowBold";
	font-size: 23px;
	text-decoration: none;
	height: 34px;
	padding-left: 46px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
}


.button {	
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #01bafd;
	background: #01bafd;
	line-height: 1;
	padding: 1em 2em;
	border-radius: 4px;
	font-family: "PTSansBold";
	transition: background-color 0.3s, border-color 0.3s;
	cursor: pointer;
}


.dropdown .main a.button,
.button {
	color: #fff;
}


.button.small {
	text-transform: none;
	font-family: "PTSansRegular";
	padding: 7px 25px;
}


.button.big {
	padding: 20px 100px;
	font-size: 150%
}

.button:hover {
	background-color: #0296cc;
	border-color: #0296cc;
}

.button.green {
	background: #27ae60;
	border-color: #27ae60;
}

.button.green:hover {
	background: #219251;
	border-color: #219251;
}


.button.disabled,
.button.disabled:hover {
	background: #dedede;
	border-color: #dedede;
	cursor: default;
}


.alert {	
	display: inline-block;
	text-transform: uppercase;	
	background: #01bafd;
	line-height: 1.5;
	padding: 20px 40px 20px 60px;	
	font-family: "PTSansBold";
	color: #fff;
	position: relative;	
	min-width: 200px;
}

.alert .close {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 120%;
}

.alert:before {
	position: absolute;
	left: 15px;
	top: 8px;
	font-family: 'FontAwesome';
	color: #fff;
	content: '\f05a';
	font-size: 220%;	
}

.alert.alert-success { background: #27ae60; }
.alert.alert-success:before { content: '\f058'; }

.alert.alert-warning { background: #ffb22f; }
.alert.alert-warning:before { content: '\f071'; }

.alert.alert-error { background: #ae2727; }
.alert.alert-error:before { content: '\f057'; }

 


#message-stack {
	position: fixed;
	z-index: 1000;
	top: 20px;
	right: 20px;
}

#message-stack .alert {
	margin-top: 10px;
	display: block;
}




header .edbox-logo {
	padding-top: 36px;
	padding-bottom: 36px; 	
}


#main {
	padding: 17px 0 80px;
}

.breadcrumbs {
	background: #f8f8f9;
	padding: 25px 0;
	font-size: 90%;
}

.breadcrumbs.no-bg {
	background: none;
}


.breadcrumbs li {
	display: inline-block;	
}

.breadcrumbs li:after {
	content: '\f105';
	font-family: 'FontAwesome';
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs span {
	color: #27ae60;
}

.breadcrumbs a {
	color: #242942;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.sections-menu {
	text-transform: uppercase;	
}

.sections-menu:after {
	content: '';
	display: block;
	clear: both;
}

.sections-menu > ul > li {
	display: block;
	float: left;
	padding: 0 16px;
	position: relative;
	height: 22px;
	line-height: 22px;
}


.sections-menu > ul > li:after {
	content: ':';
	position: absolute;
	right: 0;
	top: 0;
	color: #87878e;
}


.sections-menu > ul > li:last-child:after {
	display: none;
}


.sections-menu > ul > li.active {
	border-bottom: 2px solid #27ae60;
}


.dropdown {
	position: absolute;
	display: none;
}


.dropdown.opened {
	display: block;
}


.dropdown,
.dropdown.tip .inner {
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.dropdown.tip {
	box-shadow: none;
}


.dropdown .title {
	background: #27ae60;
	padding: 15px 27px;
	color: #fff;
	line-height: 1;
}

.dropdown .main {
	padding: 16px 18px;
	background: #fff;
}

.dropdown li a {
	white-space: nowrap;
	padding: 0.75em 2em;
	display: block;
	border-bottom: 1px solid #dedede;
	background: #fff;
	color: #000;
	text-transform: none;	
}

.dropdown .main a {
	color: #000;	
}

.dropdown .title,
.dropdown li:first-child a {
	border-radius: 5px 5px 0 0;
}

.dropdown .main,
.dropdown li:last-child a {
	border-radius: 0 0 5px 5px;
	border: none;
}

.dropdown li a:hover {
	color: #fff;
	background-color: #01bafd;
}

.dropdown.tip {
	padding-top: 7px;	
}

.dropdown.tip > .inner > .title:after,
.dropdown.tip li:first-child a:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px; 
	left: 20px;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotate(45deg);	
}


.dropdown.tip.tip-right > .inner > .title:after,
.dropdown.tip.tip-right li:first-child a:after {
	left: auto;
	right: 20px;
}

.dropdown.tip > .inner > .title:after {
	background-color: #27ae60;
}


.dropdown.tip li:first-child a:hover:after {
	background-color: #01bafd;
}


.sections-menu .dropdown {	
	margin-left: -16px;
}

.sections-menu li:hover .dropdown {
	display: block;
}

.sections-menu .dropdown a {
	color: #fff;
	background: #27ae60;
	border-color: #4ebd7d;	
}

.sections-menu .dropdown a:before {
	content: '\280F';
	transform: rotate(90deg);
	display: inline-block;
	position: relative;
	left: -5px;	
}

.sections-menu .dropdown.tip li:first-child a:after {
	background: #27ae60;
}

.sections-menu .dropdown a:hover,
.sections-menu .dropdown.tip li:first-child a:hover:after {
	background-color: #1c9b4c;
}


.cities-menu {
	text-align: right;	
}

.cities-menu ul,
.cities-menu li {
	display: inline-block;
}

.cities-menu li {
	padding-left: 10px;	
}

.cities-menu a:hover {
	color: #27ae60;
	text-decoration: underline;
}


header .sections-menu > ul > li {
	padding-top: 41px; 
	padding-bottom: 41px;	
}


header .sections-menu > ul > li:after {
	top: 41px;
} 


header .sections-menu .dropdown {
	margin-top: 41px;	
}




header .widgets {
	margin-top: 33px;
	text-align: right;
	position: relative;
	min-height: 42px;
}


header .widgets > div {
	display: inline-block;
	position: relative;
	text-align: left;
	margin-right: 10px;	
}

header .widgets > div:last-child {
	margin-right: 0;
}


header .register-widget .trigger {
	background: transparent;		
}

header .register-widget .trigger:before {
	content: '\f084';
	font-family: "FontAwesome";
	display: inline-block;
	padding-right: 10px;
	line-height: 0.95;
}


header .city-widget > span {
	cursor: pointer;	
}

header .city-widget > span:after {
	content: '\f107';
	font-family: "FontAwesome";
	display: inline-block;
	padding-left: 5px;
	font-size: 110%;
	
}


header .city-widget:hover .dropdown {
	right: 0;
	display: block;	
}

header .auth-widget .dropdown {
	right: 0;
}

header .auth-widget input {
	display: block;
	width: 100%;	
	margin-bottom: 8px;
}

header .auth-widget {
	white-space: nowrap;	
}

header .auth-widget .forgot {
	margin-right: 20px;
}

header .auth-widget .button.small {
	margin-left: 20px;
}


header .auth-widget .logged-in-user {
	overflow: hidden;
	position: relative;
}

header .auth-widget .logged-in-user .avatar {
	display: block;
	border-radius: 5px;
	height: 64px;
	width: 64px;
	float: left;
}


header .auth-widget .logged-in-user .logout {
	position: absolute;
	right: 18px;
	bottom: 16px;
}


header .widgets > div.search-widget {
	position: static;
}


header .search-widget form {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s;
}


header .search-widget.opened form,
header .search-widget:hover form {
	opacity: 1;
	z-index: 100;
}


header .search-widget .trigger,
header .search-widget button {
	border: none;
	color: #fff;
	background: none;
	font-size: 180%;
	cursor: pointer;
}



header .search-widget button {
	color: #2c2e42;
	position: absolute;
	top: 5px;
	right: 0;
}


header .search-widget input {
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 36px;
	border: none;
}


footer {
	background: #222639;
	color: #fff;
	border-top: 2px solid #27ae60;
}


footer .sections-menu li:first-child {
	padding-left: 0;	
}

footer .cities-menu {
	line-height: 34px;	
}

footer > .content .row:first-child {
	padding: 24px 0;	
}

footer .bottom {
	background: #1e2132;	
}


footer > .content .row:last-child,
footer .bottom .row {
	padding: 20px 0;
}

footer .contacts p {
	margin-top: 10px; 
}

footer h2 {
	text-transform: none;	
}

footer .sections h2 {
	font-size: 140%;
}

footer .contacts h2 {
	font-size: 120%;
}

footer .copyright {
	height: 30px;
	line-height: 30px;	
}

footer .social-links {
	text-align: right;
}


footer .social-links li {
	display: inline-block;
	margin-left: 20px;
}

footer .social-links li:first-child {
	margin: 0;
}


footer .social-links a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #27ae61;
	transition: background-color: 0.3s;
	color: #fff;
	line-height: 30px;
	font-family: "FontAwesome";
	text-align: center;
}


footer .social-links .vk a:before { content: '\f189'; }
footer .social-links .facebook a:before { content: '\f09a'; }
footer .social-links .instagram a:before { content: '\f16d'; }
footer .social-links .google-plus a:before { content: '\f0d5'; }


footer .social-links  a:hover {
	background-color: #219251;
}

footer .social-links li:nth-child(2n) a {
	background: #01bafd;
}

footer .social-links li:nth-child(2n) a:hover {
	background-color: #0296cc;
	
}




#intro {
	height: 700px;
	background: url(../img/intro-bg.jpeg) center no-repeat;
	z-index: 90;
	position: relative;	
	margin-top: -106px;
	color: #fff;
	text-align: center;	
}


#intro .title .line-1,
#intro .title .line-2 {
	text-transform: uppercase;
	font-family: "PTSansBold";		
}

#intro .title .line-1 {
	font-size: 320%;
	display: block;
}

#intro .title .line-2 {
	font-size: 270%;	
}


#intro p {
	padding-left: 70px;
	background: url(../img/find-enroll-learn.png) center left no-repeat;
	height: 52px;
	font-size: 110%;
	margin: 35px 0;	
}


#intro .content {
	padding-top: 230px;
	position: relative;
}


#intro .start-searching {	
	margin-top: 130px;
}

#about-subscribe {
	background: #f6f6f6;	
}

#about-subscribe .about {
	padding-top: 40px;
	background: none;
}

#about-subscribe .subscribe {
	background: #323a4f url(../img/subscribe-bg.png) center;
	padding: 0;
}


#about-subscribe .subscribe .title:after {
	content: '';
	display: block;
	clear: both;
}

#about-subscribe .subscribe .title .half {
	width: 50%;
	float: left;
	position: relative;
}

#about-subscribe .subscribe .title span {
	display: block;
	color: #fff;
	background: #219251;
	text-align: center;
	padding: 23px 0;
}

#about-subscribe .subscribe .title .half:last-child span {
	background: #27ae60;
	cursor: pointer;
}

#about-subscribe .subscribe .title ul {
	position: absolute;
	width: 100%;
	display: none;
}

#about-subscribe .subscribe .title .half:last-child:hover span {
	background: #01bafd;
}

#about-subscribe .subscribe .title > div:hover ul {
	display: block;
}

#about-subscribe .subscribe .title ul a {
	display: block;
	color: #fff;
	background: #27ae60;
	border-bottom: 1px solid #3dbb76;
	line-height: 40px;
	height: 40px;
}

#about-subscribe .subscribe .title ul a:hover {
	background: #21a455;	
}

#about-subscribe .subscribe .title li:last-child a {
	border: none;
}


#about-subscribe .subscribe .title ul a:before {
	content: '';
	display: block;
	background: #fff;
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-family: "FontAwesome";
	float: left;
	color: #21a455;
	border-color: #21a455;
	border-style: solid;
	border-width: 8px 11px 8px 11px;
	margin-right: 22px;
	text-align: center;
	font-size: 120%;
}


#about-subscribe .subscribe .title .vk a:before { content: '\f189'; }
#about-subscribe .subscribe .title .facebook a:before { content: '\f09a'; }
#about-subscribe .subscribe .title .instagram a:before { content: '\f16d'; }
#about-subscribe .subscribe .title .google-plus a:before { content: '\f0d5'; }


#about-subscribe .row {
	display: table;	
}

#about-subscribe .row > div {
	display: table-cell;
	float: none;
	vertical-align: top;
}

#about-subscribe form {
	color: #fff;
	text-align: center;
	padding: 44px 35px;
}

#about-subscribe h2 {
	margin-bottom: 20px;	
}


#about-subscribe input[type=email] {
	display: block;	
	background: transparent;
	width: 100%;
	border-color: #4f5465;	
	color: #fff;	
	margin: 25px 0;
}



.tile-gallery {
	text-align: center;
	padding: 45px 0;
}


.tile-gallery h2 {
	margin-bottom: 45px;
	font-family: "PTSansRegular";
	font-size: 200%;
}


.tile-gallery .title {
	text-transform: uppercase;
	font-family: "PTSansBold";
	color: #000;	
}


.tile-gallery li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
}


#product-lines li {
	position: relative;
	margin-bottom: 17px;	
}

#product-lines li a {
	padding: 7px 0 10px;
}

#product-lines li:before,
#product-lines li:after {
	content: '';
	position: absolute;
	z-index: 120;
	width: 21px;
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: #e8e8e8;
	left: 0;
	top: 0;
	bottom: 0;
}

#product-lines li:after {
	border-width: 3px 3px 3px 0;
	left: auto;
	right: 0;	
}


#product-lines li:hover:before,
#product-lines li:hover::after {
	border-color: #27ae60;
}


#product-lines li a {
	border: 3px solid #e8e8e8;
	position: relative;
	z-index: 100;
}


#product-lines .icon {
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
	background-image: url(../img/product-line-icons.png);
	background-repeat: no-repeat;	
}



#product-lines .general .icon { background-position: left -64px; }
#product-lines .business .icon { background-position: left -128px; }
#product-lines .for-kids .icon { background-position: left -192px; }
#product-lines .online .icon { background-position: left -256px; }
#product-lines .for-teachers .icon { background-position: left top; }
#product-lines .certification .icon { background-position: left -320px; }


#product-lines .general :hover .icon { background-position: right -64px; }
#product-lines .business :hover .icon { background-position: right -128px; }
#product-lines .for-kids :hover .icon { background-position: right -192px; }
#product-lines .online :hover .icon { background-position: right -256px; }
#product-lines .for-teachers :hover .icon { background-position: right top; }
#product-lines .certification :hover .icon { background-position: right -320px; }


#featured-schools ul {
	margin-bottom: 30px;
}

#featured-schools li {
	margin-bottom: 10px;
	text-align: center;
}

#featured-schools li a {
	display: block;
	border: 3px solid #e8e8e8;	
}

#featured-schools li a:hover {
	border-color: #27ae60;
	box-shadow: 0 7px 5px rgba(0,0,0,0.2);
}

#featured-schools .logo {
	display: block;
	padding: 25px 0;
	height: 90px;		
}

#featured-schools .logo img {
	display: block;
	margin: auto;
}

#featured-schools .title {
	display: block;
	padding: 20px 0;
	border-top: 1px #cecece dashed;
	
}


#top-rated-schools {
	background: #f6f6f6;	
}


#top-rated-schools ul {
	margin-bottom: 30px;
}

#top-rated-schools li {
	margin-bottom: 10px;
	text-align: left;
}

#top-rated-schools li a {
	display: block;
	background: #fff;
	border-color: #fff;
	border-width: 5px 0 5px 0;
	border-style: solid;
	height: 170px;
	padding: 40px 20px;
	position: relative;
}


#top-rated-schools li a:hover {
	border-color: #27ae60;
}

#top-rated-schools .logo {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	position: relative;
	margin-right: 7%;
}

#top-rated-schools .logo img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
} 

#top-rated-schools .rating-widget {
	font-family: "PTSansBold";	
}

#top-rated-schools .rating-widget .stars {
	font-size: 110%;
	margin-right: 0.5em;
}


#top-rated-schools .title {
	padding-right: 7%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}



#featured-reviews {
	height: 406px;
	background-color: #222639;
	background-image: url(../img/featured-reviews-bg.png);	
	background-position: center;
	box-sizing: border-box;
	text-align: center;
	color: #fff;	
}

#featured-reviews .content {
	position: relative;
} 



#featured-reviews h2 {
	margin-bottom: 45px;
	padding-top: 40px;
	font-family: "PTSansRegular";
	font-size: 200%;
	height: 40px;
}


#featured-reviews .avatar {
	display: inline-block;	
	width: 80px;
	height: 80px;
	padding: 18px;
	position: relative;
}


#featured-reviews .avatar:before,
#featured-reviews .avatar:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-color: #27ae60;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-radius: 50%;
	clip: rect(0, 116px, 116px, 58px);	
}

#featured-reviews .avatar:before {
	transform: rotate(60deg);
}

#featured-reviews .avatar:after {
	transform: rotate(210deg);
}

#featured-reviews .avatar span,
#featured-reviews .avatar img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;	
}


#featured-reviews .avatar span:after {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #27ae60;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}


#featured-reviews .author {	
	margin: 15px 0;
	font-family: "PTSansBold";
}


#featured-reviews .author,
#featured-reviews p {
	font-size: 140%;
}


#featured-reviews .slides {
	overflow: hidden;
}

#featured-reviews ul {
	height: 280px;
	width: 300%;	
	position: relative;
	left: -100%;
}


#featured-reviews li {
	width: 33.3333%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 33.3333%;
}


#featured-reviews li:nth-child(n+2) {
	display: none;
}

#featured-reviews li.left-from-current,
#featured-reviews li.right-from-current {
	display: block;
}

#featured-reviews li.right-from-current {
	left: auto;
	right: 0;
}


#featured-reviews li.left-from-current {
	left: 0;
}

#featured-reviews .nav {
	display: block;
	border-radius: 50%;
	font-family: 'FontAwesome';
	color: #fff;	
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	background: #27ae61;
	transition: opacity 0.3s;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 180%;
	padding: 0.2em;
}

#featured-reviews .nav:hover {
	opacity: 0.7;	
}


#featured-reviews .nav:before {
	content: '\f104';
	display: block;
	width: 100%;	
	position: relative;
	left: -1px;
	top: -1px;
}


#featured-reviews .nav.next {
	background-color: #01bafd;
	right: 0;
}

#featured-reviews .nav.next:before {	
	content: '\f105';
	left: 1px;
}


.sidebox.filter {
	border: 2px solid #f0f0f2;
	border-radius: 4px;
	font-family: "PTSansBold";
}

.sidebox.filter select,
.sidebox.filter span {
	font-family: "PTSansBold";
}


.sidebox.filter label {
	display: block;
	padding: 20px 25px;
	border-bottom: 2px solid #f0f0f2;
	border-top: 2px solid #f0f0f2;	
	font-size: 120%;
}


.sidebox.filter .form-group:first-of-type label {
	border-top: none;
}

.sidebox.filter select {
	border-radius: 0;
}

.sidebox.filter .text-field {
	display: block;
	margin: 10px;
}

.sidebox.filter .keyword-edit {	
	width: 100%;	
}


.input-group {
	display: block;
}

.sidebox.filter .input-group .option {
	display: block;
}

.input-group,
.sidebox.filter .checkbox-collection {
	margin: 0 10px;
}

.sidebox.filter .input-group .option,
.sidebox.filter .checkbox-collection td {
	padding: 10px 0;
	border-bottom: 1px dashed #f0f0f2;
	cursor: pointer;
}


.sidebox.filter .checkbox-collection tr:last-child td {
	border-bottom: none;
}

.sidebox.filter .checkbox-collection .caption {
	padding-left: 10px;
}


.sidebox.filter .submit-wrap {
	padding: 20px 0;
	text-align: center;
}


.course-list .heading,
.course-list .item {
	border: 2px solid #f0f0f2;
	border-radius: 4px;
	margin-bottom: 14px;
	padding: 25px 17px;
	color: #202020;
}

.course-list .heading:after,
.course-list .item:after {
	content: '';
	display: block;
	clear: both;
}

.course-list .item {
	display: block;
}

.course-list .item:hover {
	border-color: #27ae60;
}

.course-list .heading * {
	font-family: "PTSansBold";
}

.course-list h1 {
	float: left;	
}

.course-list h1 span {
	color: #219251;
}


.course-list .item > span {
	display: block;
	float: left;
	height: 60px;	
}

.course-list .school-logo {	
	width: 120px;
	text-align: center;
}

.course-list .school-name {
	margin-left: 10px;
	line-height: 60px;	
}

.course-list .price,
.course-list .item span.price {
	float: right;
	width: 100px;
}


.course-list .rating,
.course-list .item span.rating,
.course-list .reviews,
.course-list .item span.reviews {
	float: right;
	width: 100px;
	text-align: center;
	padding-right: 20px;	
}

.course-list .item span.rating {
	font-size: 90%;	
}


.course-list .item span.rating,
.course-list .item span.reviews {
	line-height: 60px;
}


.course-list .item .price {
	line-height: 1;	
	text-align: left;
}

.course-list .item .price span {
	display: block;
}

.course-list .item .price .amount {
	font-size: 140%;
	font-family: "PTSansBold";
	margin: 4px 0 0;
}


.module-menu {
	padding: 18px;
	border-bottom: 1px dashed #dedede;
	background: #f0f1f2;
}

.module-menu:after {
	content: '';
	display: block;
	clear: both;
}

.module-menu .button {
	display: block;
	float: left;
	margin-right: 24px;
}

.module-menu .button:last-child {
	margin-right: 0;
}


.sidebox.school-contacts {
	background: url(../img/school-contacts-bg.png);
	border-radius: 4px;
	padding: 40px 45px;
	color: #fff;	
}


.sidebox.school-contacts h2 {
	text-transform: none;
	font-size: 120%;
	margin-bottom: 1em;
}

.sidebox.school-contacts h3 {
	font-family: "PTSansBold";	
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	margin: 0.5em 0;	
}


.sidebox.school-contacts h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/school-detail-icons.png) center -3px no-repeat;
	width: 24px;
	height: 24px;
}

.sidebox.school-contacts .phones h3:before {
	background-position: center -37px;
}

.sidebox.school-contacts .website h3:before {
	background-position: center -67px;
}


.sidebox.school-contacts a {
	color: #27ae60;
	text-decoration: underline;
}

.sidebox.school-contacts a:hover {
	text-decoration: none;
}

.school-detail .heading {
	border-bottom: 1px dashed #dedede;
	padding-bottom: 40px;	
}

.school-detail .heading:after {
	display: block;
	content: '';
	clear: both;
}

.school-detail .heading .school-logo {
	display: block;
	float: left;
	margin-right: 25px;
}

h1.heading,
.school-detail .heading h1 {
	font-family: "PTSansBold";
	font-size: 180%; 	
}


.rating-widget {
	display: inline-block;	
}


.rating-widget .stars {		
	color: #c2c2c2;	
	font-size: 140%;
}

.rating-widget .stars.mark-1,
.rating-widget .stars.mark-2,
.rating-widget .stars.mark-3,
.rating-widget .stars.mark-4,
.rating-widget .stars.mark-5 {
	color: #ffb22f;
}


.rating-widget .stars.mark-1 i:nth-child(n+2),
.rating-widget .stars.mark-2 i:nth-child(n+3),
.rating-widget .stars.mark-3 i:nth-child(n+4),
.rating-widget .stars.mark-4 i:nth-child(n+5) { 
	color: #c2c2c2; 
}


.rating-widget a {
	margin-left: 10px;
	color: #01bafd;
	text-decoration: underline;
	font-size: 120%;
}


.rating-widget a:hover {
	text-decoration: none;
}



.school-detail h2 {
	margin: 25px 0;
}

.school-detail .features li {
	padding: 25px 0;
	border-bottom: 1px dashed #dedede;	
}


.school-detail .features li:last-child {
	border: none;
}

.school-detail .features li:after {
	content: '';
	display: block;
	clear: both;	
}


.school-detail .features li span {
	display: block;
}

.school-detail .features li span:first-child {
	float: left;	
	width: 50%;
}

.school-detail .features li span:first-child {
	font-family: "PTSansBold";
}

.school-detail .features li span {
	font-size: 110%;	
}

.school-detail .features .check {	
	float: right;
	width: 24px;
	height: 19px;
	background: url(../img/school-detail-icons.png) center -166px;		
}

.school-detail .features .value {
	clear: both;
}



.school-detail .prices .item,
.school-detail .locations .item {
	border: 2px solid #f0f0f2;
	border-radius: 4px;
	display: block;
	margin-bottom: 14px;
	padding: 14px 0;
	color: #202020; 	
}


.school-detail .prices .item:after {
	content: '';
	display: block;
	clear: both;	
}


.school-detail .discount-widget {
	float: right;
	margin-right: 17px;
	margin-bottom: 14px;
}

.school-detail .discount-widget .button {
	padding: 12px;
}

.school-detail .discount-widget > span {
	display: block;
	float: right;
}

.school-detail .discount-widget .comment {
	clear: both;
	color: #7a7a7a;
	margin-top: 5px;
}


.school-detail .prices .name {
	display: block;
	float: left;
	font-family: "PTSansBold";
	font-size: 150%;
	margin: 15px 0 0 17px;
}

.school-detail .prices .price {
	display: block;
	float: left;
	margin: 15px 0 0 15px;
	border-left: 2px solid #b1b1b1;
	line-height: 1;
	padding-left: 15px;
}

.school-detail .prices .price span {
	color: #00b07c;
	font-family: "PTSansBold";
	font-size: 150%;
}



.school-detail .prices .info {
	clear: both;
	border-top: 1px dashed #dedede;
	display: block;
	padding: 14px 17px 0 40px;
	position: relative;
}

.school-detail .prices .info:before,
.school-detail .locations .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	top: 15px;
	background: url(../img/school-detail-icons.png) center -100px no-repeat;
	width: 24px;
	height: 24px;
}

.school-detail .locations .item:before {
	background-position: center -134px;
	top: 13px;
}

.school-detail .locations {
	position: relative;
}

.school-detail .locations .item {
	padding-right: 17px;
	padding-left: 40px;
	position: relative;	
}


.school-detail .locations .item .show-on-map {
	display: block;
	float: right;
	color: #01bafd;
	border-bottom: 1px dashed;
	
}


.school-detail .locations .map {
	/*position: absolute;*/	
	width: 100%;
	height: 300px;
	height: 50vh;
	border-radius: 5px;
	visibility: hidden;
	margin-bottom: -300px;
	margin-bottom: -50vh;
}


.school-detail .locations .map.loaded {
	opacity: 0;
	max-height: 0;
	transition: opacity 0.3s, max-height 0.3s;
	visibility: visible;
	margin-bottom: 0;	
}


.school-detail .locations .map.loaded.visible {
	opacity: 1;
	max-height: 300px;
	max-height: 50vh;
	margin-bottom: 14px;
}


.school-image-block {
	margin-top: 25px;
}

.school-image-block:after {
	content: '';
	display: block;
	clear: both;
}

.school-image-block img {
	display: block;
	width: 100%;
}

.school-image-block .to-gallery {
	display: block;
	float: right;
	margin-top: 10px;
	color: #01bafd;
	text-decoration: underline;
}

.school-image-block .to-gallery:hover {
	text-decoration: none;
}


.image-gallery {
	margin-top: 20px;
}

.image-gallery ul:after {
	content: '';
	display: block;
	clear: both;
}

.image-gallery ul a,
.image-gallery ul img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.image-gallery ul a {
	transition: opacity 0.3s;
}

.image-gallery ul a:hover {
	opacity: 0.7;
}

.image-gallery li {
	margin-bottom: 10px;	
}


.courses-school-gallery .work-hours .to-address,
.courses-school-reviews .work-hours .to-address,
.courses-school-reviews .rating-widget a {
	display: none;
}


.school-reviews-widget ul {
	border-bottom: 2px solid #219251;
	margin-bottom: 20px;
}

.school-reviews-widget li {
	margin: 20px 0;
}

.school-reviews-widget li::after {
	content: '';
	display: block;
	clear: both;
}

.school-reviews-widget .col {
	padding-top: 10px;	
}


.school-reviews-widget .col:first-child {
	float: left;
}

.school-reviews-widget .col:last-child {
	padding-left: 80px;	
	/*border-top: 1px solid #e2e2e2;*/	
}


.school-reviews-widget .avatar {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 5px;
}

.school-reviews-widget .datetime {
	float: right;
}

.school-reviews-widget .datetime .date {
	color: #0296cc;
}

.school-reviews-widget .add-message textarea {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	height: 150px;
}

.school-reviews-widget .author {
	font-size: 120%;
	display: block;
}



.school-reviews-widget p {
	margin: 10px 0;
}

.school-reviews-widget .buttons a {
	margin-right: 10px;
}

.school-reviews-widget .answer .buttons .show-form,
.school-reviews-widget .buttons .cancel {
	color: #000;
	border-bottom: 1px dashed;
}


.school-reviews-widget form.add-message .fields {
	max-height: 0;
	transition: max-height 0.3s;
	overflow: hidden;
}

.school-reviews-widget form.add-message.active .fields {
	max-height: 200px;
}



.school-reviews-widget form.add-message .send,
.school-reviews-widget form.add-message .cancel,
.school-reviews-widget form.add-message.active .show-form {
	display: none;
}

.school-reviews-widget form.add-message.active .send,
.school-reviews-widget form.add-message.active .cancel {
	display: inline-block;
}

.school-reviews-widget form.add-message .rating {
	margin-bottom: 10px;
}

.school-reviews-widget form.add-message .stars {
	margin-left: 10px;
}

.school-reviews-widget form.add-message .stars i {
	cursor: pointer;
}



.social-media-auth .auth-links {
	text-align: center;
}


.social-media-auth {
	text-align: center;
}

.social-media-auth > span {
	display: block;
	color: #000;
	margin: 15px 0 10px;
}

.social-media-auth .auth-links a {
	display: inline-block;
	width: 1em;
	height: 1em;
	padding: 0.5em;
	border-radius: 5px;
	margin: 0 10px;
	font-size: 120%;
	line-height: 1em;
	background: #27ae60;	
	text-align: center;	
	transition: background-color 0.3s, border-color 0.3s;
}

.social-media-auth .auth-links a:before {
	font-family: 'FontAwesome';
	color: #fff;	
}

.social-media-auth .auth-links a.facebook:before { content: '\f09a'; }
.social-media-auth .auth-links a.vk:before { content: '\f189'; }
.social-media-auth .auth-links a.twitter:before { content: '\f099'; }
.social-media-auth .auth-links a.google:before { content: '\f1a0'; }


.social-media-auth .auth-links a:hover {
	background-color: #219251;
}

.page404 .heading,
.textpage .heading {	
	padding: 20px 0 0;	
}

.textpage .image-gallery,
.page404 .text-content,
.textpage .text-content {
	margin: 20px 0 30px;
}

.page404 > .content,
.textpage > .content {
	min-height: 50vmin;
}




#featured-text-pages li {
	background: #f6f6f6;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#featured-text-pages a {
	color: #202020;
}

#featured-text-pages a > span {
	display: block;
	width: 100%;
	overflow: hidden;	
}

#featured-text-pages a > span > span, 
#featured-text-pages a > span > img {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#featured-text-pages a > span > span {
	padding: 0 20px;
}


#featured-text-pages img {
	width: 400px;
	height: 300px;
	transition: opacity 0.3s;
}


#featured-text-pages a:hover img {	
	opacity: 0.7;
}



#featured-text-pages .thumb {
	height: 234px;
	background: #f0f1f2;
}

#featured-text-pages .title {
	border-top: 3px solid #25ab5d;
	height: 70px;
}

#featured-text-pages .content-brief {
	height: 65px;
}


#featured-text-pages .title span {
	text-transform: none;	 
	font-size: 140%;
}

#featured-text-pages a:hover .title span {
	color: #25ab5d;
	text-decoration: underline;
}


#featured-text-pages .title .content-brief {
	
}




.pagenav {
	text-align: right;
}

.pagenav > a,
.pagenav > span {
	display: inline-block;
	margin-right: 10px;
	padding: 8px;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;	
}

.pagenav a {
	color: #202020;	
}


.pagenav > a:last-child,
.pagenav > span:last-child {
	margin: 0;
}

.pagenav .nav:before,
.pagenav .page {
	background-color: #e5e5e5;	
}


.pagenav .page:hover,
.pagenav a.nav:hover:before {
	background-color: #27ae60;
	color: #fff;
}


.pagenav .page.active {
	background-color: #01bafd;
	color: #fff;
}


.pagenav .nav {	
	width: 20px;
	text-align: center;
	transition: opacity 0.3s;
	position: relative;
	margin: 0;
	padding: 8px 5px;
}


.pagenav .nav:before {
	content: '\f104';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;	
	border-radius: 50%;
	font-family: 'FontAwesome';	
}

.pagenav .nav.next:before {
	content: '\f105';
}



