/***************************************************
				      GENERAL
***************************************************/
@import url(https://fonts.googleapis.com/css?family=Marmelad|Open+Sans);


@font-face {
  font-family: "FontAwesome";
  src: url('../font-awesome/fonts/fontawesome-webfont.eot');
  src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg#FontAwesome')    format('svg');
  font-weight: normal;
  font-style: normal;
}


html,
body
{
  height: 100%;
  width: 100%;
  
}
body 
{
font-family: 'Open Sans', sans-serif !important;
font-size:14px;
padding:0px;
margin:0px;
color:#454545;
line-height:150%;
font-weight:400;
border-top:6px solid #be1611;
}



/*********************************
TOP AREA
***********************************/
.top-right{
 display: block;
    width: 150px;
	
 }
 
.hotline{
padding-top:10px;
margin-bottom:10px;
 }


.smallertext {
    font-size: 85%;
    line-height: 110%;
}

.lang-area{
padding-top:10px;
margin-bottom:10px;
 }

a#but-eng,
a#but-chi
{
height:26px;
display:inline-block;

}

a#but-eng
{
width:58px;
background:url(../images/but-eng.png) left top;
}

a#but-chi
{
width:46px;
background:url(../images/but-chi.png) left top;
}

a#but-eng:hover,
a#but-chi:hover
{
background-position:0px 26px;
}

a#but-eng span,
a#but-chi span
{
display:none;
}

a#but-tour,
a#but-hotel
{
height:47px;
display:inline-block;
float:left;
}

a#but-tour
{
width:166px;
background:url(../images/but-tour-package.png) left top;
}


a#but-hotel
{
width:127px;
background:url(../images/but-hotel.png) left top;
}

a#but-tour:hover,
a#but-hotel:hover
{

background-position:0px 47px;
}

a#but-tour span,
a#but-hotel span
{
display:none;
}


a#but-login,
a#but-register,
a#but-mybooking,
a#but-profile,
a#but-logout
{
height:25px;
display:inline-block;
float:right;
margin-left:3px;
}



a#but-login
{
width:55px;
background:url(../images/but-login.png) left top;
}

a#but-register
{
width:74px;
background:url(../images/but-register.png) left top;
}


a#but-mybooking
{
width:101px;
background:url(../images/but-my-booking.png) left top;
}


a#but-profile
{
width:62px;
background:url(../images/but-profile.png) left top;
}


a#but-logout
{
width:74px;
background:url(../images/but-logout.png) left top;
}


a#but-login:hover,
a#but-register:hover,
a#but-mybooking:hover,
a#but-profile:hover,
a#but-logout:hover
{
background-position:0px 25px;
}


a#but-login span,
a#but-register span,
a#but-mybooking span,
a#but-profile span,
a#but-logout span
{
display:none;
}

/*SOCIAL ICONS*/


a#but-facebook,
a#but-twitter,
a#but-skype,
a#but-myqq,
a#but-gplus
{
height:29px;
display:inline-block;
float:left;
margin-top:5px;
margin-right:3px;
}

a#but-facebook
{
width:30px;
background:url(../images/but-facebook.png) no-repeat;
}

a#but-twitter
{
width:30px;
background:url(../images/but-twitter.png) no-repeat;
}

a#but-skype
{
width:30px;
background:url(../images/but-skype.png) no-repeat;
}

a#but-myqq
{
width:30px;
background:url(../images/but-qq.png) no-repeat;
}


a#but-gplus
{
width:30px;
background:url(../images/but-gplus.png) no-repeat;
}

a#but-facebook:hover,
a#but-twitter:hover,
a#but-skype:hover,
a#but-myqq:hover,
a#but-gplus:hover
{
background-position:0px -29px;
}



a#but-facebook span,
a#but-twitter span,
a#but-skype span,
a#but-myqq span,
a#but-gplus span
{
display:none;
}

/**********header divider**************/
#after-header
{
width:100%;
background:url(../images/repeating.gif) repeat-x top center;
height:6px;
margin-top:5px;
}
#before-footer-divider
{
width:100%;
background:url(../images/repeating.gif) repeat-x top center;
height:6px;

}

hr.style1{
	border-top: 1px solid #d2d2d2;
}

/************menu**************/
.menu-top-part {
    padding: 5px 10px;
    text-align: right;
    margin-bottom: 2px;
}
#menu-container
{
background-color:#be1611;
height:54px;
}

.navbar .container-fluid, .navbar-collapse {
    padding-left:0;
	
}

/* navbar */
.navbar-default {
font-family: 'Open Sans', sans-serif !important;
  border:0px;
  background:none;
  text-align:left;
  z-index: 10;
  text-transform:uppercase;
  font-size:100%;

  padding-bottom:0px;
  margin-bottom:0px;
  
}



.navbar-default .navbar-nav > li > a 
{
  
  color:#454545;
  padding: 8px 18px;
}

.navbar-default .navbar-nav > li > a:hover
{
background-color:#4b9ec3;
color:#ffffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu 
{
  border-radius:0px;
  border:0px;
  text-align:left;
  background-color:#000000;
  color:#ffffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a 
{
background:none;
padding:6px 15px;
color:#ffffff;
text-transform:capitalize;
}


.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover
{
background-color:#4b9ec3;
color:#ffffff;

}

.navbar-default .navbar-toggle {
  border:0px;
}

.navbar-default .navbar-collapse{
  border: 0px;
}




.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #454545;
    background-color: #4b9ec3;
}
.navbar-default .navbar-toggle {
    border-color: #000000;
	background-color: #be1611;
	border:2px solid #cccccc;
	color:#ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
	
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #575556;
}


.navbar-default ul li:hover a { 
    background: #000000;
}

body.but01 .navbar-default .navbar-nav > li > a.mm01,
body.but02 .navbar-default .navbar-nav > li > a.mm02,
body.but03 .navbar-default .navbar-nav > li > a.mm03
{
color:#fff;
}
.navbar-brand {
    float: left;
    padding:0;

}
.navbar-nav {
    margin: 0 -15px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
}
.but-lang {
    background-color: #990808;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 10px 10px;
    color: #ffffff;
	font-size:12px;
}
.but-lang:hover {
 
	color:#052845;
	text-decoration:none;

}
.but-social {
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 10px;
	border:1px solid #CCCCCC;

}
.but-log {
    background-color: #337ab7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 10px;
	border:0px solid #CCCCCC;
	color:#FFFFFF;

}

.but-log:hover { 
	color:#052845;
	text-decoration:none;
}
.head-phone{
color:#337ab7;
font-size:20px;
font-weight:bold;

}

/* ===========================
       BANNER & LOGIN
============================ */
#box1 
{
  text-align:center;
  height:160px;

}

#box2 
{
display:none;
}

#box1-left
{
margin:10px 0px;
float:left;
}

#box1-right
{
float:right;
background:url(../images/date-venue2.png) no-repeat right center;
background-position:0 20px;
height:160px;
}
#login-container
{
margin-bottom:0px;
float:right;
}

#login-box
{

color:#ffffff;
text-align:right;

}

#login-box a
{
display:inline-block;
padding:9px 20px; 
color:#ffffff;
cursor:pointer;
background-color:#2b70b8;
}



#login-box a:hover
{
color:#000000;
text-decoration:none;
}

.right-radius
{
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
}

#login-box a.left-radius
{
background:url(../images/menu-left-radius.png) no-repeat top left;
padding-left:58px;
}

/*****google map*****/
.google-maps {
    position: relative;
    padding-bottom: 55%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
	
	 
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	padding:3px;
   border:1px solid #CCCCCC;
}


/*****Before footer******/
#before-footer-container
{
background-color:#ededed;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
padding-bottom:50px;
padding-top:5px;
}

#before-footer-container h2 {
    padding: 15px 0;
    padding-top: 0px;
    color: #184d6f;
    font-weight: normal;
    font-size: 180%;
    border-bottom: 1px solid #d2d2d2;
    font-family: 'Marmelad', sans-serif !important;
}
#before-footer-container h3 {
    padding: 15px 0;
    padding-top: 0px;
    color: #454545;
    font-weight: normal;
    font-size: 130%;
  
 
}

