/*header part*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.header-bar {
    min-height: 182px;
    width: 100%;
    background-color: #125aaa;
/*     background: url(../img/header_bg_p.png); */
    background-size: 67px 100%;
    background-repeat: repeat;

}

.language-switch {
    display: block;
    cursor: pointer;
    border: solid 0px #fff;
    border-radius: 8px;
    float: right;
    margin: 10px 0px 8px 0;
    padding: 0 0px;
}

.language-switch-icon {
    float: right;
    font-size: 26px;
    line-height: 26px;
    /*    margin-top: 10px;*/
    /*    margin-bottom: 10px;*/
    margin-right: 5px;
    color: #ffffff;
}

.language-switch-btn {
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    /*    margin-top: 10px;*/
    height: 26px;
    width: 26px;
    border: solid 0px #ffffff;
    color: #ffffff;
    /*    background-color: #125aaa;*/
    cursor: pointer;
    float: right;
}

.language-switch-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.header-phone {
    /*    margin-top:40px;*/
    margin-left: auto;
    margin-right: 0px;
    width: 238px;
/*     height: 26px; */
    background: url("../img/phone_contact_bg.png");
    background-size: 238px 26px;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 15px;
    float: right;
}

.header-phone-text {
    height: 100%;
    width: 47%;
    float: left;
    text-align: center;
    color: #125aaa;
}

.header-phone-num {
    height: 100%;
    width: 53%;
    float: left;
    text-align: center;
    color: #ffffff;
}

.header-phone-text div {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}

.header-phone-num div {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}

.header-email {
/*     margin-top: 8px; */
    margin-left: auto;
    margin-right: 0px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;

}

.header-email div {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    float: right;
    height: 100%;
}


.header-fb-search {
    margin-top: 2px;
    float: right;
}

.header-fb {
    margin-top: 3px;
    margin-right: 10px;
    float: right
}

.header-search-bar {
    margin-top: 6px;
    width: 290px;
    float: right;
}

.header-search-img {
    max-width: 16px;
}

.link-not-active {
    pointer-events: none;
    cursor: default;
}

#menu-item-fb-hc,
#menu-item-ph-hc,
#menu-item-email-hc,
#menu-item-language-hc {
    display: none;
}
.navbar .nav li.menu-item-language-ex {
	
    display: none;
}

.stylish-input-group .input-group-addon {
    background: white !important;
    border-radius: 0px;
    padding: 0 7px 0 7px;
}

.stylish-input-group .form-control {
    border-radius: 0px;
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-bottom: 1px solid #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
    color: #125aaa;
    padding: 0px;
}

.hm_banner_leaf {
    position: absolute;
    z-index: 3;
    top: -766px;
    left: -96px;
}

.hm-banner-caption {

    font-weight: 700;
    font-size: 36px;
    color: white;
    text-shadow: 3px 3px 2px #292929;
    width: 480px;
    float: right;
    margin: 95px 0 0 0;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
    border: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #195aa9;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    /*	color: #195aa9;
            background-color: transparent;*/
    color: #ffffff;
    background-color: #679ee0;
}

.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a {
    color: #ffffff;
    background-color: #679ee0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .active>a,
.navbar-inverse .current_page_ancestor>a,
.navbar-inverse .navbar-nav>li.current_page_ancestor>a,
.navbar-inverse .navbar-nav>li.current-menu-ancestor>a {
    color: #ffffff;
    background-color: #679ee0;
}


.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus,
{
background-color: #679ee0;
color: #ffffff;
}

.container,
.full-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.full-container {
    width: 100%;
}

.single-client .carousel-control {
    background: none
}

.pj .full-container {
    max-width: 1128px;
    margin: 0 auto;
    position: relative;
}

.pj-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1050px;
}

.pj-img {
    width: 90%;
    margin: 30px;
}

#pj-2 {
    width: 100%;
    display: block;
    background-position: top center;
    background-size: cover;
}

#pj-3 {
    min-height: 570px;
    width: 100%;
    display: block;
    background-position: top center;
    background-size: cover;
}

#pj-4 {
    width: 100%;
    display: block;
    padding-top: 50px;
    background-position: top center;
    background-size: cover;
}

#pj-5 {
    width: 100%;
    display: block;
    padding: 80px 0;
    background-position: top center;
    background-size: cover;
    position: relative;
}

#pj-5 .textbox {
    max-width: 800px;
    color: #fff;
    padding: 60px;
    margin: 0 auto;
    border: 8px solid #fff;
    text-align: center;

}

.pj-img-5 {
    position: absolute;
    top: -190px;
    left: 30px;
}

#pj-6 {
    width: 100%;
    display: block;
    padding: 80px 0;
    background-position: top center;
    background-size: cover;
}

#pj-6 .pj-img {
    width: 80%;
    margin: 0 auto;
    display: block
}

#pj-7 {
    min-height: 570px;
    width: 100%;
    display: block;
    background-position: top center;
    background-size: cover;
}

#pj-7 {
    width: 100%;
    display: block;
    padding-bottom: 80px;
    position: relative
}

#pj-8 {
    min-height: 860px;
}

#pj-8 h2 {
    margin: 80px 2% 0 2%
}

#pj-8 p {
    margin: 20px 2%
}

.pj-8-img {
    position: absolute;
    right: 0;
    max-width: 430px;
}

.pj .fm-form {
    margin-top: 0
}

.pj .fm-form li {
    width: 46%;
    margin: 15px 2%;
}

.pj .fm-form fieldset {
    border: 0
}

.pj .fm-form label {
    display: none !important;
}

.pj .fm-form #fm-item-checkbox1,
.pj .fm-form #fm-item-checkbox2,
.pj .fm-form #fm-item-checkbox3,
.pj .fm-form #fm-item-checkbox4 {
    margin: 15px 0
}

.pj .fm-form #fm-item-checkbox1 label,
.pj .fm-form #fm-item-checkbox2 label,
.pj .fm-form #fm-item-checkbox3 label,
.pj .fm-form #fm-item-checkbox4 label {
    display: block !important;
    width: 78% !important;
    float: right;
    text-transform: uppercase;
}

