html, body {
	height:100%;
	color: #254c6a;
}
body {
	font-size:1.1rem;
}
.bg-image{
background-image: url("../images/bg.jpg");
background-size:cover;
background-repeat: no-repeat;
background-position:right top;
background-attachment:fixed;
}

.navbar {
	transition: padding-bottom 0.5s;
	padding-bottom: 0.5rem;
}

#navheader.sticked {
	padding-bottom: 0.95rem;
}

main > .container {
    padding: 80px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-brand {
	vertical-align:center;
	font-size: 1.5rem;
	line-height: 50px;
}

.bg-mit-dark {
	/*background-color: rgba(52, 58, 64, 0.8) !important;*/
	background-color: rgba(3, 90, 137, 0.8) !important;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.navbar-logo {
    background: url("../images/logo.svg") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 40px;
    width: 60px;
	margin-right:10px;
}

.navbar-op-logo {
    background: url("../images/logo-op.svg") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    display: inline-block;
    height: 80px;
    width: 110px;
	margin-right:10px;
}

.navbar-kmp-logo {
    background: url("../images/logo-kmp.svg") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    display: inline-block;
    height: 80px;
    width: 110px;
	margin-right:18px;
}

.navbar-osk-logo {
    background: url("../images/logo-osk.svg") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    display: inline-block;
    height: 72px;
    width: 75px;
	margin-right:0px;
}

.wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	margin-right: 0;
	max-width: 100%;
	padding-left: 15px;
	align-items:flex-end;
	justify-content: flex-end;
	text-align: right;
	line-height:0.75;
}
.wrapper-item-right {
	display:flex;
	align-items:center;
	justify-content: center;
	text-align: right;
}

.wrapper-item-left {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.breadcrumb {
    background-color: transparent;
}
/*a {
    color: #c78929;
}
a:hover {
    color: #c78929;
}*/
.header{
	margin: 0 auto;
	text-align: center;
}
.mit-logo{
	display: inline-block;
	background: url("../images/mit.svg") no-repeat scroll 0 0 transparent;
	/*background-image: url("../images/mit.svg");*/
	width: 300px;
	height: 200px;
}
.kmp-logo{
	display: inline-block;
	background: url("../images/kmp-logo.png") no-repeat scroll 0 0 transparent;;
	width: 175px;
	height: 135px;
	margin: 10px 30px;
}
.op-logo{
	display: inline-block;
	background: url("../images/op-logo.png") no-repeat scroll 0 0 transparent;;
	width: 175px;
	height: 135px;
	margin: 10px 30px;
}

.mit-img-wrap {
	overflow: hidden;
	min-height: 200px;
}
.mit-logo-wrap{
	margin: 0px auto;
	display:block;
	max-width: 350px;
}
.body-content{
    padding-top:20px;
}
.row{
    margin-right: 0px;
	margin-left: 0px;
}

.mit-nav-item::before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	left: 0;
	top: 0.2rem;
	background-color: #6facde;
	transition: background-color .3s;
}
.mit-nav-text .mit-nav-item::before {
	top: 0.5rem;
}
.mit-nav-header .icomoon-mit::before{
	font-size: 18px !important;
	line-height: 1 !important;
	color:#fff !important;
	padding:8px;
}

.mit-nav{
	display:inline-flex;
}

.mit-nav-item {
	margin-bottom: 16px;
	position: relative;
	padding-left: 22px;
	transition: color .3s;
	display: block;
	width: 12px;
}

.mit-nav-item-header::before {
	width: 34px;
	height: 34px;
	background-color:#0381c5;
}

.mit-nav-item-header{
	margin-right: 34px;
}

.mit-nav-header{
	margin: 20px 0px;
}

.text-justify p {
	text-align: justify;
}

.hint {
	color: #8197ac;
}
.org-list{
	align-items: center;
  justify-content: center;	
}

.row-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0px;
	flex-flow: row wrap;
}
.row-flex-item {
	align-items: flex-start;
	justify-content: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin:auto 20px;
}

