* {
    margin:0;
    padding:0;
}
html{
    width: 100%;
    height: auto;
    min-height:100%;
    background: #fff;
}
body {
    font-size: 14px;
    font-weight: normal;
    width:100%;
    height: auto;
    min-height:100%;
    margin:0;
    line-height:20px;
    font-family: Arial, Helvetica, Tahoma, Verdana,  sans-serif;
    position: relative;
    text-align: center;
}
aside, nav, main, footer, header, section { display: block; }
img{
    border: 0;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.container{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
}
header{
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
    background: #fff;
    text-align: center;

}
.header{
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 1256px;
    margin: 0 auto;
}

.lang, .soc{
    font-size: 11px;
    text-transform: uppercase;
    color: #090909;
    position: relative;
    float: right;
    white-space: nowrap;
    margin-left: 0.5%;
    display: inline-block;
    min-width: 5%;
    text-align: right;
    z-index: 500;
}
 .soc{ width:220px; margin-top: -18px; }
.lang{
    min-width: 7%;
}
.lang ul, .soc ul{
    list-style: none;
    width: auto;
}
.lang li, .soc li{
    margin: 12% 2% 0 2%;
    display: inline-block;
}
.soc li{
    margin: 12% 3% 0 3%;
    width: 22px;
    height: 23px;
}
.soc li a{
    display: block;
    width: 100%;
    height: 100%;
}
.soc_fb a{
    background: url("image/top_fb0.png") no-repeat;
}
.soc_fb a:hover{
    background: url("image/top_fb.png") no-repeat;
}
.soc_tw a{
    background: url("image/top_tw0.png") no-repeat;
}
.soc_tw a:hover{
    background: url("image/top_tw.png") no-repeat;
}
.soc_in a{
    background: url("image/top_in0.png") no-repeat;
}
.soc_in a:hover{
    background: url("image/top_in.png") no-repeat;
}
.soc_inst a{
    background: url("image/top_inst0.png") no-repeat;
}
.soc_inst a:hover{
    background: url("image/top_inst.png") no-repeat;
}
.soc_yt a{
    background: url("image/top_youtube0.png") no-repeat;
}
.soc_yt a:hover{
    background: url("image/top_youtube.png") no-repeat;
}
.soc_gplus a{
    background: url("image/top_gplus0.png") no-repeat;
}
.soc_gplus a:hover{
    background: url("image/top_gplus.png") no-repeat;
}
.lang a{
    color: #090909;
    text-decoration: none;
}
.lang a:hover{
    text-decoration: underline;
}

.lang_active{
    margin-right: 1%;
}
.button_search{
    float: right;
    position: relative;
    font-size: 0;
    line-height: 0;
    width: auto;
    height: auto;
    display: inline-block;
    padding-top: 0.8%;
    padding-left: 1%;
    cursor: pointer;
    margin-right: 1%;
    z-index: 500;
    overflow: hidden;
    }
.button_search img{
    transition: all 0.2s linear;
}
.button_search:hover img{
    transform: scale(1.1);
}
.logo{
    float: left;
    width: auto;
    max-width: 20%;
    padding: 0.2% 0.5% 0 0.5%;
    z-index: 500;
    position: relative;
}
.logo img{
    width: 100%;
}
.logo_text{
    width: auto;
    float: left;
    color: #00409b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding-top: 1.3%;
    line-height: 12px;
    max-width: 70%;
}
.logo_text span{
    color: #9cb5d8;
    font-size: 10px;
    font-weight: normal;
}
.header_bottom{
    width: 100%;
   height: 34px;
    background: #00409b;
    display: block;
    position: relative;
    margin-top: -72px;
    z-index: 200;
    margin-bottom: 10px;
}
nav{
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 1256px;
}
nav ul{
    list-style: none;
    width: 100%;
    height: 100%;
    text-align: right;
}
nav li{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0 2%;
    height: 34px;
    line-height: 34px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, Verdana,  sans-serif;
    position: relative;

   }
nav li a{
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;

}
nav li a:hover{
    color: #e1f7fa;
 background: url("image/menutriangle.png") 50% 0 no-repeat;
}
nav li ul{
    display: none;
}
nav li:hover ul{
    display: inline-block;
    background: #165dc3;
    position: absolute;
    top: 34px;
    left: -20px;
    width: auto;
    z-index: 250;
    height: auto;

}
#menu-item-7742:hover ul{
    display: inline-block;
    background: #165dc3;
    position: absolute;
    top: 34px;
    left: -20px;
    width: auto;
    z-index: 250;
    height: auto;
	-moz-column-count: 2;
    -moz-column-gap: normal;
    -webkit-column-count: 2;
    -webkit-column-gap: normal;
    column-count: 2;
    column-gap: normal;
    padding-top: 10px;

}
nav li ul li{
    display: block;
    float: none;
    text-align: left;
    width: auto;
    height: 25px;
    line-height: 25px;
    text-transform: none;
    margin: 0;
    padding: 1px 15px;
}

nav li ul li:hover, nav li ul li a:hover, .nav li ul li:hover a{
    background: #00409b;
}
.nav_active{
    color: #fff;
    background: #3273ae;
    padding: 0 2% 0.1% 2%;
}
.right_submenu ul, #menu-item-7745 ul{
        right: -24px;
    left: -220px !important;
}

#menu-item-27459 ul{ /*nauka*/
        right: -35px;
    left: -390px !important;
}

#menu-item-26282 ul{ /*studentu*/
        right: -283px;
    left: -375px !important;
	-moz-column-count: 2;
    -moz-column-gap: normal;
    -webkit-column-count: 2;
    -webkit-column-gap: normal;
    column-count: 2;
    column-gap: normal;
    padding-top: 10px;
}

#menu-item-25959 ul{ /*vipuskniku*/
        right: -134px;
    left: -110px !important;
}
 .inner_text div{
 color: #878787;
 font-size: 16px;
 }

