@charset "utf-8";
/*
    Template Name    : Education World Single page
	Description		 : Responsive HTML5 Education and Multipurpose Template.
    Version          : 1.0
*/

/*

img{border: 0;margin: 0 0 0 0;padding: 0 0 0 0;}
ol, ul, li, p{text-align: justify; font-size: 16px; line-height: 25px; margin-bottom: 10px;}
================================================
/* Table of Content
==================================================

1. Fonts - Oswald, Roboto and Opensans
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. About Section
9. Courses
10. Faculty
11. Testimonials
12. Gallery
13. Partner Logos
14. Contact Us
15. Footer
16. Media Quries 



/* Logo */
#logo {display: inline-block;text-align: center;/* white-space: nowrap; */max-width: 100%;margin: 15px auto 30px;/* overflow: hidden; */}
#logo .emblem {display: inline-block;vertical-align: middle;text-align: center; }
#logo .caption {display: inline-block;vertical-align: middle;text-align: center;font-size: 2em;font-weight: bolder;white-space: normal;line-height: 1.2em;padding-left: 30px;}
#logo img {display: inline-block; max-width: 100px; max-height: 100px; }
#logo img+img {margin-left: 10px; }

@media screen and (max-width: 990px) {
	#logo .caption {text-align: center;padding-left: 0;margin-top: 15px;display: block;}
}

.affix #logo {display: none; }


#main_menu { }
#main_menu .navbar-collapse {text-align: center; float: none; }
#main_menu .navbar-nav {float: none; display: inline-block; }


