@import "adaptive.css";

@font-face {
    font-family: 'Roboto';
    src: url("/tpl/fonts/Roboto/Roboto-Regular.ttf") format('truetype');
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url("/tpl/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format('truetype');
}


* {
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

.page_title {
    font-family: 'Roboto Condensed', sans-serif !important;
}


body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 11pt;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.inset {
    margin: 0 auto;
    width: 1200px;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #ccc !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    height: auto !important;
}

table p {
    margin: 0
}

td {
    padding: 4px !important;
    border: 1px solid #ccc !important;
    height: auto !important;
    width: auto !important;
    vertical-align: top !important;
}

tr.odd {
    background: #f9f9f9 !important
}

hr {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border: 0;
}

a {
    color: #035a84;
}


p {
    background: none !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 0 10px 0 !important;
}


h1 {
    margin: 0 0 20px 0;
    font-size: 22pt !important;
    padding-right: 50px;
}


h2 {
    margin: 15px 0 10px 0;
    font-size: 16pt !important;
}

h3 {
    margin: 15px 0 10px 0;
    font-size: 14pt !important;

}

h4 {
    margin: 15px 0 10px 0;
    font-size: 12pt !important;

}

form input, form select, #calculator input, #calculator select {
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif !important;
    border: 2px solid #ccc;
    background: #fff;
    font-size: 14pt;
    margin-bottom: 10px;
    border-radius: 5px;
}

form input[type=file] {
    background: transparent !important;
    border: none !important;
    padding: 5px 0 5px 0 !important;
}

form input[type=submit], form .button, #calculator input[type=submit], #calculator .button {
    background: #035a84;
    display: block !important;
    padding: 10px 30px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
    margin: 0 5px 10px 0;
    float: left;
    border: none;
    border-top: 2px solid rgba(255, 255, 255, .3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    font-size: 14pt;
    transition: background-color .3s;
}

form input[type=submit]:hover, form .button:hover, #calculator input[type=submit]:hover, #calculator .button:hover {
    background-color: #097aae;
}


form textarea, #calculator textarea {
    border: 2px solid #ccc;
    font-size: 14pt;
    margin-bottom: 10px;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif !important;
    height: 200px;
}

form label, #calculator label {
    display: block;
    padding-bottom: 5px;
}


/*-----------------------------------------------------------------------------------------------*/
#header {
    background: #00486c url("/tpl/img/header_bg.png") no-repeat left bottom;
    -webkit-background-size: cover;
    background-size: cover;
    text-shadow: 0 1px 1px #000;
    color: #fff;

}

#header .left {
    padding: 10px 0;
    display: block;
}

#header a {
    color: #fff;
}

#header h2 {
    margin: 0;
    font-weight: normal;
}

#header .logo {
    width: 100px;
    display: block;
    float: left;
    margin-right: 15px;
}

#header .title {
    float: left;
    font-family: 'Roboto Condensed', sans-serif !important;
    padding-top: 20px;
}

#header .title span {
    font-size: 21pt;
    display: block;
}

#header .right {
    float: right;
    width: 300px;
    padding: 10px 0;
    text-align: right;
}

#header .right .right-menu {
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}

#header .right .right-menu a {
    font-size: 10pt;
    margin-left: 20px;
}

#header .right .right-menu a:hover {
    text-decoration: underline;
}

#header .right .special-button {
    display: block;
    cursor: pointer;
    height: 30px;
    float: right;
    border-radius: 5px;
    border: 1px solid #fff;
    text-decoration: none !important;
    margin-left: 40px;
    background: url("/tpl/img/glasses.svg") no-repeat center #000000;
    background-size: 18px;
    width: 40px;
    transition: all .3s;
}

#header .right .special-button:hover {
    background-color: #ffffff;
    background-image: url("/tpl/img/glasses_b.svg");
}


#header .search input {
    margin: 0 0 5px 0;
    padding: 0 10px 0 35px;
    border: none;
    background: #fff url(/tpl/img/magnify.png) no-repeat 10px 50%;
    width: 170px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    opacity: .5;
    transition: opacity .3s;
}

#header .search input:hover, #header .search input:focus {
    opacity: 1;
}

#header .rss {
    font-size: 10pt;
    font-family: 'Roboto Condensed', sans-serif;

}

#header .lk {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #035a84;
    text-shadow: none;
    display: block;
    border: 1px solid #ffffff;
    width: 250px;
    height: 30px;
    margin-left: 115px;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 10px;
    transition: all .3s;
}

#header .lk:hover {
    background: none;
    color: #ffffff;
}