#before-footer-container ul
{
list-style: none;
    padding: 0px;
    margin: 0px;
}

#before-footer-container ul li a
{
color:#454545;
font-size:85%;
}

#before-footer-container ul li a:hover
{
color:#2980b9;
text-decoration:none;
}

/**************heading**************/
h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin: 3px 0px;
}

/*******centent inside page*************/
#breadcrumb-area
{
width:100%;

}
.breadcrumb-text{
font-size:90%;
float:left;
padding:10px 15px;
}

/*****inside page******/
#page-container
{
width:100%;
height:auto;
border:1px solid #dddddd;
-webkit-box-shadow: 4px 4px 5px -4px #cccccc;
-moz-box-shadow: 4px 4px 5px -4px #cccccc;
box-shadow: 4px 4px 5px -4px #cccccc;
padding-bottom:20px;
}

.content-inside{
padding:10px 30px;
text-align:justify;
}

.content-inside-left{
padding:0 20px 10px 20px;

}


.content-inside p {
    margin: 15px 0px;
}

.content-inside h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
        margin: 10px 0px;
}

.content-inside h3 {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 0.5em;
    padding-bottom: 0em;
}
.largertext2
{
font-size:120%;
line-height:140%;
}

.bluetext {
    color: #2980b9;
}

.bordertop-blue
{
border-top:7px solid #2980b9;
}

