﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic&subset=latin,latin-ext);

.search-text::-webkit-input-placeholder {
    color: #ffffff !important;
}

.search-text::-moz-placeholder {
    color: #ffffff !important;
}

.search-text:-moz-placeholder {
    color: #ffffff !important;
}

.search-text:-ms-input-placeholder {
    color: #ffffff !important;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.header, .top-nav, .footer {
    display: none;
}

` img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html {
    height: 100%;
}

body {
    font-family: 'Lato';
    position: relative;
    min-height: 100%;
}

.wrap {
    padding: 0 0 267px 0;
}

.btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.header {
    position: relative;
    height: 74px;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

    .logo a {
        display: block;
    }

    .logo .logo-small {
        background: url("img/hyb_logo_trans.png") no-repeat 50% 50% transparent;
        width: 129px;
        height: 118px;
        margin-top: 5px;
    }

.logo-2 {
    position: absolute;
    top: 6px;
    left: 51px;
    background: #fff;
}

    .logo-2 img {
        width: 202px;
        height: 53px;
        margin-top: 5px;
    }

.enter-the-site {
    display: none;
}

.h-nav {
    padding: 30px 15px 20px 0;
}

    .h-nav a {
        font-size: 15px;
        color: #333333;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-right: 25px;
        display: inline-block;
        position: relative;
    }

        .h-nav a:last-child {
            margin-right: 0;
        }

i[class*="ic-"] {
    display: inline-block;
    vertical-align: middle;
}

i.ic-home {
    width: 26px;
    height: 26px;
    background: transparent url(img/home_icon.png) no-repeat;
    margin-right: 11px;
    margin-top: -6px;
}

i.ic-search {
    width: 24px;
    height: 24px;
    background: transparent url(img/search_icon.png) no-repeat;
    margin-right: 10px;
}

i.ic-search--active {
    width: 24px;
    height: 24px;
    background: transparent url(img/ico_search_active.png) no-repeat;
}

i.ic-text-size {
    width: 26px;
    height: 17px;
    background: transparent url(img/font_size_icon.png) no-repeat;
    margin-right: 6px;
    margin-top: -4px;
    position: relative;
}

i.ic-sing-in {
    width: 14px;
    height: 20px;
    background: transparent url(img/sign_in_icon.png) no-repeat;
    margin-right: 13px;
    margin-top: -2px;
}

.ic-text-size-top {
    position: absolute;
    top: -20px;
    margin-left: -24px;
}

.ic-text-size-bottom {
    position: absolute;
    top: 18px;
    margin-left: -24px;
}

.navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
    border: none;
    line-height: 0;
    /* white-space: nowrap;
	position: relative;
	overflow-x: hidden;*/
}

    .navbar-nav.navbar-two.text-center {
        text-align: center;
    }

.top-nav .navbar-nav {
    float: none;
}

.navbar-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    float: none;
    line-height: 0;
}

.top-nav .navbar-nav li {
    float: none;
}

.navbar-nav a {
    color: #264c70;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: rgba(37, 76, 112, 0.2);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.navbar-nav > li > a {
    padding: 0 15px;
    display: block;
    line-height: 47px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.navbar-collapse {
    width: 100%;
    /* margin-top: -53px; */
}

.navbar-two li:last-child {
    margin-right: 56px;
}

.indent-nav-right {
    margin-right: 8px;
}

.footer {
    width: 100%;
    background: #F3F3F3;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 267px;
}

.footer-top {
    background: #F3F3F3;
    padding-bottom: 19px;
    position: relative;
}

.footer-title {
    padding-left: 35px;
    color: #264c70;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 20px;
}

.footer-nav ul {
    margin: 20px 0 0 0;
    padding: 0 0 0 35px;
}

    .footer-nav ul li {
        list-style: none;
    }

        .footer-nav ul li a {
            display: block;
            font-size: 14px;
            line-height: 170%;
            color: #333333;
        }

.footer-title-social {
    font-size: 14px;
    line-height: 170%;
    color: #333333;
    padding-left: 35px;
}

.social {
    padding-left: 35px;
}

    .social a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin: 0 5px 5px 0;
    }

        .social a:hover {
            text-decoration: none;
        }

        .social a.social-link_in {
            background: url(img/tumblr_icon.png) no-repeat;
        }

        .social a.social-link_fb {
            background: url(img/facebook_icon.png) no-repeat;
        }

        .social a.social-link_tw {
            background: url(img/twitter_icon.png) no-repeat;
        }

        .social a.social-link_yt {
            background: url(img/youtube_icon.png) no-repeat;
        }

.copy p {
    float: right;
    color: #333333;
    font-size: 14px;
    margin: 0;
    padding: 0 40px 0 0;
}

.copy {
    background-color: #F3F3F3;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.copy-stick {
    border-top: 1px solid #CCCCCC;
    max-width: 100%;
    margin: 0 35px 0 35px;
}

.footer-top-stick {
    border-top: 1px solid #CCCCCC;
    max-width: 100%;
    margin: 0 35px 0 35px;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
}

.item-block {
    width: 395px;
    height: 253px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    position: absolute;
    top: 153px;
    left: 35px;
    padding: 0px 14px 27px 27px;
    text-align: left;
}

.item-block-header {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 22px;
}

.item-block-text {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 25px;
}

.item-block-mention {
    padding-left: 9px;
}

    .item-block-mention a {
        color: #ffffff;
        text-decoration: underline;
    }

        .item-block-mention a:hover {
            text-decoration: none;
        }

.block-indentation {
    padding-left: 36px;
    padding-right: 35px;
    padding-bottom: 39px;
}

.news h2 {
    color: #264c70;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 32px;
}

.news p {
    color: #333333;
    font-size: 14px;
    line-height: 170%;
    padding-top: 15px;
}

.gallery h2 {
    color: #264c70;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 29px;
    margin-bottom: 22px;
}

.gallery-block {
    position: relative;
}

.gallery-block-show {
    display: none;
}

.gallery-block img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

.gallery-block-signature-image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    max-width: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0, 0.5);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    padding-left: 18px;
    line-height: 72px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.albums {
    width: 100%;
}

    .albums h2 {
        color: #264c70;
        font-size: 22px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-top: 18px;
        margin-bottom: 19px;
    }

.albums-list {
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

    .albums-list li {
        max-width: 130px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        font-size: 14px;
        line-height: 23px;
    }

        .albums-list li:last-child {
            margin-right: -10px;
        }

    .albums-list a {
        text-decoration: none;
        color: #333333;
        display: block;
    }

        .albums-list a:hover {
            text-decoration: underline;
        }

    .albums-list img {
        display: block;
    }

.box-text h2 {
    font-weight: 700;
    font-size: 22px;
    color: #264c70;
}

.box-text p {
    color: #333333;
    font-size: 14px;
    line-height: 170%;
    padding-top: 10px;
}

.box-text {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 9px;
    border-top: 1px solid #BDBDBD;
    margin-right: 35px;
}

.carousel-control-left {
    display: block;
}

.carousel-control.right {
    background: none;
    filter: none;
}

.carousel-control.left {
    background: none;
    filter: none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
}

.item-indent img {
    margin-left: 99px;
}

.sponsors {
    margin-right: 35px;
}

    .sponsors h2 {
        color: #264c70;
        font-size: 22px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-top: 24px;
        margin-bottom: 21px;
    }

.box-calendar h2 {
    color: #264c70;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 19px;
}

.box-calendar {
    border: 1px solid #D4D4D4;
    padding: 0 20px;
    background: #ffffff;
    margin: -56px 35px 25px 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.dzscalendar.skin-lions-square .curr-date .curr-month {
    color: #264c70;
    font-size: 18px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.dzscalendar.skin-lions-square .week-day {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Lato';
}

.box-calendar h3 {
    font-weight: 700;
    font-size: 18px;
    color: #264c70;
}

.box-calendar p {
    font-size: 14px;
    color: #333333;
}

.dzscalendar.skin-lions-square {
    padding: 0 !important;
}

    .dzscalendar.skin-lions-square .calendar-controls {
        margin-bottom: 1px !important;
    }

.dzscalendar.skin-lions-square {
    font-family: 'Lato', sans-serif !important;
}

    .dzscalendar.skin-lions-square .curr-date .curr-month {
        color: #264c70 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        text-transform: none !important;
    }

    .dzscalendar.skin-lions-square .curr-date .curr-year {
        display: none !important;
    }

    .dzscalendar.skin-lions-square .week-day .the-number {
        font-size: 13px !important;
    }

    .dzscalendar.skin-lions-square .week-day {
        background: #F1F1F1 !important;
    }

.block-indentation-right {
    padding-bottom: 25px;
}

.headerRow .week-day-header {
}

.dzscalendar.skin-lions-square .week-day.odd {
    background: #ffffff !important;
}

.dzscalendar.skin-lions-square .week-day {
    background: #ffffff !important;
}

#event_calendar_1 .tag-events .divimage-overlay,
#event_calendar_2 .tag-events .divimage-overlay,
#event_calendar_3 .tag-events .divimage-overlay,
#event_calendar_4 .tag-events .divimage-overlay {
    background-color: #264c70;
}

#event_calendar_1 .tag-rally .divimage-overlay,
#event_calendar_2 .tag-rally .divimage-overlay,
#event_calendar_3 .tag-rally .divimage-overlay,
#event_calendar_4 .tag-rally .divimage-overlay {
    background-color: #be0707;
}

#event_calendar_1 .tag-shows .divimage-overlay,
#event_calendar_2 .tag-shows .divimage-overlay,
#event_calendar_3 .tag-shows .divimage-overlay,
#event_calendar_4 .tag-shows .divimage-overlay {
    background-color: #5692cc;
}

#event_calendar_1 .tag-deadlines .divimage-overlay,
#event_calendar_2 .tag-deadlines .divimage-overlay,
#event_calendar_3 .tag-deadlines .divimage-overlay,
#event_calendar_4 .tag-deadlines .divimage-overlay {
    background-color: #559107;
}

.mon-head {
    background: #ffffff !important;
}

.divimage {
    background: #F1F1F1 !important;
}

.past-date {
    background: #F1F1F1 !important;
}

.dzscalendar.skin-lions-square {
    background-color: #fff !important;
}

.box-calendar-round {
    color: #333333;
    font-size: 12px;
    margin-top: 16px;
    margin-right: 11px;
    float: left;
}

.btn:active, .btn.active {
    box-shadow: none;
    outline: none;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus .box-calendar-round .box-calendar-rd {
    display: inline-block;
    border-radius: 0;
    background: none;
}

.btn-default:hover, .btn-default:focus {
    background-position: none;
    outline: none;
}

.box-calendar-round-2 {
    color: #333333;
    font-size: 12px;
    margin-top: 16px;
    margin-right: 11px;
    float: left;
}

.button-indent a:last-child {
    margin-right: -5px;
}

.box-calendar-round .box-calendar-rd {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #264c70;
    margin-right: 6px;
}

.box-calendar-round-2 .box-calendar-rd-2 {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #5692CC;
    margin-right: 6px;
}

.box-calendar-round-3 {
    color: #333333;
    font-size: 12px;
    margin-top: 16px;
    margin-right: 11px;
    float: left;
}

    .box-calendar-round-3 .box-calendar-rd-3 {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #BE0707;
        margin-right: 6px;
    }

    .box-calendar-round-3 .box-calendar-rd-4 {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #559107;
        margin-right: 6px;
    }

.box-calendar-round-text {
    margin-top: -1px;
    float: left;
}

.box-calendar-stick {
    max-width: 100%;
    border-bottom: 2px solid #DEDEDE;
    padding-top: 13px;
}

.box-calendar-stick-2 {
    max-width: 100%;
    border-bottom: 2px solid #DEDEDE;
}

.dzscalendar .hasEvent, .dzscalendar .hasEventForHover {
    background: #000;
}

.event-tobe-color {
    background: #264C70;
}

.list_carousel {
    height: 154px;
    width: 100%;
    position: relative;
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel li {
        text-align: center;
        width: 162px;
        height: 139px;
        padding: 0;
        margin: 6px 0px;
        display: block;
        float: left;
    }

    .list_carousel.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    width: 25px;
    height: 33px;
    background: url(img/prev.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0px;
}

.next {
    width: 25px;
    height: 33px;
    background: url(img/next.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0px;
}

.box-calendar-show {
    display: none !important;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

#myCarousel img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.item-images {
    background: #fff;
}

.contact-us-hide-2 {
    display: block;
}

.box-calendar-show-2 {
    display: block;
}

.logo-mobile {
    display: none;
}

#hero-slide .item {
    min-height: 526px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-control.left {
    background: url(img/prev.png) no-repeat !important;
    width: 19px !important;
    height: 34px !important;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -17px;
    opacity: 1;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    display: none !important;
}

.carousel-control.right {
    background: url(img/next.png) no-repeat !important;
    width: 19px !important;
    height: 34px !important;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -17px;
    opacity: 1;
}

.navbar-nav .navbar-home,
.navbar-nav .navbar-search {
    display: none;
}

.logo-mobile-2 {
    display: none;
}

.logo-mobile-3 {
    display: none;
}

.navbar-header {
    margin-top: 14px;
    margin-bottom: 17px;
}

.navbar-toggle {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #333;
}

    .navbar-toggle.collapsed {
        padding-bottom: 0 !important;
    }

    .navbar-toggle:before {
        content: "";
        background: url("img/ico_burger_close.png") no-repeat 0 0 transparent;
        width: 17px;
        height: 14px;
        display: block;
        position: absolute;
        left: -20px;
        top: 50%;
        margin: -7px 0 0 0;
    }

    .navbar-toggle.collapsed:before {
        content: "";
        background: url("img/ico_hamburger_nav.png") no-repeat 0 0 transparent;
        width: 17px;
        height: 14px;
        display: block;
        position: absolute;
        left: -24px;
        top: 50%;
        margin: -7px 0 0 0;
    }

.b-news {
    position: relative;
    width: 100%;
}

.b-news-big {
    margin-bottom: 24px;
}

.b-news h2 {
    font-size: 28px;
    line-height: 35px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding-top: 2px;
    margin-bottom: 10px;
}

.b-news-img img {
    width: 100%;
}

.btn-default {
    background: #fff;
    border: 1px solid #979797;
    text-shadow: none;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #264c70;
    box-shadow: none;
}

.btn-xs {
    height: 24px;
    line-height: 22px;
    padding: 0px 10px;
}

.btn-default:hover {
    color: #ffffff;
    border: 1px solid #264C70;
    background-color: #264C70;
}

.hover-btn {
    background-image: url(img/shape_2.png);
    background-repeat: no-repeat;
    background-position: 8px 4px;
}

    .hover-btn:hover {
        background-image: url(img/shape.png);
        background-repeat: no-repeat;
        background-position: 8px 4px;
    }

.ic-share {
    width: 14px;
    height: 15px;
    margin-right: 5px;
    margin-top: -2px;
}

    .ic-share :hover {
        background-image: url(img/shape.png);
        background-repeat: no-repeat;
    }

.b-news p {
    color: #333333;
    line-height: 23px;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 6px;
}

.b-news-date {
    border: 1px solid #d5d5d5;
    height: 22px;
    float: left;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #606060;
    padding: 0 9px;
    line-height: 20px;
    margin-left: 9px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 1px;
}

.button-right {
    float: right;
    position: relative;
    z-index: 2;
    margin-right: 8px;
}

.b-news img {
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.date-and-button {
    position: relative;
    width: 100%;
    height: 24px;
}

    .date-and-button:after {
        content: "";
        border-top: 2px solid #7b7b7b;
        width: 100%;
        position: absolute;
        top: 11px;
    }

.b-news-big .date-and-button:after {
    border: 0;
}

.border-after::after {
    display: none;
}

.b-news-all {
    margin-top: 22px;
}

.indent-top {
    margin-right: 8px;
}

.b-news-all-box {
    margin-top: 9px;
    padding: 0 45px 0 0;
}

.b-news-all img {
    position: relative;
    float: left;
    margin-top: 0px;
}

.b-news-all h4 {
    position: relative;
    margin-left: 160px;
    padding: 0;
    font-size: 22px;
    line-height: 27px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 0px;
}

    .b-news-all h4 a {
        text-decoration: none;
        color: #264c70;
    }

        .b-news-all h4 a:hover {
            text-decoration: underline;
        }

.b-news-all p {
    position: relative;
    margin-left: 160px;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 0px;
}

.border-top {
    width: 100%;
    border-top: 2px solid #7b7b7b;
    margin-top: 31px;
}

.pagination {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0;
    margin: 0;
    padding-top: 17px;
}

    .pagination > li > a,
    .pagination > li > span {
        margin: 0 5px;
        color: rgb(38, 76, 112);
        color: rgba(38, 76, 112, 0.5);
        border: 1px solid #CCCCCC;
        padding: 5px 11px;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #264c70;
            background: #D8D8D8;
            border: 1px solid #CCCCCC;
        }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: rgb(38, 76, 112);
        color: rgba(38, 76, 112, 0.5);
        cursor: not-allowed;
        border: none;
        padding: 0;
        margin-top: 10px;
        margin-left: 1px;
        margin-right: 1px;
        background: none;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        color: #264c70;
        background: #D8D8D8;
        border: 1px solid #CCCCCC;
    }

.item-block-sing {
    width: 100px;
    background: #CAB856;
    text-shadow: none;
    border: none;
    font-weight: 700;
    font-size: 17px;
    padding-left: 28px;
    color: #ffffff;
    background-image: url(img/login_ico_white.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    box-shadow: none;
}

    .item-block-sing:hover {
        background-image: url(img/login_ico_white.png);
        color: #ffffff;
        background-repeat: no-repeat;
        background-position: 8px 8px;
        border: none;
    }

.b-subscribe {
    margin-top: 17px;
    margin-right: 35px;
}

    .b-subscribe p {
        font-size: 17px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: #264c70;
        display: inline-block;
    }

    .b-subscribe a {
        display: inline-block;
        margin-left: 8px;
    }

        .b-subscribe a img {
            margin-top: -5px;
        }

.b-categories {
    margin-right: 35px;
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 16px;
}

    .b-categories h3 {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #264c70;
    }

.indent-bottom a {
    margin-top: 3px;
    margin-bottom: 8px;
    padding: 0px 8px;
    line-height: 23px;
    margin-right: 8px;
}

.indent-btn-right {
    margin-right: 6px;
}

.b-archives {
    margin-right: 35px;
    border-bottom: 2px solid #7b7b7b;
}

.archives-btn {
    border: none;
    background: none;
    float: right;
    margin-top: 0px;
    margin: 0;
    padding: 0;
}

    .archives-btn:hover {
        background: none;
        border: none;
    }

.b-archives h3 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #264c70;
    float: left;
    margin-top: 18px;
    margin-bottom: 14px;
}

.b-archives img {
    float: right;
    margin-top: 8px;
}

.b-picture {
    margin-top: 25px;
    margin-right: 35px;
    padding-bottom: 20px;
    border-bottom: 2px solid #7b7b7b;
}

    .b-picture h3 {
        font-size: 22px;
        line-height: 27px;
        color: #264c70;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .b-picture img {
        width: 100%;
    }

.b-news-day {
    margin-right: 35px;
}

    .b-news-day h3 {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #264c70;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .b-news-day p {
        font-size: 13px;
        line-height: 23px;
        color: #333333;
    }

a.btn-md {
    height: 38px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 0 33px;
    line-height: 38px;
}

.b-news-item {
    padding-bottom: 3px;
}

.news-item {
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 18px;
}

.news-item-img img {
    width: 100%;
    height: auto;
}

.b-news-button {
    width: 100%;
}

.news-item h2 {
    font-size: 28px;
    line-height: 35px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 33px;
}

.news-article {
    padding-bottom: 19px;
}

.news-item p {
    line-height: 23px;
    font-size: 14px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 8px;
}

p.small-text {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding-bottom: 4px;
    padding-top: 11px;
}

.b-link-button {
    display: block;
}

.b-link-left {
    float: left;
}

    .b-link-left a {
        display: block;
        margin-top: -3px;
        color: #264c70;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding-left: 0;
    }

.b-button-right {
    float: right;
}

.b-other-news h3 {
    font-size: 22px;
    line-height: 27px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.other-news {
    border: 1px solid #c3c3c3;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 30px 15px 15px;
    position: relative;
    margin-bottom: 20px;
}

    .other-news h4 {
        font-size: 18px;
        line-height: 24px;
        color: #264c70;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-top: 0;
    }

        .other-news h4 a {
            color: #264c70;
            text-decoration: none;
        }

            .other-news h4 a:hover {
                text-decoration: underline;
            }

    .other-news p {
        font-size: 13px;
        line-height: 21px;
        color: #333333;
        height: 42px;
        overflow: hidden;
        margin-bottom: 15px;
    }

.other-date {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin-left: 0;
    position: static;
}

.breadcrumb {
    background: none;
    border-radius: 0px;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 23px;
    padding: 0;
}

    .breadcrumb > li {
        line-height: 22px;
        position: relative;
    }

        .breadcrumb > li + li:before {
            background: url("img/ico_bread_arrow.png") no-repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 14px;
            margin: -2px 8px 0;
            position: static;
            vertical-align: middle;
            width: 7px;
        }

        .breadcrumb > li a {
            color: #264c70;
        }

    .breadcrumb > .active {
        line-height: 22px;
        color: #264c70;
    }

.b-events h2 {
    font-size: 28px;
    line-height: 35px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    float: left;
    margin-top: 27px;
    margin-bottom: 9px;
}

.b-events-date {
    float: right;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    margin-top: 39px;
}

    .b-events-date span {
        color: #DC1D1D;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 15px;
    }

.events-img img {
    width: 100%;
}

.box-topic {
    position: relative;
}

.box-topic-date {
    font-size: 17px;
    line-height: 21px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    border-right: 1px solid #d5d5d5;
    float: left;
    position: relative;
    padding: 0px 12px 0px 0;
}

    .box-topic-date span {
        font-family: 'Lato';
        font-size: 24px;
        font-weight: 300;
    }

.box-topic-title {
    font-size: 28px;
    line-height: 32px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    position: relative;
    margin-left: 82px;
}

    .box-topic-title a {
        color: #264c70;
        text-decoration: none;
    }

        .box-topic-title a:hover {
            text-decoration: underline;
        }

.events p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    padding-top: 11px;
}

.b-news-events {
    margin-bottom: 3px;
}

.upcoming-events {
    position: relative;
    display: table;
    width: 100%;
}

.upcoming-events-button {
    margin-top: 0;
}

.upcoming-events-block {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
}

.size-text {
    font-size: 15px;
    line-height: 24px;
}

.indent-botton-topic {
    margin-bottom: 9px;
    margin-top: 9px;
}

.upcoming-events p {
    font-size: 13px;
    color: #333333;
    line-height: 21px;
    width: 100%;
}

.upcoming-events-img {
    display: table-cell;
}

    .upcoming-events-img img {
        margin-top: 11px;
        padding-bottom: 13px;
    }

.b-show-reports {
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 24px;
    margin-right: 0;
    margin-bottom: 24px;
}

.b-reports a {
    position: relative;
    display: block;
    color: #264c70;
}

.show-reports {
    padding: 15px 10px;
    position: relative;
    display: block;
}

    .show-reports:hover {
        background: #264c70;
        color: #ffffff;
    }

.show-reports-text {
    display: block;
    padding: 0 80px 0 0;
}

.show-reports-date {
    display: block;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 15px;
}

.b-show-reports h3 {
    font-size: 22px;
    line-height: 27px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #264c70;
    margin-bottom: 13px;
}

.indent-top-reports {
    margin-top: 6px;
}

.b-rules {
    padding-bottom: 24px;
    margin-right: 35px;
    margin-top: 24px;
}

.btn-rules {
    margin-top: 9px;
}

a.btn-width {
    padding: 0;
    text-align: center;
}

.btn-width {
    width: 146px;
    box-sizing: border-box;
    padding: 0;
    line-height: 38px;
}

.b-rules h3 {
    font-size: 22px;
    line-height: 27px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.b-rules p {
    font-size: 13px;
    line-height: 21px;
    color: #333333;
}

.b-event-gallery {
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 24px;
    margin-right: 35px;
}

    .b-event-gallery h3 {
        font-size: 22px;
        line-height: 27px;
        color: #264c70;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-bottom: 14px;
    }

.indent-bottom-gallery {
    margin-bottom: 25px;
}

.b-event-gallery-img img {
    width: 100%;
}

.indent-top-box {
    margin-top: 12px;
}

.indent-n-d {
    margin-left: 0;
}

.event-gallery {
    margin-bottom: 19px;
}

    .event-gallery img {
        position: relative;
        float: left;
    }

    .event-gallery h4 {
        position: relative;
        margin-left: 113px;
        font-size: 18px;
        line-height: 24px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

        .event-gallery h4 a {
            display: block;
            color: #264c70;
            padding: 0;
        }

.box-topic-top {
    margin-top: 20px;
}

.b-time-adress {
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 17px;
    margin-bottom: 24px;
    margin-top: 46px;
}

.time-adress {
    width: 100%;
    padding-top: 6px;
}

.block-time {
    width: 49%;
    font-size: 13px;
    line-height: 21px;
    color: #333333;
    padding-left: 66px;
    background: url(img/ico_clock.png) no-repeat 29px 7px;
    float: left;
    min-height: 40px;
}

.block-adress {
    width: 51%;
    font-size: 13px;
    line-height: 21px;
    color: #333333;
    padding-left: 66px;
    background: url(img/ico_marker.png) no-repeat 29px 7px;
    float: right;
    border-left: 2px solid #7b7b7b;
    min-height: 40px;
    padding-right: 48px;
}

.calendar-events {
    /* padding-right: 35px; */
}

#event_calendar_3.skin-lions-square .calendar-controls .arrow-left,
#event_calendar_4.skin-lions-square .calendar-controls .arrow-left {
    background: url(img/3.png) no-repeat;
    left: 0;
    width: 10px;
    height: 14px;
}

#event_calendar_3.skin-lions-square .calendar-controls .arrow-right,
#event_calendar_4.skin-lions-square .calendar-controls .arrow-right {
    background: url(img/4.png) no-repeat;
    right: 0;
    width: 10px;
    height: 14px;
}

#event_calendar_3 svg:not(:root),
#event_calendar_4 svg:not(:root) {
    overflow: hidden;
    display: none;
}

#event_calendar_4.skin-lions-square .calendar-controls {
    margin: 0px 0 0 0;
    width: 75px;
    position: absolute;
    top: -54px;
    right: -128px;
}

#event_calendar_3.skin-lions-square .curr-date .curr-month,
#event_calendar_4.skin-lions-square .curr-date .curr-month {
    margin: 0;
}

#event_calendar_3.mon-row, #event_calendar_3 .headerRow:first-child {
    border-top: 2px solid #7b7b7b;
}

#event_calendar_4.mon-row, #event_calendar_4 .headerRow:first-child {
    border-top: 0;
}

#event_calendar_4 .main-mon .other-months-date {
    opacity: 1 !important;
    background: #F1F1F1 !important;
}

.calendar-events {
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #7b7b7b;
    padding-bottom: 23px;
    margin-right: 35px;
}

    .calendar-events h3 {
        font-size: 22px;
        line-height: 27px;
        color: #264c70;
        font-weight: bold;
        margin-top: 26px;
    }

#event_calendar_4 {
    overflow-x: initial;
    width: 70%;
}

    #event_calendar_4 .theMonths {
        overflow: initial;
    }

.vb {
    width: 100%;
    margin-right: 35px;
    border-top: 1px solid #7b7b7b;
    margin-top: 18px;
}

.stick-calendar {
    width: 100%;
    border-bottom: 2px solid #7b7b7b;
    position: absolute;
    top: 58px;
    z-index: 99;
}

#event_calendar_4 .theMonths,
#event_calendar_4 .calendar-controls {
    margin-top: 0px;
}

.calendar-events-size {
    position: relative;
}

.next-event {
    margin-top: 2px;
}

.calendar-events-size h3 {
    font-size: 28px;
    line-height: 35px;
}

.calendar-round {
    position: absolute;
    top: 98px;
    right: 7px;
}

.buuton-calendar {
    margin-top: 42px;
}

.b-latest-results {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-right: 35px;
}

.show-results a:nth-child(2n+1) {
    display: block;
    background: #eeeeee;
}

.b-latest-results h3 {
    font-size: 28px;
    line-height: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #264c70;
    margin-bottom: 18px;
}

.latest-results a:first-child,
.latest-results a:first-child + * + *,
.latest-results a:first-child + * + * + * + * {
    display: block;
    background: #eeeeee;
}

.latest-results a:nth-child(2n+1) {
    display: block;
    background: #eeeeee;
}

.top-btn {
    margin: 14px 0 0 0;
}

.next-event h4 {
    font-size: 18px;
    line-height: 24px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.next-even-title {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: 'Lato';
}

.box-nex-event {
    margin-top: 15px;
}

.first-news h2 {
    font-size: 28px;
    line-height: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #264c70;
    float: none;
    margin-top: 34px;
}

.first-news p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    padding-bottom: 10px;
}

.all-b-latest-news {
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 25px;
}

    .all-b-latest-news h3 {
        font-size: 22px;
        line-height: 27px;
        color: #264c70;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-bottom: 23px;
        margin-top: 31px;
    }

.bold-date {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.latest-news {
    margin-top: 10px;
}

    .latest-news img {
        max-width: 147px;
        height: 105px;
    }

    .latest-news h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
    }

.b-latest-news {
    margin-top: 15px;
}

.item-box {
    width: 416px;
    min-height: 299px;
    position: absolute;
    top: 52px;
    right: 34px;
    padding: 0px 46px 25px 27px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    text-align: left;
}

.item-box-header {
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 8px;
}

.item-box-text {
    margin-bottom: 19px;
}

.slide-indicators {
    display: block;
}

    .slide-indicators .active {
        background: #264c70;
        -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
        width: 13px;
        height: 13px;
        margin: 0 0 0 6px;
    }

    .slide-indicators li {
        border: none;
        background: #ffffff;
        -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
        width: 13px;
        height: 13px;
        margin: 0 0 0 6px;
        border-radius: 50%;
    }

.b-form-search {
    min-height: 72px;
    background: #264c70;
}

.quick-search {
    padding-top: 17px;
}

    .quick-search form {
        font-size: 0;
        line-height: 0;
        display: inline-block;
        * display: inline-block;
        * zoom: 1;
        vertical-align: middle;
    }

.b-form-search h3 {
    display: inline-block;
    * display: inline-block;
    * zoom: 1;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 15px;
}

.form-search-text {
    margin: 0 10px 0;
}

.search-text {
    width: 230px !important;
    height: 36px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #cccccc;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    box-shadow: none;
}

    .search-text:focus {
        border: 1px solid #cccccc;
        box-shadow: none;
    }

.btn-form-search {
    height: 38px;
    background-image: url(img/ico_search_white.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-color: #cab856;
    border: 1px solid #ffffff;
    padding: 0 15px 0 35px;
    border-radius: 3px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 15px 0;
}

    .btn-form-search:hover {
        background-color: #cab856;
        border: 1px solid #ffffff;
        background-position: 10px 8px;
    }

.dropdown-search {
    width: 40px;
    height: 40px;
    background: url(img/img_2.jpg) no-repeat;
    float: right;
    margin-right: 23px;
    cursor: pointer;
    text-indent: -99999;
    display: block;
}

.dropdown-search-2 {
    display: block;
    width: 40px;
    height: 40px;
    background: url(img/img_22.jpg) no-repeat;
    float: right;
    margin-right: 23px;
    cursor: pointer;
    text-indent: -99999;
}

.slide-pagination li {
    background: #88aed2;
}

.item-caption {
    position: absolute;
    width: 360px;
    min-height: 318px;
    top: 52px;
    right: 34px;
    padding: 0px 28px 13px 27px;
    text-align: left;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.b-caption h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 46px;
    color: #ffffff;
}

.b-caption p {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 11px;
}

.navbar-nav .ic-arrow-down {
    background: url("img/ico_arrow_down.png") no-repeat scroll 0 0;
    height: 8px;
    margin: 0 0 0 5px;
    width: 11px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: rgba(37, 76, 112, 0.2);
}

.menu-two {
    left: inherit;
    right: 0;
    border: 1px solid #7B7B7B;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

    .menu-two:before {
        background: url("img/ico_arrow_top.png") no-repeat scroll 0 0;
        content: "";
        height: 14px;
        margin: 0 0 0 5px;
        position: absolute;
        right: 30px;
        top: -14px;
        width: 24px;
    }

.navbar-nav > li > .menu-two {
    margin-top: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0;
}

    .navbar-nav > li > .menu-two li {
        width: 100%;
    }

    .navbar-nav > li > .menu-two a {
        padding: 3 10px;
        color: #333333;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 15px;
    }

.menu-two > li > a:hover,
.menu-two > li > a:focus {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: rgba(37, 76, 112, 0.2);
}

.box-form-search {
    float: right;
    width: 700px;
    height: 50px;
    border: 1px solid #000;
    display: none;
}

.search-text-two {
    width: 419px !important;
    height: 38px;
    border-radius: 3px;
}

.b-data-information h2 {
    font-size: 28px;
    line-height: 35px;
    color: #264c70;
    font-weight: 900;
    margin-top: 33px;
}

.b-data-information p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    margin-top: 24px;
}

.img-top {
    margin-top: 24px;
}

    .img-top img {
        width: 100%;
    }

.logo-powered-by {
    margin-top: 33px;
}

.b-evaluation-dates {
    margin-right: 35px;
}

.title-icon h3 {
    font-size: 22px;
    line-height: 27px;
    color: #264c70;
    float: left;
    font-weight: 900;
    margin-top: 32px;
}

.title-icon img {
    float: right;
    margin-top: 37px;
    margin-right: 7px;
}

.title-icon {
    margin-bottom: 8px;
}

.evaluation-dates {
    position: relative;
}

    .evaluation-dates a {
        display: block;
        width: 100%;
        padding: 9px 0;
        color: #264c70;
    }

        .evaluation-dates a:hover {
            background: #264c70;
            color: #ffffff;
        }

    .evaluation-dates:nth-child(2n+1) {
        background: #eeeeee;
    }

.evaluation-dates-2 {
    position: relative;
}

    .evaluation-dates-2 a {
        display: block;
        width: 100%;
        color: #264c70;
        padding: 9px 0;
    }

        .evaluation-dates-2 a:hover {
            background: #264c70;
            color: #ffffff;
        }

    .evaluation-dates-2:nth-child(2n+1) {
        background: #eeeeee;
    }

.evaluation-dates-title {
    float: left;
    font-size: 13px;
    padding: 0 100px 0 11px;
    box-sizing: border-box;
}

.inimal-btn-indent {
    min-height: 65px;
    padding-top: 27px;
    float: left;
}

.evaluation-dates-text {
    font-size: 13px;
    line-height: 36px;
    font-weight: 900;
    position: absolute;
    top: 0px;
    right: 15px;
}

.evaluation-dates-text-2 {
    display: none;
}

.evaluation-dates-2 a:hover .evaluation-dates-text-2 {
    display: block;
}

.b-form-group {
    margin-left: 20px;
    padding-bottom: 4px;
    padding-top: 15px;
}

.icon-img {
    background: url(img/img_4.jpg) no-repeat 8px 9px;
    float: left;
    padding-left: 30px;
}

.evaluation-dates a:hover {
    background-color: #264c70;
    color: #ffffff;
    padding-left: 24px;
    box-sizing: border-box;
}

.bn {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 12px;
    display: none;
}

.evaluation-dates a:hover .bn {
    display: block !important;
}

.form-information {
    width: 227px;
    float: left;
    margin-left: 15px;
}

    .form-information label {
        color: #ffffff;
        font-size: 16px;
        line-height: 22px;
        font-weight: 900;
    }

    .form-information img {
        padding-left: 6px;
        margin-top: -3px;
    }

.selectpicker {
    border: 1px solid #cccccc;
    border-radius: 2px;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    outline: none;
    height: 38px;
}

.btn-info {
    background-image: none;
    background-color: #264C70;
    border: 1px solid #cccccc;
    border-radius: 2px;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    outline: none;
    height: 38px;
}

.width-form-i {
    width: 321px;
}

.width-form-i-44 .bootstrap-select {
    width: 321px;
}

.form-1:focus {
    border: 1px solid #cccccc;
    box-shadow: none;
}

.btn-form-i {
    float: left;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    background-color: #264C70;
    outline: none;
    border: 1px solid #cccccc;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

.btn-info:hover, .btn-info:focus {
    background-color: #264C70;
    outline: none;
    border: 1px solid #cccccc;
}

.btn-info:active, .btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #264C70;
    outline: none;
    border: 1px solid #cccccc;
}

.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0px;
}

    .bootstrap-select.btn-group .dropdown-menu > li > a:hover {
        background: #ffffff;
    }

.bootstrap-select.btn-group .dropdown-menu {
    margin-top: 3px;
}

    .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
    .bootstrap-select.btn-group .dropdown-menu > li > a:focus {
        background: #ffffff;
        outline: none;
    }

.all-b-animal-data {
    padding-bottom: 60px;
}

.b-list-sales {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 55px;
    padding-left: 0;
}

    .b-list-sales li {
        display: inline-block;
        list-style: none;
        width: 200px;
        vertical-align: top;
        margin-right: 56px;
        margin-left: 56px;
        text-align: center;
    }

        .b-list-sales li h4 {
            font-size: 22px;
            line-height: 27px;
            color: #264c70;
            font-family: 'Lato', sans-serif;
            font-weight: 900;
            margin-bottom: 13px;
            margin-top: 15px;
        }

            .b-list-sales li h4 a {
                color: #264c70;
            }

.list-sales-img {
    width: 200px;
    height: 71px;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
}

.list-sales-img-1 img {
    width: 90px;
    height: 61px;
}

.list-sales-img-2 img {
    width: 92px;
    height: 61px;
}

.list-sales-img-3 img {
    width: 71px;
    height: 71px;
}

a.btn-list-sales {
    display: block;
    width: 106px;
    height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #979797;
    font-size: 13px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-decoration: none;
    line-height: 38px;
    padding: 0;
    margin: 0 auto;
}

    a.btn-list-sales:hover {
        color: #ffffff;
        border: 1px solid #264C70;
        background-color: #264C70;
    }

.b-advertise-animals {
    padding: 53px 35px 60px 35px;
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,0.5) 20%, rgba(238,238,238,0.49) 31%, rgba(238,238,238,0) 50%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,0.5) 20%,rgba(238,238,238,0.49) 31%,rgba(238,238,238,0) 50%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,0.5) 20%,rgba(238,238,238,0.49) 31%,rgba(238,238,238,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 );
}

.advertise-animals-left {
    float: left;
    position: relative;
    width: 470px;
    height: auto;
}

.advertise-animals-right {
    position: relative;
    margin-left: 500px;
}

    .advertise-animals-right h3 {
        font-size: 28px;
        line-height: 35px;
        color: #264c70;
        font-weight: 900;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .advertise-animals-right p {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin-bottom: 23px;
    }

        .advertise-animals-right p a {
            color: #264C70;
        }

.btn-advertise-animals {
    display: inline-block;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #979797;
    font-size: 13px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-decoration: none;
    line-height: 35px;
    padding: 0 16px;
}

a.btn-advertise-animals:hover {
    color: #ffffff;
    border: 1px solid #264C70;
    background-color: #264C70;
    text-decoration: none;
}

.block-sales {
    padding: 25px 35px 65px 35px;
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,0.5) 20%, rgba(238,238,238,0.49) 31%, rgba(238,238,238,0) 50%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,0.5) 20%,rgba(238,238,238,0.49) 31%,rgba(238,238,238,0) 50%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,0.5) 20%,rgba(238,238,238,0.49) 31%,rgba(238,238,238,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 );
}

.upcoming-sales {
    max-width: 380px;
    margin-bottom: 27px;
}

.b-upcoming-sales h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 900;
    color: #264c70;
    margin-bottom: 23px;
}

.upcoming-sales-left {
    font-size: 16px;
    line-height: 25px;
    color: #264c70;
    font-weight: 900;
    float: left;
    position: relative;
}

    .upcoming-sales-left span {
        font-weight: 400;
        font-size: 24px;
        color: #264C70;
    }

.upcoming-sales-right {
    position: relative;
    margin-left: 74px;
    padding-left: 30px;
    border-left: 1px solid #333333;
}

    .upcoming-sales-right h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 900;
        color: #264c70;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .upcoming-sales-right p {
        font-size: 13px;
        line-height: 21px;
        color: #333333;
    }

.upcoming-sales-link a {
    font-size: 13px;
    line-height: 21px;
    color: #264c70;
    text-decoration: underline;
}

    .upcoming-sales-link a:hover {
        text-decoration: none;
    }

.upcoming-sales-link img {
    margin-right: 2px;
}

.b-sale-reports {
    max-width: 470px;
}

    .b-sale-reports h3 {
        font-size: 22px;
        line-height: 27px;
        font-weight: 900;
        color: #264c70;
        margin-bottom: 18px;
    }

.sale-reports {
    width: 100%;
    height: 40px;
}

.sale-reports-left {
    max-width: 91px;
    font-size: 16px;
    font-weight: 900;
    color: #264c70;
    float: left;
    position: relative;
    line-height: 40px;
    padding-left: 14px;
    box-sizing: border-box;
}

.sale-reports-right {
    max-width: 100%;
    position: relative;
    margin-left: 75px;
    font-size: 14px;
    line-height: 22px;
    color: #264c70;
    padding-left: 19px;
    border-left: 1px solid #a5a5a5;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sale-reports:nth-child(2n+1) {
    background: #eeeeee;
}

.sale-data-form {
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    height: 38px;
}

    .sale-data-form .bootstrap-select.btn-group .dropdown-toggle .caret {
        margin-top: -7px;
        width: 8px;
        height: 15px;
        background: url(img/ico_down_top.png) no-repeat;
        border: 0;
    }

    .sale-data-form .btn-info-2 .btn-info {
        margin: 0;
        padding: 0 0 0 5px;
        height: 38px;
        background: #fff;
        font-size: 15px;
        color: #333333;
        line-height: 37px;
        border-radius: 3px;
        border: 1px solid #cccccc;
    }

    .sale-data-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        height: 24px\0/;
        line-height: 24px\0/;
    }

    .sale-data-form .btn-info-2 .btn-info:active:hover,
    .sale-data-form .btn-info-2 .btn-info.active:hover,
    .sale-data-form .open > .dropdown-toggle.btn-info:hover,
    .sale-data-form .btn-info-2 .btn-info:active:focus,
    .sale-data-form .btn-info-2 .btn-info.active:focus,
    .sale-data-form .open > .dropdown-toggle.btn-info:focus,
    .sale-data-form .btn-info-2 .btn-info:active.focus,
    .sale-data-form .btn-info-2 .btn-info.active.focus,
    .sale-data-form .open > .dropdown-toggle.btn-info.focus {
        background-color: #ffffff;
        color: #333333;
    }

.sale-btn-form {
    display: inline-block;
    margin-bottom: 15px;
    background: #ffffff;
    text-transform: uppercase;
    vertical-align: top;
}

.sale-data-form .form-control {
    height: 38px\0/;
    line-height: 25px\0/;
    padding-left: 5px\0/;
    padding-bottom: 9px\0/;
}

.form-control {
    height: 38px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.form-control.btn-group .dropdown-menu {
    margin-top: -2px;
}

.sale-btn-form .btn-advertise-animals {
    height: 38px;
}

.form-control .dropdown-menu > li > a {
    padding: 0 0 0 5px;
}

.form-control.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
}

.item-caption-bottom {
    width: 381px;
    height: 178px;
    position: absolute;
    right: 34px;
    bottom: -477px;
    padding: 0px 28px 17px 27px;
    text-align: left;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

    .item-caption-bottom h2 {
        margin-top: 15px;
    }

.block-sales-centre h2 {
    font-size: 28px;
    line-height: 35px;
    color: #264c70;
    font-weight: 900;
    margin-top: 16px;
}

.block-sales-centre p {
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    padding-top: 6px;
}

.all-b-ancestry {
    padding-left: 35px;
    padding-bottom: 20px;
}

.all-table-block {
    padding-top: 20px;
    height: 1000px;
    outline: 1px solid #000;
}

.first-table-block {
    width: 474px;
    height: 150px;
    border-radius: 3px;
    border: 1px solid #7b7b7b;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: left;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,0.98) 50%, rgba(247,247,247,0.98) 51%, rgba(236,236,236,0.98) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(247,247,247,0.98) 50%,rgba(247,247,247,0.98) 51%,rgba(236,236,236,0.98) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(247,247,247,0.98) 50%,rgba(247,247,247,0.98) 51%,rgba(236,236,236,0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );
}

.img_gender {
    background-image: url(img/im_1.png);
    background-repeat: no-repeat;
    background-position: 439px 102px;
    height: 100%;
}

.img_gender-2 {
    background-image: url(img/im_1.png);
    background-repeat: no-repeat;
    background-position: 272px 102px;
    height: 100%;
}

.img_gender-3 {
    background-image: url(img/im_2.png);
    background-repeat: no-repeat;
    background-position: 267px 107px;
    height: 100%;
}

.img_gender-4 {
    background-image: url(img/im_1.png);
    background-repeat: no-repeat;
    background-position: 194px 65px;
    height: 100%;
}

.img_gender-5 {
    background-image: url(img/im_2.png);
    background-repeat: no-repeat;
    background-position: 191px 72px;
    height: 100%;
}

.img_gender-6 {
    background-image: url(img/im_3.png);
    background-repeat: no-repeat;
    background-position: 84px 85px;
    height: 100%;
}

.img_gender-7 {
    background-image: url(img/im_4.png);
    background-repeat: no-repeat;
    background-position: 81px 88px;
    height: 100%;
}

.table-block-title {
    max-width: 100%;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    background: #264c70;
    text-transform: uppercase;
    min-height: 43px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 7px 0 0 14px;
    font-weight: 900;
}

.table-block-left {
    float: left;
    width: 191px;
    min-height: 46px;
    margin: 6px 0 0 15px;
}

.table-block-right {
    float: right;
    width: 214px;
    min-height: 46px;
    margin: 6px 17px 0 0px;
    margin: 6px 3px 0 0px\0/;
    width: 235px\0/;
}

.block-left-number {
    width: 100%;
    font-size: 15px;
    color: #333333;
    line-height: 23px;
    margin-bottom: 2px;
    margin-top: 3px;
}

.block-left-currency {
    width: 40%;
    width: 50%\0/;
    float: left;
    font-weight: 700;
}

.block-left-interest {
    width: 40%;
    float: right;
    text-align: right;
    font-weight: 700;
}

.block-right-currency {
    width: 45%;
    float: left;
    font-weight: 700;
}

.block-right-interest {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: 700;
}

.table-block-indent {
    margin-bottom: 3px;
    margin-top: 5px;
}

.table-block-view a {
    display: inline-block;
    font-size: 14px;
    color: #264c70;
    line-height: 22px;
    font-weight: 700;
    margin-top: 16px;
    margin-left: 15px;
}

.two-table-block {
    width: 309px;
    height: 149px;
    display: inline-block;
    text-align: left;
    margin: 0 79px;
}

.all-two-table-block {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.table-block-title-two {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-transform: inherit;
    padding-left: 10px;
    min-height: 36px;
}

.table-block-text {
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 11px;
    padding-top: 9px;
    width: 100%;
    padding-bottom: 3px;
    padding-right: 10px;
    position: relative;
    z-index: 9;
}

.indent-number {
    padding-left: 11px;
    position: relative;
    z-index: 9;
}

.block-left-two {
    width: 64%;
    margin-top: 6px;
}

.indent-currency {
    padding-left: 11px;
}

.three-table-block {
    width: 231px;
    height: 113px;
    border: 1px solid #000;
    margin: 0;
}

.four-table-block {
    width: 110px;
    height: 118px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

    .four-table-block span {
        display: block;
        font-size: 12px;
        line-height: 17px;
        color: #264c70;
        font-weight: 700;
        padding: 7px 23px 5px 9px;
        position: relative;
        z-index: 9;
    }

.table-block-title-three {
    font-size: 14px;
    line-height: 22px;
    min-height: 30px;
    padding-top: 4px;
}

.tree-text-bottom {
    font-size: 11px;
    line-height: 20px;
    color: #333333;
    margin-left: 19px;
}

.tree {
    padding-bottom: 36px;
    margin-top: 13px;
}

    .tree ul {
        padding-top: 20px;
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 0px 0;
    }

.logo_tree {
    float: right;
    margin-top: 21px;
    margin-right: 30px;
}

.block-hint {
    position: absolute;
    top: 80px;
    left: 50px;
    z-index: 2;
}

.breadcrumb-left {
    float: left;
    margin-top: 20px;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}

    .tree li::before,
    .tree li::after {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #7b7b7b;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        content: "";
        right: auto;
        left: 50%;
        border-left: 1px solid #7b7b7b;
    }

    .tree li:only-child::after,
    .tree li:only-child::before {
        display: none;
        content: "";
    }

    .tree li:only-child {
        padding-top: 0px;
        content: "";
    }

    .tree li:first-child::before,
    .tree li:last-child::after {
        border: 0 none;
        content: "";
    }

    .tree li:last-child::before {
        border-right: 1px solid #7b7b7b;
        content: "";
    }

    .tree li:first-child::after {
    }

.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #7b7b7b;
    width: 0;
    height: 20px;
}

.four-table-block:hover .four-table-block-hover {
    display: block;
}

.four-table-block-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(38,76,112);
    background: rgba(38,76,112,0.9);
    z-index: 100;
    display: none;
}

.four-hover-text {
    width: 100%;
    height: 100%;
    background: url(img/ico_hover_three.png) no-repeat 50% 20px;
}

.four-hover-text-2 {
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding-top: 69px;
}

.form-information-two {
    width: 150px;
    margin-top: 0;
}

.form-information-2 {
    margin-top: 0;
}

.form-information-indent {
    margin-bottom: 15px;
    margin-right: 6px;
    width: 226px;
}

.form-information-2,
.form-information-indent-5 {
    width: 312px;
}

    .form-information-indent-5 .btn-group.bootstrap-select {
        width: 312px;
    }

.form-information-6 .btn-group.bootstrap-select {
    width: 312px;
}

.form-information-7 .form-control.bootstrap-select {
    width: 150px !important;
}

.bootstrap-select.form-control {
    height: 38px;
}

.form-information .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    height: 38px;
    color: #fff;
    background: #264C70;
    border: 1px solid #fff;
}

.animal-table {
    border: 1px solid #979797;
}

    .animal-table tr {
        vertical-align: middle;
    }

    .animal-table > tbody > tr.danger > td,
    .animal-table > tbody > tr.danger > th,
    .animal-table > tbody > tr > td.danger,
    .animal-table > tbody > tr > th.danger {
        background-color: #264c70;
        vertical-align: middle;
        color: #ffffff;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        height: 44px;
        border-right: 1px solid #506F8C;
        border-top: 0px;
        border-bottom: 0px;
    }

    .animal-table > tbody > tr > th:first-child,
    .animal-table > tbody > tr > td:first-child {
        padding-left: 15px;
        padding-right: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.indent-table-img img {
    padding-left: 11px;
    cursor: pointer;
}

.animal-table > tbody > tr > td a {
    color: #000000;
}

.animal-table > tbody > tr > td,
.animal-table > tbody > tr > th {
    padding: 6px 8px;
    color: #000000;
    font-size: 12px;
    line-height: 34px;
}

.animal-table > tbody > tr.active > td,
.table > tbody > tr > td.active {
    background-color: #fff;
}

.animal-table > tbody > tr.active.indent-table-49,
.animal-table > tbody > tr.active.indent-table-49 > td {
    background-color: #eeeeee;
}

.animal-table > tbody > tr.active:hover .indent-table-50,
.animal-table > tbody > tr.active:hover .indent-table-50 > td {
    background-color: #979797;
}

.animal-table > tbody > tr.active.rt a:hover.indent-table-51,
.animal-table > tbody > tr.active:hover.indent-table-51 > td.rt a {
    background-color: #979797;
    color: #264C70;
    text-decoration: underline;
}

.animal-table > tbody > tr.active.rt a:hover .indent-table-51,
.animal-table > tbody > tr.active:hover .indent-table-51 > td.rt a {
    background-color: #979797;
    color: #264C70;
    text-decoration: underline;
}

.animal-table > tbody > tr.active:nth-child(2n+1),
.animal-table > tbody > tr.active:nth-child(2n+1) > td {
    background-color: #eeeeee;
}

.animal-table > tbody > tr:hover > td,
.animal-table > tbody > tr.active:hover:nth-child(2n+1),
.animal-table > tbody > tr.active:hover:nth-child(2n+1) > td {
    background-color: #979797;
}

    .animal-table > tbody > tr:hover > td.rt a,
    .animal-table > tbody > tr.active.rt a:hover:nth-child(2n+1),
    .animal-table > tbody > tr.active:hover:nth-child(2n+1) > td.rt a {
        background-color: #979797;
        color: #264C70;
        text-decoration: underline;
    }

.animal-table > tbody > tr > td,
.animal-table > tbody > tr > th {
    border-top: 0px;
}

.table-results {
    font-size: 16px;
    line-height: 22px;
    color: #264c70;
    font-weight: 700;
    float: left;
    margin-top: 30px;
    margin-bottom: 3px;
}

.indent-table {
    margin-top: 13px;
}

.b-indent-table {
    padding: 0 35px 69px 35px;
}

.item-page-two .btn-info-3 .btn-info {
    height: 28px;
    background-color: #ffffff !important;
    border: 1px solid #979797;
    padding: 0 0 0 11px;
    color: #333333;
}

.btn-info-3 {
    display: inline-block;
}

.item-page-two .btn-info-3 .btn-info:active:hover,
.item-page-two .btn-info-3 .btn-info.active:hover,
.item-page-two .open > .dropdown-toggle.btn-info:hover,
.item-page-two .btn-info-3 .btn-info:active:focus,
.item-page-two .btn-info-3 .btn-info.active:focus,
.item-page-two .open > .dropdown-toggle.btn-info:focus,
.item-page-two .btn-info-3 .btn-info:active.focus,
.item-page-two .btn-info-3 .btn-info.active.focus,
.item-page-two.open > .dropdown-toggle.btn-info.focus {
    background-color: #ffffff;
    color: #333333;
}

.item-page .bootstrap-select.btn-group .btn-info-3 .caret {
    border-top: 4px dashed #264c70;
}

.item-page label {
    color: #264c70;
    font-weight: 700;
    font-size: 13px;
    padding-right: 8px;
    display: inline-block;
}

.item-page {
    float: right;
    margin-top: 23px;
    width: 178px\0/;
}

    .item-page .bootstrap-select.btn-group .dropdown-menu {
        margin-top: -1px;
    }

        .item-page .bootstrap-select.btn-group .dropdown-menu > li > a {
            padding: 3px 11px;
        }

.list-of-text {
    float: left;
    list-style: none;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}

.pagination-two {
    padding-top: 0;
}

    .pagination-two > li:first-child > a,
    .pagination-two > li:first-child > span {
        border-radius: 3px;
    }

.list-of-text li {
    display: inline-block;
    color: #3f3f3f;
    border-right: 1px solid #979797;
    padding-left: 1px;
    padding-right: 3px;
    line-height: 1;
}

    .list-of-text li:last-child {
        border-right: 0;
    }

.list-of-text a {
    display: inline-block;
    text-decoration: underline;
    color: #3f3f3f;
}

    .list-of-text a:hover {
        text-decoration: none;
    }

.pagination-right {
    float: right;
}

.pagination-two > li > a:hover,
.pagination-two > li > span:hover,
.pagination-two > li > a:focus,
.pagination-two > li > span:focus {
    font-weight: 700;
    border: 1px solid #264c70;
    border-radius: 3px;
    background: #264c70;
    color: #ffffff;
}

.pagination-two > li > a,
.pagination-two > li > span {
    font-weight: 700;
    border: 1px solid #979797;
    border-radius: 3px;
    margin: 0 3px;
}

.pagination-two > .active > a,
.pagination-two > .active > span,
.pagination-two > .active > a:hover,
.pagination-two > .active > span:hover,
.pagination-two > .active > a:focus,
.pagination-two > .active > span:focus {
    font-weight: 700;
    border: 1px solid #264c70;
    border-radius: 3px;
    background: #264c70;
    color: #ffffff;
}

.pagination-two > li:last-child > a,
.pagination-two > li:last-child > span {
    border-radius: 3px;
}

.animal-table {
    margin-bottom: 14px;
}

.b-viewed-factsheets {
    margin-top: 54px;
}

    .b-viewed-factsheets h4 {
        font-size: 22px;
        line-height: 27px;
        color: #264c70;
        font-weight: 700;
        margin-bottom: 19px;
    }

.all-viewed-factsheets {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.viewed-factsheets {
    width: 227px;
    min-height: 73px;
    margin: 0 51px 15px 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border: 1px solid #7b7b7b;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.fond-img-1 {
    background: url(img/ico_three_animal.png) no-repeat 180px 28px;
}

.fond-img-2 {
    background: url(img/ico_fem_animal.png) no-repeat 186px 31px;
}

.viewed-factsheets:nth-child(4n) {
    margin: 0 0px 15px 0px;
}

.viewed-factsheets h6 {
    font-size: 16px;
    line-height: 22px;
    color: #264c70;
    text-transform: uppercase;
    font-weight: 700;
    margin: 7px 5px 0 16px;
}

    .viewed-factsheets h6 a {
        display: inline-block;
        text-decoration: none;
        color: #264c70;
    }

        .viewed-factsheets h6 a:hover {
            text-decoration: underline;
        }

.viewed-factsheets p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    margin: 2px 5px 0 14px;
}

.b-no-results {
    text-align: center;
    margin-top: 47px;
}

    .b-no-results h4 {
        font-size: 22px;
        line-height: 27px;
        font-weight: 700;
        color: #264c70;
        padding-top: 59px;
        background: url(img/img_icon13.jpg) no-repeat 50% 0px;
        margin-bottom: 6px;
    }

    .b-no-results p {
        font-size: 13px;
        line-height: 20px;
        color: #333333;
    }

.bulls-sale {
    border-bottom: 1px solid #979797;
    width: 100%;
    padding-bottom: 28px;
    margin: 0 0 26px 0;
    position: relative;
}

.bulls-sale-img {
    position: relative;
    float: left;
    width: 228px;
    height: 150px;
    z-index: 2;
}

.bulls-sale-right-box {
    position: relative;
    margin-left: 243px;
    max-width: 100%;
    box-sizing: border-box;
}

.b-s-left-block {
    float: left;
    width: 70%;
    padding-right: 80px;
}

.b-s-right-block {
    float: right;
    width: 30%;
    padding-left: 23px;
}

.b-s-left-block h4 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: #264c70;
    margin: 0;
}

.b-s-left-block-text {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    padding-top: 2px;
    margin-bottom: 20px;
}

.b-s-left-block p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}

.b-s-right-block h4 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: #264c70;
    margin: 5px 0 21px 0;
}

.b-s-right-block-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .b-s-right-block-list span {
        display: block;
        width: 72px;
        position: relative;
        float: left;
        margin-left: -75px;
    }

    .b-s-right-block-list li {
        font-size: 14px;
        line-height: 23px;
        color: #333333;
        padding-left: 75px;
    }

.b-advertise-animals-two {
    background: none;
    margin: 38px 0 0 0;
    padding: 53px 0 60px 0;
}

.all-b-sale-reports-two {
    padding: 0 35px;
}

.bulls-sale-hover {
    width: 228px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.btn-view-advert {
    display: block;
    border: 1px solid #979797;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 106px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin: 60px auto 0 auto;
}

    .btn-view-advert:hover {
        color: #ffffff;
        text-decoration: none;
    }

.bulls-sale-img:hover .bulls-sale-hover {
    display: block;
}

.left-b-factsheet {
    float: left;
}

    .left-b-factsheet h3 {
        font-size: 28px;
        line-height: 35px;
        color: #264c70;
        font-weight: 700;
        margin-top: 2px;
    }

.list-b-factsheet {
    margin: 22px 0 0 0;
}

    .list-b-factsheet li {
        padding-left: 90px;
        line-height: 24px;
    }

        .list-b-factsheet li span {
            font-weight: 700;
            width: 90px;
            margin-right: 10px;
            margin-left: -90px;
        }

.sire-animal {
    width: 309px;
    height: 91px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7b7b7b;
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,0.98) 50%, rgba(247,247,247,0.98) 51%, rgba(236,236,236,0.98) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(247,247,247,0.98) 50%,rgba(247,247,247,0.98) 51%,rgba(236,236,236,0.98) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(247,247,247,0.98) 50%,rgba(247,247,247,0.98) 51%,rgba(236,236,236,0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );
}

.right-b-factsheet {
    float: right;
    margin-top: 13px;
}

.fond-sire-animal {
    background: url(img/im_2.png) no-repeat 265px 46px;
    height: 100%;
}

.fond-sire-animal-2 {
    background: url(img/im_1.png) no-repeat 269px 40px;
    height: 100%;
}

.sire-animal {
    margin-bottom: 11px;
}

    .sire-animal h5 {
        font-size: 18px;
        line-height: 24px;
        color: #264c70;
        font-weight: 700;
        margin: 0;
        padding: 11px 0 0 11px;
    }

    .sire-animal p {
        padding: 6px 45px 0 11px;
        font-size: 12px;
        line-height: 17px;
        color: #333333;
        font-weight: 700;
    }

.table-production > tbody > tr > td {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 12px;
    border: 1px solid #7b7b7b;
    width: 33.333%;
    color: #333333;
}

.table-production > tbody > tr > th {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 12px;
    background: #264c70;
    color: #ffffff;
    border: 1px solid #7b7b7b;
    font-weight: 700;
    font-size: 16px;
}

.table-production {
    margin-bottom: 25px;
}

.table-value > tbody > tr > td {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    padding: 0 0 0 12px;
    border: 1px solid #7b7b7b;
}

.table-value > tbody > tr > th {
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 12px;
    background: #264c70;
    color: #ffffff;
    border: 1px solid #7b7b7b;
    font-weight: 700;
    font-size: 13px;
}

.table-diagram-indent > thead > tr > th {
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 12px;
    background: #264c70;
    color: #ffffff;
    border: 1px solid #7b7b7b;
    font-weight: 700;
    font-size: 13px;
}

.table-diagram > tbody > tr > th.indent-table-45 {
    padding: 0 12px 0 12px;
    width: 150px;
}

.table-diagram > tbody > tr > td.indent-table-45 {
    text-align: right;
    padding: 0 12px 0 12px;
}

.table-production > tbody > tr:hover > td,
.table-production > tbody > tr.active:hover:nth-child(2n+1),
.table-production > tbody > tr.active:hover:nth-child(2n+1) > td {
    background: none;
}

.table-value {
    margin-bottom: 25px;
}

th.text-width {
    padding: 0 0 0 0 !important;
}

.table-diagram-indent > tbody > tr > td.color-width {
    padding: 0 0 0 0 !important;
    vertical-align: middle;
}

.table-trait > tbody > tr > td.color-width {
    padding: 0 0 0 0 !important;
    vertical-align: middle;
}

.table-diagram > tbody > tr > td {
    width: 11.11%;
    height: 30px;
    line-height: 23px;
    padding: 2px 5px 0 12px;
}

    .table-diagram > tbody > tr > td.color-width {
        padding: 0 0 0 0 !important;
        vertical-align: middle;
    }

    .table-diagram > tbody > tr > td:nth-last-child(-n+2),
    .table-diagram > tbody > tr > th:nth-last-child(-n+2) {
        text-align: right;
        padding: 0 12px 0 12px;
    }

.text-width span {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
}

.text-width .text-width-left {
    text-align: left;
    padding-left: 12px;
}

.text-width .text-width-right {
    text-align: right;
    padding-right: 12px;
}

.table-diagram-indent {
    margin-bottom: 10px;
}

.list-of-text-indent {
    margin-bottom: 10px;
    float: none;
}

.table-diagram-indent > tbody > tr.active > td,
.table-diagram-indent > tbody > tr > td.active {
    background-color: #fff;
}

.table-diagram-indent > tbody > :nth-child(2n+1),
.table-diagram-indent > tbody > :nth-child(2n+1) > td {
    background-color: #eeeeee;
}

.table-diagram-indent > tbody > tr:hover > td,
.table-diagram-indent > tbody > tr.active:hover:nth-child(2n+1),
.table-diagram-indent > tbody > tr.active:hover:nth-child(2n+1) > td {
    background-color: #bbbbbb;
}

.animal-table > tbody > tr:hover > td.rt a,
.animal-table > tbody > tr.active.rt a:hover:nth-child(2n+1),
.animal-table > tbody > tr.active:hover:nth-child(2n+1) > td.rt a {
    background-color: #979797;
    color: #264C70;
    text-decoration: underline;
}

.animal-table > thead > tr > th {
    height: 44px;
    padding: 0 0 0 8px;
    background: #264c70;
    color: #ffffff !important;
    vertical-align: middle;
    font-weight: 700;
    font-size: 13px;
    background: #264c70 !important;
    border-left: 1px solid #ffffff !important;
}

    .animal-table > thead > tr > th:first-child {
        padding-left: 15px;
        border-left: 0 !important;
    }

    .animal-table > thead > tr > th.indent-table-46 {
        width: 45px;
    }

    .animal-table > thead > tr > th.indent-table-47 {
        width: 56px;
    }

    .animal-table > thead > tr > th.indent-table-48 {
        padding-right: 8px;
    }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border: 0;
}

.m-blue {
    height: 11px;
    background: #264c70;
    margin: 0px;
}

.m-orange {
    height: 11px;
    float: right;
    background: #e2c021;
    margin: 0px;
}

.bn {
    display: none !important;
}

@media (max-width: 1199px) {
    .navbar-two li:last-child {
        margin-right: 0px !important;
    }

    .navbar-two > li > a {
        padding: 0 15px;
    }

    .b-form-search h3 {
        margin-left: 50px;
    }

    #event_calendar_4 {
        width: 64%;
    }

    .calendar-round {
        position: absolute;
        top: 92px;
        right: 7px;
    }

    .form-information {
        width: 220px;
        margin-left: 15px;
    }

    .form-information-two {
        width: 200px;
        margin-top: 0;
    }

    .form-information-2 {
        margin-top: 0;
    }

    .form-information-indent {
        margin-bottom: 15px;
        width: 200px;
        margin-right: 0;
    }

        .form-information-indent .form-control.bootstrap-select {
            width: 200px !important;
        }

    .form-information-2,
    .form-information-indent-5 {
        width: 200px;
    }

        .form-information-indent-5 .btn-group.bootstrap-select {
            width: 200px;
        }

    .form-information-6 .btn-group.bootstrap-select {
        width: 200px;
    }

    .form-information-7 .form-control.bootstrap-select {
        width: 200px !important;
    }

    .form-information-8 {
        padding-bottom: 15px;
    }

    .width-form-i {
        width: 200px;
    }

    .width-form-i-44 .bootstrap-select {
        width: 200px;
    }

    .btn-form-search {
        margin: 0px 0px 0 15px;
    }

    .viewed-factsheets {
        margin: 0 40px 15px 0px;
    }

        .viewed-factsheets:nth-child(4n) {
            margin: 0 51px 15px 0px;
        }

        .viewed-factsheets:nth-child(3n) {
            margin: 0 0px 15px 0px;
        }

    .indent-table {
        margin-bottom: 15px;
    }

    .b-s-right-block {
        padding-left: 0;
        width: 35%;
    }

    .b-s-left-block {
        padding-right: 50px;
        width: 65%;
    }

    .bulls-sale {
        padding-bottom: 15px;
    }

    .b-indent-table {
        padding: 0 35px 69px 35px;
    }

    .animal-table > tbody > tr > th,
    .animal-table > tbody > tr > td {
        border-right: 1px solid #979797;
        border-bottom: 1px solid #979797;
        border-left: 0;
        border-right: 0;
        line-height: 1;
    }

        .animal-table > tbody > tr > th:first-child,
        .animal-table > tbody > tr > td:first-child {
            padding: 0;
        }

    table.footable-details > tbody > tr > th:nth-child(1) {
        padding-left: 12px;
        height: 34px;
        vertical-align: middle;
        background: transparent;
    }

    table.footable-details > tbody > tr > td:nth-child(2) {
        vertical-align: middle;
    }

    .animal-table > tbody > tr:hover > td,
    .animal-table > tbody > tr.active:hover,
    .animal-table > tbody > tr.active:hover > td {
        background-color: #979797;
    }

    .animal-table > tbody > tr > th:first-child,
    .animal-table > tbody > tr > td:first-child {
        vertical-align: middle;
        height: 34px;
    }

    .animal-table > thead > tr > th {
    }

    .animal-table > tbody > tr.active > td,
    .table > tbody > tr > td.active {
        vertical-align: middle;
        text-indent: 5px;
    }

    .animal-table > thead > tr > th:nth-child(2) {
    }

    .table .table {
        border: 0;
    }

    table.footable-details > tbody > tr > th:nth-child(1) {
        padding-left: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .two-table-block {
        margin: 0;
    }

    .b-indent-table {
        padding: 0 0px 69px 35px;
    }

    .tree {
        padding-left: 0 !important;
    }

    .three-table-block {
        width: 201px;
        height: 135px;
    }

    .first-table-block.two-table-block.three-table-block.four-table-block {
        width: 94px;
        height: 118px;
    }

    .four-table-block span {
        font-size: 11px;
        padding: 7px 22px 5px 4px;
    }

    .indent-number {
        padding-right: 40px;
    }

    .viewed-factsheets {
        margin: 0 51px 15px 0px;
    }

    .img_gender-4 {
        background-image: url(img/im_1.png);
        background-repeat: no-repeat;
        background-position: 164px 87px;
        height: 100%;
    }

    .img_gender-5 {
        background-image: url(img/im_2.png);
        background-repeat: no-repeat;
        background-position: 161px 94px;
        height: 100%;
    }

    .img_gender-6 {
        background-image: url(img/im_3.png);
        background-repeat: no-repeat;
        background-position: 69px 85px;
        height: 100%;
    }

    .img_gender-7 {
        background-image: url(img/im_4.png);
        background-repeat: no-repeat;
        background-position: 66px 88px;
        height: 100%;
    }
}

@media (max-width: 1024px) {
    .navbar-collapse {
        margin-top: 0;
    }

    .box-calendar {
        margin: -56px 10px 25px 0;
    }

    .sponsors,
    .box-text {
        margin-right: 10px;
    }

    .header {
        height: 78px;
    }

    .navbar-two {
        text-align: center;
    }

        .navbar-two > li > a {
            padding: 0 5px;
            padding: 0 2px\0/;
            font-size: 13px\0/;
        }

        .navbar-two > li {
            display: inline-block;
        }

    .b-time-adress {
        margin-bottom: 0px;
    }

    .b-form-search h3 {
        margin-left: 0px;
    }

    .search-text {
        width: 170px !important;
    }

    .form-search-text {
        margin-left: 10px;
    }

    .item-box {
        top: 52px;
    }

    .item-box-header {
        font-size: 22px;
        line-height: 26px;
    }

    .form-information {
        width: 200px;
        margin-left: 15px;
        margin-top: 0;
    }

    .width-form-i {
        width: 200px;
    }

    .btn-form-search {
        margin: 0px 0px 0 15px;
    }

    .b-form-group {
        padding-top: 15px;
    }

    .b-list-sales li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tree {
        padding-left: 100px;
    }

    .form-information-indent {
        margin-right: 0;
    }

    .b-indent-table {
        padding: 0 0px 69px 35px;
    }

    .table-diagram > tbody > tr > td.table-diagram-67 {
        width: 13% !important;
    }

    .table-diagram > tbody > tr > td {
        width: 7.11%;
    }
}

@media (max-width: 991px) {
    .all-b-ancestry {
        padding-left: 0;
    }

    .footer {
        width: 100%;
        background: #F3F3F3;
        position: initial;
        /* bottom: 0; */
        width: 100%;
        /* left: 0; */
        height: 267px;
    }

    .b-indent-table {
        padding: 0 35px 69px 25px;
    }

    .wrap {
        padding: 0 0 0px 0;
    }

    .advertise-animals-left img {
        max-width: 100%;
        height: auto;
    }

    .advertise-animals-left {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .advertise-animals-right {
        margin-left: 0;
    }

        .advertise-animals-right h3 {
            margin-top: 23px;
            font-size: 22px;
            line-height: 27px;
        }

    .viewed-factsheets {
        margin: 0 40px 15px 0px;
    }

        .viewed-factsheets:nth-child(4n) {
            margin: 0 40px 15px 0px;
        }

        .viewed-factsheets:nth-child(3n) {
            margin: 0 40px 15px 0px;
        }

        .viewed-factsheets:nth-child(2n) {
            margin: 0 40px 15px 0px;
        }

    .list-of-text {
        margin: 0 0px 17px 0;
    }

    .pagination-right {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .b-viewed-factsheets {
        margin-top: 24px;
    }

    .b-s-right-block {
        padding-left: 0;
        width: 100%;
        float: none;
    }

    .b-s-left-block {
        padding-right: 10px;
        width: 100%;
        float: none;
    }

    .b-advertise-animals-two {
        margin: 0;
        padding: 43px 0 60px 0;
    }

    .right-b-factsheet {
        float: none;
    }

    .left-b-factsheet {
        float: none;
    }

    .logo_tree {
        margin-right: 0;
    }

    .form-information-indent .btn-group.bootstrap-select {
        width: 200px;
    }

    .form-information-8 {
        padding-bottom: 30px\0/;
    }

    .width-form-i-45 .bootstrap-select {
        width: 190px;
    }

    .inimal-btn-indent-4 {
        padding-top: 0;
    }

    .table-diagram > tbody > tr > td.table-diagram-67 {
        width: 19% !important;
    }

    .table-diagram > tbody > tr > td:nth-last-child(-n+2),
    .table-diagram > tbody > tr > th:nth-last-child(-n+2) {
        width: 70% !important;
    }

    .table-diagram > tbody > tr > td {
        width: 9.11%;
    }
}

@media (max-width: 980px) {
    .box-calendar {
        margin: 0;
    }

    .navbar-two {
        font-size: 14px;
    }

    #event_calendar_4.skin-lions-square .calendar-controls {
        margin: 0px 0 0 0;
        width: 75px;
        position: absolute;
        top: -54px;
        right: -144px;
    }

    #event_calendar_4.skin-lions-square .mon-head .week-day {
        padding: 25px 0;
    }

    #event_calendar_4 {
        width: 80%;
    }

    .calendar-round {
        position: absolute;
        top: 135px;
    }

    .form-information {
        width: 200px;
        margin-left: 6px;
    }

    .btn-form-search {
        margin: 0px 0px 0 6px;
    }

    .b-list-sales li {
        margin-left: 0;
        margin-right: 0;
    }

    .sale-data-form {
        margin-right: 5px;
    }

    .width-sale-data-form .bootstrap-select {
        width: 110px !important;
    }

    .form-information-indent {
        margin-right: 0;
    }

    .width-form-i .btn-group.bootstrap-select {
        width: 200px;
    }

    .form-information-two .btn-group.bootstrap-select {
        width: 200px;
    }
}


.tooltip {
    z-index: 99999;
}

.tooltip-inner {
    max-width: 302px;
    background: #FFFFFF;
    border: 1px solid #7B7B7B;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.50);
    border-radius: 7px;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 19px 18px;
    opacity: 1;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
/*
	Custom added
*/

.top-nav {
    border-bottom: 2px solid #264c70;
    border-top: 2px solid #cab856;
    margin-top: 0;
    background-color: #fff;
    z-index: 16;
}
/*Search Form*/
.btn-close {
    color: #264c70;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

    .btn-close:hover {
        opacity: 0.9;
        text-decoration: none;
    }

    .btn-close i {
        margin: -4px 0 0 8px;
    }

.ico-close {
    width: 19px;
    height: 19px;
    background: url("img/ico_close.png");
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.search-from {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 13px;
    padding-top: 25px;
    padding-right: 275px;
    position: absolute;
    right: 20px;
    top: 0;
    width: auto;
    display: none;
}

    .search-from .input-group {
        width: 470px;
        float: right;
    }

    .search-from .btn-close {
        top: 31px;
        position: absolute;
        right: 150px;
    }

    .search-from .form-control {
        border: 1px solid #ccc;
        border-radius: 3px 0 0 3px;
        background-color: #fff;
        font-size: 15px;
        line-height: 21px;
        font-family: "Lato", Arial, sans-serif;
        color: #333;
        height: 36px;
        padding: 0 10px;
        box-shadow: 0 0 0;
    }

        .search-from .form-control:focus {
            border-color: #264C70;
            box-shadow: 0 0 0;
        }

    .search-from .btn-default {
        padding: 0 15px;
        height: 36px;
        border-color: #ccc;
    }

        .search-from .btn-default:hover {
            background-color: #fff;
        }



/*
	Custom added
*/

.top-nav {
    border-bottom: 2px solid #264c70;
    border-top: 2px solid #cab856;
    margin-top: 0;
}

.menu-main-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .menu-main-menu li {
        float: left;
    }

        .menu-main-menu li.current {
            background: #cccccc;
        }

        .menu-main-menu li a {
            padding: 0 15px;
            display: block;
            line-height: 47px;
            font-size: 15px;
            font-family: 'Lato', sans-serif;
            font-weight: bold;
            color: #264c70;
            text-shadow: 0 1px 0 rgba(255,255,255,.25);
        }

/*CMS fix style*/

header > h1 {
    font-size: 28px;
    line-height: 35px;
    color: #264c70;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding-top: 2px;
    margin-bottom: 10px;
}

.pager li > a, .pager li > span {
    border-radius: 0;
}

ul.content-items {
    padding-left: 0;
}

    ul.content-items li {
        list-style: none;
    }



/**TABLES*/
table.table {
    border: 1px solid #979797;
}

    table.table > thead > tr > th {
        background-color: #264C70;
        color: #ffffff;
        vertical-align: middle;
        border-bottom: 0px;
        border: 1px solid #4C7092;
    }

th.auto-size {
    width: 5px;
}

@media {
    .table-h-striped > tbody > tr:nth-child(4n-1) {
        background-color: #EEEEEE;
    }
}

@media (max-width: 991px) {
    .table-h-striped > tbody > tr:nth-child(odd) {
        background-color: #EEEEEE;
    }
}

th.sortable:hover {
    background-color: rgba(38,76,112,0.8);
}

th.sortable {
    cursor: pointer;
}

.sortable-container {
    position: relative;
}

    .sortable-container > .sortable-content {
        margin-right: 15px;
    }

.sortable-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    font-size: smaller;
}

.pagination {
    padding-top: 0px;
}




/**END TABLES*/


/***/
.row {
    margin-bottom: 0;
}


/**LOADING PANEL*/

.loading-panel-container {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-panel-overlay {
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loading-panel {
    padding: 10px;
    padding-top: 30px;
    width: 20%;
    position: fixed;
    z-index: 22;
    left: 35%;
    top: 30%;
    border: 1px solid #264C70;
    background: #F9FCFF;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


@media (max-width: 891px) {
    .loading-panel {
        width: 60%;
        left: 20%;
    }
}

/**END LOADING PANEL*/

/**ANCESTRY*/

.h-tree li:last-child {
    float: right;
}

.h-tree li {
    width: 50%;
}

.h-tree > ul > li {
    width: 100%;
}

.h-tree .three-table-block {
    width: 98%;
}
/**END ANCESTRY*/

share-button {
    padding-left: 25px !important;
}

.upcoming-events-img img {
    height: 120px;
    float: right;
}

.b-news-big > .date-and-button {
    bottom: -12px;
}

.dzscalendar {
    overflow: inherit;
}

/**CHARTS*/

.chart-container {
    text-align: center;
}
/*END CHARTS*/

.news-categories-widget ul li {
    list-style: none;
    display: inline-block;
}

.news-categories-widget ul {
    padding-left: 0;
}

    .news-categories-widget ul li a {
        background: #fff;
        border: 1px solid #979797;
        text-shadow: none;
        font-size: 11px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: #264c70;
        box-shadow: none;
        display: inline-block;
        height: 24px;
        line-height: 22px;
        padding: 0px 10px;
        border-radius: 4px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .news-categories-widget ul li a:hover {
            color: #ffffff;
            border: 1px solid #264C70;
            background-color: #264C70;
            outline: none;
        }

/**STYLE.css FIXES*/

.unwrap {
    padding-left: 15px;
    padding-right: 15px;
}

/*STYLE.css FIXES*/


/*Added By Nic*/

/*Genric*/
table.no-border {
    border: none;
}


/**Helper classes*/

.top-20 {
    margin-top: 20px;
}

/*END Helper classes*/

.zone-aside-second .row {
    margin: 0;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #22496D;
}


/*SEARCH PAGE*/

.term-filter {
    float: none;
    clear: both;
}

    .term-filter:after {
        content: "";
        clear: both;
        float: none;
    }

    .term-filter span {
        display: block;
        float: left;
        padding: 3px;
        color: #264C70;
        border: 1px solid #aaa;
        border-radius: 3px;
        margin: 5px;
        font-size: smaller;
        cursor: pointer;
    }

        .term-filter span:hover,
        .term-filter span.active {
            background-color: #264C70;
            color: white;
        }

.search-result {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

    .search-result h3,
    .search-result a {
        color: #23527c;
    }

.search-result-header div:last-child {
    text-align: right;
}

.search-result-header span {
    color: #999;
}

.search-result-header span,
.search-result-header a {
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.search-result-header .separator:after {
    content: "|";
}
/*END SEARCH PAGE*/

/*ANIMAL INFO: Most viewed animals*/

.widget-animal-info-list ul.list-items {
    box-sizing: border-box;
    display: block;
}

.widget-animal-info-list {
    padding-left: 31.5px;
    padding-right: 31.5px;
}

    .widget-animal-info-list ul.list-items:before {
        display: table;
        content: " ";
    }

    .widget-animal-info-list ul.list-items:after {
        clear: both;
        display: table;
        content: " ";
    }

    .widget-animal-info-list ul.list-items li {
        display: block;
        width: 14%;
        border: 1px solid #22496d;
        float: left;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
        padding: 15px;
        margin-right: 1%;
        margin-left: 1%;
        margin-top: 15px;
    }

@media (max-width: 992px) {
    .widget-animal-info-list ul.list-items li {
        width: 48%;
    }
}

@media (max-width: 669px) {
    .widget-animal-info-list ul.list-items li {
        width: 98%;
    }
}

.widget-animal-info-list ul.list-items li span {
    color: #aaaaaa;
}

.widget-animal-info-list ul.list-items h4 {
    margin: 0px;
}

.animal-info-male {
    background: url(img/im_4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.animal-info-female {
    background: url(img/im_3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}



/*END: ANIMAL INFO: Most viewed animals*/



/*Temp Fix for missing animal search functionality*/

.ad_link {
    display: none;
    padding: 5% 0 0 0;
    font-size: 1.5em;
    color: white;
    /* width: 30%; */
}

    .ad_link:hover {
        color: white;
    }

@media (max-width: 991px) {
    .quick-search {
        display: none;
    }

    .ad_link {
        display: block;
    }
}

.factsheet .col-sm-4.top-20.col-sm-4.top-20 {
    width: 100% !important;
}

    .factsheet .col-sm-4.top-20.col-sm-4.top-20 .well {
        display: inline-block !important;
        padding: 0 10px !important;
        margin-bottom:5px !important;
    }

body, body * {
font-size:10px;
}

.factsheet .table-striped {
    margin-bottom: 5px !important;
}
