.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}





.navbar-brand img{
    width: 150px !important;
    margin-top: -15px;
}


.navbar-nav {
    padding-top: 25px !important;
}

@media (min-width: 768px){
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: 5%;

    }
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: none !important;
    color: #fff!important;
    border-radius: 4px 4px 0 0;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:visited {
    background: none !important;
    font-size: 16px !important;
}

.dropdown-menu{
    background: #fff !important;

    /*min-width: 59px !important;*/


}

.navbar-nav>li>.dropdown-menu{
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
    border-radius:4px;
}

.caret{
    border-top-color: #fff !important;
    margin-left: 9px !important;
}

.caption {
    position: absolute;
    right: 0;
     bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+28,000000+28,000000+63,000000+100&0.51+27,0.4+60,0.14+96,0+100,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.51) 27%, rgba(0,0,0,0.51) 28%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.38) 63%, rgba(0,0,0,0.14) 96%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.51) 27%,rgba(0,0,0,0.51) 28%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0.38) 63%,rgba(0,0,0,0.14) 96%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.51) 27%,rgba(0,0,0,0.51) 28%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0.38) 63%,rgba(0,0,0,0.14) 96%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
}

.carousel-control.left {
    z-index: 99;
}

.carousel-control.right {
    z-index: 99;
}

.carousel-control{
    width:8% !important;
}

.carousel-caption h1{
    max-width: 960px !important;
    color:#fff !important;
}
.carousel-caption{
    z-index:99;
}


.carousel-caption span{
    border-top: 2px solid #ff0033;
    color:#dfdfdf !important;
    padding-top:5px;
    max-width: 500px !important;
    text-align:center;
    margin:auto;
    font-size:16px;
}

html:lang(en) .nav.navbar-nav.navbar-left li a, html:lang(en) .story_see_all a{
    text-transform:uppercase !important;
    font-size: 15px;

}








html:lang(en) .navbar-default .navbar-nav>li>a {
    text-transform:uppercase !important;
    font-size: 15px !important;
}


html:lang(en) .carousel-caption span{
    text-transform:uppercase !important;
    font-size: 16px;
}

/******** stories *******/
.story_wrapper, .destination_wrapper, .threed_wrapper{
    width:85%;
    margin:auto;
}
.story_title, .destination_title{
    text-align:center;
    margin:auto;
    display: inline-block;
    width:100%;
    font-size: 30px;
    margin-bottom:15px;
}

.homepage_stories{
    width:100%;
}

.story_box{
    max-width:400px;

    border-left:1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    border-right: 3px solid #f8f8f8;
}

.story_box a {
    width:150px;
    height:35px;
    background:#ff0739;
    color:#fff !important;
    text-align:center;
    border:none;
    border-radius: 0;
    margin-top: -31px;
}

.story_box a:hover {
    color:#fff;
}
.story_description{
    color:#b0b0b0;
    padding-left: 30px;
    padding-right: 30px;
}

.story_description_title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}


.story_see_all{

    font-size: 30px;
    text-align: center;
    margin-top: 22px;
    display: inline-block;
    width: 100%;
}

.story_see_all a{
    text-decoration:none;
    color:#000;
}


.story_see_all a:hover{
    text-decoration:none;
    color:#000;
}



/*!************ caroucel fade *********!*/

.carousel-inner>.item {
    transition: all !important;
}

.carousel-inner>.active{
    display: block !important;
}



.carousel-fade .carousel-inner .item {

}

.carousel-fade .carousel-inner .next,  .carousel-fade .carousel-inner .prev{
    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 3.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 3.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}



/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
/***************learngeorgian****************/
.learn_lang_wrapper{
    text-align:center;
    margin:auto;
    display: inline-block;
    width:100%;
    font-size: 30px;
    margin-bottom:15px;
}

.learngeorgian_title{
    text-align:center;
    margin:auto;
    display: inline-block;
    width:100%;
    font-size: 59px;
    margin-bottom:15px;
    color:#b0b0b0;
}




.learn_lang{
    margin-top:20px;
    margin-bottom:20px;
}

.georgian_word{
    font-size: 17px;
}


/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.destination_title{
    color:#fff;
    top: 50%;
    font-size:26px;
    text-shadow: 2px 2px #000;
}

