@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* Entypo Icon Font */
@font-face {
    font-family: 'entypo-selected';
    src: url("../fonts/entypo-selected.eot");
    src: url("../fonts/entypo-selected.eot?#iefix") format('embedded-opentype'),
    url("../fonts/entypo-selected.woff") format('woff'),
    url("../fonts/entypo-selected.ttf") format('truetype'),
    url("../fonts/entypo-selected.svg#entypo-selected") format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

[id^="txtblock"] {
    display: none !important;
}

[id^="medium-r"] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

h3 {
    font-size: 28px;
    font-weight: 300;
}

p {
    font-size: 15px;
    line-height: 28px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

.section-title p {
    color: #666;
}

.photo-gallery-index {
    background: url(../img/photos.jpg);
    width: 100%;
    background-position: center;
    height: 313px;
    display: inline-block;
}

header {
    background: #fff;
    padding: 9px 0px 20px 0px;
    height: 155px;
    box-shadow: 0px -10px 24px 0px #000;
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fake_header {
    height: 155px;
}

header * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header.fixed {
    height: 90px;
}

header.fixed .number.address_head {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}

header .navbar-brand > img {
    width: 120px;
}

header.fixed .navbar-brand > img {
    display: block;
    width: 54px;
}

header.fixed ul.nav.navbar-nav.navbar-right {
    margin-top: -70px;
    margin-left: -20px;
    margin-right: 270px;
}

header.fixed .navbar-default .navbar-nav li a {
    padding: 10px 13px;
}

header .navbar {
    margin-bottom: 0px;
    border: 0px;
}

header .navbar-brand {
    padding-top: 5px;
}

header .navbar-default {
    background: none;
    border: 0px;
}

header .navbar-default .navbar-nav {
    padding-top: 30px;
}

header .navbar-default .navbar-nav li a {
    color: #333333;
    padding: 10px 20px;
    font-size: 15px;
}

#feature p
font header .navbar-default .navbar-nav li a:hover {
    color: #000;
}

#slider {
    background: url(../img/slider-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% 0%;
    padding: 100px 0 110px 0;
    position: relative;
}

#slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #8b86a3, #322e40);
    \ /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

    /* IE 5-7 */
    filter: alpha(opacity=80);

    /* Netscape */
    -moz-opacity: 0.8;

    /* Safari 1.x */
    -khtml-opacity: 0.8;

    /* Good browsers */
    opacity: 0.8;
}

#slider .block {
    color: #E3E3E4;
}

#slider .block h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 10px;
    padding-bottom: 45px;
}

#slider .block p {
    font-size: 23px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}

#intro {
    /*padding: 100px 0 0px 0;*/
}

#intro .block h2 {
    padding-top: 35px;
    line-height: 27px;
    margin: 0;
}

#intro .block p {
    color: #7B7B7B;
    padding-top: 20px;
}

#intro .block img {
    padding-left: 40px;
    width: 100%;
}

#intro .section-title {
    margin-bottom: 0px;
}

#intro .section-title p {
    padding-top: 20px;
}

#service {
    text-align: center;
    padding: 70px 0 90px 0;
    background: #fff;
}

#map_section {
    text-align: center;
    padding: 90px 0 0px 0;
}

#gallery {
    text-align: center;
    padding: 90px 0 90px 0;
}

#service .service-item {
    padding-bottom: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#gallery .btn-call-to-action {
    padding: 15px 35px;
    border: none;
    background: #6d5143;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}

#service .service-item i {
    font-size: 60px;
    color: #4A4656;
    display: block;
}

#service .service-item h4 {
    padding-top: 20px;
    margin: 0;
    color: #666;
}

#service .service-item p {
    color: #888;
    padding-top: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

#call-to-action {
    background: url("../img/call-to-action-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    position: relative;
    text-align: center;
    color: #fff;
}

#call-to-action:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #6d5143;
    opacity: 0.8;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

    /* IE 5-7 */
    filter: alpha(opacity=80);

    /* Netscape */
    -moz-opacity: 0.8;

    /* Safari 1.x */
    -khtml-opacity: 0.8;

    /* Good browsers */
    opacity: 0.8;
}

#call-to-action h2 {
    padding-bottom: 20px;
    line-height: 33px;
    margin: 0;
    font-size: 30px;
}

#call-to-action p {
    font-size: 14px;
    line-height: 1.6;
}

#call-to-action .btn-call-to-action {
    padding: 15px 35px;
    border: none;
    background-color: #fff;
    font-size: 15px;
    color: #333333;
    margin-top: 30px;
}

#feature {
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 100px 0;
}

#feature h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

#feature p {
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.64);
}

#feature h2 {
    color: #ffffff;
}

#testimonial {
    padding: 100px 0;
    background: #fff;
    display: none;
}

#testimonial .block h2 {
    line-height: 27px;
    color: #5C5C5C;
    padding-top: 110px;
}

#testimonial .block p {
    padding-top: 50px;
    color: #7B7B7B;
}

#testimonial .counter-box li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 30px 0 30px;
}

#testimonial .counter-box li i {
    font-size: 35px;
}

