/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
header {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
.navbar-caption {
    display: block;
    margin-left: 4rem;
    font-size: 90%;
    padding: 1rem 0 0 0;
}
#collapsingNavbar .menu-contact{
    margin-top: 0;
}
#collapsingNavbar .menu-contact .nav-link{
    padding: 0 .5rem;
}
#collapsingNavbar .menu-contact .nav-link img{
    border: 1px solid #b58c63;
}
#collapsingNavbar .menu-contact .nav-link img:hover,
#collapsingNavbar .menu-contact .nav-link img:active,
#collapsingNavbar .menu-contact .nav-link img:focus{
    opacity:.7;
}
#collapsingNavbar .menu-contact .nav-link:hover,
#collapsingNavbar .menu-contact .nav-link:active,
#collapsingNavbar .menu-contact .nav-link:focus{
    background: transparent;
    opacity:.7;
}
#home::before {
    height: 0;
    content: "";
    display:block;
}
#home::after{
    height: 2rem;
    content: "";
    display:block;
}
.text-block {
    margin: 28% 0 5% 10%;
    padding: 2rem 1.25rem 0.75rem 1.25rem;
    width: 74%;
    font-size: 1.12rem;
    border-radius: 12px;
    background: rgba(16,24,21,.30);
    box-shadow: 0 0 10px rgba(181,140,99,.65);
    color: #fff;
}
.text-block h1 {
    display: block;
    margin: 0 0 1.65rem 0;
    font-size: 3rem;
    line-height: 1;
    color:#fff;
}
.line {
    display: block;
    background: transparent url("../images/div-1.png") no-repeat;
    background-size: contain;
    width: 348px;
    height: 32px;
    margin: .75rem auto 0 auto;
}
.line2 {
    display: block;
    background: transparent url("../images/div-2.png") no-repeat;
    background-size: contain;
    width: 348px;
    height: 30px;
    margin: .75rem auto 0 auto;
}
.text-block .sm {
    font-size: 2.35rem;
}


@media (max-width: 991px) and (min-width: 768px) {
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat center;
        background-size: cover;
    }
    .navbar-brand img {
        width:82%;
        height: auto;
        margin: 0 0 -0.5rem 0;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 70%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 28% 0 8% 7%;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.5rem;
        margin: 0 0 1.35rem 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat center;
        background-size: cover;
    }
    .navbar-brand img {
        width: 70%;
        height: auto;
        margin: 0 0 -0.5rem 0;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 70%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 17% 0 5% 0;
        padding: 1rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.15rem;
        margin: 0 0 1rem 0;
    }
    .text-block p{
        font-size: 87%;
    }
    #home .line, .line2, #about2 .line, #footer .line  {
        width: 280px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat center;
        background-size: cover;
    }
    .navbar-brand img {
        width: 82%;
        height: auto;
        margin: 0 0 -0.5rem 0;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 70%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    #collapsingNavbar .menu-contact {
        margin-top: 5%;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 17% 0 5% 0;
        padding: 1rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.5rem;
        margin: 0 0 1rem 0;
    }
    .text-block p{
        font-size: 82%;
    }
    #home .line, .line2, #about2 .line, #footer .line  {
        width: 280px;
    }
}
@media (max-width: 348px){
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat center;
        background-size: cover;
    }
    .navbar-brand img {
        width: 82%;
        height: auto;
        margin: 0 0 -0.5rem 0;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 70%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
        padding-top: 0;
        padding-bottom: 1.2rem;
    }
    #collapsingNavbar .menu-contact {
        margin: 5% 0;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 17% 0 5% 0;
        padding: 1rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 1.5rem;
        margin: 0 0 1rem 0;
    }
    .text-block p{
        font-size: 77%;
    }
    #home .line, .line2, #about2 .line, #footer .line  {
        width: 280px;
    }
}
/*About Block styles*/
#about::before{
    height: 2rem;
    content: "";
    display: block;
}
#about::after{
    height: 3rem;
    content: "";
    display: block;
}

