html {
	font-size: 14px;
}

body {
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.12px;
	line-height: 24px;
	overflow: visible;
	overflow-x: hidden;
	color:##333333;
}

.gray{
	background-color: rgba(244,245,246,0.9);
}

.beige{
	/*background-color: #f5ebd0;*/
	background-color: rgba(245, 235, 208, 0.6);
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax:before, .parallax:after{
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.parallax > *{
    position: relative;
    z-index: 4;
}

.parallax.ds:before {
    background-color: #505050;
    opacity: 0.5;
}

/*header*/

.page-header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
    z-index: 100;
}

.mobile-active{
    overflow: hidden;
}

.mobile-active .page-header {
    z-index: 101;
}

.header-wrapper{
    position: relative;
    z-index: 102;
    background-color: #5fa189;
}

.header-wrapper .header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 10;
}

.header-wrapper.fixed .header{
	position:fixed;
	background-color:#5fa189;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.header-wrapper.fixed .header .header-left-logo{
  margin:0.5em 0;
}
.header-wrapper.fixed .header .header-left-logo .logo img{
  height: 50px;
}
.header-wrapper.fixed .header .info-row{
  display:none;
}

@media (min-width: 992px){
  .header-wrapper.fixed .main-navigation > li > a {
      padding-bottom: 10px;
      padding-top: 12px;
  }

  .header-wrapper.fixed .main-navigation > li > a:before {
      bottom: 0.6em;
  }
}

.header a.header-button {
    display: inline-block;
}

@media only screen and (min-width: 992px) {
	.header .flex-items {
		-webkit-box-pack: end;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		padding-right: 5px;
		padding-left: 5px;
	}
}

.info-row {
	font-size: 0.857rem;
	font-weight: 400;
	letter-spacing: 0.05px;
	line-height: 1.666em;
	text-transform: uppercase;
	z-index: 101;
	background-color: #5fa189;
}

.info-row > div{
  display:inline-block;
}


.info-row .phone:before{
    color:#14342b;
    content: "\f095";
    font-family:"Fontawesome";
    display:inline-block;
}
.info-row .phone > div,
.info-row .phone a{
	display:inline-block;
	color:#ffffff;
	padding: 0 5px;
}


/*widget*/
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li{
    padding-left: 5px;
	margin:0;
	display:inline-block;   
}

.widget ul li:first-child{
	padding-left:0;
}