#testimonial .counter-box li h4 {
    font-size: 30px;
    font-weight: bold;
}

#testimonial .counter-box li span {
    color: #555;
}

#testimonial .testimonial-carousel {
    text-align: center;
    width: 75%;
    padding: 24px;
    margin: 0 auto;
    background: #fff;
}

#testimonial .testimonial-carousel img {
    padding-bottom: 38px;
}

#testimonial .testimonial-carousel p {
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 20px;
}

#testimonial .testimonial-carousel .user img {
    padding-bottom: 0px;
    border-radius: 500px;
    width: 115px;
}

#testimonial .testimonial-carousel .user p {
    padding-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: #353241;
}

#testimonial .testimonial-carousel .user p span {
    display: block;
    color: #353241;
    font-weight: 600;
}

#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
    border: 1px solid #1D1D1D;
    border-radius: 500px;
    display: inline-block;
    height: 10px;
    margin-right: 15px;
    width: 10px;
}

#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
    background: #5C5C5C;
    font-size: 30px;
    display: inline-block;
    border: 0px;
}

#clients-logo-section {
    padding-top: 30px;
    padding-bottom: 75px;
}

#clients-logo-section .clients-logo-img {
    padding: 0px 50px;
}

#global-header {
    background: url("../img/slider-bg2.jpg") no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 107px;
    position: relative;
    background-attachment: fixed;
}

#global-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #928dab, #1f1c2c 70%);
    opacity: 0.8;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

    /* IE 5-7 */
    filter: alpha(opacity=80);

    /* Netscape */
    -moz-opacity: 0.8;

    /* Safari 1.x */
    -khtml-opacity: 0.8;

    /* Good browsers */
    opacity: 0.8;
}

#global-header .block {
    color: #E3E3E4;
    margin: 0 auto;
    padding-left: 90px;
    text-align: center;
}

#global-header .block h1 {
    font-weight: 100;
    font-size: 45px;
    letter-spacing: 6px;
    padding-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
}

#global-header .block p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.contact-header {
    text-align: right;
}

.tell-header {
    display: block;
    font-size: 25px;
}

.email-header {
    display: block;
    font-size: 14px;
}

.email-header > a {
    color: #865a3e;
}

.tell-header > a {
    color: #613b23;
}

header .number {
    display: inline-block;
    padding-left: 40px;
}

a.button-go {
    vertical-align: top;
    width: 150px;
    margin: 138px auto 0px auto;
    display: table;
    text-align: center;
    padding: 10px 20px;
}

#portfolio-work {
    overflow: hidden;
    padding: 80px 0;
}

#portfolio-work .block .portfolio-menu {
    padding-bottom: 30px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

#portfolio-work .block .portfolio-menu ul {
    border: 1px solid #999999;
    display: inline-block;
    margin-bottom: 40px;
}

#portfolio-work .block .portfolio-menu ul li {
    display: inline-block;
    padding: 0px 25px;
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
    position: relative;
}

#portfolio-work .block .portfolio-menu ul .active {
    color: #655E7A;
    position: relative;
}

#portfolio-work .block .portfolio-menu ul .active:before {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    bottom: -18px;
    font-size: 30px;
    width: 20px;
    left: 0px;
    right: 0px;
    top: 23px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolio-work .block .portfolio-menu ul li:hover:before {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    bottom: -18px;
    font-size: 30px;
    width: 20px;
    left: 0px;
    right: 0px;
    top: 24px;
    margin: 0 auto;
    color: rgb(245, 236, 235);
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolio-work .block .portfolio-menu ul li.select:before {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    bottom: -18px;
    font-size: 30px;
    width: 20px;
    left: 0px;
    right: 0px;
    top: 24px;
    margin: 0 auto;
    color: rgb(245, 236, 235);
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolio-work .block .portfolio-menu ul li a {
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
}

#portfolio-work .block .portfolio-contant ul li {
    float: left;
    width: 32.22%;
    overflow: hidden;
    margin: 6px;
    position: relative;
}

#portfolio-work .block .portfolio-contant ul li:hover .overly {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1;

    /* Safari 1.x */
    -khtml-opacity: 1;

    /* Good browsers */
    opacity: 1;
}

#portfolio-work .block .portfolio-contant ul li:hover .position-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#portfolio-work .block .portfolio-contant ul li a {
    display: block;
    color: #fff;
}

#portfolio-work .block .portfolio-contant ul li a h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#portfolio-work .block .portfolio-contant ul li a p {
    font-size: 15px;
}

#portfolio-work .block .portfolio-contant ul li a span {
    font-style: italic;
    font-size: 13px;
    color: #655E7A;
}

#portfolio-work .block .portfolio-contant ul img {
    width: 100%;
    height: auto;
}

#portfolio-work .block .portfolio-contant .overly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    /* IE 5-7 */
    filter: alpha(opacity=0);

    /* Netscape */
    -moz-opacity: 0;

    /* Safari 1.x */
    -khtml-opacity: 0;

    /* Good browsers */
    opacity: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-align: center;
}

#portfolio-work .block .portfolio-contant .position-center {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

