@font-face {
    font-family: 'agavantgardecyr';
    src:
	   local('agavantgardecyr'), 
	   url('fonts/agavantgardecyr-book.ttf') format('truetype');
   }
body.site {
    padding: 0;
}

.container {
    max-width: none;
}

.mobiletab{
	height: 0;
	overflow: hidden;
}

@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}

.items-row.row-fluid {
    overflow: hidden;
}

nav.affix {
    top: 0;
    width: 100%;
    z-index: 999;
}

.navigation{
	border: none;
}

.nav-pills > li > a{
	border-radius: 0;
}

.navbar .btn-navbar{
	background-color: #9a4451;
	height: 60px;
	width: 60px;
	margin: 0;
	border-radius: 0;
	border: none;
	background-image: none;
}

.top-menu .navbar.pull-right {border: 0;margin-bottom: 0;}

.navbar .btn-navbar .icon-bar{
	width: 30px;
}

.navbar a.btn.btn-navbar {
    text-align: center;
    text-align: -webkit-center;
    padding: 15px;
}
.navbar a.btn.btn-navbar span {margin-bottom: 7px;margin-top: 3.5px;}

/*   dropdown fix    */

.nav .dropdown-toggle .caret {
    margin-top: 0;
    margin-left: 4px;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.bfClearfix section:after {
    content: "";
    display: table;
    clear: both;
}

.bfQuickMode section.bfElemWrap{
	overflow:visible!important;}

/*  top menu  */
nav.navigation.top-menu {
    padding: 0;
    margin: 0;
    /* overflow-x: hidden; */
}

nav.navigation.top-menu a{
    color: #fff;
}

ul#topmenu {
    /* height: 60px; */
}

ul#topmenu li a{
	margin-bottom: 0;
	margin-top: 0;
	line-height: 40px;
	margin-right: 0;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle, 
.nav > li.dropdown.open.active > a:hover, 
.nav > li.dropdown.open.active > a:focus,

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus,
nav.navigation.top-menu a:hover{
    background: #d27f7f;
    border-radius: 0;
}

nav.navigation.top-menu a:active{
    background: #d27f7f;
    border-radius: 0;
}

nav.navigation.top-menu {
    background: #9a4451;
    height: 60px;
    position: absolute;
    width: 100%;
}

#topmenu ul.nav-child {
    background: #9a4451;
	border-radius: 0;
}

#topmenu ul.nav-child:before, 
#topmenu ul.nav-child:after{
    display: none;
}

/*  end top menu  */

/*  main menu*/

nav.navigation.main-menu {
    background: #d27f7f;
    height: 60px;
}

nav.navigation.main-menu {
    padding: 0;
    margin: 0;
}

nav.navigation.main-menu a{
    color: #fff;
}

ul#mainmenu {
    /* height: 60px; */
}

ul#mainmenu li a{
	margin-bottom: 0;
	margin-top: 0;
	line-height: 40px;
	margin-right: 0;
}

nav.navigation.main-menu a:focus,
nav.navigation.main-menu a:hover{
    background: #305f84;
    border-radius: 0;
}

nav.navigation.main-menu a:active{
    background: #305f84;
	border-radius: 0;
}

#mainmenu ul.nav-child {
    background: #d27f7f;
	border-radius: 0;
}

#mainmenu ul.nav-child:before, 
#mainmenu ul.nav-child:after{
    display: none;
}

.navigation .nav li {
    display: block!important;
}

ul#mainmenu li a {
    padding: 17.5px 0;
}

ul#mainmenu li a span {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    line-height: 25px;
  /*  border-left: 1px solid #fff; */
}

/* ul#mainmenu li:first-child a span,
ul#mainmenu li:active a span {border-left: none;}

ul#mainmenu li:hover a span {
	border-left: 1px solid rgba(255,255,255,0);
}
*/
.nav-pills > li + li {
    margin-left: 0;
}

ul#mainmenu>li>ul>li>a {
    padding: 10.5px 0;
}

/*  end main menu  */


/* mobile menu */