.pj .fm-form #fm-item-checkbox2 label,
.pj .fm-form #fm-item-checkbox3 label {
    line-height: 37px;
}

#fm-item-email,
#fm-item-destination,
#fm-item-breed,
#fm-item-intro {
    width: 96%
}

#fm-item-email input,
#fm-item-destination input,
#fm-item-breed input {
    width: 100% !important;
}

.pj .fm-form input[type='text'] {
    padding: 25px 20px;
    float: left;
    border-radius: 5px;
    width: 100% !important;
}

.pj .fm-form input[type=checkbox] {
    width: 42px !important;
    float: left;
}

.pj_blue_box {
    position: relative;
    width: 490px;
    color: #fff;
    float: right;
    margin-right: 42px;
}

.pj_blue_box_text {

    position: absolute;
    padding: 20px 63px;
}

.pj_blue_box_bg {
    position: absolute;
    width: 100%;
    height: 270px;
    opacity: 0.9;
    transform: skew(-20deg);
    background: #195aa9;
}

.pj #fm_form_submit {
    text-transform: uppercase;
    padding: 14px;
    background: #195aa9;
    border-radius: 5px;
    color: #fff;
    height: auto;
    margin-bottom: 100px;
}

.container-w {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1000px;
}

.share-your-story {
    background: #195aa9;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 8px;
}

.share-your-story:hover {
    background: #337ab7;
    color: #fff;
}

#fm-form-9.fm-form {
    margin-top: 0
}

#fm-form-9.fm-form li {
    width: 100%;
    margin-bottom: 18px;
}

#fm-form-9.fm-form #fm-item-share-intro {
    color: #195aa9;
    font-weight: bold;
    font-size: 18px
}

#fm-form-9.fm-form #fm-item-image1,
#fm-form-9.fm-form #fm-item-image2,
#fm-form-9.fm-form #fm-item-image3,
#fm-form-9.fm-form #fm-item-image4 {
    margin: 0;
    color: #fff;
    background: #679ee0;
    padding: 15px;
}

#fm-form-9.fm-form #fm-item-image1 {
    margin-top: 15px;
}

#fm-form-9.fm-form #fm-item-image1,
#fm-form-9.fm-form #fm-item-image2,
#fm-form-9.fm-form #fm-item-image3 {
    padding-bottom: 8px;
}

#fm-form-9.fm-form #fm-item-image1 input[type="file"],
#fm-form-9.fm-form #fm-item-image2 input[type="file"],
#fm-form-9.fm-form #fm-item-image3 input[type="file"],
#fm-form-9.fm-form #fm-item-image4 input[type="file"] {
    background: none;
    border: 0;
    color: #fff
}

#fm-form-9 .erroemsg {
    color: #a00;
}

#fm-form-9.fm-form #fm-item-share-intro label,
#fm-form-9.fm-form #fm-item-image2 label,
#fm-form-9.fm-form #fm-item-image3 label,
#fm-form-9.fm-form #fm-item-image4 label {
    display: none !important;
}

#fm-form-9.fm-form input[type='text'] {
    padding: 25px 20px;

    border-radius: 5px;
    width: 100% !important;
}

#fm-form-9.fm-form #fm_form_submit {
    padding: 14px;
    background: #195aa9;
    border-radius: 5px;
    color: #fff;
    height: auto;
    margin-bottom: 50px;
}

#fm-item-notify label {
    display: block !important;
    width: 95% !important;
    margin-top: 9px;
    float: right;
}

#fm-item-notify input[type=checkbox] {
    display: block !important;
    width: 35px !important;

    float: left;
}

#fm-item-story-desc span {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}

#fm-item-image1 span {
    display: block;
    font-weight: normal;
    margin: -5px 0 15px 0;
}

.page-template-page-shareyourstory .entry-content em {
    color: #a00;
}

.mobile-menu-left,
.mobile-menu-right {
    display: none;
}

.nav-search-bar {
    display: none;
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
    width: 100%;
}