#portfolio-work .block .mix {
    display: none;
}

/*--
	wrapper-work Start 
--*/
#wrapper-work {
    overflow: hidden;
    padding-top: 100px;
}

#wrapper-work ul li {
    width: 50%;
    float: left;
    position: relative;
}

#wrapper-work ul li img {
    width: 100%;
    height: 100%;
}

#wrapper-work ul li .items-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 44px;
    padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
    padding-bottom: 28px;
    padding-top: 75px;
    position: relative;
}

#wrapper-work ul li .items-text h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: #fff;
}

#wrapper-work ul li .items-text p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    padding-right: 80px;
}

#features-work {
    padding-top: 50px;
    padding-bottom: 75px;
}

#features-work .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0px;
}

#slider-contact {
    /*background: url("../img/slider-bg2.jpg") no-repeat;*/
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 107px;
    position: relative;
}

#slider-contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #928dab, #1f1c2c 70%);
    opacity: 0.8;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

    /* IE 5-7 */
    filter: alpha(opacity=80);

    /* Netscape */
    -moz-opacity: 0.8;

    /* Safari 1.x */
    -khtml-opacity: 0.8;

    /* Good browsers */
    opacity: 0.8;
}

#slider-contact .block {
    color: #E3E3E4;
    margin: 0 auto;
    padding-left: 90px;
}

#slider-contact .block h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 6px;
    padding-bottom: 15px;
}

#slider-contact .block p {
    font-size: 23px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 3px;
}

#contact-form {
    padding-top: 70px;
    padding-bottom: 35px;
}

#contact-form .block form .form-group {
    padding-bottom: 15px;
    margin: 0px;
}

#contact-form .block form .form-group .form-control {
    background: #F6F8FA;
    height: 60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
}

#contact-form .block form .form-group-2 {
    padding-bottom: 15px;
    margin: 0px;
}

#contact-form .block form .form-group-2 textarea {
    background: #F6F8FA;
    height: 135px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
}

#contact-form .block button {
    width: 100%;
    height: 60px;
    background: #47424C;
    border: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.address-block li {
    margin-bottom: 20px;
}

.address-block li i {
    margin-right: 15px;
    font-size: 20px;
    width: 20px;
}

.social-icons {
    margin-top: 40px;
}

.social-icons li {
    display: inline-block;
    margin: 0 6px;
}

.social-icons a {
    display: inline-block;
}

.social-icons i {
    color: #2C2C2C;
    margin-right: 25px;
    font-size: 25px;
}

.google-map {
    position: relative;
}

.google-map #map {
    width: 100%;
    height: 300px;
    background-color: #ff432e;
}

#contact-box {
    padding-top: 35px;
    padding-bottom: 58px;
}

#contact-box .block img {
    width: 100%;
}

#contact-box .block h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 28px;
    padding-bottom: 30px;
}

#contact-box .block p {
    color: #5C5C5C;
    display: block;
}

#features-contact {
    padding-top: 50px;
    padding-bottom: 75px;
}

#features-contact .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0px;
}

.heading {
    padding-bottom: 60px;
    text-align: center;
}

.heading h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.heading p {
    font-size: 18px;
    line-height: 40px;
    color: #292929;
    font-weight: 300;
}

footer {
    background: #F5F5F5;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 55px;
}

footer p {
    font-size: 13px;
    line-height: 25px;
    color: #919191;
}

footer a {
    color: #595959;
}

footer .footer-manu {
    padding-bottom: 25px;
}

footer .footer-manu ul {
    margin: 0px;
    padding: 0px;
}

footer .footer-manu ul li {
    display: inline-block;
    padding: 0px 20px;
}

footer .footer-manu ul li a {
    display: inline-block;
    color: #494949;
}

footer .footer-manu ul li a:hover {
    color: #000;
}

.slider-header-style {
    padding: 150px 0px;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
}

.bxslider .container {
    color: #fff;
}

.slider-header-style {
    padding: 150px 0px;
    background-size: cover !important;
    /*background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;*/
}

#feature .btn-view-works, #intro .btn-view-photo, .bxslider .btn-view-works {
    background: #6d5143;
    color: #fff;
    padding: 10px 20px;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 15px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6d5143;
}

.ion-waterdrop:before {
    content: "" !important;
    background: url(../img/fish.png);
    background-position: center;
    width: 60px;
    height: 57px;
    background-size: 100%;
    image-rendering: -webkit-optimize-contrast;
}

#testimonial .counter-box li h4:after {
    content: "+";
}

#service .service-item:hover h4 {
    color: #6d5143 !important;
}

section.center {
    text-align: center;
}

.service-item img {
    width: 100%;
}

.m_top {
    padding-top: 30px !important;
}