#crumbs {
    font-size: 10pt;
    color: #aaa;
    margin-bottom: 10px;
    margin-top: -10px;
}

#crumbs a {
    color: #aaa
}

#crumbs a:hover {
    color: #097aae;
}

/*-----------------------------------------------------------------------------------------------*/
#menu {
    width: 100%;
    margin-bottom: 20px;
    background: #035a84;
    font-family: 'Roboto Condensed', sans-serif;
}

#menu a {
    font-size: 13pt;
    color: #ffffff;
}

#menu .logo {
    float: left;
    background: url(/tpl/img/logo.png) center no-repeat;
    background-size: 32px;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    display: none;
}

.fixed #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.fixed #menu .logo {
    display: block;
}


#menu .link a {
    float: left;
    transition: background .3s;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

#menu .link .active {
    color: #333;
    background: #ffffff;
}

#menu .link a:not(.active):hover {
    background: #097aae;
}

#menu .link {
    position: relative;
    float: left;
}

#menu .link:hover .submenu {
    display: block;
}

#menu .link .submenu {
    position: absolute;
    background: #035a84;
    top: 45px;
    left: 0;
    width: 400px;
    display: none;
    border-top: none;
    box-shadow: 0 5px 20px #000;
    z-index: 100;
    max-height: 400px;
    overflow: auto;
}

#menu .link .submenu a {
    padding: 10px 15px;
    height: auto;
    line-height: normal;
    color: #fff !important;
    font-size: 12pt;
    font-weight: normal;
    display: block;
    width: 100%;
}

#menu .link .submenu .active {
    background: #097aae;
}

/*-----------------------------------------------------------------------------------------------*/
#left {
    width: 220px;
    float: left;
    margin-bottom: 40px;
    margin-right: 20px;

}

#left a, #left b {
    transition: color .3s, background-color .3s, border-left-color .3s;
}

#left a:hover > b {
    color: #097aae;
}

#left .title {
    margin: 0 0 10px 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    display: block;
    background-color: #035a84;
    padding: 10px 15px;
    border-radius: 5px;

}

#left .title:hover {
    background-color: #097aae;
}

#left .icon {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 18px;
}

#left .ann-icon {
    background-image: url(/tpl/img/announcement.svg);
}

#left .events {
    font-size: 10pt;
}

#left .events .item {
    margin-bottom: 20px;
    display: block;
    color: #000000;
}

#left .events .item .date {
    display: block;
    font-size: 10pt;
    color: #999;
    font-style: normal;
    padding: 0 0 0 20px;
    background: url(/tpl/img/calendar.svg) no-repeat left center;
    background-size: 14px;
    margin-bottom: 5px;
}

#left .events .item b {
    font-size: 11pt;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif !important;
}

#left .icon-mail {
    background-image: url(/tpl/img/mail.svg);
}

#left .icon-user {
    background-image: url(/tpl/img/user.svg);
}

#left .icon-feedback {
    background-image: url(/tpl/img/feedback.svg);
}

#left .text-links {
    margin-bottom: 20px;
}

#left .text-links a {
    color: #000000;
    font-size: 10pt;
}

#left .icon-corruption {
    background-color: transparent;
    color: #000000;
    margin: 30px 0;
    background-image: url(/tpl/img/corruption.svg);
    border: 1px solid #035a84;
    transition: all .3s;
}

#left .icon-corruption:hover {
    background-color: #097aae;
    color: #ffffff;
    background-image: url(/tpl/img/corruption_wh.svg);
}

#left .icon-connected {
    background-image: url(/tpl/img/add.png);
}

#left .menu {
    margin-bottom: 20px;
    background: #eee;
    border-radius: 5px;
    padding: 10px 0;
}

#left .current {
    background: #035a84;
    color: #fff;
    font-size: 12pt;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif !important;
    padding: 5px 15px;
    border: none
}

#left a {
    display: block;
}

#left .menu a.level_2 {
    padding: 5px 15px 5px 13px;
    text-decoration: none;
}

#left .menu a.level_3 {
    padding: 5px 15px 5px 23px;
    text-decoration: none;
}

#left .menu a {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11pt;
    border-left: 2px solid transparent;
}

#left .menu a:hover {
    color: #097aae;
    border-left: 2px solid #097aae;
}

#left .menu a.active {
    color: #333;
    background-color: #fff !important;
    border-left: 2px solid #097aae;
}


/*-----------------------------------------------------------------------------------------------*/
.activity {
    padding: 10px 15px 0 15px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/*-----------------------------------------------------------------------------------------------*/
#center {
    width: 960px;
    float: left;
    margin-bottom: 40px;
}

