@import url("fonts.css");
@import url("animate.css");
@import url("slicknav.css");
@import url("jquery.fancybox.css");
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "Atma", cursive;
    color: #000;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
.waypoint {
    visibility: hidden;
}
.example {
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}
.wrapper {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}
a img {
    border: none;
}
a {
    outline: none;
    text-decoration: none;
    color: inherit;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.slicknav_menu {
    display: none;
}
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}
img.res {
    width: 100%;
}
#header {
    background: url(../images/slider.png) no-repeat center top;
    min-height: 708px;
    width: 100%;
    position: relative;
}
#logo {
    padding-top: 15px;
    max-width: 745px;
}
#nav {
    text-align: center;
    padding-top: 295px;
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav ul li {
    margin: 0;
    text-decoration: none;
    display: inline-block;
}
#nav ul li a {
    background: url(../images/button_li.png);
    width: 211px;
    height: 83px;
    display: block;
    font-family: "JandaManateeSolid";
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}
#nav ul li.menuactive a {
    color: #77cdf4;
}
#content {
    background: url(../images/content.png) center top;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
}
#content .wrapper {
    overflow: hidden;
}
.main_text {
    padding-top: 40px;
}
#messages {
    background: url(../images/wave2.png) top center no-repeat #fff;
    position: relative;
}
h1 {
    font-family: "JandaManateeSolid";
    font-size: 40px;
    padding: 40px 0;
    color: #fff;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}
h2 {
    color: #831c09;
    font-family: "JandaManateeSolid";
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
    font-size: 30px;
}
.new {
    width: 33%;
    padding: 2px;
    float: left;
    font-size: 24px;
    text-align: center;
    z-index: 99;
    position: relative;
    padding-bottom: 40px;
}
.photo {
    position: relative;
}
.galleryimage {
    position: relative;
}
.galleryimage a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.photo img {
    display: block;
    width: 100%;
    height: auto;
}
.wave {
    background: url(../images/wave.png) bottom center no-repeat #fff;
    padding: 62px;
}
.more {
    max-width: 215px;
    margin: 0 auto;
}
.more a {
    background: #831c09;
    padding: 20px 40px;
    border-radius: 28px;
    color: #fff;
    display: block;
    -webkit-transition: background-color ease-out 1s;
    -moz-transition: background-color ease-out 1s;
    -o-transition: background-color ease-out 1s;
    transition: background-color ease-out 1s;
}
.more:hover a {
    background: #000;
}
form {
    padding-bottom: 209px;
}
form input {
    outline: none;
    background: #fff;
    padding: 10px;
    width: 49%;
    float: left;
    font-size: 24px;
    font-family: "Atma";
    border-radius: 15px;
    border: 0;
    box-shadow: 6px 6px #0c5773;
}
.col2 input:nth-child(2) {
    float: right;
}
textarea {
    resize: none;
    outline: none;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 0;
    font-size: 24px;
    font-family: "Atma";
    box-shadow: 6px 6px #0c5773;
    margin: 15px 0;
}
#contactform button {
    padding: 10px 40px;
    border-radius: 15px;
    border: 0;
    font-size: 32px;
    font-family: "Atma";
    box-shadow: 6px 6px #0c5773;
    float: right;
    cursor: pointer;
    -webkit-transition: background-color ease-out 1s;
    -moz-transition: background-color ease-out 1s;
    -o-transition: background-color ease-out 1s;
    transition: background-color ease-out 1s;
}
#contactform button:hover {
    background: #0c5773;
    color: #fff;
}
.col2 {
    padding: 15px 0;
}
.error {
    border: 1px solid red !important;
}
.contact span {
    color: #000;
    text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);
    font-weight: 600;
    line-height: 26px;
}
.contact {
    text-align: center;
    font-size: 26px;
}
#footer {
    background: url(../images/grass.png) bottom center #cbe0e8 no-repeat;
    position: relative;
}
#footer h1 {
    padding: 30px;
}
#footer .wrapper .left strong {
    font-weight: 600;
}
#footer .wrapper .right a {
    font-weight: 600;
}