.search{
    width: auto;
    max-width: 150px;
    height: auto;
    display: none;
    margin-top: 0.5%;
    margin-right: 0.5%;
    position: absolute;
    z-index: 300;
    top: 26px;
    right: 0;
}
#poisk {
    width: 145px;
    height: 24px;
    display: inline-block;
    background: #fff;
    margin-top: 8px;
    border-radius: 3px;
    border: 1px solid #a5c2db;
}
#poisk .input {
    width: 110px;
    height: 24px;
    padding: 0 2px 1px 2px;
    background: none;
    color: #7b7b7b;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    /* border-radius: 0px; */
    margin-left: 3px;
}
#poisk input {
    float: left;
    border: none;
}
@-moz-document url-prefix() {
    #poisk .input {
        height: 22px;
        padding-bottom: 2px;
    }
}

#poisk .submit {
    width: 15px;
    height: 24px;
    cursor: pointer;
    margin-left: 4px;

    background: url("image/button_search.png") no-repeat 50% 40%;
    vertical-align: middle;
}
.container_iview{
    display: block;
    max-width: 1000px;
    min-width: 300px;
    position: relative;
    margin: -85px auto 0;
    z-index: 100;
}

#toTop {
    width: auto;
    text-align:center;
    padding:0;
    position:fixed;
    bottom:10px; /* ������ ������ �� ������� ���� ��������*/
    right:10px;
    cursor:pointer;
    display:none;
    z-index: 500;
    font-size:1px;
}
#toTop img{
    z-index: 500;
    width: 60%;
}

.nivoSlider a {
    border:0;
    display:block;
}
.theme-default .nivo-controlNav {
   text-align: center;
    padding: 0 0 8px 0;
    margin-top: 0;
    position: relative;
    z-index: 100;
}
.theme-default .nivo-controlNav a {
    display:none;
    width:22px;
    height:22px;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
background:url(image/bullets.png) no-repeat;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:none;
    width:17px;
    height:30px;
    background:url(image/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:-17px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color: #6a655f;
    font-size: 18px;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
    background:#fff;
    /*border-bottom: 1px solid #00409b;*/
margin-top: -10px;

}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;
    filter:alpha(opacity=0);
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(255, 255, 255, 0.6);
    color:#000;
    width:100%;
    z-index:8;
    padding: 5px 10px 5px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    border-top: 1px solid #fff;
    vertical-align: middle;
        /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;

}
.nivo-html-caption {
    display:none;

}
.caption {
    width: 100%;
    max-width: 1256px;
    margin: 10px auto 0;

}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 0;

}
.nivo-controlNav a {
    cursor:pointer;

}
.nivo-controlNav a.active {
    font-weight:bold;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
    margin: 2px 1px 3px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #00409b; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
    *zoom: 1; }
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text {
    margin: 0; }
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_menu:before {
    content: " ";
    display: table; }
.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
    clear: both; }
.slicknav_nav ul {
    display: block; }
.slicknav_nav li {
    display: block; }

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
    cursor: pointer; }
.slicknav_nav .slicknav_item a {
    display: inline; }
.slicknav_nav .slicknav_row {
    display: block; }
.slicknav_nav a {
    display: block; }
.slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
    float: left; }
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background:#165dc3;
    padding: 5px;

}
.slicknav_menu * {
    box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_menu {
    display:none;
}
.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; }
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
.slicknav_nav .slicknav_row:hover {
    background: #00409b;
    color: #fff; }
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
.slicknav_nav a:hover {
    background: #00409b;
    color: #fff; }
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
.slicknav_nav>.active_nav{
    background: #3273ae !important;
    padding: 5px 10px;
    margin: 2px 5px;
}
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}
main{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
margin-bottom: 5px;

}
.content, .content_kaf{
    width: 77%;
    height: auto;
    display: inline-block;
    float: left;
	background: #fff;
padding-top: 10px;
}

.main{
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    display: inline-block;
    /*border-bottom: 1px solid #d0d0d0;*/
	z-index: 100;
    position: relative;

}
section{
    width: 100%;
   display: inline-block;
}
.section_kaf{
    width: 98%;
	    color: #878787;
		    font-size: 16px;
}
.section_kaf p{
	text-align:justify;
}
.section_kaf ul{
    margin:10px 20px;
}
.section_kaf ul li{
	list-style: disc;
    text-align: justify;
}
.content_menu li{
    text-transform: uppercase;
}

.ttab2{
width: 100%;
height: auto;
}


.ttab2 tr:nth-child(2n+1){
background: #eee;
padding: 1%;
}

.ttab2 td{
 padding:10px;
box-sizing: border-box;
}

.but1 a{
background: #3a639e;
    color: #fff;
    padding: 20px 10px;
    margin: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.but1 a:hover{
   background:#164485;
text-decoration: none;
color:#fff;
}


.new_one{
    width: 99%;
    height: auto;
margin-left:1%;
}
.new_one_img{
    width: 16%;
    height: auto;
    border: 1px solid #d0d0d0;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 0 2% 0 0;
    line-height: 0;
    font-size: 0;
}

.new_one_img img{
    width: 100%;
    transition: all 0.2s linear;
}
.new_one_img:hover img{
    transform: scale(1.1);
    margin: 0;
    padding: 0;
}
.new_one_info{
    width: 79%;
    height: auto;
    text-align: justify;
    font-size: 14px;
    color: #919191;
    padding: 1% 1% 0 1%;
    float: left;
background: #fff;
}
.new_date{
    font-size: 12px;
    color: #bbb;
}
.new_one h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #1b60c4;
    font-weight: normal;
    padding: 0.5% 0 1% 0;
    text-align: left;
}
.new_one h3 a{
    color: #1b60c4;
}
.new_one h3 a:hover{
    color: #234a81;
}
.new_one a{
    color: #75abf9;
    display: block;
}
.new_one p{
    padding: 1% 0;
}
.new_one a:hover{
    text-decoration: underline;
}

.razdel{
    width: 99%;
    height: 1px;
    background: #f4f4f4;
    display: inline-block;
    margin: 0 0 0.5% 1%;
}
aside, .aside_inner{
    float: right;
    width: 22%;
    display: inline-block;
    height: auto;
background: #fff;
/*padding-top: 10px;*/
}

.bottom_menu_u{
	padding:6px 0;
	
}

.button_med, .button_military, .button_media, .button_commission, .button_konkurs, .button_rector, .button_okup, .button_nmu_175, .button_registr_stud, .button_poradi, .button_prac, .button_oberig{
    width: 99%;
    height: auto;
   /* border: 1px solid #d0d0d0;*/
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;    
    padding: 0.1%;
    margin: 0.5% auto;

}


.button_med a, .button_military a, .button_media a,  .button_commission a, .button_konkurs a, .button_rector a,  .button_okup a, .button_nmu_175 a, .button_registr_stud a, .button_poradi a,.button_prac a, .button_oberig a{
    margin: 1px;
    width: 99.5%;
    height: 100%;
    background: #BFCFE6;
    color: #fff;
    display: block;
    padding: 8px 0;
}


.button_med a:hover, .button_military a:hover, .button_media a:hover,  .button_commission a:hover, .button_rector a:hover,  .button_okup a:hover, .button_nmu_175 a:hover, .button_registr_stud a:hover, .button_poradi a:hover,.button_prac a:hover, .button_oberig a:hover{
    background: #6B90C5;
color:#fff;
}

.button_commission a{

    background: #4C79CD;
    font-size: 26px;
    padding: 24px 0;
    line-height: normal;
}


.button_commission a:hover{
 background: #3460B4;
}

.button_konkurs a{

    background: #89AEE2;
    font-size: 26px;
    padding: 18px 0;
    line-height: normal;
}


.button_konkurs a:hover{
 background: #3460B4;
}


.head_sm, .slider_inostr{
width: 100%;
height: auto;
display: inline-block;}
.menu_sm{
width: auto;
height: auto;
float: left;
display: inline-block;
color: #00409b   ;
min-width: 50%;
 padding-left: 2%;
    padding-top: 1%;
    box-sizing: border-box; 
}
.menu_sm a{
color: #00409b   ; 
text-decoration: none;
}
.menu_sm a:hover{
text-decoration: underline;
}
.menu_sm span{
padding: 0 5px;}
.butt_flex{
width: 100%;
height: auto;
display: flex;
}
.butt_flex {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}
.butt_flex_one {
    width: 33%;
    align-content: stretch;
}

/*
.button_commission a{
	 background: #4963A0;
}
.button_commission a:hover{
    background: #30477D;
}

.button_med a:hover{
    background: #0A8989;
}
.button_military a{
    background: #9EAA5F;
    
}
.button_military a:hover{
    background: #88915A;
}
.button_rector a{
	 background: #FFAB1A;
	 
}
.button_rector a:hover{
    background: #EC9808;
}
.button_media a{
    background: #D76E11;
    
}
.button_media a:hover{
    background: #AC5100;
}
.button_okup a{
	background:#B89052;
}
.button_okup a:hover{
	background:#9C7E50;
}
.button_nmu_175 a{
	background:#C68885;	
}

.button_nmu_175 a:hover{
	background:#A5716F;
}
.button_registr_stud a{
	background:#1BABAB;
}
.button_registr_stud a:hover{
	background:#0A8989;
}

.button_poradi a{
	background:#829FBF;
}
.button_poradi a:hover{
	background:#6B84A0;
}

.button_prac a{
	background:#E78FB8;
}
.button_prac a:hover{
	background:#CF7CA3;
}
.button_oberig a{
	background:#14B25E;
}
.button_oberig a:hover{
	background:#129A52;
}*/


.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0;
    background: #ffffff;
    position: relative;
    zoom: 1;
    padding: 0;
	    padding: 0 8px;
    width: 95%;
    display: block;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    margin: 0;
    line-height: 0;
    font-size: 0;
}
.flex-viewport {   
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
display: none;
}
.flex-direction-nav a {
    text-decoration: none;
    display: none;
    width: 40px;
    height: 40px;
    margin: -200px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -15px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #b5c8e2;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #00409b;
}
.flex-control-paging li a.flex-active {
    background: #00409b;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.right_menu{
    width: 99%;
    height: auto;
    display: inline-block;
	
}
.right_menu ul{
    margin-left: 7px;
    list-style: none;
    text-align: left;
    margin-top: 5px;
}
.right_menu li{
    text-align: left;
    background: url("image/right_menu_bullets.png") no-repeat 0 8px;
    padding-left: 15px;
    display: inline-block;    
	width:95%;
	 margin: 1px 0;
}
.right_menu li a{
    color: #00409b;
	font-size:15px;
text-transform: uppercase;
}
.right_menu li a:hover{
    color:#6BA7FF;
}
.right_menu li:hover{
    background: url("image/right_menu_bullets.png") no-repeat 3px 8px;
	
}
.last_news_inner, .last_news{
    width: 99%;
    border: 1px solid #d0d0d0;
    height: auto;
    text-align: left;
    display: inline-block;
}
.last_news{
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
   
}
.last_new_one{
    width: 100%;
    display: inline-block;
   /* margin-top: 0.5%;
    margin-bottom: 0.5%;*/
}
.last_news h3, .last_news_inner h3{
    background: #ddd;
    margin: 1px;
    text-align: center;
    color: #fff;
    padding: 6%;
    margin-bottom: 2%;
}
.last_news_date{
    font-size: 11px;
    color: #83b5ff;
    padding-left: 10px;
}
.last_news_info{
    font-size: 16px;
    text-transform: uppercase;
    color: #808080;
    padding-bottom: 5px;
    padding-left: 10px;
}
.last_news_info a{
    color: #808080;
    display: block;
}
.last_news_info a:hover{
    color: #00409b;
}
.news_all{
    width: 100%;
    text-align: right;
    display: inline-block;
    font-size: 12px;
margin-top:-20px;
position: relative;
z-index: 100;

}
.news_all a{
    color: #c8c8c8;
    padding: 0 15px 15px 0;
}
.news_all a:hover{
    text-decoration: underline;
}
.breadcrumbs{
    width: 85%;
    margin-left: 15%;
    margin-bottom: 3%;
    color:#AFAFAF;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
}
.breadcrumbs a{
    color: #8a8a8a;
    height: 100%;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs span{
   padding: 0 1%;
}
h1{
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #1b60c4;
    margin-bottom: 1%;
    margin-left: 1%;
}
.section_kaf h1{
    margin-left: 0;
}
h2{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #6f9bda;
    margin-bottom: 1%;
}
h4{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #1b60c4;
    margin: 1% 0;
    
}
.kaf_info{
    width: 100%;
    height: auto;
    display: inline-block;
}
.kaf_stuff{
    width: 10%;
    height: auto;
    float: left;
    display: inline-block;
}
.kaf_stuff img{
    width: 100%;
}
.kaf_info_text, .inner_text{
    width: 100%;
    margin-left: 1%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
	text-align:justify;
}

.kaf_info_text p, .inner_text p{
    color: #878787;
    padding: 1%;
    text-align:justify;

}
.inner_text p{
    font-size: 16px;
    text-align: justify;
    padding: 1% 1% 1% 0;
}


.inner_text p img{
    width: auto;
max-width: 100%;
height:auto;
}
.inner_text table{
	 color: #878787;
	 font-size: 16px;   
}
.soc_like{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
	margin:10px 0 10px 0;
	padding: 0 10px;
}
.tooltip {
    font-size: 12px;
    color:#424a4d;

    position:relative;
    width:auto;
    padding:5px;
    margin:5px;

    border: 1px solid #186F8F;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 5px;
    background-color:#fff;
    display: inline-block;
    float: left;

}



/* Common rules for all arrows */
.tooltip:before,
.tooltip:after {
    content:"\2666";
    font-family: monospace;
    font-size:22px;
    line-height:52px;
    text-align:center;

    position:absolute;
    overflow:hidden;
    width:50px;
    height:50px;

    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.tooltip:before {
    color:#186F8F;
}
.tooltip:after {
    color:#fff;
}

/* Right arrow */
.rightArrow:before,
.rightArrow:after {
    top:50%;
    right:-25px;
    margin-top:-25px;
    clip:rect(0px, 50px, 50px, 25px);
}

.rightArrow:after {
    right:-24px;
}
.soc_tweet{
    border: 1px solid #347acc;
    background: #4099ff;
    padding: 0.4%;
    font-size: 12px;
    float: left;
    border-radius: 5px;
    margin: 5px;
    text-transform: none;
}
.soc_tweet a{
    color: #fff;
}
.menu_kaf{
    float: right;
    width: 21.9%;
    display: inline-block;
    height: auto;
    text-align: left;
    text-transform: none;
    margin-bottom: 5px;

}
.menu_kaf ul{
    list-style: none;
}
.menu_kaf li{
    text-align: left;
	width:100%;
 background: #4963A0;
margin-bottom: 1px;
}
.menu_kaf li:hover{
 background: #30477D;
}


.butt_flex_one a em{
color: #FFD800;
font-style: normal; 
}

.menu_kaf li a{
    background: url("image/menu_kaf_bullets_w.png") no-repeat 6px 9px;
    padding: 3px 0 3px 25px;
    display: block;
    width: 85%;
    height: 100%;
    color: #fff;
text-transform: uppercase;
}
.menu_kaf li a:hover{
    background: url("image/menu_kaf_bullets_w.png") no-repeat 9px 9px;
}
.menu_kaf li ul li{
    text-align: left;
	width:100%;
 background: #fff;
margin-bottom: 0;
}
.menu_kaf li ul li:hover{
 background: #fff;
}

.menu_kaf li ul li a{	
 background: url("image/menu_kaf_bullets.png") no-repeat 15px 9px;
	padding: 3px 0 3px 30px;
    display: block;
	line-height: 14px;
color: #00409b !important;
text-transform: none;
}
.menu_kaf li ul li a:hover{	
	background: url("image/menu_kaf_bullets.png") no-repeat 18px 9px;
	padding: 3px 0 3px 30px;
    display: block;
    color: #165DC3 !important; 
	
}
.all_link{
    width: 100%;
    max-width: 1256px;
    margin: 10px auto 0 auto;
    height: auto;
    display: inline-block;
    text-align: center;
background: #fff;
}
.all_link ul{
    list-style: none;
}
.all_link li{
    display: inline-block;
    margin: 0 3% 0.5%;
    font-size: 14px;
    font-weight: bold;
    width: 26%;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
}

.all_link li img{
    vertical-align: middle;
    width: auto;
}
footer{
    width: 100%;
    display: inline-block;
    height: auto;
    position: relative;
background: #fff;
}
.footer_menu{
    width: 100%;
    background: #09408f;
    height: auto;
    display: inline-block;
}
.footer_menu_inner, .footer_soc, .copy, .rozrob{
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    height: auto;
    display: inline-block;
    color: #fff;
    font-size: 14px;
text-align: center;
}
 .footer_soc{
	 margin-top:4px;
 }
.footer_soc a{
display: inline-block;
width: auto;
    max-width: 15%;
}
.footer_soc a img{
width: auto;
    max-width: 100%;
}
.footer_menu_inner ul{
list-style: none;
}
.footer_menu_inner li{
display: inline-block;
padding: 1%;
}

.footer_menu_inner a{
    color: #fff;    
    display: inline-block;
}
.footer_menu_inner a:hover{
    text-decoration: underline;
}
.footer_soc img{
    margin: 2% 0.5%;
}
.copy{
    font-size: 12px;
    color: #09408f;
}
.rozrob{
    color:#C3C0C0;
    margin: 0 auto;
    font-size: 12px;

}
.rozrob a{
	    color: #C3C0C0;
}
.rozrob a:hover{
	    color: #C3C0C0;
		text-decoration:underline;
}
.persons{
   width: 100%;
   /* max-width: 1256px;*/
    margin: 0 auto;
 background: #fff;
   /* background: #f2f2f2;
    border: 1px solid #DBDBDB;*/
    text-align: center;
    display: inline-block;
    /*margin-top: 2%;*/
	margin-top: -6px;
}
.persons_inner{
    width: 100%;
    max-width: 1256px;
    display: inline-block;
}
.personstitle, .personstitle1{
/*width: auto;
background: #ddd;
float:right;
    text-align: center;
    color: #fff;
    padding: 1%;
    margin-bottom: 1%;
font-size: 24px;*/


width: 100%;
    background: #ddd;
    float: right;
    text-align: center;
    color: #fff;
    padding: 0.5%;
    margin-bottom: 1%;
    font-size: 24px;

}
.personstitle1{

float:left;

}
.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1256px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;

}

.jcarousel li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.jcarousel img {
    display: block;
    height: auto;
    float: left;
    margin: 1%;

}
.jcarousel li span{
    display: block;
    overflow: hidden;
}
.jcarousel_img{
    width: auto;
    display: inline-block;
    float: left;
}
.jcarousel_img img{
    width: 100%;
}
.jcarousel p{
    padding: 1% 0;
    text-align: right;
    color: #959595;
    font-size: 16px;
    vertical-align: middle;
}
.jcarousel h3{
    font-size: 20px;
    text-align: right;
    color: #316bbe;
color:#959595;
padding: 3% 0 0 0;
background: none;
width: auto;
max-width: 100%;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    text-align: center;
    background: none;
    color: #bfbfbf;
    text-decoration: none;
    font: 32px/45px Arial, sans-serif;

}

.jcarousel-control-prev {
    left: -1px;
}

.jcarousel-control-next {
    right: -1px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    display: none;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/** media queries **/
.date{
    color: #a2c8ff;
    font-size: 12px;
    margin-bottom: 1%;
    text-align: left;
    margin-left: 1%;
}
.press_centr{
    font-style: italic;
    text-align: right;
    float: right;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.fotorama--fullscreen,
.fotorama__img{
    max-width:99999px!important;
    max-height:99999px!important;
    min-width:0!important;
    min-height:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    padding:0!important;
}
.fotorama__wrap .fotorama__grab{
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab;
}
.fotorama__grabbing *{
    cursor:move;
    cursor:-webkit-grabbing;
    cursor:grabbing
}
.fotorama__spinner{
    position:absolute!important;
    top:50%!important;
    left:50%!important
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame{
    outline:0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after{
    content:'';
    border-radius:inherit;
    background-color:rgba(0,175,234,.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft{
    -webkit-transform:none!important;
    transform:none!important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border{
    transition-property:-webkit-transform,width;
    transition-property:transform,width;
    transition-timing-function:cubic-bezier(0.1,0,.25,1);
    transition-duration:0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.fotorama__select{
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
}
.fotorama__nav,
.fotorama__nav__frame{
    margin:auto;
    padding:0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    *display:inline;
    *zoom:1;
}
.fotorama__nav__frame,
.fotorama__thumb-border{
    box-sizing:content-box;
}
.fotorama__caption__wrap{
    box-sizing:border-box;
}
.fotorama--hidden,
.fotorama__load{
    position:absolute;
    left:-99999px;
    top:-99999px;
    z-index:-1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play{
    -webkit-tap-highlight-color:transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play{
    background:url("image/fotorama.png") no-repeat;
}

.empty{
    width: 100%;
    height: auto;
    margin-bottom: 40%;
    display: inline-block;
}

.citata_row{
width:80%;
margin:10px 0;
display: inline-block;
float:left;
}

.citata_row img{
float:left;
border-radius: 100px;
position: relative;
    border: 1px solid #eee;
}


.citata_row em{
   float: left;
    position: relative;
    border-radius: 5px;
    background: #eee;
    padding: 30px;
    margin: 10px 5px 10px 30px;
    display: block;
    width: auto;
    max-width: 70%;
font-style: italic;
    color: #3a639e;
}

.citata_row em:after{
  content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #eee;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}


@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){
    .fotorama__arr,.fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play{
        background:url("image/fotorama@2x.png") 0 0/96px 160px no-repeat;
    }
}
.fotorama__thumb{
    background-color:#7f7f7f;
    background-color:rgba(127,127,127,.2);
}
@media print{
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play{
        background:none!important;
    }
}
.fotorama{
    min-width:1px;
    overflow:hidden;
    margin-left: 1%;
}
.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){
    display:none;
}
.fullscreen{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#000;
}
.fotorama--fullscreen{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    float:none!important;
    z-index:2147483647!important;
    background:#000;
    width:100%!important;
    height:100%!important;
    margin:0!important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage{
    background:#000;
}
.fotorama__wrap{
    -webkit-text-size-adjust:100%;
    position:relative;
    direction:ltr;
    z-index:0
}
.fotorama__wrap--rtl .fotorama__stage__frame{
    direction:rtl;
}
.fotorama__nav,
.fotorama__stage{
    overflow:hidden;
    position:relative;
    max-width:100%;
    margin-bottom: 10px;
}
.fotorama__wrap--pan-y{
    -ms-touch-action:pan-y;
}
.fotorama__wrap .fotorama__pointer{
    cursor:pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame{
    opacity:1!important;
}
.fotorama__stage__frame{
    overflow:hidden;
}
.fotorama__stage__frame.fotorama__active{
    z-index:8;
}
.fotorama__wrap--fade .fotorama__stage__frame{
    display:none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{
    display:block;
    left:0;
    top:0;
}
.fotorama__wrap--fade .fotorama__fade-front{
    z-index:8;
}
.fotorama__wrap--fade .fotorama__fade-rear{
    z-index:7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{
    z-index:9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{
    display:none;
}
.fotorama__img{
    -ms-filter:"alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    border:none!important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img{
    -ms-filter:"alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{
    display:none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{
    display:block;
}.fotorama__wrap--only-active .fotorama__nav,
 .fotorama__wrap--only-active .fotorama__stage{
     max-width:99999px!important;
 }
.fotorama__wrap--only-active .fotorama__stage__frame{
    visibility:hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{
    visibility:visible;
}
.fotorama__nav{
    font-size:0;
    line-height:0;
    text-align:center;
    display:none;
    white-space:nowrap;
    z-index:5;
}
.fotorama__nav__shaft{
    position:relative;
    left:0;
    top:0;
    text-align:left;
}
.fotorama__nav__frame{
    position:relative;
    cursor:pointer;

}
.fotorama__nav--dots{
    display:block;
}
.fotorama__nav--dots .fotorama__nav__frame{
    width:18px;
    height:30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border{
    display:none;

}
.fotorama__nav--thumbs{
    display:block;
}

.fotorama__nav--thumbs .fotorama__nav__frame{
    padding-left:0!important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child{
    padding-right:0!important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot{
    display:none;
}
.fotorama__dot{
    display:block;
    width:4px;
    height:4px;
    position:relative;
    top:12px;
    left:6px;
    border-radius:6px;
    border:1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after{
    padding:1px;
    top:-1px;
    left:-1px;
}.fotorama__nav__frame.fotorama__active .fotorama__dot{
     width:0;
     height:0;
     border-width:3px;
 }
.fotorama__nav__frame.fotorama__active .fotorama__dot:after{
    padding:3px;
    top:-3px;
    left:-3px;
}
.fotorama__thumb{
    overflow:hidden;
    position:relative;
    width: 100%;
    height: 100%;

}
.fotorama__thumb img{
    width: 100%;

}
.fotorama__nav__frame:focus .fotorama__thumb{
    z-index:2;
}
.fotorama__thumb-border{
    position:absolute;
    z-index:9;
    top:0;
    left:0;
    border-style:solid;
    border-color:#00afea;
    background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1));
}
.fotorama__caption{
    position:absolute;
    z-index:12;
    bottom:0;
    left:0;
    right:0;
    font-family:'Helvetica Neue',Arial,sans-serif;
    font-size:14px;
    line-height:1.5;
    color:#000;
}
.fotorama__caption a{
    text-decoration:none;
    color:#000;
    border-bottom:1px solid;
    border-color:rgba(0,0,0,.5);
}
.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}
.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}
.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}
.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}
@-webkit-keyframes spinner{
    0%{
        -webkit-transform:rotate(0);transform:rotate(0)}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spinner{
    0%{-webkit-transform:rotate(0);transform:rotate(0)}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}
.fotorama__select{cursor:auto}
.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}
@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}
.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}
.fotorama__arr--prev{left:2px;background-position:0 0}
.fotorama__arr--next{right:2px;background-position:-32px 0}
.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}
.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}
.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}
.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}
.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}
.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}
.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}
.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}
.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}
.fotorama__wrap--css2 .fotorama__video-close{display:none}
.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}
.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}
.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}
.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}
.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}
.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}
.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}
.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}
.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

