@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

*{
    font-family: 'Open Sans', sans-serif;
}

.x-coursee-layout-page.landing .x-coursee-layout-container{
    width: 1200px;
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
}

.x-coursee-layout-page.landing .x-coursee-layout-panel.header{
    position: fixed;
    top: 0px;
    left: 0px;
    
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    
    background-color: transparent;
    color: rgb(255,255,255);
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.header.active{
    background-color: rgba(0,0,0,0.95);
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.header a{
    color: rgb(255,255,255);
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.header .x-coursee-layout-inner{
    
}

.x-coursee-layout-page.landing .x-coursee-layout-panel.top{
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    background-image: url('/static/image/thumb/city/manila-1.jpg');
    
    background-color: rgba(0,0,0,0.95);
    color: rgba(255,255,255,1.00);
    
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.top.city-bali{
    background-image: url('/static/image/thumb/city/bali-1.jpg');
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.top.city-hong-kong{
    background-image: url('/static/image/thumb/city/hong-kong-1.jpg');
}


.x-coursee-layout-page.landing .x-coursee-layout-panel.top .x-coursee-layout-inner{
    padding-top: 160px;
    padding-bottom: 60px;
    
    background-color: rgba(0,0,0,0.50);
}

.x-coursee-layout-page.landing .x-coursee-layout-panel.content{
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
    
    background-color: rgba(255,255,255,1.00);
    color: rgba(75,75,75,1.00);
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.content a{
    color: rgba(75,75,75,1.00);
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.bottom{
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
    
    background-color: rgba(255,255,255,1.00);
    color: rgba(75,75,75,1.00);
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.bottom a{
    color: rgba(75,75,75,1.00);
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.footer{
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
    
    background-color: rgba(255,255,255,1.00);
    color: rgba(75,75,75,1.00);
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.footer a{
    color: rgba(75,75,75,1.00);
}


#landing-content-header-right-menu-toggle{
  display: none;
  position: relative;
  box-sizing: border-box;

  width: 40px;
  height: 40px;

  margin-top: 10px;
  margin-bottom: 10px;

  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;

  background-image: url('image/icon/menu-sandwich-white.svg');
}

#landing-content-header-right-menu{
    margin-top: 10px;
    margin-bottom: 10px;
}

#landing-content-header-right-menu .x-coursee-ui-menu-element{
    margin-left: 10px;
    margin-right: 10px;
}
#landing-content-header-right-menu .x-coursee-ui-menu-element:first-child{
    margin-left: 0px;
}
#landing-content-header-right-menu .x-coursee-ui-menu-element:last-child{
    margin-right: 0px;
}

#landing-content-header-right-menu .x-coursee-ui-menu-separator{
    width: 0px;
    height: 40px;
    
    margin-left: 10px;
    margin-right: 10px;
}

#landing-content-header-right-menu .x-coursee-ui-menu-link,
#landing-content-header-right-menu .x-coursee-ui-menu-link-button{
    height: 40px;
    line-height: 40px;
}
#landing-content-header-right-menu .x-coursee-ui-menu-link-button.style-border{
    background-color: transparent;
    border-color: rgba(255,255,255,1.00);
    color: rgba(255,255,255,1.00);
}
#landing-content-header-right-menu .x-coursee-ui-menu-link-button.style-filled{
    background-color: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,1.00);
    color: rgba(255,255,255,1.00);
}

#landing-content-header-right-menu .x-coursee-ui-menu-link-button.icon-telegram-white:before{
    content: "";
    
    display: block;
    position: absolute;
    box-sizing: border-box;
    float: left;
    
    top: 10px;
    left: 20px;
    
    width: 20px;
    height: 20px;
    
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    
    background-image: url('/static/image/icon/telegram_white.svg');
}


.landing-slider-word{
    font-weight: bolder;
}


.x-coursee-app-landing-list-city-element{
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    border-color: transparent;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}
.x-coursee-app-landing-list-city-element .x-coursee-layout-inner{
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    
    text-decoration: none;
    
    background-color: rgba(0,0,0,0.50);
    color: rgba(255,255,255,1.0) !important;
}
.x-coursee-app-landing-list-city-element:hover .x-coursee-layout-inner{
    
}


.x-coursee-app-landing-list-excursion-element{
    
}
.x-coursee-app-landing-list-excursion-element .x-coursee-layout-inner{
    text-decoration: none;
}
.x-coursee-app-landing-list-excursion-element-image{
    border-radius: 4px;
}
.x-coursee-app-landing-list-excursion-element-title{
    display: block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    clear: both;
    
    width: 100%;
    
    margin-top: 20px;
    margin-bottom: 10px;
}