/* homepage banner */
.owl-carousel .item {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(103, 158, 224, 0.8);
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.about-us .owl-dots {
    position: relative;
    top: -22px;
}

.about-us .owl-theme .owl-controls {
    position: relative;
    margin-top: -25px;
}

.about-us .owl-carousel .item {
    height: 300px;
}

.home-banner-content {
    position: relative;
}

.mini-form-t {
    position: absolute;
    top: -720px;
    margin-left: 43px;
    z-index: 4;
}

.mini-form {
    width: 480px;
}

.mini-form-top {
    width: 100%;
    float: left;
}

.mini-form-button {
    background-color: #3475c5;
    color: #d4d4d4;
    text-align: center;
    width: 190px;
    height: 50px;
    float: left;
    display: table;
    font-size: 16px;
    font-weight: 700;
}

.mini-form-button div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.mini-form-button.active {
    background-color: #195aa9;
    color: #ffffff;
}

.mini-form-middle {
    width: 100%;
    height: 230px;
    float: left;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 16px 20px;

}

.mini-form-middle .desc {
    width: 88%;
    line-height: 22px;
    color: #195aa9;
    font-weight: 700;
}

.mini-form-bottom {
    width: 100%;
    float: left;
}

.mini-form-bottom .mini-form-button {
    float: right;
    background-color: #659fe5;
    color: #ffffff;
    width: 220px;
    padding: 0px 15px;
}

.datepicker td,
.datepicker th {
    padding: 1px !important;
}

.form-control.name {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.form-control.left {
    width: 49.5%;
    float: left;
    margin-top: 5px;
}

.form-control.right {
    width: 49.5%;
    float: left;
    margin-left: 1%;
    margin-top: 5px;
}

.banner-bottom {
    position: relative;
}

.banner-bottom-move {
    position: absolute;
    z-index: 5;
    top: -206px;
    width: 100%;
}

.banner-bottom-content {
    width: 100%;
    height: 206px;
    background-color: #195aa9;
}

.banner-b-button {
    background-color: #195aa9;
    color: #ffffff;
    float: left;
    padding: 24px 0 24px 0;
}

.banner-b-button:hover {
    color: #ffffff;
}

.banner-b-button:visited {
    color: #ffffff;
}

.banner-b-button.middle {
    padding: 0;
}

.banner-b-button.left {
    width: 48.8%;
    height: 100%;
}

.banner-b-button .button-logo {
    width: 33%;
    height: 100%;
    float: left;
    text-align: center;
}

.banner-b-button.right .button-logo {
    width: 30.5%;
    padding-right: 20px;
}

.banner-b-button .button-logo .logo-img {
    width: 100%;
}

.banner-b-button .button-logo .logo-name {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding-top: 5px;
}

.banner-b-button .button-text {
    width: 66%;
    height: 100%;
    float: left;
    font-weight: 700;
}

.banner-b-button.right .button-text {
    width: 69.5%;
}

.banner-b-button .button-text .contact {
    text-align: right;
}

.banner-b-button .button-text .contact .phone-num {
    font-size: 18px;
}

.banner-b-button.middle {
    width: 3%;
}

.banner-b-button.right {
    width: 48.2%;
    height: 100%;
    padding-right: 14px;
}

.owl-theme .owl-controls {
    margin-top: 0px;
}

.owl-nav.disabled {
    display: none;
}

.homepage-block .block-t1 {
    min-height: 280px;
    padding: 35px 104px 35px 36px;
    margin: 10px 0;
    display: block;
    float: left;
}

.homepage-block .block-title {
    color: #195aa9;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.homepage-block .block-desc {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.homepage-block .block-desc a {}

.homepage-block .block-desc.client .c-item {
    margin: 2px 0;
    font-weight: 700;
}

.homepage-block .block-t2-c2 .block-desc ul {
    padding-left: 0px;
    margin-left: 20px;
}

.homepage-block .block-t2-c1 .block-desc a {
    color: #ffffff;
    font-weight: 700;
}

.homepage-block .block-t2-c2 .block-desc a {
    color: #666666;
    font-weight: 700;
}

.homepage-block .block-button {
    color: #195aa9;
    width: 100%;
    float: left;
}

.homepage-block .block-button a,
.homepage-block .block-button a:focus {
    border-color: #85a8d1;
    color: #195aa9;
    background-color: #ffffff;
    border-radius: 8px;
}

.homepage-block .block-button a:hover {
    color: #ffffff;
    background-color: #306ab1;
}

.homepage-block .block-t2 {
    min-height: 282px;
    background-color: #195aa9;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.homepage-block .block-t2 .block-left {
    width: 38.1%;
    float: left;
    height: 282px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: right;
}

.homepage-block .block-t2-c1 {
    color: #ffffff;
}

.homepage-block .block-t2-c1 .block-right .block-title {
    color: #ffffff;
}

.homepage-block .block-t2 .block-right {
    width: 61.9%;
    padding: 0px 45px;
    float: left;
    display: inline-grid;
}

.homepage-block .block-t2-c1 .block-right .block-button a,
.homepage-block .block-t2-c1 .block-right .block-button a:focus {
    background-color: #195aa9;
    color: #ffffff;
}

.homepage-block .block-t2-c1 .block-right .block-button a:hover {
    background-color: #ffffff;
    color: #195aa9;

}

.homepage-block .block-t2 .block-right .block-title img {
    /*margin-right:0px;*/
}

/*t2-c2*/
.homepage-block .block-t2-c2 {
    background-color: #ffffff;
}

.homepage-block .block-t2-c2 {
    color: #666666;
}

.homepage-block .block-t2-c2 .block-right .block-title {
    color: #195aa9;
}

.homepage-block .block-t2-c2 .block-right .block-button a,
.homepage-block .block-t2-c2 .block-right .block-button a:focus {
    background-color: #ffffff;
    color: #195aa9;
}

.homepage-block .block-t2-c2 .block-right .block-button a:hover {
    background-color: #195aa9;
    color: #ffffff;

}


.homepage-block .block-t2 .block-right .block-title .title-logo {
    width: 38px;
    float: left
}

.homepage-block .block-t2 .block-right .block-title .title-text {
    float: left
}

/*footer*/

.main-footer {
    margin: 0 0 12px 0;
    height: 130px;
    border-top: 1px solid #4076b8;
    border-bottom: 1px solid #4076b8;
    background-color: #195aa9;
    color: #ffffff;
}

.ft-com-left {
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.ft-com-log {
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.ft-com-log-float {
    float: right;
}

.ft-com-log .ft-ipata {
    height: 70px;
}

.ft-com-log .ft-ata {
    width: 170px;
}

.re-top {
    width: 100%;
    text-align: center;
    z-index: 4;
    position: absolute;
    bottom: 140px;
}

#back-to-top {
    display: block;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
}
#menu-footer-menu-tc,
#menu-footer-menu {
    list-style: none;
    display: table-cell;
    padding: 0px;
    width: 100%;
    height: 14px;
    margin-bottom: 2px;
}

.menu-footer-menu-tc-container,
.menu-footer-menu-container { display:block; clear:both;
    margin-bottom: 2px;
}

.ft-menu .menu-item {
    display: block;
    float: left;
    margin: 0 -1px 4px 0;
    padding: 0 6px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 14px;
}

.ft-menu .menu-item a:hover {
    text-decoration: none !important;
}

.ft-menu .menu-item span {
    font-weight: 700;
    color: #fff;
}

.ft-menu .menu-item span:hover {
    text-shadow: 0px 0px 1px #ffffff;
    text-decoration-line: none !important;
}


/*boarding page*/
.page-background {
    background-color: #ededed;
}

.page-title-banner {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-size: cover;
}
.page-template-boarding-template .page-title{
	bottom:90px;
}
.page-title {
    padding: 20px 0 10px 30px;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 32px;
    text-shadow: 3px 3px 2px #4c4c4c;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 20px;
}
.page-nav {
    /*    padding: 20px 0 10px 30px;*/
    position: relative;
    bottom: 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 2px 1px 2px #4c4c4c;
}

.page-nav a,
.page-nav a:hover {
    color: #ffffff;
    cursor: pointer;
}

.page-numbers.current {
    background-color: #195aa9;
    color: #ffffff;
    cursor: pointer;
}

.page-numbers.current:hover {
    background-color: #195aa9;
    color: #ffffff;
}

.page-content {
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
}

.page-content.top-block {
    border-top: 0px;
}

.page-banner-img {
    max-height: 340px;
    min-height: 120px;
    background-color: rgb(18, 89, 171);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.middle-block {
    margin: 20px 0 0 0;
    font-size: 14px;
}

.middle-block .col-lg-8 {
    border-right: solid 1px #dfdfdf;
}

.m-l-block {
    float: left;
    padding: 30px 30px;
    min-height: 420px;
    text-align: justify;
    text-justify: inter-word;
    width: 100%;
    /*    word-spacing: 1px;*/
}


.m-r-block {
    padding: 30px 30px;
}

.bottom-block {
    margin: 20px 0 65px 0;
    padding: 30px 30px;
    float: left;
    width: 100%;
}

.page-block-title {
    font-size: 24px;
    font-weight: 700;
    color: #195aa9;
}

.fm-form {
    display: block;
    float: left;
    margin-top: 30px;
}

.fm-form ul {
    display: block;
    float: left;
    padding-left: 0px;
}

.fm-form li {
    display: block;
    float: left;
    margin-right: 20px;
    width: 330px;
}

.fm-form label {
    display: table-cell !important;
    height: 32px;
    line-height: 16px;
    vertical-align: middle;
}

.fm-form input {
    width: 100% !important;
    border: solid 1px darkgrey;
    height: 24px;
    border-radius: 0px;
    padding: 0 5px;
    background-color: #f6f6f6
}

.fm-form textarea {
    width: 100% !important;
    border: solid 1px darkgrey;
    //height: 24px;
    border-radius: 0px;
    padding: 0 5px;
    background-color: #f6f6f6
}


.fm-form select {
    border: solid 1px darkgrey;
    height: 24px;
    border-radius: 0px;
    background-color: #f6f6f6;
    margin-top: 3px;
}

.fm-form .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    width: 200px !important;
}

.fm-form .btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}

.fm-form input.submit {
    float: none;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 320px !important;
}


#recaptcha_privacy a {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#fm-item-recaptcha {
    height: 38px;
}

#fm-item-recaptcha label {
    height: 0px;
}