.text_banners {display: flex;flex-wrap: wrap;align-items: stretch;}
.text_banners .item {display: inline-block;margin: 3px;vertical-align: middle;text-align: center;background: #ee1c23;padding: 5px;min-width: 320px;min-height: 68px;width: 31%;}
.text_banners .item a {display: block;height: 100%;color: #fff;background: #ee1c23;display: flex;align-items: center;border: solid 3px #fff;}
.text_banners .item a:hover {background: #fff; color: #ee1e24; }
.text_banners .item b {display: block;padding: 10px 15px;vertical-align: middle;max-width: 320px;line-height: 1em;text-align: center;width: 100%;}


#sv_on > i {font-size: 28px !important; }
#sv_on.active > i:before {content: "\f070";}


/* Banner Block */

#banners {
	background-color:#FFF;
	height: 60px;
	  box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
}

/*
================================================
1. Fonts - Oswald, Roboto and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*  font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;*/
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #ee1d23;
	text-decoration: none;
}
a, a:hover, a:active {
	outline: none;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}
.btn:hover {
	color: #2d2e2e;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.offset-top-60 {
	margin-top: 60px;
}
#scrool-top {
	background: #ee1d23 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}
#scrool-top i {
	color: #fff;
}
.show {
	display: block !important;
}
#scrool-top.show {
	opacity: 1;
}
.center {
	text-align: center;
}
.offset-top-60 {
	margin-top: 60px;
}
section {
	width: 100%;
	float: left;
	padding: 100px 0;
}
section h2 {
	border-left: 6px solid #ee1d23;
	padding: 0 0 0 20px;
	margin: 0 0 60px 0;
	position: relative;
	color: #2f2f2f;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
section h2 span {
	color: #ee1d23;
	font-size: 28px;
	font-weight: 700;
}
section h2::before {
	top: 26%;
	left: -2px;
	content: "\f0da";
	font-family: 'Fontawesome';
	display: inline-block;
	position: absolute;
	color: #ee1d23;
	font-size: 28px;
}
section1  {
	width: 100%;
	float: left;
	padding: 75px 0;
}
section1 h1 {
	margin: 0 0 0px 0;
	position: relative;
	color: #ee1d23;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
}

section1 h2 {
	margin: 0 0 0px 0;
	position: relative;
	color: #ee1d23;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
}
section1 h3 {
	margin: 0 0 0px 0;
	position: relative;
	color: #ee1d23;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}

/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url("/files/00215/img/loader.gif") no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
}
.top-wrapper {
	padding: 8px 0;
	background: #58595b;
}
.top-wrapper1 {
	padding: 8px 0;
	background: url("/files/00215/img/page_header_bg.jpg") no-repeat center center #fff;
	width: 100%;
	height: 220px;
	clear: both;
}

.top-wrapper ul {
	margin: 0;
	display: inline-block;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 15px;
	color: #fff;
	vertical-align:  middle;
}
.top-wrapper ul li a {
	color: #eeeef0;
	font-size: 14px;
}
.top-wrapper ul li a:hover {
	opacity: 0.8;
}
.top-wrapper li i {
	padding: 0 4px 0 0;
}
.top-wrapper ul.header-contact-info {
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 12px;
}
.top-wrapper ul.header-contact-info li {
	padding: 0 10px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.top-wrapper ul.header-contact-info li span {
	padding: 0 0 0 10px;
}
.top-wrapper ul.header-social-icons {
	margin: 0 0 0 10px;
}
.top-wrapper ul.header-social-icons li {
	padding: 0 0 0 4px;
}
.top-wrapper ul.header-social-icons li i {
	background: ;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	padding: 0;
}
.register-form, .login-form {
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 42px;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.6s ease 0s;
	visibility: hidden;
	width: 368px;
	z-index: -99;
}
.register:hover .register-form, .login:hover .login-form {
	margin-top: 0;
	transform: rotateX(0deg);
	visibility: visible;
	z-index: 99999;
}
.top-wrapper h4 {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}
.top-wrapper input {
	color: #ababab;
	font-size: 14px;
	/*height: 40px;
	line-height: 40px;*/
	height: 30px;
	line-height: 30px;
	padding-left: 5%;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px;
}
.top-wrapper .btn {
	background: #ee1d23;
	border: 0 none;
	color: #ffffff;
	float: right;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}
/*
================================================
5. Logo Bar 
================================================
*/
.affix + .banner-wrapper {
	margin-top: 94px;
}
.logo-bar {
	float: left;
	padding: 20px 0;
	width: 100%;
	background: #fff;
}
.logo-bar.affix {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
	top: 0;
	z-index: 999;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
/*
================================================
6. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 12px 0 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
}
.navbar-brand {
	display: none;
}
.navbar-nav > li {
	padding: 0 0 0 10px;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 5px 0;
	border-bottom: solid 2px transparent;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
}
.nav > li > a {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #ee1d23;
	border-bottom: solid 2px #ee1d23;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:focus:before, .navbar-default .navbar-nav > .active > a:hover:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -8px;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #ee1d23;
	border-bottom: solid 2px #ee1d23;
}
.navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:hover:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -8px;
	font-size: 14px;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.banner-wrapper .fade-carousel {
	position: relative;
	height: 490px;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	height: 490px;
}
.banner-wrapper .fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 12px;
	height: 12px;
}
.banner-wrapper .fade-carousel .carousel-indicators > li.active {
	width: 12px;
	height: 12px;
}
.hero {
	position: absolute;
	bottom: 5%;
	left: 36%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}
.banner-wrapper .carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 58px;
	margin: 0 0 15px 0;
	display: inline-block;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-variant: 58px;
}
.hero h1 span {
	font-weight: 300;
	font-size: 42px;
}
.hero h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 30px 0;
	color: #fff;
	
}
.hero a {
	background: #ee1d23;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.hero a i {
	padding: 0 0 0 10px;
}
.banner-wrapper .carousel .item.active .animated1 {
	animation: 1s ease-in 500ms normal both 1 running flipInX;
}
.banner-wrapper .carousel .item.active .animated2 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}
.banner-wrapper .carousel .item.active .animated3 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}

.banner-wrapper .carousel-control.right, .banner-wrapper .carousel-control.left {
	background-image: inherit;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {
	height: 590px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before , .fade-carousel .slides .slide-4:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
}
.fade-carousel .slides .slide-1 {
	background-image: url("/files/00215/img/slide.jpg");
}
.fade-carousel .slides .slide-2 {
	background-image: url("/files/00215/img/slide.jpg");
}
.fade-carousel .slides .slide-3 {
	background-image: url("/files/00215/img/slide.jpg");
}
.fade-carousel .slides .slide-4 {
	background-image: url("/files/00215/img/slide75.jpg");
}
.banner-wrapper .carousel-control {
	width: 6%;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	border: 1px solid #f0efeb;
	border-radius: 60px;
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
/*
================================================
8. About Section
================================================
*/
.about-us {
	background: url("/files/00215/img/about_us.jpg") repeat left top;
}
.about-us img {
	width: 100%;
	height: auto;
	border: solid 6px #fff;
}
.about-us p {
	margin: 0 0 12px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.about-us .about-callouts .callout {
	margin-top: 60px;
}
.about-us .about-callouts .icon img {
	background: #fff;
	border: solid 1px #b7b7b7;
	border-radius: 5px;
	padding: 0 10px;
}
.about-us .about-callouts h3 {
	color: #3e3e3e;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.about-us .about-callouts p {
	padding: 0;
}
.about-us .more {
	background: #ee1d23;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	
}
.about-us .nav-tabs {
    border-bottom: none;
}
.about-us .nav-tabs > li.active > a, .about-us .nav-tabs > li.active > a:focus, .about-us .nav-tabs > li.active > a:hover {
    background: #ee1d23;
    border: solid 1px #ee1d23;
    color: #fff;
}


/*
================================================
8.1. About Section
================================================
*/
.about-us1 {
	/* background: url("/files/00215/img/about_us.jpg") */
}
.about-us1 img {
	width: 70%;
	height: auto;
	background: #fff;
	border: solid 1px #b7b7b7;
	border-radius: 5px;


}
.about-us1 p {
	margin: 0 0 12px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}


.about-us1 .about-callouts .callout {
	margin-top: 60px;
}
.about-us1 .about-callouts h1 {
	color: #ee1d23;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
}
.about-us1 .about-callouts h2 {
	color: #3e3e3e;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.about-us1 .about-callouts h3 {
	color: #3e3e3e;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}


.about-us1 ul ul {margin-left: 1.3em;}

.about-us1 .level_0 {list-style-type: none; padding-left: 12px; color: #000; }


.about-us1 .level_1 {list-style-type: none; padding-left: 15px;  }
.about-us1 .level_2 {list-style-type: none; padding-left: 17px; }
.about-us1 .level_3 {list-style-type: none; padding-left: 19px; }
.about-us1 .level_4 {list-style-type: none; padding-left: 21px; }
.about-us1 .level_5 {list-style-type: none; padding-left: 24px; }


.about-us1 .reference table{border:0px;border-collapse:collapse;}
.about-us1 .reference table td{padding:10px; }
.about-us1 .reference table tr{margin: 0 0 0 0;padding: 0 0 0 0;}
/*
================================================
9. Courses
================================================
*/
.courses .course-list {
	margin: 0 15px 0 0;
}
.courses .heading-icon {
	border: dashed 1px #acacac;
	text-align: center;
	padding: 36px 0;
	margin: 0 0 36px 0;
}
.courses .heading-icon h3 {
	color: #ee1d23;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.courses .heading-icon .icon {
	background: #58595b;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin: 0 0 36px 0;
}
.courses .heading-icon .icon i {
	color: #fff;
	font-size: 60px;
	line-height: 160px;
}
.courses .course-list:hover .heading-icon {
	background: #88b816;
	border: solid 1px #88b816;
}
.courses .course-list:hover .heading-icon h3 {
	color: #fff;
}
.courses .course-list:hover .heading-icon .icon {
	background: #fff;
}
.courses .course-list:hover .heading-icon .icon i {
	color: #88b816;
}
.courses .course-cnt h4 {
	font-size: 16px;
	font-weight: 600;
}
.courses .course-cnt .course-details p {
	color: #000;
	font-weight: 600;
}
.courses .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.courses .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 36px;
	width: 36px;
}
.courses .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	right: 15px;
	top: -72px;
}
.courses .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(https://parue.minskedu.gov.by/files/00215/img/circle_left.png) no-repeat left top;
}
.courses .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(https://parue.minskedu.gov.by/files/00215/img/circle_right.png) no-repeat left top;
}
/*
================================================
10. Faculty
================================================
 */
.faculty {
	background: #f6f6f6;
}
.faculty .img-box a {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}

.faculty .img-box h4 {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.faculty .img-box p {
	margin: 0 0 10px 0;
	color: #fff;
}
.faculty img {
	width: 100%;
	height: auto;
}
.faculty .img-box {
	opacity: 1;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
}
.faculty .img-box:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	bottom: 100%;
	content: '';
	background-color: rgba(238, 29, 35, 0.9);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.faculty .img-box:hover:before {
	bottom: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.faculty .img-box .text-center {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 0 30px;
}
.faculty .img-box:hover .text-center {
	opacity: 1;
}
.faculty .owl-carousel .item {
	margin: 0 15px;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url("/files/00215/img/circle_left.png") no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0 2px 0 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url("/files/00215/img/circle_right.png") no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: 50%;
	right: 0;
}
.faculty .owl-pagination {
	display: none;
}
.faculty .more {
	background: #ee1d23;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	
}
/*
================================================
11. Testimonials
================================================
*/
.testimonials {
	padding-bottom: 0;
}

.testimonials .nav-tabs {
	border-bottom: none;
}
.testimonials .nav-tabs > li > a {
	font-size: 22px;
	color: #58595b;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 20px 60px;
	border: solid 1px #959595;
	margin: 0;
	border-radius: 0;
}
.testimonials .nav-tabs > li.active > a, .testimonials .nav-tabs > li.active > a:focus, .testimonials .nav-tabs > li.active > a:hover {
	background: #ee1d23;
	border: solid 1px #ee1d23;
	color: #fff;
}
.testimonials .nav > li > a:focus, .testimonials .nav > li > a:hover {
	background-color: #ee1d23;
	border: solid 1px #ee1d23;
	color: #fff;
}
.testimonials .item {
	padding: 80px 80px 0 80px;
}
.testimonials h4 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.testimonials h4 strong {
	color: #f00028;
	font-size: 22px;
	text-transform:uppercase;
}
.testimonials h4 span {
	font-weight: 400;
}
.testimonials p {
	line-height: 24px;
}
.testimonials .tes-img {
	text-align: center;
	margin: 30px 0 0 0;
	background: url(../images/tes-img-border.png) no-repeat center bottom;
	padding: 0 0 45PX 0;
}
.testimonials .tes-img img {
	background: #e2e3df;
	border-radius: 50%;
}
.testimonials .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 36px;
	width: 36px;
	top: 34%;
	position: absolute;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url("/files/00215/img/circle_left.png") no-repeat left top;
	left: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url("/files/00215/img/circle_right.png") no-repeat left top;
	right: 0;
}
#accordion-first {
	margin: 60px 0 0 0;
}
#accordion-first .accordion-group {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 10px;
}
.accordion-inner {
	padding: 6px 0 0;
}
#accordion-first .accordion-heading {
	border-bottom: 0px none;
	font-size: 16px;
}
#accordion-first .accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	padding: 5px 0px !important;
	color: #000000;
	outline: medium none !important;
	text-decoration: none;
	font-weight: 600;
}
#accordion-first .accordion-heading .accordion-toggle.active {
	color: #ee1d23;
}
#accordion-first .accordion-heading .accordion-toggle > em {
	color: #000000;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	float: right;
}
/*
================================================
12. Gallery
================================================
*/
.gallery {
	padding-bottom: 0;
}
.gal-container {
	padding: 0;
	display: inline-block;
	margin: 0 0 100px 0;
}
.gal-item {
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.gal-item::before {
	background: rgba(238, 29, 35, 0.8) none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	left: -20px;
	opacity: 0;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all 0.35s ease-out 0.2s;
	visibility: hidden;
	z-index: 1;
}
.gal-item:hover::before {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}
.gal-item .caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-10%);
	transition: all 0.35s ease-out 0s;
	visibility: hidden;
	z-index: 2;
	text-align: center;
	color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gal-item:hover .caption, .gal-item:hover .caption {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.gal-item .caption::before, .gal-item .caption::before {
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.35s ease-out 0s;
}
.gal-item:hover .caption::before, .gal-item:hover .caption::before {
	bottom: 20px;
	left: 20px;
	right: 20px;
	top: 20px;
}
.gal-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a i {
	color: #fff;
	font-size: 30px;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
/*
================================================
13. Partner Logos
================================================
*/
.partner-logos .item {
	margin: 0 15px;
}
.partner-logos .logo-bg {
	border: dashed 1px #969696;
	width: 220px;
	height: 220px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
	margin: 0 auto;
}
.partner-logos .logo {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 350px;
	text-transform: uppercase;
	background: #f2f2f2;
	color: #525252;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	line-height: 190px;
}
.partner-logos .item:hove .logo-bgr {
border:dashed 1px #ee1d23;
}
.partner-logos .item:hover .logo {
	background: #ee1d23;
	color: #fff;
}
.partner-logos .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.partner-logos .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 41px;
	width: 41px;
	top: 34%;
	position: absolute;
	border-radius: 0;
}
.partner-logos .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url("/files/00215/img/circle_left.png") no-repeat left top;
	left: 0;
}
.partner-logos .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url("/files/00215/img/circle_right.png") no-repeat left top;
	right: 0;
}
/*
================================================
14. Contact Us
================================================
*/
.contactus {
	padding-bottom: 0;
}
.contactus .contact-list {
	border: solid 1px #dfdfdf;
	padding: 0 26px 0 26px;
	margin: 24px 0 0 0;
	min-height: 300px;
}
.contactus .contact-list .contact-icon {
	padding: 10px;
	border: solid 1px #f6f6f6;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: inline-block;
	margin: -44px 0 24px 0;
}
.contactus .contact-list i {
	color: #ee1d23;
	background: #f6f6f6;
	font-size: 42px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 50%;
}
.contactus .contact-list h3 {
	text-align: center;
	color: #ee1d23;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.contactus .contact-list h4 {
	border-bottom: dashed 1px #ee1d23;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.contactus .contact-list p {
	font-size: 14px;
	color: #58595b;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.contactus .contact-list a {
    text-decoration:none;}