.pagination{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 2% 0;
}
.pagination ul{
    list-style: none;
}
.pagination li{
    display: inline-block;
    margin: 1%;
    background: #ddd;
    color: #fff;
}
.pagination li a{
    padding: 3px 10px;
    background: #ddd;
    color: #fff;
    display: block;
}
.pagination li span{
	background:#fff;
	    padding: 10px;
}
.pagination li a:hover{
    background: #316bbe;
     color: #fff;
	 text-decoration:none;
}
.pagination_active{
    padding: 3px 10px;
    background: #316bbe;
    color: #fff;

}
.pagination li .current{
    padding: 5px 10px;
    background: #316bbe;
    color: #fff;
}


.ttab{
	width:100%;

}


.ttab td{
	color:#808080;
	font-size:14px;
	text-align:left;
	padding:4px;
	vertical-align:top;
}

.ttabc{
	width:100%;

}

.ttabc td{
	color:#808080;
	font-size:14px;
	text-align:center!important;
	padding:4px;
}

.ttab p{
text-align:left;
font-size: 16px;
}


.tab{
	width:100%;
background:#ccc;

}


.tab td{
	color:#808080;
	font-size:14px;
	text-align:left;
	padding:4px;
	vertical-align:top;
background:#fff;
}


.tab p{
text-align:left;
font-size: 16px;
}