.logo-bz-lnk, .logo-op-lnk, .logo-op-kf-lnk, .logo-op-karf-lnk, .logo-vtpp-lnk, .logo-ah-lnk, .logo-st-lnk, .logo-pb-lnk, .logo-rdg-lnk, .logo-sr-lnk, .logo-ekr-lnk, .logo-kmp-lnk {
	width: 100px;
	height: 100px;
	transition: transform .4s;
}
.row-flex-item a [class^="logo-"], .row-flex-item a [class*=" logo-"] {
	width: 100px;
	height: 100px;
	display: block;
}
.logo-op-lnk {
	background-image: url("../images/logo-op-lnk.svg");
}
.logo-op-kf-lnk {
	background-image: url("../images/logo-op-kf-lnk.svg");
}
.logo-op-karf-lnk {
	background-image: url("../images/logo-op-karf-lnk.svg");
}
.logo-vtpp-lnk {
	background-image: url("../images/logo-vtpp-lnk.svg");
}
.logo-ah-lnk {
	background-image: url("../images/logo-ah-lnk.svg");
}
.logo-st-lnk {
	background-image: url("../images/logo-st-lnk.svg");
}
.logo-pb-lnk {
	background-image: url("../images/logo-pb-lnk.svg");
}
.logo-kmp-lnk {
	background-image: url("../images/logo-kmp3-lnk.svg");
}
.logo-rdg-lnk {
	background-image: url("../images/logo-rdg-lnk.svg");
}
.logo-sr-lnk {
	background-image: url("../images/logo-sr-lnk.svg");
}
.logo-ekr-lnk {
	background-image: url("../images/logo-ekr-lnk.svg");
}
.logo-bz-lnk {
	background-image: url("../images/logo-bz-lnk.svg");
}
.org-list .row-flex-item{
	min-width:200px;
}
.dynamic-line {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transition: 4s ease-in .5s;
}
.icom-wrap {
	height: 1.8rem;
	width: 1.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 1.8rem;
	border-radius: 50%;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 2 !important;
	background-color: #6facde;
	color#fff;
	margin-top: -0.2rem;
}

a:hover {
	color: #254c6a;
}	
a {
	color: #254c6a;
}

.mit-contacts{
	padding-left:5px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.mit-contacts .icom-wrap, .mit-contacts p{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	line-height:: 1;
}

.mit-contacts p{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	margin-left: 10px;
}

.dynamic-animation-right {
	position: absolute;
	z-index: 0;
	right: 0;
	top:0;
}

.dynamic-animation {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transition: 4s ease-in .5s;
}

.main-view-svg{
	width:800px;
}
.balls-svg {
	-webkit-animation: balls-svg 4s 1;
	animation: balls-svg 4s 1;
	animation-delay: 10s;
	transform-origin: 50% 50%;
	fill-opacity:0;
}

@keyframes balls-svg{
	fill: rgb(182, 214, 229, 0.5);
	/*0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
		from{
		opacity:1;	
		}
		25%{
		opacity:0.1;		
		}
		75%{
		opacity:0.1;		
		}		
		to{
		opacity:1;
		}*/
}

@media only screen and (max-width: 767px) {
    .bg-image{
    background-image: url("../images/bgl.jpg");
	min-height:500px;
	background-size:contain;
	background-position:right 150px;
    }
	.jumbotron{
		padding: 0px !important;
	}
	.logo-name{
		display:none;
	}
	.wrapper {
		width: auto;
	}	
	main > .container {
		padding: 90px 15px 20px;
	}
	.mit-nav-header {
		font-size:24px;
		line-height:1.8;
	}	
	.mit-nav-item-header {
		padding-left:0px;
	}	
	.navbar-logo {
		line-height: 60px;
		width: 75px;
	}
	.navbar-op-logo {
		height: 50px;
		width: 70px;
		margin-right: 14px;
	}
	.navbar-kmp-logo {
		height: 50px;
		width: 80px;
		margin-right: 10px;
	}
	.navbar-osk-logo {
		height: 50px;
		width: 50px;
	}
	.text-justify p, .text-justify {
		text-align:left !important;
	}
	body {
		font-size:0.95rem;
	}	
	.mit-nav-text .mit-nav-item::before {
		top: 0.5rem;
	}
	.mit-nav-header {
		top: 0.5rem;
	}
	.mit-contacts p{
		max-width:300px;
	}

	.main-view-svg{
		width:500px;
	}
	
	/*
	.mit-logo{
			background: url("../images/mit-logo-s.png") no-repeat scroll 0 0 transparent;
			width: 90px;
			height: 60px;
			margin: 5px 10px;
		}
	.kmp-logo{
			background: url("../images/kmp-logo-s.png") no-repeat scroll 0 0 transparent;
			width: 90px;
			height: 60px;
			margin: 5px 10px;
	}
	.op-logo{
			background: url("../images/op-logo-s.png") no-repeat scroll 0 0 transparent;
			width: 90px;
			height: 60px;
			margin: 5px 10px;
	}*/
}