.contactus .more {
	background: #ee1d23;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	
}

/* Form */
.form .txt[type="text"], .txt[type="password"], .txt[type="email"] {
	border: none;
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	width: 100%;
	background: #f6f6f6;
}
.form .txt_3 {
	margin: 10px 0 0;
	padding: 10px 0 10px 10px;
	width: 100%;
	background: #f6f6f6;
	border: none;
}
.form .txt2[type="submit"] {
	background: #ee1d23;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	line-height: 40px;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
	width: 30%;
	float: right;
}
.form txt2:hover {
	background: #fff;
	color: #2d2e2e;
	transition: all 0.5s ease 0s;
}
/* Google Map*/
div.google-map {
	width: 100%;
	float: left;
}
div.google-map iframe {
	height: 484px;
	width: 100%;
	border: none;
}
/* Subscribe */
.subscribe {
	background: #58595b;
	padding: 85px 0 70px;
	width: 100%;
	float: left;
	text-align: center;
	margin: 100px 0 0 0;
}
.subscribe h3, .subscribe p {
	color: #fff;
}
.subscribe input.form-control {
	width: 77%;
	float: left;
	border: none;
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	box-shadow: none;
}
.btn-1 {
	background: #ee1d23;
	border: medium none;
	border-radius: 0;
	color: #fff;
	padding: 12px 0;
	text-transform: uppercase;
	margin: 0;
	float: left;
	width: 23%;
}
.btn-1:hover, .btn-1:active, .btn-1:focus {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}
/*
================================================
15. Footer
================================================
*/
footer {
	background: #464646;
	padding: 20px 0;
	width: 100%;
	float: left;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 14px;
}