.dotted {
    height: 15px;
    background: url(../images/dotted.gif) repeat-x center center;
}

.smallertext3 {
    font-size: 95%;
    line-height: 110%;
    line-height: 120%;
}

/*----------------------------------------------------*/
/*               Photo Gallery                        */
/*----------------------------------------------------*/

ul#gallerylist,
ul#gallerylist li
{
list-style:none;
padding:0px;
margin:0px;
}

ul#gallerylist li
{
padding:3px;
border:1px solid #cccccc;
margin-right:8px;
margin-bottom:8px;
display:block;
float:left;
}

/***searching widget****/
#searchbox-container {
    padding: 20px 0px;
}

#searchbox {
    /*background-color: #2980B9;
    padding: 2px 10px 10px 10px;*/
	padding: 2px;
    color: #ffffff;
   
}
#searchbox h1
{
font-family: 'Marmelad', arial, sans-serif; !important;
color:#2980B9;
margin:8px 0px;
font-weight:normal;
font-size:30px;
padding:0px;
}
#search-tab 
{ 
padding: 0; 
font-size:85%;
}

#search-tab li 
{ 
display: inline; 
}

#search-tab li a 
{ 
background: #ffffff; 
padding: 8px 10px; 
float:left;
font-size:120%;
margin-right:5px;

}

#search-tab li.active a 
{ 
background:url(../images/thirtypercentblack.png) repeat; 
color:#ffffff;
}

.tab-content
{ 
float: left; 
 
padding:0px;
width: 100%;
}


.tab-content-left
{ 
background:url(../images/thirtypercentblack.png) repeat;
width: 100%; 
}

.alert-text
{
font-size:90%;
color:#c20008;
font-weight:bold;
padding:5px 0px;
}
/************footer**************/
#footer
{
border-top: 1px solid #ffffff;

	padding:20px 0;

}
.footer-info{
text-align:center;
font-size:90%;}


/********************************************/
/*               FORM STYLE                 */
/********************************************/


.form-style
{
}