#center .block-title {
    margin: 0 0 10px 0;
    font-size: 16pt;
    color: #00486c;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

#articles .article, #vipnews .item {
    margin-bottom: 20px;
    display: block;
    color: #333;
    position: relative;
}

#articles .article:hover .title, #vipnews .item:hover .title {
    color: #097aae;
}

#articles .article .image, #vipnews .item .image {
    display: block;
    width: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 15px 15px 0;
    border-radius: 5px;
    background: no-repeat center;
    background-size: cover;
    height: 168px;
}

#articles .article .image .img, #vipnews .item .image .img {
    display: block;
    background-size: contain !important;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    padding-top: 56.25%;
    position: relative;
}

#articles .article .image .bg, #vipnews .item .image .bg {
    position: absolute;
    top: -25%;
    left: -25%;
    display: block;
    width: 150%;
    height: 150%;
    background: no-repeat center;
    background-size: cover;
    filter: blur(15px);
}

#articles .article .title, #vipnews .item .title {
    display: block;
    margin-bottom: 10px;
    font-size: 16pt;
    transition: .3s;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 20px;
}

#articles .article .date, #vipnews .item .date {
    display: inline-block;
    font-size: 10pt;
    color: #999;
    padding-left: 20px;
    font-style: normal;
    background: url(/tpl/img/calendar.svg) no-repeat left center;
    -webkit-background-size: 14px;
    background-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}

#articles .article .short, #vipnews .item .short {
    position: relative;
    line-height: 20px;
}


#center .all {
    color: #00486c;
}

/*-----------------------------------------------------------------------------------------------*/

#vipnews .item {
    padding: 15px 15px 0 15px;
    background: #eee;
    margin-bottom: 20px;
    border-radius: 5px;
}

#vipnews .item .title {
    font-size: 18pt !important;
}

#vipnews .item .image {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 5px;
}

#vipnews .item .date {
    display: inline-block;
    margin-left: 0;
}

/*-----------------------------------------------------------------------------------------------*/


.page * {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12pt;
    color: #333 !important;
    background-color: transparent !important;
}

.page hr {
    font-size: 0 !important;
}

.page table {
    margin-left: 0 !important;
}

.page a {
    color: #035a84 !important;
}

.page a:not(.image):not(.item-image):not([download]) {
    background: url("/tpl/img/link.svg") no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
    padding-left: 24px;
}

.page a:not(.image):not(.item-image):not([download])[href^='/uploads/'] {
    background-image: url("/tpl/img/doc.svg");
}

.page a:not(.image):not(.item-image):not([download])[href^='mailto:'] {
    background-image: url("/tpl/img/link_mail.svg");
}

.page a:hover, .page a:hover span {
    color: #097aae !important;
}

.page a span {
    color: #035a84 !important;
}


.page .image {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    cursor: url(/tpl/js/lightbox/images/zoom_in.png), pointer;
    width: 50%;
}


.page .image img {
    border-radius: 5px;
    width: 100%;
}

.page .date {
    display: block;
    font-size: 10pt !important;
    color: #999 !important;
    font-style: normal;
    padding: 0 20px 0 0;
    background: url(/tpl/img/calendar.png) no-repeat right center;
    text-align: right;
    margin-bottom: 20px;
}

.page img:not(.preview) {
    display: block;
    margin: 0 15px 15px 0;
    width: 33% !important;
    max-width: 33% !important;
    height: auto !important;
    clear: both;
    float: left !important;
    border-radius: 5px;
}

/*-----------------------------------------------------------------------------------------------*/
#attachment .images {
    margin: 0 -5px;
}

#attachment .images .item-image {
    display: block;
    text-decoration: none;
    width: 25%;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
}

#attachment .images .item-image .img {
    display: block;
    padding-top: 56.25%;
    background: #fff no-repeat top center;
    background-size: cover;
    margin: 0 5px;
    border-radius: 5px;
    cursor: url(/tpl/js/lightbox/images/zoom_in.png), pointer;
}

#attachment .files {
    margin-bottom: 20px;
    color: #333;
    display: block;
}

#attachment .files:hover .title {
    color: #097aae !important;
}

#attachment .files .filetype {
    display: block;
    background: #035a84 !important;
    height: 40px;
    width: 30px;
    float: left;
    text-align: center;
    padding-top: 20px;
    font-style: normal;
    font-size: 8pt;
    color: #fff !important;
    border-radius: 10px 5px 5px 5px;
    transition: color .3s, background-color .3s;
}

#attachment .files .title {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
    font-size: 16pt;
    color: #333;
    padding-right: 25px;
    transition: color .3s, background-color .3s;
}