.bottom_banners{
width: 100%;
height: auto;
display: inline-block;
text-align: center;
margin: 1px auto;
background: #fff;
}
.bottom_banners ul{
list-style: none;
width: 100%;
}
.bottom_banners li{
display: inline-block;
width: 8%;
}
.bottom_banners li img{
width: auto;
max-width: 98%;
padding: 0 1%;
}
.podannya_dok{
width: 98%;
height: auto;
display: inline-block;
text-align: center;
background:url("/wp-content/uploads/2016/07/priemka_bg.jpg") 50% 0 no-repeat;
background-size: 100% auto;
margin: 3% auto 0;
}
.button_podannya{
    width: auto;
    height: auto;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;    
    margin: 40% auto 0;
display: inline-block;


}
.button_podannya a{       
    background: #00409B;
    color: #fff;
    display: block;
    padding: 15px 25px;
border-radius: 20px;
white-space: nowrap;
}
.button_podannya a:hover{
	 background: #032E6B;
color: #fff;
text-decoration: none;
}
.search_all{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    padding-top: 2%;
    padding-left: 2%;

}
.search_one{
    width: 95%;
    height: auto;
    display: inline-block;
    text-align: left;
    padding: 1.5% 1%;
}
.search_one h3{
    font-size: 16px;
    color: #316bbe;
    padding-bottom: 0.3%;
}
.search_one h3 a{
    color: #316bbe;
}
.search_one h3 a:hover{
    text-decoration: underline;
}
#bottom_menu li{
display: inline;
    list-style: none;
}