#fm-item-text-5954d699c95cb {
    width: 680px;
}

#fm-item-text-595b09faee91f,
#fm-item-text-595b09fe796e8,
#fm-item-textarea-595b4e5b27e25,
#fm-item-textarea-598be6a0f0e26 {
    width: 680px;
}

#fm-item-note-598d5899da7d2 label,
#fm-item-note-598d6e440c3e8 label,
#fm-item-note-598d6e460ef53 label,
#fm-item-note-598d6e45461f7 label,
#fm-item-note-598d6e46f0118 label {
    height: 18px;
}

/*news-list-page*/
.news-page-content .m-r-block {
    float: left;
}

.list-new-item {
    min-height: 230px;
}

.list-new-item div {
    width: 100%;
    float: left;
}

.list-new-date {
    font-size: 14px;
}

.list-new-title {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.list-new-title a {
    color: #333333;
}

.list-new-title a:hover {
    color: #195aa9;
    text-decoration: none;
}

.list-new-cont {
    font-size: 14px;
    margin-top: 10px;
}

.list-new-rm {
    font-size: 14px;
    font-weight: 700;
    /*    margin-top: 10px;*/
    float: none;
    position: absolute;
    bottom: 0px;
}

.news-item-image {
    display: block;
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.rm-button {
    padding: 4px 8px;
    border: solid 1px #333333;
    width: initial !important;
    color: #333333;
    background-color: white;
}

.rm-button:hover {
    color: #ffffff;
    background-color: #679ee0;
    border: solid 1px #679ee0;
}

.s-new-title {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
}

.s-new-title-2 {
    /*    font-size:14px;*/
    font-weight: 700;
    color: #939393;
    float: left;
    width: 100%;
}

.s-new-select {
    margin-top: 5px;
}

.s-new-input-box {
    width: 150px;
    display: block;
    float: left;
    border-radius: 0;
}

.s-new-submit {
    float: left;
    margin-left: 10px;
    border-radius: 0;
}


/*news item page*/
.news-info-date {}

.news-info-title {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    line-height: 34px;
    margin-top: 15px;
}

.news-info-image {
    margin-top: 15px;
}

.news-info-content {
    margin-top: 30px;
}

.news-select-top {
    display: none;
}

.news-page-content .pagination {
    margin: 0px 0;
}

/*about-us*/
.middle-block.about-us .col-lg-8 {
    border-right: solid 0px #dfdfdf;
}

.about-us .m-l-block {
    min-height: initial;
    display: table;
    width: 100%;
}

.about-us .m-r-block {
    display: table;
    padding-left: 0px;
    padding-right: 60px;
    min-height: 300px;
}

.about-us .block-title {
    font-weight: 700;
    font-size: 24px;
    margin: 30px 30px;
    color: #195aa9;
}

.team-img {
    background-color: white;
    max-height: 240px;
    max-width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: solid 1px rgba(35, 69, 103, 0.2);
    -moz-box-shadow: 1px 1px 10px #234567;
    -webkit-box-shadow: 1px 1px 10px #234567;
    box-shadow: 1px 1px 10px #234567;
	object-fit:cover;
	object-position:top center;
}

.about-us .member-name {
    font-weight: 700;
    font-size: 16px;
}

.about-us .member-title {
    font-weight: 700;
}

.about-us .member-desc {
    margin-top: 15px;
}

.our-friends-items .f-title {
    font-size: 24px;
    font-weight: 700;
    color: #195aa9;
    margin: 0px 0px 30px 0px;
}

/*client-page*/
.client-item.client-slide {
    background-color: rgb(103, 158, 224);
    color: #ffffff;
}

.client-page .owl-carousel .item {
    height: auto;
}

.client-box {
    padding: 10px;
    margin: 10px;
    border: solid 1px rgba(35, 69, 103, 0.2);
    /*-moz-box-shadow: 1px 1px 10px #234567;
   -webkit-box-shadow: 1px 1px 10px #234567;
    box-shadow: 1px 1px 10px #234567;*/
}

.client-link {
    display: block
}

.crop_client {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

.client-content {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    color: #333;
}

.client-img {
    background-color: white;
/*     max-height: 300px; */
    max-width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: solid 1px rgba(35, 69, 103, 0.2);
    -moz-box-shadow: 1px 1px 10px #234567;
    -webkit-box-shadow: 1px 1px 10px #234567;
    box-shadow: 1px 1px 10px #234567;
}

.client-page .owl-carousel .owl-item img {
    width: auto;
}

.client-item .client-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
}

.client-item .m-l-block {
    min-height: 365px;
    display: table;
    width: 100%;
    padding: 30px 5px 30px 30px;
}

.client-item .m-r-block {
    min-height: 365px;
    display: table;
    width: 100%;
    padding: 30px 30px 30px 5px;
}

.client-list {
    padding: 15px 30px;
}

.client-list .client-name-s {
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    display: table;
    min-height: 40px;
    margin-left: 10px;
}

.client-list .client-name-s div {
    display: table-cell;
    vertical-align: middle;
}

.client-list .client-name-s div {
    display: table-cell;
    vertical-align: middle;
    color: #195aa9;
}

.client-list .client-name-logo {
    display: table;
    height: 40px;
    padding-right: 0px;
}

.client-list .client-name-logo div {
    display: table-cell;
    vertical-align: middle;
}

.client-list .client-name-logo {
    width: 16%;
    float: left;
}

.client-list .client-name-s {

    padding-left: 0px;
}

#show-more {
    display: block;
    width: 100px;
    font-size: 14px;
    margin-left: auto;
    //margin-right:auto;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 0;
}


/*contact-us*/
.contact-us-content .m-l-block {
    padding: 30px 15px 30px 50px;
}

.contact-form-r {
    padding: 30px 50px 30px 50px;
    float: left;
    min-height: 628px;
    width: 100%;
    background-color: #679ee0;
    color: #fff;
}

.contact-form-r .page-block-title {
    color: #fff;
}

.contact-form-r .fm-form li {
    width: 100% !important;
}

.contact-form-r .fm-form input {
    height: 34px;
}

.contact-form-r .fm-form textarea {
    padding: 2px 5px;
}

.contact-form-r .fm-form .recaptcha_input_area input {
    height: 20px;
}

.contact-form-r .fm-form .btn-primary {
    /*    color: #333;
        background-color: #ededed;
        border-color: #333;*/
}

/*google search*/
.gsc-table-result {
    display: block;
    padding: 0px 8px;
}

input.gsc-search-button {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

#gsc-i-id1 {
    font-size: 14px;
}

.gsib_a {
    padding: 0px 5px !important;
}

div.gsc-result-info {
    padding-left: 0px !important;
}

.gsc-webResult.gsc-result {
    border-bottom: 1px solid #ededed !important;
}

.gsc-adBlock {
    display: none !important;
}

.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:focus,
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:hover {
    background: #f3f2f2;
    border: 1px solid #fff;
}

.blue_box {
    display: table;
    background-color: #125aab;
    color: #ffffff;
    height: 200px;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    border: 3px solid #125aab;
    margin: 7px 0;
    transition: all .7s;
}

.blue_box span {
    color: #ffffff;
    text-decoration: none
}

.blue_box:hover {
    background-color: #f0f7ff;
    color: #125aab;
}

.blue_box:hover span {
    color: #125aab;
}

.team_box,
.tips_box {
    padding: 15px;
    background-color: #fff;
}

.team_box .box1 {
    background-color: #eaf3ff;
    display: block;
    height: 100%;
}

.team_box .box {
    display: table;

    color: #333333;

    width: 100%;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    font-weight: bold;



    transition: all .7s;
}

.team_box .box img,
.tips_box .box img {
    display: block;
    margin: 5px auto 5px auto;
    max-height: 200px;
    max-width: 200px;
	height:auto;
	width:auto;
    border: 8px solid #ffffff;
}

.team_box .team_img_box {
    height: 210px;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.team_box .team_img {
    width: 200px;
    height: 210px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tips_box .box {

    display: table;

    color: #333333;

    width: 100%;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    font-weight: bold;

}

.tips_box .box2 {
    background-color: #fff6ea;
    display: block;
    height: 100%;
}
#navbar .nav .menu-item-object-destinations ul.dropdown-menu,
#menu-item-755 ul.dropdown-menu {
    width: 450px;
}
#navbar .nav .menu-item-object-destinations ul.dropdown-menu li,
#menu-item-755 ul.dropdown-menu li {
    float: left;
    width: 33.3%;
} 
.destinations .blueboxes-2{
    display:none;
}
#boarding-enquiry.page-content.middle-block{
	padding:30px;
}