#attachment .files .item-file {
    padding: 0 0 5px 40px;
    margin-bottom: 5px;
}

#attachment .files .item-file a {
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 16pt;
    color: #333 !important;
    padding-right: 25px;
    transition: color .3s, background-color .3s;
}

#attachment .files .item-file a:hover {
    color: #097aae !important;
}

#attachment .files .item-file .info {
    font-size: 8pt !important;
    color: #999;
}

#attachment .files .item-file .info b {
    font-size: 8pt !important;
    font-weight: normal;

}

#attachment .youtube {
    display: block;
    height: 270px;
    margin: 0 15px 15px 0;
    cursor: url(/tpl/js/lightbox/images/zoom_in.png), pointer;
    width: 50%;
}

#attachment .links a {
    display: block;
}

#attachment .links b {
    display: block;
    margin-bottom: 5px;
    font-size: 8pt;
    color: #999;
    font-weight: normal;
}

/*-----------------------------------------------------------------------------------------------*/
#map {
    background: #eee url("/tpl/img/preloader.svg") no-repeat center;
    height: 535px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------------------*/
#files .file {
    display: block;
    margin-bottom: 10px;
}

#files .file .filetype {
    display: block;
    background: #035a84;
    width: 30px;
    height: 40px;
    float: left;
    text-align: center;
    padding-top: 20px;
    font-style: normal;
    font-size: 8pt;
    color: #fff;
    border-radius: 10px 5px 5px 5px;
    transition: color .3s, background-color .3s;
}

#files .file:hover .filetype {
    background-color: #097aae;
}

#files .file .text {
    margin-left: 40px;
}

#files .file .title {
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 16pt;
    color: #333;
    padding-right: 25px;
    display: block;
}

#files .file .description {
    color: #000;
    margin-bottom: 5px;
}

#files .file:hover .title {
    color: #097aae;
    background: url(/tpl/img/icon-download-alt.png) no-repeat center right
}

#files .file:hover .description {
    color: #097aae;
}

#files .file .info {
    font-size: 8pt;
    color: #777;
}


/*-----------------------------------------------------------------------------------------------*/
#calculator h3 {
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

#calculator .calc1 h3, #calculator .calc2 h3 {
    height: 65px;
}

#calculator input, #calculator select {
    display: block;
    width: 470px;
}

#calculator .calc {
    width: 470px;
    float: left;
    margin-bottom: 40px;

}

#calculator .calc1 {
    margin-right: 20px;
}

#calculator .application {
    width: 100%;
    padding: 20px;
    background: #eeeeee;
}

#calculator .answer {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20pt !important;
    line-height: 37px;
    margin-left: 15px;
}


#calculator .application-form input {
    width: 100%;
}

#calculator label {
    color: #333333 !important;
}

#calculator .application-form label {
    display: block;
}

#calculator .application-form textarea {
    width: 100%;
}

#calculator form input[type=submit] {
    width: 250px;
}

/*-----------------------------------------------------------------------------------------------*/
#feedback form input:not([type=submit]), #feedback form select, #feedback form textarea {
    width: 100%;
}

#feedback form textarea {
    border: 2px solid #ccc;
    height: 200px;
    border-radius: 5px;
}

#feedback .info b {
    font-size: 10pt;
}


/*-----------------------------------------------------------------------------------------------*/

#paginator {
    clear: both;
    margin: 0 0 40px 0;
    padding: 20px 0;

    font-size: 12pt
}

#paginator a, #paginator b, #paginator i {
    display: block;
    padding: 5px 10px;
    float: left;
    margin-right: 5px;
    text-decoration: none;
    color: #000;
}

#paginator a {

    border-bottom: 3px solid #fff
}

#paginator b {
    color: #035a84;
    border-bottom: 3px solid #035a84
}

#paginator i {
}

#paginator a:hover {
    color: #097aae;
    border-bottom: 3px solid #ccc
}

/*-----------------------------------------------------------------------------------------------*/
#special {
    display: none;
}


/*-----------------------------------------------------------------------------------------------*/
#sitemap {
    margin-bottom: 20px;
}

#sitemap a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: all .3s;
}

#sitemap a:hover {
    color: #097aae;
    text-decoration: underline;
}

#sitemap .level_1 {
    padding-left: 0;
    font-size: 16pt;
}

#sitemap .level_2 {
    padding-left: 20px;
    font-size: 12pt;
}

/*-----------------------------------------------------------------------------------------------*/