.breadcrumbs {text-align: left; font-size: 0.85em; color: #666; margin: 10px auto 0; }
	.breadcrumbs a {}
	



/* Cool-Table */
.cool-table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	overflow-x: auto;
	display: inline-block;
}

.cool-table td {
	border: 1px solid #f4777b;
	padding: 8px 5px;
}

.cool-table tr:nth-child(odd) {
	background: rgba(251, 214,215,0.3);
}

.cool-table tr:first-child,
.cool-table thead tr {
	background: rgba(238, 29,35);
	color: #fff;
	text-align: center;
	
	border: 1px solid #f4777b;
}

.cool-table tr:first-child td,
.cool-table th {
	padding: 15px 5px;
}

.cool-table tr:hover {background:#FBD6D7;color: #000;}


	 
	 
	
/*
================================================
16. Media Quries 
================================================
 */
@media (min-width: 992px) and (max-width: 1024px) {
.navbar-nav > li {
	padding: 0 0 0 28px;
}
.top-wrapper ul.header-contact-info li:last-child {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav > li {
	padding: 0 0 0 16px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
}
.banner-wrapper .fade-carousel {
	height: 300px;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	height: 300px;
}
.banner-wrapper .fade-carousel .slides .slide-1, .banner-wrapper .fade-carousel .slides .slide-2, .banner-wrapper .fade-carousel .slides .slide-3 {
	height: 300px;
}
.hero {
	position: absolute;
	bottom: 5%;
	left: 36%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}
.banner-wrapper .carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 24px;
	margin: 0 0 5px 0;
	display: inline-block;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-variant: 12px;
}
.hero h1 span {
	font-weight: 300;
	font-size: 24px;
}
.hero h3 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 30px 0;
	color: #fff;
	
}
.hero a {
    font-size: 15px;
	background: #ee1d23;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
}
.hero a i {
	padding: 0 0 0 2px;
}

.about-us .about-callouts .icon {
	margin-bottom: 20px;
}
.about-us .about-callouts img {
	width: auto;
	margin: 0;
}
.about-us1 img {
	width: auto;
	margin: 0;
}
.about-us .nav-tabs > li > a {
	font-size: 16px;
	padding: 10px 15px;
}
.about-us .nav-tabs > li > a {
	font-size: 16px;
	padding: 10px 15px;
}




.testimonials .nav-tabs > li > a {
	font-size: 16px;
	padding: 10px 15px;
}
.testimonials .nav-tabs > li > a {
	font-size: 16px;
	padding: 10px 15px;
}
}