.spec_list{
	width:90%;
	margin:20px 0 0 20px;
	
}

.spec_list li{
	text-align:left;
	color:#878787;
	font-size:16px;
	margin:5px 0;
	
}

.content section ul,  section .inner_text ul, section .inner_text ol, ol{
	 text-align: left;
    margin-left: 3%;
}

.content section li,  section .inner_text li, section .inner_text ol li{
	text-align:left;
	color:#878787;
	font-size:16px;
	margin:5px 0;
	
}

.right, .right p{
	text-align:right!important;
}

section a{
	text-decoration:none;
	color:#00409B;
}

section a:hover{
	text-decoration:underline;
	color:#00409B;
}
google-maps, .google-maps_tab {
    position: relative;
    padding-bottom: 90%; 
height: 0;
    overflow: hidden;
}
.google-maps_tab{
    padding-bottom: 56.25%;
}
.google-maps iframe, .google-maps_tab iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alignright {
float:right;
margin:10px 0 10px 10px;
width: auto;
    max-width: 100%;
    height: auto;	
}

.alignleft {
float:left;	
margin:10px 10px 10px 0;
width: auto;
    max-width: 100%;
    height: auto;
}



.ttab td{
	vertical-align:top;
	border-top:1px solid #F1F1F1;
}

.text{
display: inherit;
}
.aligncenter{
	margin:0 auto;
	text-align: center;
float: none;
/*width: auto;*/
    max-width: 100%;
    height: auto;
}