#e404 {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 400px;
    margin: -250px 0 0 -200px;
    background: url(/tpl/img/logo.png) no-repeat top center;
    background-size: 80px;
    padding-top: 100px;
    color: #777;
}

#e404 .e404 {
    font-size: 165pt;

    color: #ddd
}

/*-----------------------------------------------------------------------------------------------*/
#footer {
    background: #00486c;
    color: #ffffff;
    padding: 20px 0;
}

#footer a, #footer span {
    color: #fff;
    transition: .3s;
    opacity: .8;
    margin-bottom: 10px;
}

#footer a:hover {
    opacity: 1;
}

#footer .title {
    display: block;
    margin-bottom: 10px;
}

#footer .banners .item {
    display: block;
    width: 175px;
    height: 50px;
    float: left;
    text-align: center;
    margin: 0 5px 10px 5px;
    background: #eee no-repeat center;
    background-size: cover;
}

#footer .banners .item img {
    width: 175px;
    height: 50px;

}

#footer .banners {
    margin: 0 -5px 20px -5px;
}

#footer .menu {
    margin-bottom: 30px !important;
}

#footer .menu, #footer .info, #footer .contacts {
    margin-bottom: 10px;
}

#footer .menu {

}

#footer .menu a {
    font-size: 13pt;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 20px;
}

#footer .contacts a {
    margin-right: 20px;
}

#footer .info {
    margin-bottom: 20px !important;
}

#footer .dev {
    font-size: 8pt;
    text-align: right;
    float: right;
    color: #fff;
    opacity: .6;
}

#footer .last_update {
    color: #fff;
    transition: .3s;
    font-size: 10pt;
    opacity: .8;
}

._scroll #totop {
    bottom: 20px;
}

#totop {
    position: fixed;
    bottom: -80px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    background: #035a84 url(/tpl/img/up.svg) no-repeat center;
    -webkit-background-size: 32px;
    background-size: 32px;
    z-index: 1000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    transition: .3s;
    cursor: pointer;
}


.message {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 40px;
    border-radius: 5px;
    background: #035a84;
    color: #fff;
    font-size: 14pt;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 10px #00000090;
}

.message.error {
    background-color: #a04210;
}


/*==============================================================================
photos
==============================================================================*/
#photos .folders {
    margin: 0 -5px;
}

#photos .folders .item {
    display: block;
    text-decoration: none;
    width: 33.33%;
    float: left;
    margin: 0 0 10px 0;
    position: relative;

    transition: .3s;
}

#photos .folders .item:hover {
    transform: scale(1.1);
    z-index: 100;
}

#photos .folders .item .img {
    display: block;
    padding-top: 56.25%;
    background: #fff no-repeat center;
    background-size: cover;
    margin: 0 5px;
    border-radius: 5px;
    transition: .3s;
}

#photos .folders .item:hover .img {
    box-shadow: 0 2px 8px #00000090;
}


#photos .folders .item .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 5px 0 5px;
    bottom: 0;
    padding: 10px;
    background: linear-gradient(0deg, black, transparent);
    transition: .3s;
    color: #fff;
    line-height: 20px;
    font-family: Akrobat, sans-serif;
    border-radius: 0 0 5px 5px;
    font-size: 14pt;
}


#photos .records {
    margin: 0 -5px;
}

#photos .records .item {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    transition: .3s;
}

#photos .records .item:hover {
    transform: scale(1.1);
    z-index: 100;
}

#photos .records .item .img {
    display: block;
    padding-top: 56.25%;
    background: #fff no-repeat center;
    background-size: cover;
    margin: 0 5px;
    border-radius: 5px;
    cursor: url("/tpl/js/lightbox/images/zoom_in.png"), pointer;
}

#photos .records .item .title {
    position: absolute;
    left: 0;
    margin: 0 5px 10px 5px;
    bottom: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .5);
    transition: background .3s;
    color: #fff;
    line-height: 20px;
    font-family: Akrobat, sans-serif;
}

#photos .records .item:hover .title {
    background: rgba(0, 0, 0, .8);
}

#photos .records .item .description {
    display: none;
}


/*
----------------------------------------------------------------------- */
#links .item {
    text-align: left;
    display: grid;
    margin-bottom: 10px;
    background: #035a84 no-repeat left 10px top 50%;
    background-size: 40px auto;
    color: #fff;
    padding: 10px 10px 10px 60px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 8pt;
    min-height: 60px;
    align-content: space-between;
}

#links .item i {
    display: block;
    font-size: 8pt;
    text-transform: none;
    opacity: .5;
    font-style: normal;
    padding-top: 5px;
    transition: .3s;
}

#links .item:hover i{
    opacity: 1;
}