@media (max-width: 767px) {
.navbar-brand {
	display: block;
	height: auto;
}
.navbar {
	margin: 0;
}
.navbar-toggle {
	margin-top: 26px;
}
.navbar-collapse {
	background: #f5f5f7;
	float: none;
}
.navbar-nav > li:first-child {
	padding-left: 30px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	border-bottom: none;
}
.navbar-default .navbar-nav > .active > a::before, .navbar-default .navbar-nav > .active > a:focus::before, .navbar-default .navbar-nav > .active > a:hover::before, .navbar-default .navbar-nav > li > a:focus::before, .navbar-default .navbar-nav > li > a:hover::before {
	content: "";
}
.banner-wrapper .fade-carousel {
	height: 200px;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	height: 200px;
}
.banner-wrapper .fade-carousel .slides .slide-1, .banner-wrapper .fade-carousel .slides .slide-2, .banner-wrapper .fade-carousel .slides .slide-3 {
	height: 200px;
}
.hero {
	position: absolute;
	bottom: 5%;
	left: 40%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}


.hero h1 {
	font-size: 16px;
	margin: 0 0 5px 0;
	display: inline-block;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-variant: 16px;
}
.hero h1 span {
	font-weight: 100;
	font-size: 16px;
}
.hero h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
	display: inline-block;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-variant: 14px;
}
.hero h3 {
	font-size: 10px;
	line-height: 10px;
	font-weight: 100;
	padding: 0;
	margin: 0 0 10px 0;
	color: #fff;
	
}
.hero a {
    font-size: 10px;
	background: #ee1d23;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
}
.hero a i {
	padding: 0 0 0 2px;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	border: 1px solid #f0efeb;
	border-radius: 40px;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
section h2 {
	font-size: 18px;
}
section h2 span {
	font-size: 16px;
}
section h2:before {
	top: 23%;
}
.about-us img {
	margin-top: 30px;
}
.about-us1 img {
	margin-top: 30px;
}
.about-us h2 {
	font-size: 24px;
}
.about-us h2 span {
	font-size: 26px;
}
.about-us .about-callouts .icon {
	margin-bottom: 20px;
	text-align: center;
}
.about-us .about-callouts img {
	width: auto;
	margin: 0;
}

.about-us .more {
    background: #ee1d23;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
}
.about-us .nav-tabs > li > a {
	font-size: 12px;
	padding: 10px 15px;
}
.about-us .nav-tabs > li > a {
	font-size: 12px;
	padding: 10px 15px;
}
.testimonials .nav-tabs > li > a {
	font-size: 12px;
	padding: 10px 15px;
}
.testimonials .nav-tabs > li > a {
	font-size: 12px;
	padding: 10px 15px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
}
.testimonials .item {
	padding: 20px 20px 0;
}
div.google-map iframe {
	height: 250px;
}
div.google-map {
	margin: 20px 0 0;
}

.ya-page_js_yes .ya-site-form_inited_no { display: none; }

}