nav.navigation.top-menu.mobile-menu {
    height: 0;
    visibility: hidden;
}

@media (max-width: 979px){
.mobile-menu {
    max-width: 100%;
    /* overflow-x: hidden; */
    position: absolute;
    width: 100%;
    z-index: 999;
}

.mobile-menu .container{
	overflow:hidden;
}

.header {
    padding-top: 60px;
}	

nav.mobile-menu ul.nav-child {
    position: relative;
    clear:both;
    width: 100%;
    margin: 0;
}
	
nav.navigation.top-menu,
nav.navigation.main-menu {
    height: 0;

    visibility: hidden;
}

nav.navigation.top-menu.mobile-menu {
    height: auto;
    visibility: visible;

}	
nav.navigation.top-menu.mobile-menu .navbar.pull-right{
    position: fixed;
    width:100%;
    z-index: 9999999999;
    background-color: #9a4451;
    right: 0;
}
}

@media (min-width: 980px) {
	.nav-collapse.collapse {
		display: block!important;
	}
}

.top-menu.mobile-menu .container {
    margin-top: 60px;
}
/*  end mobile menu  */

/* header fixes */
.header {
	background: #9a4451;
	margin-bottom: 0;
	padding-top: 40px;
	overflow: hidden;
}

.header .container, nav.top-menu .container, nav.main-menu .container {
	background: none;
	box-shadow: none;
	border: none;
	padding:0;
}

nav.top-menu .container{
	/* height: 60px; */
}

.header .container{
	padding: 20px 0;
}

.brand  {
   display: block;
   width: 20%;
}

.header-center  {
   display: block;
   width: 60%;
   margin-top: 10px;
}

 .header-search  {
   display: block;
   width: 20%;
}

.header-search {
    bottom: 0;
	color: #fff;
}

.today {
    float: none;
    bottom: 0;
    position: absolute;
    right: 0;
}

.header-inner {
	position: relative;
}

.header-center p {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'agavantgardecyr', "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.mod-languages {
    float: right;
    width: auto;
   /* max-height: 60px;*/
    display: block;
    padding-top: 20px;
    
}

.mod-languages select{
    background-color: #9a4451;
}

/* module vds */
.vds {
	float:right;
	margin-right: 33px;
	margin-top: -40px;
	
}
.vds:hover {
    background-color: #d27f7f;;
}
.vds a {
	color: #ffffff;
	text-decoration:none;
}
/*   end module vds   */

.namefr img {
	max-width: 40%;
}

@media (max-width: 480px) {
    .namefr{
        width:100%;
    }
    .namefr img {
	max-width: 100%;
}
	.header .brand.pull-left{
		width: 50%;
		margin-left: -20px;
		/*padding-top: 45px*/
	}

	.header .header-center.pull-left{
		width: 50%;
		margin-left: -40px;
		padding-bottom: 25px;
	}

	.header-center p {
		width:100%;
		font-size: 20px;
		letter-spacing: 0px;
		margin-left: 3%;
		margin-right: auto;
		
	}
	.header-center  {
	   margin-bottom: 0px;
	}

	.today {
    	right: 20px;
	}


	.today p {
    	margin: 0;
	}
	
	.vds {
		display:none;
	}
}

@media (max-width: 768px) {
	.mod-languages {
   		float: none;
   		width: 80%;
   		padding-top: 20px;
   		position: fixed;
   		top: -5px;
   		z-index:999999999;
   		left: 15px;
  }

    .vds {
  		margin-top: 50px;
  	}
}

@media (width: 1024px){
	.today{
		margin-bottom: -20px;
	}
	.mod-languages{
		float:right;
		padding-top: 60px;
		width: 240px;
	}
	.vds {
		padding-bottom: 15px;
	}
}


/*end heaader fixes */

/*   banerslide    */

.banerslider .nbs-flexisel-inner {
    background: #ffffff;
}

.nbs-flexisel-nav-left {
	background: url("../images/arrow-left.png") no-repeat center!important;
	height: 90%!important;
	top: 5%!important;
	width: 40px!important;
}

