/*
 * General Styles
 */
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
header, footer, article, section, figure, nav, aside {display: block;}
body {
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica,sans-serif;
    font-size: 62.5%;
    height: 100%;
}
html, body {
    width: 100%;
}
a {
    text-decoration: none;
    outline: none;
    color: #0066cc;
}
a:hover {text-decoration: none;}
img {
    border: 0 none;
    max-width: 100%;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*
 * Header Styles
 */
#mobi-header {
    background: #f6f6f6;
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 1000000;
}
.top-navigation {
    background: #f6f6f6;
    height: 52px;

}
.mobi-logo {
    padding: 0 10px;
}
.mobi-header-ad {
    padding: 5px 0;
    text-align: center;
}
.menu-links {
    float: left;
}
.menu-links a.menu-icon {
    float: left;
    margin: 10px 5px 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
}
.menu-links a.menu-icon.close {
    display: none;
}
.menu-close {
    background: #3d3f45;
    width: 36px;
    height: 36px;
    float: left;
    margin: 10px 20px 0 0;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
.open
{
    position:relative;
}
.open i
{
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    height: 2px;
    background: #c01e2e;
    display: block;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
}
.open-top
{
    top: 13px;
}
.open-bottom
{
    bottom:13px;  
}
.open-top-multiply
{
    top: 19px!important;
    transform:rotate(-135deg)!important;
    -webkit-transform: rotate(-135deg)!important;
    -moz-transform: rotate(-135deg)!important;
    -o-transform: rotate(-135deg)!important; 
}
.open-bottom-multiply
{
    bottom: 16px!important;
    transform:rotate(135deg)!important;
    -webkit-transform: rotate(135deg)!important;
    -moz-transform: rotate(135deg)!important;
    -o-transform: rotate(135deg)!important; 
}
.mobi-logo
{
    position:absolute;
    margin:auto;
    top:1px;
    left: 0;
    right:0;
    width:180px;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.mobi-logo h1
{
    width: 160px;
    height: 40px;
    margin: auto;
    display: block;
    background: url(/media/images/mobi/nativeplanet-logo.svg) no-repeat;
    background-size: cover;
}
.mobi-logo a
{
    position: absolute;
    left: 16px;
    right: 0px;
    margin: auto;
    top: 2px;
}

.mobi-logo.is-open a::before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    -webkit-transform: translateX(-0.5em);
    -ms-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
}
.mobi-logo.is-open {
    left: 3.5em;
}


.ds-imp-links
{
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}
.ds-imp-links.ds-imp-active
{
    transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
}
.ds-imp-links span
{
    display:none;
    overflow: hidden;
    position: absolute;
    bottom: -17px;
    left: 0;
    top:41px;
    width: 100%;
    height: 10px;
    z-index: 999999999;
}
.ds-imp-links span:after
{
    background: #fff;
    border-color: #d6d6d6;
    left: 50%;
    border: 1px solid #d6d6d6;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 0;
    transform-origin: 0% 0;
    z-index: 1;
}
.ds-imp-links a
{
    display: block;
    padding: 10px;
}
.ds-imp-links a i
{
    color:#000000;
    font-size: 16px;
}
.menu-thumbs
{
    width:100%;
    height:41px;
    background: #f6f6f6;
}

.menu-thumbs ul
{
    list-style-type: none;
}
.menu-thumbs ul li
{
    float:left!important;
    width:50%!important;
    text-align: center;
    box-sizing:border-box;
}
.menu-thumbs ul li a
{
    font-size:18px;
    color:#000000;
    text-decoration: none;
    display: block;
    padding: 5px 0 10px;
    border-bottom:solid 2px #c01e2e ;
    position: relative;
}
.menu-thumbs ul li a.active:before
{
    position: absolute;
    content:"";
    width:1px;
    border-bottom:solid 7px #c01e2e;
    border-left:solid 6px transparent;
    border-right:solid 6px transparent;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.menu-thumbs ul li a.active {
    color: #c01e2e ;
}


.mobi-primary-nav ul
{
    box-sizing: border-box;   
    overflow-x: hidden;
    background: #fafafa;
}
.mobi-primary-nav ul li
{ 
    padding: 0 8px; 
    margin:0 0;
    box-sizing: border-box;
    display: block;
    width: auto!important;
    border-bottom: 1px solid #e4e4e4;
}
.mobi-primary-nav-slider .bx-wrapper,.mobi-primary-nav-slider .bx-viewport
{
    width:100%!important;
}
.mobi-primary-nav-slider ul li ul li div.subnav ul,.mobi-primary-nav-slider ul li ul li div.subnav ul li
{
    width:auto!important;
}
.mobi-primary-nav  ul li ul{
    height:auto!important;
}
.mobi-primary-nav ul li:nth-child(1) a
{
    -webkit-transition-delay: 300ms,300ms;
    transition-delay: 300ms,300ms;
}
.mobi-primary-nav ul li:nth-child(2) a
{
    -webkit-transition-delay: 350ms,350ms;
    transition-delay: 350ms,350ms;
}
.mobi-primary-nav ul li:nth-child(3) a
{
    -webkit-transition-delay: 400ms,400ms;
    transition-delay: 400ms,400ms;
}
.mobi-primary-nav ul li:nth-child(4) a
{
    -webkit-transition-delay: 450ms,450ms;
    transition-delay: 450ms,450ms;
}
.mobi-primary-nav ul li:nth-child(5) a
{
    -webkit-transition-delay: 500ms,500ms;
    transition-delay: 500ms,500ms;
}
.mobi-primary-nav ul li:nth-child(6) a
{
    -webkit-transition-delay: 550ms,550ms;
    transition-delay: 550ms,550ms;
}
.mobi-primary-nav ul li:nth-child(7) a
{
    -webkit-transition-delay: 600ms,600ms;
    transition-delay: 600ms,600ms;
}
.mobi-primary-nav ul li:nth-child(8) a
{
    -webkit-transition-delay: 650ms,650ms;
    transition-delay: 650ms,650ms;
}
.mobi-primary-nav ul li:nth-child(9) a
{
    -webkit-transition-delay: 700ms,700ms;
    transition-delay: 700ms,700ms;
}
.mobi-primary-nav ul li:nth-child(10) a
{
    -webkit-transition-delay: 750ms,750ms;
    transition-delay: 750ms,750ms;
}
.mobi-primary-nav ul li:nth-child(11) a
{
    -webkit-transition-delay: 800ms,800ms;
    transition-delay: 800ms,800ms;
}
.mobi-primary-nav ul li:nth-child(12) a
{
    -webkit-transition-delay: 850ms,850ms;
    transition-delay: 850ms,850ms;
}
.mobi-primary-nav ul li:nth-child(13) a
{
    -webkit-transition-delay: 900ms,900ms;
    transition-delay: 900ms,900ms;
}
.mobi-primary-nav ul li:nth-child(14) a
{
    -webkit-transition-delay: 950ms,950ms;
    transition-delay: 950ms,950ms;
}
.mobi-primary-nav ul li:nth-child(15) a
{
    -webkit-transition-delay: 1000ms,1000ms;
    transition-delay: 1000ms,1000ms;
}
.mobi-primary-nav ul li:nth-child(16) a
{
    -webkit-transition-delay: 1050ms,1050ms;
    transition-delay: 1050ms,1050ms;
}
.mobi-primary-nav ul li:nth-child(17) a
{
    -webkit-transition-delay: 1100ms,1100ms;
    transition-delay: 1100ms,1100ms;
}
.mobi-primary-nav ul li a {
    color: #010012;
    font-size: 1.3em;
    display: block;
    line-height: 50px;
    height: auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 0 5px;
    opacity: 0;        
    -webkit-transform: scale(1.1) translateY(-10px);
    transform: scale(1.1) translateY(-10px);
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;  
}
.menu-social-icons a
{
    border:none!important;
}
.mobi-primary-nav.latest-articles ul li a {
    line-height: inherit;
    padding: 12px 5px;
}
.notransform {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.mobi-primary-nav ul li .google-search {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    background: #000;
    font-size: 14px;
    color: #fff;
}
.google-search i {margin-right: 5px;}
.mobi-primary-nav ul li a.submenu {
    text-transform: uppercase;
}
.mobi-primary-nav ul li a.submenu.home {
    background: #231f20;
    height: 53px;
}
.mobi-primary-nav ul li a.submenu i {
    width: 31px;
    height: 31px;
    font-size: 18px;
}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}
.swipe-menu {
    width: 25px;
    height: 50px;
    background: url(..//images/swipe-arrow.png) no-repeat right center;
    position: absolute;
    right: -25px;
    top: 50%;
    cursor: pointer;
}

.np-right-inner-icon 
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.trending-pop-videos-block {
    background: #fafafa;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}
.trending-pop-videos-block.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.trending-video-wrapper ul li {background: #333333;}
.trending-pop-videos-blockin {
    width: 100%;
}
.trending-video-wrapper {
    padding: 10px 0 30px;
    position: relative;
    margin: 0 5px;
}
.trending-title {
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
    color: #222;
}
.trending-title-withseperator::after {
    content: "";
    display: block;
    height: 2px;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100 vw;
    background: #4285f4;
}
.trending-title-withseperator {
    margin: 10px 0 10px;
    padding: 0 10px 0 0;
    display: inline-block;
    overflow: visible;
    position: relative;
    text-align: left;
}
.trending-video-content ul li {
    float: left;
    width: 55%;
    margin-right: 15px;
}
.trending-video-art-img {height: 110px;}
.trending-video-art-img img {
    width: 100%;
    display: block;
}
.trending-video-art-text {
    background: #333333;
    padding: 10px;
}
.trending-video-art-title {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    height: 74px;
    overflow: hidden;
}
.trending-pop-videos-block .bx-controls {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
.trending-pop-videos-block .bx-controls .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}
.trending-pop-videos-block .bx-controls .bx-pager-item a {
    display: block;
    background: #000;
    width: 8px;
    height: 8px;
    opacity: .2;
    border-radius: 50%;
    text-indent: -9999px;
}
.trending-pop-videos-block .bx-controls .bx-pager-item a.active {
    display: block;
    background: #007aff;
    opacity: 1;
}

/*
 * Subnavigation Links
 */
.mobi-primary-nav li {position: relative;}
.mobi-primary-nav li .subnav {
    display: none;
}
.mobi-primary-nav li.active .subnav {
    display: block!important;

}

.arrowIcon {
    width: 50px;;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    z-index: 10000;
    font-size: 14px;
    color: #000000;
    text-align: center;
}
.ds-last-row,.subnav ul li:last-child
{
    border:none;
}


.mobi-primary-nav li.active .arrowIcon .fa-chevron-down:before {
    content: "\f077"
}
.mobi-primary-nav li .subnav a {
    display: block;
    color: #000000;	
    padding: 2px 5px 2px 20px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4em;
}

.mobi-navigation.sticky #mobi-menu  {display: none;}
#mobi-menu-onscroll {
    background: #fafafa;
    height: 55px;
    display: none;
}
.mobi-navigation.sticky #mobi-menu-onscroll {display: block;    
                                             position: fixed;
                                             top: 0;
                                             width: 100%;
                                             z-index: 999999;}
.menu-social-links a {
    background: #666;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 32px;
    line-height: 31px;
    margin: 10px 4px 5px;
    padding: 0;
    text-align: center;
    width: 30px;
}
.menu-social-links a.w-share {font-size: 24px;}
.menu-social-links a:hover {color: #fff;}
.show-search-onscroll a.search-icon {
    float: right;	
    background: #f9f9f9;
    color: #3d3f45;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin: 9px 8px 0;
    text-align: center;
    width: 36px;
    border: 1px solid #3d3f45;
}

.newsletter-block .email-textbox {width: 200px;}
.newsletter-block .email-input {width: 150px;}


#mobi-nav {
    height: 38px;
    overflow: hidden;
    width: 100%;
    background: #f6f6f6;
}
.mobi-navigation ul {
    margin: 0 5px;
    overflow-x: scroll;
    padding-bottom: 15px;
    white-space: nowrap;
    width: 100%;
}
.mobi-navigation ul li {
    display: inline-block;
    width: auto !important;
}
.mobi-navigation ul li a {
    border-bottom: 2px solid transparent;
    color: #5c5b5b;
    display: block;
    font-size: 14px;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
}
.mobi-navigation ul li a.active {
    border-bottom: 2px solid #c01e2e;
    color: #c01e2e;
}
.np-serv-list li a {
    display: block;
    line-height: 40px;
    padding: 10px;
    border-bottom: 1px solid #F5F5F5;
}
.np-serv-list .np-serv-icons {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
}
.np-serv-list .np-serv-info {
    padding-left: 15px;
    display: inline-block;
}
.np-serv-list .np-serv-info .np-serv-title {
    line-height: 26px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.np-serv-list .np-serv-info .np-serv-desc {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.u-v-align-middle {
    vertical-align: middle;
}

.np-right-icon {
    font-size: 24px;
    line-height: 36px;
    color: #d2d2d2;
    float: right;
}

/*
 * Icons Styles
 */
.np-serv-icons i {display: block;width: 40px;height: 40px;}
.flight-icon {background: url(/media/images/mobi/flight-icon.svg) no-repeat 0 0;}
.hotel-icon {background: url(/media/images/mobi/hotel-icon.svg) no-repeat 0 0;}
.train-icon {background: url(/media/images/mobi/train-icon.svg) no-repeat 0 0;}
.bus-icon {background: url(/media/images/mobi/bus-icon.svg) no-repeat 0 0;}
.cabs-icon {background: url(/media/images/mobi/cabs-icon.svg) no-repeat 0 0;}

.train-search-icon {background: url(/media/images/mobi/trains-search.svg) no-repeat 0 0;}
.train-book-icon {background: url(/media/images/mobi/trains-book.svg) no-repeat 0 0;}
.train-name-num-icon {background: url(/media/images/mobi/trains-name-num.svg) no-repeat 0 0;}
.train-pnr-status-icon {background: url(/media/images/mobi/trains-pnr-status.svg) no-repeat 0 0;}
.train-live-status-icon {background: url(/media/images/mobi/trains-live-status.svg) no-repeat 0 0;}
.train-wifi-connect-icon {background: url(/media/images/mobi/trains-connect-wifi.svg) no-repeat 0 0;}


/*
 * Layout Styles
 */
#np-container {
    padding-top: 95px;
}

.np-main-headings {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.np-main-headings span {
    display: inline-block;
    border-bottom: 1px solid #c01e2e;
}

.np-dest-content {
    overflow-x: scroll;
    overflow-y: hidden;
}
.np-dest-content ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.np-dest-content ul li {
    list-style-type: none;
    width: 150px;
    padding: 0;
    margin-left: 1px;
    min-height: 230px;
    display: inline-block;
}
.np-dest-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.np-dest-title {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    top: 140px;
    text-transform: uppercase;
    text-shadow: 0 0 3px #666, 0 0 5px #000;
}

.np-destination-block, .np-home-article-block {margin-bottom: 20px;}
.np-travel-reads-content ul {margin: 0;padding: 0;}
.np-travel-reads-content ul li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid #ededed;
}
.np-article-thumbimg {
    float: left;
    width: 150px;
}
.np-article-desc {margin-left: 160px;}
.np-article-title {
    font-size: 18px;
    color: #000;
    height: 80px;
    overflow: hidden;
}
.np-article-title a {color: #000;}
.np-article-datetime {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}

/*
 * Menu Styles
 */
.mobi-primary-nav-slider
{
    display:none;
    width: 100%;
    background: #f6f6f6;
    z-index: 9999999!important;
    overflow: hidden;
    position: relative;
}
.mobi-primary-nav-slider.bx-wrapper {position: relative;}

.mobi-primary-nav-slider a.disabled, .mobi-primary-nav-slider .bx-controls-direction a.disabled{
    opacity: 0.5;
}
.mobi-primary-nav-slider a.prev-slide, .mobi-primary-nav-slider .bx-controls-direction a.bx-prev {	
    left: 0;	
}
.mobi-primary-nav-slider .bx-controls-direction a.bx-prev:before {
    content: "\00ab";
    color: #000;
    font-size: 20px;
    padding-left: 9px;
}
.mobi-primary-nav-slider a.next-slide, .mobi-primary-nav-slider .bx-controls-direction a.bx-next {	
    right: 0;
    font-size: 20px;
}
.mobi-primary-nav-slider .bx-controls-direction a.bx-next:before {
    content: "\00bb";
    color: #000;
    font-size: 20px;
    padding-left: 15px;
}

/*
 * Mini Opera Styles
 */

.mobi-miniopera-languages,.mobi-miniopera-nav {
    display: none;
}
.miniopera .menu-links, .miniopera .ds-imp-links, .miniopera #mobi-nav {display: none;}
.miniopera .mobi-miniopera-languages, .miniopera .mobi-miniopera-nav {display: block;}

.miniopera #mobi-header {
    position: relative;	
    height: auto;
}
.miniopera .mobi-miniopera-languages {
    padding-top: 52px;
}
.miniopera .top-navigation {height: auto;}
.mobi-miniopera-nav ul li {
    display: inline-block;
    width: auto !important;	
}
.mobi-miniopera-nav ul li a {
    border-bottom: 2px solid transparent;
    color: #5c5b5b;
    display: block;
    font-size: 14px;
    padding: 2px 5px;
    text-align: center;
    text-transform: uppercase;
}
.miniopera #np-container {padding-top: 0;}
.mobi-miniopera-languages {
    font-size: 14px;
    color: #000;
}
.mobi-miniopera-languages a {color: #000;padding: 0 5px;}
.mobi-miniopera-languages a.active {
    color: #c01e2e;
}
/*
 * Ads Styles
 */

.photos-add {
    margin: 10px auto;
    position: relative;
}
.ads-mobi-block {
    background: #f5f5f5;
    padding-bottom: 10px;
}
.ads-mobi-heading {
    color: #333;
    font-size: 10px;
    padding: 7px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.ads-mobi-container {
    margin: auto;
    width: 310px;
    height: 255px;
    position: relative;
}
.loading-ad {	
    line-height: 255px;
    text-align: center;	
}
.loading-dot {
    background-color: #90949c;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    display: inline-block;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
    -o-animation: move 1s infinite linear;
    -ms-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
}
@media screen and (max-device-width: 480px) {
    .loading-dot {
        width: 12px;
        height: 12px;
    }
}
.loading-dot:last-of-type {margin-right: 0;}
.loading-dot:nth-child(1) {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
}
.loading-dot:nth-child(2) {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}
.loading-dot:nth-child(3) {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 1;
    };
}
@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    }
}
@-ms-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}

@-o-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}

/*
 * Clearfix to clear floated Elements
 */
.clear {	clear: both;	display: block;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0;}
.clearfix:after {	clear: both;	content: ' ';	display: block;	font-size: 0;	line-height: 0;	visibility: hidden;
                  width: 0;	height: 0;}
.clearfix {	display: inline-block;}
* html .clearfix {	height: 1%;}
.clearfix {	display: block;}

.np-page-content {
    padding: 0 5px 5px 5px;

}
.np-flights-tabs, .np-traveller-details, .np-economy-details, .np-guest-details, .np-room-details {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.np-tabs {
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

.np-small-label {
    font-size: 11px;
    color: #666;
    padding: 5px 0;
}
.np-main-text {
    font-size: 20px;
    color: #666;
    padding: 5px 0 0 0;
    font-weight: 500;
}
.np-small-text {
    font-size: 11px;
    color: #666;
    padding: 0 0 5px 0;
}
.np-sub-text {
    font-size: 16px;
    color: #666;
    padding: 0 0 5px 0;
}
.np-ib {display: inline-block!important;} 
.np-widthfpty {
    width: 50%;
    transform:translate3D(0,0,0);
    transition: all ease-out 0.3s;	
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}
.np-align-right {text-align: right;}
.np-floatleft {float: left;}
.np-border-left {border-left: 1px solid #ccc;}
.np-from-to-date {border-bottom: 1px solid #ccc;
                  overflow: hidden;}

.np-action-button {
    padding: 10px;
    text-align: center;
}
.np-submit-btn {
    min-width: 200px;
    padding: 8px 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #c01e2e;
    border: 0 none;
    text-transform: uppercase;
    display: inline-block;
}
.np-ib i.radio-icon
{
    position:relative;
    width:14px;
    height: 14px;
    border:solid thin #c01e2e;
    border-radius:50%;
    display: inline-block;
    vertical-align: top;
    margin: 1px 3px;
}
.np-ib.selected i.radio-icon:before
{
    content:"";
    position: absolute;
    width:6px;
    height: 6px;
    background: #c01e2e;
    border-radius:50%;
    top:3px;
    left:3px;
}
.np-from-to-widget
{
    position: relative;
}

.np-hidden
{
    visibility: hidden;
    transform: translate3D(300px,0,0);
}
.np-twoway-block 
{
}

.np-container-popup
{
    position: absolute;
    width:100%;
    top:90px;
    z-index: 1000000;
    background: #ffffff;
    transition: all ease-out 0.3s;
    padding: 0 10px;
    visibility: visible;
    transform: scale(1);
}

.np-detblock {
    padding: 0 0 0 30px;
    font-size: 12px;
    position: relative;
    margin-bottom: 10px;
}
.np-detblock-back
{
    position: absolute;
    width:18px;
    height: 16px;
    background: url(/media/images/mobi/back-arrow-icon.png) no-repeat center;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
}
.np-detblock-place
{
    color:#c01e2e;
    font-weight: 600;
    text-transform: uppercase;
}
.np-detblock-place span
{
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.np-detblock-place span
{
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.np-detblock-place span.bed-icon:after
{
    content:"";
    position: absolute;
    right:0;
    top:3px;
    width:16px;
    height:10px;
    background: url(/media/images/mobi/sleeping-bed-silhouette.svg) no-repeat center;
    background-size: cover;
}
.np-detblock-place span.group-people-icon:after
{
    content:"";
    position: absolute;
    right:0;
    top:3px;
    width:16px;
    height:14px;
    background: url(/media/images/mobi/multiple-users-silhouette.svg) no-repeat center;
    background-size: cover;
}
.np-detblock-date
{
    font-size: 12px;
    color:#666666;
    padding: 2px 0;
}

.np-filter-block {
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.np-detblock-place span.to-icon,.to-icon
{
    background: url(/media/images/mobi/to-icon.png) no-repeat center;
    width: 10px;
    height: 10px;
    padding:0 10px;
    display: inline-block;
    vertical-align: middle;
}

.np-datepicker-block 
{

}
.np-datepicker-block .np-datepicker-block-left
{
    width:50%;
    float:left;
    text-align: center;
    padding: 10px 0;
    color:#666666;
    border-top:solid thin #f0efef;
}

.np-datepicker-block .np-datepicker-block-left span
{
    font-size:11px;
}
.np-datepicker-block .np-datepicker-block-left .np-datepicker-block-left-date
{
    font-size:16px;
    font-weight: 500;
}
.np-datepicker-block .np-datepicker-block-left .np-datepicker-block-left-day
{
    font-size: 11px;
    color:#333333;
}

/*
 * Footer Styles
 */
.site-footer-block {
    background: #1b1b1b;    
    padding: 10px;
}
.notification-sub-block {
    background: #c01e2e;
}
.notification-sub-wrap {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.footer-text1 {
    font-size: 20px;
    color: #fff;
}
.footer-text2 {
    font-size: 30px;
    color: #fff;
}
.notification-follow {
    padding: 10px;
    text-align: center;
}
.notification-footer {
    background: #1b1b1b !important;
    padding: 10px;
}
.footer-links, .footer-copyright {
    text-align: center!important;
    font-size: 12px!important;
    color: #fff!important;
    padding: 2px!important;
}
.footer-links a {
    padding: 0 4px!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 12px!important;
    line-height: inherit!important;
}
.sub-text, .get-alerts-text {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.mail-box, .get-not-box {margin: 5px 0;}
.mail-box {
    border: 1px solid #fff;
    height: 30px;
    border-radius: 2px;
}
.get-not-box a {
    background: #fff !important;
    color: #c01e2e !important;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 0 5px;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    font-style: italic;
    line-height: 32px!important;
}
.email-sub-inpbox {
    float: left;
    padding: 5px;
    font-size: 13px;
    width: 80%;
    border: 0 none;
    background: #c01e2e;
    color: #fff;
}
.email-sub-inpbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
.email-sub-inpbox::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
.email-sub-inpbox:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
.email-sub-inpbox:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}
.email-submit-btn {
    height: 30px;
    float: right;
    padding: 5px;
    font-size: 13px;
    background: #fff;
    color: #c01e2e;
    border: 0 none;
}
.notification-follow span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    float: left;
}
.notification-follow a {
    display:inline-block!important;
    color: #fff!important;
    padding: 0 10px!important;
    font-size: 20px!important;
    line-height: inherit!important;
}
.footer-links {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.footer-links a {color: #fff;text-decoration: none;display: inline-block;}
.footer-links  span {display: inline-block;margin: 0 3px;font-size: 18px;font-weight: bold;vertical-align: middle;}
.copyright-text {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.other-child-sites ul li {
    list-style-type: none;
    padding: 5px 0;	
}
.other-sites {
    width: 195px;
    margin: 10px auto;
}
.other-sites a {
    border: 1px solid #5e5e5e;
    padding: 3px 10px!important;	
    font-size: 12px!important;
    color: #fff!important;
    text-decoration: none!important;
    display: block!important;
    line-height: normal!important;
}
.other-sites a i {font-size: 24px;vertical-align: middle;margin-left: 5px;}
.filterbox-overlay {
    background: #222 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000000;
}
.filterbox-popup {
    background: #f5f5f5;
    border-radius: 2px;
    left: 50%;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 1000001;
    display: none;
    overflow: auto;
}
.other-sites-links ul li {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    list-style-type: none;
    padding: 10px 25px;
}
.other-sites-links ul li.last {border-bottom: 0 none;}
.other-sites-links ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    background: url(/media/images/mobi/radio-btn.svg) no-repeat right center;
}
.other-sites-links ul li a:hover {background: url(/media/images/mobi/radio-btn-hover.svg) no-repeat right center;}
.other-sites-links ul li:first-child a{
    background: none;
    font-weight: bold;
}
.filterbox-popup.footer-miniopera {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 320px;
    position: fixed;
}
.footer-miniopera .other-sites {width: 265px;}
.footer-miniopera .other-sites a i {background: url(/media/images/mobi/footer-down-arrow.png) no-repeat right center;content: '';font-size: 0;width: 16px;height: 10px;}
.footer-miniopera .other-sites-links ul li a, .footer-miniopera .other-sites-links ul li:first-child a { background: url(/media/images/mobi/radio-btn.png) no-repeat right center;}
.footer-miniopera .other-sites-links ul li:first-child a, .footer-miniopera .other-sites-links ul li a:hover {background: url(/media/images/mobi/radio-btn-hover.png) no-repeat right center;}
.footer-miniopera .other-sites-links ul li {padding: 5px 10px;}
.footer-miniopera .other-sites-links ul li:first-child a {background: none;}