.blackAndWhite {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.blackAndWhiteInvert, .blackAndWhiteInvert img, .blackAndWhiteInvert embed, .blackAndWhiteInvert video {
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}
.icon_accessibility:hover {
    cursor: pointer;
}
.specialViewArea {
    padding: 10px 20px 20px 20px;
    width: 265px;
    right: -10px;
    top: 30px;
    color: #000;
}
.appearance {
    margin-bottom: 10px;
    clear: both;
    display: table;
    width: 100%}
.squareBox {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 27px;
    font-weight: bolder;
    cursor: pointer;
    background: #828282;
    border: 2px solid #353535;
    color: #fff;
}
.specialTitle {
    font-size: 18px;
}
.squareAppearances {
    float: left;
    margin-right: 5px;
}
.squareBox.spcNormal {
    background: #0057a8;
}
.squareBox.spcWhiteAndBlack {
    background: #828282;
    border-color: #353535;
}
.squareBox.spcDark {
    background: #3e3e3e;
    border-color: #777;
}
.fontSmaller {
    font-size: 24px;
}
.fontBigger {
    font-size: 26px;
}
.defaultSlider {
    height: 4px!important;
    background: #b7b7b7;
    border: 0;
}
.defaultSlider span {
    border-radius: 50%;
    outline: 0;
    background: #fff!important;
    cursor: pointer!important;
    width: 25px!important;
    height: 25px!important;
    top: -11px!important;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -ms-border-shadow: 0 0 5px #ccc;
    margin-bottom: 10px;
}
.sliderZoom, .sliderText {
    margin-bottom: 20px;
}
.defaultSlider span:focus, .defaultSlider span:hover {
    border-color: #d3d3d3;
}
.defaultSlider .ui-slider-range {
    background: #0057a8;
}
#calendar {
    width: 100%;
    line-height: 2.3em;
    font-size: 15px;
    text-align: center;
    border: none!important;
    color: #333;
}
#calendar thead tr:first-child td {
    border: 0;
    margin-bottom: 20px;
}
#calendar thead tr:last-child td {
    border-top: 0;
}
#calendar thead tr:last-child {
    font-size: small;
    color: #333;
}
#calendar thead tr:nth-child(1) td:nth-child(2) {
    color: #333;
}
#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}
#calendar td {
    padding: 0;
    font-size: 18px;
}
#calendar td:last-child {
    border-right: 0;
}
#calendar tbody td {
    color: #333;
}
#calendar tbody td.today {
    color: #333;
    text-decoration: underline;
}
#calendar tbody td.active {
    background: #0a3687;
    color: #fff!important;
    cursor: pointer;
    border: 2px solid white;
}
.calendarBox {
    position: relative;
}
.calendarBox .calView {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url("../images/pixe_white.png");
    color: #333;
    font-size: smaller;
    padding: 5px;
    z-index: 50;
    width: 100%;
    height: 100%;
    color: #646060;
    font-size: 13px;
    overflow: auto;
}
.calendarBox .calView h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 6px 0;
}
.calendarBox .calView li {
    list-style: none;
    margin-left: 10px;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}
.calendarBox .calView li:last-child {
    border: 0;
}
.calendarBox .calView li a {
    display: block;
    color: #333;
}
.calendarBox .calView .closebtn {
    color: #999;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 3px;
    opacity: 2;
    font-size: 25px;
    outline: 0;
}
.calendarBox .calView .closebtn:hover, .calendarBox .calView li a:hover {
    color: #00affc;
}
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    max-width: 100%}
body {
    font-family: Montserrat,sans-serif;}