.m_bottom {
    padding-bottom: 30px !important;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

#service .service-item:hover .swing {
    -webkit-animation: swing 0.6s ease;
    animation: swing 0.6s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.right_block_nav {
    position: fixed;
    top: 190px;
    right: 50px;
    text-align: right;
}

.img_right_bg {
    background: #ffffff;
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    z-index: 10;
}

li.fish_menu img {
    padding-top: 23px;
}

li.ptica_menu img {
    padding-top: 11px;
}

li.zver_menu img {
    padding-top: 16px;
}

li.territory_menu img {
    width: 46px;
    padding-top: 11px;
}

.right_block_nav .img_right_bg {
    border-radius: 999px;
}

span.text_menu_r {
    background: rgba(245, 245, 245, 0.8);
    padding: 17px 20px;
    position: absolute;
    display: inline-block;
    right: 7px;
    width: 228px;
    font-weight: 700;
    font-size: 18px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    /* IE 5-7 */
    filter: alpha(opacity=0);

    /* Netscape */
    -moz-opacity: 0;

    /* Safari 1.x */
    -khtml-opacity: 0;

    /* Good browsers */
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
    text-align: right;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.right_block_nav li:hover span.text_menu_r {
    right: 51px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1;

    /* Safari 1.x */
    -khtml-opacity: 1

    /* Good browsers */
    opacity: 1;
    text-align: center;
}

.right_block_nav li {
    margin: 0px 0px 15px 0px;
    cursor: pointer;
    border: solid 2px #695b39;
    border-radius: 999px;
}

.right_block_nav li.active {
    border: solid 2px #a8e0e9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=36, Direction=0, Color=#8FBCFF)";
    -moz-box-shadow: 0 0 36px 4px rgba(143, 188, 255, 0.5);
    -webkit-box-shadow: 0 0 36px 4px rgba(143, 188, 255, 0.5);
    box-shadow: 0 0 36px 4px rgba(143, 188, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=36, Direction=135, Color=#8FBCFF);
}

.bg_terr.container_territory img {
    width: 100%;
}

.container_territory {
    margin: 0px auto;
}

/*.block_territory, .block_zver, .block_ptica{
  display: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}*/

.block_territory.active, .block_zver.active, .block_ptica.active {
    display: block;
}

.block_fake_opality, .block_fish_hover, .block_bird_hover, .block_boar_hover {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0);
    border: solid 0px rgba(255, 255, 255, 0);
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block_fake_opality:hover, .block_fish_hover:hover, .block_bird_hover:hover, .block_boar_hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=47, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 47px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 47px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 47px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=47, Direction=135, Color=#000000);
    width: 241px;
    height: 241px;
    border-radius: 999px;
    border: solid 4px #fff;
}

.block_fish, .block_territory, .block_zver, .block_ptica {
    pointer-events: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    /* IE 5-7 */
    filter: alpha(opacity=0);

    /* Netscape */
    -moz-opacity: 0;

    /* Safari 1.x */
    -khtml-opacity: 0;

    /* Good browsers */
    opacity: 0;
    display: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.block_fish.active, .block_territory.active, .block_zver.active, .block_ptica.active {
    display: block;
    pointer-events: auto;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1;

    /* Safari 1.x */
    -khtml-opacity: 1;

    /* Good browsers */
    opacity: 1;
}

.bg_map_ptica, .bg_map_territory, .bg_map_zver, .bg_map_fish {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    /* IE 5-7 */
    filter: alpha(opacity=0);

    /* Netscape */
    -moz-opacity: 0;

    /* Safari 1.x */
    -khtml-opacity: 0;

    /* Good browsers */
    opacity: 0;
    display: none;
}

.bg_map_ptica.active, .bg_map_territory.active, .bg_map_zver.active, .bg_map_fish.active {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1;

    /* Safari 1.x */
    -khtml-opacity: 1;

    /* Good browsers */
    opacity: 1;
    display: block;
}

.top_name_news_item {
    font-size: 24px;
    padding-bottom: 10px;
}

.data_news {
    padding-top: 10px;
}

.news_item {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 47%;
    margin-left: 2%;
    border-bottom: solid 1px #d4d4d4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: context-menu;
}

.news_item:hover {
    background: #eaeaea;
    border-bottom: solid 1px #bfbfbf;
}

.data_news {
    margin-top: 10px;
    text-align: left;
    background: #e8e8e8;
    display: inline-block;
    padding: 3px 12px;
}

.text_block_f {
    font-size: 17px;
    color: #fff;
    text-shadow: 0px 0px 12px #000;
    text-align: center;
    display: inline-block;
    border-radius: 47px;
    pointer-events: none;
}

div:hover > .text_block_f {
    margin: 238px 0px 0px 0px !important;
    width: 100% !important;
    z-index: 9999999;
    position: absolute;
}

.deactive.block_fake_opality {
    pointer-events: none !important;
}

.block_boar_hover > .text_block_f {
    margin: 81px 0px 0px 8px;
    width: 75px;
}

.block_fish_hover > .text_block_f {
    margin: 81px 0px 0px 8px;
    width: 75px;
}

.block_bird_hover > .text_block_f {
    margin: 81px 0px 0px 8px;
    width: 75px;
}

.block.fish__block div {
    height: 230px;
}

.gallery__fancy__box img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    display: block;
}

.gallery__fancy__box div {
    height: 265px;
    margin-bottom: 10px;
}

/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    text-align: center;
    height: 600px;
    min-height: 100%;
    background: rgba(43, 43, 43, 0.5);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.big-background .big-background-container {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.big-background-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 78px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px;
    padding-top: 0px;
    display: inline-block;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top center
}

a.big-background-btn {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 14px;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: .4s background ease;
    -moz-transition: .4s background ease;
    -o-transition: .4s background ease;
    transition: .4s background ease;
}

.big-background-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.20)
}

