/*
 * Site template v1.0
 */

@charset "utf-8";

@font-face {
    font-family: DinText;
    src: url("../font/pfdintextcondpro-regular-webfont.woff") format("woff"),
    url("../font/pfdintextcondpro-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */
* { outline: none !important; -moz-outline-style: none !important; }
body {
    height: 100%;
    font-size: 14px;
    background: #f7f7f7 url("../images/logo-bg.jpg") no-repeat right 57px;
}
legend { border-bottom: 0 none; }
.fl { float: left; }
.fr { float: right; }
.center { text-align: center; }
.clear { clear: both; }
ul.none { list-style-type: none; padding: 0; margin: 0; }
h1 { font-size: 24px; text-transform: uppercase; font-family: DinText,Helvetica,Arial !important; }
h2 { font-size: 22px; }
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;

}
.flexbox .col-flex { flex: 1 auto; }

/* Scroll to */
.scroll-to {
    display: none;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 55px;
    width: 40px;
    z-index: 9999;
}
.scroll-to a {
    background-image: url("../images/arrow_up.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #dcdcdc;
    background-size: 20px auto;
    cursor: pointer;
    position: absolute;
    right: 5px;
    width: 40px;
    height: 40px;
    transition: opacity 2s ease 0s, border-color 0.4s ease 0s;
}
.scroll-to a:hover { border-color: #26376D; color: #26376D; }

/* Search */
.navbar-search { display: none; padding: 5px; background-color: #26376D; }
.navbar-search form { display: inline-block; width: 100%; height: 34px; }
.navbar-search form input[type="text"] { width: 100%; padding-right: 75px; }
.navbar-search form input[type="text"].wrong {
    background: #fff url("../images/bg-wrong.png") repeat-x 5px bottom;
}
.navbar-search form .search-group { position: relative; width: 350px; }
.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ED3A2A;
    border-color: #d23022;
    color: #ffffff;
    margin-left: -70px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #fff;
}
.btn-search:hover, .btn-search:active, .btn-search:focus {
    background-color: #c73124;
    border-color: #c73124;
    color: #fff;
}
.navbar-search .container.search { text-align: center; }
.navbar-search .form-control { border: 1px solid #fff; }
.navbar-search .form-control:focus { border: 1px solid #000; }

/* Menu navigation */
.navbar {
    border-radius: 0;
    background-color: #26376D;
    margin-bottom: 7px;
    min-height: 40px;
}
.navbar .menu { border-top: 4px solid #ED3A2A; }
.navbar ul { margin-top: 0; }
.navbar-nav li { display: inline-block; }
.navbar-nav { float: none; text-align: center; margin-top: 5px; }
.navbar-nav li { float: none; display: inline-block; }
.navbar-nav > li { margin-left: -4px; }
.navbar-nav > li > a {
    font-size: 16px;
    font-family: DinText,Helvetica,Arial !important;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 7px 10px 7px;
    line-height: 17px;
    margin-bottom: -1px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.active { background-color: #ED3A2A; /*border-radius: 3px;*/ }
.navbar.navbar-fixed-top { box-shadow: 0 0 20px rgba(0, 0, 0, 0.65); }
.navbar .navbar-toggle { background-color: #ED3A2A; }
.navbar .navbar-toggle .icon-bar { background-color: #fff; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #ED3A2A;
    border-color: #337ab7;
}
.dropdown-menu > li { display: block; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active {
    background-color: #ED3A2A;
    color: #fff;
}
.container.menu { position: relative; }
.menu .search {
    position: absolute;
    right: 14px;
    bottom: 7px;
    width: 22px;
    height: 22px;
    background-image: url(../images/icon-search.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.menu .search:hover { background-position: center bottom; }
.menu .search.offset { top: 54px; }

/* Submenu navigation */
.subnavbar { text-align: center; margin-bottom: -56px; margin-top: 57px; }
.subnavbar a {
    display: inline-block;
    margin: 0 7px 0 7px;
    color: #26376D;
    font-size: 13px;
}
.subnavbar a.active { color: #ed3a2a; text-decoration: underline; }
.subnavbar .sp { border-right: 1px solid #000; }

/* Document information */
ul.doc, ul.address, ul.info { list-style-type: none; padding: 0; }
ul.doc span, ul.address span, ul.info span {
    font-size: 16px;
    font-family: DinText,Helvetica,Arial;
    font-weight: bold;
}
.doc-control { text-align:  center; }
.doc-control > div {
    box-shadow: 0 20px 35px -20px rgba(0, 0, 0, 0.4) inset, 18px 0 35px -20px rgba(0, 0, 0, 0.4) inset, -18px 0 35px -20px rgba(0, 0, 0, 0.4) inset;
    display: inline-block;
    color: #fff;
    padding: 10px;
    background-color: #26376D;
    border-radius: 5px;
    font-family: DinText,Helvetica,Arial;
    text-transform: uppercase;
    margin-bottom: -4px;
}
.doc-control a { display: block; padding: 0 10px 0 10px; color: #e5e5e5; float: left; width: 140px; }
.doc-control a.download { border-right: 1px solid #e5e5e5; padding-right: 15px; }


/* Slider */
#slider {
    height: 300px;
    color: #fff;
    margin: 0 -15px 60px -15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#slider .carousel-inner {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
#slider .item-ct { position: relative; min-height: 300px; }
#slider .item { height: 300px; }
#slider .item.active { top: 0; }
#slider .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 560px;
    height: 100%;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}
#slider .item .text { position: relative;  padding: 15px 43px 10px 576px; height: 300px; }
#slider .item .text .sp {
    border-top: 1px solid #ED3A2A;
    height: 1px;
    margin: 15px 0;
    width: 40px;
}
#slider .item .text h2 {
    margin-top: 0;
    font-size: 20px;
    font-family: DinText,Helvetica,Arial !important;
    text-transform: uppercase;
    text-align: justify;
}
#slider .item .text a { color: #fff;  }
#slider .item .text a:hover { text-decoration: none; }
#slider .item .text p { padding-top: 2px;  text-align: justify; }
#slider  .text .date {
    position: absolute;
    font-size: 12px;
    bottom: 35px;
    color: #9597a5;
 }
#slider .carousel-control.left, #slider .carousel-control.right { background-image: none; }
#slider .carousel-control { color: #ED3A2A; width: 45px; }
#slider .carousel-indicators {
    left: 560px;
    width: 400px;
    margin-left: 0;
    margin-bottom: 0;
}
#slider .carousel-indicators li {
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0,0,0, 0.4);
}
#slider .carousel-control { opacity: 1; }
#slider .carousel-control .icon-prev :before { content: ''; }
#slider .carousel-control .icon-prev {
    width: 24px !important;
    height: 32px;
    background: transparent url(../images/btn-left.png) no-repeat center center;
    content: '';
}
#slider .carousel-control .icon-prev::before { content: ''; }
#slider .carousel-control .icon-next {
    width: 24px !important;
    height: 32px;
    background: transparent url(../images/btn-right.png) no-repeat center center;
    content: '';
}
#slider .carousel-control .icon-next::before { content: ''; }
#slider .carousel-indicators .active { background-color: #ED3A2A; }
#slider .carousel-control:hover { opacity: 0.5; }
#slider .shadow {
    background: rgba(0, 0, 0, 0) url("../images/slider-shadow.png") no-repeat scroll center top;
    height: 66px;
    width: 100%;
}

/* Article */
.article {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.17);
    font-family: DinText, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.article h2, .article h3, .article h4 {
    font-family: DinText,Helvetica,Arial;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
}
.article h3 { font-size: 20px; }
.article h4 { font-size: 17px; }
.article .text { padding-bottom: 15px; }
.article .text img { margin: 0 10px 20px 0; }
.article .col-main { padding: 10px 30px 30px 30px; border-right: 1px solid #E7E7E7; margin-right: -1px;}

.article .col-right {
    padding: 10px 30px 30px 30px;
    border-left: 1px solid #E7E7E7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.article .col-right .pretty-links > .item {
    display: block;
    height: 53px;
    width: 260px;
    margin-bottom: 8px;
    text-decoration: none;
}

.article .col-right .pretty-links > .item > .icon {
    height: 53px;
    float: left;
}

.article .col-right .pretty-links > .item > .title {
    overflow: hidden;
    text-align: center;
    line-height: 53px;
    height: 100%;
    font-weight: bold;
    color: #2d5078;
    padding-left: 8px;
}

.article .col-right .pretty-links > .item > .title > span {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.article .col-right .pretty-links > .item > .title.danger {
	color: #fb1c1c;
}

.article .col-right .banner img {
	max-width: 100%;
}

.article .col-right .social {
	text-align: center;
    margin-top: 16px;
}

.article .col-right .social a {
	margin-right: 24px;
    text-decoration: none;
}

.article .col-right .social :last-child {
    margin-right: 0;
}


.article .col-right .social img {
	width: 36px;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 7px;
}


.article .col-news { padding-left: 15px; padding-right: 15px; }
.article table td { padding: 10px; }
.article table th {
    padding: 10px;
    text-align: center;
    font-family: DinText,Helvetica,Arial;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #26376D;
    font-weight: normal;
    color: #e5e5e5;
    /*border-top: 4px solid #ed3a2a;*/
}
/*
.article table tr { background-color: #F2F2F2; }
.article table tr:nth-child(even) { background-color: #E8E8E8; }
.article table tr td:nth-child(1) { font-weight: bold; font-size: 13px; color: #26376D; }
*/
table {border: 1px solid #ddd;width: 100%;max-width: 100%;margin-bottom: 20px;}
table td {border: 1px solid #ddd;}
/* Minister profile */
.profile {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px;
    margin-top: 20px;
}
.profile > div { min-height: 207px; }
.profile .photo { position: relative; width: 180px; padding: 0; }
.profile .photo img { position: absolute; left: 15px; bottom: -21px; }
.profile .photo img.none { border: 1px solid #e7e7e7; }
.profile .col-info { text-align: right; margin-right: -90px; padding-right: 100px; }
.profile .col-address { margin-left: -90px; padding-left: 100px; font-size: 15px; }
.profile .col-address span { font-style: italic; }
.profile p.name { font-size: 22px; line-height: 31px; }
.profile p.position { font-size: 15px; font-style: italic; }

/* Speedbar */
.speedbar { margin-bottom: 14px; }

/* Box menu */
.box-menu-body { color: #6c6e7a; font-size: 13px; }
.box-sp { border-bottom: 1px dashed #E7E7E7; padding-top: 10px; }

/* Items news */
.article .col-news .items-news { margin-top: 7px; }
.items-news { margin-top: 17px; }
.items-news li {margin: 10px 0;}
.items-news-i { margin-bottom: 5px; padding: 15px 0px; border-top: 1px dashed #e7e7e7; }
.items-news-i .date {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    width: 46px;
    font-family: DinText,Helvetica,Arial;
    text-align: center;
    color: #ed3a2a;
    margin-right: 10px;
}
.items-news-i .date span { display: inline-block; font-size: 22px; width: 40px; }
.items-news-i .photo { float: left; margin-right: 10px; width: 120px; }
.items-news-i .photo img { width: 100%; }
/*.items-news-i .text, .items-news-i .short-text, .items-txt-i .text { color: #6c6e7a;}*/
.items-news-i .short-text { margin-left: 46px; }
.items-news-i .text h3, .items-news-i .short-text h3, .items-txt-i h3 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
    font-family: DinText,Helvetica,Arial;
}
.items-news-i .short-text h3 { text-align: left; text-transform: none; }
.items-news-i .text h3 a, .items-news-i .short-text h3 a { color: #000; }
.items-news-i .text p, .items-news-i .short-text p { text-align: justify; }

div#dle-content img {max-width: 500px}

.document{
	margin-top: 10px;
    padding: 5px 0;
    border-top: 1px dashed #e7e7e7;
    font-family: DinText,Helvetica,Arial;
    text-align: justify;
}
.items-doc .date, .full-story-date{
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    width: 46px;
    font-family: DinText,Helvetica,Arial;
    text-align: center;
    color: #ed3a2a;
    margin-left: 10px;
}
.items-doc .date span {
    display: inline-block;
    font-size: 22px;
    width: 40px;
}
.goto-docs{
	text-align: right;
    border-top: 1px dashed #e7e7e7;
    font-family: DinText,Helvetica,Arial;
    font-size: 16px !important;
}
.items-news .date .day {
    display: inline-block;
    font-size: 22px;
    width: 40px;
}

/* Items announcements */
.items-ann { margin-top: 17px; }
.items-ann-i { margin-bottom: 14px; }
.items-ann-i .date {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    width: 46px;
    font-family: DinText,Helvetica,Arial;
}
.items-ann-i .date span {
    display: inline-block;
    font-size: 22px;
    width: 40px;
}
.items-ann-i .date .time { font-size: 16px; }
.items-ann-i .text {
    color: #6c6e7a;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 40px;
    text-align: justify;
    padding-bottom: 0;
}

/* Items archives */
.items-arc { margin-top: 17px; }
.items-arc-i { margin-bottom: 7px; font-family: DinText,Helvetica,Arial; }
.items-arc-i .year { font-size: 20px; text-transform: uppercase; }
.items-arc-i .month { font-size: 13px; text-transform: uppercase; }
.items-arc-i .count { font-size: 15px; color: #000; }

/* Items docs */
.items-doc-i { margin-bottom: 10px; padding-bottom: 12px; }
.items-doc-i .date { font-family: DinText,Helvetica,Arial; font-size: 15px; }
.items-doc-i .type { font-family: DinText,Helvetica,Arial; text-transform: uppercase; }
.items-doc-i .text { text-align: justify; padding-bottom: 0; }
.items-doc-i .text a { color: #000000; font-size: 13px; }

/* Items text */
.items-txt-i { margin-bottom: 10px; }
.items-txt-i .date { font-family: DinText,Helvetica,Arial; font-size: 15px; }
.items-txt-i .text { text-align: justify; margin-left: 0; }
.items-txt-i .text a { color: #000000; font-size: 13px; }

.items-news .goto, .items-ann .goto, .items-doc .goto, .items-arc .goto {
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-family: DinText,Helvetica,Arial;
    border-top: 1px dashed #e7e7e7;
    padding-top: 10px;
}

/* Items content */
.items-content { margin-top: 17px; }
.items-content-a { display: inline-block; }
.items-content-a:hover { color: #6c6e7a; }
.items-content-a .img-box { position: relative; }
.items-content-a .img-box img { width: 100%; }
.items-content-i .title { margin-top: 10px; color: #6c6e7a; font-size: 12px; text-align: justify; }
.items-content-i .date { font-family: DinText,Helvetica,Arial; font-size: 15px; }
.items-content-i .fa-play {
    position: absolute;
    left: 0; top: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ed3a2a;
    font-size: 20px;
}

/* Header */
.header { position: relative; margin-bottom: 20px; margin-top: 80px; padding-left: 40px; }
.header a { color: #000; }
.header a:hover { text-decoration: none; }
.col-logo { width: 130px; }
.header .logo {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    /*width: 125px;*/
    height: 100%;
    float: left;
}

.header .logo > div {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/line.jpg) no-repeat center center;
    height: 100%;
    width: 2px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.header .logo img {
	margin-right: 10px;
}
.header .name h1 { margin: 0 0 0 145px; padding-top: 20px; font-size: 21px; }
.header.social .icons { display: block; }
.header .icons { display: none; position: absolute; right: 0; top: 0; }
.header .icons .icon {
    display:  inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/net-icons.png);
    background-repeat: no-repeat;
    opacity: 0.5;
}
.header .icons .icon:hover { opacity: 1; }
.header .icons .icon.icon-youtube { background-position: -217px -56px; }
.header .icons .icon.icon-youtube:hover { background-position: -217px -12px; }
.header .icons .icon.icon-ok { background-position: -177px -56px; }
.header .icons .icon.icon-ok:hover { background-position: -177px -12px; }
.header .icons .icon.icon-vk { background-position: -137px -56px; }
.header .icons .icon.icon-vk:hover { background-position: -137px -12px; }
.header .icons .icon.icon-twitter { background-position: -54px -56px; }
.header .icons .icon.icon-twitter:hover { background-position: -54px -12px; }
.header .icons .icon.icon-facebook { background-position: -13px -56px; }
.header .icons .icon.icon-facebook:hover { background-position: -13px -12px; }

/* List navigation */
.navigation {
    font-family: DinText,Helvetica,Arial;
    border-top: 1px dashed #e7e7e7;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 18px;
}
.navigation span { font-weight: bold; }
.navigation #page_next { font-weight: normal; }
.navigation a, .navigation span { margin: 0 5px 0 5px;}

/* Vote */
.vote-title {}
.vote-wrap ul { list-style: none; margin: 0 0 10px 0; padding: 0; }
.vote-wrap form { margin: 10px 0 10px 0; }
.vote-wrap label { font-weight: normal; font-family: DinText,Helvetica,Arial; font-size: 15px; }
.vote-wrap label:hover { color: #337ab7; text-decoration: underline; cursor: pointer; }

/* Sitemap */
ul.map, ul.map ul {
    list-style-type: none;
}
ul.map { padding: 0; margin: 0; }
ul.map ul { padding: 0 0 0 30px; margin-bottom: 10px; }
ul.map li .section {
    margin-top: 10px;
    font-family: DinText,Helvetica,Arial; font-size: 14px;
    text-transform: uppercase;
}

/* Footer */
footer {
    margin-top: 65px;
    background-color: #26376D;
    color: #e5e5e5;
    padding: 15px 0 15px 0;
    box-shadow: 0 20px 35px -20px rgba(0, 0, 0, 0.4) inset, 18px 0 35px -20px rgba(0, 0, 0, 0.4) inset, -18px 0 35px -20px rgba(0, 0, 0, 0.4) inset;
}
footer .copyright {
    padding-top: 12px;
    font-family: DinText,Helvetica,Arial;
    font-size: 19px;
    text-transform: uppercase;
}
footer .cr a { color: #e5e5e5; }
footer .cr {
    font-family: DinText,Helvetica,Arial;
    font-size: 17px;
    text-align: center;
}
footer .contact {
    font-family: DinText,Helvetica,Arial;
    font-size: 17px;
    text-align: justify;
    text-align: center;
}
footer .contact a { color: #fff; }

.container.links { margin-bottom: 32px; }
footer .links .ln { display: block; border: 1px solid #e0e0e0; padding: 7px; margin-bottom: 2px; }
footer .links a.ln:hover { text-decoration: none; border: 1px solid #fff; }
footer .links a.ln:hover .name { color: #fff; }
footer .links .ln .name {
    color: #e5e5e5;
    display: block;
    font-size: 10px;
    min-height: 30px;
    text-transform: uppercase;
}
footer .links .ln .link { color: #b4c2d4; font-size: 10px; text-transform: uppercase; }
footer .links .col-md-4 { padding-left: 7px; padding-right: 7px; }
footer .row.links { margin-bottom: 12px; }

.container.info { margin-bottom: 45px; }
footer .info h3 {
    font-family: DinText,Helvetica,Arial;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
footer .info h3.two-rows { min-height: 43px; }
footer .info p { text-align: justify; }
footer .info .img { text-align: center; }
footer .info .desk { text-align: justify; }
footer .info ul { list-style-type: none; padding: 0; margin: 0; }
footer .info ul li a { color: #fff; font-size: 13px; }

footer .social {
	text-align: center;
    margin: 10px 0;
}

footer .social img {
    height: 43px;
    margin-right: 8px;
}

footer .text {
	text-align: center;
    margin: 10px 0;
}

.quote {
    background-color: #f5f5f5;
    border-left: 4px solid #4e8ccc;
    color: #000000;
    font-family: DinText,Helvetica,Arial;
    margin: 5px 0 5px 10px;
    padding: 15px;
    font-size: 16px;
}

/* Multi level menu */
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after { border-left-color: #fff; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#sendmail .wide {
	width: 100%;
}

#sendmail .half {
	width: 50%;
}

#sendmail textarea {
	resize: vertical;
}
/* Respond style */
@media (min-width: 1200px) {
  .container { width: 960px; }
}

/* and */

@media (min-width: 992px) {
  .container { width: 960px; }
}

@media(max-width:995px) {
    /* Slider */
    #slider { height: 228px; margin: 0 -15px -5px; border-radius: 5px 5px 0 0; }
    #slider .carousel-inner { border-radius: 0; }
    #slider .item .text { padding: 10px 50px 10px 50px; }
    #slider .item .img { display: none; }
    #slider .text .date { left: 48px; top: 182px; }
    #slider .carousel-indicators { left: 0; width: 100%; }
    #slider .shadow { display: none; }

    /* Header */
    .header .icons { right: 5px; }

    /* Footer */
    footer { margin-top: 30px; }
    .container.info, .container.links { margin-bottom: 15px; }
}

@media(max-width:991px) {
    /* Minister profile */
    .profile { margin-bottom: 0; }
    .profile > div { min-height: 1px; }
    .profile .col-info { text-align: left; margin-right: 0; padding-right: 0; }
    .profile .photo { padding-left: 15px; width: 100%; }
    .profile .photo img { position: relative; left: inherit; bottom: inherit; }
    .profile .col-address { padding: 0 15px 15px 15px; margin-left: 0; }

    /* Article */
    .article .col-news { border-top: 1px solid #e7e7e7; border-left: 0; }
    .flexbox { display: inherit; }
    footer .info h3.two-rows { min-height: 1px; }
}

@media(max-width:787px) {
    .article { border-radius: 0; box-shadow: none; }
}

/* where toggle button is show */
@media(max-width:767px) {
    body { background: #f7f7f7 url("../images/logo-bg-min.jpg") no-repeat right 57px; }

    /* Article */
    .article .col-main { border-right: 0 none; margin-right: 0; }

    /* Search */
    .menu .search { right: 80px; top: 18px; }
    .navbar-search form { height: 29px; }
    .navbar-search form .search-group { width: 100%; }

    /* Slider */
    #slider { border-radius: 0; }

    /* Footer */
    footer { margin-top: 0px; }

    .dropdown-menu > li > a { color: #fff; }
    .navbar-nav { margin-left: 0; margin-right: 0; }
    .navbar-nav li { display: block; text-align: left; margin-left: 0; }
    #navbar-collapse { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

    /* Menu */
    .menu .search.offset { top: 60px; }

    /* Submenu */
    .subnavbar { margin-top: 67px; }
}

@media(max-width:680px) {
    /* Header */
    .header .name h1 { padding-top: 10px; font-size: 18px; }
    .header.social h1 { padding-top: 32px; }
}

@media(max-width:570px) {
    /* Slider */
    #slider .item .text h2 { text-align: left; }
    #slider .item .text p { display: none; }

    /* Items news */
    .items-news-i .photo { display: none; }
    .items-news-i .text { margin-left: 40px; }

}