html, body {
    height: 100%;
    background-color: #fff;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.relative {
    position: relative;
}
a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    outline: none!important;
}
.centre {
    display: block;
    text-align: center;
}
.nopade {
    padding: 0;
}
.nopaderight {
    padding-right: 0;
}
.nopadeleft {
    padding-left: 0;
}
.wrapper {
    overflow: hidden;
}
.calc {
    max-width: calc(100% - 130px);
}
.head_ways {
    /* background-color: #ecf0f1; */
    min-height: 45px;
    width: 100%;
    z-index: 999;
}
.lang {
    margin: 15px 0 15px 0;
    display: inline-block;
}
.lang li.active a, .lang li a:active, .lang li a:hover {
    text-decoration: none;
    color: #00aafb;
}
.lang li a {
    display: inline-block;
    color: #ecf0f1;
    margin-right: 15px;
}
.lang li {
    list-style: none;
    display: inline-block;
}
.speciel_box:hover span {
    border-bottom: 1px solid transparent;
}
.speciel_box span {
    border-bottom: 1px solid #ecf0f1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    color: #ecf0f1;
}
.speciel_box:hover {
    text-decoration: none;
}
.speciel_box {
    display: inline-block;
    color: #333!important;
}
.speciel_relative img {
    margin-right: 5px;
    margin-left: 15px;
    position: relative;
}
.speciel_relative {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin: 0 15px;
}
.form_box .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc;
    outline: 0;
    height: 35px;
    width: 47px;
    background: url("../images/zoom.png") #ecf0f1 center center no-repeat;
}
.form_box .search_box {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 35px;
    padding: 0 53px 0 8px;
}
.form_box {
    display: inline-block;
    width: 350px;
    position: relative;
    margin: 0 30px 0 5px;
}
.ways {
    display: inline-block;
    position: relative;
    float: right;
    clear: both;
}
.ways li a img {
    position: absolute;
    top: 0;
    right: 0;
}
.ways li a:hover {
    text-decoration: none;
}
.ways li a {
    color: #adadad;
    font-size: 12px;
    padding-right: 25px;
    text-align: right;
    display: inline-block;
    height: 27px;
    line-height: 1.2;
    margin-top: 7px;
}
.ways li {
    list-style: none;
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
}
.head_name {
    padding: 20px 0;
}
.name_img {
    display: inline-block;
    width: 118px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.name_text a span {
    display: block;
    font-size: 16px;
}
.name_text a:hover {
    text-decoration: none;
}
.name_text a {
    text-transform: uppercase;
    color: #fff!important;
    font-size: 20px;
}
.name_text {
    height: 100px;
    vertical-align: middle;
    display: table-cell;
}
.vert_inline {
    display: inline-block;
    position: relative;
    padding-left: 145px;
}
.old_site {
    float: right;
    text-align: right;
    width: 325px;
}
.old_site a:hover {
    text-decoration: none;
}
.old_site a {
    color: #333!important;
    text-decoration: underline;
}
.verter {
    height: 109px;
    vertical-align: middle;
    display: table-cell;
}
.head_menu {
    /* background-color: #e8ecee; */
    position: relative;
    z-index: 1;
}
.head_menu .nav .open>a, .head_menu .nav .open>a:hover, .head_menu .nav .open>a:focus {
    background-color: #0a3687;
}
.head_menu .navbar-nav>li>a:focus, .head_menu .navbar-nav>li>a:active, .head_menu .navbar-nav>li>a:hover, .head_menu .navbar-nav>li.active>a {
    background-color: #0a3687;
}
.head_menu .navbar-nav>li>a {
    text-transform: uppercase;
    color: #fff!important;
    padding: 20px 20px;
}
.head_menu .caret {
    display: none;
}
.head_menu .navbar {
    margin-bottom: 15px;
    border: 0;
}
.head_menu .navbar-nav {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.head_menu .dropdown-menu>li>a:hover {
    background-color: #0a3687;
    color: #fff;
}
.head_menu .dropdown-menu>li>a {
    color: #8c8c8c;
    padding: 8px 20px;
}
.head_menu .dropdown-menu {
    background-color: #ffffff;
}
.big_slider .carousel-indicators li {
    height: 12px!important;
    width: 12px!important;
    margin: 0!important;
}
.big_slider .carousel-indicators {
    /* top: 267px; */
    /* margin-left: 40px; */
}
.slide_text .cat a {
    color: #0a3687;
    border-left: 1px solid;
    margin-left: 10px;
    padding-left: 10px;
}
.slide_text .info {
    position: relative;
    font-size: 13px;
    margin-bottom: 8px;
    color: #0a3687;
}
.slide_text .text {
    display: inline-block;
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
}
.slide_text:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slide_text {
    display: block;
    width: 100%;
    min-height: 160px;
    padding: 20px 20px 25px 25px;
    color: #94dcff;
    background-color: #ecf0f1;
}
.tab_list li.active a, .tab_list li a:active, .tab_list li a:hover {
    text-decoration: none;
    color: #01aaf7;
}
.tab_list li:first-child a {
    padding: 5px 5px 5px 0;
}
.tab_list li a {
    color: #333;
    font-size: 18px;
    padding: 5px 5px;
}
.tab_list {
    padding: 25px 0 0 0;
}
.news_list li.clearfix {
    width: 100%;
    clear: both;
}
.news_list_in {
    padding: 20px 0 15px 0;
}
.tab_list li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.news_list {
    margin-bottom: 10px;
    padding-top: 5px;
}
.news_list li:nth-child(4) {
    padding: 0 0!important;
}
.news_list li a {
    color: #0067b0!important;
    margin-bottom: 10px;
    display: inline-block;
}
.news_list li img {
    margin-bottom: 10px;
}
.news_list li span {
    display: block;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
}
.news_list li {
    list-style: none;
    padding-left: 0;
}
.events:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.events {
    display: inline-block;
    color: #333;
    border-bottom: 1px solid #333;
    margin: 10px 0 15px 0;
}
.hr_line {
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
}
.another_tab {
    padding: 30px 0 15px 0;
}
.big_box {
    background: url("../images/mini_bg.png");
}
.tab_box_list li.clearfix {
    width: 100%;
    clear: both;
}
.tab_box_list li.active a, .tab_box_list li a:active, .tab_box_list li a:hover {
    text-decoration: none;
    background-color: #e8ecee;
    color: #333;
}
.tab_box_list li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 15px 15px;
    background-color: #0a3687;
}
.tab_box_list li {
    list-style: none;
    position: relative;
    text-align: center;
}
.orders_list {
    padding: 15px 0;
    position: relative;
}
.orders_list li .tag {
    color: #4c4c4c;
    margin-bottom: 15px;
}
.orders_list li .tag_date {
    color: #4c4c4c;
    padding: 0 0 0 10px;
    border-left: 1px solid #1da83f;
    display: inline-block;
    margin-bottom: 15px;
}
.orders_list li .tag_link {
    color: #333;
    display: inline-block;
    float: right;
    text-align: right;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}
.orders_list li .tag_link:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.orders_list li.clearfix {
    z-index: 0;
    min-height: inherit;
    padding-top: 0;
}
.orders_list li:last-child {
    border-right: 1px solid transparent;
}
.orders_list li {
    list-style: none;
    position: relative;
    z-index: 1;
    border-right: 1px solid #ccc;
    padding-top: 22px;
    padding-bottom: 30px;
}
.order_box .events {
    margin-bottom: 25px;
}
.order_box {
    padding: 25px 0 15px 0;
    position: relative;
}
.title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.title_link {
    display: inline-block;
    color: #0067b0!important;
    margin-bottom: 5px;
    font-size: 17px;
}
.text_anons {
    font-size: 14px;
    margin-bottom: 15px;
}
.mini_line {
    border-right: 1px solid #d0d0d0;
}
.cal>thead>td>tr {
    text-align: center;
}
.virtual_box {
    padding: 15px 0 20px 0;
}
.just_tag {
    color: #333;
    margin-bottom: 15px;
    text-align: justify!important;
}
.links a:hover {
    background-color: #093259;
    text-decoration: none;
}
.links a.blue {
    background-color: #0a3687;
}
.links a.blue:hover {
    background-color: #0195d8;
}
.links a.green {
    background-color: #50c16d;
}
.links a.green:hover {
    background-color: #44a45d;
}
.links a.red {
    background-color: #cd7070;
}
.links a.red:hover {
    background-color: #af6060;
}
.links a img {
    margin-right: 5px;
}
.links a {
    font-size: 23px;
    color: #fff;
    position: relative;
    display: block;
    background-color: #0b3e6f;
    padding: 10px 0 10px 0;
    margin-bottom: 15px;
}
.alone:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.alone {
    display: inline-block;
    color: #333!important;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    margin-top: 10px;
}
.footer:before {
    content: '';
    width: 939px;
    height: 435px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -470px;
    background: url("../images/ornament3.png") center 0 no-repeat;
}
.footer {
    border-top: 1px solid #d0d0d0;
    padding: 30px 0 25px 0;
    position: relative;
    overflow: hidden;
}
.title_link_footer {
    display: inline-block;
    font-size: 20px;
    color: #333!important;
    margin-bottom: 15px;
}
.list li a:hover {
    text-decoration: none;
}
.list li a {
    display: inline-block;
    font-size: 14px;
    color: #333!important;
    text-decoration: underline;
    margin-bottom: 10px;
}
.list {
    margin-bottom: 30px;
}
.list li {
    list-style: none;
    display: block;
    position: relative;
}
.official {
    margin: 15px 0 15px 0;
    color: #999;
}
.developer img {
    position: relative;
    top: -3px;
    margin-left: 10px;
}
.developer {
    color: #4c4c4c;
    position: relative;
}
.social_links li a:hover {
    opacity: .7;
}
.social_links li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
}
.social_links {
    display: block;
    text-align: right;
}
.settings {
    display: none;
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 22px;
    color: #333!important;
    border: 2px solid #333;
    background-color: #eee;
    border-radius: 5px;
    padding: 3px 5px 0 5px;
    margin-bottom: 10px;
}
.icon-bar {
    background-color: #fff;
}
.blocked {
    margin-bottom: 15px;
}
#calendar tbody td:nth-child(6), #calendar tbody td:nth-child(7), #calendar thead tr:last-child td:nth-child(6), #calendar thead tr:last-child td:nth-child(7) {
    color: #f99d8c;
}
.menu_list li.active a {
    font-size: 18px!important;
}
.menu_list li.active a, .menu_list li a:active, .menu_list li a:hover {
    color: #01aaf7;
}
.menu_list li a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}
.menu_list {
    padding: 5px 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #01aaf7;
}
.menu_list li {
    list-style: none;
    position: relative;
    display: block;
}
.inner_wrapper {
    padding-bottom: 25px;
}
.inner_wrapper .title {
    font-size: 18px;
}
.circle_list li a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.circle_list li a {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
}
.circle_list li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #575757;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3.5px;
}
.circle_list li {
    list-style: none;
    padding: 0 0 0 20px;
    color: #333;
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.breadcrumb li a {
    display: inline-block;
    color: #333!important;
    margin-left: 15px;
    margin-right: 15px;
}
.breadcrumb li:last-child {
    padding-left: 15px;
}
.breadcrumb li {
    color: #333!important;
}
.breadcrumb>li:last-child:before {
    left: -15px;
}
.breadcrumb>li+li:before {
    content: "\e258";
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    color: #595959!important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li:first-child a {
    margin-left: 0;
}
.wrap_in {
    padding: 15px 0 0 0;
}
.title_in {
    border-bottom: 1px solid #01aaf7;
    font-size: 18px;
    display: block;
    padding: 0 0 13px 0;
    color: #333;
}
.all_news_list {
    padding: 25px 0 0 0;
}
.wrap_in .pagination a {
    color: #3a3a3a;
    margin-left: -5px;
}
.wrap_in .pagination>li>span:hover, .wrap_in .pagination>li>span:focus, .wrap_in .pagination>li>a:hover, .wrap_in .pagination>li>a:focus {
    color: white;
    background-color: #01aaf7;
    border-color: #01aaf7;
}
.wrap_in .pagination>.active>a, .wrap_in .pagination>.active>span, .wrap_in .pagination>.active>a:hover, .wrap_in .pagination>.active>span:hover, .wrap_in .pagination>.active>a:focus, .wrap_in .pagination>.active>span:focus {
    z-index: 3;
    color: white;
    background-color: #01aaf7;
    border-color: #01aaf7;
    cursor: default;
}
.list-media img.media-object {
    max-width: 170px;
    padding: 2px;
}
.menu .container {
    padding: 0;
    background-color: #0a3687;
    min-height: 60px;
}
img.detail_picture {
    margin-bottom: 10px;
    padding: 2px;
    margin-top: 10px;
}
.all_news_list ul li {
    list-style-type: disc;
    padding: 10px 0 0 0;
    margin-bottom: 2px;
    margin-left: 30px;
}
@media only screen and (min-width :481px) {
    .flex-row.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-row.row>[class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-row.row:after, .flex-row.row:before {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .flex-row.row>[class*='col-']>.box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}.flex-row .thumbnail, .flex-row .caption {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 1;
     -webkit-flex: 1 0 auto;
     -ms-flex: 1 0 auto;
     flex: 1 0 auto;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
 }
.flex-row .caption h4.flex-text, .flex-row .caption div.flex-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
a.image-link {
    position: relative;
    height: 150px;
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 20px;
}
img.gallery_picture {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
a.image-link:hover {
    text-decoration: none;
}
a.image-link:hover:before {
    content: ' + ';
    color: white;
    background-color: rgba(18, 69, 255, 0.5);
    font-size: 50px;
    font-weight: bold;
    z-index: 99;
    padding: 19% 0;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.spheresList li .sIconBox .sIcon.sIVideo {
    background-position: 0 -285px;
}
.mediabox .panel-title {
    font-size: 20px;
    color: white;
}
.mediabox .panel-heading, .mediabox .panel-footer {
    background-color: #00b0c2;
}
.mediabox .panel-footer a {
    color: #eee;
}
.mediabox .panel-footer a span {
    top: 3px;
}
.mediabox .caption {
    padding: 4px 12px;
}
.mediabox .bx-viewport {
    left: 0!important;
}
.file-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.file-box {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 110px;
    height: 172px;
    text-align: center;
    border-width: 1px!important;
}
.file-box .thumbnail_image {
    width: 105px;
    height: 150px;
    text-align: center;
}
.file-box .thumbnail_link {
    background-color: whitesmoke;
}
.file-box .removeButton {
    position: absolute;
    top: 3px;
    right: 2px;
    font-size: x-large;
    cursor: pointer;
}
.file-box .fileEditButton {
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: x-large;
    cursor: pointer;
}
.file-box-title {
    font-size: 16px;
    color: #000;
}
ul.main_tab {
    margin: 20px 0;
}
.blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.inner_wrapper .calendar {
    border-bottom: 1px solid #00adf9;
    margin: 20px 0;
}
li.prev.disabled span, li.next.disabled span {
    background-color: #01aaf7;
    color: white;
    border-color: #01aaf7;
    opacity: .6;
    float: none;
}
.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block!important;
}
.tooltip-inner {
    max-width: 500px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6e73;
    border-radius: 3px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #6c6e73;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6c6e73;
}
.slide_text .cat a:hover {
    text-decoration: underline;
}
.send_box {
    position: relative;
}
.send_box .title {
    background: rgba(1, 169, 247, 1);
    background: -moz-linear-gradient(left, rgba(1, 169, 247, 1) 0, rgba(70, 192, 249, 1) 61%, rgba(184, 231, 253, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 169, 247, 1)), color-stop(61%, rgba(70, 192, 249, 1)), color-stop(100%, rgba(184, 231, 253, 1)));
    background: -webkit-linear-gradient(left, rgba(1, 169, 247, 1) 0, rgba(70, 192, 249, 1) 61%, rgba(184, 231, 253, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 169, 247, 1) 0, rgba(70, 192, 249, 1) 61%, rgba(184, 231, 253, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 169, 247, 1) 0, rgba(70, 192, 249, 1) 61%, rgba(184, 231, 253, 1) 100%);
    background: linear-gradient(to right, rgba(1, 169, 247, 1) 0, rgba(70, 192, 249, 1) 61%, rgba(184, 231, 253, 1) 100%);
    color: #fff;
    font-size: 22px;
    padding: 23px 35px 23px 35px;
}
.form_boxes>form>.centre .text {
    margin-bottom: 45px;
}
.form_boxes {
    padding: 32px 0 0 0;
    display: inline-block;
}
.parent_big .parent_mini .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 99, 170, 0.3);
    box-shadow: inset 0 1px 1px rgb(0, 99, 170, 0.3);
}
.parent_big .parent_mini .form-control {
    padding: 7px 12px 6px 16px;
    height: 36px;
}
.parent_mini .text span {
    line-height: 1.2;
    display: inline-block;
}
.parent_mini .text {
    line-height: 2.5;
    font-size: 14px;
  }
.just:hover {
    text-decoration: none!important;
}
.just {
    text-decoration: underline!important;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    background: url("../images/just.png") 0 50% no-repeat;
    color: #353535!important;
    max-width: 245px;
}
.form_boxes select option {
    color: #000;
}
.form_boxes select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url("../images/tick.png") #fff top right no-repeat;
    background-position: 97% 50%;
    color: #acacac!important;
}
.form_boxes select::-ms-expand {
    display: none;
}
.check_box .textix {
    font-size: 12px;
    color: #808080;
}
.check_box {
    position: relative;
    padding-left: 35px;
}
.check_box label {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px;
}
.check_box label input {
    display: none;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder, input[type="text"] {
    color: #acacac!important;
}
::-webkit-input-placeholder {
    color: #acacac!important;
    padding-left: 6px;
}
::-moz-placeholder {
    color: #acacac!important;
    padding-left: 6px;
}
:-moz-placeholder {
    color: #acacac!important;
    padding-left: 6px;
}
:-ms-input-placeholder {
    color: #acacac!important;
    padding-left: 6px;
}
.text_area {
    padding: 0 30px 0 0;
}
.text_area textarea {
    margin: 10px 0 0 15px;
    height: inherit!important;
}
.area_text {
    font-size: 14px;
    color: #353535;
    padding: 0 0 5px 25px;
}
.submit_btn:hover {
    background-color: #01a0e8;
}
.submit_btn {
    outline: 0;
    border: 0;
    border-radius: 5px;
    float: right;
    padding: 10px 25px;
    color: #fff!important;
    background-color: #01aaf7;
    right: -15px;
    margin-bottom: 25px;
}
.checked_box {
    border-top: 1px solid #bfbfbf;
    padding: 47px 35px;
    position: relative;
    font-family: Tahoma;
    color: #4f4f4f;
}
.blue {
    background: url("../images/done.png") 0 50% no-repeat;
    font-size: 28px;
    color: #206393;
    padding-left: 60px;
}
.checked_box .submit_btn {
    margin-top: 0;
    display: inline-block;
    right: inherit;
    float: inherit;
    margin-left: 10px;
}
.checked_box .form-control {
    border-color: #a1a1a1;
    width: 270px;
    height: 40px;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 20px;
    display: inline-block;
}
.pass_box {
    margin: 20px 0 15px 0;
}
.form-control:focus {
    border-color: #206393;
}
.ofer p:first-child {
    font-size: 16px;
}
.ofer {
    padding: 30px 10px 25px 10px;
}
.ofer, .ofer p {
    color: #5d5d5d!important;
    text-align: justify;
  }
.italic_text {
    font-style: italic;
    font-size: 24px;
    color: #206393;
    margin-bottom: 10px;
}
.tahoma_text {
    color: #4f4f4f;
}
.ofer_parent label {
    width: 100%;
    display: block;
    margin: 15px 0;
}
.ofer2 {
    padding: 0 10px;
    position: relative;
}
.form_boxes .text4 {
    margin-bottom: 45px;
}
.input_hidden {
    display: none;
}
.news_detail img {
    padding: 2px;
}
.note img {
    width: 50%;
    cursor: pointer;
}
.panel-success .panel-footer {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.send_box th {
    width: 50%;
    text-align: right;
}
.request-sent {
    border-color: #56c6fa;
}
.request-sent .panel-heading {
    background-color: #00adf9;
    border-color: #00adf9;
    color: white;
}
form div.required label.control-label:after {
    content: " * ";
    color: red;
}
label {
    font-weight: normal;
}
.scrollbtn {
    display: none;
    cursor: pointer;
    color: #0a3687;
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    padding: 6px 12px 4px 9px;
    border: 2px solid #0a3687;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 7px 1px rgb(37 109 193);
    box-shadow: 0 0 7px 1px rgba(115, 177, 222, 0.6);
    right: 30px;
}
.scrollbtn:hover {
    background: #01aaf7;
    color: white;
    -webkit-box-shadow: 0 0 10px 3px rgba(73, 138, 185, 0.6);
    box-shadow: 0 0 10px 3px rgba(73, 138, 185, 0.6);
}
.scrolltop {
    bottom: 30px;
}
.timeCountainer {
    display: inline-block;
    position: relative;
    color: #ecf0f1;
    top: 0;
}
.ofer ul {
    margin-left: 25px;
}
.print {
    display: inline-block;
    cursor: pointer;
}
.davra_share img {
    margin-top: -1px;
}
.social_buttons {
    display: inline-block;
}
.constitution-view .panel-heading {
    cursor: pointer;
}
.beta {
    font-size: 12px;
    margin-top: 8px;
    font-style: italic;
    color: #206393;
}
img.email_press {
    height: 26px;
    width: auto;
}
.news_text {
    text-align: justify;
}
.right {
    text-align: right;
}
.block {
    display: block;
}
.official a {
    color: #a9a9a9;
    text-decoration: underline;
}
.official a:hover {
    text-decoration: none;
    color: #333;
}
.all_news_list ul.pagination li {
    margin: inherit;
    padding: inherit;
}
.all_news_list ul.pagination li a {
    float: none;
}
.all_news_list ul.pagination {
    width: 100%;
    text-align: center;
}
.all_news_list li.next.disabled span {
    margin-left: -5px;
}
.main_news {
    position: relative;
    display: table;
}
.main_news span {
    display: block;
    font-size: 12px;
    color: #0a3687;
}
.main_news .grid {
    margin: 5px 0;
}
.main_news .news_name {
    margin: 10px 0;
    display: block;
    font-size: 16px;
    color: #333;
}
.main_news p {
    line-height: 17px;
    text-align: justify;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -16px;
    padding: 0 17px;
}
.img_resp {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    background-color: #0a3687;
}
.img_resp img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.big_slider {
    margin-bottom: 10px;
}
.cat_title {
    padding-left: 15px;
    margin-bottom: 15px;
}
.cat_title .big_box {
    padding: 10px 15px;
    font-size: 20px;
}
.big_slider .carousel-indicators li:hover {
    opacity: 1;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: ''}
.clearfix:after {
    clear: both;
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    background: #3085a3;
    text-align: center;
}
.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 10px;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%}
figure.effect-ming {
    background: #030c17;
    height: 190px;
    width: 100%;
    display: inline-flex;
}
figure.effect-ming img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming h2 {
    padding: 7% 0 0 0;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    opacity: 0;
}
figure.effect-ming p {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
}
figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
    opacity: .4;
}
figure.effect-ming p a {
    color: white;
    font-size: 9px;
    margin: 10px 0;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 5px;
    text-transform: initial;
}
figure.effect-ming h2 a {
    color: white;
    font-size: 4em;
    display: block;
    opacity: .4;
}
figure.effect-ming p a span {
    font-size: 11px;
}
figure.effect-moses {
    height: 190px;
    width: 100%;
    display: inline-flex;
    background: #030c17;
}
figure.effect-moses img {
    opacity: .85;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
figure.effect-moses h2, figure.effect-moses p {
    padding: 20px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
}
figure.effect-moses h2 {
    padding: 10px 0;
    width: 58%;
    height: 58%;
    text-align: center;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
    opacity: 0;
}
figure.effect-moses p {
    float: right;
    padding: 10px 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 42%;
    height: 42%}
figure.effect-moses:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
figure.effect-moses:hover img {
    opacity: .6;
}
figure.effect-moses h2 a {
    color: inherit;
    font-size: 32px;
}
figure.effect-moses p a {
    color: white;
    font-size: 17px;
}
a.lightboxdownload {
    color: white;
    font-size: 18px;
}
.miniText {
    text-align: center;
    color: #696969;
}
.parent_mini .btn-info {
    background-color: #01aaf7;
    border-color: #01aaf7;
}
.parent_mini .btn-info:hover {
    background-color: #01a0e8;
    border-color: #01a0e8;
}
.search-form button.btn {
    background-color: #0a3687;
    border: 1px solid #1546a0;
    padding-right: 16px;
    padding-left: 18px;
    outline: 0 !important;
}
.search-form button.btn i {
    color: #cfcfcf;
    font-size: 13px;
}
.search-form .input-group-btn {
    border-radius: 0 0 0 0;
}
.search-form input {
    border: 1px solid #1547a4;
    outline: 0 !important;
    padding-right: 30px;
    background: #0a3687;
}
.search-form {
    display: inline-block;
    width: 350px;
    position: relative;
    margin: 0 30px 0 5px;
    top: 10px;
}
.search-form button.btn:hover {
    background-color: #e7ecec;
}
.form-control-filter {
    position: absolute;
    top: 0;
    right: 48px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.searchBox {
    margin-top: 20px;
}
.search_page .date {
    font-size: 12px;
}
/*##################### Lightgallery #####################*/
.light-gallery {
    margin: 20px 0;
}
.light-gallery > ul {
    margin-bottom: 0;
}
.light-gallery > ul > li {
    float: left;
    margin-bottom: 15px;

}
.light-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    float: left;
    height: 140px;
    width: 100%;
    /*display: inline-flex;*/
    text-decoration: none !important;
}
.light-gallery > ul > li a > img {
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.light-gallery > ul > li a:hover > img {
    opacity: .6;
}
.light-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.light-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.light-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.light-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.light-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.light-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.light-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.light-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.light-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.light-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.light-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.light-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.light-gallery > ul > li a:hover {
    background-color: #030c17;
}
.light-gallery > ul > li a:hover > span {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 5em;
    padding: 13% 0 0 0;
    text-align: center;
    text-decoration: none !important;
}
.light-gallery > ul > li a > span {
    display: none;
}
/*##################### !!! Lightgallery #####################*/
.catImg {
    position: relative;
    overflow: hidden;
    height: 190px;
    width: 100%;
}
.catImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.catalog .caption p, .video .caption p {
    font-size: 11px;
    color: #afafaf;
    margin-bottom: 2px;
    /* text-align: right; */
}
.catalog > a {
    text-decoration: none;
}
.catalog > a:hover {
    opacity: 0.8;
}
.catalog > a .flex-text {
    line-height: 16px;
}mil
.videobox {
    margin: 20px 0;
}

@media screen and (max-width:587px){
    .name_text a {
        font-size: 16px;
    }
    .name_text a span{
        font-size: 12px;
    }
    .scrolltop{
        display: none !important;
    }
    .name_img{
        width: 112px;
    }
    .vert_inline{
        padding-left: 135px;
    }
    .nopadeleft{
        padding-left: 15px;
    }
    .nopaderight{
        padding-right: 15px;
    }
}
.press-secretary img {
    margin-bottom: 10px;
}
.social-pages img {
    width: 37px;
    padding-top: 2px;
    padding-right: 2px;
}
.social-pages img:hover {
    margin-top: -5px;
}


ul.list > .col-md-3, ul.list li {
    width: 100%;
    margin-bottom: 0px;
}


#dle-vote .vote label {
    padding-left: 10px;
}

div#dle-vote {
}

