/* BOTH TABS & MOBILES */ 
@media only screen and (min-width: 0px) and (max-width: 992px) {
/* Header */
#header_title	{
	    text-align: center !important;
    font-size: 1.2em !important;
    margin-top:5px !important;
} 
#flag {
	display:none !important;
}
.navbar-toggler {
	background-color:white !important;
}
.navbar-light .navbar-nav .nav-link {
	padding-left:0px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-weight:normal !important;
}
/* Home */
#iframeAudio {
	display:none !important;
}
.carousel-indicators {
	display:none !important;
}
#home_read_more1 {
	float:left !important;
}
#home_read_more2 {
	float:left !important;
}
#welcome_text {
	font-size:1.2em !important;
	text-align:left !important; 
}
.text_type1 { 
    line-height: 2 !important; 
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}
#home_more_button:hover {
	transform:scale(1) !important;
}
#home_more_button {
    margin-left: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    font-size:1em !important;
}
.home_subtitle {
	margin-top:25px !important;
	font-size:1.2em !important;
    margin-bottom: 5px !important;
}
.home_latest:hover {
	transform:scale(1) !important;
}
.home_album_title {
	margin-bottom:15px !important;
}
/* Footer */
#watermark {
	text-align:center !important;
}
.footer_icon {
	margin-top:0px !important;
}
#fb_icon {
    margin-left: 2% !important; 
}
/* Route */
#cover_photo {
	height:auto !important;
}
.attraction_main_title {
	text-transform:capitalize !important;
	margin-top:0px !important;
}
.attraction_title{
	font-size:1.2em !important;
	margin-top:40px !important;
}
/* Reviews */
.review_social_media_button {
	width: 90% !important;
	margin-left: 3% !important;
	margin-top:5px !important;
	margin-bottom:10px !important;
	margin-left:0px !important;
	width:100% !important;
}
.reviews_text {
	margin-bottom : 40px !important;
}
.reviews_title {
	padding-top : 0px !important;
	border-top : none !important;
}
.reviews_long_country_images {
	width:25% !important;
}
/* Media */
#pemananda_image {
	margin-bottom:15px !important;
}
.image_type2 {
  margin-top: 25px !important;
}
.modal-title {
	font-size:1.1em !important;
}
/* Donate */
#donate_table1 {
    margin-top: 20px !important;
}
.donate_title {
    margin-top: 20px !important;
}
.donations_subtitle {
	font-size: 1.2em !important;
}
#liquid_image {
	margin-bottom:20px !important;
}
/* School */
#school_logo {
	margin-top:10px !important;
	margin-left:0px !important;
}
/* Programmes */
#good_to_know_table td {
	float:left !important;
	width:100% !important;
}
.table_td_md {
	display:none !important;
}
.news_panel_heading {     
	font-size: 1.1em !important;
}
.latest_news_title { 
    margin-top: 20px !important;
}
.app_slider {
	display:none !important;
}
.table_panels { 
    margin-top: 30px !important;
}
#app_list {
	display:none !important;
}
#app_title {
	font-size:1.4em !important;
    margin-top: 30px !important;
}
#app_title2 { 
    font-size: 1.2em  !important;
    margin-top: 10px  !important;
}
#app_button {
	margin-bottom:10px !important;
}
#app_title2 {
	margin-bottom:0px !important;
}
#app_title3 {
	font-size:1.2em !important;
    margin-top: 10px !important;
    margin-bottom:20px !important;
}
.text_type4 {
	text-align:left !important;
}
/* Contact */
.contact_page_icon{
    margin-left: 0px !important;
    margin-top: 15px !important;
    color: #363636 !important;
    font-size:2em !important;
}
.contact_title {
    text-align: left !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.contact_text {
    text-align: left !important;
    margin-top: 5px !important;
}
/* Services */
.breadcrumb { 
    margin-top: 25px !important;
    margin-bottom:15px !important;
}
.go_back_button {
	margin-top:0px !important;
}
/* Gallery */
iframe {
	width:100% !important;
}
.gallery_image {
	margin-left:auto !important;
	margin-right:auto !important;
	display:block !important;
}
.menu_image {
	display:none !important;
}
.dropdown-menu {
	float:left !important;
    background-color: #363636 !important;
    border: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.menu_gallery_title {
    font-family: 'Open Sans', sans-serif !important;
    color: white !important;
    text-shadow: none !important;
    font-size: 1em !important;
    font-weight: normal !important;
    text-align: left !important;
    line-height: 2 !important;
}
}

/*MENU DROPDOWN */ 
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}