/*header-menu*/
@media (min-width: 768px) {

    .navbar {
        margin-bottom: 0px;
    }


    .navbar .navbar-inner {
        padding: 0;
    }

    .navbar .nav {
        margin: 0;
        /*		display: table-row;*/
        width: 100%;
    }

    .navbar .nav li {
        display: block;
        width: calc(100% / 7);
        float: left;
    }

    .navbar .nav li a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar .nav li ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .nav li li {
        display: block;
        width: auto;
        float: none;
        border-bottom: 1px solid #ffffff;
    }

    .navbar .nav li .caret {
        display: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar-wrapper {
        margin-top: 0px;
        position: relative;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .navbar-wrapper .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-wrapper .navbar {
        border-radius: 0px;
    }

    .navbar-wrapper .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar .container li a:hover {
        background-color: #a2c4ec;
        color: #ffffff;
    }

    .dropdown-menu li:hover {
        background-color: #deebf8;
        color: #125aaa;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        width: 240px;
        background-color: rgba(242, 246, 253, 0.95);
    }

    .dropdown:hover .dropdown-menu .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
        display: block;
        top: -9px;
        left: -100%;
        background-color: rgba(242, 246, 253, 0.95);
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 700;
        line-height: 1.8;
        color: #333333;
        white-space: normal;
    }

    .dropdown-menu {
        border-radius: 8px;
        font-weight: 700;
    }


    .header-menu-bar {
        max-height: 50px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
    }


    .ui-corner-all {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid #659fe5;
        background: #659fe5;
        font-weight: normal;
        color: #fff;
    }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        color: #195aa9;
        font-weight: 700;
    }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus,
    .ui-button:hover,
    .ui-button:focus {
        border: 1px solid #ccc;
        background: #659fe5;
        font-weight: normal;
        color: #ffffff;
    }


}