#landing-content-content-excoursion-page-menu-order{
    width: 100%;
    
    margin-top: 20px;
    margin-bottom: 20px;
    
    padding-bottom: 20px;
}
#landing-content-content-excoursion-page-menu-order .x-coursee-ui-menu-element{
    width: 100%;
}
#landing-content-content-excoursion-page-menu-order .x-coursee-ui-menu-link,
#landing-content-content-excoursion-page-menu-order .x-coursee-ui-menu-link-button{
    width: 100%;
    
    height: 60px;
    line-height: 60px;
    
    padding-left: 60px;
    padding-right: 0px;
    
    text-align: center;
}
#landing-content-content-excoursion-page-menu-order .x-coursee-ui-menu-link-button.style-border{
    background-color: transparent;
    border-color: rgba(0,0,0,1.00);
    color: rgba(0,0,0,1.00);
}

#landing-content-content-excoursion-page-menu-order .x-coursee-ui-menu-link-button.icon-telegram-black:before{
    content: "";
    
    display: block;
    position: absolute;
    box-sizing: border-box;
    float: left;
    
    top: 0px;
    left: 0px;
    
    width: 58px;
    height: 58px;
    
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    
    background-color: rgba(0,0,0,1.00);
    background-image: url('/static/image/icon/telegram_white.svg');
    
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.x-coursee-button-eMd1{
  display: block;
  position: relative;
  box-sizing: border-box;

  width: 160px;
  padding-left: 20px;
  padding-right: 20px;

  margin-left: calc(50% - 80px);
  margin-right: calc(50% - 80px);

  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;

  border-width: 1px;
  border-style: solid;
  border-radius: 4px;

  color: #fff;
  border-color: #fff;

  cursor: pointer
}

@media screen and (min-width: 501px) and (max-width: 1025px) {
  
  .x-coursee-layout-page.landing .x-coursee-layout-container{
      width: 960px;
      margin-left: calc(50% - 480px);
      margin-right: calc(50% - 480px);
  }
  
}

@media screen and (max-width: 500px) {
    html,body{
      width: 100%;
    }

    .x-coursee-layout-page.blur > .x-coursee-layout-panel.top,
    .x-coursee-layout-page.blur > .x-coursee-layout-panel.content,
    .x-coursee-layout-page.blur > .x-coursee-layout-panel.bottom,
    .x-coursee-layout-page.blur > .x-coursee-layout-panel.footer{
    	filter: blur(10px);
    }
  
    .x-coursee-layout-inner{
   		padding: 10px 20px;
    }
    .x-coursee-layout-page.landing .x-coursee-layout-container{
    	width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .x-coursee-layout-page.landing .x-coursee-layout-panel.header{
    	min-height: 60px;
    }


    .x-coursee-layout-page.landing .x-coursee-layout-panel.header .x-coursee-layout-float.left{
       	
    }
    .x-coursee-layout-page.landing .x-coursee-layout-panel.header .x-coursee-layout-float.right{

    }

    #landing-content-header-right-menu-toggle{
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #landing-content-header-right-menu{
        margin-top: 0px;
        margin-bottom: 0px;

        display: none;
        position: fixed;
        right: 0px;
        top: 60px;
        background-color: rgba(0,0,0,0.8);
        z-index: 3;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 60px;
        padding-right: 60px;
        height: calc(100% - 60px);

        overflow-y: auto;
    }
    #landing-content-header-right-menu.active{
        display: block;
    }
    #landing-content-header-right-menu .x-coursee-ui-menu-element{
        width: 100%;
        margin: 0px !important;
        margin-bottom: 20px !important;


    }
    #landing-content-header-right-menu .x-coursee-ui-menu-link,
    #landing-content-header-right-menu .x-coursee-ui-menu-link-button{
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        padding: 0px;
    }
    #landing-content-header-right-menu .x-coursee-ui-menu-link-button::before{
        display: none !important;
    }



    .x-coursee-layout-page.landing .x-coursee-layout-panel.header .x-coursee-ui-logo{
    	height: 40px;
        line-height: 40px;                                
    }
    .x-coursee-layout-page.landing .x-coursee-layout-panel.top{}
    .x-coursee-layout-page.landing .x-coursee-layout-panel.top .x-coursee-layout-inner{
    	padding-top: 80px;
    }
    
    h1, .h1{
    	font-size: 20px;
    }
    h2, .h2{
    	font-size: 18px;
    }
    h3, .h3{
    	font-size: 14px;
    }
    
    .x-coursee-app-landing-list-city-element,
    .x-coursee-app-landing-list-excursion-element{
    	margin-left: 0px !important;
        width: 100% !important;
    }

    .x-coursee-button-eMd1{
        display: block;
        position: relative;
        box-sizing: border-box;

        width: calc(100% - 80px);
        padding-left: 20px;
        padding-right: 20px;

        margin-left: 40px;
        margin-right: 40px;

        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;


        border-width: 1px;
        border-style: solid;
        border-radius: 4px;

        color: #fff;
        border-color: #fff;

        cursor: pointer
      }
}