.form-style .boundary
{
padding:10px 3px;
border:1px solid #c5c5c5;
border-top:0px;
}
.form-style3
{
padding:15px;
border:1px solid #cccccc;
font-size:90%;
}
.form-style3 label
{
display:inline-block;
padding:5px 0px;
margin:5px 0px;
}
.form-style3 input,
.form-style3 select,
form.form-style3 textarea
{
padding:5px;
font-family: 'Open Sans', arial, sans-serif !important;
width:300px;
margin:8px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.form-style3 td
{
border-bottom:1px dotted #cccccc;
}

/********MODAL pop up*************/
.modal-content
{
    width: 800px;
margin-left: -100px; 
   
}
.modal-content2
{
    width: 400px;
	margin:auto;
	background-color:#FFFFFF;   
} 

/*****************table******************/
.table-details
{
}

.table-details td
{
padding:8px 5px;
border-bottom:1px solid #dddddd;
font-size:90%;
}


.table-details2
{
border-left:1px solid #c5c5c5;
}

.table-details2 td
{
padding:8px 10px;
border-bottom:1px solid #c5c5c5;
border-right:1px solid #c5c5c5;
font-size:90%;
}


.table-details2 tr.highlights td
{
background-color:#67a426;
color:#ffffff;
border-right:1px solid #46790f;
font-weight:bold;
}

.with-bottom-border
{
border-bottom:1px solid #cccccc;
}

.with-top-border
{
border-top:1px solid #cccccc;
}


.table-details3
{
border:1px solid #c5c5c5;
font-size:90%;
padding:20px;
background-color:#f5f5f5;
}

.table-details3 td
{
padding:8px 10px;

}



/********************************************/
/*              TOOLTIPS                    */
/********************************************/

a.info
{
position:relative; /*tdis is tde key*/	
z-index:24; 
color:#000;
text-decoration:none;
cursor:pointer;
font-size:115%;
display:block;
text-decoration:underline;
font-weight:400;
}

a.info:hover
{
z-index:25;
color:#518f10;
text-decoration:none;
}

a.info .bubble
{
display: none;

}

a.info:hover .bubble
{ /*tde span will display just on :hover state*/
padding: 15px;
display:block;
position:absolute;
top:10;
left:0; 
width:400px;
background-color:#67a426; 
color:#ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:90%;

}
#tp-mobile
{
display:none;}

#top-mo{
display:none;
}
#pha-ad-mo{
display:none;
}
/****equal height*******/
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


@media only screen and (max-width :1024px) 
{
/* navbar */
.navbar-default {
  font-size:90%;
  
}

.navbar-default .navbar-nav > li > a 
{
  padding:14px 10px	;
}
#tp-mobile
{
display:none;}
#top-mo{
display:none;
}
#pha-ad-mo{
display:none;
}
}

@media only screen and (min-width : 991px) {}

@media (max-width: 990px) 
{
.navbar-nav 
{
float: none!important;
margin-top: 7.5px;
}

.navbar-nav>li 
{
float: none;
}
    
.navbar-nav>li>a 
{
padding-top: 6px;
padding-bottom: 6px;

}
.collapse.in
{
display:block !important;
}

.navbar-collapse.in 
{
overflow-y: auto !important;
}

.navbar-nav .open .dropdown-menu 
{
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: #ff0000;
border: 0;
box-shadow: none;
}

.navbar-nav .open .dropdown-menu>li
{
padding-left:10px;
}

.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header 
{
padding: 5px 15px 5px 25px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a 
{
color:#ffffff;
background-color:#000000;
}
    
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus 
{
color: #fff;
background-color: #666666;
}




.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover
{
background:none;
color:#ffffff;
}


.navbar-default .navbar-nav > li
{
padding-left:10px;
}


.dropdown-toggle .fa
{
font-family: 'FontAwesome';
content: '\f067';
display:inlie-block;
line-height:25px;
position:absolute;
right:10px;
}


.navbar-default
{
background:#333333;
padding-left:10px;
}


.navbar-default .navbar-nav > li > a:hover
{
color:#666666; 
}
#tp-mobile
{
display:none;}
#top-mo{
display:none;
}
#pha-ad-mo{
display:none;
}
}