.big-background-default-image {
    background: url(../images/sunset.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden
}

/* SMALL VIDEO BACKGROUND
================================================== */
.small-background-section {
    font-family: 'Raleway', sans-serif;
    padding: 100px 0;
    position: relative;
    width: 100%;
    overflow: hidden
}

.small-background-container {
    position: relative;
    text-align: center
}

.small-background-title {
    font-size: 40px;
    color: #f1c40f;
    font-weight: 300;
    z-index: 10;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top center
}

h1#colorize {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #dcdcdc;
    margin-top: -10px;
}

a.rent_button {
    background: #d04646;
    color: #fff;
    padding: 4px 31px;
    border-radius: 10px;
}

a.rent_button:hover {
    background: rgba(208, 70, 70, 0.8);
}

table.loaded_rent a {
    background: #c7c7c7;
    pointer-events: none;
}

#t_price tr > *:nth-child(2) {
    display: none;
}

#t_price tr > *:nth-child(3) {
    display: none;
}

/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 768px) {
    .about-section-title {
        line-height: 1
    }
}

@media screen and (max-width: 480px) {
    .big-background-title {
        font-size: 58px
    }

    .small-background-title {
        line-height: 1
    }

    /*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/
}

@media screen and (max-width: 360px) {
    .big-background-title, #colorize {
        line-height: 1
    }
}

@media screen and (max-width: 320px) {
    .small-background-title {
        font-size: 30px
    }
}

@media screen and (max-width: 99999px) {
    .container_territory {
        width: 1903px;
    }

    .bg_terr.container img {
        width: 100%;
    }

    .bg_terr.container {
        padding: 0px;
    }

    .block_fake_opality.pos_01 {
        margin: 573px 0px 0px 1206px
    }

    .block_fake_opality.pos_01:hover {
        background: url(/img/map/bmp/bmp_banya.jpg);
        margin: 509px 0px 0px 1141px
    }

    .block_fake_opality.pos_01 .text_block_f {
        margin: 87px 0px 0px 10px;
        width: 71px;
    }

    .block_fake_opality.pos_02 {
        margin: 537px 0px 0px 1050px
    }

    .block_fake_opality.pos_02:hover {
        background: url(/img/map/bmp/bmp_dom_3.jpg);
        margin: 476px 0px 0px 968px;
    }

    .block_fake_opality.pos_02 .text_block_f {
        margin: 96px 0px 0px -30px;
        width: 149px;
    }

    .block_fake_opality.pos_03 {
        margin: 396px 0px 0px 361px;
    }

    .block_fake_opality.pos_03:hover {
        background: url(/img/map/bmp/bmp_dom_1.png);
        margin: 336px 0px 0px 307px;
        z-index: 1;
    }

    .block_fake_opality.pos_03 .text_block_f {
        margin: 18px 0px 0px 111px;
        width: 121px;
    }

    .block_fake_opality.pos_04 {
        margin: 572px 0px 0px 555px;
    }

    .block_fake_opality.pos_04:hover {
        background: url(/img/map/bmp/bmp_besedka_s_mangalom_1.png);
        margin: 508px 0px 0px 478px;
    }

    .block_fake_opality.pos_04 .text_block_f {
        margin: 88px 0px 0px -111px;
        width: 169px;
    }

    .block_fake_opality.pos_05 {
        margin: 269px 0px 0px 988px;
    }

    .block_fake_opality.pos_05:hover {
        background: url(/img/map/bmp/bmp_sadok.jpg);
        margin: 191px 0px 0px 896px;
    }

    .block_fake_opality.pos_05 .text_block_f {
        margin: 46px 0px 0px -50px;
        width: 69px;
    }

    .block_fake_opality.pos_06 {
        margin: 48px 0px 0px 1586px;
    }

    .block_fake_opality.pos_06:hover {
        background: url(/img/map/bmp/bmp_tower.jpg);
        margin: 8px 0px 0px 1498px;
        z-index: 999;
    }

    .block_fake_opality.pos_06 .text_block_f {
        margin: 90px 0px 0px -18px;
        width: 125px;
    }

    .block_fake_opality.pos_07 {
        margin: 437px 0px 0px 753px
    }

    .block_fake_opality.pos_07:hover {
        background: url(/img/map/bmp/bmp_mostki.jpg);
        margin: 388px 0px 0px 652px
    }

    .block_fake_opality.pos_07 .text_block_f {
        margin: 95px 0px 0px -43px;
        width: 75px;
    }

    .block_fake_opality.pos_13 {
        margin: 215px 0px 0px 890px
    }

    .block_fake_opality.pos_13:hover {
        background: url(/img/map/bmp/bmp_dom_2.jpg);
        margin: 170px 0px 0px 832px;
    }

    .block_fake_opality.pos_13 .text_block_f {
        margin: 47px 0px 0px -43px;
        width: 75px;
    }

    .block_fake_opality.pos_18 {
        margin: 293px 0px 0px 1089px;
    }

    .block_fake_opality.pos_18:hover {
        background: url(/img/map/bmp/bmp_dom_4.jpg);
        margin: 224px 0px 0px 1010px;
    }

    .block_fake_opality.pos_17 {
        margin: 200px 0px 0px 1060px;
    }

    .block_fake_opality.pos_17 .text_block_f {
        margin: 40px 0px 0px 76px;
        width: 75px;
    }

    .block_fake_opality.pos_17:hover {
        background: url(/img/map/bmp/bmp_domik.jpg);
        margin: 124px 0px 0px 993px;
        z-index: 1;
    }

    .block_fake_opality.pos_18 .text_block_f {
        margin: 38px 0px 0px 75px;
        width: 75px;
    }

    .block_fake_opality.pos_19 {
        margin: 465px 0px 0px 200px;
    }

    .block_fake_opality.pos_19:hover {
        background: url(/img/map/bmp/bmp_banya_1.jpg);
        margin: 390px 0px 0px 112px;
    }

    .block_fake_opality.pos_19 .text_block_f {
        margin: 17px 0px 0px 37px;
        width: 75px;
    }

    .block_fake_opality.pos_09 {
        margin: 1025px 0px 0px 90px;
    }

    .block_fake_opality.pos_09:hover {
        background: url(/img/map/bmp/bmp_lisya_nora.jpg);
        margin: 950px 0px 0px 12px;
    }

    .block_fake_opality.pos_09 .text_block_f {
        margin: 32px 0px 0px 61px;
        width: 139px;
    }

    .block_fish_hover.pos_01 {
        margin: 417px 0px 0px 927px;
    }

    .block_fish_hover.pos_01:hover {
        background: url("/img/map/bmp/bmp_tolstolobik.jpg");
        margin: 345px 0px 0px 859px;
    }

    .block_fish_hover.pos_02 {
        margin: 519px 0px 0px 808px;
    }

    .block_fish_hover.pos_02:hover {
        background: url("/img/map/bmp/bmp_amur.jpg");
        margin: 445px 0px 0px 737px;
    }

    .block_fish_hover.pos_03 {
        margin: 622px 0px 0px 742px;
    }

    .block_fish_hover.pos_03:hover {
        background: url("/img/map/bmp/bmp_shuka.jpg");
        margin: 549px 0px 0px 686px;
    }

    .block_fish_hover.pos_04 {
        margin: 770px 0px 0px 577px;
    }

    .block_fish_hover.pos_04:hover {
        background: url("/img/map/bmp/bmp_carp.jpg");
        margin: 702px 0px 0px 518px;
    }

    .block_fish_hover.pos_05 {
        margin: 878px 0px 0px 721px;
    }

    .block_fish_hover.pos_05:hover {
        background: url("/img/map/bmp/bmp_okun.jpg");
        margin: 802px 0px 0px 651px;
    }

    .block_fish_hover.pos_06 {
        margin: 719px 0px 0px 1117px;
    }

    .block_fish_hover.pos_06:hover {
        background: url("/img/map/bmp/bmp_caras.jpg");
        margin: 648px 0px 0px 1050px;
    }

    .block_fish_hover.pos_01 .text_block_f {
        margin: 69px 0px 0px -5px;
        width: 109px;
    }

    .block_bird_hover.pos_01 {
        margin: 263px 0px 0px 454px;
    }

    .block_bird_hover.pos_01:hover {
        background: url("/img/map/bmp/bmp_utka.jpg");
        margin: 198px 0px 0px 411px;
    }

    .block_bird_hover.pos_02 {
        margin: 126px 0px 0px 1300px;
    }

    .block_bird_hover.pos_02:hover {
        background: url("/img/map/bmp/bmp_fazan.jpg");
        margin: 49px 0px 0px 1227px;
    }

    .block_bird_hover.pos_03 {
        margin: 214px 0px 0px 1300px;
    }

    .block_bird_hover.pos_03:hover {
        background: url("/img/map/bmp/bmp_kuropatka.jpg");
        margin: 120px 0px 0px 1237px;
    }

    .block_bird_hover.pos_04 {
        margin: 494px 0px 0px 1449px;
    }

    .block_bird_hover.pos_04:hover {
        background: url("/img/map/bmp/bmp_teterev.jpg");
        margin: 418px 0px 0px 1376px;
    }

    .block_bird_hover.pos_02 .text_block_f {
        margin: 46px 0px 0px 77px;
    }

    .block_bird_hover.pos_01 .text_block_f {
        margin: 96px 0px 0px 31px;
    }

    .block_bird_hover.pos_03 .text_block_f {
    }

    .block_bird_hover.pos_04 .text_block_f {
        margin: 98px 0px 0px 8px
    }

    .block_boar_hover.pos_01 {
        margin: 85px 0px 0px 1260px;
    }

    .block_boar_hover.pos_01:hover {
        background: url("/img/map/bmp/bmp_wolf.jpg");
        margin: 10px 0px 0px 1186px;
    }

    .block_boar_hover.pos_02 {
        margin: 195px 0px 0px 820px
    }

    .block_boar_hover.pos_02:hover {
        background: url("/img/map/bmp/bmp_rabbit.jpg");
        margin: 133px 0px 0px 755px;
    }

    .block_boar_hover.pos_03 {
        margin: 321px 0px 0px 521px;
    }

    .block_boar_hover.pos_03:hover {
        background: url("/img/map/bmp/bmp_boar.jpg");
        margin: 255px 0px 0px 454px;
    }

    .block_boar_hover.pos_03 .text_block_f {
        margin: 121px 0px 0px 8px;
    }

    .deactive.block_fake_opality.pos_17 {
        margin: 241px 0px 0px 1134px;
    }

    .deactive.block_fake_opality.pos_16 {
        margin: 219px 0px 0px 1346px;
    }

    .deactive.block_fake_opality.pos_15 {
        margin: 135px 0px 0px 690px;
    }

    .deactive.block_fake_opality.pos_14 {
        margin: 193px 0px 0px 720px;
        width: 146px;
    }

    .deactive.block_fake_opality.pos_12 {
        margin: 413px 0px 0px 1147px;
        width: 146px;
    }

    .deactive.block_fake_opality.pos_11 {
        margin: 713px 0px 0px 1613px;
        width: 146px;
    }

    .deactive.block_fake_opality.pos_10 {
        margin: 1233px 0px 0px 567px;
        width: 146px;
    }

    .deactive.block_fake_opality.pos_09 {
        margin: 1060px 0px 0px 167px;
        width: 146px;
    }

}

@media screen and (max-width: 1919px) {
    .container_territory {
        width: 1349px;
    }

    .bg_terr.container img {
        width: 100%;
    }

    .bg_terr.container {
        padding: 0px;
    }

    .block_fake_opality.pos_02 {
        margin: 372px 0px 0px 733px;
    }

    .block_fake_opality.pos_02 .text_block_f {
        margin: 80px 0px 0px -30px;
        width: 149px;
    }

    .block_fake_opality.pos_02:hover {
        margin: 302px 0px 0px 655px;
    }

    .block_fake_opality.pos_01 {
        margin: 393px 0px 0px 852px;
    }

    .block_fake_opality.pos_01 .text_block_f {
        margin: 76px 0px 0px 1px;
        width: 71px;
    }

    .block_fake_opality.pos_01:hover {
        margin: 332px 0px 0px 780px;
        z-index: 1;
    }

    .block_fake_opality.pos_17 {
        margin: 120px 0px 0px 732px;
    }

    .block_fake_opality.pos_17 .text_block_f {
        margin: 47px 0px 0px 76px;
    }

    .block_fake_opality.pos_17:hover {
        margin: 22px 0px 0px 690px;
    }

    .block_fake_opality.pos_18 {
        margin: 190px 0px 0px 752px;
    }

    .block_fake_opality.pos_18:hover {
        margin: 116px 0px 0px 692px;
    }

    .block_fake_opality.pos_03 {
        margin: 270px 0px 0px 246px;
    }

    .block_fake_opality.pos_03:hover {
        margin: 213px 0px 0px 174px;
    }

    .block_fake_opality.pos_04 {
        margin: 363px 0px 0px 396px;
    }

    .block_fake_opality.pos_04:hover {
        margin: 313px 0px 0px 326px;
    }

    .block_fake_opality.pos_05 {
        margin: 177px 0px 0px 673px;
    }

    .block_fake_opality.pos_05:hover {
        margin: 111px 0px 0px 584px;
        z-index: 1;
    }

    .block_fake_opality.pos_06 {
        margin: 18px 0px 0px 1090px;
    }

    .block_fake_opality.pos_06:hover {
        margin: 1px 0px 0px 1013px;
    }

    .block_fake_opality.pos_07 {
        margin: 262px 0px 0px 520px;
    }

    .block_fake_opality.pos_07:hover {
        margin: 222px 0px 0px 460px;
    }

    .block_fish_hover.pos_01 {
        margin: 267px 0px 0px 638px;
    }

    .block_fish_hover.pos_01:hover {
        background: url("/img/map/bmp/bmp_tolstolobik.jpg");
        margin: 205px 0px 0px 570px;
    }

    .block_fish_hover.pos_02 {
        margin: 339px 0px 0px 550px;
    }

    .block_fish_hover.pos_02:hover {
        background: url("/img/map/bmp/bmp_amur.jpg");
        margin: 280px 0px 0px 482px;
    }

    .block_fish_hover.pos_03 {
        margin: 422px 0px 0px 520px;
    }

    .block_fish_hover.pos_03:hover {
        background: url("/img/map/bmp/bmp_shuka.jpg");
        margin: 352px 0px 0px 452px;
    }

    .block_fish_hover.pos_04 {
        margin: 531px 0px 0px 403px;
    }

    .block_fish_hover.pos_04:hover {
        background: url("/img/map/bmp/bmp_carp.jpg");
        margin: 462px 0px 0px 334px;
    }

    .block_fish_hover.pos_05 {
        margin: 607px 0px 0px 501px;
    }

    .block_fish_hover.pos_05:hover {
        background: url("/img/map/bmp/bmp_okun.jpg");
        margin: 533px 0px 0px 422px;
    }

    .block_fish_hover.pos_06 {
        margin: 488px 0px 0px 787px;
    }

    .block_fish_hover.pos_06:hover {
        background: url("/img/map/bmp/bmp_caras.jpg");
        margin: 421px 0px 0px 708px;
    }

    .block_bird_hover.pos_01 {
        margin: 168px 0px 0px 329px;
    }

    .block_bird_hover.pos_01:hover {
        background: url("/img/map/bmp/bmp_utka.jpg");
        margin: 98px 0px 0px 245px;
    }

    .block_bird_hover.pos_02 {
        margin: 63px 0px 0px 909px;
    }

    .block_bird_hover.pos_02:hover {
        background: url("/img/map/bmp/bmp_fazan.jpg");
        margin: 2px 0px 0px 834px;
    }

    .block_bird_hover.pos_03 {
        margin: 134px 0px 0px 916px;
    }

    .block_bird_hover.pos_03:hover {
        background: url("/img/map/bmp/bmp_kuropatka.jpg");
        margin: 61px 0px 0px 833px;
    }

    .block_bird_hover.pos_04 {
        margin: 346px 0px 0px 1016px;
    }

    .block_bird_hover.pos_04:hover {
        background: url("/img/map/bmp/bmp_teterev.jpg");
        margin: 263px 0px 0px 945px;
    }

    .block_bird_hover.pos_02 .text_block_f {
        margin: 46px 0px 0px 77px;
    }

    .block_bird_hover.pos_04 .text_block_f {
        margin: 80px 0px 0px 8px;
    }

    .block_bird_hover.pos_01 .text_block_f {
        margin: 87px 0px 0px 6px;
    }

    .block_boar_hover.pos_01 {
        margin: 42px 0px 0px 880px;
    }

    .block_boar_hover.pos_01:hover {
        background: url("/img/map/bmp/bmp_wolf.jpg");
        margin: -28px 0px 0px 806px;
    }

    .block_boar_hover.pos_02 {
        margin: 118px 0px 0px 569px
    }

    .block_boar_hover.pos_02:hover {
        background: url("/img/map/bmp/bmp_rabbit.jpg");
        margin: 58px 0px 0px 500px;
    }

    .block_boar_hover.pos_03 {
        margin: 221px 0px 0px 350px;
    }

    .block_boar_hover.pos_03:hover {
        background: url("/img/map/bmp/bmp_boar.jpg");
        margin: 152px 0px 0px 286px;
    }

    .block_boar_hover.pos_03 .text_block_f {
        margin: 96px 0px 0px 11px;
    }

    .deactive.block_fake_opality.pos_16 {
        margin: 157px 0px 0px 937px;
    }

    .deactive.block_fake_opality.pos_15 {
        margin: 91px 0px 0px 490px;
    }

    .deactive.block_fake_opality.pos_14 {
        margin: 132px 0px 0px 472px;
    }

    .block_fake_opality.pos_13 {
        margin: 147px 0px 0px 616px;
    }

    .block_fake_opality.pos_13 .text_block_f {
        margin: 44px 0px 0px -42px;
        width: 75px;
    }

    .block_fake_opality.pos_13:hover {
        margin: 80px 0px 0px 522px;
        z-index: 1;
    }

    .deactive.block_fake_opality.pos_12 {
        margin: 295px 0px 0px 821px;
    }

    .deactive.block_fake_opality.pos_11 {
        margin: 513px 0px 0px 1132px;
    }

    .deactive.block_fake_opality.pos_10 {
        margin: 867px 0px 0px 407px;
    }

    .block_fake_opality.pos_09 {
        margin: 715px 0px 0px 48px;
    }

    .block_fake_opality.pos_09:hover {
        margin: 616px 0px 0px 12px;
    }

    .block_fake_opality.pos_19 {
        margin: 315px 0px 0px 130px;
    }

    .block_fake_opality.pos_19:hover {
        margin: 250px 0px 0px 52px;
    }

}

@media screen and (max-width: 1199px) {
    .number.address_head {
        margin-left: 0px;
        padding-left: 0px;
    }

    header.fixed .navbar-default .navbar-nav li a {
        padding: 10px 8px;
    }

    header.fixed ul.nav.navbar-nav.navbar-right {
        margin-right: 215px;
    }

    header .navbar-default .navbar-nav li a {
        padding: 10px 17px;
    }
}

@media screen and (max-width: 991px) {
    .number.address_head {
        display: none;
    }

    header .navbar-default .navbar-nav li a {
        color: #333333;
        padding: 10px 9px;
        font-size: 13px;
    }
}

@media screen and (max-width: 960px) {
    body {
        width: 1170px;
    }
}