@media (max-width: 1162px) {
    .crop_client {
        width: 85px;
        height: 85px;
        overflow: hidden;
        margin: 0 auto;
    }

    .mini-form {
        width: 380px;
    }

    .mini-form-t {
        margin-left: 0px;
    }

    .navbar .nav li a {
        font-size: 14px;
    }

    .hm_banner_leaf {
        top: -650px;
    }

    .mini-form-t {
        top: -610px;
    }

    .hm-banner-owl .owl-carousel.owl-loaded.owl-drag {
        height: 710px !important;
    }

    .hm-banner-owl .owl-carousel .item {
        height: 710px;
    }

    .banner-bottom-move {
        top: -206px;
    }

    /*form*/
    .fm-form li {
        width: 46%;
    }

    #fm-item-text-5954d699c95cb,
    #fm-item-text-595b09faee91f,
    #fm-item-text-595b09fe796e8,
    #fm-item-textarea-595b4e5b27e25,
    #fm-item-textarea-598be6a0f0e26 {
        width: 95%;
    }

    #fm-item-recaptcha {
        height: auto;
        width: 100%;
    }

    .fm-form input.submit {
        float: none;
        margin-top: 0px;
    }

    /*    #fm-item-recaptcha{
            width:100%
        }*/
    #recaptcha_area {
        margin-left: auto;
        margin-right: auto;
    }

    .client-img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .about-us .m-l-block {
        float: none;
    }

    .list-new-item {
        min-height: 250px;
    }

    .news-item-image {
        height: 250px;
    }

    .pj-img-5 {

        top: -80px;
        width: 150px;
    }

    .pj-8-img {
        width: 400px;
    }

    .pj .fm-form #fm-item-checkbox1,
    .pj .fm-form #fm-item-checkbox2,
    .pj .fm-form #fm-item-checkbox3,
    .pj .fm-form #fm-item-checkbox4 {
        width: 100%
    }

    .pj .fm-form #fm-item-checkbox1 label,
    .pj .fm-form #fm-item-checkbox2 label,
    .pj .fm-form #fm-item-checkbox3 label,
    .pj .fm-form #fm-item-checkbox4 label {
        width: 84% !important;
        line-height: 37px;
    }
}


@media (max-width: 949px) {
    .crop_client {
        width: 130px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

    .hm-banner-owl .owl-carousel .item {
        height: 400px;
    }

    .hm-banner-owl .owl-carousel.owl-loaded.owl-drag {
        height: 400px !important;
    }

    .hm-banner-caption {
        padding-left: 15px;
        float: left;
    }

    .header-bar {
        min-height: 160px;
    }

    .homepage-block .block-t2 .block-right {
        padding: 0px 30px;
    }

    .navbar .nav li {
        width: initial;
    }

    .navbar .nav li a {
        padding-left: 14.4px;
        padding-right: 14.4px;
        font-size: 14px;
    }

    .banner-b-button-s {
        width: 100%;
    }

    .banner-b-button {
        padding: 30px;
    }

    .banner-bottom-move {
        position: static;
    }

    .banner-bottom-content {
        height: auto;
        /*        min-height: 360px;*/
        min-height: 340px;
    }

    .banner-b-button .button-logo,
    .banner-b-button.right .button-logo {
        width: 100%;
    }

    .banner-b-button .button-text,
    .banner-b-button.right .button-text {
        width: 100%;
    }

    .banner-b-button .button-text .contact {
        text-align: left;
    }

    .banner-b-button .button-text .desc {
        padding: 15px 0;
    }

    .banner-b-button .button-text .contact {
        display: block;
        position: absolute;
        bottom: 30px;
    }

    .banner-b-button.middle img {
        height: 340px;
        width: 34px;
        min-height: 340px;
    }

    .hm_banner_leaf {
        display: none;
    }

    .mini-form-t {
        position: static;
    }

    .mini-form {
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
        border-bottom: solid 1px #d3d3d3;
        moz-box-shadow: 0px 1px 8px rgba(35, 69, 103, 0.2);
        -webkit-box-shadow: 0px 1px 8px rgba(35, 69, 103, 0.2);
        box-shadow: 0px 1px 8px rgba(35, 69, 103, 0.2);

    }

    .mini-form-middle {
        /*        border: solid 1px #d4d4d4;*/
        height: 230px;
    }

    /*contact-us*/
    .contact-us-content .m-l-block {
        padding: 30px 30px;
    }

    .contact-us-content .contact-form-r {
        padding: 30px 30px;
    }

    .contact-us-content .row-1 {
        margin-left: -7px;
        margin-right: -8px;
    }

    .contact-us-content .col-sm-6 {
        width: 100%;
    }

    /*client*/
    .client-item .m-l-block {
        min-height: 100px;
        display: block;
        padding: 30px 30px 0px 30px;
    }

    /*about-us*/
    .about-us .m-l-block {
        float: none;
        min-height: 100px;
    }

    .about-us .owl-carousel .item {
        width: 100%;
        height: 300px;
        background-size: contain;
    }

    .about-us .owl-carousel.owl-loaded {
        padding-bottom: 30px;
        height: 330px !important;
    }

    /*news*/
    .news-page-content .m-l-block {
        padding: 30px 30px;
    }

    .news-page-content .news-show-list .m-l-block {
        padding: 30px 15px;
    }

    .news-select-top {
        display: none;
    }

    .news-select-top .m-r-block {
        padding: 30px 30px 0 30px;
    }

    .news-select {
        display: block;
        width: 100%;
        float: left;
    }

    .news-page-content .news-select .m-r-block {
        float: left;
        width: 100%;
        border-top: 1px solid #ededed;
        padding: 20px 30px;
    }

    .pagination-div {
        text-align: center;
    }

    /*footer*/
    .main-footer {
        height: 210px;
    }

    .ft-com-left {
        height: 80px;
        vertical-align: bottom;
    }

    .ft-com-log-float {
        float: left;
    }

    .ft-com-log {
        text-align: left;
    }

    .re-top {
        bottom: 220px;
    }

    .pj_blue_box {
        width: 390px
    }

    .pj_blue_box_bg {
        height: 370px;
        transform: skew(-10deg);
    }

    #pj-4 h2 {
        margin-top: 0 !important;
    }

    #pj-4 p {
        margin-bottom: 80px !important;
    }

    #pj-6 h2 {
        margin-top: 0 !important;
    }

    .pj-img-5 {

        top: -60px;

        width: 100px;
    }

    .pj-8-img {
        width: 270px;
        margin-top: 50px;
    }

    #pj-5 .textbox {
        max-width: 700px;
    }

    #fm-item-notify label {
        width: 92% !important;
    }

    .destinations .col-md-4.m-2 {
        width: 33.33%;
        float: left;
    }

    .destinations .blue_box {
        display: table;
        height:auto;
        min-height: 110px;
        width: 100%;
        padding: 6px;
        font-size: 14px;
        text-align: left;
        line-height: 1.2;
        margin: 4px 0;
    }

}