.nbs-flexisel-nav-right {
	background: url("../images/arrow-right.png") no-repeat center!important;
	height: 90%!important;
	top: 5%!important;
	width: 40px!important;
}

/*   footer copyright    */
footer.footer {
    background: #305f84;
    color: #e2d5d1;
}

footer.footer a{
    color: #e2d5d1;
}

footer.footer p{
    padding: 15px 10px;
    margin: 0;

}

/* page listing*/

.body .container {
    border-radius: 0;
}



}
#content .pagination {
    width: 100%;
    text-align: center;

}

ul.pagination-list {box-shadow: none;}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span{
    border: none;
}

.pagination ul > li > a, .pagination ul > li > span{
    border: none;
}

.pagination ul > li > a:hover, 
.pagination ul > li > a:focus, 
.pagination ul > .active > a, 
.pagination ul > .active > span{
	background: none;
}

/*    footer   */
.footer .footer1{
    padding: 15px 0;
    background: #305f84;
	font-style: #e2d5d1;
}

.footer1 .address p{
    padding: 15px 10px;
    margin: 0;
}

.footer1 .address, .footer1 .nav.menu.footer, .footer1 .socials {
    width: 33.33333%;
    float: left;
}

.footer1 .socials {
    text-align: left;
    margin-bottom: 40px;
}

.footer1 .socials a{
    width: 50px;
    height: 50px;
    /*border: 1px solid;*/
    padding: 5px;
}


.footer1 .nav > li > a:hover, .footer1 .nav > li > a:focus{
    background: none;
    text-decoration: underline;
}

a i.to-top {
    padding-top: 6px;
}

a#back-top {
    display: block;
    border: 1px solid #9a4451;
    background: #d27f7f;
	color: #fffff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 10px;
    right: 5%;
}

.nav.menu.footer  div {
    display: inline;
    margin-left: 12px;
}

.nav.menu.footer>li>a>span>span{
    margin-left: 9px;
}

.socLogo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.socBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px){
.footer1 .address, .footer1 .nav.menu.footer, .footer1 .socials {
    width: 49.9%;
    float: right;
}

.footer1 .socials {
	width: 99.9%;
    float: left;
}
}

@media (max-width: 440px){
.footer1 .address, .footer1 .nav.menu.footer, .footer1 .socials {
    width: 99.9%;
    float: left;
    margin-bottom: 15px;
}

.footer1 .socials {
	width: 99.9%;
    float: left;
}
}
/*   end footer    */

/*     lang dropdown fix    */
ul#topmenu {
    margin-right: 0;
    float: left;
}
select {
    width: auto;
}

.chzn-container.chzn-container-single.chzn-container-single-nosearch.chzn-with-drop.chzn-container-active {
    /* width: auto!important; */
}

.mod-languages .chzn-single {
    background: #c55e5e!important;
    border-radius: 0!important;
    box-shadow: none!important;
    border: none!important;
    height: 30px!important;
    line-height: 30px!important;
}

.mod-languages .chzn-container-single .chzn-single div{
    width: 0!important;
    height: 100%!important;
    margin-left: 2px!important;
    vertical-align: middle!important;
    border-top: 4px dashed!important;
    border-top: 4px solid \9 !important;
    border-right: 4px solid transparent!important;
    border-left: 4px solid transparent!important;
    border-top-color: #fff!important;
    border-bottom-color: #fff!important;
}

.mod-languages .chzn-container{
	height: 30px!important;
}

.mod-languages .chzn-container-single .chzn-single span {
  margin-right: 5px!important;
}

.mod-languages .chzn-container-single .chzn-single div {
  position: relative;
  top: 30px!important;
  right: 10px!important;
}

.mod-languages .chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none!important;
  border-radius: 0!important;
  border-top: 0;
  background: #d27f7f!important;
  color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.mod-languages .chzn-container .chzn-results {
  margin: 0!important;
  padding: 0!important;
  -webkit-overflow-scrolling: touch;
}

.mod-languages .chzn-container .chzn-results li.active-result{
	line-height: 30px;
	text-align:center;
}