@media (max-width:800px)
{ 
#masen-logo{
display:none;
}
.head-logo
{
text-align:center;
}
.lang-button
{
text-align:center;
}
.modal-content
{
    width: 550px; 
   margin-left: 5px; 
}
#searchbox {
background-color:#FFFFFF;
    padding: 2px 0 5px 0;
    color: #ffffff;
	height:auto;
}
#searchbox h1
{
font-family: 'Marmelad', arial, sans-serif; !important;
color:#2980B9;
margin:8px 0px;
font-weight:normal;
font-size:20px;
padding:0px;
}
#tp-mobile
{
display:none;}
#top-mo{
display:none;
}
#pha-ad-mo{
display:none;
}
}

@media (max-width:720px)
{
#tp-web
{
display:none;}

#tp-mobile
{
display:block;
}
#top-web{
display:none;
}
#top-mo{
display:block;
}
#pha-ad{
display:none;
}
#pha-ad-mo{
display:block;
}
}

@media (max-width:768px) 
{
#searchbox {
background-color:#FFFFFF;
    padding: 2px 0 5px 0;
    color: #ffffff;
	height:auto;
}
#searchbox h1
{
font-family: 'Marmelad', arial, sans-serif; !important;
color:#2980B9;
margin:8px 0px;
font-weight:normal;
font-size:20px;
padding:0px;
}
#masen-logo{
display:none;
}
#tp-web
{
display:none;}

#tp-mobile
{
display:block;
}
#top-web{
display:none;
}
#top-mo{
display:block;
}
#pha-ad{
display:none;
}
#pha-ad-mo{
display:block;
}
}

@media (max-width:568px)
{
#before-footer-container h3 {
    padding: 15px 0;
    padding-top: 0px;
    color: #184d6f;
    font-weight: normal;
    font-size: 100%;
    border-bottom: 1px solid #d2d2d2;
 
}
#searchbox {
background-color:#FFFFFF;
    padding: 2px 0 5px 0;
    color: #ffffff;
	height:auto;
}
#searchbox h1
{
font-family: 'Marmelad', arial, sans-serif; !important;
color:#2980B9;
margin:8px 0px;
font-weight:normal;
font-size:20px;
padding:0px;
}
#masen-logo{
display:none;
}
#tp-web
{
display:none;}
#tp-mobile
{
display:block;
}
#top-web{
display:none;
}
#top-mo{
display:block;
}
#pha-ad{
display:none;
}
#pha-ad-mo{
display:block;
}
}

@media (max-width:480px)
{
.top-right{
 display: inline-block;
 }
 
 .smallertext {
    font-size: 70%;
    line-height: 110%;
}



#before-footer-container h3 {
    padding: 15px 0;
    padding-top: 0px;
    color: #184d6f;
    font-weight: normal;
    font-size: 98%;
    border-bottom: 1px solid #d2d2d2;
    
}

#before-footer-container li
{
font-weight: normal;
    font-size: 94%;
}

.head-logo
{
text-align:center;
}
#lang-button
{
margin-left: auto;
    margin-right: auto;
}

/****Searching wifget******/
#search-tab li 
{ 
display: inline; 
}

#search-tab li a 
{ 
background: #ffffff; 
padding: 8px 10px; 
float:left;
font-size:90%;
margin-right:5px;

}

#search-tab li.active a 
{ 
background:url(../images/thirtypercentblack.png) repeat; 
color:#ffffff;
}

#searchbox {
background-color:#FFFFFF;

    padding: 2px 0 5px 0;
    color: #ffffff;
	height:auto;
}