#about h2 {
    margin: 0 0 2.75rem 0;
    font-size: 2.85rem;
}
#about p{
    padding: 0 1rem;
}
.about-list{
    list-style: none;
    position: relative;
    margin: 0 0 1.5rem 2rem;
}
.about-list li{
    padding: .5rem 0 0 0;
    text-align: justify;
}
.about-list li::before{
    content: '';
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    width: 16px;
    height: 20px;
    left: 1%;
    transform: translateY(11%);
}
.about-img{
    max-width:100%;
    height:auto;
    border:1px solid #b58c63;
    margin-bottom: 1.5rem;
}
.aims-heading {
    font-size: 1.15rem;
    font-weight: 600;
}
.aims-heading .tickk{
    display: inline-block;
    background: transparent url('../images/marker2.png') no-repeat center;
    width: 24px;
    height: 20px;
    vertical-align: middle;
    margin-right: .75rem;
}
#about p.aims-text {
    padding-right: 2.5rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 5rem;
        content: "";
        display: block;
    }
    #about .btn.btn-primary {
        padding: 1.075rem 1rem 1.075rem 1rem;
        font-size: 1rem;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 1.5rem 0;
        font-size: 2rem;
    }
    #about p {
        padding: 0;
    }
    #about p, #about .about-list{
        font-size: 95%;
    }
    #about p.aims-text {
        padding-right: 0;
    }
    #about .btn.btn-primary {
        width: 60%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 1.5rem 0;
        font-size: 2rem;
    }
    #about p {
        padding: 0;
    }
    #about p, #about .about-list{
        font-size: 95%;
    }
    #about p.aims-text {
        padding-right: 0;
    }
    #about .btn.btn-primary {
        width: 73%;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 1.5rem 0;
        font-size: 2rem;
    }
    #about p {
        padding: 0;
    }
    #about p, #about .about-list{
        font-size: 95%;
    }
    #about p.aims-text {
        padding-right: 0;
    }
    #about .btn.btn-primary {
        width: 100%;
    }
}
/*About2 Block styles*/
#about2::before{
    height: 2rem;
    content: "";
    display: block;
}
#about2::after{
    height: 1rem;
    content: "";
    display: block;
}
#about2{
    background: transparent url('../images/bg-block3.jpg') no-repeat center;
    background-size: cover;
}
#about2 h2 {
    margin: 0 0 2rem 0;
    font-size: 2.15rem;
    color:#fff;
}
#about2 .text-block{
    margin: 0 0 5% 0;
    padding: 2rem 1.25rem 0.75rem 1.25rem;
    width: 95%;
}
#about2 p{
    padding: 0 1rem;
}
.about-img2 {
    display: block;
    margin: 10% auto 0 auto;
}