.mod-languages .chzn-container .chzn-results li.active-result.result-selected{
	background: #d27f7f!important;
}

.mod-languages .chzn-container .chzn-results li.active-result:hover{
	background: #c55e5e!important;
}

/*   lng inline fix   */

.mod-languages .lang-inline a {
    color: #fff;
}

.mod-languages .lang-inline a:hover {
    text-decoration: none;
}

.mod-languages .lang-inline a img {
    height: 40px;
}

@media (max-width: 767px){
    .mod-languages .lang-inline a img {
    height: 37px;
    }
}
}

/*    search   */
.navigation .search {
    line-height: 30px;
    width: auto;
    float: right;
    margin-top: 12px;
}

.search form {
    margin: 0;
    height: 30px;
    position: relative;
    display: table;
    padding-top: 15px;
}

@media (min-width: 767px){
    .search form {
        float: right;
    }
}

.search input[type="search"]{
    height: 30px;
    border-radius: 0;
    background: #9a4451;
    color: #fff;
    border: 2px #fff solid;
    font-size: 16px;
}

.search input[type="search"]{
    content: " ";
    /* margin-top: -10px; */
}

input::-webkit-input-placeholder { 
    color: #e2d5d1; 
    font-size: 16px;
}

  .search i.fa.fa-search.fa-2x {
    padding-right: 7px;
    font-size: 1.5em; 
   /*  padding-top: 10px; */
     vertical-align: middle;
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 4px;
    display: none;
} 

.mod-languages .chzn-single {
   color: #fff!important;
}

@media (max-width: 1200px){
.search input#mod-search-searchword {
    width: 165px;
}
}

/*   big-slider   */

.big-slider div {
    /*margin: 0;*/
	
	margin-left: auto;
    margin-right: auto;
}

.big-slider .nivo-controlNavHolder {
    position: absolute;
    bottom: 0;
    width: 100%;
	
}

.big-slider div#ais_165_wrapper {
    max-width: 1200px;
    width: 100%;
	margin-top: 20px;
	margin-bottom: -20px;

}

.nivoSlider {
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	
}

a.nivo-control {
    background: #fff!important;
    border-radius: 6px!important;
    border: solid 2px #9a4451!important;
    height: 12px!important;
    width: 12px!important;
}

a.nivo-control.active {
    background: #9a4451;
}

.nivo-directionNav a.nivo-prevNav,
.nivo-directionNav a.nivo-nextNav {
    background: url("../images/arrow-left.png") no-repeat center;
    height: 100%;
    width: 41px;
    /*background-size: 41px 132px;*/
    /*right: 50px!important;*/
    /*margin-top: 0;*/
    top: 0;
}

.nivo-directionNav a.nivo-prevNav{
    background: url("../images/arrow-left.png") no-repeat center;    
}
.nivo-directionNav a.nivo-nextNav {
    background: url("../images/arrow-right.png") no-repeat center;
}


/*   end big-slider   */

/* abitur knopki */
@media (min-width: 1025px){
.abitur .span4{
    margin-right: -50px;
}    
.abitur {
    margin-left: 100px;
}

}

.abitur{
   text-align:center;
}

.knopka {
    width: 280px;
    height: 280px;
	/*position: absolute;*/
    left: 186px;
    top: 0px;
}

.knopka img {
	width: 100%;
	max-width: none;
	height: auto;
	border-radius: 15px;
	float: left;
}
.knopka a {
	display: block;
	overflow: auto;
	position: absolute;
	/*z-index: 1000;*/
	overflow: hidden;
	text-decoration: none;
	/*left: 0;
	right: 0;
	bottom: 0;
	top: 0;*/
}
.knopka h2{
	display: block;
    font-size: 12px;
    color: #414042;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.knopka .titles {
	background: transparent url(../../../images/stories/abitur/knopki/shestiugolnik.svg) no-repeat 50% 50%/110px auto;
    background-image: url(../../../images/stories/abitur/knopki/shestiugolnik.svg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 160px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
}


.knopka .titles:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
} 

