body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #FCFCFC;
    min-height: 100%!important;
    font-size: 15px;
    overflow-x: hidden
}

html {
    height: 100%!important
}

::-moz-selection {
    color: #FCFCFC;
    background: #464646
}

::-webkit-selection {
    color: #FCFCFC;
    background: #464646
}

::selection {
    color: #FCFCFC;
    background: #464646
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 40px
}

::-webkit-scrollbar-thumb {
    background: #464646;
    border-radius: 40px
}

::-webkit-scrollbar-thumb:hover {
    background: #464646;
    cursor: pointer
}

* {
    outline: none
}

.container {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto
}

.dropdown-menu {
    display: block;
    z-index: 9999999;
    padding: 0;
    margin-top: -2px;
    border-radius: 0;
    border: 1px solid #e9c673
}

.navbarStyle .menuUL li a {
    padding: 10px 20px
}

.dropdown-item.active,
.dropdown-item:active {
    color: #464646;
    text-decoration: none;
    background-color: #FFF
}

.left-box-img {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.bgImg::before {
    content: "";
    height: 100vh;
    width: 100%;
    z-index: 0;
    position: fixed;
    opacity: .7;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 40%)
}

.left-box-img .show_bg {
    opacity: .4;
    width: 28px!important;
    cursor: pointer;
    position: absolute;
    transition: all .2s ease
}

.left-box-img .show_bg:hover {
    opacity: 1;
    transition: all .2s ease
}

@media (min-width:992px) {
    .left-box-img .show_bg {
        position: absolute;
        left: -50px
    }
}

.blackBgLeft::before {
    background-color: rgba(0, 0, 0, 0)
}

.left-box-img .bgImg {
    background-color: #FCFCFC;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2
}

.left-box-img .bgImg .width {
    padding-left: 25px;
    padding-right: 25px
}

.left-box-img a {
    text-align: center;
    display: block;
    text-decoration: none
}

.left-box-img h1 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    text-align: center;
    margin-top: 120px;
    color: #FFF;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: .6px
}

.left-box-img .col {
    min-height: 100vh
}