@media (max-width: 767px) {

    .dropdown-menu {
        float: none;
        position: relative;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        border: 0;
    }

    .navbar .nav li ul.dropdown-menu li a {
        padding-left: 25px;
    }

    .navbar .nav li ul.dropdown-menu li ul.dropdown-menu li a {
        padding-left: 40px;
    }

    .dropdown-menu>li>a {
        color: #679ee0
    }

    .navbar-wrapper .container,
    .navbar-header-container {
        padding-left: 9px;
        padding-right: 9px;
    }

    .main-footer .container {
        padding-left: 9px;
        padding-right: 9px;
    }

    .header-bar {
        display: none;
    }

    .mobile-menu-left,
    .mobile-menu-right {
        display: block;
    }

    .navbar {
        margin-bottom: 5px;
    }

    .navbar-header {
        padding-bottom: 5px;
    }

    .navbar-inverse,
    .navbar-wrapper {
        background-color: #195aa9;
    }

    .navbar-inverse .navbar-toggle:hover {
        background-color: #659fe5;
        border-color: #659fe5;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #ffffff;
    }

    .navbar-inverse .navbar-collapse {
        background-color: white;
        margin-right: -18px;
        margin-left: -18px;
        border-color: #195aa9;
    }

    .navbar .nav li a {
        font-size: 14px;
        font-weight: 700;
        border-top: solid 1px rgba(103, 158, 224, 0.15);
    }

    .navbar .nav li:last-child a {
        border-bottom: solid 1px rgba(103, 158, 224, 0.15);
    }

    .header-phone {
        margin-top: 8px;
    }

    .header-email {
        margin-top: 4px;
    }

    .navbar-toggle {
        margin-top: 4px;
        margin-bottom: 0px;
    }

    .nav-search-bar {
        display: block;
    }

    .nav-search-bar .form-control {
        //height: 34px;
    }

    #menu-item-fb-hc,
    #menu-item-language-hc {
        display: block;
    }