.flipster__item--current .destination_title{
    color:#fff;
    top: 20%;
    font-size:26px;
    text-shadow: 2px 2px #000;
}


.flipster__item--current .destination_desc{
    visibility: visible;
}

.desctination_childs{
    max-width: 764px;
    margin: auto;
}
.destination_desc{
    color:#fff;
    font-size:16px;
    visibility: hidden;

}

.dest_child{
    /*-webkit-box-shadow: 0 8px 6px -6px #b0b0b0;*/
    /*-moz-box-shadow: 0 8px 6px -6px #b0b0b0;*/
    /*box-shadow: 0 8px 6px -6px #b0b0b0;*/
}
.dest_child_texts{
    cursor:pointer;
    padding:10px;
}
.dest_child_texts p{
    font-style:italic;
}


.dest_child_texts:hover{
    color:#fff;
    background:#ff0739;
}

.dest_child_texts:hover  p{
     color:#fff;
     background:#ff0739;
 }

.dest_child_texts:hover h4 a{
    color:#fff;
    background:#ff0739;
}


#flat .gtbutton{
    visibility: hidden;
}


.flipster__item--current .gtbutton {
    visibility: visible !important;
}


.gtbutton {
    width: 150px;
    height: 35px;
    background: #ff0739;
    color: #fff !important;
    text-align: center;
    border: none;
    border-radius: 0;
    margin-top: -31px;
}

.destination_wrp{
    margin-top:60px;
}


/********* video css */
/******************** 3d images ****/

/* CSS used here will be applied after bootstrap.css */
.threed_wrapper{
    margin-top:100px;
}
.threed_wrapper .carousel {
    margin-top: 20px;

}
.threed_wrapper .item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}
.threed_wrapper .item .thumb img {
    width: 100%;
    margin: 2px;
    max-width:208px;
    max-height:108px;
}
.threed_wrapper .item img {
    width: 100%;

    max-height:552px;

}
.threed_wrapper  #carousel {
    max-width: 85%;
    margin: auto;
}


.threed_wrapper  #thumbcarousel{
    max-width:888px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-40px



}

 .thumbcarousel .carousel-inner .item.active{
    height:100% !important;
}

.threed_wrapper{
    margin-bottom: 70px;
    min-height:400px;
}

.threed_wrapper .carousel-control.right{
    background:none;
    color:#d1d1d1;
    top: 30%;
    text-align: left;
    padding-left: 31px;

}

.threed_wrapper .carousel-control.left{
    background:none;
    color:#d1d1d1;
    top: 30%;
    text-align: right;
    padding-right: 31px;


}

.threed_wrapper .carousel-control.right:hover{
    background:none;
    color:#d1d1d1;
    top: 30%;



}

.threed_wrapper .centered {

    color:#fff;

}
.threed_wrapper .centered p{

    max-width:506px;
    margin: auto;
    font-size: 33px;
    color:#fff;
    text-align: center;

}


.threed_wrapper .centered a span{

    font-size: 36px;

}

.threed_wrapper .centered a span:hover{

    font-size: 36px;
    color:#000;

}

.threed_wrapper video {
    width: 100%    !important;
    height: auto   !important;
}


.threed_wrapper  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.threed_wrapper  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.threed_wrapper  .carousel-inner>.item.active{
    height:400px;

}







.threed_wrapper .carousel-control.left:hover{
    background:none;
    color:#d1d1d1;
    top: 30%;

}


.nav .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:visited{
    background: #ff0739 !important;
    color: #fff !important;
}
.nav .dropdown-menu{
    background: #ff0739 !important;
    color: #fff !important;
}

.nav .dropdown-menu>li>a{
    color:#fff !important;
}

.modal {
    z-index: 999999999999 !important;
}


footer {
    margin-top: 0;
    background-color: #000000;
    color: #e75757f7 !important;
    padding: 25px;
}

footer, footer li a {
    font-size: 12px;
    color: #fff;
}

.page-bg{
    padding-bottom:0px !important;
}

.layout-profile img {

    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-top: -12px;

}


.discount_week_home{
    background: #ff001e;
    height: 200px;
    margin: 0 100px 50px 100px;
    padding: 40px 0;
    text-align: center;
}
.discount_week_home h2 {
    color:white;
}
.wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.some-list {
    color: #ececec;
}

