*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
*{
	outline: 0 !important;
}
html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: 'Source Sans Pro', sans-serif;
	/*font-weight: 700;*/
	overflow-x: hidden;
	color: #6e6e6e;
}
section{
	/*padding: 15px 0;*/
}
.mainPublications, .mainPartners, .mainGraduates, .mainResearch{
	padding: 5px 0 45px 0;
	color: #6e6e6e;
}
.showMoreButton{
	padding: 40px 0 70px 0;
}
.semester, .rulers{
	padding: 25px 0;
}
.semester:nth-child(even) { background-color: rgb(237,237,237)}
.semester .col-md-4:nth-child(3n+2) { clear:left}
.mainResearch{
	padding-bottom: 65px !important;
}
.hidden {
	display: none;
}
a{
	color: black;
}
a:hover{
	text-decoration: none;
}
header .container, .noPadding{
	padding: 0 !important;
}
.main{
	min-width: 100%;
	height: auto !important;
}
.active-blur{
	background-position: 162px 7px;
	border-bottom: 1px solid #760010;
	padding-right: 25px !important;
	width: 180px !important;
	transition: width ease .5s , paddingRight ease .5s, background-position ease .5s !important;
}
.not-active-blur{
	background-position: 3px 7px !important;
    padding-right: 16px !important;
    width: 0px !important;
    border-bottom: 0 !important;
	cursor: pointer;
	transition: width ease .5s , padding-right ease .5s , background-position ease .5s !important;
}
.dropdownLanguages.headerMargin{
	margin-left: 7px;
}
.greyBackground{
	background-color: rgb(237,237,237);
}
li{
	display: inline-block;

}

.indent .container .row ul { margin:15px 0 0 0; padding:0 0 0 15px}
.indent .container .row ul li { margin-bottom:15px; display:block}
.indent .container .row ul li:before { content:'●'; font-size:14px; color:grey; position:absolute; margin:1px 0 0 -15px}
.indent .container .row ul ul li:before { content:'›'; font-size:16px; margin-top:-1px}
.indent .container .row ul li a { text-decoration:underline}
.indent .container .row ul li a:hover { text-decoration:none}

.headerBar{
	margin: 15px 0;
}
.headerMargin{
	margin-top: 25px;
}

.logoImage { padding:0}
.headerMargin li{
	position: relative;
}
.search{
	margin-right: 19px;
}
.current{
	display: block;
	position: relative;
	width: 35px;
	padding-bottom: 10px;
}
.dropdownLanguages  span.current:after{
	background-image: url(../img/arrow-down.png);
    height: 7px;
    background-repeat: no-repeat;
    width: 12px;
    top: 10px;
    left: 23px;
    content: '';
    position: absolute;
}
header .dropHide{
	display: none;
}
.dropdownLanguages.dropHide1{
	display: none;
}
.dropdownLanguages{
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-transform:capitalize;
}
.dropdownLanguages ul {
	position: absolute;
    left: -23px;
	background-color: #760010;
	padding-left: 0;
	width: 191px;
	padding: 15px 10px;
	z-index: 1;
}
.languages{
	width: 47px !important;
	padding: 5px 10px !important;
	left: -7px !important;
    top: 12px !important;
}
.dropdownLanguages ul li{
	display: block;

}
.dropdownLanguages ul li a{
	color: rgb(221,225,233);
}
header nav li{
	margin: 0 13px;
}
header nav li a {
	    color: #6e6e6e;
	font-weight: 400;
}
header li a:hover{
	color: #f44545;
	text-decoration: underline;
}
header li li a:hover{
    color: #fff;
}
.dropArrow{
	display: block;
	position: relative;
	padding-bottom: 15px;
}

header li a.dropArrow:hover:after, .dropdownLanguages:hover ~ a.dropArrow:after, header li a.active-drop-point:after{
	background-image: url(../img/red-arrow-down.png);
	background-repeat: no-repeat;
	content: '';
	width: 12px;
	height: 7px;
    top: 10px;
    right: -15px;
    position: absolute;
}
.active-drop-point{
	color: #f44545 !important;
}
/*.active-drop-point:after{
	background-image: url(../img/red-arrow-down.png);
	background-repeat: no-repeat;
	content: '';
	width: 12px;
	height: 7px;
    top: 10px;

    position: absolute;
}*/
.changeLanguage { padding:0}
.searchInput{
	position:absolute;
	right:40px;
	width: 180px;
	padding-left: 10px;
	border: 0;
	border-bottom: 1px solid #760010;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: 162px 7px;
	padding-right: 25px;
	color: rgb(187,187,187);
	font-weight: 500;
	font-style: italic;

}
::-webkit-input-placeholder {color: rgb(187,187,187); font-weight: 400;}
::-moz-placeholder          {color: rgb(187,187,187); font-weight: 400;}/* Firefox 19+ */
:-moz-placeholder           {color: rgb(187,187,187); font-weight: 400;}/* Firefox 18- */
:-ms-input-placeholder      {color: rgb(187,187,187); font-weight: 400;}

