@import 'https://fonts.googleapis.com/css?family=Comfortaa|Marck+Script|PT+Sans:400,400i,700,700i|Rubik:400,400i,500,500i,700,700i&subset=cyrillic';
@import url('../bower_components/animate.css/animate.css');
@import url('reset.css');
@import url('commons.css');
@import url('fonts.css');
@import url('typography.css');
@import url('fixer.css');
@import url('forms.css');
@import url('sliders.css');

html {
    color: #000;
    /*font-family: "PT Sans";*/
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
}

body {

}

.topBlock__area {
    width: 100%;
    position: relative;
}

.header__area {
    background: rgba(9, 75, 156, .7);
    position: absolute;
    width: 100%;
    z-index: 10;
}
video {
    width: 100%;
}
.header {
    width: 1280px;
    height: 66px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.logo1 {
    width: 180px;
    height: 120px;
    background: rgba(24,72,131,.5);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo1 a {

}

.logo1 img {
    display: block;
}

.topMenu__area {

}

.topMenu {
    width: 800px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.topMenu li {
    list-style: none;
    height: 66px;
}

.topMenu li a {
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    line-height: 66px;
    text-transform: uppercase;
    color: #ddd;
    text-decoration: none;
    display: block;
    padding: 0 12px;
}

.topMenu li.active, .topMenu li:hover {
    background: rgba(157, 188, 62, .68);
}

.topMenu li.active a, .topMenu li:hover a {
    color: #ffd200;
}

.immigration {
    width: 215px;
    height: 66px;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(157, 188, 62, .68);
}

.immigration i {
    font-size: 24px;
    color: #ddd;
    margin-right: 10px;
}

.immigration span {
    color: #ddd;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.immigration:hover {
    background: rgba(157, 188, 62, .68);
}

.immigration:hover span, .immigration:hover i {
    color: #ffc600;
}

.language__area {
    width: 110px;
    min-height: 66px;
    padding: 16px 0 16px 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    background: url(../img/bg1.png) right 2px top 29px no-repeat;
}

.language__area:hover {
    background: url(../img/bg1.png) right 2px top 29px no-repeat #184883;

}

.language {
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    color: #ddd;
    display: none;
    width: 100%;
    order: 1;
    cursor: pointer;
}

.language img{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-right: 5px;
}

.language.active, .language:hover {
    color: #efbe31;
}

.language__area:hover .language {
    display: block;
}

.language.active {
    display: block;
    order: 0;
}

.toBottom {
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 20;
    width: 52px;
    margin-left: -26px;
    -webkit-animation: b 1s infinite;
    animation: b 1s infinite;

}

.toBottom i {
    font-size: 36px;
    color: #fff;
}

@-webkit-keyframes b {
    0% {
        bottom: 60px
    }
    50% {
        bottom: 50px
    }
    to {
        bottom: 60px
    }
}

@keyframes b {
    0% {
        bottom: 60px
    }
    50% {
        bottom: 50px
    }
    to {
        bottom: 60px
    }
}

.tourBox__area {
    width: 100%;
    background: url(../img/bg2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 38px 0;
}

.tourBox__areaInner {
    width: 1280px;
    margin: 0 auto;
}

.tourBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tourBox a {
    width: 33.33%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0 10px;
}

.tourBox a img {
    display: block;
    width: 100%;
}

.tourBox a span {
    color: #fac600;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.tourBox a p {
    color: #fac600;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.tourBox a:hover img {
    opacity: .7;

}

.tourBox_vertical a {
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 20px;
}

.tourBox_vertical a img {
    display: block;
    width: 100%;
}

.tourBox_vertical a span {
    color: #fac600;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.tourBox_vertical a:hover img {
    opacity: .7;

}

.tourBox_vertical a p {
    color: #fac600;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.mainMap__area {
    width: 100%;
    height: 1172px;
    overflow: hidden;
    background: url(../img/bg3.jpg) top center no-repeat #0062C7;
}

.mainMap {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mainMap__objects {
    width: 800px;
    height: 850px;
    position: relative;
}

.mainMap__objectsAustraliaText {
    position: absolute;
    display: block;
    top: 5px;
    left: 225px;
    color: white;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.mainMap__objectsAustralia {
    position: absolute;
    display: block;
    top: 37px;
    left: 246px;
    color: white;
    font-family: Rubik;
    font-size: 33px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 5px 15px;
}

.mainMap__objectsAustralia:hover {
    color: #184883;
    border: 1px solid #184883;
}


.mainMap__objectsTasmaniaText {
    position: absolute;
    display: block;
    top: 520px;
    left: 165px;
    color: white;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.mainMap__objectsTasmania {
    position: absolute;
    display: block;
    top: 560px;
    left: 190px;
    color: white;
    font-family: Rubik;
    font-size: 33px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 5px 15px;
}

.mainMap__objectsTasmania:hover {
    color: #184883;
    border: 1px solid #184883;
}


.mainMap__objectsHobartText {
    position: absolute;
    display: block;
    top: 700px;
    left: 365px;
    color: white;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;

}

.mainMap__objectsHobart {
    position: absolute;
    display: block;
    top: 735px;
    left: 389px;
    color: white;
    font-family: Rubik;
    font-size: 23px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;

}

.mainMap__objectsHobart:hover {
    color: #fac600;

}

.mainMap__info {
    width: 480px;
    display: inline-block;
    padding-top: 25px;
    position: relative;

}

.mainMap__infoTitle {
    color: #fac600;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.mainContent {
    color: #fff;
    text-align: justify;
}

.redmore1 {
    text-decoration: none;
    display: block;
    margin: 25px auto;
    width: 143px;
    background: #f4cd3d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
}

.redmore1:hover {
    background: #184883;
}

.redmore1 span {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    color: white;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: 41px;
    text-transform: uppercase;
    display: inline-block;
}

.redmore1 i {
    display: inline-block;
    line-height: 41px;
    color: white;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.gallery__area {
    width: 100%;
}

.gallery {
    width: 100%;
    font-size: 0;
    background:  url(../img/bg12.jpg);
}



.galery__itemLink {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.galery__itemLink img {
    display: block;
    width: 100%;
}

.galery__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.galery__item img {
    display: block;
    width: 100%;
}

.galery__item span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 106, 167, .74);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
    color: white;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0;
    transition: all .5s;
    text-decoration: none;
}

.galery__item span p{

    color: white;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;

}

.galery__item:hover span {
    opacity: 1;
}

.galery__itemLinkInner {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.galery__itemLinkInnerIco {
    display: block;
    text-decoration: none;
}

.galery__itemLinkInnerIco i {
    font-size: 110px;
    color: #fff;
}

.galery__itemLinkInnerIco p {
    color: white;
    font-family: Rubik;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

.galery__itemLinkInner .icon-next {
    font-size: 42px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.galery__itemLinkInner span {
    color: #ffc600;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-decoration: underline;
    text-transform: uppercase;
}

span.galleryTitle {
    color: #ffc600;
    font-family: 'Conv_Annabelle';
    font-size: 60px;
    font-weight: 500;
    line-height: 75px;
    text-transform: none;
    text-decoration: none;
}

.bottomInfo__area {
    width: 100%;
    background: url(../img/bg8.jpg) top center;
    padding: 50px 0;
}

.bottomInfo {
    width: 1280px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bottomInfo__item {

}

.bottomInfo__title {
    color: white;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bottomInfo__inner {

}

.bottomInfo__contacts {
    color: #cfcfcf;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.bottomInfo__contacts i {
    font-size: 24px;
    margin-right: 15px;
}

.bottomInfo__contacts span {
    color: #cfcfcf;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.bottomInfo__contacts a {
    color: #cfcfcf;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.footerMenu {

}

.footerMenu li {
    list-style: none;
}

.footerMenu li a {
    color: #cfcfcf;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.footerMenu li a:hover {
    text-decoration: underline;
}

.like__area {
    width: 210px;

}

.likeBlock {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.likeBlock a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 52px;
    height: 51px;
    background-color: #094b9c;
    border: 6px solid rgba(255, 255, 255, 0.32);
    margin: 0 18px 14px 0;
}

.likeBlock a:hover {
    background: #fac705;
    border: 6px solid transparent;
}

.likeBlock a span {
    width: 32px;
    height: 32px;
    /*background: #8b8b8b;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.likeBlock a i {
    color: #628cc0;
    font-size: 22px;
    margin: 0;
}

.likeBlock a:hover i {
    color: #0661d2;
}

/*.like_twitter {*/
/*background: #01acf1;*/
/*}*/

/*.like_gp {*/
/*background: #d83001;*/
/*}*/

/*.like_vk {*/
/*background: #24658b;*/
/*}*/

/*.like_ok {*/
/*background: #ff9400;*/
/*}*/

/*.like_fb {*/
/*background: #20589b;*/
/*}*/

/* a.sc-b5:hover {background-position: -783px -72px;} */
/*a.sc-b6 {background-position: -230px 0px;}*/
/* a.sc-b6:hover {background-position: -639px -72px;} */

.footer__area {
    background: #ceac2b;
}

.footer {
    width: 1280px;
    margin: 0 auto;
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__tm {
    color: white;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.footer__dev {
    color: white;
    line-height: 30px;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
}

.footer__dev a {
    color: white;
    font-family: Comfortaa;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

.footer__dev a:hover {
    text-decoration: none;
}

.textPage__area {
    background: url(../img/bg9.jpg) top center no-repeat, url(../img/bg12.jpg);
    padding-bottom: 30px;
}

.textBlog__area {
    background: url(../img/bg18.png) top center no-repeat, url(../img/bg12.jpg);
}

.galleryPage__area {
    background: url(../img/bg22.jpg) top center no-repeat, url(../img/bg12.jpg);
}

.tourPage__area {
    background: url(../img/bg19.png) top center no-repeat, url(../img/bg12.jpg);
    padding-bottom: 40px;
}

.reviewPage__area {
    background: url(../img/bg21.png) top center no-repeat, url(../img/bg12.jpg);
    padding-bottom: 40px;
}

.contactsPage__area {
    background: url(../img/bg20.png) top center no-repeat, url(../img/bg12.jpg);
}

.immigrationPage__area{
    background: url(../img/immigration-bg.jpg) top center no-repeat, #4697e9;
    padding-bottom: 40px;
}

.topBlock__area_inTextPage {
    height: 285px;
}

.topBlock__area_inGallery {
    height: 400px;
}

.textPage__outer {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contactsPage__outer {
    width: 1280px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 50px;
}

.textPage__left {
    width: 795px;
}

.textPage__right {
    width: 410px;
}

.textPage__right_pt150 {
    padding-top: 150px;
}

.textPage__right_pt50 {
    padding-top: 50px;
}

.textPage__right_pt60 {
    padding-top: 60px;
}

.textPage__rightTitle {
    text-align: center;
    margin-bottom: 20px;
}

.textPage__rightTitle p {
    color: white;
    font-family: 'Conv_Annabelle';
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;
}

.textPage__leftOuter {

    background: url(../img/bg10.png) top center no-repeat, url(../img/bg11.png) bottom center no-repeat #fff;
    padding: 100px 65px;
    margin-bottom: 60px;
}

.textPage__leftOuter_immigration {

    background: url(../img/immigration.jpg) top center no-repeat #fff;
    padding: 40px 65px;
    margin-bottom: 60px;
}

.immigrationLogo{
    text-align: center;
        margin-bottom: 50px;

}

.content h1 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    background: url(../img/bg13.png) bottom center no-repeat;
    margin-bottom: 20px;
    color: #cc1010;
    font-family: verdana;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.tourMenuTitle {
    text-align: center;
    color: #333399;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}

.content h2 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.content p {
    margin-bottom: 13px;
}

.rightTourBox {
    border: 1px solid #cbe7c7;
    padding: 30px;
    margin-bottom: 20px;
}

.rightTourBox_20 {
    border: 1px solid #cbe7c7;
    padding: 20px;
    margin-bottom: 20px;
}

.rightTourBox a {
    /*width: 420px;*/
    /*height: 275px;*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px;
}

.rightTourBox a img {
    display: block;
    width: 100%;
}

.rightTourBox a span {
    color: #ffc700;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.rightTourBox a p {
    color: #ffc700;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.rightTourBox a:hover img {
    opacity: .5;

}

a.rightTourBox__redmore {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 160px;
    background: #ffc700;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

a.rightTourBox__redmore:hover {
    background: #184883;
}

a.rightTourBox__redmore span {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    color: white;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: 41px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    bottom: auto;
    width: auto;
    text-align: inherit;
    padding: 0;
}

a.rightTourBox__redmore i {
    font-size: 25px;
    display: inline-block;
    line-height: 41px;
    color: white;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    margin-right: 5px;
}

.blogPage__outer {
    width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 40px;
}

.title__center {
    padding: 20px 0 40px;
    display: block;
    color: white;
    font-family: Rubik;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
}

.blogPage__inner {
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 34px;
}

.blogPage {

    margin: 0 -10px;
}

.blogPage .rows {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -10px;
}

.blogItem {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;

}

.blogItem__link {
    display: block;
    text-decoration: none;
    background: #fff;
    height: 100%;
}

.blogItem__link:hover {
    opacity: .7;
}

.blogItem__img {
    width: 100%;
}

.blogItem__img img {
    display: block;
    width: 100%;
}

.blogItem__Info {
    background: #fff;
    padding: 20px;

}

.blogItem__date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.blogItem__date span {
    color: #959595;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    display: inline-block;
}

.blogItem__dateLine {
    height: 1px;
    background-color: #b5b5b5;
    display: inline-block;
    width: 140px;
}

.blogItem__title {
    color: #252a2e;
    font-family: "PT Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.tour1level__outer {
    width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 40px;
}

.tourBox__outer {
    width: 1280px;
    padding: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .7);
    margin-bottom: 40px;
}

.tourBox__title {
    position: absolute;
    top: -20px;
    color: #006091;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    background: #ffc700;
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s;
}

.tourBox__title:hover {
    color: #ffc700;
    background: #006091;
}

.textPage__outer_pt100 {
    padding-top: 100px;
}

.tourBox2__outer {
    width: 100%;
    padding: 40px 45px 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .7);
    margin-bottom: 40px;
}

.tourBox2__title {
    position: absolute;
    top: -17px;
    color: white;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    background: #2d9320;
    padding: 0 20px;

}

.tourBox2 {
    width: 100%;
    position: relative;
}

.tourBox2__inner {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.tourBox2__item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}

.tourBox2__itemInner {
    height: 100%;
    background: #fff;
    position: relative;
}

.tourBox2__itemImg {
    width: 100%;
}

.tourBox2__itemImg img {
    display: block;
    width: 100%;
}

.tourBox2__Info {
    background: #fff;
    padding: 20px;


    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.tourBox2__itemTitle {
    color: #4d4c4c;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 40px;
}
.tourBox2__itemTitle p{
    color: #4E5194;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    max-width: 180px;
}
.tourBox2__itemTitle span{
    color: #4d4c4c;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}




.tourBox2__itemLink {
    width: 100px;
    background-color: #ffc600;
    border-radius: 25px;
    text-align: center;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    color: white;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 20px;

    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.tourBox2__itemLink:hover {
    background: #184883;
}

.tourBox2__elit {
    position: absolute;
    left: -5px;
    top: 30px;
    z-index: 10;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: white;
    font-family: "PT Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: 14px;
    background-color: #ffb400;
    box-shadow: 0 1px 0.9px 0.1px rgba(0, 0, 0, 0.29);
    padding: 7px 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.tourBox2__elit_active {
    display: block;
}

.title2__center {
    padding: 20px 0 40px;
    display: block;
    color: white;
    font-family: Rubik;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.title3__center {
    padding: 10px 0 35px;
    display: block;
    color: white;
    font-family: Rubik;
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
}

.contactInner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contactLeft {
    display: inline-block;
    width: 75%;
}

.contactRight {
    display: inline-block;
    width: 25%;
}

.contactBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.contactBox i {
    display: inline-block;
    font-size: 28px;
    color: #50b043;
    margin-right: 10px;
}

.contactBox span {
    display: inline-block;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 32px;
    color: #504b4b;
    font-weight: 700;
	
}

.contactBox a {
    display: inline-block;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 32px;
    color: #184883;
    font-weight: 700;
    text-decoration: underline;
}

.contactBox a:hover {
    text-decoration: none;
}

.contactBox2 {
    display: block;
}

.contactBox2 span {
    display: inline-block;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 20px;
    color: #184883;
    font-weight: 700;
    padding: 6px 6px 6px 20px;
}

.contactBox2 p {
    display: inline-block;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 20px;
    color: #50b043;
    font-weight: 700;
    margin: 0;
}

.map__area {

}

.map {
    height: 650px;
}

.social-box{
    width: 100%;
}

.tabs {
    font-size: 0;
    text-align: center;
    padding-bottom: 20px;
}

a.tab {
    width: 140px;
    background-color: #ffc600;
    border-radius: 25px;
    text-align: center;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    color: white;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    outline: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
    opacity: .5;

}

.tab.active {
    opacity: 1;
}

.tab.aus {
}

.tab.tas {
}

.tab a {
    opacity: .4;
}

.widget {
    display: none;
    font-size: 0;
    text-align: justify;
}

.widget.active {
    display: block;
    visibility: visible !important;
}


.translatorPanel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid gray;
    border-radius: 5px;
    display: block;
    padding: 5px 15px 7px 7px;
    position: fixed;
    right: 0;
    top: 75px;
    z-index: 100000;
}
.translatorPanel .close {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: -1px;
}

.icon-call2{
    display: inline-block;
    width: 31px;
    height: 44px;
    margin-right: 18px;
    background: url(../img/ico/3.png);
}
.icon-viber2{
    display: inline-block;
    width: 31px;
    height: 44px;
    margin-right: 10px;
    background: url(../img/ico/2.png);
}
.icon-whatsapp2{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    background: url(../img/ico/1.png);
}
.content-table>table tr{
    background-color: #ffffff;
}
.content-table>table tr:nth-child(even){
    background-color: #ffefbf;
}
.content-table>table th,
.content-table>table td{
    border: 1px solid #ffc000;
}
.content-table>table th{
    color: #3333d4;
    font-size: 16px;
    padding: 5px;
}
.content-table> table td{
    text-align: center;
    color: #000;
}
.content-table> table td:nth-child(2){
    color: #00b050;
}
.content-table> table td:nth-child(4){
    color: #b0011a;
}
.content-table> table td:nth-child(2),
.content-table> table td:nth-child(4),
.content-table>table th{
    font-weight: bold;
}
.content-table>table td a{
    color: #fff;
    text-decoration: none;
    background: #3333d4;
    padding: 5px;
    border-radius: 5px;
    padding-right: 25px;
}
.content-table>table td a:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid red;
    border-bottom: 5px solid transparent;
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
}

.content-table>table td a:hover{
    background: #141492;
}



/*#############################################*/
/*---------ONLY ENGLISH VERSION--------------*/
/*############################################*/
#contactsform1 textarea {
    height: 82px;
    margin-bottom: 8px;
}



/*----------*/
div.jGrowl.top-right {
    right: auto !important;
    top: 40% !important;
    left: 50% !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0 !important;
    margin-left: -160px !important;
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    width: 320px !important;
    padding: 25px !important;
    margin: 0 !important;
    opacity: 1 !important;
}
body .af-message-success {
  background-color: #01a05e !important;
  color: #fff !important;
}
body .af-message-error {
  background-color: #f4cd3d !important;
  color: #fff !important;
}
body .af-message-info {
  background-color: #235795 !important;
  color: #fff !important;
}

.tourBox2__item:first-child p span {
    display: block;
}

.tourBox2__Info {
    word-wrap: break-word;
}
#tubular-container {
    position: absolute !important;
}