.widget ul li a{
    padding: 5px;
    color: #ffffff;
}
.widget ul li a:hover{color: #14342b;}


.widget.widget-special .flags-styled li{
    display:none;
}

.widget .flags-styled li.current{
    display: inline-block;
}

.widget.widget-special .flags-styled li > a .fa{
    color:#14342b;
}

.widget.widget-special .flags-styled li.current:hover > a .fa{
    color: #ffffff;
}

.widget.widget-language .flags-styled li.current a:hover{
    /*color: initial;
    cursor:default;*/
}

.widget.widget-language .flags-styled li + li{padding:0}

.widget .flags-styled li a{
    width:30px;
    height:30px;
    display:block;
    line-height:20px;
    text-align: center;
}


/*header logo*/
.page-header .header-left-logo {
    margin: 0.65em 0 0.35em;
    white-space: nowrap;
}

.page-header .header-left-logo img{
	max-height:95px;
}

@media (max-width: 1440px){
	.page-header .header-left-logo img {
	    max-height: 80px;
	}
}

@media (max-width: 991px){
	.page-header .header-left-logo img {
	    max-height: 60px;
	}
}


@media (min-width: 992px){
	.page-header .header-left-logo {
		margin: 1.65em 0 1.35em;
		white-space: nowrap;
	}
}
/*header menu*/
.header-general-menu{}

@media (min-width: 992px){
  .header-general-menu{
      width: 100%;/*calc(100% - 40px);*/
      position:relative;
      z-index:8;
  }
}

.toggle-menu {
    cursor: pointer;
    display: none;
    height: 40px;
    position: relative;
    visibility: visible;
    width: 40px;
    z-index: 101;
}

@media (max-width: 991px){
	.toggle-menu {
	    display: block;
		margin-left: auto;
	}

	.toggle-menu.mobile-active {
	    background-color: #505050;
	    border: none;
	    left: auto;
	    margin: 0;
	    position: fixed;
	    right: 0;
	    top: 0;
	    z-index: 3000;
	}

	.toggle-menu.mobile-active span {
	    display: none;
	}

	.toggle-menu.mobile-active:after {
	    color: #fff;
	    content: "\f00d";
	    font-family: Fontawesome;
	    font-size: 30px;
	    left: 0;
	    position: absolute;
	    right: 0;
	    text-align: center;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
}

.toggle-menu span, .toggle-menu span:before, .toggle-menu span:after {
    background-color: #8c8c8c;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 24px;
}

.toggle-menu span {
    left: 8px;
    margin-top: -1px;
    top: 50%;
}

.toggle-menu span:before {
    top: -6px;
}

.toggle-menu span:after {
    top: 6px;
}

.page-header .toggle-menu span, 
.page-header .toggle-menu span:before, 
.page-header .toggle-menu span:after {
    background-color: #ffffff;
}
/*
@media only screen and (max-width: 991px){
	.page-header-line-wrapper + .page-header-wrapper .container > .row .toggle-menu:not(.mobile-active) {
	    left: 100%;
	    position: relative;
	}

	.page-header-line-wrapper + .page-header-wrapper .container > .row .toggle-menu:not(.mobile-active) span {
	    left: 0;
	    margin: 0 auto;
	    right: 0;
	}
}
*/

@media (max-width: 991px){
	.toggle-menu {
	    display: block;
	}

/*
	.page-topline + .page-header-wrapper .container > .row .toggle-menu:not(.mobile-active) {
	    left: 100%;
	    position: relative;
	}

	.page-topline + .page-header-wrapper .container > .row .toggle-menu:not(.mobile-active) span {
	    left: 0;
	    margin: 0 auto;
	    right: 0;
	}
*/

	.header-general-menu{
	    background-color: transparent;
	    bottom: 0;
	    left: 0;
	    opacity: 0;
	    position: fixed;
	    right: 0;
	    top: 0;
	    -webkit-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	    visibility: hidden;
	    z-index: 10;
	}

	.mobile-active .header-general-menu {
	   background-color: #111;
	   background-color: rgba(0, 0, 0, 0.9);
	   opacity: 1;
	   visibility: visible;
	}
	
	.mobile-active .main-navigation{
	    opacity: 1;
	    right: 40px;
	    z-index: 5;
	}
}

/*search header*/
.search-form-header {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-left: 0.75em;
    margin-right: auto;
}


.search-form-trigger {
    color: #14342b;
    display: none;
    font-size: 16px;
    height: 24px;
    margin-top: 1px;
    overflow: hidden;
    width: 24px;
}

.search-form-trigger > span {
	display: block;
	line-height: 24px;
	margin-top: 0;
	-webkit-transition: margin-top 0.2s ease 0s;
	transition: margin-top 0.2s ease 0s;
}

.search-form-trigger > span .fa{
	color:#fff;
}

.search-form-trigger.active {
	color: #d7b56d;
}

.search-form-trigger.active > span {
	margin-top: -25px;
}

@media (min-width: 992px) {
	.search-form-trigger {
		display: block;
	}
}

.search-form-trigger:hover {
	color: #d7b56d;
}

.search-form-wrapper {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 5;
	background-color:#fbfbfb;
    visibility: hidden;
}

.search-form-wrapper.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.widget-search .search-form{
    position:relative;
}
.widget-search .form-group{display: block;position: relative;vertical-align: top;width: 100%;}
.widget-search .form-group label{
    display: block;
}

.widget-search input[type=search]{
    width:100%;
    background:transparent;
    border:none;
    border-radius:0;
    border-bottom: 1px solid #8c8c8c;
}

.widget-search .search-submit{
    background-color: transparent;
    border: none;
    color: #4d897c;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    cursor: pointer;
}

.widget-search .search-submit:active,
.widget-search .search-submit:focus{
    outline:none;
}

.widget-search .search-submit:hover{
    color: #3d3d47;
}

/*
animated elements
*/
.to-animate {
	visibility: hidden;
}

.lt-ie10 .to-animate,
.lt-ie9 .to-animate {
	visibility: visible;
}

.animated {
	visibility: visible !important;
}


/*main*/

main{}

.page-important-rector img{
    max-width: 60%;
    margin: 0 auto;
    display: table;
}

.page-important-rector img{
    max-width: 60%;
    margin: 0 auto;
    display: table;
}

@media(max-width:768px){
	.page-important-rector img{
		max-width:100%;
	}
}

.page-breadcrumbs {
    padding: 5.25em 0 4.85em;
}

.page-breadcrumbs.parallax {
    background-color: #3d3d47;
    background-image: url(assets/images/paralax/breadcrumbs.jpg);
}

.parallax.page-breadcrumbs:before {
    background-color: #101010;
    opacity: 0.6;
}

.page-breadcrumbs h2 {
    display: inline;
    font-size: 45px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    word-wrap: break-word;
    color:#fff;
}

.page-breadcrumbs h2.medium {
    font-size: 35px;
}

@media(max-width:991px){
	.page-breadcrumbs h2 {
	   font-size: 40px;
	} 
	.page-breadcrumbs h2.medium {
	    font-size: 30px;
	}
}

@media(max-width:768px){
	.page-breadcrumbs h2 {
	   font-size: 32px;
	} 
	.page-breadcrumbs h2.medium {
	    font-size: 22px;
	}
}

@media(max-width:576px){
	.page-breadcrumbs h2 {
	   font-size: 25px;
	} 
	.page-breadcrumbs h2.medium {
	    font-size: 15px;
	}
}

/*general feedback*/
.page-feedback{
	background-image:url(assets/images/paralax/feedback.jpg);
	background-position: 50% -26px;
}

.page-feedback .item-title h3{color:#fff}

.page-feedback .item-content{
	color:#fff;
}

.page-feedback .container {
    padding-top: 5em;
    padding-bottom: 5em;
}

.page-feedback .item .btn {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
    min-width: 8.5em;
    padding: 13px 30px 13px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.page-feedback .item .btn:hover {
    background-color: #f7bd04;
    border-color: #f7bd04;
    color: #fff;
}

/*breadcrumb*/

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    letter-spacing: -0.3px;
    margin: 1.75em 0 0;
    padding: 0;
    text-transform: uppercase;
    color: #c9c9c9;
}

.breadcrumb>li {
    display: inline-block;
}

.page-breadcrumbs a {
    color: #c9c9c9;
}

.breadcrumb > li + li:before {
    color: inherit;
    content: "/";
    padding: 0 12px;
}

aside{width:100%}

/*footer*/
footer{
	background-color: #3d3d47;
	padding: 4.6em 0 1.85em;
}

footer .copyright{border-top: 1px solid #8c8c8c;padding-top: 10px;}
footer .copyright{
	color: #8c8c8c;
}

footer .contacts > div{position:relative;clear: both;}
footer .contacts > div > i{
    position:absolute;
    top: 3px;
    width: 15px;
    display: block;
    text-align: center;
    color: #4d897c;
}

footer .contacts > div > div {
    margin-left:20px;
}

footer .contacts,
footer .contacts span,
footer .contacts a{
  color: #8c8c8c;
}

footer .contacts a{
text-decoration:underline;
}

footer a.mir{color:#4d897c;}

/* 
totop 
*/
#toTop {
	background-color: #4d897c;
	bottom: 0;
	color: transparent;
	display: none;
	font-size: 0;
	height: 40px;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-decoration: none;
	width: 40px;
	z-index: 9999;
}

@media only screen and (min-width: 992px) {
	#toTop {
		bottom: 60px;
		height: 60px;
		right: 60px;
		width: 60px;
	}
}

#toTop:after {
	bottom: 0;
	color: #fff;
	content: "\f106";
	display: block;
	font-family: "FontAwesome";
	font-size: 22px;
	left: 0;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media only screen and (min-width: 992px) {
	#toTop:after {
		line-height: 60px;
	}
}

#toTopHover,
#toTop:hover {
	background-color: #d7b56d;
}

#toTop:hover:after {
	color: #fff;
}

#toTop:active,
#toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	visibility: hidden;
}