.newsHead{
	height: 70px;
	margin-top: 15px;
}
.someNews, .newsHead, .someResearch{
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: 20px;
}
.newsTale .someNews:last-child, .newsTale .someResearch:last-child{
	border: 0 !important;
}
.newsHead span{
	margin-right: 22px;
	display: inline-block;
	vertical-align: top;
	color: #545454;
}
.newsHeadImage{
	margin: 9px 25px 0px 0;
}
.more{
	padding-top: 25px;
    padding-left: 3px;
	font-size: 14px;
}
.more a{
	font-weight: 700;
	color: #760010;
}
.newsHeadName{
	font-size: 23px;
    font-weight: 600;
    padding-top: 16px;
}
.blueLink{
	text-decoration: underline;
	color: #760010;
}
article p{
	color: rgb(91,91,91);
}
.someNews p{
	margin-top: 0;
}
.someResearch, .myPadding{
	padding-bottom: 20px;
}
.newsName, .researchName{
	font-size: 19px;
    display: block;
    margin-top: -8px;
	color: #3a3a3a;
}
.date span, .City span{
	color: rgb(173,173,173);
	font-size: 14px;

}
.date a, .City a, .readMore{
	color: #760010;
}
.researchBox{
	border: 1px solid rgb(214,214,214);
	border-top: 0;
	border-bottom: 5px solid rgb(91,91,91);
	padding: 0 30px;
}
.row-border-bottom{
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(217,213,201);
}
.mainPublications .newsHead, .mainPartners .newsHead, .mainGraduates .newsHead, .mainResearch .newsHead{
	border: 0;
}
.mainPublications .newsHeadName{
	padding-top: 15px;
}
.mainPublications .newsHeadImage{
	margin-right: 24px !important;
}
.mainPublications .newsHead span, .mainPartners .newsHead span{
	margin-right: 19px;
}
.mainPublications .more, .mainGraduates .more, .mainResearch .more{
	margin-right: 0 !important;
    font-size: 13px !important;
    padding-top: 27px;
}

/*.mainPublications .newsHead{
	border-color: rgb(217,213,201);
}*/
.publicationsHead{
	font-weight: 300;
	font-size: 21px;
	display: block;
    margin-bottom: 25px;
	min-height:68px;
}
.continue{
	color: rgb(218,79,92);
	text-decoration: underline;
	display: block;
	position: relative;
	font-weight: 300;
}
.continue:hover{
	text-decoration: none;
	color: rgb(218,79,92);
}
.continue:after{
	content: "";
	height: 10px;
	width: 12px;
	position: absolute;
	background-image: url(../img/red-arrow-right.png);
	background-repeat: no-repeat;
	margin:9px 0 0 8px;
	/*top: 8px;
	left: 123px;*/
}
.mainResearch .continue:after{
	background-image: url(../img/red-arrow-right-white.png);
}

.mainPartners .newsHeadName, .mainResearch .newsHeadName{
	margin-right: 0 !important;
	padding-top: 11px !important;
	padding-bottom: 3px;
}
.mainPartners .newsHeadImage{
	margin-right: 20px !important;
}

.firstLastName{
	font-weight: 600;
	font-size: 18px;
}
.infoBlock span, .infoBlock p{
	font-size: 14px;
}
.reviewerName{
	font-size: 18px !important;
}
.fullInformation div{
	margin-bottom: 3px;
    line-height: 1.4;
}
.mainResearch .fullInformation div{
	line-height: 1.6 !important;
}
.resColloquium p{
	margin-top: -10px;
	font-weight: 300;
}
.resPriorities{
	font-weight: 300;
}