@media (max-width: 991px) and (min-width: 768px) {
    #about2 .about-list {
        margin: 0 0 1.5rem .75rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about2::before{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about2::after{
        height: 2.5rem;
        content: "";
        display: block;
    }
    #about2 h2 {
        margin: 0 0 1.5rem 0;
        font-size: 1.75rem;
    }
    #about2 .text-block {
        margin: 0;
        padding: 1rem;
        width: 100%;
    }
    #about2 p {
        padding: 0;
    }
    #about2 .text-block p{
        font-size:80%;
    }
    #about2 .text-block .about-list{
        margin: 0 0 1rem 0;
        font-size: 80%;
    }
    #about2 .text-block .about-list li::before {
        left: 5%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about2::before{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about2::after{
        height: 2.5rem;
        content: "";
        display: block;
    }
    .about-img2 {
        margin: 5% auto;
    }
    #about2 h2 {
        margin: 0 0 1.5rem 0;
        font-size: 1.75rem;
    }
    #about2 .text-block {
        margin: 0;
        padding: 1rem;
        width: 100%;
    }
    #about2 p {
        padding: 0;
    }
    #about2 .text-block p{
        font-size:88%;
    }
    #about2 .text-block .about-list{
        margin: 0 0 1rem 0;
        font-size: 88%;
    }
    #about2 .text-block .about-list li::before {
        left: 5%;
    }
}
@media (max-width: 348px){
    #about2::before{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about2::after{
        height: 2.5rem;
        content: "";
        display: block;
    }
    .about-img2 {
        margin: 5% auto;
    }
    #about2 h2 {
        margin: 0 0 1.5rem 0;
        font-size: 1.75rem;
    }
    #about2 .text-block {
        margin: 0;
        padding: 1rem .75rem;
        width: 100%;
    }
    #about2 p {
        padding: 0;
    }
    #about2 .text-block p{
        font-size:92%;
    }
    #about2 .text-block .about-list{
        margin: 0 0 1rem 0;
        font-size: 83%;
    }
    #about2 .text-block .about-list li::before {
        left: 5%;
    }
}
/*Services Block styles*/
#services::before {
    height: 2rem;
    content: "";
    display: block;
}
#services::after {
    height: 2.5rem;
    content: "";
    display: block;
}
#services h2{
    margin-bottom: 2.75rem;
}
.head {
    padding: 1rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid rgba(107,116,120,.6);
}
.bbody {
    min-height: 289px;
    border-bottom: 1px solid rgba(107,116,120,.6);
}
.info-block1{
    border-right: 1px solid rgba(107,116,120,.6);
}
#services p{
    padding: 0 1rem;
}
.tel {
    display: block;
    margin: 3% auto 0 auto;
    padding: 1.25rem 1rem;
    width: 37%;
    background:#cfd9ce;
    border-radius:7px;
}
.tel .sub-heading {
    text-align: center;
    font-weight: 600;
    color:#384d47;
}
.tel-list {
    list-style: none;
    padding-left: 30%;
}
.tel-list .icon {
    font-size: 1.15em;
    margin: 0 .5em 0 0;
    color:#b58c63;
}
.tel-list .fas.fa-phone.icon {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
.tel-list .colour {
    font-size: 1.5rem;
    font-weight: 600;
}
.tel-list .small{
    font-size:90%;
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .img-fluid{
        margin: 3rem 0 0 0;
    }
    #services .about-list {
        margin: 0 0 1.5rem 1rem;
    }
    .bbody {
        min-height: 310px;
    }
    #services .tel {
        width: 67%;
        margin: 5% auto 0 auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #services::after {
        height: 2.5rem;
        content: "";
        display: block;
    }
    #services h2{
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    #services h2, #services p{
        padding: 0;
    }
    #services p, #services .about-list{
        font-size:95%;
    }
    #services .img-fluid{
        margin: 3rem 0 0 0;
    }
    .head h4{
        font-size:1.35rem;
    }
    #services .info-block1 .bbody, #services .info-block2 .bbody {
        min-height: 339px;
    }
    #services .info-block1 .bbody .about-list, #services .info-block2 .bbody .about-list{
        margin: 0 0 1.5rem 0;
    }
    #services .info-block1 .bbody .about-list li, #services .info-block2 .bbody .about-list li{
        text-align: left;
    }
    #services .tel {
        width: 78%;
        margin: 5% auto 0 auto;
    }
    #services .tel .tel-list {
        padding-left: 25%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before,
    #services::after {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #services h2{
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    #services h2, #services p{
        padding: 0;
    }
    #services p, #services .about-list{
        font-size:95%;
    }
    #services .img-fluid{
        margin: 3rem 0 0 0;
    }
    .info-block1 {
        border-right: none;
    }
    .head h4{
        font-size:1.35rem;
    }
    #services .info-block1 .bbody .about-list, #services .info-block2 .bbody .about-list{
        margin: 0 0 1.5rem .75rem;
        text-align: left;
    }
    #services .tel {
        width: 100%;
    }
    #services .tel .tel-list {
        padding-left: 25%;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #services h2{
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    #services h2, #services p{
        padding: 0;
    }
    #services p, #services .about-list{
        font-size:95%;
    }
    #services .img-fluid{
        margin: 3rem 0 0 0;
    }
    .info-block1 {
        border-right: none;
    }
    .head h4{
        font-size:1.35rem;
    }
    #services .info-block1 .bbody .about-list, #services .info-block2 .bbody .about-list{
        margin: 0 0 1.5rem .75rem;
        text-align: left;
    }
    #services .tel {
        width: 100%;
    }
    #services .tel .tel-list {
        padding-left: 16%;
    }
}
/*Reasons Block styles*/
#gallery-3::before {
    height: 2.5rem;
    content: "";
    display: block;
}
#gallery-3::after {
    height: 1.5rem;
    content: "";
    display: block;
}
#gallery-3{
    background: transparent url('../images/bg-gallery.jpg') no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) and (min-width: 768px) {

}
@media (max-width: 767px) and (min-width: 576px) {
    #gallery-3::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #gallery-3::after {
        height: 0.5rem;
        content: "";
        display: block;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #gallery-3::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #gallery-3::after {
        height: 0.5rem;
        content: "";
        display: block;
    }
}
@media (max-width: 348px){
    #gallery-3::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #gallery-3::after {
        height: 0.5rem;
        content: "";
        display: block;
    }
}
/*Hunting Block styles*/
#hunting::before {
    height: 2rem;
    content: "";
    display: block;
}
#hunting::after {
    height: 5.5rem;
    content: "";
    display: block;
}
#hunting h2 {
    margin-bottom: 2.75rem;
}
#hunting .tel {
    width: 85%;
    margin: 0
}
#hunting .tel .sub-heading {
    font-size: 1.1rem;
    text-align: center;
}
#hunting .tel-list {
    padding-left: 0;
    text-align: center;
}
#hunting .tel-list li {
    padding: 3px 0;
}
#hunting .tel-list li .sub-text {
    display: block;
    padding: 2px 0;
    font-size: 86%;
    color: #414141;
}
#hunting .btn.btn-primary{
    display: block;
    width: 47%;
    margin:0 0 1.5rem 0;
}
#hunting .btn-primary .mbri-file.icon {
    margin-right: 4%;
}
@media (max-width: 991px) and (min-width: 768px) {
    #hunting .about-list {
        margin: 0 0 1.5rem .5rem;
    }
    #hunting .about-list li::before {
        left: 5%;
    }
    #hunting .tel {
        width: 95%;
    }
    #hunting .btn.btn-primary {
        width: 77%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #hunting::before {
        height: 1.5rem;
    }
    #hunting::after {
        height: 2rem;
    }
    #hunting h2 {
        margin-bottom: 1.5rem;
        font-size: 1.75rem;
    }
    #hunting p, #hunting .about-list {
        font-size: 95%;
    }
    #hunting .about-list {
        margin: 0 0 1.25rem 0;
    }
    #hunting .about-list li{
        font-size:90%;
    }
    #hunting .about-list li::before {
        left: 7%;
    }
    #hunting .tel {
        width: 100%;
        margin: 0 0 1.5rem 0;
        padding: 1rem .5rem;
    }
    #hunting .btn.btn-primary {
        width: 100%;
        margin: 0 auto 1.5rem auto;
        padding: .85rem 1.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #hunting::before {
        height: 1.5rem;
    }
    #hunting::after {
        height: 1.5rem;
    }
    #hunting h2 {
        margin-bottom: 1.5rem;
        font-size: 1.75rem;
    }
    #hunting p, #hunting .about-list {
        font-size: 95%;
    }
    #hunting .about-list {
        margin: 0 0 0.5rem 0.5rem;
    }
    #hunting .about-list li::before {
        left: 3%;
    }
    #hunting .tel {
        width: 100%;
        margin: 0 0 1.5rem 0;
        padding: 1rem .5rem;
    }
    #hunting .btn.btn-primary {
        width: 95%;
        margin: 0 auto 1.5rem auto;
    }
}
@media (max-width: 348px){
    #hunting::before {
        height: 1.5rem;
    }
    #hunting::after {
        height: 1.5rem;
    }
    #hunting h2 {
        margin-bottom: 1.5rem;
        font-size: 1.75rem;
    }
    #hunting p, #hunting .about-list {
        font-size: 95%;
    }
    #hunting .about-list {
        margin: 0 0 0.5rem 0.5rem;
    }
    #hunting .about-list li::before {
        left: 3%;
    }
    #hunting .tel {
        width: 100%;
        margin: 0 0 1.5rem 0;
        padding: 1rem .5rem;
    }
    #hunting .btn.btn-primary {
        width: 95%;
        margin: 0 0 1.5rem 0;
    }
}
/*Modals styles - uslugi*/
.modal-content{
    padding: 1rem;
    border: 2px solid #f2f2f2;
}
.modal-title {
    margin: 0 auto;
    line-height: 1.25;
    text-transform: none;
    font-weight: 600;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-img{
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
    border: 1px solid #b58c63;
}
#ModalCenter2 .table thead th {
    border-top: none;
    text-align: center;
}
#ModalCenter2 .table thead th, #ModalCenter2 .table td{
    border-right: 1px solid #bfc0bd;
}
#ModalCenter2 .table thead th:last-child, #ModalCenter2 .table td:last-child{
    border-right: none;
}
#ModalCenter2 .table thead th:nth-last-child(1), #ModalCenter2 .table td:nth-last-child(1){
    width:16%;
}
#ModalCenter2 .table thead th:nth-last-child(2), #ModalCenter2 .table td:nth-last-child(2){
    width:14%;
}
#ModalCenter2 .table thead th:nth-last-child(4), #ModalCenter2 .table td:nth-last-child(4){
    width:6%;
}
#ModalCenter2 .table thead th:nth-last-child(1), #ModalCenter2 .table td:nth-last-child(1),
#ModalCenter2 .table thead th:nth-last-child(2), #ModalCenter2 .table td:nth-last-child(2),
#ModalCenter2 .table thead th:nth-last-child(4), #ModalCenter2 .table td:nth-last-child(4){
    text-align:center;
}
#ModalCenter2 .table td .sub-text {
    display: block;
    font-size: 90%;
    color: #6b7478;
}
.m-footer .sub-heading {
    margin: 3rem 0 0 0;
    padding: .75rem 0 1rem 0;
    border-top: 1px solid rgba(207,217,206,.64);
    font-size: 1.15rem;
    font-weight: 600;
    color: #384d47;
}
#hunting .modal .modal-body .m-footer .tel-list{
    margin-bottom:0;
}
#hunting .modal .modal-body .m-footer .tel-list li .sub-text {
    font-size: 82%;
}
#ModalCenter3 h4.sub-head {
    margin: 1.5rem 0;
}
#ModalCenter3 p.sub-head {
    font-size: large;
    font-weight: 600;
    color: #384d47;
}
#hunting #ModalCenter3 .btn.btn-primary.btn1 {
    width: 92%;
    margin: 0 auto 1.5rem auto;
    padding: .575rem 2rem .575rem 1rem;
}
#hunting #ModalCenter3 .btn.btn-primary.btn2 {
    width: 30%;
    margin: 0 auto;
}
.sm-subhead {
    font-style: oblique;
    color: #6b7478;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 3rem;
}
.modal-list2 {
    list-style: none;
    margin-top: 2rem;
    padding: 0 2rem 0 3rem;
    font-size: 1.12rem;
}
.modal-list2 li{
    padding: 5px 0;
}
.modal-list2 li::before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url('../images/marker.png');
    background-size: cover;
    background-position: center;
    left: 5%;
    transform: translateY(40%);
}
.slogann {
    margin: 4rem 0 2rem 0;
    border-top: 1px solid rgba(178,187,208,.49);
    padding: 1rem 0 0 0;
}
.slogann .h4{
    margin-bottom: 1rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-title {
        font-size: 1.35rem;
    }
    .modal-body{
        padding: 1rem 0;
        font-size: 95%;
    }
    #hunting .modal .modal-body .m-footer .tel-list .colour {
        font-size: 1.35rem;
    }
    #hunting #ModalCenter3 .btn.btn-primary.btn1 {
        width: 100%;
        font-size: 83%;
        margin: 0 auto 1.5rem auto;
        padding: .375rem .75rem .375rem .5rem;
    }
    #hunting #ModalCenter3 .btn.btn-primary.btn2 {
        width: 47%;
        padding: .475rem .75rem .475rem .5rem;
        margin: 0 auto;
    }
    #hunting #ModalCenter3 .modal-body .m-footer .sub-heading {
        font-size: 86%;
    }
    #hunting #ModalCenter3 .modal-body .m-footer .tel-list li .sub-text {
        font-size: 87%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-title {
        font-size: 1.35rem;
    }
    #ModalCenter2 .modal-body .table{
        font-size: 95%;
    }
    #hunting #ModalCenter3 .btn.btn-primary.btn1,
    #hunting #ModalCenter3 .btn.btn-primary.btn2 {
        width: 63%;
    }
    #hunting .modal .modal-body .m-footer .tel-list li .sub-text {
        font-size: 72%;
    }
    #hunting .modal .modal-body .m-footer .tel-list .colour {
        font-size: 1.25rem;
    }
    #hunting .modal .modal-body .m-footer .sub-heading {
        margin: 0.5rem 0 0 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-title {
        font-size: 1.35rem;
    }
    #ModalCenter3 .modal-body {
        padding: 0;
    }
    #ModalCenter2 .modal-body .table{
        font-size: 95%;
    }
    #hunting #ModalCenter3 .btn.btn-primary.btn2 {
        width: 90%;
    }
}
@media (max-width: 348px){
    .modal-content {
        padding: 0.25rem;
    }
    #ModalCenter3 .modal-body {
        padding: 0;
    }
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-header .close {
        padding: .5rem;
    }
    .modal-title {
        font-size: 1.15rem;
    }
    .modal-header button.close {
        font-size: 2rem;
    }
    #ModalCenter2 .modal-body .table{
        font-size: 95%;
    }
    #hunting #ModalCenter3 .btn.btn-primary.btn2 {
        width: 90%;
    }
    .m-footer .sub-heading {
        margin: 1rem 0 0 0;
        font-size: 78%;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img, #gallery-1 .hover-mask .gallery-img,
#gallery-2 .hover-mask .gallery-img, #gallery-3 .hover-mask .gallery-img,
#gallery-4 .hover-mask .gallery-img{
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal, #gallery-1 .hover-mask .gallery-img, #gallery-2 .hover-mask .gallery-img,
#gallery-3 .hover-mask .gallery-img, #gallery-4 .hover-mask .gallery-img{
    width: 100%;
    height: auto;
    border: 1px solid #b58c63;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-item .hover-mask .gallery-img{
    width: 100%;
    height: auto;
    border: 1px solid #b58c63;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .thumb-modal{
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hover-mask a .mbri-file {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 36% 20px;
    text-align: center;
    background-color: rgba(56,77,71,.67);
    border-radius: 0.75rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.carousel-item .hover-mask a p, #gallery-1 .hover-mask a .mbri-search, #gallery-2 .hover-mask a .mbri-search,
#gallery-3 .hover-mask a .mbri-search, #gallery-4 .hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 30.65% 20px;
    text-align: center;
    background-color: rgba(56,77,71,.67);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#gallery-3 .hover-mask a .mbri-search{
    padding: 17.25% 20px;
}
#gallery-2 .hover-mask a .mbri-search{
    padding: 62% 20px;
}
.hover-mask:hover a p, .carousel-item .hover-mask:hover a p, .hover-mask:hover .uslugi-title, #gallery-1 .hover-mask:hover a p,
#gallery-2 .hover-mask:hover a p, #gallery-4 .hover-mask:hover a p{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask:hover .uslugi-title{
    z-index: 1;
}
.hover-mask .mbri-file, .carousel-item .hover-mask .mbri-search, #gallery-1 .hover-mask .mbri-search, #gallery-2 .hover-mask .mbri-search,
#gallery-3 .hover-mask .mbri-search, #gallery-4 .hover-mask:hover .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 5;
}
.hover-mask:hover .mbri-file, .carousel-item .hover-mask:hover .mbri-search, #gallery-1 .hover-mask:hover .mbri-search, #gallery-2 .hover-mask:hover .mbri-search,
#gallery-3 .hover-mask:hover .mbri-search, #gallery-4 .hover-mask:hover .mbri-search{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: #384d47;
    border: 2px solid #f4fff3;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #f4fff3;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #f4fff3;
    border: 2px solid #384d47;
    color: #384d47;
}
#scrollToTopBtn:active {
    background-color: #f4fff3;
    border: 2px solid #384d47;
    color: #384d47;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 2rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