.left-box-img img {
    width: 140px;
    margin-top: 30px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.left-box-img img:hover {
    opacity: .8
}

.copyright {
    position: absolute;
    bottom: 0;
    color: #6b6b6b;
    width: 100%;
    font-size: 12px;
    text-align: center
}

.copyright div {
    padding: 16px
}

.copyright span {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, .05);
    height: 30px;
    width: 30px;
    border-radius: 4px;
    cursor: pointer;
    background-image: url(../img/icn_up.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.copyright span:hover {
    background-color: #d0d0d0
}

.development {
    padding: 0px!important;
    padding-bottom: 5px!important;
    margin-top: -14px
}

.development .linkTerms {
    color: #6b6b6b;
    font-size: 9px!important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.development .linkTerms::before {
    font-size: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important
}

.development .linkTerms:hover {
    text-decoration: none;
    color: #464646
}

.development .linkTerms:after {
    border-radius: 0;
    border-top: 1px solid #EFCB79;
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 100%;
    transition: left .4s cubic-bezier(0, .5, 0, 1)
}

.development .linkTerms:hover:after {
    left: 0!important
}

.right-box-main {
    position: relative;
    top: 0;
    text-align: center;
    right: 0;
    margin-left: auto;
    bottom: 0;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    background: #FCFCFC
}

.right-box-main .mobileNav {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    color: rgb(70, 70, 70)
}

.navbarStyle {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FCFCFC;
    border-bottom: 1px solid rgba(222, 184, 135, .6)
}

.navbarStyle .language {
    height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.navbarStyle .language:hover {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.navbarStyle .menuText {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
    letter-spacing: .6px;
    text-transform: uppercase
}

.navbarStyle .menuUL {
    padding-left: 0;
    display: block;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.navbarStyle .menuUL li {
    text-align: center;
    display: inline-table;
    z-index: 9
}

.navbarStyle .menuUL li a {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    letter-spacing: .6px;
    text-transform: uppercase;
    display: inline-table;
    vertical-align: middle
}

.navbarStyle .menuUL li a:hover {
    color: #e9c673
}

.navbarStyle .menuUL li a span {
    background-image: url(../img/icn_tacka.png);
    background-size: 12px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 6px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.navbarStyle .icn_menu {
    background-image: url(../img/icn_menu.png);
    background-size: 12px;
    display: inline-flex;
    margin-left: 6px;
    height: 12px;
    width: 12px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.navbarStyle .menuUL li a:hover span {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mrgT-nav {
    margin-top: 50px
}

.containerBox {
    margin-top: 50px;
    margin-bottom: 250px
}

.containerBox p {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    color: #464646;
    line-height: 28px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.imgBox img {
    width: 100%
}

h1 {
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 100px;
    color: #464646
}

h2 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 50px;
    line-height: 30px
}

@media (max-width:576px) {
    h1 {
        margin-bottom: 10px;
        font-size: 60px
    }
    .containerBox p {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 26px
    }
}

.buttonMain {
    text-align: center;
    display: inline-block;
    background-color: #e9c673;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    max-width: 150px;
    width: 100%;
    cursor: pointer
}

.buttonMain:hover {
    background-color: #b38a56;
    text-decoration: none;
    color: #fff
}

.boxPsi {
    text-decoration: none!important
}

.dogsImg {
    border-radius: 100%;
    max-width: 200px;
    max-height: 200px;
    width: 100%
}

.dogInfo {
    padding-left: 0;
    display: block;
    list-style: none;
    margin-bottom: 0;
    margin-top: 20px
}

.dogInfo li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.dogInfo a {
    color: #e9c673;
    font-size: 15px
}

.dogInfoMore {
    margin-left: 35px;
    list-style: none;
    padding-left: 0
}

.dogInfoMore li::before {
    color: #e9c673;
    content: "\2022";
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 1px
}

.icn_birthdate {
    background-image: url(../img/icn_birthday.png);
    background-size: 26px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: sub;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.icn_color {
    background-image: url(../img/icn_color.png);
    background-size: 26px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: sub;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.icn_pedigre {
    background-image: url(../img/icn_pedigre.png);
    background-size: 26px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: sub;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.icn_dna {
    background-image: url(../img/icn_results.png);
    background-size: 26px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: sub;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.icn_achive {
    background-image: url(../img/icn_achiv.png);
    background-size: 26px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: sub;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.my-gallery {
    width: 100%
}

.my-gallery img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.my-gallery img:hover {
    transform: scale(.98)
}

.my-gallery figure {
    display: block
}

.my-gallery figcaption {
    display: none
}

.mrgT-100 {
    margin-top: 100px
}

.mrgT-80 {
    margin-top: 80px
}

.mrgT-50 {
    margin-top: 50px
}

.mrgT-20 {
    margin-top: 20px
}

.mrgB-10 {
    margin-bottom: 10px
}

.mrgB-20 {
    margin-bottom: 20px
}

.mrgB-30 {
    margin-bottom: 30px
}

.mrgB-50 {
    margin-bottom: 50px
}

.mrgB-100 {
    margin-bottom: 100px!important
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0
}

.card-columns .card {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width:992px) {
    .container {
        padding-right: 15px!important;
        padding-left: 15px!important
    }
    .left-box-img {
        position: relative!important;
        left: auto!important;
        top: auto!important;
        bottom: auto!important;
        width: auto!important
    }
    .left-box-img img {
        width: 100px!important;
        margin-top: 20px!important
    }
    .left-box-img h1 {
        margin-top: 40px!important;
        font-size: 28px!important
    }
    .left-box-img .bgImg {
        min-height: 300px!important;
        height: 100%!important;
        background-position: center -100px
    }
    .left-box-img .col {
        min-height: 300px!important
    }
    .right-box-main {
        position: relative!important;
        width: 100%!important
    }
    .navbarStyle .menuUL {
        margin-top: 10px
    }
    .navbarStyle .menuUL li {
        display: block!important
    }
    .mobileHeight {
        height: 20px!important
    }
}

.container404 {
    text-align: center;
    min-height: calc(100vh - 400px);
    margin: 0 auto
}

.page404 div {
    font-size: 62px;
    font-weight: 700;
    color: #e9c673;
    margin-bottom: 10px
}

.page404 p {
    font-size: 24px;
    font-weight: 500;
    color: #464646;
    text-align: center;
    margin-bottom: 60px
}

.bgMain {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-image: url(../img/galerija/DSC_6864f.jpg)
}

.landingPageLogo {
    width: 200px;
    margin-top: 40px
}

.onBottom {
    position: absolute;
    bottom: 120px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.dosezkiMore {
    margin-left: 0;
    list-style: none;
    padding-left: 0
}

.divDosezki {
    color: #e9c673;
    font-weight: 600;
    font-size: 22px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    display: inline-block;
    text-align: left
}

.dosezkiImg {
    width: 60px;
    border-radius: 90px;
    display: inline-block;
    margin-right: 15px
}

.h2Dosezki {
    position: absolute;
    height: 44px;
    font-size: 20px;
    line-height: 28px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    width: 200px;
    text-align: left
}

.blog figure {
    margin: 0;
    margin-left: auto
}

.blog figure img {
    object-fit: cover;
    width: 100%;
    height: 182px;
    margin: 0;
    object-position: 0% 80%
}

.blog h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    height: auto;
    line-height: 30px;
    max-height: 64px;
    overflow: auto
}

.blog p {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    max-height: 74px;
    overflow: auto;
    margin-bottom: 20px
}

.blog .imgBlog {
    width: 100%
}

.blog .height {
    height: 140px
}

@media (max-width:1200px) {
    .blog figure img {
        height: auto!important;
        margin-bottom: 10px
    }
    .blog .height {
        height: auto!important
    }
}

.max_width_page {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto
}

.blog .shortDesc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #464646;
    letter-spacing: .3px;
    text-align: left;
    margin-bottom: 20px
}

.blog .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #464646;
    letter-spacing: .3px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: none;
    overflow: auto
}

.blog .author {
    width: 110%;
    border-radius: 100px
}

.blog .nameAuthor {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px
}

.blog .timePosted {
    text-align: left;
    font-size: 14px;
    margin-top: -42px;
    font-weight: 300;
    margin-left: 110px
}

.lastNews {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Dancing Script', cursive;
    font-weight: 600;
    font-size: 28px;
    color: #464646;
    letter-spacing: .6px
}

.blogDesc {
    font-size: 15px;
    text-align: right;
    color: #464646;
    line-height: 28px;
    margin-bottom: 70px;
    max-height: 46px;
    height: 100%;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    max-width: 400px;
    margin-left: auto
}

.blogDiv {
    margin-bottom: 100px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.blogDiv img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%
}

.blogDiv img:hover {
    margin-left: 20px
}

.blogDiv .box {
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    max-width: 400px;
    text-align: left;
    position: relative;
    float: right;
    width: 100%;
    margin-top: -70px
}

.blogDiv h2 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    color: #464646;
    margin-top: 0;
    max-height: 58px;
    height: 100%;
    overflow: hidden
}

.blogDiv p {
    font-weight: 300;
    font-size: 14px;
    overflow: hidden;
    color: #464646;
    line-height: 24px;
    margin-bottom: 20px;
    max-height: 46px;
    height: 100%
}

.linkBlog {
    color: #EFCB79;
    text-decoration: none
}

.linkBlog:hover {
    text-decoration: none
}

.blogDiv .link {
    text-align: left;
    font-size: 15px;
    color: #EFCB79;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.blogDiv .link:hover {
    text-decoration: none
}

.blogDiv .link span {
    background-image: url(../img/img_right_gold.png);
    background-size: 32px 12px;
    display: inline-flex;
    margin-left: 10px;
    height: 12px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.blogDiv a:hover span {
    margin-left: 16px
}

@media (max-width:992px) {
    .blogDiv .box {
        margin-top: -47px
    }
}

.blogArticle h1 {
    font-size: 40px;
    text-align: right;
    line-height: 58px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 50px;
    font-weight: 900;
    color: #464646
}

.blogArticle p b{
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.blogArticle h3 {
    font-size: 50px;
    text-align: right !important;
    line-height: 58px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 900;
    color: #464646;
    display: block;
}

.blogArticle .number {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 80px;
    margin-top: -15px;
    color: #EFCB79;
    text-align: right
}

.blogArticle .shortDesc {
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 17px;
    color: #464646;
    text-align: right;
    line-height: 32px
}

.blogArticle .pad {
    margin-top: 60px;
    margin-bottom: 50px
}

.blogArticle .author img {
    width: 100%;
    border-radius: 50px
}

.blogArticle .author .timePosted {
    text-align: left;
    font-size: 14px;
    margin-top: -38px;
    font-weight: 300;
    margin-left: 110px;
    margin-bottom: 20px
}

.blogArticle .author .nameAuthor {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 15px;
    margin-top: 12px;
    text-align: left;
    color: #464646;
    line-height: 26px
}

.blogArticle .description {
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    color: #464646;
    line-height: 30px
}

.blogArticle .description img {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px
}

.blogArticle hr {
    margin-top: 60px;
    margin-bottom: 60px
}

.blogArticle .col-2 {
    max-width: 150px!important
}

@media (max-width:576px) {
    .blogArticle h1 {
        font-size: 32px!important;
        line-height: 48px!important;
        margin-bottom: 50px!important
    }
    .blogArticle .description {
        font-size: 15px!important;
        line-height: 26px!important
    }
    .blogArticle .shortDesc {
        font-size: 16px!important;
        line-height: 30px!important;
        position: relative;
        z-index: 1
    }
    .blogArticle .col-2 {
        max-width: 0px!important
    }
    .blogArticle .number {
        position: absolute;
        z-index: 0;
        right: 100px;
        color: rgba(239, 203, 121, .25)
    }
    .blogArticle .pad {
        margin-top: 40px!important;
        margin-bottom: 40px!important
    }
}

.nextBlogDiv {
    margin-bottom: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.nextBlogDiv img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%
}

.nextBlogDiv img:hover {
    margin-left: 20px
}

.nextBlogDiv .box {
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    max-width: 400px;
    text-align: left;
    position: relative;
    float: right;
    width: 100%;
    margin-top: -70px
}

.nextBlogDiv h2 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 40px;
    text-align: right;
    font-size: 24px;
    color: #464646;
    margin-top: 0;
    max-height: 66px;
    height: 100%;
    line-height: 35px;
    overflow: hidden
}

.nextBlogDiv p {
    font-weight: 300;
    font-size: 14px;
    overflow: hidden;
    color: #464646;
    line-height: 24px;
    margin-bottom: 20px;
    max-height: 46px;
    height: 100%
}

.nextBlogDiv .link {
    text-align: left;
    font-size: 15px;
    color: #EFCB79;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.nextBlogDiv .link:hover {
    text-decoration: none
}

.nextBlogDiv .link span {
    background-image: url(../img/img_right_gold.png);
    background-size: 32px 12px;
    display: inline-flex;
    margin-left: 10px;
    height: 12px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.nextBlogDiv a:hover span {
    margin-left: 16px;
    margin-right: -10px
}

@media (max-width:576px) {
    .nextBlogDiv h2 {
        margin-top: 20px
    }
    .nextBlogDiv img {
        width: 80%;
        float: right
    }
}

.previousBlogDiv {
    margin-bottom: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.previousBlogDiv img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%
}

.previousBlogDiv img:hover {
    margin-left: -20px
}

.previousBlogDiv .box {
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    max-width: 400px;
    text-align: left;
    position: relative;
    float: right;
    width: 100%;
    margin-top: -70px
}

.previousBlogDiv h2 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 14px;
    text-align: left;
    font-size: 18px;
    color: #464646;
    margin-top: 0;
    max-height: 59px;
    height: 100%;
    line-height: 30px;
    overflow: hidden
}

.previousBlogDiv p {
    font-weight: 300;
    font-size: 14px;
    overflow: hidden;
    color: #464646;
    line-height: 24px;
    margin-bottom: 20px;
    max-height: 46px;
    height: 100%
}

.previousBlogDiv .link {
    text-align: left;
    font-size: 14px;
    color: #EFCB79;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.previousBlogDiv .link:hover {
    text-decoration: none
}

.previousBlogDiv .link span {
    background-image: url(../img/img_right_gold.png);
    background-size: 32px 12px;
    display: inline-flex;
    margin-right: 10px;
    height: 12px;
    width: 32px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.previousBlogDiv a:hover span {
    margin-left: -8px;
    margin-right: 14px
}

@media (max-width:576px) {
    .previousBlogDiv h2 {
        margin-top: 20px
    }
    .previousBlogDiv img {
        width: 80%;
        float: left
    }
}

.left-box-img:hover .nextPage a {
    opacity: 1
}

.left-box-img:hover .previousPage a {
    opacity: 1
}

.nextPage {
    bottom: 0;
    display: contents
}

.nextPage a {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 30px;
    color: #FFF;
    text-align: right;
    cursor: pointer;
    bottom: 40px;
    right: 20px;
    position: absolute;
    opacity: .6;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.nextPage a:hover {
    text-decoration: none
}

.nextPage a span {
    background-image: url(../img/img_right_white.png);
    background-size: 70px 24px;
    display: inline-flex;
    margin-left: 20px;
    height: 24px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.nextPage a:hover span {
    margin-right: -10px;
    margin-left: 30px
}

.nextAnimation {
    margin-right: -10px!important;
    margin-left: 30px!important
}

.previousPage {
    bottom: 0;
    display: contents
}

.previousPage a {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 15px;
    color: #FFF;
    text-align: left;
    cursor: pointer;
    bottom: 50px;
    left: 20px;
    position: absolute;
    opacity: .6;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.previousPage a:hover {
    text-decoration: none
}

.previousPage a span {
    background-image: url(../img/img_right_white.png);
    background-size: 36px 12px;
    display: inline-flex;
    margin-right: 10px;
    height: 12px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transform: rotate(180deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.previousPage a:hover span {
    margin-right: 20px;
    margin-left: -10px
}

.navigation {
    padding: 20px 40px;
    background-color: #fcfcfc
}

.navigation .logoNavigation img {
    width: 100px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.hamburgIcon {
    top: 23px;
    position: relative;
    cursor: pointer;
    float: right;
    padding: 10px 30px 14px 0
}

.hamburgIcon span,
.hamburgIcon span:before,
.hamburgIcon span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 40px;
    background: #464646;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.hamburgIcon:hover>span:before {
    top: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburgIcon:hover>span:after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0
}

.hamburgIcon span:before {
    top: -15px
}

.hamburgIcon span:after {
    bottom: -15px
}

.mainManu {
    display: none;
    height: 100vh;
    position: fixed;
    background-color: rgba(255, 255, 255, .95);
    z-index: 10000;
    width: 50%;
    padding: 50px 100px;
    overflow: auto
}

.mainManu .title {
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-weight: 900;
    font-size: 80px;
    color: #464646;
    margin-bottom: 50px
}

.mainManu .links {
    text-align: right
}

.mainManu .links .link {
    display: inline-block;
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-weight: 900;
    font-size: 30px;
    color: #464646;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none
}

.mainManu .links .link:hover {
    text-decoration: none
}

.mainManu .links .link:after {
    border-radius: 0;
    border-top: 4px solid #EFCB79;
    content: "";
    position: absolute;
    right: 0;
    bottom: .14em;
    left: 100%;
    transition: left .4s cubic-bezier(0, .5, 0, 1)
}

.mainManu .links .link:hover:after {
    left: calc(0px + 50px);
}

.mainManu .links .link span {
    background-image: url(../img/icn_tacka.png);
    background-size: 23px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 20px;
    height: 24px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.mainManu .links .link:hover span {
    transform: rotate(-20deg)
}

.mainManu .links .linkSmall {
    display: inline-block;
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-weight: 900;
    font-size: 18px;
    color: #464646;
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none
}

.mainManu .links .linkSmall:hover {
    text-decoration: none
}

.mainManu .links .linkSmall:after {
    border-radius: 0;
    border-top: 2px solid #EFCB79;
    content: "";
    position: absolute;
    right: 0;
    bottom: .14em;
    left: 100%;
    transition: left .4s cubic-bezier(0, .5, 0, 1)
}

.mainManu .links .linkSmall:hover:after {
    left: 0
}

.mainManu .links .language {
    text-align: right
}

.mainManu .links .language img {
    width: 40px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.mainManu .links .language img:hover {
    transform: rotate(-20deg)
}

.mainManu .links .language a {
    display: inline-block;
    width: 40px;
    margin-left: 30px
}

.mainManu .close {
    float: left;
    margin-top: 26px
}

.mainManu .close-button {
    height: 50px;
    width: 50px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block
}

.mainManu .close-button:before,
.close-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 10px;
    width: 50px;
    background-color: #464646;
    transition: all 0.25s ease-out
}

.mainManu .close-button:after {
    transform: rotate(-135deg)
}

.mainManu .close-button:hover:before,
.close-button:hover:after {
    transform: rotate(0deg)
}

@media (max-width:992px) {
    .mainManu {
        margin-top: -300px!important;
        width: 100%!important
    }
}

@media (max-width:576px) {
    .mainManu {
        padding: 20px 40px!important
    }
    .mainManu .title {
        font-size: 50px!important;
        margin-bottom: 40px!important
    }
    .mainManu .links .link {
        font-size: 26px!important;
        margin-bottom: 18px!important
    }
    .mainManu .links .link span {
        background-size: 20px!important;
        margin-top: 5px;
        margin-right: 8px;
        height: 20px;
        width: 30px
    }
    .mainManu .links .linkSmall {
        font-size: 17px!important;
        margin-bottom: 18px!important
    }
    .mainManu .links .language img {
        width: 32px!important
    }
    .mainManu .links .language a {
        margin-left: 22px!important
    }
    .mainManu .close {
        margin-top: 5px!important;
        transform: scale(.6);
        margin-left: -15px
    }
    .navigation {
        padding: 10px 10px!important;
        max-width: 98%!important
    }
    .hamburgIcon {
        margin-right: 25px
    }
    .mainManu .links {
        margin-bottom: 150px
    }
}

.mrgT_title {
    margin-top: 60px!important
}

.max-width-auto {
    max-width: 100%!important
}

@media (max-width:992px) {
    .pc_links {
        display: none
    }
    .mrgT_title {
        margin-top: 40px!important
    }
    .development {
        margin-bottom: 70px!important
    }
}

.mobilenavigation {
    display: none;
    padding: 14px 16px 12px 16px;
    background-color: #fff;
    border-top: 1px solid #efefef;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 15px;
    height: 60px;
    font-size: 15px;
    z-index: 1500;
    width: 100%;
    position: fixed;
    bottom: 0
}

.mobilenavigation .nextPage a {
    white-space: nowrap;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 22px;
    color: #464646;
    text-align: right;
    cursor: pointer;
    bottom: auto;
    right: 0;
    left: auto;
    top: 1px;
    position: relative;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.mobilenavigation .nextPage a span {
    background-image: url(../img/img_right_white.png);
    background-size: 50px 16px;
    display: inline-flex;
    -webkit-filter: invert(75%);
    filter: invert(75%);
    margin-left: 14px;
    height: 16px;
    vertical-align: initial;
    width: 52px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.mobilenavigation .previousPage a {
    white-space: nowrap;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 14px;
    color: #464646;
    text-align: left;
    cursor: pointer;
    bottom: auto;
    left: 0;
    top: 4px;
    position: relative;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.mobilenavigation .previousPage a span {
    background-image: url(../img/img_right_white.png);
    background-size: 32px 10px;
    display: inline-flex;
    height: 10px;
    vertical-align: initial;
    -webkit-filter: invert(75%);
    filter: invert(75%);
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.isIE {
    position: fixed;
    width: 50%;
    z-index: 9999;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    padding: 20px;
    text-align: center;
    background-color: #ff6464;
    font-size: 20px;
    color: #fff;
    display: none
}

.notice {
    position: relative;
    z-index: 9999;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    padding: 20px;
    text-align: center;
    background-color: #EFCB79;
    font-size: 20px;
    color: #fff;
}

.social {
    margin-bottom: -20px
}

.social a {
    display: inline-block;
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-weight: 900;
    font-size: 18px;
    color: #464646;
    display: inline-block;
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none
}

.social a:hover {
    text-decoration: none
}

.social a:after {
    border-radius: 0;
    border-top: 2px solid #EFCB79;
    content: "";
    position: absolute;
    right: 0;
    bottom: .14em;
    left: 100%;
    transition: left .4s cubic-bezier(0, .5, 0, 1)
}

.social a:hover:after {
    left: 0
}

.social hr {
    color: #464646;
    display: inline-block;
    width: 50px;
    margin-bottom: 6px;
    border-top: 2px solid #464646;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px
}

.linkTerms {
    color: #6b6b6b;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.linkTerms::before {
    content: "\2022";
    color: #5E5E5E;
    font-size: 10px;
    margin-left: 10px;
    vertical-align: unset;
    margin-right: 10px
}

.linkTerms:hover {
    text-decoration: none;
    color: #464646
}

.linkTerms:after {
    border-radius: 0;
    border-top: 1px solid #EFCB79;
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 100%;
    transition: left .4s cubic-bezier(0, .5, 0, 1)
}

.linkTerms:hover:after {
    left: calc(0px + 25px)
}

@media (max-width:576px) {
    .social a {
        font-size: 16px!important
    }
    .social hr {
        width: 40px!important;
        margin-left: 10px!important;
        margin-right: 10px!important
    }
}

.pogojih1 {
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 40px;
    color: #464646
}

.pogojih2 {
    text-align: center;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 24px;
    color: #464646;
    height: auto;
    margin-top: 80px;
    line-height: initial
}

.pogojiUl {
    padding-left: 40px
}

.pogoji li {
    margin-top: 0;
    margin-bottom: 5px;
    list-style: none;
    text-align: justify;
    font-size: 15px;
    color: #464646;
    line-height: 28px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.pogoji li:before {
    content: "\2022";
    color: #5E5E5E;
    font-size: 14px;
    margin-left: -25px;
    vertical-align: bottom;
    margin-right: 10px
}

.pogoji li b {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.pogoji .datum {
    text-align: right
}

@media (max-width:576px) {
    .pogojih2 {
        font-size: 22px!important;
        margin-top: 60px!important
    }
    .pogojih1 {
        font-size: 36px!important
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.formCheck {
    margin: 0 auto;
    margin-bottom: 160px
}

.formCheck button {
    text-align: center;
    background-color: #e9c673;
    margin-left: auto;
    float: right;
    margin-right: auto;
    padding: 12px 32px 10px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    cursor: pointer;
    max-width: 200px;
    width: 100%
}

.formCheck button:hover {
    background-color: #bda468
}

.formCheck button span {
    background-image: url(../img/img_right_white.png);
    background-size: 36px 12px;
    display: inline-flex;
    margin-left: 20px;
    height: 12px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.formCheck button:hover span {
    margin-left: 40px
}

.inputBox {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #adadad;
    margin-bottom: 50px
}

.inputText {
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    color: rgba(0, 0, 0, .9);
    line-height: 1.2;
    display: block;
    border: 0;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px
}

.spanName {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.spanName::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #EFCB79
}

.spanName::after {
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    color: #464646;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    top: 16px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.inputText:focus + .spanName::after {
    top: -15px
}

.inputText:focus + .spanName::before {
    width: 100%
}

.validated.inputText + .spanName::after {
    top: -15px
}

.validated.inputText + .spanName::before {
    width: 100%
}

.validInput {
    position: relative
}

.likeTextbox {
    padding-top: 8px;
    height: auto;
    margin-bottom: -16px;
    min-height: 60px;
    line-height: 28px
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: transparent;
    border: 1px solid #ff6464;
    border-radius: 62px;
    padding: 5px 32px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s
}

.alert-validate::after {
    content: "!";
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    border: 1px solid #ff6464;
    height: 22px;
    background-color: #ff6464;
    line-height: normal;
    width: 22px;
    border-radius: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

#msg {
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    position: absolute;
    margin-top: -32px;
    color: #ff6464
}

.emailSend {
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 20px;
    font-size: 40px;
    color: #464646;
    margin-top: 40px
}

.snedOK {
    margin-top: 100px;
    display: none;
    text-align: right;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.snedOK img {
    max-width: 200px
}

button:focus {
    outline: 0
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
    .isIE {
        position: relative!important;
        width: 100%!important
    }
}

@media (max-width:576px) {
    .snedOK img {
        max-width: 140px!important
    }
    .emailSend {
        margin-top: 50px;
        font-size: 28px!important;
        margin-top: 30px!important
    }
    .snedOK {
        max-width: 245px!important
    }
}

.psarnaKontakt div {
    font-size: 14px;
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    margin-bottom: 2px;
    color: #464646
}

.psarnaKontakt a {
    color: #464646
}

.psarnaKontakt div:last-child {
    margin-bottom: 20px
}

.dogsDiv {
    margin-bottom: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.dogsDiv .imgRoxi {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%
}

.dogsDiv .imgRoxi:hover {
    margin-left: 20px
}

.dogsDiv .imgJade {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%
}

.dogsDiv .imgJade:hover {
    margin-left: -40px
}

.dogsDiv .box {
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    max-width: 400px;
    text-align: left;
    right: 30px;
    position: relative;
    float: right;
    margin-top: -53px
}

.dogsDiv h2 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    color: #464646;
    margin-top: 0;
    max-height: 58px;
    height: 100%;
    overflow: hidden
}

.dogsDiv .link {
    text-align: left;
    font-size: 15px;
    color: #EFCB79;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.dogsDiv .link:hover {
    text-decoration: none
}

.dogsDiv .link span {
    background-image: url(../img/img_right_gold.png);
    background-size: 32px 12px;
    display: inline-flex;
    margin-left: 10px;
    height: 12px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.dogsDiv a:hover span {
    margin-left: 16px
}

.dogsDiv .mrgJade {
    right: 80px
}

.dogsDiv .mrgL-auto {
    margin-left: auto
}

@media (max-width:992px) {
    .dogsDiv .box {
        margin-top: -47px
    }
}

@media (max-width:576px) {
    .dogsDiv .imgRoxi:hover {
        margin-left: 0px!important
    }
    .dogsDiv .imgJade:hover {
        margin-left: 0px!important
    }
    .dogsDiv .mrgJade {
        right: 0px!important
    }
}

.indexH1 {
    text-align: right;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 86px;
    line-height: 110px;
    color: #464646;
    max-width: 700px;
    margin-left: auto
}

.indexH1 span {
    font-size: 44px;
    display: block;
    color: #464646;
    margin-top: 20px;
    line-height: 58px
}

.indexBlog {
    margin-top: 160px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.indexBlog img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%
}

.indexBlog img:hover {
    margin-left: -20px
}

.indexBlog .box {
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    max-width: 400px;
    text-align: left;
    position: relative;
    float: right;
    width: 100%;
    margin-top: -100px
}

.indexBlog h2 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    color: #464646;
    margin-top: 0;
    max-height: 58px;
    height: 100%;
    overflow: hidden
}

.indexBlog p {
    font-weight: 300;
    font-size: 14px;
    overflow: hidden;
    color: #464646;
    line-height: 24px;
    margin-bottom: 20px;
    max-height: 46px;
    height: 100%
}

.indexBlog {
    color: #EFCB79;
    text-decoration: none
}

.indexBlog:hover {
    text-decoration: none
}

.indexBlog .link {
    text-align: left;
    font-size: 15px;
    color: #EFCB79;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.indexBlog .link:hover {
    text-decoration: none
}

.indexBlog .link span {
    background-image: url(../img/img_right_gold.png);
    background-size: 32px 12px;
    display: inline-flex;
    margin-left: 10px;
    height: 12px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.indexBlog a:hover span {
    margin-left: 16px
}

.indexBlogWidth {
    max-width: 500px
}

@media (max-width:992px) {
    .indexBlog .box {
        margin-top: -47px
    }
}

@media (max-width:576px) {
    .indexH1 {
        font-size: 60px!important;
        line-height: 78px!important
    }
    .indexH1 span {
        font-size: 28px!important;
        margin-top: 16px!important;
        line-height: 36px!important
    }
    .indexBlog {
        margin-top: 100px!important
    }
    .indexBlog img {
        max-width: 270px;
        float: right
    }
}

.dogMore .cover {
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.dogMore .cover:hover {
    transform: scale(1.05)
}

.dogMore .box {
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    max-width: 600px;
    text-align: left;
    position: relative;
    float: right;
    width: 100%;
    margin-top: -60px
}

.dogMore h1 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 60px;
    color: #464646;
    text-align: left;
    margin-bottom: 10px
}

.dogMore .desc {
    font-size: 15px;
    text-align: left;
    color: #464646;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.dogMore h2 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 32px;
    color: #464646;
    text-align: left;
    display: contents;
    margin-bottom: 0;
    margin-bottom: 5px;
    line-height: normal;
    margin-top: 0px!important
}

.dogMore .line {
    height: 2px;
    margin-bottom: 50px;
    margin-top: 5px;
    width: 120px;
    background-color: #EFCB79
}

.dogMore .info {
    margin-top: 120px
}

.infoJade {
    margin-top: 200px!important
}

.dogMore h3 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 17px;
    color: #464646;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block
}

.dogMore .text {
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 17px;
    color: #464646;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0px!important;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 16px
}

.dogMore .info .color {
    display: inline-block;
    vertical-align: sub;
    margin-bottom: -12px;
    margin-left: 16px
}

.dogMore .info .color span {
    height: 20px;
    width: 20px;
    display: inline-block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
    margin-right: 10px
}

.dogMore .info .color .black {
    background-color: #000
}

.dogMore .info .color .white {
    background-color: #fff
}

.dogMore .info .color .brown {
    background-color: #997e6b
}

.dogMore .info .color .brownchok {
    background-color: #c79c7d
}

.dogMore .info ul {
    padding-left: 10px
}

.dogMore .info li:first-child {
    margin-top: 10px
}

.dogMore .info li {
    margin-top: 0;
    margin-bottom: 5px;
    list-style: none;
    text-align: justify;
    font-size: 15px;
    color: #464646;
    line-height: 28px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.dogMore .info li:before {
    content: "";
    background-image: url(../img/icn_tacka.png);
    background-size: 15px;
    display: inline-flex;
    margin-right: 12px;
    height: 15px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.dogMore .info li b {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.dogMore .info .my-gallery {
    display: -webkit-inline-box
}

.dogMore .info ul .my-gallery figure {
    display: block;
    width: 48px
}

.dogMore .info .iconSee {
    height: 20px;
    width: 18px;
    position: absolute;
    cursor: pointer
}

.dogMore .timelineMain {
    height: 100%;
    display: block;
    overflow: auto;
    position: relative
}

.dogMore .timelineMain::before {
    content: "";
    height: calc(100% - 160px);
    border-radius: 40px;
    width: 1px;
    margin-left: 10px;
    position: absolute;
    z-index: 0;
    background-color: #E9E9E9
}

.dogMore .timeline {
    z-index: 1;
    position: relative
}

.dogMore .timeline::before {
    content: "";
    height: 20px;
    border-radius: 40px;
    display: -webkit-inline-box;
    width: 20px;
    border: 2px solid #fcfcfc;
    background-color: #EFCB79;
    vertical-align: sub
}

.dogMore .timeline h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px;
    margin-left: 45px;
    display: block;
    margin-top: -26px;
    position: relative
}

.dogMore .timeline h3::after {
    content: "";
    height: 1px;
    display: table-cell;
    width: 60px;
    background-color: #EFCB79
}

.dogMore .timeline div {
    margin-top: 0;
    margin-left: 45px;
    margin-bottom: 0;
    font-size: 14px;
    color: #464646;
    line-height: 24px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.dogMore .timeline div:last-child {
    margin-bottom: 40px
}

.dogMore .timeline b {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    line-height: 22px;
    max-width: 400px;
    display: inline-block
}

@media (max-width:576px) {
    .dogMore h1 {
        font-size: 40px!important
    }
    .infoJade {
        margin-top: 150px!important
    }
    .dogMore .info:nth-child(3) {
        margin-top: 180px!important
    }
    .dogMore .info .color {
        display: none!important
    }
}

.dosezkiAll img {
    width: 100%;
    max-width: 80%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.dosezkiAll a:hover img {
    margin-left: 20px
}

.dosezkiAll .boxName {
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    max-width: 400px;
    text-align: left;
    position: relative;
    height: auto;
    float: right;
    margin-left: 30px;
    margin-top: -46px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 22px;
    color: #464646;
    margin-bottom: 20px
}

.dosezkiAll ul {
    padding-left: 0;
    list-style: none
}

.dosezkiAll li {
    margin-bottom: 6px;
    font-size: 17px
}

.dosezkiAll li span {
    color: #e9c673;
    font-weight: 600;
    font-size: 22px;
    width: 28px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    display: inline-block;
    text-align: right
}

.dosezkiAll .gold {
    color: #e9c673;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    max-width: 300px
}

.dosezkiAll .my-gallery {
    width: 100%;
    display: initial
}

.dosezkiAll .my-gallery figure {
    display: block;
    width: 48px
}

.dosezkiAll .my-gallery .iconSee {
    height: 20px;
    width: 18px;
    position: absolute;
    cursor: pointer;
    margin-top: 3px;
    margin-left: -5px
}

.titleEnAchievements {
    font-size: 80px
}

@media (max-width:576px) {
    .dosezkiAll img {
        max-width: 280px
    }
    .dosezkiAll .boxName {
        margin-right: 20px
    }
    .titleEnAchievements {
        font-size: 45px!important
    }
}

.firstUsePage {
    display: none;
    position: relative;
    z-index: 99999999
}

.firstUsePage .nextEnPageFirstBg {
    background-color: #000;
    opacity: .8;
    height: 100%;
    width: 100%;
    background-size: 200% 100%;
    background-position: bottom center;
    z-index: 2000;
    position: fixed;
    bottom: 0
}

.firstUsePage .icnEnNextPage {
    background: url(../img/icn_en_nextPage.svg);
    text-align: right;
    height: 500px;
    width: 100%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 480px;
    background-position: center;
    z-index: 9999;
    position: fixed;
    bottom: 0
}

.firstUsePage .icnSiNextPage {
    background: url(../img/icn_si_nextPage.svg);
    text-align: right;
    height: 500px;
    width: 100%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 480px;
    background-position: center;
    z-index: 9999;
    position: fixed;
    bottom: 0
}

.firstUsePage .link {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 30px;
    color: #FFF;
    text-align: right;
    z-index: 2000;
    cursor: pointer;
    bottom: 40px;
    right: 50px;
    position: absolute;
    opacity: 1
}

.firstUsePage .link a {
    color: #FFF;
    text-decoration: none;
    pointer-events: none;
    cursor: default!important
}

.firstUsePage .link a:hover {
    text-decoration: none
}

.firstUsePage .link span {
    background-image: url(../img/img_right_white.png);
    background-size: 70px 24px;
    display: inline-flex;
    margin-left: 20px;
    height: 24px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.firstUsePage .row {
    height: 100%;
    position: fixed;
    z-index: 2000;
    width: 100%
}

.legla_text_p p b {
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.legla_text_p h2{
    font-size: 50px;
    text-align: right;
    line-height: 58px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 50px;
    font-weight: 900;
    color: #464646;
}


.legla_text_pretekla h2{
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    text-align: left;
    margin-bottom: 10px;
    line-height: inherit;
    font-size: 24px;
    color: #464646;
    margin-top: 0;
    max-height: 58px;
    height: 100%;
    overflow: hidden;
}


.legla_text_p h3{
    font-size: 38px;
    text-align: right !important;
    line-height: 58px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 900;
    color: #464646;
    display: block;
}

.ulClass{
    padding-left: 30px;
}

.ulClass li{
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    text-align: justify;
    font-size: 15px;
    color: #464646;
    line-height: 28px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.ulClass li:before {
    content: "";
    background-image: url(../img/icn_tacka.png);
    background-size: 15px;
    display: inline-flex;
    margin-left: -32px;
    margin-right: 15px;
    height: 15px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.link_normal {
    color: #EFCB79;
    font-size: 15px;
    position: relative;
        font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.link_normal::before {
    font-size: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important
}

.link_normal:hover {
    text-decoration: none;
    color: #EFCB79
}

.link_normal:after {
    border-radius: 0;
    border-top: 1px solid #EFCB79;
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 100%;
    transition: left .4s cubic-bezier(0, .5, 0, 1)
}

.link_normal:hover:after {
    left: 0!important
}