.reviews .newsHeadName{
	padding-top: 7px !important;
}
.reviews .more{
	padding-left: 19px !important;
	padding-top: 19px !important;
}
.reviewsHead{
	margin-top: 70px;
}
.row.reviewsHead{
	margin-top: 30px !important;
}
.redButton{
	width: 230px;
	height: 35px;
	border: 2px solid rgb(238,44,54);
	color: rgb(238,44,54);
	background-color: white;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.redButton:hover{
	color: #ec6124;
	border-color: #ec6124;
}

.blueContainer{
	background-color: #760010;
	color: white !important;
}
.listHeader{
	font-weight: 600;
	margin-bottom: 20px;
}
.blueContainer a{
	color: white !important;
	font-weight: 300;
}
ul.footerList{
	padding: 0;
	margin:35px 0;
	/*margin: 35px 21px;*/
}
ul.footerList li a:hover{
	text-decoration: underline;
}
ul.footerList li{
	display: block;
	padding-left:15px;
}
.footerList:first-child{
	/*margin-left: 15px !important;*/
}
/*.footerListDSG{
	width: 12% !important;
}*/
div.footerList{
	/*margin-left: 9%!important;*/
	/*width: 40% !important;*/
	margin-top: 35px;
}
div.footerList > .listHeader{
	width: 100% !important;
}
div.footerList > div{
	width: 100% !important;
}
.phoneImg{
	width: 27px;
	height: 39px;
	display: inline-block;
	float: left;
}
.phoneImg img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.phones a,.phones span{
	display: block;
	width: 100%;
	font-weight: 300;
}
.phoneBlock, .ourPosition, .mail, .followUs{
	display: inline-block;
    width: 48%;
	margin-bottom: 13px;
}
.followUs ul{
	padding-left: 0 !important;
	margin: 0 !important;
}
.bx-wrapper img{
	margin: 0 auto;
}
.followUs .listHeader{
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	margin-right: 0;
}
.followUs li{
	margin: 0 11px 0 11px;
}
.followUs li img{
	opacity: 1;
	transition: opacity ease .5s;
}
.followUs li img:hover{
	opacity: 0.6;
	transition: opacity ease .5s;
}
.mail{
	padding-top: 14px;
}
.mail img{
	margin-right: 10px;
}
.mail a{
	text-decoration: underline;
}
.footerPanel{
	padding: 25px 0;
}
.footerPanel img{
	margin-left: 22px;
	opacity: 1;
	transition: opacity ease .5s;

}
.footerPanel img:hover{
	opacity: 0.7;
	transition: opacity ease .5s;
}
.footerPanel span{
	font-size: 15px;
}
.footerSpan{
	color: #2c343a;
}
.mobile-line{
	display: block;
	background: #fff;
	height: 2px;
	margin-bottom: 4px;
}
.mobile-menu-nav{
	background: #760010;
	border-radius: 5px;
	height: 32px;
	width: 45px;
	padding: 3px 11px 0px 11px;
	cursor: pointer;
	border: none;
	margin: 24px 15px 0;
	float: right;
	display: none;
}

.mainSlider {
	position: relative;
	width: 100%;
	height: auto;}

.bxslider { margin:0; padding-left:0}
.bxslider li { list-style:none; margin:0; padding:0; width:100%}

.bgSlider {
  background-position: center;
  background-size: cover;
  /*top: -15px;
  left: -40px;*/
  position: relative;
  min-height: 525px;
  width: 100%;
}

.bgInfoBlock {
	width: 100%;
	min-height: 525px;
	background-color: rgba(0, 0, 0,0.75);
	padding: 50px 30px;
}

.bgInfoBlock > p {
	display: block;
	margin: 10px 0;
	border: 1px solid #fff;
	width: 60px;
	opacity: 0.36;
}

.sliderHeader1 {
	text-transform: uppercase;
	font-size: 15px;
	color: #aeaeae;
	font-weight: 700;
}

.sliderHeader2 {
	font-weight: 300;
	font-size: 36px;
	color: #fff;
}

.sliderText {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
}

.buttonSlider {
	width: 221px;
	height: 42px;
	background-color: #f44545;
	border-radius: 2px;
	display: block;
	margin-top: 20px;
}

.buttonSlider > p {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
}

div.imgPartners {
	height: 100px;
}

div.imgPartners > img {
	margin: 0 auto;
}

.bb	{
	margin-bottom: 50px;
}

.margin {
	margin-top: 20px;
}

.daad {
	margin: 10px auto 0 auto !important;
}
.mainSlider{
    overflow-x: hidden;
}
.changeLanguage .dropdownLanguages .languages li a:hover {
    color: #fff !important;
}
.changeLanguage .dropdownLanguages .current:hover + .languages, .languages:hover{
	display: block !important;
}



/*************************Capital-lectors.html*************************/

.header-image-lectors{
	background-image: url('../img/lectors-header.png') !important;
}
.header-image-ruler{
	background-image: url('../img/ruler-header.png') !important;
}
.header-image-study-trip{
	background-image: url('../img/study-trip-header.png') !important;
}
.headerSmallDescription{
	font-weight: 300;
	color: #9b9b9b !important;
	margin-top: 30px;
	margin-bottom: 25px;
}
.blueHeader{
	font-weight: 600;
	font-size: 18px;
	color: #760010;
	margin-bottom: 25px;
	display: block;
}
a.SemesterPersonInfoName, span.rulerName{
	font-size: 18px;
	color: #6e6e6e;
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}
a.SemesterPersonInfoName:hover{
	text-decoration: underline;
	color: #de2b37;
}
.semesterInfoDescription{
	font-weight: 300;
}
.rulers{
	overflow-x: hidden;
}
.noneFloated{
	float: none;
    margin: 65px 0 15px;
}
.ruler-information{
	padding: 0 !important;
}
.ruler-information li{
	display: block;
	font-weight: 300;
	color: #808080;
}
.ruler-mail, .ruler-research{
	background-image: url('../img/ruler-mail-icon.png');
	background-repeat: no-repeat;
	background-position: 4px 8px;
    padding-left: 25px;
}
.ruler-information li a{color: #808080 !important; text-decoration: underline;}
.ruler-information li a:hover{
	text-decoration: none;
    color: #de2b37 !important;
}
.ruler-research{
	background-image: url('../img/ruler-research-icon.png');
	background-position: 0px 8px;
}
.rulerFulInfo{
	margin-bottom: 25px;
	padding-bottom:15px; border-bottom:solid 1px #F3F3F3;
}
.rulerFulInfo .semesterInfoDescription{
	margin-bottom: 20px;
}
.rulerImage { width:80%}
.rulerImage img { width:100%}

/**************Study-trip.html*****************/
.header-image-study-trip .bgInfoHeader h2{
	font-size: 35px !important;
	margin-top: 10px;
}
.myMargin{
	margin: 15px 0;
}
.imgLeft2{
	position: relative;
	width: 100%;
	margin-right: 14px;
}
.imgLeft2 .mask > img{
	margin: 0 !important;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.imgLeft2 .mask{
    margin-top: 31px;
    height: 214.25px !important;
}
.tripDescription1 {
	margin-top: 0px;
	display: block;
}
.imgLeft2 .trip-photos{
	width: 100%;
	margin-top: 30px;
	height: 100% !important;
}
.trip-gallery .mask{
	margin-top: 0;
	height: 131px !important;
}
.zoomMask { display:inline-block; position:relative; margin-bottom:10px}
.zoomMask:hover:before { content:''; position:absolute; width:100%; height:100%; display:block; background:rgba(118,0,16, 0.5) url(../img/zoom.png) no-repeat center center}
.trip-gallery .mask img{
	width: 54px;
	height: 55px;
}
.photoDescription{
	font-weight: 300;
	font-size: 14px;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}
.studyTrip{
	color: #808080 !important;
	font-weight: 300 !important;
}
.trip-table *{
	float: none !important;
}
.trip-table { width:100%}
.table-head, .trip-table tr:first-child{
	height: 52px;
	background-color: #760010 !important;
	color: #fff !important;
	font-size: 20px;
}
.trip-table td{
	vertical-align: middle;
	text-align: left;
	padding:10px 30px;
	height: 52px;
	border: 1px solid rgb(136,136,136);
}
.trip-table th, .table-head th, .trip-table tr:first-child td{
	font-weight: 300;
	border: 1px solid #760010 !important;
	text-align: left;
	padding-left: 30px;
}

.trip-table tr:nth-child(odd){
	background-color: rgb(118,0,16,0.1);
}
.trip-table p { margin:0; padding:0}
.trip-gallery{
	padding: 0;
}
.trip-gallery img{
	width: 100%;
	margin-bottom: 15px;
}
.bottom-links-list span{
	font-size: 18px;
	color: #6e6e6e;
	display: block;
	margin-top: 40px;
}
.bottom-links-list ul{
	padding: 0;
}
.bottom-links-list li{
	display: block;
	border-top: 1px solid rgb(243,243,243);
	border-bottom: 1px solid rgb(243,243,243);
	padding: 10px 0;
}
.bottom-links-list li a{
	font-size: 16px;
	text-decoration: underline;
}
.bottom-links-list li a:hover{
	color: #de2b37 !important;
}



/***********fixed header*************/
header.fixed-header{
	position: fixed !important;
    width: 100% !important;
    background-color: white !important;
    z-index: 1 !important;
    border-bottom: 1px solid #F3F3F3 !important;
    -webkit-box-shadow: 0px 3px 36px -4px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 3px 36px -4px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 3px 36px -4px rgba(0,0,0,0.75) !important;
    height: 81.7px !important;
}
header.fixed-header .headerBar{
	margin: 0 !important;
}


.mainSlider .bx-wrapper{
	margin-bottom: 0 !important;
}

.container img { max-width:100%}

.small-image { padding:25px 0}

.bgHeaderCantacts { min-height: 260px; width: 100%;}
.bgHeaderCantacts .map { min-height:260px; background:#e5e3df}

.contactsForm input[type=text], .contactsForm textarea { border:solid 1px #6e6e6e; width:100%; padding:5px 15px; box-sizing:border-box;	font-style: italic; margin-bottom:15px}
.contactsForm input[type=text]:focus, .contactsForm textarea:focus { border:solid 1px #760010;}
.contactsForm input[type=text].error, .contactsForm textarea.error { border-color:#FF0000}
.contactsForm input[type=submit] { background:#760010; border:none; color:#fff; padding:6px 20px; margin-top:10px}
.contactsForm input[type=submit]:hover { background:#50000b}

.download-file { display:block; text-align:center}
.download-file img { width:100%; max-width:100px}
.download-file span { display:block}
.download-file span small { display:block;}
.continueReading .download { display:inline-block;}
.continueReading a + .download { margin-left:30px;}
.continueReading .download img { float:left; width:25px; margin-right:6px}

/* =====================single_new========================= */
/* ======================================================== */

.bgHeader {
	background-image: url(../img/bgTest.jpg);
	background-position: center;
	background-size: cover;
	min-height: 260px;
	width: 100%;
}

.bgInfoHeader {
	width: 100%;
	min-height: 260px;
	background-color: rgba(0, 0, 0,0.75);
	padding: 20px 30px;
} .bgInfoHeader > h2 {
	  font-size: 36px;
	  font-weight: 300;
	  color: #ffffff;
	  line-height: 36px;
  } .bgInfoHeader > span {
		color: #ffffff;
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
	}

.breadCrumbs {
	display: block;
	margin: 20px 0;
} .breadCrumbs > a {
	  color: #aaa;
	  text-decoration: underline;
	  font-size: 16px;
	  font-weight: 300;
  } .breadCrumbs > span {
		font-size: 16px;
		color: #000;
		font-weight: 300;
		color: black;
	}

.sign {
	color: #9b9b9b;
}

.headerNews {
	color: #760010;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
} .headerNews > img {
	  width: 31px;
	  height: 29px;
	  margin-right: 16px;
	  margin-bottom: 10px;
  }

.line {
	max-width: 812px;
	position: relative;
	display: block;
	height: 1px;
	border-bottom: 1px solid #F3F3F3;
}

.dataNumb {
	font-size: 26px;
	font-weight: 400;
	color: #4b4a4a;
	text-align: right;
}

.dataYear {
	font-size: 16px;
	font-weight: 300;
	color: #4b4a4a;
	text-align: right;
}

.data {
	margin-top: 20px !important;
	padding: 0 !important;
	display: block;
	float: right;
} .data > li {
	  display: block; margin:0 !important; padding:0 !important;
  }
.data > li:before { display:none}

.headerPage > h2 {
	color: #4b4a4a;
	display: block;
	font-size: 26px;
	font-weight: 300;
} .headerPage > span {
	  display: block;
	  color: #6e6e6e;
	  font-size: 16px;
	  line-height: 26px;
  }

.landscape {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

span.italicText {
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: grey;
	margin-bottom: 20px;
}

.imgLeft {
	position: relative;
	margin-top: 40px;
	float: left;
	width: 48%;
	margin-right: 14px;
} .imgLeft > a > img {
	  position: relative;
	  width: 100%;
	  height: auto;
  } .imgLeft > a {
		position: relative;
		display: block;
	} .imgLeft > span {
		  color: grey;
		  font-size: 14px;
		  font-weight: 300;
		  line-height: 18px;
		  font-style: italic;
	  }

.imgRight {
	position: relative;
	float: left;
	margin-top: 40px;
	width: 48%;
	margin-left: 14px;
} .imgRight > a > img {
	  position: relative;
	  width: 100%;
	  height: auto;
  } .imgRight > a {
		position: relative;
		display: block;
	} .imgRight > span {
		  color: grey;
		  font-size: 14px;
		  font-weight: 300;
		  line-height: 18px;
		  font-style: italic;
	  }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mask {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(118, 0, 16,0.5);
	top: 0;
	left: 0;
} .mask > img {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  display: block;
  } .mask:hover {
		opacity: 1;
	} .mask > span {
		  color: #fff;
		  text-transform: uppercase;
		  font-weight: 600;
		  top: 80%;
		  left: 10%;
		  position: relative;
	  }

.indent {
	padding-bottom: 50px;
}

.categories {
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	width: 100%;
	height: auto;
}
.categories > li { margin:0 !important; padding:0 !important;}
.categories > li:before { display:none}
.categories > li > a {
	  font-weight: 300;
	  font-size: 16px;
	  line-height: 36px;
	  color: #828282; text-decoration:none !important;

  } .categories > li {
		display: block;
		border-bottom: 1px solid #eee;
	}

li.headerCategories {
	font-weight: 600;
	font-size: 18px;
	color: #686868;
	line-height: 46px;
}

.indentComment {
	width: 100% !important;
	height: 1px;
	margin: 30px 0 30px 0;
}

.headerComments {
	color: #3a3a3a;
	font-size: 26px;
	margin: 0;
	font-weight: 300;
	line-height: 24px;
}

.comments {
	padding-right: 0;
}

.comments > div.line {
	margin: 30px 0 30px 0 !important;

}

.avatar {
	width: 70px;
	height: 110px;
	margin-right: 20px;
	float: left;
} .avatar > img {
	  width: 70px;
	  height: 70px;
	  border-radius: 50%;
  }

.headerComment {
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	margin: 0;
}

.dataComment {
	font-size: 12px;
	color: #a2a2a2;
	font-weight: 300;
	margin: 0;
} .dataComment > a {
	  color: #760010;
  }

.comment {
	color: grey;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}

.indentComments {
	margin: 30px 0;
}

.smallField > p {
	color: gray;
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
	margin: 0;
} .smallField > input {
	  padding: 0 20px;
	  width: 100%;
	  height: 37px;
	  border: 1px solid #e2e2e2;
	  border-radius: 2px;
  }

.p0 {
	padding: 0;
}

.pl {
	padding-left: 0;
}

.pr {
	padding-right: 0;
}

.bigField > p {
	color: gray;
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
	margin: 0;
} .bigField > textarea {
	  padding: 10px 20px;
	  width: 100%;
	  height: 147px;
	  border: 1px solid #e2e2e2;
	  border-radius: 2px;
	  resize: none;
  }

.buttonComment {
	width: 222px;
	height: 37px;
	background-color: #de2b37;
	border: 1px solid #de2b37;
	border-radius: 2px;
	margin-top: 20px;
} .buttonComment > span {
	  color: white;
	  font-size: 16px;
	  font-weight: 600;
	  line-height: 34px;
  }

.popapCommentShow {
	display: block !important;
}

.popapComment {
	position: absolute;
	display: none;
	width: 366px;
	height: 90px;
	top: 100px;
	background-color: rgba(0,0,0,0.73);
} .popapComment > span {
	  color: white;
	  font-size: 16px;
	  font-weight: 300;
	  line-height: 24px;
	  text-align: center;
	  display: block;
	  margin: 33px 0;
  }

.close {
	position: relative;
	cursor: pointer;
	right: 3px;
	bottom: 3px;
	float: right;
	margin: 5px;
	color: #fff;
}

/* ======================================================== */
/* ============================new========================= */
/* ======================================================== */

.continueReading {
	margin: 0 0 30px 0;
	display: block;
} .continueReading > a {
	  color: #de2b37;
	  font-size: 16px;
	  font-weight: 300;
	  text-decoration: underline;
  } .continueReading > a:hover {
		text-decoration: none;
	}

.pagination {
	padding: 0;
	margin: 40px 0 0 0;
} .pagination > li {
	  width: 28px;
	  height: 28px;
	  margin: 0 2px;
	  border: 1px solid #d5d5d5;
	  border-radius: 2px;
  }	.pagination > li:hover {
		   border: 1px solid grey;
	   } .pagination > li > a {
			 color: #de2b37;
			 font-size: 15px;
			 font-weight: 300;
			 text-align: center;
			 display: block;
			 padding: 1px 5px;
		 }

/* ======================================================== */
/* ========================partners======================== */
/* ======================================================== */

.bgHeaderPartners {
	background-image: url(../img/academy.jpg);
	background-position: center;
	background-size: cover;
	min-height: 260px;
	width: 100%;
}

.rr {
	color: #760010;
	font-size: 34px;
	margin: 0 0 0 20px;
	position: relative;
	top: 32px;
	display: inline-block;
	font-weight: 300;
	line-height: 40px;
} .headerPartners > img {
	  width: auto;
	  height: 83px;
  }

.line2 {
	margin-top: 20px;
}

.partnersText {
	color: grey;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

/* ======================================================== */
/* ========================teachers======================== */
/* ======================================================== */
.bgHeaderTimetable {
	background-image: url(../img/boock.jpg);
	background-position: center;
	background-size: cover;
	min-height: 260px;
	width: 100%;
}

.textTeachers {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	color: grey;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
} .textTeachers > a {
	  text-decoration: underline;
	  color: #808080;
  } .textTeachers > a:hover {
		text-decoration: underline;
		color: #de2b37;
	}

.galleryIndent {
	margin: 0 30px;
}

.popup-gallery > div > a > img {
	width: 356px;
	height: auto;
}

.popup-gallery {
	position: relative; overflow:hidden;;
} .popup-gallery > div > a > img {
	  position: relative;
  } .popup-gallery > div > a {
		position: relative;
		display: block;
	}

.ff {
	position: relative;
	width: 356px; height:224px; overflow:hidden;
	float: left;
}

.italic {
	font-style: italic;
	color: grey;
	font-size: 14px;
	font-weight: 300;
}

.botIndent {
	padding-bottom: 50px;
}

.textHeader {
	margin-top: 30px;
	display: block;
	color: #6e6e6e;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}

.tabliza > img {
	float: left;
	margin-right: 50px;
	max-width: 775px;
	margin-bottom: 50px;
	height: auto;
}

.tabliza > span {
	color: grey;
	margin-top: 30px;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

/*.studyList {
	margin: 0 0 0 5px;
	padding: 0;
} .studyList > li {
	  cursor: pointer;
	  display: block;
	  color: grey;
	  font-weight: 300;
	  font-size: 16px;
  } .studyList > li:before {
		content: " • ";
		line-height: 0px;
		font-size: 25px;
		text-decoration: none !important;
		color: grey;
	} .studyList > li > span {
		  text-decoration: underline;
	  }*/

.gg	{
	position: relative;
	width: auto;
} .gg > a {
	  position: relative;
	  display: block;
  } .gg > a > img {
		position: relative;
		width: 100%;
		height: auto;
	} .gg > a > span.mask {
		  box-shadow: 0px -60px 0px 0px rgba(118, 0, 16,0.4) inset;
	  }

.owl-pagination {
	display: none !important;
}

.owl-buttons {
	display: none !important;
}

.customNavigation {
	position: absolute;
	width: 100%;
}

.prev {
	position: relative;
	background-image: url(../img/left.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
	width: 16px;
	height: 26px;
	top: -75px;
	left: 0;
	float: left;
}

.next {
	position: relative;
	background-image: url(../img/right.png);
	background-position: center;
	background-size: cover;
	width: 16px;
	height: 26px;
	cursor: pointer;
	top: -75px;
	left: -31px;
	float: right;
}

div.imgPartners {
	height: 100px;
	width: 100%;
	display: block;
}

div.imgPartners a {
	display: block;
	height: 100px;
	width: 100%;
	position: relative;
}

div.imgPartners a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: auto;
}

.bb	{
	margin-bottom: 50px;
}