#searchbox h1
{
font-family: 'Marmelad', arial, sans-serif; !important;
color:#2980B9;
margin:8px 0px;
font-weight:normal;
font-size:20px;
padding:0px;
}
.btn-responsive {
    padding:5px 5px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
  
#box2
{
height:180px;
}



#box1-right
{
float:none;

background-size:100%;

} 

#login-container
{

margin-bottom:10px;
}

#login-box a
{
font-size:100%;
padding-left:5px; 
padding-right:5px;

}

#login-box a.left-radius
{

padding-left:58px;
}

.menu-top-part {
    padding: 8px 5px;
    text-align: right;
    margin-bottom: 2px;
}

#masen-logo{
float:left;
background:url(../images/logo-s.png) no-repeat;
width:70px;
height:56px;
}

/********MODAL pop up*************/
.modal-content
{
    width: 350px; 
  margin-left: 5px; 
}
.form-style3
{
padding:15px;
border:1px solid #cccccc;
font-size:90%;
}
.form-style3 label
{
display:inline-block;
padding:5px 0px;
margin:3px 0px;
}
.form-style3 input,
.form-style3 select,
form.form-style3 textarea
{
padding:5px;
font-family: 'Open Sans', arial, sans-serif !important;
width:200px;
margin:5px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.form-style3 td
{
border-bottom:1px dotted #cccccc;
}
.table-details3
{
border:1px solid #c5c5c5;
font-size:80%;
padding:10px;
background-color:#f5f5f5;
}

.table-details3 td
{
padding:8px 5px;

}

#top-web{
display:none;
}

#top-mo{
display:block;
}

#tp-web
{
display:none;} 
#tp-mobile
{
display:block;
}
#pha-ad{
display:none;
}
#pha-ad-mo{
display:block;

}
}

@media (max-width:320px)
{
#before-footer-container h2 {
    padding: 15px 0;
    padding-top: 0px;
    color: #184d6f;
    font-weight: normal;
    font-size: 130%;
    border-bottom: 1px solid #d2d2d2;
    font-family: 'Marmelad', sans-serif !important;
}

#before-footer-container h3 {
    padding: 15px 0;
    padding-top: 0px;
    color: #184d6f;
    font-weight: normal;
    font-size: 70%;
    border-bottom: 1px solid #d2d2d2;
 
}
#searchbox {
background-color:#FFFFFF;
    padding: 2px 0 5px 0;
    color: #ffffff;
	height:auto;
}
#searchbox h1
{
font-family: 'Marmelad', arial, sans-serif; !important;
color:#2980B9;
margin:8px 0px;
font-weight:normal;
font-size:20px;
padding:0px;
}

.btn-responsive {
    padding:5px 5px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
  
  #login-box a
{
font-size:100%;
padding-left:5px; 
padding-right:5px;

}
#top-web{
display:none;
}

#top-mo{
display:block;
}


.lang-button
{
margin-left: auto;
    margin-right: auto;
}
/********MODAL pop up*************/
.modal-content
{
    width: 350px; 
  margin-left: 5px; 
}
.form-style3
{
padding:15px;
border:1px solid #cccccc;
font-size:90%;
}
.form-style3 label
{
display:inline-block;
padding:5px 0px;
margin:5px 0px;
}
.form-style3 input,
.form-style3 select,
form.form-style3 textarea
{
padding:5px;
font-family: 'Open Sans', arial, sans-serif !important;
width:180px;
margin:8px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.form-style3 td
{
border-bottom:1px dotted #cccccc;
} 

.table-details3
{
border:1px solid #c5c5c5;
font-size:70%;
padding:10px;
background-color:#f5f5f5;
}

.table-details3 td
{
padding:5px 1px;

}
/********MODAL pop up*************/
.modal-content
{
    width: 300px; 
   margin-left: 5px; 
} 
#tp-web
{
display:none;}
#tp-mobile
{
display:block;
}

#top-web{
display:none;
}

#top-mo{
display:block;
}
#pha-ad{
display:none;
}
#pha-ad-mo{
display:block;

}
}