/*-----------------Menu------------------------*/
.navbar, .navbar-inverse, .dropdown-submenu {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 70px;
    background: #FFFFFF;
}

.nav li {
    display: inline;
    color: white;

}

.navbar-inverse .navbar-nav > li > a {
    color: #000000;
    font-family: Lato;
    font-weight: 300;
    font-size: 1.3em;
    padding: 14px 13px 14px 15px;
}

.navbar-nav .open .dropdown-menu>li>a{
    line-height: 30px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-menu li a{
    height: 45px;
    background-color: rgba(0,0,0,0.8);
    color: white !important;
    border-top: 1px solid #fff;
}

.dropdown-submenu li {
    display: inline;
    color: white;
}
.dropdown-submenu>.dropdown-menu> li > a{
    color: #000000;
    font-family: Lato;
    font-weight: 300;
    font-size: 1.3em;
    padding: 14px 13px 14px 15px;
}

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*---------------------------------------------------*/

/*-----------------Themes menu-----------------------*/

/*.navbar, .navbar-inverse, .dropdown-submenu-themes {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 70px;
    background: #FFFFFF;
}


.navbar-nav .open .dropdown-menu-themes>li>a{
    line-height: 30px;
}
.dropdown-submenu-themes {
    position: relative;
}

.dropdown-menu-themes li a{
    height: 45px;
    background-color: rgba(0,0,0,0.8);
    color: white !important;
    border-top: 1px solid #fff;
}

.dropdown-submenu-themes li {
    display: inline;
    color: white;
}

.dropdown-submenu-themes>.dropdown-menu-themes> li > a{
    color: #000000;
    font-family: Lato;
    font-weight: 300;
    font-size: 1.3em;
    padding: 14px 13px 14px 15px;
}



.dropdown-submenu-themes>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu-themes:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu-themes.pull-left {
    float: none;
}

.dropdown-submenu-themes.pull-left>.dropdown-menu-themes {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/

/*---------------------------------------------------*/
.navbar-inverse .navbar-nav li a:hover {
    background-color: #000000;
    transition: 0.7s all linear;
    height: 100%;
}

.mobile-view-menu-navigation .navbar-toggle{
    background: rgba(74, 74, 74, 1);
    margin-right: 0px;
    height: 44px;
}


.mobile-view-menu-navigation .languagepicker {
    float: left;
    margin-top: 9px;
}

.mobile-view-menu-navigation .mobile-view-logo a{
    margin: 0 auto;
}

.mobile-view-menu-navigation .mobile-view-logo{
    height: 53px;
    margin-top: 4px;
    padding-left: 25px;
    padding-right: 25px;
}

.mobile-view-menu-navigation .row{
    height: 70px;
}

.navbar-nav .open .dropdown-menu {
    margin-top: -4px;
}

/*------------------------------*/

@media only screen
and (max-width: 373px)
{
    img.img-responsive.package-img-home-page {
        max-width: 100%;
    }
    .nav-pills > li a, .nav-pills > li a:focus, .nav-pills > li a:hover {
        line-height: 1;
    }

    .themes-main-home-page {
        margin-top: 46px !important;
        margin-left: -31px !important;
        padding-left: 0;
    }

    .package-details-background{
        margin-left: -15px;
    }
    a.customize-button {
        font-size: 14px;
        padding: 11px !important;
        margin-left: -18px;
    }
    .customize-button{
        width: 260px;
    }
    .itinery-main-div {
        margin-top: 20px;
    }

    .see-mor-det-button {
        margin-top: 25px;
        width: auto;
    }

    .right-side-box-main{
        margin-left: -20px;
        margin-top: 0px;
        text-align: -webkit-center;
    }
    .package-home-page{
        position: relative;
    }

    #scroll-white-background {
        display: none !important;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
        max-width: unset;
        max-height: 375px;
    }


    .search-tours-handler {
        height: unset !important;
        min-height: 167px !important;
        width: unset !important;
        border-radius: 0px !important;
        top: -20px !important;

    }

    .search-tour-content .btn-group, .search-tour-content .btn-group-vertical{
        display: block !important;
    }
    #dropdownMenu1 {
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;
    }

    #dropdownMenu2 {
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;

    }

    .search-tours-btn {
        position: relative !important;
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;
        bottom: 0px !important;
    }

    .theme-icon-content{
        width: 171% !important;
    }

    .first-para {
        margin-top: 0px;
    }
    .theme-icon {
        width: 136% !important;
    }
    .why-travel-title{
        font-size: 27px;
    }
    .top-destination-image {
        height: auto !important;
    }

    .top-destination-icon-block .carousel-inner > .item > a > img, .top-destination-icon-block .carousel-inner > .item > img, .top-destination-icon-block .img-responsive, .top-destination-icon-block .thumbnail > img, .top-destination-icon-block .thumbnail a > img {
        max-width: 290px !important;
    }

    .top-destination-icon-block {
        height: auto !important;
        width: auto !important;
    }

    .top-destination-col {
        padding: 25px !important;
        margin-top: 7px;
    }

    .new-tabs {
        display: none;
    }

    .vacation-tabs {
        position: relative;
    }

    .mobile-tabs {
        display: block;
        background: #bf2933;
        padding: 0px;
        margin: 0 auto;
        font-weight: bold;
        height: 50px;
        position: absolute;
        top: -30px;
        width: 321px;
        left: -15px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        height: 50px !important;
        background-color: rgb(191 41 51) !important;
        border-radius: 0px !important;
    }

     .theme-tab-mobile{
         /*width: 98px;*/
     }

    .theme-tab-mobile, .col-xs-4{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .about-tabs-mob, .col-xs-6{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .nav-pills > li a, .nav-pills > li a:focus, .nav-pills > li a:hover {
        line-height: 1;
        height: 50px;
        border-radius: 0 !important;
    }

    .package-tab-mobile {
        border-right: 2px solid white;
    }

    .destination-tab-mobile {
        border-right: 2px solid white;
    }

    .top-destination-home-page{
        position: relative;
        margin-left: -45px;
    }

    .destination-home-page{
        position: relative;
        margin-left: -32px !important;
        padding-top: 0px !important;
    }

    .tailor-maid-desc {
        min-height: unset !important;
    }

    .design-your-own-tour-title {
        width: unset !important;;
    }

    .description-new-tailor {
        width: unset !important;;
    }

    .button-quote {
        height: 50px !important;
        text-align: center !important;
    }

    .travel-experience-block-new {
        display: none !important;

    }

    .new-ekomi {
        width: 100% !important;
        padding: 22px 15px;
        background-color: white;
        float: left;
        padding-top: 0px;
        margin: 0 !important;
    }

    .about-us-block-new {
        display: none !important;
    }

    .partners-main-div {
        max-height: 140px;
    }

    .new-our-values {
        display: none !important;
    }

    .main-footer-block {
        margin-top: 0px !important;
    }

    .tripadviser-new {
        height: auto !important;
    }

    .travel-expert-description-button {
        margin-top: 7px !important;
        width: 205px !important;
    }

    .travel-expert-destination {
        height: auto !important;
        border-radius: 30px !important;
        margin-left: 30px !important;
    }

    .traveler-image{
        height: 160px !important;
        width: 160px !important;
    }

    .travel-expert-description-heading{
        margin-top: 0px !important;
    }

    .theme-title-div{
        margin-top: 0px !important;
    }

    .theme-description-div{
        width: unset !important;
        height: unset !important;
    }


    .themes-responsive-image .carousel-inner > .item > a > img, .themes-responsive-image .carousel-inner > .item > img, .themes-responsive-image.img-responsive, .themes-responsive-image .thumbnail > img, .themes-responsive-image .thumbnail a > img{
        max-width: 288px !important;
    }

    .destination-icon-block-old .carousel-inner > .item > a > img, .destination-icon-block-old .carousel-inner > .item > img, .destination-icon-block-old .img-responsive, .destination-icon-block-old .thumbnail > img, .destination-icon-block-old .thumbnail a > img{
        max-width: 285px !important;
    }

    .why-travel-block{
        width: 90%;
        margin-left: 20px;
    }


    .top-destination-title{
        width: 310px !important;
    }

    /*.tailor-maid-desc{
        margin-left: 20px !important;
    }
*/
    .embed-responsive{
        height: 435px !important;
    }

    .carousel-inner > .item > a > img.new-image-box-package ,  .carousel-inner > .item > img.new-image-box-package,  .new-image-box-package.img-responsive,  .thumbnail > img.new-image-box-package,  .thumbnail a > img.new-image-box-package{
        max-width: 100% !important;
    }

    .why-travel-title {
        margin-bottom: 25px;
    }

    .more{
        margin-right: -19px;
    }
}

@media only screen
and (min-width: 374px)
and (max-width: 644px)
{
    img.img-responsive.theme-img-responsive {
        max-height: unset;
        max-width: 100%;
    }

    .nav-pills > li a, .nav-pills > li a:focus, .nav-pills > li a:hover {
        line-height: 12px !important;
        height: 50px !important;
        border-radius: 0 !important;
    }

    .theme-icon-content{
        width: 128% !important;
    }
    .right-side-box-main{
        margin-top: 0px !important;
    }

    a.customize-button {
        font-size: 14px;
        padding: 11px !important;
    }
    .customize-button{
        width: 315px;
    }

    #scroll-white-background {
        display: none !important;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
        max-width: unset;
        max-height: 375px;
    }


    .search-tours-handler {
        height: unset !important;
        min-height: 167px !important;
        width: unset !important;
        border-radius: 0px !important;
        top: -20px !important;

    }

    .search-tour-content .btn-group, .search-tour-content .btn-group-vertical{
        display: block !important;
    }
    #dropdownMenu1 {
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;
    }

    #dropdownMenu2 {
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;

    }

    .search-tours-btn {
        position: relative !important;
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;
        bottom: 0px !important;
    }

    .first-para {
        margin-top: 0px;
    }

    .top-destination-image {
        height: auto !important;
    }

    .top-destination-icon-block .carousel-inner > .item > a > img, .top-destination-icon-block .carousel-inner > .item > img, .top-destination-icon-block .img-responsive, .top-destination-icon-block .thumbnail > img, .top-destination-icon-block .thumbnail a > img {
        max-width: 290px !important;
    }

    .top-destination-icon-block {
        height: auto !important;
        width: auto !important;
    }

    .top-destination-col {
        padding: 25px !important;
        margin-top: 7px;
    }

    .new-tabs {
        display: none;
    }

    .vacation-tabs {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-tabs {
        display: block;
        color: white;
        background: #B9B9B9;
        padding: 0px;
        margin: 0 auto;
        font-size: 14px !important;
        font-weight: bold;
        height: 50px;
        position: absolute;
        top: -30px;
        width: 110%;
        left: -15px;
    }

    #new-package-carousel .carousel-inner {
        max-height: 710px;
    }

    #new-package-carousel .carousel-control {
        margin-top: 354px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        height: 50px !important;
        line-height: 12px !important;
        background-color: #BF2933 !important;
        border-radius: 0px !important;
    }

    .nav-pills > li a, .nav-pills > li a:focus, .nav-pills > li a:hover {
        line-height: 12px !important;
    }

    .package-tab-mobile {
        border-right: 2px solid white;
    }

    .destination-tab-mobile {
        border-right: 2px solid white;
    }

    .theme-tab-mobile {
        /*width: 115px !important;*/
        margin-left: 0px !important;
    }

    .theme-tab-mobile, .col-xs-4{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .about-tabs-mob, .col-xs-6{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .theme-icon {
        margin-bottom: 5%;
        border-radius: 30px;
        overflow: hidden;
    }

    .tailor-maid-desc {
        min-height: unset !important;
    }

    .design-your-own-tour-title {
        width: unset !important;;
    }

    .description-new-tailor {
        width: unset !important;;
    }

    .button-quote {
        height: 50px !important;
        text-align: center !important;
    }

    .travel-experience-block-new {
        display: none !important;

    }

    .new-ekomi {
        width: 100% !important;
        padding: 22px 15px;
        background-color: white;
        float: left;
        padding-top: 0px;
        margin: 20px 0px 0px 0px !important;
    }

    .about-us-block-new {
        display: none !important;
    }

    .partners-main-div {
        max-height: 121px;
    }

    .new-our-values {
        display: none !important;
    }

    .main-footer-block {
        margin-top: 0px !important;
    }

    .tripadviser-new {
        height: auto !important;
    }


    .travel-expert-destination {
        height: auto !important;
        padding-bottom: 20px;
        border-radius: 30px !important;
        margin-left: 30px !important;
    }

    .traveler-image{
        height: 230px;
        width: 230px;
    }

    .travel-expert-description-heading{
        margin-top: 0px !important;
    }

    .theme-title-div{
        margin-top: 0px !important;
    }

    .theme-description-div{
        width: unset !important;
        height: unset !important;
    }


    .themes-responsive-image .carousel-inner > .item > a > img, .themes-responsive-image .carousel-inner > .item > img, .themes-responsive-image.img-responsive, .themes-responsive-image .thumbnail > img, .themes-responsive-image .thumbnail a > img{
        max-width: 288px !important;
    }

    .destination-icon-block-old .carousel-inner > .item > a > img, .destination-icon-block-old .carousel-inner > .item > img, .destination-icon-block-old .img-responsive, .destination-icon-block-old .thumbnail > img, .destination-icon-block-old .thumbnail a > img{
        max-width: 285px !important;
    }

    .why-travel-block{
        width: 90%;
        margin-left: 20px;
    }


    .top-destination-title{
        width: 310px !important;
    }

    .tailor-maid-desc{
        margin-left: 20px !important;
    }

    .embed-responsive{
        height: 435px !important;
    }

    .carousel-inner > .item > a > img.new-image-box-package ,  .carousel-inner > .item > img.new-image-box-package,  .new-image-box-package.img-responsive,  .thumbnail > img.new-image-box-package,  .thumbnail a > img.new-image-box-package{
        max-width: 100% !important;
    }

    .themes-home-page{
        padding-left: 10px !important;
    }

    .why-travel-title {
        margin-bottom: 25px;
    }





}

@media only screen
    and (min-width: 410px)
    and (max-width: 420px) {

    .nav li {
        width: 135px !important;
    }

    .package-home-page {
        padding-left: 25px!important;
    }

    .more{
        margin-right: unset !important;
    }
    .less{
        margin-left: -5px!important;
    }

}

@media only screen
and (min-width: 645px)
and (max-width: 767px)
{
    .our-concept .col-xs-12{
        width: 50%;
    }

    #scroll-white-background {
        display: none !important;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
        max-width: unset;
        max-height: 375px;
    }


    .search-tours-handler {
        height: unset !important;
        min-height: 167px !important;
        width: unset !important;
        border-radius: 0px !important;
        top: -20px !important;

    }

    .search-tour-content .btn-group, .search-tour-content .btn-group-vertical{
        display: block !important;
    }
    #dropdownMenu1 {
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;
    }

    #dropdownMenu2 {
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;

    }

    .search-tours-btn {
        position: relative !important;
        left: 12% !important;
        right: 12% !important;
        height: 42px !important;
        font-size: 18px !important;
        width: 75% !important;
        margin: 0.5% !important;
        bottom: 0px !important;
    }

    .first-para {
        margin-top: 0px;
    }

    .package-home-page .col-xs-12{
        width: 50% !important;
    }

    .destination-home-page .col-xs-12{
        width: 50% !important;
    }

    .top-destination-home-page{
        margin: 0 auto;
    }
    .top-destination-icon-block{
        height: auto !important;
        width: auto !important;
    }

    .top-destination-image{
        height: auto !important;
    }

    .top-destination-image .carousel-inner > .item > a > img, .top-destination-image .carousel-inner > .item > img, .top-destination-image .img-responsive, .thumbnail > img, .top-destination-image .thumbnail a > img {
        max-width: none !important;
        max-height: none !important;
    }

    .mobile-tabs{
        display: none !important;
    }

    .new-tabs{
        display: block !important;
    }

    .new-ekomi {
        width: 100% !important;
        padding: 22px 15px;
        background-color: white;
        float: left;
        padding-top: 0px;
        margin: 0 !important;
    }

    .main-footer-block .col-xs-12{
        width: 50% !important;
    }

    .themes-home-page{
        width: 50% !important;
        padding: 15px !important;
    }

    .theme-icon .carousel-inner > .item > a > img, .theme-icon .carousel-inner > .item > img, .theme-icon .img-responsive, .theme-icon .thumbnail > img, .theme-icon .thumbnail a > img{
        max-width: 100%;
    }

    .itinerary-image{
        text-align: center;
    }
    .tailor-maid-desc {
        min-height: unset !important;
    }

    .design-your-own-tour-title {
        width: unset !important;;
    }

    .description-new-tailor {
        width: unset !important;;
    }

    .button-quote {
        height: 50px !important;
        text-align: center !important;
    }

    .travel-experience-block-new {
        display: none !important;

    }

    .about-us-block-new {
        display: none !important;
    }

    .partners-main-div {
        display: none !important;
    }

    .new-our-values {
        display: none !important;
    }

    .main-footer-block {
        margin-top: 0px !important;
    }

    .tripadviser-new {
        height: auto !important;
    }


    .travel-expert-destination {
        height: auto  !important;
        border-radius: 30px !important;
        margin-left: 30px !important;
    }

    .traveler-image{
        height: 230px;
        width: 230px;
    }

    .right-side-box-main{
        margin-top: 10px !important;
        text-align: -webkit-center;
    }
    .travel-expert-description-heading{
        margin-top: 0px !important;
    }

    .destination-icon-block-old .carousel-inner > .item > a > img, .destination-icon-block-old .carousel-inner > .item > img, .destination-icon-block-old .img-responsive, .destination-icon-block-old .thumbnail > img, .destination-icon-block-old .thumbnail a > img{
        max-width: 285px !important;
    }

    .why-travel-block{
        padding-left: 35px !important;
    }

    .tailor-maid-desc{
        margin-left: 20px !important;
    }

    .embed-responsive{
        height: 435px !important;
    }

    /*.carousel-inner > .item > a > img.new-image-box-package ,  .carousel-inner > .item > img.new-image-box-package,  .new-image-box-package.img-responsive,  .thumbnail > img.new-image-box-package,  .thumbnail a > img.new-image-box-package{
        max-width: 100% !important;
    }
*/
    .why-travel-title {
        margin-bottom: 25px;
    }
}