#footer h2{
    margin: 0 0 2.5rem 0;
    color:#fff;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    right: 3rem;
    top:0;
    height: 80%;
    width: 90%;
    position:absolute;
    border: 5px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
}
.contact-info{
    padding: 1rem 2rem 1rem 2rem;
    margin: 0 auto;
    width: 70%;
    border-radius: 12px;
    background: rgba(16,24,21,.30);
    box-shadow: 0 0 10px rgba(181,140,99,.65);
    color: #fff;
}
.sub-heading3 {
    border-top: 1px solid rgba(125,151,125,1);
    margin: .5rem 0;
}
.contacts-list {
    list-style: none;
    margin: 1rem 0;
    padding-left:.4rem;
    font-size: 1.1rem;
    color: #fff;
}
.contacts-list li {
    padding: 5px 0;
}
.mar2 {
    margin-left: 2.35rem;
}
#footer .contact-info h4 {
    margin-left: 0;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size:75%;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.skype{
    background: transparent url("../images/icons/skype.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .h2 .lines {
        width: 13%;
    }
    .contact-info {
        padding: 1rem 1.5rem;
        margin: 0 auto 1.5rem auto;
        width: 100%;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 90%;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
    .clock{
        padding: 0 1rem .5rem 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
        color: #393f4d;
    }
    .contact-info {
        padding: 1rem 1.5rem;
        width: 73%;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    .sm3 {
        font-size: smaller;
    }
    #footer .contact-info h4 {
        font-size: 1.3rem;
    }
    #footer .contact-info h4 .lines {
        width: 10%;
        margin: .65rem 0 0 .15rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mail{
        background: transparent url("../images/icons/message.png") no-repeat;
        padding: 0 1rem 1.25rem 1rem;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .57rem 1rem;
    }
    .clock{
        padding: 0 1rem .5rem 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
        color: #393f4d;
    }
    .contact-info{
        padding: 1rem;
        width: 88%;
    }
    .contacts-list{
        font-size: 95%;
    }
    .contacts-list li {
        padding: 4px 0;
        font-size: 95%;
    }
    #footer .contact-info h4 {
        font-size: 1.27rem;
    }
    #footer .contact-info h4 .lines {
        width: 12%;
        margin: .65rem 0 0 .3rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
    .clock{
        padding: 0 1rem .5rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
        color: #393f4d;
    }
    .contact-info{
        padding: 1rem;
        width: 100%;
    }
    .contacts-list{
        font-size: 95%;
    }
    .contacts-list li {
        padding: 4px 0;
        font-size: 95%;
    }
    #footer .contact-info h4 {
         font-size: 1.2rem;
    }
    #footer .contact-info h4 .lines {
        width: 10%;
        margin: .65rem 0 0 .15rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
    .clock{
        padding: 0 1rem .5rem 1rem;
    }
}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    /*margin-top: 2rem;*/
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(255,255,255, 1);
    padding: 1rem 0 0 0;
    color: #fff;
}