div#votes {
    padding: 0px 20px;
}


/* foydali havolalar */
.media_rec li {
    list-style: none;
}

.media_rec li {
    height: 195px;
    width: 212px;
    background: #f0fbff;
    display: inline-block;
    list-style: none;
    float: left;
    margin: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.nav > li {
    position: relative;
    display: block;
}
.media_rec li a {
    line-height: 1.2;
    color: #0074b4;
    min-height: 195px;
    position: relative;
    display: block;
    padding: 20px 19px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.media_rec li a span {
    position: relative;
    font-size: 12px;
}

.newProjectIcon{top: 30px;}
.newProjectName{top: 65px;}

img.projectIcon0 {top: 16px;}
span.projectName0 {top: 33px;}

img.projectIcon1{top: 13px;}
span.projectName1{top: 35px;}

img.projectIcon2{top: 13px;}
span.projectName2{top: 38px;}

img.projectIcon3{top: 26px;}
span.projectName3{top: 63px;}

img.projectIcon4{top: 30px;}
span.projectName4{top: 63px;}

img.projectIcon5{top: 27px;}
span.projectName5{top: 63px;}

img.projectIcon6{top: 26px;}
span.projectName6{top: 36px;}

img.projectIcon7{top: 16px;}
span.projectName7{top: 37px;}

img.projectIcon8{top: 6px;}
span.projectName8{top: 23px;}

img.projectIcon9{top: 15px;}
span.projectName9{top: 46px;}

img.projectIcon10{top: 24px;}
span.projectName10{top: 55px;}

img.projectIcon11{top: 30px;}
span.projectName11{top: 64px;}

img.projectIcon12{top: 7px;}
span.projectName12{top: 25px;}

img.projectIcon13{top: 15px;}
span.projectName13{top: 38px;}

img.projectIcon14{top: 27px;}
span.projectName14{top: 60px;}

img.projectIcon15{top: 20px;}
span.projectName15{top: 46px;}

img.projectIcon16{top: 40px;}
span.projectName16{top: 82px;}

img.projectIcon17{top: 24px;}
span.projectName17{top: 61px;}

img.projectIcon18{top: 35px;}
span.projectName18{top: 73px;}

img.projectIcon19{top: 19px;}
span.projectName19{top: 37px;}

img.projectIcon20{top: 19px;}
span.projectName20{top: 37px;}

img.projectIcon21{top: 10px;}
span.projectName21{top: 30px;}

img.projectIcon22{top: 20px;}
span.projectName22{top: 50px;}

img.projectIcon23{top: 22px;}
span.projectName23{top: 55px;}

.detailBox {
    color: #fff;
    text-align: left;
    float: right;
}
.cellnum {
    background: url(../images/white_phone_icon.svg) no-repeat left 2px;
    background-size: 17px auto;
    margin-bottom: 10px;
    padding-left: 40px;
}
.email {
    background: url(../images/white_mail_icon.svg) no-repeat left 2px;
    background-size: 20px auto;
    padding-left: 40px;
    margin-bottom: 10px;
}
.manzil {
    background: url(../images/icon_map.svg) no-repeat left 0px;
    background-size: 15px auto;
    padding-left: 40px;
    margin-bottom: 10px;
}
.news_detail img {
  margin: 20px 0px;
}


#dle-vote .sorovnoma_list {
    width: 30%;
    float: left;
    text-align: center;
}


button.input-button.input-button-blue.btn.btn-primary {
    width: 100%;
    margin-top: 10px;
}