.theme-default .nivo-caption {
    display: none !important;
}
@media screen and (max-width: 1160px) {
.logo_text {	
	font-size: 18px;	
}
.soc {
	width: 150px;
	margin-top: -10px;
}
.soc li {
	margin: 12% 2% 0 2%;
	width: 22px;
	height: 23px;
}
}
@media screen and (max-width: 1030px) {
    .logo_text{
        font-size: 17px;
    }
   
    .main{
        width: 95%;
    }
    .menu_kaf, aside{
        width: 25%;
    }
    .content, .content_kaf{
        width: 71%;
    }

    .persons_inner{
        width: 95%;
    }
    .jcarousel h3{
        font-size: 18px;
    }
    .jcarousel_img{
        width: 25%;
    }
.lang{
margin-top: 0;
margin-right: 10px;
}
    .header_bottom{
        margin-top: -62px;
    }
.last_news_info, .right_menu li a{
font-size: 14px;
}

}
@media screen and (max-width: 965px) {
.lang {
	margin-top: -10px;
	margin-right: 10px;
}
}
@media screen and (max-width: 840px){
.soc {
	width: 150px;
	margin-top: -5px; 
}
.soc li {
	margin: 0 2% 0 2%;
	width: 22px;
	height: 23px;
}
}
@media screen and (max-width: 820px) {
    .logo_text{
        font-size: 17px;
       width: 60%;
margin-right: 1%;
line-height: 1;
    }  

    .footer_menu_inner{
     font-size: 12px;
 }
    .footer_menu_inner a{
     padding: 1% 0.5%;
 }
   .soc{
 padding-top: 1%;
width: 180px;
margin-right: 10px;
z-index: 100;
}
   
    .soc li{
        margin: 5% 1% 0 1%;
    }
.lang{
margin-top: -15px;
margin-right: 10px;
}
    .lang li{
        margin-top: 2%;
    }
    .header_bottom{
        margin-top: -52px;
    }
    .search{
        z-index: 600;
    }
    .content_kaf{
        width: 74%;
    }
    .last_news h3, .last_news_inner h3{
        padding: 2%;
    }
    .last_new_one{
        margin: 0;
    }

    .content{
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 2%;
    }
    .content_kaf h1{
        font-size: 20px;
    }
    .main{
        border-bottom: none;
    }
	.empty{    
    display: none;
     }

.bottom_banners li{
display: inline-block;
width: 16%;
}
.persons{
	margin-top: 0px;
}
.jcarousel-control-prev {
    left: -15px;
}

.jcarousel-control-next {
    right: -15px;
}
}
@media screen and (max-width: 767px) and (min-width: 701px) {
.soc {
	padding-top: 0;
	width: 180px;
	margin-right: 10px;
	z-index: 100;
margin-top: -20px;
}
.soc li {
	margin: 0 1% 0 1%;
}
.lang {
	margin-top: -15px;
	margin-right: 10px;
}
}
@media screen and (max-width: 700px) {
    .js #menu {
        display:none;
    }
html{background: #EAEAEC;}
    .js .slicknav_menu {
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 600;
        text-transform: uppercase;
    }
    .right_content{
        width: 98%;
        margin: 0 auto;
    }
    .breadcrumbs{
        width: 80%;
        margin-left: 15%;
        margin-bottom: 3%;
    }
    .logo{
        max-width: 12%;
    }
    .logo_text{
        font-size: 14px;
        width: 60%;
        margin-right: 25%;
    }
    .header_bottom{
        margin-top: -40px;
    }
    .logo{
        width: 20%;
    }
    .soc{       
        padding-top: 4%;
        margin-right: 2%;
z-index: 500;
    }
    .lang{
        padding-top: 2.8%;
        margin-right: 2%;
        color: #fff;
        min-width: 20%;
    }
    .lang a{
        color: #bae6f1;
    }
    .button_search{
        padding-top: 3%;
    }
    .search{
        top: 80px;
    }
    .menu_kaf{
        width: 95%;
        float: none;
    }
    .content, .content_kaf{
               width: 95%;
float: none;
    }
aside, .aside_inner{
   width: 95%;
float: none;
    display: inline-block;
    height: auto;
background: #fff;
/*padding-top: 10px;*/
}

    .right_menu li{
        width: 90%;
    }
    .jcarousel p{
        font-size: 14px;
    }
    .nivo-caption{
        font-size: 18px;
        padding: 1px 5px 1px;
    }
    .nivo-caption p{
        padding: 1px;
    }
    .theme-default .nivo-caption a{
        font-size: 14px;
    }
    .caption {
        margin: 2px auto 0;

    }
	.ttab p{
text-align:left;
font-size: 14px;
}
.persons{
	margin-top: 0px;
}
.jcarousel-control-prev {
    left: -15px;
}

.jcarousel-control-next {
    right: -15px;
}
}
@media screen and (max-width: 500px) {
    .logo{
        max-width: 12%;
    }
    .logo_text{
        font-size: 12px;
       width: 80%;
        margin-right: 15%;
    }
    .header_bottom{
        margin-top: -40px;
    }
    .js #menu {
        display:none;
    }


    .js .slicknav_menu {
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 600;
    }

    .button_search{
        padding-top: 3.5%;
        padding-right: 1%;
        position: relative;
    }
    .search{
        z-index: 600;
        top: 76px;
        right: 0;
    }
    .soc{
        min-width: 12%;
        padding-top: 5%;
    }
    .lang{
        padding-top: 2.8%;
        color: #fff;
        margin-right: 0;
    }
    .lang a{
        color: #bae6f1;
    }
    .menu_kaf{
        width: 95%;
        float: none;
    }
    .content, .content_kaf{
               width: 95%;
float: none;
    }
    .section_kaf{
        width: 95%;
    }

    .right_menu li{
        width: 90%;
    }
    .right_content{
        width: 98%;
        margin: 0 auto;
    }
    .breadcrumbs{
        width: 100%;
        margin-left: 0;
        font-size: 12px;
    }
    .button_med, .button_military, .button_media,  .button_commission, .button_rector,  .button_okup, .button_nmu_175, .button_registr_stud, .button_poradi, .button_prac, .button_oberig{
        width: 95%;
        float: none;
        margin-bottom: 1%;
        display: inline-block;

    }

    .button_med a, .button_media a,  .button_iniciat a{
      /*  */ 

    }
    h1{
        font-size: 18px;
        line-height: 24px;
        margin: 2%;
    }
    h2{
        font-size: 16px;
        margin: 2%;
    }
    .kaf_stuff{
        width: 20%;
    }
    .kaf_info_text{
        width: 78%
    }

    .all_link li img{
        width: auto;
        max-width: 100%;
    }
    .footer_menu_inner a{
        display: block;
        width: 95%;
    }
    .footer_menu_inner span{
        display: none;
    }
    .last_news, .last_news_inner{
        width: 95%;
    }
    .last_news{
        border-bottom: 1px solid #d0d0d0;
    }
    .new_one_img{
        float: left;
        width: 99%;
    }
	.new_one_info {
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 14px;
    color: #919191;
    padding: 1% 1% 0 1%;
    float: left;
}
.new_one_info a{
	display:none;	
}
.new_one_info h3 a{
	display:block;	
}
.new_one h3 {
    font-size: 14px; 
	padding:0;   
}
    .nivo-caption{
        font-size: 14px;
    }
    .theme-default .nivo-caption a{
        font-size: 10px;
    }