.some-list .some-item {
    background: #424242;
    padding: 20px 30px 10px;
    position: relative;
    margin-bottom: 20px;
}

.some-list .some-item:last-of-type {
    margin-bottom: 0;
}

.some-list .some-item .item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
}

.some-list .some-item .item-header i {
    font-size: 14px;
    margin-right: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.some-list .some-item .item-header i:after {
    content: '♦';
}

.some-list .some-item .item-header .header-title {
    font-weight: bold;
}

.some-list .some-item .item-message {
    margin: 12px 0 20px;
    padding: 20px 0px;
    border-top: 1px solid #e75757f7;
    border-bottom: 1px solid #e75757f7;
}

.some-list .some-item .item-message .my-message {
    font-size: 14px;
    line-height: 22px;
}

.morecontent span {
    display: none;
}

.morelink, .morelink:hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
    font-size: 13px;
    color: #e75757f7;
}

.morelink:after {
    content: '';
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: 6px;
    margin-left: 10px;
    border: 1px solid #e75757f7;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
    transform-origin: bottom;
}

.morelink.less:after,  .morelink.less, .morelink.less:hover{

    color:#e75757f7;
}

footer {
    text-align: center;
    color: #333;
    padding: 20px 0;
}


.story_description_title a{
    background:#fff;
    color:#000 !important;
}

.story_description_title a:hover{
    text-decoration:underline !important;
}



footer li, footer h5,.staticpage-links  {
    text-align: left;
}

.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;

}



.scrolled   .navbar-nav li a, .scrolled   .navbar-nav > .open > a, .scrolled .navbar-nav > .open > a:focus, .scrolled  .navbar-nav > .open > a:hover {
    color: #000 !important;
}

.scrolled .dropdown-menu li a{
    color:#fff !important;
}

footer .dropdown-menu li a {
    color: #fff !important;
}

footer .dropdown-menu {
    background: #ff0739 !important;
    color: #fff !important;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}




/***************/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.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;
}

.dropdown-submenu .dropdown-menu {
    visibility: hidden;
}

.dropdown-submenu:hover>.dropdown-menu {
    visibility:visible !important;
}


.nav.navbar-nav.navbar-left li a {
    font-family: 'BPG Nateli Mtavruli' !important;
}

.scrolled{
    box-shadow: 0 8px 6px -6px #00000036;
}



@media (min-width: 768px){
    .scrolled   .navbar-nav li a, .scrolled   .navbar-nav > .open > a, .scrolled .navbar-nav > .open > a:focus, .scrolled  .navbar-nav > .open > a:hover {
        color: #fff ;
    }
}


@media (max-width: 768px){



    #myNavbar {
        background: #fff;

    }
    .scrolled   .navbar-nav li a, .scrolled   .navbar-nav > .open > a, .scrolled .navbar-nav > .open > a:focus, .scrolled  .navbar-nav > .open > a:hover {
        color: #000 !important;
    }

    .navbar   .navbar-nav li a, .navbar   .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar  .navbar-nav > .open > a:hover {
        color: #000 !important;
    }

    .navbar-nav{
        padding:0px !important;
        margin:0;
    }

    #logged_out{
        display:none;
    }



    .dropdown-submenu .dropdown-menu{
        display:none !important;
    }

    .carousel-control.right {
        margin-right: 6px;
    }

}


.new-cards .card {
    border: 0;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.new-cards .card .card-image {
    position: relative;
}

.new-cards .card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):not(.footer-link) {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #444;
}

.new-cards .card:not(.card-plain) .rounded {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.new-cards .text-center {
    text-align: center !important;
}

.new-cards .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.new-cards .text-danger {
    color: #FF3636 !important;
}

.new-cards .card .card-title {
    margin-top: 15px;
    line-height: 1.25em;
}

.new-cards .description, .new-cards .card-description, .new-cards .footer-big p {
    color: #9A9A9A;
    font-weight: 300;
}

.new-cards .card .card-footer {
    padding: 0;
    margin-top: 15px;
    background-color: transparent;
    border: 0;
}

.new-cards .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.new-cards .card-footer a, .new-cards .card-footer a:hover {
    width: 150px;
    height: 35px;
    background: #ff0739;
    color: #fff !important;
    text-align: center;
    border: none;
    border-radius: 0;

}