.description{
	display: none;
	width: 150px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.description ul {
    list-style: disc;
}
.description ul li {
text-align: left;

}

.knopka .titles:hover .name {
	display: none;
}

.knopka .titles:hover .description {
	display: inline;
}

.knopka .titles {
	/*position: absolute;*/
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out;
    -webkit-transform: perspective(150px) rotateX(0deg) rotateY(0deg);
    transform: perspective(150px) rotateX(0deg) rotateY(0deg);
    width: 280px;
    height: 280px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (width: 768px){
.knopka{
    width: 230px;
    height: 230px;
}   

.knopka .titles {
    width: 230px;
    height: 230px;
    background-size: 130px;
}

.knopka h2{
    font-size: 10px;
}
}
/* abitur knopki end */

/* calculate spec start */
.formasubject{
    background: linear-gradient( to top right, #1DB0BD, #C2E397);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: auto;
}
label {
    width: 212px;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 0;
    background-color: white;
}
.linesubject {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    border: 0;
    height: 2px;
    margin: 10px 0 12px 0;
}
.buttonsubject {
  background: #FFFFFF;
  border: none;
  border-radius: 15px;
  color: #1DB0BD;
  padding: 2px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.buttonsubject:hover {
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.seachsubject{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
}
@-moz-document url-prefix() {
   .seachsubject{
    margin-top: 15px;
    padding-bottom: 20px;
}
    label{
        width: 225px;
    }
}
.textsubject{
    color: #FFFFFF;
}
.instructionsubject{
    text-align: justify;
}
.textlist {
    text-align: center;
}
.containerspec{
    margin-top: 10px;
}
.flex-conteiner{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.predmety-first {
    display: flex;
    flex-direction: column;
    padding-right: 25px;
}
.predmety-second {
    display: flex;
    flex-direction: column;
    padding-right: 25px;
}
.predmety-third {
    display: flex;
    flex-direction: column;
}
.formasubject p {
    text-align: center;
    padding: 12px 0 0 0;
    margin: 0 0 9px 0;
}
.cheksub {
    opacity: 0.4;
}
.subjectname {
    opacity: 0.4;
}
input:checked{
    opacity: 1;
}
input:checked + span{
    opacity: 1;
}

@media (max-width: 767px){
.flex-conteiner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.predmety-first {
    padding-right: 0px;
}
.predmety-second {
    padding-right: 0px;
}
}  
.specialpsu{
    background: linear-gradient( to top right, #1DB0BD, #C2E397);
    height: 50px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0 0 0;
}
.specialpsu a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
/* calculate spec end */
/* logo faculteta start */
.logo-fakultet {
    border-radius: 10px;
}
/* logo faculteta end */
/*   special slider start   */
/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */

.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:654px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}
/*   special slider end   */
/*   main content   */
.page-header {
    margin: 20px 0 20px;
}

main h1{
	font-size:26px;
}

main h2{ 	
    font-size:20px; 
    }

@media (max-width: 979px){
main h1{
	font-size:18px;
	}

main h2{
	font-size:16px;
	}
}

main .blog-featured .items-row .item .item-image {
    margin-left: 0!important;
    width: 100%;
}

main .blog-featured .items-row .item .item-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#AfterCont .span3 {
    width: 31.333%;
}

.LeftCont{
    width: 25%;
    float: left;
    padding-right: 5px;
    display: block;
}

.AC-right {
    background-color: #ffffff;
    /*box-shadow: 0 0 5px 0px #9a4451;
    padding: 15px;*/
    border-radius: 10px;
    color: #ffffff !important; 
    /*margin-left: 40px;
    float: left;*/
}

.AC-left {
    margin-top: 5px;
    background-color: #9a4451;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff !important; 
}

.AC-midle{
  background-color: #305f84;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff !important; 
}



@media (max-width: 768px) {
	#AfterCont .span3 {
    	width: 100%;
    	margin-bottom: 15px;
 }
    .parent{
        display: flex;
        flex-flow: column;
    }
    .component{order:1;}
    .LeftCont{order:2;}

    .LeftCont{
        width: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .AC-left{
        width: 100%;
    }
    .AC-midle{
        width: 100%;
    }
    .AC-right{
        margin-bottom: 5px;
        margin-left: 0px;
    }
}


/*karusel*/
.moduletableobjava h3{
    color: #000000;
    font-weight:bold;
}
@media (min-width: 1025px){
    .moduletableobjava {
        height: 225px;
    }
    .arhiv {
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .AC-right {
         width: 75%;
        float: left;
        padding-left: 30px;
        
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #AfterCont .span3 {
        width: 100%;
        margin-bottom: 15px;
 }
    .parent{
        display: flex;
        flex-flow: column;
    }
    
    .component{order:1;}
    .LeftCont{order:2;}
    
    .LeftCont{
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-flow: row;
    }
    .AC-left{
        order:1;
        width: 30%;
        height: 60%;
        margin-right: 5px;
    }

    .AC-midle{
        order:2;
        width: 70%;
        height: 100%;
        margin-top: 4px;
        
    }

    .AC-right{
        margin-bottom: 5px;
        margin-left: 0px;
    }

}


/*   end main content   */

/*   search fix   */
form#searchForm:after {
    content: "";
    display: table;
    clear: both;
}

.mobile-menu .search {
    z-index: 99999;
    display: block;
    position: relative;
    float: none;
    margin: 10px 0 10px 0;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.mobile-menu .search input#mod-search-searchword {
    width: 100%;
}
/*end search fix*/

/*dj-tabs fix*/
.dj-psu .djtabs-panel-title{
	margin-left:10px;
	/*text-transform:capitalize;*/
}
/*end dj-tabs fix*/

/* reg form fix */

.bfFieldset-l .chzn-search {float: left;clear: both;}

.bfFieldset-l ul.chzn-results {
    float: left;
    clear: both;
    width: 100%;
}

/*  end reg form fix */

  table {
       max-width: 100%;
       background-color: transparent;      
       border-collapse: collapse;
       border-spacing: 0;
      }
      td {
        border: 1px solid #ababab;
        padding: 5px;
      }
      
   /*  tr:hover { 
        background-color: #b4d9f7;
      } */

/* Переопределение стиля миниатюр*/
.thumbnail-none-border {
   border: 1px solid #fff; 
}

/*Отображение в две колонки*/
article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
   }

/* Для архива Настежь*/
div.line  {
    float: left;
    width:250px; 
    height:190px;
    border: 3px solid #315e85; /* Рамка вокруг фотографии */
    padding: 15px; /* Расстояние от картинки до рамки */
    background: #fff; /* Цвет фона */
    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */
   }

/* Оформление списков*/
.rectangle-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	*padding: .4em;
	margin: .5em 0 .5em 2.5em;
	/*width: 30%;*/
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;	
}

.rectangle-list a:hover{
	background: #f5f5f5;
	
}	

.rectangle-list a:before{
    content: "";
	counter-increment: li;
	position: absolute;	
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	border-radius: 3px;
	background: #305f84;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	
}

.rectangle-list a:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	//color: #444;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;				
}

.rectangle-list a:hover:after{
	left: -.5em;
	border-left-color: #305f84;	
	
}
/*Адаптивность для факультетов*/
@media (min-width: 500px){
	.mobileacc{
		height: 0;
		overflow: hidden;
	}
	.mobiletab{
		height: 100%;
		overflow: visibility;
	}
}

/* Вкладки (табы)
-----------------------------------------------------*/
 
 
/* бфзовый контейнер вкладок(табов) */
 
.tabs-box {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}
 
 
/* панель вкладок */
 
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    /*height: 42px;*/
    border-bottom: 1px solid #ddd;
    width: 100%;
}
 
ul.tabs li {
    float: left;
    margin: 0 0.8px;
    cursor: pointer;
    padding: 0 12px;
    line-height: 40px;
    background-color: #74b4e8;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-size: 16px;
	border-radius: 5px 5px 0 0;
}
 
 
/* указываем стиль правой рамки у последней вкладки */
 
.tab_last {
    border-right: 1px solid #74b4e8;
}
 
 
/* стили вкладок при наведении */
 
/*ul.tabs li:hover {
    background-color: #26A69A;
    color: #fefefe;
}*/
 
 
/* стили активных вкладок */
 
ul.tabs li.active {
    background-color: #2384d3;
    color: #fff;
    display: block;
}
 
 
/* контейнер вкладок первого уровня 
 * включающий в себя панели заголовков аккордеона
*/
 
.tab_container {
    border: 1px solid #ddd;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}
 
 
/* блоки с содержанием по-умолчанию скрыты 
 * указать раскрытым при загрузке нужный блок
 * с помощью style="display: block;" в html
*/
 
.tab_content {
    padding: 20px;
    display: none;
}
 
 
/* параграф внутри блоков с содержанием */
 
.tab_content p {
    margin-bottom: 10px
}
 
 
/**
 * Изображения внутри вкладок
 * ...сделаем их отзывчивыми
 */
 
.tab_content img {
	max-width:100%;
    width: auto;
    height: auto;
    
}
 
 
/* полноразмерная картинка */
 
.tab_content img .large-img {
    width: 100%;
    margin-bottom: 10px;
}
 
 
/* миниатюра слева */
 
.tab_content img.img-left {
    width: 25%;
    float: left;
    margin: 5px 15px 15px 0;
}
 
 
/* миниатюра справа */
 
.tab_content img.img-right {
    width: 25%;
    float: right;
    margin: 5px 0 15px 15px;
}
 
 
/* Встраиваемое видео */
 
.video-responsive {
    margin: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 
 
/* Предусмотри использование кода встраиваемого видео
 *через iframe, object или embed */
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
 
/* аккордеон скрыт в режиме вкладок */
 
.tab_accordion {
    display: none;
}
 
 
/* Переход вкладок в режим аккордеона 
 * при достижении размера окна просмотра 480px 
*/
 
@media screen and (max-width: 720px) {
    /* скрываем вкладки */
    .tabs {
        display: none;
    }
    /* показываем элементы аккордеона */
    .tab_accordion {
        position: relative;
        background-color: #74b4e8;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        border-top: 1px solid #ccc;
        margin: 0;
        padding: 14px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* панели аккордеона при наведении */
    /*.tab_accordion:hover {
        background-color: #009688;
    }*/
    /* переключатель вкладок, положение вниз */
    .tab_accordion:before {
        content: '';
        height: 8px;
        width: 8px;
        display: block;
        border: 2px solid #fefefe;
        border-right-width: 0;
        border-top-width: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        right: 20px;
        top: 18px
    }
    /* состояние активных панелей */
    .d_active {
        background-color: #2384d3;
        color: #fff;
    }
    /* активный переключатель, положение вверх */
    .d_active.tab_accordion:before {
        border: 2px solid #fefefe;
        border-left-width: 0;
        border-bottom-width: 0;
        top: 18px
    }
}

/* Адаптивность блоков div, расположенных в строку */  
div.adaptives {
  width: 96%;
  margin: 0 auto; 
}
 
.masonry {
  max-width: 100%;
  vertical-align:top;
  display: inline-block;
}

/* Для средних устройств (планшеты) */
@media (min-width: 420px) {
.masonry {
    max-width: 48%;
  }
}

/* Для больших устройств (ноуты, пк) */
@media (min-width: 769px) {
.masonry {
    max-width: 24%;
  }
}

/* Для широкоформатных устройств */
@media (min-width: 1024px) {
.masonry {
    max-width: 100%;
  }
}
/* Конец адаптивности блоков div*/  

.moduletable_all a {
  color: #e2d5d1;
}

.breadcrumb > li {
	text-transform: uppercase;
}
/* Блок специальности 2020 заоч сокр */
.spec_2020_zaoch-sokr{
    display: flex;
    justify-content: space-around;
}
/* Блок специальности 2020 заоч сокр конец */