.bottom_banners li{
display: inline-block;
width: 15%;
}
.persons{
	margin-top: 1px;
}
.flexslider {
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    zoom: 1;
    padding: 0;
    width: 90%;
    display: block;
}
.jcarousel-wrapper {
        width: 90%;
    
}
.jcarousel-control-prev {
    left: -25px;
}
.jcarousel-control-next {
    right: -25px;
}
.butt_flex{
flex-wrap: wrap;
}
 .butt_flex_one {
    width: 100%;
}
.menu_sm{
min-width: 100%;}
}
@media screen and (max-width: 400px) {
    .logo{
        max-width: 12%;
    }
    .logo_text{
        font-size: 12px;
        width: 85%;
        margin-right: 10%;
    }
    .header_bottom{
        margin-top: -40px;
    }
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 600;
    }

    .button_search{
       padding-top: 5%;
        padding-right: 1%;
        position: relative;
margin-top: 4%;
    }
    .search{
        z-index: 600;
        top: 76px;
        right: 0;
    }
.slider-wrapper{
width: 100%;
overflow:hidden;
margin-top: -10px;
}
.nivoSlider {   
    width: 180%;
margin-left:-40%;
margin-top: 0;
}
.theme-default a.nivo-prevNav {
    left: 22%;
}
.theme-default a.nivo-nextNav {
    right: 22%;
}

    .soc{
        min-width: 20%;
        padding-top: 10%;
    }
.soc li{
        margin: 0;
    }
    .lang{
        padding-top: 4.5%;
        color: #fff;
margin-top: 4%;
    }
    .lang a{
        color: #bae6f1;
    }
    .menu_kaf{
        width: 95%;
        float: none;
    }
    .content{
        width: 95%;
float: none;
    }
    .contact_button{
        width: auto;
        height: auto;
        position: fixed;
        right: 0;
        top: 10%;
        cursor: pointer;
        z-index: 200;
    }
    .contact_button img{
        width: 12%;
    }

    .right_content{
        width: 98%;
        margin: 0 auto;
    }
    .breadcrumbs{
        width: 100%;
        margin-left: 0;
        font-size: 12px;
    }
   .button_med, .button_military, .button_media,  .button_commission, .button_rector,  .button_okup, .button_nmu_17, .button_registr_stud, .button_poradi, .button_prac, .button_oberig{
        width: 95%;
        float: none;
        margin-bottom: 1%;
    }

    h1{
        font-size: 18px;
        line-height: 24px;
        margin: 2%;
    }
    h2{
        font-size: 16px;
        margin: 2%;
    }
    .kaf_stuff{
        width: 20%;
    }
    .kaf_info_text{
        width: 78%
    }

    .footer_menu_inner a{
        display: block;
        width: 95%;
    }
    .footer_menu_inner span{
        display: none;
    }
	.ttab p{
text-align:left;
font-size: 12px;
	}
.bottom_banners li{
display: inline-block;
width: 24%;
}
.persons{
	margin-top: 1px;
}
.jcarousel-control-prev {
    left: -15px;
}

.jcarousel-control-next {
    right: -15px;
}
.footer_menu_inner li{
padding: 0;
}
}
@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.667);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
    }
    .feedback .txt {
        float: right;
        color: #000000;
        font-size: 14px;
        text-align: justify;
        width: 100%;
    }
    .feedback .auth {
        color: #999999;
        font-size: 11px;
        text-align: right;
        float: right;
        padding:0;
        width: 100%;
    }
 .ttab p{
text-align:left;
font-size: 12px;
}
.persons{
	margin-top: 1px;
}
.jcarousel-control-prev {
    left: -15px;
}

.jcarousel-control-next {
    right: -15px;
}

}
/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 1024px;
    }
    .feedback .txt {
        float: right;
        color: #000000;
        font-size: 14px;
        text-align: justify;
        width: 100%;
    }
    .feedback .auth {
        color: #999999;
        font-size: 11px;
        text-align: right;
        float: right;
        padding:0;
        width: 100%;
    }
 .ttab p{
text-align:left;
font-size: 12px;
}
}