.navbar .nav li.menu-item-language-ex {
        display: block;
}
    .navbar-nav .open .dropdown-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        border-color: #679ee0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #679ee0;
        padding: 5px 15px 5px 15px;
    }

    .navbar-inverse .navbar-nav>li>a:focus {
        color: #195aa9;
        background-color: #ffffff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #679ee0;
        background-color: #ffffff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ffffff;
        background-color: #9bc8ff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu li a:before {
        content: "· ";
    }

    .banner-bottom-content {
        height: auto;
        min-height: initial;
    }

    .banner-b-button {
        padding: 30px 15px;
    }

    .banner-b-button.middle {
        display: none;
    }

    .banner-b-button.left,
    .banner-b-button.right {
        width: 100%;
        display: block;
        border: solid 1px #fff;
    }

    .banner-b-button.right {
        border-top: solid 0px #fff;
    }

    .banner-b-button .button-text .contact {
        display: block;
        position: static;
        bottom: initial;
    }

    .banner-b-button .button-logo,
    .banner-b-button.right .button-logo {
        width: 30%;
    }

    .banner-b-button .button-text,
    .banner-b-button.right .button-text {
        width: 70%;
    }

    .banner-b-button-s {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-b-button.right .button-logo {
        padding-right: 0px;
    }

    .hm-banner-caption {
        padding: 0 15px;
    }

    .homepage-block .block-t2 .block-left {
        width: 100%
    }

    .homepage-block .block-t2 .block-left img {
        display: none;
    }

    .homepage-block .block-t2 .block-right {
        width: 100%
    }

    .block-right-h {
        min-height: 200px !important;
    }

    .homepage-block .block-t2 .block-right {
        padding: 20px 30px;
    }

    .homepage-block .block-t2 {
        margin: 1px 0;
    }

    .block-right-h {
        width: 100%;
    }

    .marketing {
        display: table;
        width: 100%;
    }

    .main-footer {
        height: 230px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .menu-footer-menu-container {
        margin-bottom: 8px;
    }

    .re-top {
        bottom: 228px;
    }

    .ft-com-log {
        height: 100px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .m-l-block {
        text-align: left;
    }

    .page-content a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .middle-block.page-content img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .middle-block.page-content td,
    .middle-block.page-content th {
        padding-bottom: 10px;
    }

    .about-us .m-l-block {
        padding: 30px 15px;
    }

    .about-us .block-title {
        margin: 30px 15px;
    }
#navbar .nav .menu-item-object-destinations ul.dropdown-menu,
    #menu-item-755 ul.dropdown-menu {
        width: inherit
    }
#navbar .nav .menu-item-object-destinations ul.dropdown-menu li,
    #menu-item-755 ul.dropdown-menu li {
        float: none;
        width: inherit;
    }

    .client-list {
        padding: 10px;
    }

    .client-box {
        padding: 10px 0;
    }

    #pj-3 {
        min-height: 430px;
    }

    #pj-4 {
        padding-top: 0px;
    }

    .pj_blue_box {
        width: 100%;
        margin: 0
    }

    .pj_blue_box_bg {
        display: none;
    }

    .pj_blue_box_text {
        background: #195aa9;
        padding: 20px 33px;
        opacity: 0.9;
        margin: 40px 0 0 0;
    }

    .pj-img {
        width: 50%;
        display: block;
        margin: 20px auto;
    }

    #pj-5 .textbox {
        margin: 0 30px;
    }

    #pj-6 {
        padding-top: 0;
    }

    #pj-8 {
        min-height: 580px;
    }

    .pj-8-img {
        width: 140px;
        margin-top: 230px;
    }

    #fm-item-email input,
    #fm-item-destination input,
    #fm-item-breed input,
    .pj .fm-form input[type=text] {
        width: 200px !important;
    }

    .pj .fm-form #fm-item-checkbox1 label,
    .pj .fm-form #fm-item-checkbox2 label,
    .pj .fm-form #fm-item-checkbox3 label,
    .pj .fm-form #fm-item-checkbox4 label {
        width: 78% !important;
        line-height: inherit;
    }

    #fm-item-notify label {
        width: 83% !important;
        margin-top: 4px;
    }

}

@media (max-width: 609px) {
    .news-page-content .list-new-item {
        width: 100%;
    }

    .news-page-content .list-new-item-r {
        height: auto;
        min-height: 200px;
        padding-top: 20px;
    }

    .list-new-rm {
        margin-top: 30px;
        position: static;
        bottom: initial;
    }
    .destinations .col-md-4.m-2 {
        width: 50%;
        float: left;
    }

}

@media (max-width: 589px) {

    .header-phone,
    .header-email {
        display: none;
    }

    .hm-banner-caption {
        float: none;
        margin-left: auto;
        margin-right: auto;
		width:auto;
		font-size: 32px;
		line-height: 1.5;
    }

    #menu-item-ph-hc,
    #menu-item-email-hc {
        display: block;
    }
}

@media (max-width: 579px) {

    /*form*/
    .fm-form li {
        width: 95% !important;
    }
}

@media (max-width: 499px) {
    .about-us.abt-team .col-lg-4 {
        width: 100%;
    }

    .about-us.abt-team .col-lg-8 {
        width: 100%;
    }

    .about-us.abt-team .col-lg-8 .m-r-block {
        padding: 0 15px 30px 15px;
        min-height: 100px;
    }
}

@media (max-width: 488px) {

    .button-logo-h-left,
    .button-logo-h-right {
        height: 90px !important;
    }

    .banner-b-button .button-logo .logo-name {
        font-size: 16px;
    }

    .banner-b-button .button-logo,
    .banner-b-button.right .button-logo {
        width: 100%;
    }

    .banner-b-button .button-text,
    .banner-b-button.right .button-text {
        width: 100%;
    }

    .main-footer {
        height: 270px;
    }

    .re-top {
        bottom: 268px;
    }

    .ft-com-log {
        height: 90px;
        vertical-align: bottom;
    }

    .ft-com-log img {
        margin-bottom: 5px;
    }

    .ft-com-log .ft-ipata {
        width: 80%;
    }

    .ft-com-log .ft-ata {
        width: 45%;
    }

    .pj .fm-form #fm-item-checkbox1 label,
    .pj .fm-form #fm-item-checkbox2 label,
    .pj .fm-form #fm-item-checkbox3 label,
    .pj .fm-form #fm-item-checkbox4 label {
        line-height: 15px;
        margin: 10px 0 0 0;
    }


}

@media (max-width: 460px) {
    .destinations .blueboxes-1{
        display:none;
    }
    .destinations .blueboxes-2{
        display:unset;
    }
}

@media (max-width: 399px) {
    .mini-form-button {
        width: 50%
    }

    .homepage-block .block-t1 {
        padding: 35px 36px 35px 36px;
    }

    .fm-form li {
        margin-right: 0px;
    }

}

@media (max-width: 379px) {
    #recaptcha_widget_div {
        transform: scale(0.8);
        margin-left: -10%;
    }

    .fm-form input.submit {
        width: 150px !important;
    }

    #recaptcha_area,
    #recaptcha_table {
        width: auto !important;
    }

    .fm-form {
        width: inherit;
    }

    .fm-form ul {
        width: 100%;
    }

    .share-your-story {
        font-size: 16px;
        padding: 5px 10px;
    }
    .destinations .col-md-4.m-2 {
        width: 50%;
        float: left;
    }

    .destinations .blue_box {
        display: table;
        height:auto;
        min-height: 110px;
        width: 100%;
        padding: 4px;
        font-size: 13px;
        text-align: left;
        line-height: 1.2;
        margin: 4px 0;
    }
}

@media (max-width: 320px) {
    .destinations .col-md-4.m-2 {
        width: 100%;
        float: left;
    }

    .destinations .blue_box {
        display: table;
        height:auto;
        min-height: 60px;
        width: 100%;
        padding: 4px;
        font-size: 13px;
        text-align: left;
        line-height: 1.2;
        margin: 2px 0;
    }
}