/* 
            Development by Yusif
            
    Author     : YUSIF SADIYEV  
    Website    : sadiyev.com
    Contacts   : sadiyev.yusif@gmail.com
                 www.linkedin.com/in/sadiyevyusif/
                 (+994 51) 7718675 [whatsapp]
    
*/
.clearfix::after {
    display: block;
    content: "";
    clear:both;
}
@font-face {
    font-family: FF_DIN_Pro_Bold;
    src: url(../fonts/FF_DIN_Pro_Bold.otf);
}
@font-face {
    font-family:DINPro-Regular ;
    src: url(../fonts/DINPro-Regular.otf);
}
@font-face {
    font-family: DINPro-Light;
    src: url(../fonts/DINPro-Light.otf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-LightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}


div.logo {
    display: block;
    width: 266px;
    height: 136px;
    position: relative;
    top: 14%;
    left: 9%;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
div.logo>a{
    display: block;
    width: 100%;
    height: 136px;
    position: relative;
    background-image: url("../img/logoimprt.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

div.slide {
    display: block;
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 810px;
    align-content: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
div.slide_lang {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    /* min-height: 810px; */
    align-content: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
div.robs_area {
    display: block;
    position: absolute;
    width: 100%;
    height: 711px;
    margin: 0px auto;
    top: 90px;
    z-index: 99999999999999999;
}
div.romb {
    display: block;
    width: 524px;
    height: 524px;
    background-color: #000000a1;
    position: relative;
    z-index: 0;
    top: 41px;
    /* left: 110px; */
    margin: 0 auto;
    -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
div.romb::before {
    content: "";
    display: block;
    width: 639px;
    height: 330px;
    position: absolute;
    z-index: 0;
    top: -8px;
    background-image: url("../img/bgromb.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin-left: -162px;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
div.romb>span {
    display: block;
    position: relative;
    z-index: 0;
    top: 50px;
    margin-left: 115px;
    font-family: FF_DIN_Pro_Bold;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
div.lang_romb {
    display: flex;
    float: right;
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #ffffff8f;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div.lngrm1 {
    top: 400px;
    left: 180px;
    /* -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}
div.lngrm2 {
    top: 400px;
    left: 290px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.lngrm3 {
    top: 400px;
    left: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.lngrm4 {
    top: 290px;
    left: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.lngrm5 {
    top: 180px;
    left: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.lang_romb>a {
    display: flex;
    position: absolute;
    width: 112px;
    height: 112px;
    align-items: center;
    justify-content: center;
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.lang_bg1, span.lang_bg2, span.lang_bg3 , span.lang_bg4 ,span.lang_bg5  {
    display: block;
    position: absolute;
    top: -18px;
    left: -19px;
    width: 115px;
    height: 115px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

}
span.lang_bg1 {
    background-image: url("../img/azeflag.png");
}
span.lang_bg2 {
    background-image: url("../img/italflag.png");
}
span.lang_bg3 {
    background-image: url("../img/espflag.png");
}
span.lang_bg4 {
    background-image: url("../img/franflag.png");
}
span.lang_bg5 {
    background-image: url("../img/enflag.png");
}
div.lngrm1:hover >a, div.lngrm2:hover >a, div.lngrm3:hover >a, div.lngrm4:hover >a, div.lngrm5:hover >a{
    color: #fff;
}

#demo-1 {
    display: block;
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden; /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    height: 100%;
    background-color: #999;
}
.demo-inner-content {
    position: relative; /* if position is not set, the script will set it to 'relative'. */
    z-index: 2; /* if z-index is not set, the script will set it to '2'. */
    margin: 180px auto;
    padding: 40px;
    max-width: 600px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
@media only screen and (min-width : 1200px) {
    div.robs_area {
        display: block;
        position: absolute;
        width: 100%;
        height: 511px;
        margin: 0px auto;
        top: 15%;
        z-index: 99999999999999999;
    }
    div.romb {
        display: block;
        width: 451px;
        height: 450px;
        position: relative;
        z-index: 0;
        top: 0px;
        /* left: 110px; */
        margin: 0 auto;
    }
    div.romb::before {
        content: "";
        display: block;
        width: 639px;
        height: 330px;
        position: absolute;
        z-index: 0;
        top: -8px;
        background-image: url("../img/bgromb.png");
        background-repeat: no-repeat;
        background-position: top;
        margin-left: -162px;
        background-size: contain;
    }
    div.logo {
        display: block;
        width: 240px;
        height: 136px;
        top: 14%;
        left: 8%;
    }
    div.romb>span {
        display: block;
        position: relative;
        top: 30px;
        margin-left: 97px;
        font-size: 22px;
        letter-spacing: 3px;
    }
    div.lang_romb {
        display: flex;
        float: right;
        width: 75px;
        height: 75px;
        align-items: center;
        justify-content: center;
    }
    div.lngrm1 {
        top: 350px;
        left: 150px;
    }
    div.lngrm2 {
        top: 350px;
        left: 250px;
    }
    div.lngrm3 {
        top: 355px;
        left: 350px;
    }
    div.lngrm4 {
        top: 255px;
        left: 350px;
    }
    div.lngrm5 {
        top: 155px;
        left: 350px;
    }
    div.lang_romb>a {
        display: flex;
        position: absolute;
        width: 95px;
        height: 95px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    span.lang_bg1, span.lang_bg2, span.lang_bg3 , span.lang_bg4 ,span.lang_bg5  {
        display: block;
        position: absolute;
        top: -21px;
        left: -20px;
        width: 115px;
        height: 115px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    div.slide {
        display: block;
        position: relative;
        width: 100%;
        height: 550px;
        min-height: 550px;
        align-content: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    div.robs_area {
        display: block;
        position: absolute;
        width: 100%;
        height: 511px;
        margin: 0px auto;
        top: 15%;
        z-index: 99999999999999999;
    }
    div.romb {
        display: block;
        width: 451px;
        height: 450px;
        position: relative;
        z-index: 0;
        top: 0px;
        /* left: 110px; */
        margin: 0 auto;
    }
    div.romb::before {
        content: "";
        display: block;
        width: 639px;
        height: 330px;
        position: absolute;
        z-index: 0;
        top: -8px;
        background-image: url("../img/bgromb.png");
        background-repeat: no-repeat;
        background-position: top;
        margin-left: -162px;
        background-size: contain;
    }
    div.logo {
        display: block;
        width: 240px;
        height: 136px;
        top: 14%;
        left: 8%;
    }
    div.romb>span {
        display: block;
        position: relative;
        top: 30px;
        margin-left: 97px;
        font-size: 22px;
        letter-spacing: 3px;
    }
    div.lang_romb {
        display: flex;
        float: right;
        width: 75px;
        height: 75px;
        align-items: center;
        justify-content: center;
    }
    div.lngrm1 {
        top: 350px;
        left: 150px;
    }
    div.lngrm2 {
        top: 350px;
        left: 250px;
    }
    div.lngrm3 {
        top: 355px;
        left: 350px;
    }
    div.lngrm4 {
        top: 255px;
        left: 350px;
    }
    div.lngrm5 {
        top: 155px;
        left: 350px;
    }
    div.lang_romb>a {
        display: flex;
        position: absolute;
        width: 95px;
        height: 95px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    span.lang_bg1, span.lang_bg2, span.lang_bg3 , span.lang_bg4 ,span.lang_bg5  {
        display: block;
        position: absolute;
        top: -21px;
        left: -20px;
        width: 115px;
        height: 115px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    div.slide {
        display: block;
        position: relative;
        width: 100%;
        height: 60vh;
        min-height: 580px;
        align-content: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 481px) and (max-width : 767px) {
    div.robs_area {
        display: block;
        position: absolute;
        width: 100%;
        height: 320px;
        margin: 0px auto;
        top: 2%;
    }
    div.romb {
        display: block;
        width: 220px;
        height: 220px;
        position: relative;
        top: 41px;
        margin: 0 auto;
    }
    div.romb::before {
        content: "";
        display: block;
        width: 312px;
        height: 198px;
        position: absolute;
        top: -9.5px;
        margin-left: -66px;
    }
    div.logo {
        display: block;
        width: 120px;
        height: 136px;
        top: -2%;
        left: 8%;
    }
    div.romb>span {
        display: block;
        position: relative;
        top: -54px;
        margin-left: 46px;
        font-size: 8px;
        letter-spacing: 3px;
    }
    div.lang_romb {
        display: flex;
        float: right;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
    }
    div.lngrm1 {
        top: 175px;
        left: 85px;
    }
    div.lngrm2 {
        top: 175px;
        left: 130px;
    }
    div.lngrm3 {
        top: 175px;
        left: 175px;
    }
    div.lngrm4 {
        top: 130px;
        left: 175px;
    }
    div.lngrm5 {
        top: 85px;
        left: 175px;
    }
    div.lang_romb>a {
        display: flex;
        position: absolute;
        width: 51px;
        height: 52px;
        align-items: center;
        justify-content: center;
        font-size: 6px;
    }
    span.lang_bg1, span.lang_bg2, span.lang_bg3 , span.lang_bg4 ,span.lang_bg5  {
        display: block;
        position: absolute;
        top: -14px;
        left: -12px;
        width: 60px;
        height: 60px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    div.slide {
        display: block;
        position: relative;
        width: 100%;
        height: 50vh;
        min-height: 475px;
        align-content: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

}

/* SmartPhone (portrait and landscape) ----------- */
@media only screen and (min-width : 0px) and (max-width : 480px) {
    div.robs_area {
        display: block;
        position: absolute;
        width: 100%;
        height: 320px;
        margin: 0px auto;
        top: 25%;
    }
    div.romb {
        display: block;
        width: 220px;
        height: 220px;
        position: relative;
        top: 41px;
        margin: 0 auto;
    }
    div.romb::before {
        content: "";
        display: block;
        width: 312px;
        height: 198px;
        position: absolute;
        top: -4.3%;
        margin-left: -66px;
    }
    div.logo {
        display: block;
        width: 120px;
        height: 136px;
        top: -2%;
        left: 8%;
    }
    div.romb>span {
        display: block;
        position: relative;
        top: -54px;
        margin-left: 46px;
        font-size: 8px;
        letter-spacing: 3px;
    }
    div.lang_romb {
        display: flex;
        float: right;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
    }
    div.lngrm1 {
        top: 175px;
        left: 85px;
    }
    div.lngrm2 {
        top: 175px;
        left: 130px;
    }
    div.lngrm3 {
        top: 175px;
        left: 175px;
    }
    div.lngrm4 {
        top: 130px;
        left: 175px;
    }
    div.lngrm5 {
        top: 85px;
        left: 175px;
    }
    div.lang_romb>a {
        display: flex;
        position: absolute;
        width: 51px;
        height: 52px;
        align-items: center;
        justify-content: center;
        font-size: 6px;
    }
    span.lang_bg1, span.lang_bg2, span.lang_bg3 , span.lang_bg4 ,span.lang_bg5  {
        display: block;
        position: absolute;
        top: -14px;
        left: -12px;
        width: 60px;
        height: 60px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    div.slide {
        display: block;
        position: relative;
        width: 100%;
        height: 35vh;
        min-height: 335px;
        align-content: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }


}
/* ====== MAIN PAGE START ====== */
header {
    display: block;
    width: 100%;
    /* position: absolute; */
    z-index: 999999999;
    background-color: #ffffffb0;
}
header.headerelat {
    display: block;
    width: 100%;
    position: relative;
    z-index: 999999999;
    background-color: #ffffffb0;
}

div.hdr_center {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 2px 0px 0px 0px;
}
div.hdr_top {
    display: block;
    width: 100%;
    background-color: #3a3a3c;
    padding: 2px 0px;
}
div.top_center {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
    color: #fff;
}
div.hrd_bottom {
    display: flex;
    width: 100%;
    align-items: center;
}

div.hdr_logo{
    display: block;
    width: 220px;
    height: 70px;
    float: left;
}
div.hdr_logo>a {
    display: block;
    width: 150px;
    height: 68px;
    float: none;
    margin: 0 auto;
    background-image: url("../img/logo1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140px;
}
a.lang_fr {
    background-image: url(../img/logo2.png) !important;
    width: 134px !important;
    height: 70px !important;
    background-size: 131px !important;
}
div.hdr_logo2 {
    display: block;
    width: 220px;
    height: 80px;
    float: left;

}
div.hdr_logo2>a {
    display: block;
    width: 165px;
    height: 86px;
    float: none;
    margin: 0 auto;
    background-image: url("../img/logo1.png");
    background-position: center;
    background-repeat: no-repeat;
}
/* Main language */
ul.main_langs {
    display: block;
    float: right;
    width: 155px;
}
ul.main_langs>li {
    display: block;
    float: left;
    padding: 0px 5px;
    position: relative;
    border-left: 1px dotted #b4b4b4;
}
ul.main_langs>li:first-child {
    border-left:none;
}
ul.main_langs>li>a {
    display: block;
    width: 100%;
    padding: 0px 3px;
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #b4b4b4;
    text-decoration:none;
    transition: all 0.3s;
}
ul.main_langs>li>a:hover,ul.main_langs>li>a.active_a {
    color: #f3ce8f;
}
/* Main language */

/* Main social */
ul.main_social {
    display: block;
    float: right;
    width: 228px;
}
ul.main_social>li {
    display: block;
    float: left;
    position: relative;
    margin-right:10px;
}
ul.main_social>li>a {
    display: block;
    transition: all 0.3s;
    width: 20px;
}

a.face {background-image: url("../img/face.png");background-repeat: no-repeat;background-position: 0px 0px;height: 16px;width: 10px !important;}a.face:hover{background-position: 0px -16px;}
a.twt {background-image: url("../img/twt.png");background-repeat: no-repeat;background-position: 0px 0px;height: 15px;margin-top: 1px;}a.twt:hover{background-position: 0px -15px;}
a.insta {background-image: url("../img/insta.png");background-repeat: no-repeat;background-position: 0px 0px;height: 15px;margin-top: 1px;}a.insta:hover{background-position: 0px -15px;}
a.in {background-image: url("../img/in.png");background-repeat: no-repeat;background-position: 0px 0px;height: 15px;margin-top: 1px;}a.in:hover{background-position: 0px -15px;}
a.ytb {background-image: url("../img/ytb.png");background-repeat: no-repeat;background-position: 0px 0px;height: 13px;margin-top: 3px;}a.ytb:hover{background-position: 0px -13px;}
a.goo {background-image: url("../img/goo.png");background-repeat: no-repeat;background-position: 0px 0px;height: 13px;margin-top: 3px;}a.goo:hover{background-position: 0px -13px;}

/* Main social */

/* Main social */
a.hdr_mail {
    display: block;
    float: right;
    width: 115px;
    height: 12px;
    padding: 0px 10px 1px 10px;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #b4b4b4;
    text-align: right;
    text-decoration: none;
    margin-right: 50px;
    transition: all 0.3s;
}
a.hdr_mail>i {
    display: block;
    float: left;
    width: 17px;
    height: 14px;
    margin-top: 3px;
    background-image: url("../img/hdrmail.png");
    background-position: 0px 2px;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a.hdr_mail:hover i {
    background-position: 0px -11px;
}
a.hdr_mail>span {
    display: block;
    float: left;
    transition: all 0.3s;
    margin: 1px 4px;
}
a.hdr_mail:hover span, span.hdr_tel a:hover {
    color: #f3ce8f;
}
/* Main social */

/* Main telefon */
span.hdr_tel {
    display: block;
    float: right;
    width: 135px;
    height: 12px;
    padding: 2px 10px;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #b4b4b4;
    text-align: right;
    text-decoration: none;
    margin-right: 50px;
    transition: all 0.3s;
}
span.hdr_tel a {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #b4b4b4;
    text-decoration: none;
}
span.hdr_tel>i {
    display: block;
    float: left;
    position: relative;
    width: 36px;
    height: 16px;
    left: 3px;
    margin-top: 0px;
    background-image: url("../img/telicon.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
span.hdr_tel>span {
    display: block;
    float: left;
    transition: all 0.3s;
    margin: -1px 6px;
}
span.hdr_tel:hover i {
    background-position: 0px -15px;
}

span.hdr_tel:hover span {
    color: #f3ce8f;
}
/* Main telefon */

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1200px) {
    header {
        display: block;
        width: 100%;
    }

    div.hdr_center {
        display: block;
        position: relative;
        width: 1200px;
        padding: 5px 0px 5px 0px;
    }
    div.hdr_top {
        display: block;
        width: 100%;
        padding: 2px 0px;
    }
    div.top_center {
        display: block;
        width: 1200px;
        margin: 0 auto;
        padding: 10px 0px;
    }
    div.hdr_logo{
        display: block;
        width: 220px;
        height: 70px;
        float: left;
    }
    div.hdr_logo2 {
        display: block;
        width: 220px;
        height: 80px;
        float: left;

    }
    /* Main language */
    ul.main_langs {
        display: block;
        float: right;
        width: 170px;
    }
    ul.main_langs>li {
        display: block;
        float: left;
    }

    /* Main social */
    ul.main_social {
        display: block;
        float: right;
        width: 228px;
        margin-top: 2px;
    }
    ul.main_social>li {
        display: block;
        float: left;
        margin-right:10px;
    }

    /* Main social */
    a.hdr_mail {
        display: block;
        float: right;
        width: 160px;
        height: 12px;
        padding: 0px 10px;
        background-position: 7px 0px;
        font-size: 13px;
        margin-right: 40px;
    }
    /* Main telefon */
    span.hdr_tel {
        display: block;
        float: right;
        width: 160px;
        height: 14px;
        padding: 2px 5px;
        background-position: 7px 3px;
        font-size: 13px;
    }

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    header {
        display: block;
        width: 100%;
    }

    div.hdr_center {
        display: block;
        position: relative;
        width: 96%;
        padding: 0px 0px 0px 0px;
    }
    div.hdr_top {
        display: block;
        width: 100%;
        padding: 2px 0px;
    }
    div.top_center {
        display: block;
        width: 96%;
        margin: 0 auto;
        padding: 10px 0px;
    }
    div.hdr_logo {
        display: block;
        width: 220px;
        height: 80px;
        float: left;
    }
    div.hdr_logo2 {
        display: block;
        width: 220px;
        height: 80px;
        float: none;
        margin: 5px auto 0 auto;
    }
    /* Main language */
    ul.main_langs {
        display: block;
        float: right;
        width: 190px;
    }
    ul.main_langs>li {
        display: block;
        float: left;
    }

    /* Main social */
    ul.main_social {
        display: block;
        float: right;
        width: 228px;
    }
    ul.main_social>li {
        display: block;
        float: left;
        margin-right:10px;
    }

    /* Main social */
    a.hdr_mail {
        display: block;
        float: right;
        width: 160px;
        height: 12px;
        /* padding: 0px 10px; */
        /* background-position: 7px 0px; */
        font-size: 13px;
        margin-right: 15px;
    }
    /* Main telefon */
    span.hdr_tel {
        display: block;
        float: right;
        width: 135px;
        height: 12px;
        padding: 0px 10px;
        /* background-position: 7px 2px; */
        font-size: 13px;
        margin-right: 10px;
    }

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    header {
        display: block;
        width: 100%;
    }

    div.hdr_center {
        display: block;
        position: relative;
        width: 96%;
        padding: 2px 0px 0px 0px;
    }
    div.hdr_top {
        display: block;
        width: 100%;
        padding: 2px 0px;
    }
    div.top_center {
        display: block;
        width: 96%;
        margin: 0 auto;
        padding: 10px 0px;
    }
    div.hdr_logo{
        display: block;
        width: 220px;
        height: 80px;
        float: left;
    }
    div.hdr_logo2 {
        display: block;
        width: 220px;
        height: 80px;
        float: none;
        margin: 0 auto;
    }
    /* Main language */
    ul.main_langs {
        display: block;
        float: right;
        width: 44%;
    }
    ul.main_langs>li {
        display: block;
        float: left;
        /* visibility: hidden; */
        border: none;
    }
    ul.main_langs>li>a {
        display: block;
        width: 100%;
        padding: 2px;
        margin-bottom: 5px;
        font-family: Roboto-Medium;
        font-size: 14px;
        color: #b4b4b4;
        text-decoration:none;
        transition: all 0.3s;
    }

    /* Main social */
    ul.main_social {
        display: block;
        float: left;
        width: 56%;
        margin-right: 0;
    }
    ul.main_social>li {
        display: block;
        float: left;
        /* visibility: hidden; */
        margin-right:10px;
    }
    ul.main_social>li>a {
        display: block;
        transition: all 0.3s;
        width: 20px;
        margin: 5px 0px;
    }
    /* Main social */
    a.hdr_mail {
        display: block;
        float: left;
        width: 48%;
        height: 12px;
        padding-left: 0px;
        font-size: 13px;
        margin-right: 0px;
        margin-top: 5px;
        text-align: left;
        background-position: 0px 2px;
    }
    /* Main telefon */
    span.hdr_tel {
        display: block;
        float: right;
        width: 45%;
        height: 12px;
        padding: 0px;
        /* background-position: 7px 2px; */
        font-size: 13px;
        margin-right: 0;
        margin-top: 3px;
        text-align: right;
    }

}



/* Navigation menu start */
nav.myMenu {
    display: block;
    float: left;
    width: calc(100% - 240px);
    padding: 5px 10px;
}
/*div.mysrc_div {
    display: block;
    width: 15px;
    float: right;
    overflow:hidden;
}*/

a.search,a.close_a {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 24px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 21px; */
}
a.search:hover form.header_search {
    display: none;
    visibility:hidden;
    opacity: 1;
}
form.header_search {
    display: block;
    visibility: visible;
    opacity: 1;
    float: right;
    position: absolute;
    width: 320px;
    right: 0%;
    margin: 15px auto;
    background-color: #fff;
    z-index: 9999999;
    transition: 0.4s all;
    margin-right: 28px;
}
input.src_text {
    display: block;
    float: left;
    width: calc(88% - -11px);
    padding:5px;
    outline: none;
}
input.src_submit {
    display: block;
    float: right;
    width: calc(12% - 4px);
    padding: 7.2px 7px 5px 7px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    cursor: pointer;
    border: 1px solid #bebebe;
}

ul.menu {
    display: block;
    float: right;
    width: 75%;
    padding: 20px 10px;
}
ul.menu>li {
    display: block;
    float: left;
    position: relative;
    padding: 0px 10px;
}
ul.menu>li>a {
    display: block;
    position: relative;
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #3b3a3c;
    text-decoration: none;
    margin-bottom: 4px;
    padding: 5px;
    transition: all .35s ease-in-out;

}
ul.menu>li>a:hover {
    color: #d5b57e;

}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;

}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .5s;
    margin-top: 3px;
}

.cool-link:hover::after {
    width: 100%;
}

div.naviconrel {
    display: block;
    width: 11%;
    position: relative;
    float: none;
    height: 41px;
}
.navicon {
    width: 100%;
    /* background: #0606069e; */
    color: #0606069e;
    /* margin: 10px auto; */
    position: absolute;
    height: 20px;
    /* top: 31px; */
    left: 0%;
    width: 41px;
    display: block;
    z-index: 99;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}

.navicon:before, .navicon:after {
    background: #0606069e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    height: 3px;
    left: 0;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 23px;
}

.navicon:before {
    box-shadow: #0606069e 0 14px 0 0;
    position: absolute;
    top: 3px;
    left: 2px;
}

.navicon:after {
    position: absolute;
    top: 10px;
    left: 2px;
}

.navicon--active {
    /* margin-top: -3px; */
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}

.navicon--active:before {
    box-shadow: transparent 0 0 0 0;
    top: 10px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.navicon--active:after {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.toggle {
    display: block;
    margin: 56px auto;
    width: 30%;
    position: absolute;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    display: block;
    opacity: 0;
    -webkit-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    min-width: 300px;
    z-index: 99999999999999999;
}

.toggle--active {
    display: block;
    opacity: 1;
    z-index: 999999999999;
    position: absolute;
    -webkit-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.toggle-menu { margin-bottom: 25px; }

.toggle-menu li {
    width: 60%;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.toggle-menu li a {
    display: inline-block;
    position: relative;
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #3b3a3c;
    text-decoration: none;
    /* width: 100%; */
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
    padding: 5px 0;
}

.toggle-menu li a span { text-transform: lowercase; }

.toggle-menu li a:hover {
    color: #d5b57e;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    font-weight: 700;
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1200px) {
    /* Navigation menu start */
    nav.myMenu {
        display: block;
        float: left;
        width: calc(100% - 240px);
        padding: 5px 10px;
    }
    a.search {
        display: block;
        float: right;
        width: 15px;
        height: 15px;
        margin-top: 27px;
        background-image: url("../img/search.png");
        background-repeat: no-repeat;
        background-position: center;
        /* background-size: 21px; */
    }
    ul.menu {
        display: block;
        float: right;
        width: 75%;
        padding: 20px 0px 10px 0px;
    }
    div.naviconrel {
        display: none;
        width: 11%;
        position: relative;
        float: none;
        height: 30px;
    }
    .toggle {
        display: none;
    }

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

    /* Navigation menu start */
    nav.myMenu {
        display: block;
        float: left;
        width:100%;
        /* padding: 20px 0px; */
    }
    a.search {
        display: block;
        float: right;
        width: 20px;
        height: 20px;
        margin: 2px 0px 0px 0px;
        position: relative;
        top: 0px;
        background-size: 21px;
    }
    ul.menu {
        display: none;
        float: right;
        width: 75%;
        padding: 20px 10px;
    }
    div.hdr_logo{
        display: block;
        width: 186px;
        height: 70px;
        margin: 2px auto;
        float: none;
    }

    div.naviconrel {
        display: flex;
        width: 11%;
        position: relative;
        float: right;
        height: 30px;
        margin-right: 10px;
        /* align-items: center; */
    }
    .toggle {
        display: block;
        margin: 0px auto;
        width: 100%;
        float: right;
        right: 0%;
        padding: 15px;
        min-width: 320px;
    }

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {

    nav.myMenu {
        display: block;
        float: none;
        width:100%;
        padding: 5px 0px;
        margin: 7px auto 0px auto;
    }
    a.search {
        display: block;
        float: right;
        width: 25px;
        height: 25px;
        margin: -1px 0px 0px 10px;
        background-size: 21px;
    }
    ul.menu {
        display: none;
        float: right;
        width: 75%;
        padding: 20px 10px;
    }
    div.hdr_logo{
        display: block;
        width: 146px;
        height: 72px;
        margin: 0px auto;
        float: left;
    }
    form.header_search {
        display: block;
        visibility: visible;
        opacity: 1;
        float: right;
        position: absolute;
        width: 320px;
        right: 0%;
        margin: -5px auto;
        background-color: #fff;
        z-index: 9999999;
        transition: 0.4s all;
        margin-right: 30px;
    }
    div.naviconrel {
        display: block;
        width: 10%;
        position: relative;
        float: right;
        height: 30px;
        margin: 0px 20px 0px 0px;
    }
    .toggle {
        display: block;
        margin: 0px auto;
        width: 100%;
        left: 0%;
        padding: 15px 0px;
        min-width: 290px;
    }

}

/* Navigation menu finish */

/* div#map {
  width: 1200px !important;
  height: 500px;
  background: rgb(39,251,0);
background: linear-gradient(0deg, rgba(39,251,0,1) 22%, rgba(251,0,0,1) 52%, rgba(0,24,203,1) 86%);
}
div#map_inner {
  width: 600px !important;
  height: 400px !important
}
div#map_inner>svg {
  width: 100% !important;
  height: 400px !important
} */

/*  --- MAIN center Page start ---- */
main {
    display: block;
    width: 100%;
    position: relative;
    z-index: 999999999;
}

div.main_page {
    display: block;
    position: absolute;
    width: 100%;
    padding: 50px 0px;
    top: 220px;
    z-index: 99999;
}

div.main_center {
    display: block;
    width: 96%;
    margin: 0px auto 20px auto;
}
a.kvad_div {
    display: block;
    width: 220px;
    height: 240px;
    position: relative;
    float: left;
    padding-top: 180px;
    background-color: #3b3a3cbd;
    margin: 10px;
}
a.kvad_div:nth-child(2n) {
    margin-right: 0px;
}

a.kvad_div:hover span.trbg,li.active_tour_a a.kvad_div span.trbg  {
    visibility: visible !important;
    opacity:1 !important;
}
span.trbg {
    position: absolute;
    display: block;
    /* visibility: hidden; */
    opacity: 0.2;
    width: 92%;
    height: 400px;
    margin: 10px;
    top: 0px;
    border: 1px solid #a59595;
    background-image: url("../img/tourbg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

span.tour_name {
    display: block;
    width: 100%;
    text-align: center;
    font-family: Roboto-Bold;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    position: relative;
}
span.tour_date {
    display: block;
    width: 140px;
    text-align: center;
    border-top: 1px solid #959595;
    padding: 5px 0px;
    margin: 5px auto;
    font-family: Roboto-Medium;
    font-size: 17px;
    color: #d5b57e;
    position: relative;
}
.jd-slider {
    margin: 0;
}

.jd-slider .slide-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    /* border: 1px solid #888; */
}

.jd-slider .slide-area > li {
    /* border-right: 1px solid #888; */
    border-left: 0;
    box-sizing: border-box;
    text-align: center;
}

.jd-slider .controller {
    margin: 10px 0 0;
}

.jd-slider.slider3 .slide-area > li,
.jd-slider.slider3-2 .slide-area > li,
.jd-slider.slider3-3 .slide-area > li {
    width: 50%;
}

.jd-slider.slider3 .slide-area > li:nth-child(2),
.jd-slider.slider3-2 .slide-area > li:nth-child(2),
.jd-slider.slider3-3 .slide-area > li:nth-child(2) {
    display: block;
}
div.controller {
    display: none;

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1200px) {
    main {
        display: block;
        width: 100%;
        position: relative;
        z-index: 999999999;
    }

    div.main_page {
        display: block;
        position: absolute;
        width: 100%;
        padding: 15px 0px;
        top: 45px;
        z-index: 99999;
    }

    div.main_center {
        display: block;
        width: 1200px;
        margin: 0px auto 20px auto;
    }
    a.kvad_div {
        display: block;
        width: 220px;
        height: 240px;
        position: relative;
        float: left;
        padding-top: 180px;
        background-color: #3b3a3cbd;
        margin: 10px;
    }
    a.kvad_div:nth-child(5n) {
        margin-right: 0px;
    }
    span.trbg {
        position: absolute;
        display: block;
        width: 92%;
        height: 400px;
        margin: 10px;
        top: 0px;
    }
    span.tour_name {
        padding: 5px;
        display: block;
        width: 83%;
        text-align: center;
        font-family: Roboto-Bold;
        font-size: 20px;
        color: #fff;
        line-height: 26px;
        position: relative;
        margin: 0 auto;
    }
    span.tour_date {
        display: block;
        width: 150px;
        text-align: center;
        border-top: 1px solid #959595;
        padding: 5px 0px;
        margin: 5px auto;
        font-family: Roboto-Medium;
        font-size: 17px;
        color: #d5b57e;
        position: relative;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    main {
        display: block;
        width: 100%;
        position: relative;
        z-index: 9999999;
    }

    div.main_page {
        display: block;
        position: absolute;
        width: 100%;
        padding: 10px 0px;
        top: 70px;
        z-index: 99999;
    }

    div.main_center {
        display: block;
        width: 96%;
        margin: 0px auto 20px auto;
    }
    a.kvad_div {
        display: block;
        width: 220px;
        height: 240px;
        position: relative;
        float: left;
        padding-top: 180px;
        background-color: #3b3a3cbd;
        margin: 10px;
        width: 220px;
    }
    a.kvad_div:nth-child(5n) {
        margin-right: 25px;
    }
    a.kvad_div:nth-child(3n) {
        margin-right: 0px;
    }
    a.kvad_div:nth-child(n+4) {
        display: none;
    }
    span.trbg {
        position: absolute;
        display: block;
        width: 92%;
        height: 400px;
        margin: 10px;
        top: 0px;
    }
    span.tour_name {
        display: block;
        width: 100%;
        text-align: center;
        font-family: Roboto-Bold;
        font-size: 22px;
        color: #fff;
        line-height: 26px;
        position: relative;
    }
    span.tour_date {
        display: block;
        width: 140px;
        text-align: center;
        border-top: 1px solid #959595;
        padding: 5px 0px;
        margin: 5px auto;
        font-family: Roboto-Medium;
        font-size: 17px;
        color: #d5b57e;
        position: relative;
    }


}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 481px) and (max-width : 767px) {
    main {
        display: block;
        width: 100%;
        position: relative;
        z-index: 9999999;
    }

    div.main_page {
        display: block;
        position: absolute;
        width: 100%;
        padding: 10px 0px;
        top: 25px;
        z-index: 99999;
    }

    div.main_center {
        display: block;
        width: 96%;
        margin: 0px auto 20px auto;
    }
    a.kvad_div {
        display: block;
        width: 220px;
        height: 200px;
        position: relative;
        float: left;
        padding-top: 180px;
        background-color: #3b3a3cbd;
        margin: 10px;
    }
    a.kvad_div:nth-child(5n) {
        margin-right: 25px;
    }
    a.kvad_div:nth-child(2n) {
        margin-right: 0px;
    }
    a.kvad_div:nth-child(n+3) {
        display: none;
    }
    span.trbg {
        position: absolute;
        display: block;
        width: 90%;
        height: 360px;
        margin: 10px;
        top: 0px;
    }
    span.tour_name {
        display: block;
        width: 100%;
        text-align: center;
        font-family: Roboto-Bold;
        font-size: 22px;
        color: #fff;
        line-height: 26px;
        position: relative;
    }
    span.tour_date {
        display: block;
        width: 140px;
        text-align: center;
        border-top: 1px solid #959595;
        padding: 5px 0px;
        margin: 5px auto;
        font-family: Roboto-Medium;
        font-size: 17px;
        color: #d5b57e;
        position: relative;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    main {
        display: block;
        width: 100%;
        position: relative;
        z-index: 99999999;
    }

    div.main_page {
        display: block;
        position: absolute;
        width: 100%;
        padding: 10px 0px;
        top: 0;
        z-index: 99999;
        margin: 0 auto;
    }

    div.main_center {
        display: block;
        width: 96%;
        margin: 0px auto 20px auto;
    }
    a.kvad_div {
        display: block;
        width: 220px;
        height: 100px;
        position: relative;
        float: none;
        padding-top: 180px;
        background-color: #3b3a3cbd;
        margin: 10px auto;
        vertical-align: middle;
    }
    a.kvad_div:nth-child(5n) {
        margin-right: 25px;
    }
    a.kvad_div:nth-child(3n) {
        margin-right: 25px;
    }
    a.kvad_div:nth-child(n+2) {
        display: none;
    }
    span.trbg {
        position: absolute;
        display: block;
        width: 90%;
        height: 260px;
        margin: 10px;
        top: 0px;
    }
    span.tour_name {
        display: block;
        width: 100%;
        text-align: center;
        font-family: Roboto-Bold;
        font-size: 20px;
        color: #fff;
        line-height: 22px;
        position: relative;
        top: -70px;
    }
    span.tour_date {
        display: block;
        width: 140px;
        text-align: center;
        border-top: 1px solid #959595;
        padding: 5px 0px;
        margin: 5px auto;
        font-family: Roboto-Medium;
        font-size: 15px;
        color: #d5b57e;
        position: relative;
        top: 0px;
    }
    span.packnam {
    display: block;
    width: 80% !important;
    margin: 10px auto;
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}

}
/*  --- MAIN center Page start ---- */


/* ====== MAIN PAGE FINISH ====== */

/* ====== FOOTER PAGE START ====== */
footer {
    display: block;
    position: relative;
    width: 100%;
    padding: 33px 0px;
    background-color: #3b3a3c;
}
div.ftr_center {
    display: block;
    width: 1200px;
    margin: 0 auto;
}
div.ftr_center>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family:DINPro-Regular ;
    font-size: 14px;
    color: #fff;
}

a.backtotop {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: right;
    margin-top: -70px;
    background-color: #3b3a3c;
    background-image: url("../img/backto.png");
    background-position: center;
    background-repeat: no-repeat;
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1200px) {
    div.ftr_center {
        display: block;
        width: 1200px;
        margin: 0 auto;
    }

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 0px) and (max-width : 1199px) {

    div.ftr_center {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    footer {
        display: block;
        position: relative;
        width: 100%;
        padding: 15px 0px;
        background-color: #3b3a3c;
    }

}
/* ====== FOOTER PAGE FINISH ====== */

/* ====== CONTACT PAGE START ====== */
div.main_contact {
    display: block;
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
}
div.cont_tophead {
    display: block;
    width: 100%;
    padding: 25px 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #d5b57e;
}
div.cont_center {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
span.vidstop {
    display: block;
    position: absolute;
    width: 10%;
    float: right;
    right: 0px;
    z-index: 9;
    height: 300px;
    top: 110px;
    background-image: url("../img/vidstop.png");
    background-position: 0px 100px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    cursor: pointer;
}
span.aze_bg {
    display: none;
    position: absolute;
    width: 100%;
    float: right;
    z-index: 9;
    height: 332px;
    top: 477px;
    right: 3px;
    background-image: url("../img/earth_aze.png ");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
span.visa_bg {
    display: block;
    position: absolute;
    width: 100%;
    float: right;
    z-index: 9;
    height: 300px;
    top: 100px;
    background-image: url("../img/visitlg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
span.vart_bg {
    display: block;
    position: absolute;
    width: 96%;
    left: 2%;
    float: right;
    z-index: 9;
    height: 300px;
    top: 250px;
    background-image: url("../img/vartlog.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
div.cnt_head {
    display: block;
    width: 100%;
    float: left;
}
div.head_left {
    display: block;
    /* width: 216px; */
    float: left;
}
div.head_left span{
    display: block;
    float: left;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #3b3a3c;
    text-transform: uppercase;
}
div.head_left i{
    display: block;
    float: left;
    width: 30px;
    height: 10px;
    margin: 6px 8px;
    background-image: url("../img/contarr.png");
    background-repeat: no-repeat;
    background-position:center;
}
div.head_right {
    display: block;
    width: 270px;
    float: right;
}
span.ltl_zoom {
    display: block;
    float: left;
    width: 34px;
    height: 20px;
    margin-top: 0px;
    margin-right: 15px;
    background-image: url("../img/apls.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: all 0.4s;
}
span.ltl_zoom:hover {
    background-position: 0px -20px;
}
span.ltl_out {
    display: block;
    float: left;
    width: 34px;
    height: 14px;
    margin-top: 3px;
    margin-right: 40px;
    background-image: url("../img/amin.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0px  1px;
    transition: all 0.4s;
}
span.ltl_out:hover {
    background-position: 0px -17px;
}
span.print {
    display: block;
    float: left;
    background-image: url("../img/prnt.png");
    background-repeat: no-repeat;
    background-position: left;
    margin-top: -8px;
    padding: 6px 0px 7px 35px;
    transition: all 0.4s;
}
span.print:hover {
    background-image: url("../img/prthov.png");
    color: #d5b57e;
}

div.cont_maincent {
    display: block;
    width: 1160px;
    padding: 20px;
    margin: 30px auto;
    background-color: #fff;
}
div.left_contact {
    display: block;
    position: relative;
    width: calc(67% - 40px);
    float: left;
    padding-right: 38px;
}
div.right_contact {
    display: block;
    position: relative;
    float: right;
    width: 30%;
    background-color: #f3f3f3;
    padding: 15px;
}
div.right_contactus {
    display: block;
    position: relative;
    float: right;
    width: 30%;
    background-color: #d5b57e5c;
    padding: 15px;
}
div.right_aze {
    display: block;
    position: relative;
    float: right;
    width: 30%;
    background-color: #fbf2e2;
    padding: 15px;
}

span.cntct_text {
    display: block;
    width: 100%;
    font-family: Roboto-Light;
    font-size: 16px;
    color: #3b3a3c;
    text-align: justify;
    line-height: 22px;
}


/* ---- Form start */
form.contact_form {
    display: block;
    width: 100%;
    margin: 30px auto;
}
input.cntc_inp {
    display: block;
    float: left;
    padding: 12px;
    width: 326px;
    margin: 0px 36px 20px 0px;
    background-color: #dedede;
    border: none;
    outline: none;
    font-family: Roboto-LightItalic;
    font-size: 15px;
    color: #959595;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input.cntc_inp:hover {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
}
div.file_down {
    display: block;
    float: left;
    width: 350px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.file_down:hover {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
}
input.cntc_file {
    display: block;
    float: left;
    width: calc(85% - 24px);
    padding: 12px;
    border: none;
    outline: none;
    font-family: Roboto-LightItalic;
    font-size: 15px;
    color: #959595;
    background-color: #f3f3f3;
}
input.fldwn {
    display: block;
    float: right;
    width: 15%;
    height: 44px;
    padding: 12px 0;
    border: none;
    outline: none;
    background-color: #d5b57e;
    background-image: url("../img/file.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    /* width: 100%; */
    padding: 45px 0 0 0;
}
input.cntc_sent {
    display: block;
    float: left;
    padding: 12px;
    width: 100%;
    margin: 10px 50px 20px 0px;
    background-color: #dedede;
    border: none;
    outline: none;
    font-family: Roboto-Regular;
    font-size: 17px;
    color: #ffffff;
    background-color: #3b3a3c;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input.cntc_sent:hover {
    background-color: #d5b57e;
    color: #000;
    cursor: pointer;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
}
input.cntc_inp::placeholder {
    font-style: italic;
    color: #959595;
    font-size: 15px;
}
input.cntc_inp:nth-child(2n) {
    margin-right: 0px;
}
/* ---- Form finish */
/*  --- SHARE START ----*/
div.date_share {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 0px;
    float: left;
    border-top: 1px solid #3b3a3c;
}
a.share, a.fbdat, a.twtdat, a.indat, a.whatdat, a.messagedat , a.googledat {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 1px 10px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.share {background-image: url("../img/sharehov.png");margin-right: 10px;background-color: #3b3a3c;}
a.share:hover {background-image: url("../img/sharehov.png");background-color: #3b3a3c;}

a.fbdat {background-image: url("../img/fbdat.png");}
a.fbdat:hover {background-image: url("../img/fbdathov.png");background-color: #3b3a3c;}

a.twtdat {background-image: url("../img/twtdat.png");}
a.twtdat:hover {background-image: url("../img/twtdathov.png");background-color: #3b3a3c;}

a.indat {background-image: url("../img/indat.png");}
a.indat:hover {background-image: url("../img/indathov.png");background-color: #3b3a3c;}

a.whatdat {background-image: url("../img/what.png");}
a.whatdat:hover {background-image: url("../img/whathov.png");background-color: #3b3a3c;}

a.messagedat {background-image: url("../img/messag.png");}
a.messagedat:hover {background-image: url("../img/messaghov.png");background-color: #3b3a3c;}

a.googledat {background-image: url("../img/googl.png");}
a.googledat:hover {background-image: url("../img/googlhov.png");background-color: #3b3a3c;}

/*  ---SHARE FINISH*/

div.visit_links {
    display: block;
    width: 100%;

}
ul.visit_ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.visit_ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed #3b3a3c;
}
ul.visit_ul li:first-child {
    border:0;
}
span.contr_sefr {
    display: block;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    font-family: Roboto-Bold;
    font-size: 19px;
    color: #3b3a3c;
    text-align: center;
    border-bottom: 1px solid #3b3a3c;
}
a.contr_link {
    display: block;
    width: 100%;
    padding: 10px 0px;
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #3b3a3c;
    text-decoration: none;
    transition: all 0.3s;
    line-height: 19px;
    border-bottom: 1px dashed #3b3a3c;
}
a.contr_link:last-child {
    border:none;
}
a.contr_link:hover {
    color: #d5b57e;
}

div.popup_visit {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0px;
    margin: 0px auto;
    background-color: #3b3a3c;
}
span.pop_exit {
    display: block;
    float: right;
    position: relative;
    top: -24px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: #d5b57e;
    background-image: url("../img/popx.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
a.pop_head {
    display: block;
    width: 100%;
    padding: 0;
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
span.pop_text {
    display: block;
    width: 100%;
    padding: 4px 0px;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.v-center {
    /* height: 100vh; */
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
}

.v-center > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -10%;
}

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #ddd;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: .75em 1em;
    font-size: 0.8em;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 96%;
    top: 10px;
    background: #101010;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    opacity: 0.9;
}
@media (min-width: 32em) {

    .modal-box {width: 96%;}
}

.modal-box header,
.modal-box .modal-header {
    padding: 15px 0px 15px 20px;
    border-bottom: 1px solid #ddd;
    width: calc(100% - 20px);
    background: none;
}

.modal-box .modal-body {padding: 19px 10px 20px 10px;}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.3) !important; */
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: -5%;
    right: -3%;
    text-decoration: none;
    color: #04040461;
    font-weight: bolder;
    padding: 1px 7px 4px 7px;
    background-color: #d5b57e;
    border-radius: 2px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

a.close:hover {
    color: #000;

}

/* ====== CONTACT PAGE FINISH ====== */


/* ====== Banner START ====== */
div.banner {
    display: block;
    width: 1200px;
    margin: 20px auto;
    background-color: #f3f3f3;
    clear: both;
    display: block;
}

div.slider-wrap {
    display:block;
    position: relative;
    margin: 0px auto;
    width: 100%;
    height:90px;
}
div.slider {
    position: relative;
    width: calc(100% - 20px) !important;
    height:70px;
    margin: auto;
    padding:10px;
}
ul.banner_ul {
    margin: 0;
    padding: 0;
}
ul.banner_ul li {
    margin-right: 1px !important;
    margin-left: 2px !important;
    list-style: none;
    text-align: center;
}
ul.banner_ul li a {
    display: flex;
    vertical-align: middle;
    align-items:center;
    justify-content:center;
    width: 180px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#f3f3f3;
    transition: all 0.3s;
}
ul.banner_ul li a:hover {
    background-color: #1d4f87;
    color:#fff;
}
a.slider-arrow {
    position: absolute;
    top: 0px;
    width: 25px;
    height: 90px;
    background-color:#fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border:1px solid #dedede;
}
a.sa-left {
    display: none;
    left: 0px;
    background-image:url("../img/banprev.png");
    background-position:center;
    background-repeat:no-repeat;
    background-position:center;
}
a.sa-right {
    display: none;
    right: 0px;
    background-image:url("../img/bannext.png");
    background-position:center;
    background-repeat:no-repeat;
    background-position:center;
}

/* ----- Responsive center and banner  -------- */

/* Desktop media ----------- */
@media only screen and (min-width : 1200px) {

    div.main_contact {
        display: block;
        width: 100%;
        position: relative;
    }
    div.cont_center {
        display: block;
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }

    div.cont_maincent {
        display: block;
        width: 1160px;
        padding: 20px;
        margin: 30px auto;
    }
    div.left_contact {
        display: block;
        position: relative;
        width: calc(67% - 40px);
        float: left;
        padding-right: 38px;
    }
    div.right_contact {
        display: block;
        position: relative;
        float: right;
        width: 30%;
        padding: 15px;
    }
    div.right_contactus {
        display: block;
        position: relative;
        float: right;
        width: 30%;
        padding: 15px;
    }
    div.right_aze {
        display: block;
        position: relative;
        float: right;
        width: 30%;
        padding: 15px;
    }

    /* ---- Form start */
    form.contact_form {
        display: block;
        width: 100%;
        margin: 30px auto;
    }
    input.cntc_inp {
        display: block;
        float: left;
        padding: 12px;
        width: 326px;
        margin: 0px 36px 20px 0px;
        font-size: 15px;
    }
    div.file_down {
        display: block;
        float: left;
        width: 350px;
    }
    /* ---- Form finish */
    /*  --- SHARE START ----*/
    div.date_share {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 25px 0px 0px 0px;
        float: left;
    }
    a.share, a.fbdat, a.twtdat, a.indat, a.whatdat, a.messagedat , a.googledat {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        margin: 10px 1px 10px 0px;
    }
    /*  ---SHARE FINISH*/
    div.visit_links {
        display: block;
        width: 100%;
    }

    /* ====== CONTACT PAGE FINISH ====== */
    /* ====== Banner START ====== */
    div.banner {
        display: block;
        width: 1200px;
        margin: 20px auto;
        background-color: #f3f3f3;
    }
    div.cont_tophead {
        display: block;
        width: 100%;
        padding: 25px 0px 15px 0px;
        background-color: #ffffff;
        border-bottom: 1px solid #d5b57e;
    }

    span.visa_bg {
        display: block;
        position: absolute;
        width: 100%;
        float: right;
        z-index: 9;
        height: 300px;
        top: 100px;
        background-image: url("../img/visitlg.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }
    span.vart_bg {
        display: block;
        position: absolute;
        width: 96%;
        left: 2%;
        float: right;
        z-index: 9;
        height: 300px;
        top: 110px;
        background-image: url("../img/vartlog.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

    div.main_contact {
        display: block;
        width: 100%;
        position: relative;
    }
    div.cont_center {
        display: block;
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    div.cont_maincent {
        display: block;
        width: calc(96% - 40px);
        padding: 20px;
        margin: 20px auto;
    }
    div.left_contact {
        display: block;
        position: relative;
        width: 45%;
        float: left;
        padding-right: 10px;
    }
    div.right_contact {
        display: block;
        position: relative;
        float: right;
        width: 45%;
        padding: 15px;
    }
    div.right_contactus {
        display: block;
        position: relative;
        float: right;
        width: 45%;
        padding: 15px;
    }
    div.right_aze {
        display: block;
        position: relative;
        float: right;
        width: 45%;
        padding: 15px;
    }

    /* ---- Form start */
    form.contact_form {
        display: block;
        width: 100%;
        margin: 30px auto;
    }
    input.cntc_inp {
        display: block;
        float: left;
        padding: 12px;
        width: calc(100% - 24px);
        margin: 10px auto;
        font-size: 15px;
    }
    div.file_down {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    /* ---- Form finish */
    /*  --- SHARE START ----*/
    div.date_share {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 25px 0px;
        float: left;
    }
    a.share, a.fbdat, a.twtdat, a.indat, a.whatdat, a.messagedat , a.googledat {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        margin: 10px 1px 10px 0px;
    }
    /*  ---SHARE FINISH*/
    div.visit_links {
        display: block;
        width: 100%;
    }

    /* ====== CONTACT PAGE FINISH ====== */
    /* ====== Banner START ====== */
    div.banner {
        display: block;
        width: 96%;
        margin: 20px auto;
        background-color: #f3f3f3;
    }
    span.vidstop {
        display: block;
        position: absolute;
        width: 10%;
        float: right;
        right: 0px;
        z-index: 9;
        height: 300px;
        top: 17%;
        background-image: url("../img/vidstop.png");
        background-position: 20px 100px;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        cursor: pointer;
    }
    div.cont_tophead {
        display: block;
        width: 100%;
        padding: 25px 0px;
        background-color: #ffffff;
        border-bottom: 1px solid #d5b57e;
    }
    span.visa_bg {
        display: block;
        position: absolute;
        width: 80%;
        float: right;
        right: 0;
        z-index: 9;
        height: 300px;
        top: 100px;
        background-image: url("../img/visitlg.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }
    span.vart_bg {
        display: block;
        position: absolute;
        width: 96%;
        left: 2%;
        float: right;
        z-index: 9;
        height: 300px;
        top: 250px;
        background-image: url("../img/vartlog.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 481px) and (max-width : 767px) {

    div.main_contact {
        display: block;
        width: 100%;
        position: relative;
    }
    div.cont_center {
        display: block;
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    div.cont_maincent {
        display: block;
        width: calc(96% - 40px);
        padding: 20px;
        margin: 30px auto;
    }
    div.left_contact {
        display: block;
        position: relative;
        width:100%;
        float: none;
        margin: 0 auto;
        padding-right: 0;
    }
    div.head_left {
        display: flex;
        width: 100%;
        float: none;
        margin: 10px auto;
        padding: 10px 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    div.head_right {
        display: flex;
        width: 100%;
        float: none;
        margin: 10px auto;
        padding: 10px 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    div.right_contact {
        display: block;
        position: relative;
        float: none;
        margin: 0 auto;
        width: calc(100% - 30px);
        padding: 15px;
    }
    div.right_contactus {
        display: block;
        position: relative;
        float: none;
        margin: 0 auto;
        width: calc(100% - 30px);
        padding: 15px;
    }
    div.right_aze {
        display: block;
        position: relative;
        float: none;
        margin: 0 auto;
        width: calc(100% - 30px);
        padding: 15px;
    }

    /* ---- Form start */
    form.contact_form {
        display: block;
        width: 100%;
        margin: 30px auto;
    }
    input.cntc_inp {
        display: block;
        float: none;
        padding: 12px;
        width: calc(100% - 24px);
        margin: 10px auto;
        font-size: 15px;
    }
    div.file_down {
        display: block;
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    /* ---- Form finish */
    /*  --- SHARE START ----*/
    div.date_share {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 25px 0px;
        float: left;
    }
    a.share, a.fbdat, a.twtdat, a.indat, a.whatdat, a.messagedat , a.googledat {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        margin: 10px 1px 10px 0px;
    }
    /*  ---SHARE FINISH*/
    div.visit_links {
        display: block;
        width: 100%;
    }

    /* ====== CONTACT PAGE FINISH ====== */
    /* ====== Banner START ====== */
    div.banner {
        display: none;
        width: 1200px;
        margin: 20px auto;
        background-color: #f3f3f3;
    }
    span.vidstop {
        display: block;
        position: absolute;
        width: 13%;
        float: right;
        right: 0px;
        z-index: 9;
        height: 300px;
        top: 25%;
        background-image: url("../img/vidstop.png");
        background-position: 0px 100px;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        cursor: pointer;
    }
    div.cont_tophead {
        display: block;
        width: 100%;
        padding: 25px 0px;
        background-color: #ffffff;
        border-bottom: 1px solid #d5b57e;
    }
    span.visa_bg {
        display: block;
        position: absolute;
        width: 80%;
        float: right;
        right: 0;
        z-index: 9;
        height: 250px;
        top: 17px;
        background-image: url("../img/visitlg.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }
    span.vart_bg {
        display: block;
        position: absolute;
        width: 96%;
        left: 2%;
        float: right;
        z-index: 9;
        height: 300px;
        top: 250px;
        background-image: url("../img/vartlog.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }


}

/* SmartPhone (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    div.main_contact {
        display: block;
        width: 100%;
        position: relative;
    }
    div.cont_center {
        display: block;
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    div.cont_maincent {
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px auto;
    }
    div.left_contact {
        display: block;
        position: relative;
        width: 95%;
        float: none;
        padding-right: 0;
        margin: 0 auto;
    }
    div.head_left {
        display: flex;
        width: 100%;
        float: none;
        margin: 3px auto;
        padding: 10px 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    div.head_right {
        display: none;
        width: 100%;
        float: none;
        margin: 10px auto;
        padding: 10px 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    div.right_contact {
        display: block;
        position: relative;
        float: right;
        width: 100%;
        padding: 0;
        margin: 20px auto;
        padding: 10px 0px;
    }
    div.right_contactus {
        display: block;
        position: relative;
        float: right;
        width: 100%;
        padding: 0;
        margin: 20px auto;
        padding: 10px 0px;
    }
    div.right_aze {
        display: block;
        position: relative;
        float: right;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    /* ---- Form start */
    form.contact_form {
        display: block;
        width: 100%;
        margin: 30px auto;
    }
    input.cntc_inp {
        display: block;
        float: left;
        padding: 12px;
        width: calc(100% - 24px);
        margin: 10px auto;
        font-size: 15px;
    }
    div.file_down {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    /* ---- Form finish */
    /*  --- SHARE START ----*/
    div.date_share {
        display: block;
        width: 96%;
        margin:  auto;
        padding: 25px 0px 5px 0px;
        float: none;
    }
    a.share, a.fbdat, a.twtdat, a.indat, a.whatdat, a.messagedat , a.googledat {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        margin: 10px 1px 10px 0px;
    }
    /*  ---SHARE FINISH*/
    div.visit_links {
        display: block;
        width: 96%;
        margin: 0 auto;
    }

    /* ====== CONTACT PAGE FINISH ====== */
    /* ====== Banner START ====== */
    div.banner {
        display: none;
        width: 1200px;
        margin: 20px auto;
        background-color: #f3f3f3;
    }

    span.vidstop {
        display: block;
        position: absolute;
        width: 20%;
        float: right;
        right: 0px;
        z-index: 10;
        height: 100px;
        margin-top: 45%;
        background-image: url("../img/vidstop.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        cursor: pointer;
    }
    div.cont_tophead {
        display: block;
        width: 100%;
        padding: 5px 0px;
        background-color: #ffffff;
        border-bottom: 1px solid #d5b57e;
    }
    span.visa_bg {
        display: block;
        position: absolute;
        width: 75%;
        float: right;
        right: 0;
        z-index: 9;
        height: 160px;
        top: 0px;
        background-image: url("../img/visitlg.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }
    span.vart_bg {
        display: block;
        position: absolute;
        width: 96%;
        left: 2%;
        float: right;
        z-index: 9;
        height: 300px;
        top: 250px;
        background-image: url("../img/vartlog.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }


}

/* ----- Responsive center and banner  FINISH  -------- */
/* ====== Banner FINISH ====== */

/* ====== Footer Cahnge START ====== */
div.change_footer {
    display: block;
    width: 100%;
    background-image: url("../img/fotrbg.png");
    background-position: center;
    padding: 30px 0px;

}
div.chng_centr {
    display: block;
    width: 1200px;
    margin: 0 auto;
}
div.MyfotDivs1 {
    display: block;
    width: 37%;
    float: left;
    margin: 10px auto;
}
div.MyfootrDiv:last-child  {
    margin-right: 0px;
}
div.MyfotDivs2 {
    display: block;
    width: 63%;
    float: left;
    margin: 10px auto;
}
div.MyfootrDiv {
    display: block;
    /* width: 27%; */
    float: left;
    max-width: 320px;
    margin: 20px 30px 20px 0px;
}
div.MyfootrDiv:nth-child(4n) {
    margin-right: 0px;
}
span.MyftrSpan {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-family: Roboto-Bold;
    font-size: 20px;
    color:#d5b57e;
    text-decoration: underline;
}
ul.footMenu {
    display: block;
    width: 100%;

}
ul.footMenu>li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 0px;
}
ul.footMenu>li>a {
    position: relative;
    padding: 3px 0px;
    font-family: Roboto-Regular;
    font-size: 17px;
    color:#ebebeb;
    text-decoration: none;
    transition: all 0.4s;
    display: inline-block;
}
ul.footMenu>li>a::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 0%;
    top:20px;
    background-color: #d5b57e;
    transition: all 0.4s;
}
ul.footMenu>li>a:hover {
    color:#d5b57e;
}
ul.footMenu>li>a:hover:before {
    color:#d5b57e;
    width: 100%;
}
/* --- Footer slide css */
.swiper-container {
    width: 100%;
    height: 100%;
    background: none;
}
.swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.parallax-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-slide .parallax_divs {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
}
div.tur_profil {
    display: block;
    width: 22%;
    float: left;
    margin-right: 20px;
}
div.trst_word {
    display: block;
    width: 245px;
    float: left;
    text-align: justify;
    margin-top: -15px;
}
div.prof_rot {
    display: block;
    position: relative;
    float: left;
    left: 13px;
    width: 60px;
    height: 60px;
    /* margin: 0 auto; */
    background-color: #ebebeb;
    overflow: hidden;
    border: 1px solid #d5b57e;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
div.prof_rot>img {
    display: block;
    width: 80px;
    height: 80px;
    margin: -5px -15px;
    -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.swiper-button-prev, .swiper-button-next {
    display: none;
}
span.trst_name {
    display: block;
    width: 100%;
    font-family: FF_DIN_Pro_Bold;
    font-size: 19px;
    color: #f3f3f3;
    padding: 5px;
    margin-bottom: 0px;
}
span.trst_text {
    display: block;
    width: 100%;
    font-family: DINPro-Regular;
    font-size: 15px;
    color: #f3f3f3;
    padding: 5px;
    text-align: justify;
    line-height: 20px;
}

form.footer_form {
    display: block;
    width: 320px;
    float: left;
}
form.footer_form>input {
    display: block;
    width: 300px;
    float: left;
    padding: 8px;
    background-color: #ffffff38;
    border: 1px solid #ffffff38;
    font-family: DINPro-Light;
    font-size: 14px;
    color: #c1c1c1;
    margin-bottom: 10px;
}
form.footer_form>input.ftr_sent {
    display: block;
    width: 319px;
    float: left;
    padding: 8px;
    margin-top: 15px;
    border: 1px solid #ffffff47;
    background-color: #ffffff8c;
    font-family: DINPro-Regular;
    font-size: 16px;
    color: #3b3a3c;
    margin-bottom: 10px;
    cursor: pointer;
}
form.footer_form>input::placeholder {
    font-family: DINPro-Light;
    font-size: 14px;
    color: #c1c1c1;
    font-style: italic;
}

textarea.fotr_textar {
    display: block;
    width: 100%;
    max-width: 297px;
    min-height: 80px;
    background-color: #ffffff38;
    border: 1px solid #ffffff38;
    font-family: DINPro-Light;
    font-size: 14px;
    color: #c1c1c1;
    padding: 10px;
}
textarea.fotr_textar::placeholder {
    font-family: DINPro-Light;
    font-size: 14px;
    color: #c1c1c1;
    font-style: italic;
}

/* Desktop media ----------- */
@media only screen and (min-width : 1200px) {
    /* ====== Footer Cahnge START ====== */
    div.change_footer {
        display: block;
        width: 100%;
        background-image: url("../img/fotrbg.png");
        background-position: center;
        padding: 10px 0px;
    }
    div.chng_centr {
        display: block;
        width: 1200px;
        margin: 0 auto;
    }
    div.MyfootrDiv {
        display: block;
        /* width: 27%; */
        float: left;
        max-width: 100%;
        margin: 20px 90px 20px 0px;
    }
    div.MyfotDivs1 {
        display: block;
        width: 46%;
        float: left;
        margin: 10px auto;
    }
    div.MyfotDivs2 {
        display: block;
        width: 53%;
        float: left;
        margin: 10px auto 10px 0px;
    }

    form.footer_form {
        display: block;
        width: 100%;
        float: left;
    }
    form.footer_form>input {
        display: block;
        width: calc(100% - 18px);
        float: left;
        padding: 8px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        margin-bottom: 10px;
    }
    form.footer_form>input.ftr_sent {
        display: block;
        width: 100%;
        float: left;
        padding: 8px;
        margin-top: 15px;
        border: 1px solid #ffffff47;
        background-color: #ffffff8c;
        font-family: DINPro-Regular;
        font-size: 16px;
        color: #3b3a3c;
        margin-bottom: 10px;
        cursor: pointer;
    }
    textarea.fotr_textar {
        display: block;
        width: calc(100% - 22px);
        max-width: 100%;
        min-height: 90px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        padding: 10px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    /* ====== Footer Cahnge START ====== */
    div.change_footer {
        display: block;
        width: 100%;
        background-image: url("../img/fotrbg.png");
        background-position: center;
        padding: 30px 0px;

    }
    div.chng_centr {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    div.MyfotDivs1 {
        display: block;
        width: 37%;
        float: left;
        margin: 10px auto;
    }
    div.MyfotDivs2 {
        display: block;
        width: 63%;
        float: left;
        margin: 10px auto;
    }
    div.MyfotDivs1 {
        display: block;
        width: 55%;
        float: left;
        margin: 10px auto;
    }
    div.MyfotDivs2 {
        display: block;
        width: 45%;
        float: left;
    }

    div.MyfootrDiv:first-child  {
        display: block;
        float: left;
        max-width: 320px;
        margin: 20px 24px 20px 0px;
    }
    div.MyfootrDiv:last-child {
        display: block;
        float: right;
        max-width: 320px;
        margin: 20px 0px 20px 0px;
    }

    div.tur_profil {
        display: block;
        width: 27%;
        float: none;
        margin: 10px auto;
    }
    div.trst_word {
        display: block;
        width: 65%;
        float: none;
        text-align: justify;
        margin: 10px auto;
    }

    span.trst_text {
        display: block;
        width: 100%;
        font-family: DINPro-Regular;
        font-size: 15px;
        color: #f3f3f3;
        padding: 5px;
        text-align: justify;
        line-height: 20px;
    }
    .swiper-slide .parallax_divs {
        display: block;
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        position: relative;
    }

    form.footer_form {
        display: block;
        width: 320px;
        float: left;
    }
    form.footer_form>input {
        display: block;
        width: 300px;
        float: left;
        padding: 8px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        margin-bottom: 10px;
    }
    form.footer_form>input.ftr_sent {
        display: block;
        width: 319px;
        float: left;
        padding: 8px;
        margin-top: 15px;
        border: 1px solid #ffffff47;
        background-color: #ffffff8c;
        font-family: DINPro-Regular;
        font-size: 16px;
        color: #3b3a3c;
        margin-bottom: 10px;
        cursor: pointer;
    }
    textarea.fotr_textar {
        display: block;
        width: 100%;
        max-width: 297px;
        min-height: 80px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        padding: 10px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 481px) and (max-width : 767px) {
    /* ====== Footer Cahnge START ====== */
    div.change_footer {
        display: block;
        width: 100%;
        background-image: url("../img/fotrbg.png");
        background-position: center;
        padding: 30px 0px;
    }
    div.chng_centr {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    div.MyfotDivs1 {
        display: block;
        width: 100%;
        float: none;
        margin: 10px auto;
    }
    div.MyfotDivs2 {
        display: block;
        width: 100%;
        float: none;
        margin: 10px auto;
    }

    div.MyfootrDiv:first-child  {
        display: block;
        float: none;
        max-width: 320px;
        margin: 10px auto 30px auto;
    }
    div.MyfootrDiv:last-child {
        display: block;
        float: none;
        max-width: 320px;
        margin: 10px auto 30px auto;
    }

    div.tur_profil {
        display: block;
        width: 100%;
        float: none;
        margin: 25px auto;
    }
    div.trst_word {
        display: block;
        width: 100%;
        float: none;
        text-align: justify;
        margin: 10px auto;
    }
    .swiper-slide .parallax_divs {
        display: block;
        width: 91%;
        padding: 20px;
        margin-bottom: 30px;
        position: relative;
    }

    form.footer_form {
        display: block;
        width: 100%;
        float: none;
        margin: 10px auto;
    }
    form.footer_form>input {
        display: block;
        width: calc(100% - 16px);
        float: left;
        padding: 8px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        margin-bottom: 10px;
    }
    form.footer_form>input.ftr_sent {
        display: block;
        width: 100%;
        float: left;
        padding: 8px;
        margin-top: 15px;
        border: 1px solid #ffffff47;
        background-color: #ffffff8c;
        font-family: DINPro-Regular;
        font-size: 16px;
        color: #3b3a3c;
        margin-bottom: 10px;
        cursor: pointer;
    }
    textarea.fotr_textar {
        display: block;
        width: 94%;
        max-width: 100%;
        min-height: 80px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        padding: 10px;
    }
    span.MyftrSpan {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    ul.footMenu>li {
        display: block;
        position: relative;
        width: 100%;
        padding: 2px 0px;
        text-align: center;
    }
    ul.footMenu>li>a {
        position: relative;
        padding: 5px 0px;
        font-family: Roboto-Regular;
        font-size: 17px;
        color:#ebebeb;
        text-decoration: none;
        transition: all 0.4s;
        display: inline-block;
    }

}

/* SmartPhone (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {

    /* ====== Footer Cahnge START ====== */
    div.change_footer {
        display: block;
        width: 100%;
        background-image: url("../img/fotrbg.png");
        background-position: center;
        padding: 10px 0px 3px 0px;
    }
    div.chng_centr {
        display: block;
        width: 96%;
        margin: 0 auto;
    }

    div.MyfotDivs1 {
        display: block;
        width: 100%;
        float: none;
        margin: 10px auto;
    }
    div.MyfotDivs2 {
        display: block;
        width: 100%;
        float: none;
        margin: 10px auto;
    }

    div.MyfootrDiv:first-child  {
        display: block;
        float: none;
        width: 100%;
        margin: 10px auto 30px auto;
    }
    div.MyfootrDiv:last-child {
        display: block;
        float: none;
        width: 100%;
        margin: 10px auto 30px auto;
    }

    div.tur_profil {
        display: block;
        width: 100%;
        float: none;
        margin: 10px auto;
    }
    div.trst_word {
        display: block;
        width: 260px;
        float: left;
        left: 0;
        text-align: justify;
        margin: 10px auto;
    }
    .swiper-slide .parallax_divs {
        display: block;
        width: calc(100% - 40px);
        padding: 20px;
        margin-bottom: 30px;
        position: relative;
    }
    span.MyftrSpan {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-family: Roboto-Bold;
        font-size: 20px;
        color:#d5b57e;
        text-align: center;
        text-decoration: underline;
    }
    ul.footMenu>li {
        position: relative;
        padding: 5px 0px;
        font-family: Roboto-Regular;
        font-size: 17px;
        color:#ebebeb;
        text-align: center;
        text-decoration: none;
        transition: all 0.4s;
    }

    form.footer_form {
        display: block;
        width: 100%;
        float: none;
        margin: 10px auto;
    }
    form.footer_form>input {
        display: block;
        width: calc(100% - 18px);
        float: none;
        padding: 8px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        margin: 10px auto;
    }
    form.footer_form>input.ftr_sent {
        display: block;
        width: 100%;
        float: none;
        padding: 8px;
        margin-top: 15px;
        border: 1px solid #ffffff47;
        background-color: #ffffff8c;
        font-family: DINPro-Regular;
        font-size: 16px;
        color: #3b3a3c;
        margin-bottom: 10px;
        cursor: pointer;
    }
    textarea.fotr_textar {
        display: block;
        width: 100%;
        max-width: calc(100% - 18px);
        min-height: 80px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        padding: 8px;
    }
    span.MyftrSpan {
        margin-bottom: 20px;
        text-align: center;
        text-decoration: underline;
    }
    ul.footMenu>li {
        display: block;
        position: relative;
        width: 100%;
        padding: 2px 0px;
        text-align: center;
    }
    ul.footMenu>li>a {
        position: relative;
        padding: 5px 0px;
        font-family: Roboto-Regular;
        font-size: 17px;
        color:#ebebeb;
        text-decoration: none;
        transition: all 0.4s;
        display: inline-block;
    }


}

/* --- Footer slide css */

/* ====== Footer chane FINISH ====== */


/* ====== BIZ KIMIK PAGE START ====== */
div.who_videodiv {
    display: block;
    position: relative;
    width: 100%;
    height: 550px;
    min-height: 550px;
    align-content: center;
    justify-content: center;
    clear: both;
}

iframe.who_video {
    display: block;
    position: relative;
    width: 100%;
    height: 550px;
    /* z-index: 99999; */
    /* height: 100%; */
}
div.uswho_head {
    display: block;
    width: 100%;
    padding: 10px 0px;
    font-family: Roboto-Bold;
    font-size: 40px;
    color: #d5b57e;
    border-bottom: 1px solid #1d4f87;
}
div.uswho_text {
    display: block;
    width: 100%;
    padding: 10px 0px;
    margin: 20px auto;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #3b3a3c;
    text-align: justify;
    line-height: 21px;
}
/* SmartPhone (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    div.uswho_head {
        display: block;
        width: 96%;
        padding: 10px 0px;
        float: none;
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
    }
    div.uswho_text {
        display: block;
        width: 96%;
        padding: 10px 0px;
        float: none;
        margin: 0 auto;
    }

}
/* ====== BIZ KIMIK PAGE FINISH ====== */

/* ====== AZE ABOUT PAGE START ====== */
div.aze_about {
    display: block;
    width: 100%;
    padding: 10px 0px;
    font-family: Roboto-Bold;
    font-size: 40px;
    color: #d5b57e;
    background-color: #fbf2e2;
}
@media only screen and (min-width : 0px) and (max-width : 480px) {
    div.aze_about {
        display: block;
        width: 96%;
        margin: 0 auto;
    }


}
/* ====== AZE ABOUT PAGE FINISH ====== */

/* ====== BIZIMLE ELAQE PAGE START ====== */
span.MyftrusSpan {
    display: block;
    width: 100%;
    margin: 10px 0px 25px 0px;
    padding-bottom: 15px;
    font-family: FF_DIN_Pro_Bold;
    font-size: 24px;
    color:#3b3a3c;
    border-bottom: 1px solid #3b3a3c;
    text-align: center;
}

form.footer_usform {
    display: block;
    width: 100%;
    /* float: left; */
    margin: 0 auto;
}
form.footer_usform>input {
    display: block;
    width: calc(100% - 18px);
    float: left;
    padding: 8px;
    background: none;
    border: 1px solid #ffffff38;
    font-family: DINPro-Light;
    font-size: 14px;
    color: #909090;
    margin-bottom: 10px;
    border: 1px solid #909090;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form.footer_usform>input:hover {
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
}
form.footer_usform>input.ftr_ussent {
    display: block;
    width: 100%;
    float: left;
    padding: 8px;
    margin-top: 15px;
    border: 1px solid #ffffff47;
    background-color: #3b3a3c;
    font-family: FF_DIN_Pro_Bold;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
}
form.footer_usform>input.ftr_ussent:hover {
    background-color: #d5b57e;
    color: #3b3a3c;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
}
form.footer_usform>input::placeholder {
    font-family: DINPro-Light;
    font-size: 14px;
    color: #909090;
    font-style: italic;
}

textarea.fotr_ustextar {
    display: block;
    width: 100%;
    max-width: 94%;
    min-width: 94%;
    min-height: 80px;
    background: none;
    border: 1px solid #ffffff38;
    font-family: DINPro-Light;
    font-size: 14px;
    color: #909090;
    padding: 10px;
    border: 1px solid #909090;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
textarea.fotr_ustextar:hover {box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);}
textarea.fotr_ustextar::placeholder {
    font-family: DINPro-Light;
    font-size: 14px;
    color: #909090;
    font-style: italic;
}
div.map_connect {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 0px;
    height: 550px;
    overflow: hidden;
}
div.map_connect>svg {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    margin: 0 auto;
    height: 610px;
    overflow: hidden;
}
.land {
    fill: #d5b57e6e;
    fill-opacity: 1;
    stroke:white;
    stroke-opacity: 1;
    stroke-width:0.5;
}
.land:hover {
    fill: #d5b57e;
    fill-opacity: 1;
    stroke: #d60000;
    stroke-opacity: 1;
    stroke-width:0.5;
}
div.svg_popup {
    display: block;
    position: absolute;
    top: 2%;
    right: -25%;
    float: right;
    width: 20%;
    padding: 10px;
    background-color: #d5b57e;
    font-family: Roboto-Regular;
    font-size: 17px;
    color:#3b3a3c;
    line-height: 22px;
    text-align: center;
}
div.svg_popup>h3{
    display: block;
    margin: 0;
    padding-bottom: 10px;
    font-family: Roboto-Regular;
    font-size: 20px;
    color:#3b3a3c;

}
a.svg_link:hover div.svg_popup {
    right: 2%;
}
/* text {
  display: none;
}
div#map {
  display: block;
  width: 76% !important;
  margin: 0 auto;
}
div#map svg {
  display: block;
  width: 100% !important;
  margin: 0 auto;
} */
/* Left part */
div.cont_divs_two {
    display: block;
    width: 100%;
    margin: 10px 0px;

}
div.cont_divs {
    display: block;
    width: 50%;
    float: left;
    margin: 10px 0px;
}
span.cont_head {
    display: block;
    width: 100%;
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #d5b57e;
    margin-bottom: 10px;
}
span.cont_text {
    display: block;
    width: 100%;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #3b3a3c;
    padding: 5px 0px;
    line-height: 20px;
}

@media only screen and (min-width : 661px) and (max-width : 970px) {
    div.map_connect {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px 0px;
        /* height: 500px; */
        overflow: hidden;
    }

}
@media only screen and (min-width : 481px) and (max-width : 660px) {
    div.map_connect {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px 0px;
        /* height: 400px; */
        overflow: hidden;
    }

}
/* SmartPhone (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {

    form.footer_usform {
        display: block;
        width: 96%;
        /* float: left; */
    }
    form.footer_usform>input {
        display: block;
        width: calc(100% - 16px);
        float: left;
        padding: 8px;
        background-color: #ffffff38;
        border: 1px solid #ffffff38;
        font-family: DINPro-Light;
        font-size: 14px;
        color: #c1c1c1;
        margin-bottom: 10px;
    }
    form.footer_usform>input.ftr_ussent {
        display: block;
        width: 100%;
        float: left;
        padding: 8px;
        margin-top: 15px;
        border: 1px solid #ffffff47;
        background-color: #3b3a3c;
        font-family: DINPro-Regular;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 10px;
        cursor: pointer;
    }

    div.cont_divs {
        display: block;
        width: 100%;
        float: none;
        margin: 20px auto;
        padding: 10px 0px;
    }
    div.map_connect {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px 0px;
        height: 250px;
        overflow: hidden;
    }

}
/* Left part */

/* ====== BIZIMLE ELAQE PAGE FINISH ====== */

/* ====== TOUR PAGE START ====== */
div.second_slider {
    display: block;
    position: relative;
    width: 100%;
    height: 550px;
    min-height: 550px;
    align-content: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

div.second_slider > div span {
    display: flex;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0px;
    font-family: Roboto-Bold;
    font-size: 48px;
    color: #ebebeb;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 20%;
    align-items: center;
    justify-content: center;
}

div.tour_rating {
    display: block;
    width: 100%;
    float: none;
    background-color: #ffffff;
    padding: 20px 0px;
    margin:  auto;
}
div.rating {
    display: block;
    width: 1200px;
    margin: 0px auto;
}
div.tour_center {
    display: block;
    width: 1200px;
    margin: 20px auto;
}

div.rat_percent {
    display: block;
    width: 43%;
    float: left;
    padding-left: 70px;
    border-left: 1px solid #3b3a3c;
}
div.bord0 {
    border-left: none;
}
span.span_pers {
    display: block;
    float: left;
    font-family: Roboto-Bold;
    font-size: 48px;
    color: #3b3a3c;
    margin: 5px 10px 0px 10px;
}
div.ratandspan {
    display: block;
    float: left;
    width: 50%;
    padding: 10px;
}
span.span_perstxt {
    display: block;
    font-family: Roboto-Light;
    font-size: 14px;
    color: #3b3a3c;
    line-height: 18px;
    margin: 10px 0px 0px 0px;
}
span.rat_perstxt {
    display: block;
    float: left;
    font-family: Roboto-Light;
    font-size: 14px;
    color: #3b3a3c;
    margin: 11px 0px 0px 0px;
}
div.ratleft {
    display: block;
    float: right;
    margin: 10px 0px 0px 0px;
    width: 100px !important;
}
div.rat_litdiv {
    display: block;
    float: left;
    width: 44%;
    margin: 0px 10px 10px 0px;
}
/* Tour tabs */
div.tour_tabs {
    display: block;
    width: 100%;
}

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0;
    list-style: none;
}
#tabs li {width: 200px;float: left;margin: 2px 2px;}
#tabs li:first-child {margin-left: 100px;}
#tabs a {position: relative;background: #3b3a3c;padding: 17px 0px;width: 100%;float: left;text-decoration: none;color: #f3f3f3;font-family: Roboto-Bold;font-size: 16px;font-weight: bold;text-align: center;}
#tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {background: #d5b57e;color: #3b3a3c;transition: 1s;}
#tabs a:focus {outline: 0;}
#tabs a::after {content: '';position: absolute;z-index: 1;top: 0;right: 0px;bottom: 0;width: 0px;background: #fff;}
#tabs #current a {background: #d5b57e;	z-index: 3;color: #3b3a3c;}
#tabs #current a::after {background: #d5b57e;z-index: 3;color: #3b3a3c;}
#tour_content {padding: 0px;position: relative;z-index: 2;}

a.tour_packet {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 285px;
    height: 180px;
    float: left;
    margin: 0px 20px 20px 0px;
    z-index: 1;
    text-decoration: none;
    background-size: cover;
}
a.tour_packet:nth-child(4n) {
    margin: 0px 0px 20px 0px;
}
div.packet_info {
    display: flex;
    position: absolute;
    width: 100%;
    height: 180px;
    background-color: #00000087;
    z-index: 2;
    transition: 1s;
    text-align: center;
    align-items: center;
    justify-content: center;
}
div.pack_span {
    display: block;
    width: 76%;
    margin: 0 auto;
}
span.packnam {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}

span.packdate {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 5px 0px;
    font-family: Roboto-Light;
    font-size: 18px;
    color: #fff;
}
/* Tour tabs */



/* Desktop media ----------- */
@media only screen and (min-width : 1200px) {
    div.rating {
        display: block;
        width: 1200px;
        margin: 0px auto;
    }
    div.tour_center {
        display: block;
        width: 1200px;
        margin: 20px auto;
    }
    a.tour_packet:nth-child(4n) {
        margin: 0px 0px 20px 0px;
    }

    div.rat_percent {
        display: block;
        width: 43%;
        float: left;
        padding-left: 70px;
        border-left: 1px solid #3b3a3c;
    }
    div.ratandspan {
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
    }
    div.rat_litdiv {
        display: block;
        float: left;
        width: 44%;
        margin: 0px 10px 10px 0px;
    }
    div.bord0 {
        border-left: none;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 933px) and (max-width : 1199px) {
    div.rating {
        display: block;
        width: 96%;
        margin: 0px auto;
    }
    div.tour_center {
        display: block;
        width: 96%;
        margin: 20px auto;
    }
    #tabs li:first-child {margin-left: 0px;}
    a.tour_packet:nth-child(4n) {
        margin: 0px 20px 20px 0px;
    }
    a.tour_packet:nth-child(3n) {
        margin: 0px 0px 20px 0px;
    }
    div.rat_percent {
        display: block;
        width: 43%;
        float: left;
        padding-left: 30px;
        border-left: 1px solid #3b3a3c;
    }
    div.ratandspan {
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
    }
    div.rat_litdiv {
        display: block;
        float: left;
        width: 44%;
        margin: 0px 10px 10px 0px;
    }
    div.bord0 {
        border-right: none;
    }
    div.second_slider {
        display: block;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 810px;
        align-content: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 615px) and (max-width : 932px) {

    div.tour_center {
        display: block;
        width: 96%;
        margin: 20px auto;
    }
    div.rating {
        display: block;
        width: 96%;
        margin: 0px auto;
    }
    #tabs li:first-child {margin-left: 0px;}
    a.tour_packet:nth-child(4n) {
        margin: 0px 20px 20px 0px;
    }
    a.tour_packet:nth-child(3n) {
        margin: 0px 20px 20px 0px;
    }
    a.tour_packet:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }
    div.rat_percent {
        display: block;
        width: 48%;
        float: left;
        padding-left: 10px;
        border-left: 1px solid #3b3a3c;
    }
    div.ratandspan {
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
    }
    div.rat_litdiv {
        display: block;
        float: left;
        width: 96%;
        margin: 0px 10px 10px 0px;
    }
    div.bord0 {
        border-left: none;
    }
    div.second_slider {
        display: block;
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 810px;
        align-content: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

}

/* SmartPhone (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 614px) {
    div.tour_center {
        display: block;
        width: 96%;
        margin: 20px auto;
        float: none;
    }
    div.rating {
        display: block;
        width: 96%;
        margin: 0px auto;
    }
    #tabs li {width: 100%}
    #tabs li:first-child {margin-left: 0px;}
    a.tour_packet {
        margin:20px auto;
        float: none;
    }
    a.tour_packet:nth-child(4n) {
        margin:20px auto;
    }
    a.tour_packet:nth-child(3n) {
        margin:20px auto;
    }
    a.tour_packet:nth-child(2n) {
        margin: 20px auto;
    }
    div.rat_percent {
        display: block;
        width: 100%;
        float: none;
        padding-left: 0;
        margin: 10px auto;
        border-left: none;
    }
    div.ratandspan {
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
    }
    div.rat_litdiv {
        display: block;
        float: left;
        width: 100%;
        margin: 10px auto;
    }
    div.second_slider > div span {
        display: flex;
        bottom: 0;
        font-size: 20px;
        padding: 0;
        width: 100%;
        height: 20%;
        align-items: center;
        justify-content: center;
    }
    div.second_slider {
        display: block;
        position: relative;
        width: 100%;
        height: 45vh;
        min-height: 350px;
        align-content: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }


}

/* ====== TOUR PAGE FINISH ====== */


/* ====== TOUR_INNER PAGE START ====== */
div.tours_inner {
    display: block;
    width: 1200px;
    margin: 30px auto;
}
div.inner_left {
    display: block;
    width: 29%;
    float: left;
    margin-right: 20px;
}
div.inner_right {
    display: block;
    width: 69%;
    float: right;
}
/*  Tours Inner tabs*/

.dropdown {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 2px auto;
    & + .dropdown {
        margin-top: 15px;}
}
.dropdown__top:hover {
    background-color:  #d5b57e;
    color: #3b3a3c;
}
.dropdown__top:active {
    background-color:  #d5b57e;
    color: #3b3a3c;
}

.dropdown__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto-Bold;
    font-size: 17px;
    color: #f3f3f3;
    padding: 15px;
    box-sizing: border-box;
    background-color: #3b3a3c;
    cursor: pointer;
    transition: all .3s ease;
}
.dropdown__top::after {
    content: "\f0fe";
    font: 20px "Font Awesome 5 Free";
    transition: transform .5s ease;
    will-change: transform;
}

.open .dropdown__top {
    background-color:  #d5b57e;
    color: #3b3a3c;
}
.open .dropdown__top::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\f146";
    font: 20px "Font Awesome 5 Free";
    transition: transform .5s ease;
    will-change: transform;
}
.dropdown__btm {
    background: #ffffff;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px;
    display: none;
}

ul.tur_innul {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 0px;
    /* list-style-image: url(../img/listsquer.png); */
}
ul.tur_innul>li {
    /* display: block; */
    width: 100%;
    margin: 0;
    padding: 5px 0px;
    border-bottom: 1px dashed #3b3a3c;
    list-style-image: url(../img/listsquer.png);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
ul.tur_innul>li:last-child {
    border:none;
}
ul.tur_innul>li a {
    display: block;
    width: 100%;
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #3b3a3c;
    text-decoration: none;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
/* ul.tur_innul>li a:hover {
  font-family: Roboto-Bold;

} */
ul.tur_innul>li:hover {
    list-style-image: url(../img/listsquerhov.png);
}
ul.tur_innul>li:hover a {
    color: #000;
    font-weight: 700;
}

/*  Tours Inner tabs*/

/* --- Diamond divs --- */
.row {
    display: flex;
    width:100%;
    height: 550px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: url("../img/photo_bg.jpg") center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
a.foto_logtext {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-decoration: none;
}
div.fotgal_logo {
    display: block;
    width: 266px;
    position: relative;
    margin: 30px auto;
}

div.fotgal_logo>span{
    display: block;
    width: 100%;
    height: 136px;
    position: relative;
    background-image: url("../img/logoimprt.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
span.fotogal_text {
    display: block;
    width: 100%;
    padding: 15px 0px;
    font-family: Roboto-Bold;
    font-size: 22px;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
}
/*
.diambg {
  position: relative;
  padding: 12%;
  margin-right: 0%;
  float: left;
  z-index: 1;
}
 .diamond {
  position: relative;
  padding: 12%;
  background: red;
  margin-right: 0%;
  float: left;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: 888;
}
.diamond1 {
  margin-top: 0%;
  margin-left: 4%;
}

.diamond2 {
  background: blue;
  margin-left: 9.9%;
  margin-top: 0%;
}

.diamond3 {
  background: green;
  margin-left: 71.8%;
  margin-top: -24%;
} */

/* --- Diamond divs --- */
/* Header */
#tourgalery_header{
    width:100%;
    background:#000;
    background:rgba(0, 0, 0, 0.8);
    padding:5px 0;
    letter-spacing:1px;
    margin-bottom:20px;
    position:fixed;
    top:0;
    left:0;
    z-index:99;
}
#backlinks{
    float:right;
    padding:0 20px;
    line-height:22px;
    font-weight:bold;
    font-size:13px;
}
#backlinks a{
    text-align:right;
    display:block;
}

/* Footer */
#tourgalery_footer{
    width:100%;
    position:fixed;
    padding-left:20px;
    bottom:0;
    left:0;
    line-height:20px;
    color:#888;
    font-size:13px;
    background:rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.8);
    z-index:99;
}

/* wrapper css */
#tourgalery_wrapper{
    margin-top: 20px;
    width:100%;
}

#tourgalery_container{
    position:relative;
    width:1200px;
    margin:0 auto 25px;
    padding-bottom: 10px;

}
.gg-element {
    overflow: hidden;
    height: auto;
    width: 280px;
    position: relative;
    display: block;
}
a.grid_text {
    display:block;
    margin: 0;
    padding: 10px 0;
    font-family: Roboto-Bold;
    font-size: 16px;
    background-color: #fff;
    color: #3a3a3c;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    width: 280px;
}
/* a.grid_text:hover div.grid_textin {
  top: -107%;
} */
/* span.grid_bg {
  display: block;
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  background-image: url("../img/grdbg.png");
  background-position: center;
  background-repeat: no-repeat;
} */
div.grid_textin {
    display: block;
    /* opacity: 0;
    visibility: hidden; */
    width: calc(100% - 20px);
    min-height: 204px;
    height: 100%;
    padding: 10px;
    position: relative;
    top: 0%;
    background: #fff;
    /* z-index: 999999999999999999999999999; */
    box-shadow: 0 1px 8px rgba(34,25,25,0.4);
    -moz-box-shadow: 0 1px 8px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 8px rgba(34,25,25,0.4);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    transition: all 1s;
    width: 260px;
    height: auto;
    /* display: none; */
}
div.grid_textin>h3{
    display: block;
    width:100%;
    padding: 5px 0px;
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #3a3a3c;
    text-align: center;
    width: 280px;
}
div.grid_textin>span {
    display: block;
    width: 100%;
    padding: 3px 0px;
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #3a3a3c;
    text-align: center;
    line-height: 25px;
    width: 280px;
}
div.grid_textin>a {
    display: block;
    position: absolute;
    width: 43%;
    padding: 10px;
    margin: 0 auto;
    bottom: 12%;
    left: 25%;
    border: 1px solid #3a3a3c;
    font-family: Roboto-Regular;
    font-size: 18px;
    background-color: #fff;
    color: #3a3a3c;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s;
}
div.grid_textin>a:hover {
    background-color: #d5b57e;
    color: #3a3a3c;
}
@media screen and (max-width : 768px) {
    /* div.grid_textin {
      display: none;
    } */
    div.grid_textin>span {
        display: block;
        width: 100%;
        padding: 3px 0px;
        font-family: Roboto-Regular;
        font-size: 15px;
        color: #3a3a3c;
        text-align: center;
    }

}
@media screen and (max-width : 580px) {
    div.grid_textin {
        /* display: none; */
    }
    div.grid_textin>a {
        display: flex;
        position: absolute;
        width: 43%;
        padding: 7px;
        margin: 0 auto;
        bottom: 12%;
        left: 25%;
        font-size: 14px;
        justify-content: center;
        align-content: center;
    }

}
/**public style**/



.highlight { opacity: 1!important; }

.kai_banner_container {
    width: 100%;
    /* height: 640px; */
    position: relative;
    overflow: hidden;
}

.kai_banner_container .kai_banner_body {
    white-space: nowrap;
    word-space: -4px;
    letter-spacing: -6px;
    position: relative;
    height: 500px;
    display: block;
}

.kai_banner_container .kai_banner_body a {
    display: inline-block;
    width: 100%;
    background-position: center;
}

.kai_banner_container .kai_banner_body img { width: 100%; }

.kai_banner_container .kai_banner_bottombtns {
    position: absolute;
    bottom: 10px;
    z-index: 200;
    text-align: center;
    width: 100%;
}

.kai_banner_container .kai_banner_bottombtns span {
    background-size: cover;
    display: inline-block;
    width: 120px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 2px;
    opacity: 0.5
}

.kai_banner_container .side_btn {
    width: 25px;
    height: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: 0%;
    cursor: pointer;
    z-index: 200;
    margin: 110px 15px 15px 15px;
    visibility: hidden;
}

.kai_banner_container:hover .side_btn { visibility: visible; }

.kai_banner_container .side_btn:hover {
    border-color: rgba(0,0,0,0.2);
    border-width: 6px;
}

.kai_banner_container .kai_banner_prevbtn {
    left: 2.5%;
    transform: translateY(-100%) rotate(225deg);
}

.kai_banner_container .kai_banner_nextbtn {
    right: 2.5%;
    transform: translateY(-100%) rotate(45deg);
}


@media screen and (max-width : 900px) {
    #backlinks{
        float:none;
        clear:both;
    }
    #backlinks a{
        display:inline-block;
        padding-right:20px;
    }
    #tourgalery_wrapper{
        margin-top:90px;
    }
}

form.form_qiymet {
    display: block;
    width: calc(100% - 30px);
    padding: 15px;
    margin: 10px 0px;
    background-color: #fff;
}
form.form_qiymet>input.trin_inps {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 7px 0px;
    background-color: #f3f3f3;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form.form_qiymet>input.trin_inps:hover {box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);}
input.trin_sub {
    display: block;
    width: 100%;
    padding: 11px;
    margin: 7px 0px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #f3f3f3;
    background-color: #3b3a3c;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input.trin_sub:hover {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
    background-color: #d5b57e;
    color: #3b3a3c;
}
form.form_qiymet>textarea {
    display: block;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    min-height: 80px;
    padding: 10px;
    margin: 7px 0px;
    background-color: #f3f3f3;
    border: none;
    outline: none;
    font-family: Roboto-Light;
    font-size: 13px;
    color: #b2b2b2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form.form_qiymet>textarea:hover {box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);}
span.qiymt_span {
    display: block;
    width: 100%;
    padding: 5px 0px;
    margin: 5px 0px 20px 0px;
    font-family: Roboto-Bold;
    font-size: 17px;
    color: #3b3a3c;
    border-bottom: 1px dashed#3b3a3c;
}
div.tourin_rating {
    display: block;
    width: 100%;
    padding: 10px 0px;
}
div.trin_divs {
    display: block;
    width: 100%;
    margin: 0px auto 10px auto;
}
/* --- TOUR_INNER left FINISH --- */

/* --- TOUR_INNER right START --- */
div.turin_textdiv {
    display: block;
    width: 100%;
}
div.trin_spanhead {
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-family: Roboto-Bold;
    font-size: 15px;
    color: #3b3a3c;
    line-height: 19px;
}
div.trin_spanhead_sub {
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-family: Roboto-Bold;
    font-size: 15px;
    color: #3b3a3c;
    line-height: 19px;
}
div.trin_span_text {
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #3b3a3c;
    line-height: 19px;
    text-align: justify;
}
table.tur_intable {
    display: block;
    width: 100%;
    margin: 30px auto;
}
table.tur_intable tbody{
    display: block;
    width: 100%;
    /* margin: 30px auto; */
}
table.tur_intable tr {
    padding: 10px 0px;
    width: 100%;
}
table.tur_intable th {
    width: 200px;
    padding: 10px;
    background-color: #d5b57e;
    border-right: 1px solid #fff;
    text-align: center;
    font-family: Roboto-Bold;
    font-weight: 600;
    color: #3b3a3c;
}
table.tur_intable td {
    width: 16%;
    padding: 13px  3px;
    background-color: #ffffff;
    border: 1px solid #fff;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #3b3a3c;
}
table.tur_intable td:nth-child(2n+1) {
    background-color: #ebebeb;
}

#turin_tabs {
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0;
    list-style: none;
}
#turin_tabs li:first-child {width: 50%;float: left;}
#turin_tabs li:last-child {width: 50%;float: left;}
#turin_tabs a {position: relative;background: #ffffff;padding: 17px 0px;width: 100%;float: left;text-decoration: none;color: #3b3a3c;font-family: Roboto-Regular;font-size: 20px;text-align: center;}
#turin_tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {background: #3b3a3c;color: #f3f3f3;transition: all 0.3s;}
#turin_tabs a:focus {outline: 0;}
#turin_tabs a::after {content: '';position: absolute;z-index: 1;top: 0;right: 0px;bottom: 0;width: 0px;background: #fff;}
#turin_tabs #current_in a {background: #3b3a3c;	z-index: 3;color: #f3f3f3;}
#turin_tabs #current_in a::after {background: #3b3a3c;z-index: 3;color: #f3f3f3;}
#turin_content {padding: 0px;position: relative;z-index: 2;}
#tab2 iframe {
    display: block;
    width: 100%;
    min-height: 500px;
}

@media only screen and (min-width : 1200px) {
    div.tours_inner {
        display: block;
        width: 1200px;
        margin: 30px auto;
    }
    div.inner_left {
        display: block;
        width: 29%;
        float: left;
        margin-right: 20px;
    }
    div.inner_right {
        display: block;
        width: 69%;
        float: right;
    }
    .kai_banner_container {
        width: 100%;
        height: 640px;
    }
    .kai_banner_container .kai_banner_bottombtns {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }
    .kai_banner_container .side_btn {
        width: 25px;
        height: 25px;
        top: 30%;
        margin: 110px 15px 15px 15px;
    }
    #turin_tabs a {
        position: relative;
        background: #ffffff;
        padding: 17px 0px;
        width: 100%;
        float: left;
        text-decoration: none;
        color: #3b3a3c;
        font-family: Roboto-Regular;
        font-size: 20px;
        text-align: center;
    }

}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    div.tours_inner {
        display: block;
        width: 96%;
        margin: 30px auto;
    }
    div.inner_left {
        display: block;
        width: 29%;
        float: left;
        margin-right: 0px;
    }
    div.inner_right {
        display: block;
        width: 69%;
        float: right;
    }
    .kai_banner_container {
        width: 100%;
        /* height: 40vh; */
    }
    .kai_banner_container .kai_banner_bottombtns {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .kai_banner_container .side_btn {
        width: 25px;
        height: 25px;
        top: 25%;
        margin: 110px 15px 15px 15px;
    }
    #turin_tabs a {
        position: relative;
        background: #ffffff;
        padding: 17px 0px;
        width: 100%;
        float: left;
        text-decoration: none;
        color: #3b3a3c;
        font-family: Roboto-Regular;
        font-size: 20px;
        text-align: center;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 590px) and (max-width : 767px) {
    div.tours_inner {
        display: block;
        width: 96%;
        margin: 30px auto;
    }
    div.inner_left {
        display: block;
        width: 39%;
        float: left;
        margin-right: 0px;
    }
    div.inner_right {
        display: block;
        width: 59%;
        float: right;
    }
    .kai_banner_container {
        width: 100%;
        /* height: 640px; */
    }
    .kai_banner_container .kai_banner_bottombtns {
        position: absolute;
        bottom: 10%;
        width: 100%;
    }
    .kai_banner_container .side_btn {
        width: 25px;
        height: 25px;
        top: 3%;
        margin: 110px 15px 15px 15px;
    }
    #turin_tabs a {
        position: relative;
        background: #ffffff;
        padding: 17px 0px;
        width: 100%;
        float: left;
        text-decoration: none;
        color: #3b3a3c;
        font-family: Roboto-Regular;
        font-size: 15px;
        text-align: center;
    }

}

/* SmartPhone (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 589px) {
    div.tours_inner {
        display: block;
        width: 96%;
        margin: 30px auto;
    }
    div.inner_left {
        display: block;
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    div.inner_right {
        display: block;
        width: 100%;
        float: none;
    }
    .kai_banner_container {
        width: 100%;
        /* height: 580px; */
    }
    .kai_banner_container .kai_banner_bottombtns {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }
    .kai_banner_container .side_btn {
        width: 25px;
        height: 25px;
        top: 5px;
        margin: 110px 15px 15px 15px;
    }
    #turin_tabs a {
        position: relative;
        background: #ffffff;
        padding: 17px 0px;
        width: 100%;
        float: left;
        text-decoration: none;
        color: #3b3a3c;
        font-family: Roboto-Regular;
        font-size: 13px;
        text-align: center;
    }

}
.turin_tabs.clearfix {
    margin-top: 20px;
}

.src_close {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
a.close_a {
    background-image: url(../img/x.png);
    display: none;
    transform: scale(1.0);
    margin-top: 25px;
}
a.tour_packet:hover .packet_info{
    background: #000000cc;
    transition: 1s;
}

.manshet-img {
    max-width: 100%;
}
span.ltl_norm {
    display: block;
    float: left;
    width: 33px;
    height: 17px;
    margin-top: 2px;
    margin-right: 3px;
    background-image: url(../img/anor.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: all 0.4s;
}
span.ltl_norm:hover {
    background-position: 0px -17px;
}

button.src_submit {
    width: 20px;
    margin-left: -25px;
    margin-top: 8px;
}
    a.kvad_div {
        width: 220px !important;
    }