/* ****** */
.search_field {border: 2px solid rgba(238,29,35,0.4); text-align: left; padding: 0; margin-bottom: 0px; position: relative; }
	.search_field:hover {border-color: rgba(238,29,35,0.8); }
		.search_field:hover input[type="search"] {color: #b3b3b3; }
		
    .search_form {line-height: 1em; }
	.search_form input[type="search"] {background: white; color: white; border: 0; width: 100%; padding: 0; margin: 0; outline: none; font-size: 0.9em; line-height: 24px; }
	.search_form .button {border: 0; position: absolute; width: 30px; height: 30px; right: 0; top: 0; margin: 0; background: white; line-height: 30px; color: #ee1d23; }
		.search_form .button:hover {color: #ee1d23; }




/* ************************************** */
.archive_header {margin: 1.5em 0 1em; }
	.archive_header.item {overflow: hidden; padding: 15px 0; }
		.archive_list .item {overflow: hidden; margin-bottom: 30px; }
		.archive_list .item h3 {margin-top: 0; font-size: 1em; }
		.archive_list .item .preview {display: block; float: left; background-position: 50%; background-repeat: no-repeat; background-size: cover; width: 96px; height: 96px; margin-right: 15px; }
		
		
/* **** */
	.archive_header > span,
	.archive_header > a
		{display: inline-block; line-height: 32px; padding: 0 0.4em; margin-right: 0.3em; }

	.archive_header > span	{font-weight: 600; background-color: #f5f5f5; }
	.archive_header > a:hover {background-color: #9acab7; }


/* тип 2: закладки */
.archive_header .MapTabs {border-bottom: solid 2px #57585a;}
	.archive_header .MapTabs .tabSelect {font-weight: 600;background-color: #57585a;color: #eee;}
	.archive_header .MapTabs span {display: inline-block; line-height: 32px; padding: 0 0.4em; margin-right: 0.3em; cursor: pointer; }

.archive_header .MapTabsBody {padding: 2px; }
	.archive_header .MapTabsBody > span {line-height: 32px; margin-right: 0.3em; }

	.archive_header .MapTabsBody > span > span {display: inline-block; font-weight: 600; padding: 0 0.4em; }
	.archive_header .MapTabsBody > span > a {display: inline-block; text-decoration: underline; padding: 0 0.4em; }
		.archive_header .MapTabsBody > span > a:hover {text-decoration: none; background-color: #f5f5f5; }

/* карточка сотрудника, учащегося, вакансия, продукция и т.п. */
.item_card {overflow: hidden; padding: 12px 0; }
	.item_card .content h3 {margin-top: 0; font-size: 14px; font-weight: bold; }
	.item_card .content {    font-size: 12px;    overflow-x: auto;}
	.item_card img {display: block;float: left;background-position: 50% 0;background-repeat: no-repeat;background-size: cover; width: 200px; height: 200px; margin-right: 50px; border-radius: 50%;}
	
/* ******************* */
/* Содержание страницы */
/* ******************* */
#page_content .content {font-size: 20px; overflow-x: auto; }
#page_content .side {}

#page_content .entry .preview {padding-left: 0; }


img[align="left"] {margin: 5px 10px 5px 0; }
img[align="right"] {margin: 5px 0 5px 10px; }

/* Фотогалереи */
.gallery {overflow: hidden; }
	.gallery > .item {display: block; float: left; margin: 5px; position: relative; overflow: hidden; }
		.gallery > .item > span {opacity: 0; position: absolute; bottom: 0; left: 0; right: 0; height: 22px; line-height: 22px; background: rgba(0, 92, 76, 0.65); color: #ccc; font-size: 14px; overflow: hidden; text-align: center;
	transition: opacity 0.3s ease-in; }
		.gallery > .item:hover > span {opacity: 1; }


/* формы обратной связи */
.ww_form {list-style-type: square; padding: 15px; }
	.ww_form li {padding: 5px 0;border-bottom: dotted 2px #ccc;clear: both;color: #ee1d24;}
		.ww_form li > * {color: #222; }
		.ww_form li:last-of-type {border-bottom: none; }
		
	.ww_form label {display: block; margin: 0; }
	
	.ww_form input[type="text"],
	.ww_form input[type="email"],
	.ww_form select,
	.ww_form textarea {border: solid 2px #bbb; line-height: 1.6em;  }

	.ww_form input:focus,
	.ww_form select:focus,
	.ww_form textarea:focus {border-color: #ee1d24;outline: none;}
	
	.ww_form input,
	.ww_form select,
	.ww_form textarea,
	.ww_form .Captcha {width: 100%; font-size: 0.8em; max-width: 100%; padding: 0 0.2em; min-height: 28px; }
	
	
	[data-bind="u"] {display: none; }
	[field="captcha"] {display: block; width: 100%; clear: both; margin-top: 15px;  }