.persons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-person {
    width: 49%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

#dragon {
    background: url(../images/dragon.png) no-repeat;
    width: 449px;
    height: 414px;
    position: absolute;
    left: -97px;
    bottom: 20px;
    z-index: 9;
    transform: scale(1);
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
#dragon:hover {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#house {
    background: url(../images/house.png) no-repeat;
    position: absolute;
    width: 828px;
    height: 486px;
    right: 5px;
    bottom: 2px;
    z-index: 9;
}
#footer .wrapper,
#messages .wrapper,
#content .wrapper {
    z-index: 99;
}
#donkey {
    background: url(../images/donkey.png) no-repeat;
    background-size: 361px 417px;
    width: 361px;
    height: 417px;
    left: -124px;
    right: 11px;
    top: -381px;
    opacity: 0.7;
    position: absolute;
}
.mask {
    position: absolute;
    background: url(../images/mask.png) no-repeat;
    background-size: cover !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.galleryimage .mask {
    background: url(../images/mask2.png) no-repeat;
}
.title_sub {
    position: absolute;
    bottom: 30px;
    left: 16%;
}
.sub #content h1 {
    padding: 0;
    padding-bottom: 20px;
}
.new_title {
    padding: 40px 0 !important;
}
.no_dec li {
    text-decoration: none;
    list-style: none;
    padding: 15px 0;
}
.menu-open-button {
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin-left: -50px;
    position: absolute;
    color: #000;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    padding-top: 30px;
    font-size: 22px;
}
.menu-open-button.a {
    background: repeating-linear-gradient(
            45deg,
            #94bcde,
            #07759e 15px,
            #94bcde 30px
    );
}
.menu-open-button.b {
    background: repeating-linear-gradient(
            45deg,
            #aec31f,
            #bed32f 15px,
            #aec31f 30px
    );
}
.menu-open-button.c {
    background: repeating-linear-gradient(
            45deg,
            #f69741,
            #ffac60 15px,
            #f69741 30px
    );
}
.menu-open-button.d {
    background: repeating-linear-gradient(
            45deg,
            #efde00,
            #e6d600 15px,
            #efde00 30px
    );
}
.menu-open-button.e {
    background: repeating-linear-gradient(
            45deg,
            #75d4ff,
            #5cc5f5 15px,
            #75d4ff 30px
    );
}
.menu-open-button.f {
    background: repeating-linear-gradient(
            45deg,
            #e8a5c6,
            #e09dbe 15px,
            #e8a5c6 30px
    );
}
.mask_cyrcle_l {
    position: absolute;
    top: -53px;
    left: 32px;
    width: 100px;
    height: 100px;
}
.mask_cyrcle_l.a {
    background: url(../images/ear_l_1.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_l.b {
    background: url(../images/ear_l_2.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_l.c {
    background: url(../images/ear_l_3.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_l.d {
    background: url(../images/ear_l_4.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_l.e {
    background: url(../images/ear_l_5.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_l.f {
    background: url(../images/ear_l_6.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_r {
    position: absolute;
    top: -59px;
    right: 7px;
    width: 100px;
    height: 100px;
}
.mask_cyrcle_r.a {
    background: url(../images/ear_r_1.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_r.b {
    background: url(../images/ear_r_2.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_r.c {
    background: url(../images/ear_r_3.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_r.d {
    background: url(../images/ear_r_4.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_r.e {
    background: url(../images/ear_r_5.png) no-repeat;
    background-size: 100px 100px;
}
.mask_cyrcle_r.f {
    background: url(../images/ear_r_6.png) no-repeat;
    background-size: 100px 100px;
}
.menu-open,
.menu-open-2,
.menu-open-3,
.menu-open-4,
.menu-open-5,
.menu-open-6 {
    display: none;
}
.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}
.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}
.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .line-1,
.menu-open-2:checked + .menu-open-button .line-1,
.menu-open-3:checked + .menu-open-button .line-1,
.menu-open-4:checked + .menu-open-button .line-1,
.menu-open-5:checked + .menu-open-button .line-1,
.menu-open-6:checked + .menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .line-2,
.menu-open-2:checked + .menu-open-button .line-2,
.menu-open-3:checked + .menu-open-button .line-2,
.menu-open-4:checked + .menu-open-button .line-2,
.menu-open-5:checked + .menu-open-button .line-2,
.menu-open-6:checked + .menu-open-button .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .line-3,
.menu-open-2:checked + .menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}
.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.menu-open:checked + .menu-open-button,
.menu-open-2:checked + .menu-open-button,
.menu-open-3:checked + .menu-open-button,
.menu-open-4:checked + .menu-open-button,
.menu-open-5:checked + .menu-open-button,
.menu-open-6:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open:checked ~ .menu-item,
.menu-open-2:checked ~ .menu-item,
.menu-open-3:checked ~ .menu-item,
.menu-open-4:checked ~ .menu-item,
.menu-open-5:checked ~ .menu-item,
.menu-open-6:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3),
.menu-open-2:checked ~ .menu-item:nth-child(3),
.menu-open-3:checked ~ .menu-item:nth-child(3),
.menu-open-4:checked ~ .menu-item:nth-child(3),
.menu-open-5:checked ~ .menu-item:nth-child(3),
.menu-open-6:checked ~ .menu-item:nth-child(3) {
    transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
    transform: translate3d(0.08361px, -127px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4),
.menu-open-2:checked ~ .menu-item:nth-child(4),
.menu-open-3:checked ~ .menu-item:nth-child(4),
.menu-open-4:checked ~ .menu-item:nth-child(4),
.menu-open-5:checked ~ .menu-item:nth-child(4),
.menu-open-6:checked ~ .menu-item:nth-child(4) {
    transition-duration: 280ms;
    -webkit-transition-duration: 280ms;
    -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
    transform: translate3d(97.947px, -47.476px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5),
.menu-open-2:checked ~ .menu-item:nth-child(5),
.menu-open-3:checked ~ .menu-item:nth-child(5),
.menu-open-4:checked ~ .menu-item:nth-child(5),
.menu-open-5:checked ~ .menu-item:nth-child(5),
.menu-open-6:checked ~ .menu-item:nth-child(5) {
    transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    -webkit-transform: translate3d(89.947px, 82.47586px, 0);
    transform: translate3d(89.947px, 82.47586px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6),
.menu-open-2:checked ~ .menu-item:nth-child(6),
.menu-open-3:checked ~ .menu-item:nth-child(6),
.menu-open-4:checked ~ .menu-item:nth-child(6),
.menu-open-5:checked ~ .menu-item:nth-child(6),
.menu-open-6:checked ~ .menu-item:nth-child(6) {
    transition-duration: 480ms;
    -webkit-transition-duration: 480ms;
    -webkit-transform: translate3d(-49.484px, 114.99997px, 0);
    transform: translate3d(-49.484px, 114.99997px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7),
.menu-open-2:checked ~ .menu-item:nth-child(7),
.menu-open-3:checked ~ .menu-item:nth-child(7),
.menu-open-4:checked ~ .menu-item:nth-child(7),
.menu-open-5:checked ~ .menu-item:nth-child(7),
.menu-open-6:checked ~ .menu-item:nth-child(7) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(-110.86291px, 2.62064px, 0);
    transform: translate3d(-110.86291px, 2.62064px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(8),
.menu-open-2:checked ~ .menu-item:nth-child(8),
.menu-open-3:checked ~ .menu-item:nth-child(8),
.menu-open-4:checked ~ .menu-item:nth-child(8),
.menu-open-5:checked ~ .menu-item:nth-child(8),
.menu-open-6:checked ~ .menu-item:nth-child(8) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(-10.86291px, -94.621px, 0);
    transform: translate3d(-10.86291px, -94.621px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(9),
.menu-open-2:checked ~ .menu-item:nth-child(9),
.menu-open-3:checked ~ .menu-item:nth-child(9),
.menu-open-4:checked ~ .menu-item:nth-child(9),
.menu-open-5:checked ~ .menu-item:nth-child(9),
.menu-open-6:checked ~ .menu-item:nth-child(9) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(96.137px, -38.621px, 0);
    transform: translate3d(96.137px, -38.621px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(10),
.menu-open-2:checked ~ .menu-item:nth-child(10),
.menu-open-3:checked ~ .menu-item:nth-child(10),
.menu-open-4:checked ~ .menu-item:nth-child(10),
.menu-open-5:checked ~ .menu-item:nth-child(10),
.menu-open-6:checked ~ .menu-item:nth-child(10) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(-113.863px, -118.621px, 0);
    transform: translate3d(-113.863px, -118.621px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(11),
.menu-open-2:checked ~ .menu-item:nth-child(11),
.menu-open-3:checked ~ .menu-item:nth-child(11),
.menu-open-4:checked ~ .menu-item:nth-child(11),
.menu-open-5:checked ~ .menu-item:nth-child(11),
.menu-open-6:checked ~ .menu-item:nth-child(11) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(96.137px, -128.621px, 0);
    transform: translate3d(96.137px, -128.621px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(12),
.menu-open-2:checked ~ .menu-item:nth-child(12),
.menu-open-3:checked ~ .menu-item:nth-child(12),
.menu-open-4:checked ~ .menu-item:nth-child(12),
.menu-open-5:checked ~ .menu-item:nth-child(12),
.menu-open-6:checked ~ .menu-item:nth-child(12) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(46.137px, 171.379px, 0);
    transform: translate3d(46.137px, 171.379px, 0);
}
.menu-item {
    background: #eeeeee;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin-left: -40px;
    position: absolute;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    font-size: 15px;
    padding-top: 40px;
}
.menu {
    margin: 0 40px;
    width: 25%;
    height: 280px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
    float: left;
    position: relative;
}
.menu-item:hover {
    background: #eeeeee;
    color: #3290b1;
}
.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.item-1 {
    background-color: #669ae1;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-1:hover {
    color: #669ae1;
    text-shadow: none;
}
.item-2 {
    background-color: #70cc72;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-2:hover {
    color: #70cc72;
    text-shadow: none;
}
.item-3 {
    background-color: #fe4365;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-3:hover {
    color: #fe4365;
    text-shadow: none;
}
.item-4 {
    background-color: #c49cde;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-4:hover {
    color: #c49cde;
    text-shadow: none;
}
.item-5 {
    background-color: #fc913a;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-5:hover {
    color: #fc913a;
    text-shadow: none;
}
.item-6 {
    background-color: #62c2e4;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-6:hover {
    color: #62c2e4;
    text-shadow: none;
}
.item-7 {
    background-color: #62c2e4;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-7:hover {
    color: #62c2e4;
    text-shadow: none;
}
.item-8 {
    background-color: #62c2e4;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.item-8:hover {
    color: #62c2e4;
    text-shadow: none;
}
.text_circle {
    position: absolute;
    top: -32px;
    background: #000;
    display: none;
    color: #fff;
    right: 0;
    left: 0;
}
.menu-item:hover .text_circle {
    display: block;
}
.offer {
    padding: 20px 0;
    padding-bottom: 86px;
}
.gallery_title {
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin-left: -105.5px;
    background: url(../images/button_li.png);
    width: 211px;
    height: 83px;
    left: 50%;
    padding-top: 17px;
    font-size: 28px;
    font-family: "JandaManateeSolid";
    color: #fff;
}
@media screen and (max-width: 1360px) {
    #nav ul li a {
        background-size: 157px 62px;
        width: 157px;
        height: 62px;
        font-size: 26px;
    }
    #house {
        background-size: 728px 427px;
        width: 728px;
        height: 427px;
    }
    #dragon {
        background-size: 349px 314px;
        width: 349px;
        height: 314px;
    }
    .title_sub {
        left: 5%;
    }
}
@media screen and (max-width: 1170px) {
    .wrapper {
        width: auto;
        padding: 10px;
    }
}
@media screen and (max-width: 1023px) {
    #nav {
        display: none;
    }
    .slicknav_menu {
        display: block;
        text-align: right;
        position: relative;
        padding: 8px;
    }
    .slicknav_arrow {
        display: inline-block;
        vertical-align: middle;
    }
    .slicknav_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .slicknav_menu ul li {
        padding: 3px 0;
        border-bottom: 1px solid #ccc;
    }
    .slicknav_menu ul ul {
        margin: 5px 0 5px 20px;
    }
    .slicknav_menu ul ul li {
        border: none;
    }
    .slicknav_nav {
        text-align: left;
        padding-top: 20px;
    }
    .slicknav_icon {
        width: 34px;
    }
    .slicknav_menutxt {
        display: none !important;
    }
    .slicknav_icon {
        display: inline-block;
    }
    .slicknav_icon-bar {
        height: 4px;
        width: 100%;
        background: #3c3b3b;
        margin-top: 4px;
        display: block;
    }
    .new {
        width: 49%;
    }
    .form,
    .contact {
        width: 100%;
    }
    #dragon {
        bottom: 400px;
    }
    #house {
        background-size: 628px 369px;
        width: 628px;
        height: 369px;
    }
    #dragon {
        background-size: 249px 214px;
        width: 249px;
        height: 214px;
        bottom: auto;
        top: -84px;
        right: 0;
        left: auto;
    }
    form {
        padding-bottom: 0;
        padding-top: 104px;
    }
    #footer h1 {
        text-align: center;
    }
}
@media screen and (max-width: 960px) {
    .menu {
        width: 37%;
    }
    .mask_cyrcle_l {
        left: 50px;
    }
    .mask_cyrcle_r {
        right: 22px;
    }
}
@media screen and (max-width: 690px) {
    .new {
        width: 100%;
    }
    form input {
        width: 100%;
    }
    .col2 input:nth-child(2) {
        margin-top: 30px;
    }
    #house {
        background-size: 428px 251px;
        width: 428px;
        height: 251px;
    }
    .menu {
        width: 100%;
        margin: 0;
    }
    .mask_cyrcle_l {
        left: 31%;
    }
    .mask_cyrcle_r {
        right: 29%;
    }
}
@media screen and (max-width: 450px) {
    .more a {
        padding: 20px 30px;
    }
    #con p {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px;
    }
    .menu {
        width: 100%;
    }
    .mask_cyrcle_l {
        left: 18%;
    }
    .mask_cyrcle_r {
        right: 13%;
    }
    .menu-item {
        width: 100px;
        height: 100px;
        padding-top: 26px;
    }
}
@media screen and (max-width: 360px) {
    .mask_cyrcle_l {
        left: 14%;
    }
    .mask_cyrcle_r {
        right: 9%;
    }
}
