 @font-face {
	font-family: BebasNeue;
	src: url('fonts/BebasNeue.otf'),
		 url('fonts/BebasNeue.ttf'),
		 url('fonts/BebasNeue.woff'),
		 url('fonts/BebasNeue.eot'); /* IE9 */
}

 


body
{
	background: #6b92bd;
	margin: 0;
	padding: 0;
	min-width: 990px;
	font: 13px 'Helvetica-Light-Condensed-Light', Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

#component title
{
font: 11px 'ChunkFive', Verdana, Arial, Helvetica, sans-serif;
}

 
html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/


img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% 'Nunito', sans-serif !important;
  	color: white;
  	padding: 15px 0 5px 0;
	font-weight: bold !important;
}

h2{ 
	font: normal 175% Verdana, serif;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% Verdana, serif;
  	color: #000;
}

h5, h6{ 
	font: italic 95% Verdana, serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a
{ 
	outline: none;
  	text-decoration: none;
  	color: white;
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	-ms-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}

a:hover{ 
	outline: none;
}

ul li{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/

.topbar {
background: url(images/header_bg.jpg) 0 no-repeat rgb(233, 19, 19);
width: 100%;
}

.topbar_text
{
	color:#ffffff;
	text-align:right;
	padding:5px 0;
	width: 970px;
	margin:0 auto;
	position:relative;
	padding-top: 10px; 
}

.logo
{	
	width:25%;
	float: left;
}

header {
	width: 950px;
	margin: auto;
	min-height: 120px;
	padding: 0px 12px;
}

ul.menu li                      
{ 	

	font-size:15px;
    float: left; 
    zoom: 1;
    /*APPEND*/
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
	padding:6px;
}

 

.navigation {
	float: left;
	width: 75%;
	padding: 85px 0px 0px 0px;
}

.navigation a { 
	font-size: 30px;
	font-family: 'BebasNeue', 'Arial Narrow', Arial, sans-serif;
	color:white;
}

.banner {
	display:block;
	width:100%;
	position: relative;
}



section 
{
	width:100%;
	float:center;
}

#component 
{
	display: block;
	width: 930px;
	position: relative;
	text-align: left;
	min-height: 430px;
	padding: 20px;
	margin: auto;
}

#sidebar
{	
	margin: 20px 0 20px 0;
	display:block;
	float: right;
	height:500px;
	width:300px;
}

#search_keyword
{
    float: left;
    width:150px;
    height:18px;
    margin-right:5px;
}

/*
*   Search Form
*/
.search_form ul{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

.button_user
{
float: right;
font-size: 14px;
padding: 10px;
color:white;
}

.button_logout
{
padding-top: 5px;
padding-right: 5px;
float: right;
}

.button_login
{
font-size: 13px;
float: right;
}

.button_login a
{
padding-left: 40px;
background: url(http://www.mobipot.com.my/template/free/books/css/images/loginbg.png) no-repeat center left;
padding-bottom: 4px;
color:#B7B7B7;
}

.button_login a:hover , .button_register a:hover
{
color:white;
}

.button_register a
{
color:#B7B7B7;
}

.button_register
{
display:none;
font-size: 13px;
float: right;
padding-right: 10px;
}

.title h3 span
{
color: white;
font-size: 12px;
}

.widget h3
{
border:0px;
}

.button{display: none;}
	
#search_keyword
{	
background: url(images/search.png) no-repeat 5px 6px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 14px;
height: 22px;
line-height: 1.2em;
padding: 4px 10px 4px 28px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
border: 1px solid #DDD;
float: right;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 72px;
color: #888;
font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height:22px;
text-transform: uppercase;
}

#search_keyword:focus 
{
background-color: #f9f9f9;
width: 196px;
}

.categories 
{
width: 970px;
margin: 0 auto;
text-align: center;
padding: 10px 0px 10px 0px;
}

.categories ul
{
display: inline;
}

.categories ul li 
{
display: inline;
padding: 0 7px;
border-left: 1px solid #222;
}

.categories ul li:nth-child(1)
{
	border-left:0px;
}

.categories strong 
{
font-weight: bold;
}

.categories h3, .footer-links h3
{
	float: left;
	padding: 0px;
	margin: 0px;
}

.categories h3 span
{
font: normal 175% arial, sans-serif;
color: black;
font-size: 12px;
font-weight: bold;
padding-left: 100px;
}

.categories ul.menu li.top_li {
font-size: 11px;
border-left: 1px solid #ADADAD;
padding-top: 7px;
}

.categories ul.menu li.top_li:nth-child(1)
{
border-left: 0px;
}

.categories  ul.menu li.top_li a:hover
{
color:black !important;
}

.categories  ul.menu li.top_li a 
{
color: #595B5D !important;
}


.footer1 ul
{
float: left;
height: 80px;
padding: 0px;
}

.footer1 h3
{
margin:0px;
border-bottom: 1px solid #CCC;
width: 200px;
}

#footer-links ul.menu li.top_li
{
width:100%;
border:0px;
}

.footer1 h3 span
{
padding: 0px;
color: white !important;
font: normal 18px 'Nunito', sans-serif !important;
}

#footer-links
{
width: 100%;
height: 70px;
background-color: #308AAA;
color: whiteSmoke;
font-size: 14px;
text-shadow: 1px 1px #464646;
line-height: 40px;
float:left;
}

#footer-links a:hover
{
color:white !important;
text-decoration:none;
}

#menu li .active, 
{
color: white;
}


/*
* Blog 
*/

.left_blog{
	width: 615px !important;
	float: right;
	text-align: justify !important;
}

.left_blog img
{
border-radius: 4px;
font-size: 0;
line-height: 0;
border: 1px solid white;
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
margin-bottom: 14px;
}

.right_blog
{
	width: 250px;
	float: left;
}

.right_blog a
{
font-size:12px;
}

.right_blog a:hover
{
color: #0084E8;
}
 
.login_account
{
margin-top:10px;
}

input[type="password"], .login_email > input[type="text"] 
{
border: 1px solid #CFCFCF;
padding: 8px 8px 8px;
background: #EEE;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
border-radius: 2px;
box-shadow: 0 1px 1px rgba(255, 255, 255, .8);}

.login_submit > input[type="submit"]
{
	background: #0084E8;
	border: 0;
	width: 220px;

	padding: 5px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.login_submit > input[type="submit"]:hover
{
	background: #0962A5;
	color: white;
}

.category-module a
{
color: black;
text-decoration: none;
font-size: 15px;
}

.category-module h3
{
margin-bottom: 0px;
padding-top: 5px;
}

.widget_style_44 li
{
width: 190px;
}


.widget_style_44 ul 
{ 
padding-left: 20px !important;
}

.items-leading
{
padding: 30px;
}

#system-readmore
{
display:none !important;
}

.readmore
{
text-align:right;
}

.readmore span
{
	background: #0084E8;
	border: 0;
	width: 80px;

	padding: 5px;
	margin-left: 10px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.readmore span:hover
{
	background: #0962A5;
	color: white;
}

.mbpgallery-category-box-file-first {
padding: 5px 6px;
}

.mbpgallery-category-box-file {
background: none;
border: 0;
float: left;
margin: 5px;
overflow: visible;
text-align: center;
}

.header_bg
{
	border: 1px solid #DADADA;
	background: url(/storage/upload/ebusiness/images/menu_bg.gif);
	border-radius: 3px;
	float: left;
	width: 100%;
	height: 380px;
}

.rslides_tabs .rslides_here a
{
	background: rgba(0, 163, 255, .8) !important;
}

.contact_label> input[type="submit"]
{
	background: #0084E8;
	border: 0;
	width: 80px;
	padding: 5px;
	margin-left: 10px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.contact_label> input[type="submit"]:hover
{
	background: #0962A5;
	color: white;
}

.row.position, .row.state
{
	display:none;
}

.contact_form
{
	padding: 0;
	margin: 20px 0px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: rgb(255, 255, 255);
	letter-spacing: -2px;
}

.mbpgallery-category-box-file-first 
{
	padding: 5px 6px;
}

.mbpgallery-category-box-file 
{
	border: 0;
	float: left;
	margin: 5px;
	overflow: visible;
	height: 20% !important;
	text-align: center;
	opacity:1;
	background: white;
	display: inline-block;
	vertical-align: top;
}

 

.category_blog_view .items-more ul
{
	padding-top: 10px !important;
}

.author
{
	background: url(/storage/upload/basic/images/user.png) 0 3px no-repeat;
	padding-left: 18px !important;
	padding-bottom: 15px !important;
	color: #505050;
}

.total_comments
{
	background: url(/storage/upload/basic/images/comment.png) 0px 3px no-repeat;
	padding-left: 17px !important;
	margin-left: 5px  !important;
	color: #505050;
}

.total_comments a:hover
{
	text-decoration:underline;
}

#article-comments
{
	margin: 80px 0 15px 0;
	border-top: 1px solid #D2D0C8;
	padding: 20px;
}

.pagination a
{
	display: inline-block;
	margin-right: 4px;
	border-radius: 3px;
	border: solid 1px silver !important;
	background: #E9E9E9;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #717171 !important;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#E9E9E9));
	background: -moz-linear-gradient(0% 0% 270deg,#F8F8F8, #E9E9E9);
	padding:5px;
	margin-left: 5px
}

.pagination a:hover
{
	background: #FEFEFE;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#F0F0F0));
	background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #F0F0F0);
	border: solid 1px #DEDEDE !important;
}

.pagenav.selected
{
	border: none;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
	color: #F0F0F0 !important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .5) !important;
	border-radius: 3px;
}

.category_blog_view .pagination
{
	border-top: 1px solid #DDD;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 70px;
}

.ppt
{
	display:none !important;
}

.gallery_category_title h1
{
	font: normal 175% 'Nunito', sans-serif !important;
	color: white;
	padding: 15px 0 5px 0;
	font-weight: bold !important;
}

.mbpgallery_category_wrapper
{
	margin-bottom: 60px;
}

 
.readmore span
{
	background: #0084E8;
	border: 0;
	width: 80px;
	padding: 5px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}



.readmore span:hover
{
	background: #0962A5;
	color: white;
	background-position: 0 -40px
}

.month, .day, .year
{
	padding-bottom:3px;
}

.contact_form_div
{
	padding-bottom:50px;
}

.header-coloumn-two
{
float: right;
width: 60%;
margin-top: 60px;
}

.counter
{
float: left;
padding: 4px 20px;
background-color: #BBB;
color: #555;
margin-right: 10px !important;
border: 1px solid #8F8F8F;
}

.pagination ul
{
float: left;
}

.category_blog_view h1
{
font-size: 30px !important;
}

.widtitle3
{
font-size: 15px;
font-weight: bold;
}

.widget_style_16 h2
{
font: normal 25px 'Nunito', sans-serif !important;
border-bottom: 1px dotted;
}

.article_title
{
margin: 0 !important;
padding: 0 !important;
}

.article_title h4
{
border-bottom: 1px dotted;
}

.widget_style_23 ul
{
padding-left: 20px !important;
}

ul.sub_menu li
{
border-bottom: 1px dashed #0070FF;
}

.sub_menu li:last-child
{
border-bottom:0px !important;
}

ul.sub_menu li a:hover
{
color:#0084E8 !important;
}

a.cs-prev
{
background: url(/storage/upload/ptga/images/prev.png) no-repeat;
width: 50px;
height: 50px;
color:transparent;
left: 8px !important;
}

.cs-prev a
{
color:transparent;
}

a.cs-next
{
background: url(/storage/upload/ptga/images/next.png) no-repeat;
width: 50px;
height: 50px;
color:transparent;
left: 260px;
}

.ads1
{
padding-bottom: 15px;
float: left;
}

.ads2
{
float: left;
margin-right: 12px;
}

.ads2 span
{
display: none;
}

.ads2 p
{
padding:0px;
margin:0px;
}

.ads2 h2, .poll h2, .useful_link h3, .be_inspired h3
{
margin: 4px;
padding: 5px;
border-bottom: 0px;
font-size: 20px !important;
}

.rotator_gallery
{
float: left;
width: 300px;
height: 260px;
margin-top: 5px;
box-shadow: 0 15px 20px -15px rgba(94, 94, 94, 0.8);
}

.level1, .level2, .level3
{
float: left;
width: 100%;
margin-bottom:20px;
}

.component-left
{
width:151px;
float:left;
padding-right:10px;
}

.login
{
float: right;
width: 100%;
}

/*
*   Search Widget
*/

.search
{
    float: right;
    height: 30px;
	margin-top: 5px;
	margin-left: 20px;
}

.search button{margin:0px;}
.search ul{list-style: none; margin:0px; padding-left: 10px;   }
.search ul li{display:inline;}
.search h3{display: none;}
.search span{display: none;}

.search > input[type="submit"]
{
width: 25px;
background: url(http://www.mobipotcms.com/storage/upload/ptga/images/search.png) white no-repeat;
color: transparent;
margin-left: -30px;
height: 25px;
border: 0px;
cursor: pointer;
}

.search > input[id="search_word"]
{
height: 25px;
width: 150px;
padding-left: 5px;
padding-right: 5px;
color: rgb(97, 97, 97);
font-weight: bold;
border:0px;
}

footer
 {
	width: 100%;
	float: left;
	background: url(images/footer_bg.jpg) 0 no-repeat;
	height: 110px;
}

.rslides_tabs
{
margin-top: -10px !important;
text-align: center;
z-index: 999;
position: absolute;
left: 47%;
top: 90%;
background: rgba(255, 255, 255, 0.94);
padding-left: 5px;
border-radius: 10px;
padding: 5px 5px 5px 10px;
box-shadow: 0 15px 20px -15px rgba(94, 94, 94, 0.8);
}

.rslides.rslides1.rslides3
{
max-height:435px !important;
}

.cs-buttons
{
display:none !important;
}

.rotator_gallery > .rslides img
{
width:303px !important;
}

.bx-wrapper
{
background:#fffedf;
height: 195px;
}


/******Back to top CSS, add to your stylesheet****/

.back-to-top {
display:none;
text-decoration:none;
position:fixed;
bottom:12px;
right:12px;
overflow:hidden;
width:50px;
height:50px;
border:none;
text-indent:100%;
background:url(images/ui.totop.png) no-repeat left top;
z-index:190;
}

.back-to-top a {
text-indent: -9999px;
display: block;
}


.back-to-top:hover { 
background:url(images/ui.totop_hover.png) no-repeat;
width:50px;
height:50px;
display:block;
overflow:hidden;
float:left;
}

#coin-slider4801 .cs-title
{
display:none !important;
}

.button_login a, .button_logout input[type="submit"], .login_reset a, .button_setting button[type="button"]
{
display: inline-block;
zoom: 1;
padding: 6px 20px;
margin: 0;
cursor: pointer;
border: 1px solid #bbb;
overflow: visible;
font: bold 13px arial, helvetica, sans-serif;
text-decoration: none;
white-space: nowrap;
color: #555;
background-color: #ddd;
background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)), url(data:image/png;base64,iVBORw0KGg[...]QmCC);
transition: background-color .2s ease-out;
background-clip: padding-box;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

.button_login a:hover, .button_logout input[type="submit"]:hover, .login_reset a:hover
{
background-color: #eee;
color: #555;
}


.button_setting button:hover
{
background-color: #eee !important;
color: #555;
}

.button_login a:active, .button_logout input[type="submit"]:active, .login_reset a:active, .button_setting button[type="button"]:active
{
background: #e9e9e9;
position: relative;
top: 1px;
text-shadow: none;
box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.login_reset
{
float: right;
margin-right: 10px;
}

.article_blog_date .day
{
font-size: 20px !important; 
}

.month, .day, .year
{
padding:0px !important;
}

.article_blog_date
{
float: left;
margin: 0 12px 0 0;
display: block;
background: #00A4FF !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: white;
}

.addthis_toolbox.addthis_default_style
{
padding-top: 20px;
}

.article_title
{
width: 100%;
}

.articles_view .article_blog_date
{
margin-top:30px;
}

#cancel-comment-reply a
{
margin-right: 20px;
padding: 2px 8px !important;
}

/*Sidebar Menu*/
.sidebar_menu  ul.menu li
{
min-height: 0px;
font-size: 12px;
padding-top: 6px;
border-bottom: 1px solid #CDCDCD;
padding-left: 10px;
width: 200px;
text-align: left;
}

.sidebar_menu 
{
float: right;
}

.sidebar_menu li.top_li.active, .sidebar_menu li.top_li a:hover
{
background: transparent !important;
color:black !important;
}

.sidebar_menu li.top_li.active
{
margin-left: 10px;
}

ul.menu li ul.sub_menu li
{
padding: 6px 30px !important;
}
 
.contact_desc
{
margin-bottom: 50px;
}

.gmap3
{
box-shadow: 0px 0px 10px #888888;
border: 1px solid rgb(255, 255, 255) !important;
}

.map
{
border:0px !important; 
}

.items-leading
{
width: 870px;
}

.m_login p
{
float: left;
margin: 10px !important;
width: 100%;
}
 
.m_login.myform button, .m_login.myform .submit
{
background: rgb(55, 160, 255) !important;
}

.validation {
background-image: url('images/error.png');
background-position: 10px 65px ;
}

/*booking*/
.booking_iframe
{
width: 100%;
margin: auto;
}

/*leftbar*/
.leftbar
{
width:210px;
float:left;
text-align:center;
}


/*timetable*/
.timetable
{
float:left;
padding: 10px;
}

.timetable .title
{
font-size:15px;
text-transform:uppercase;
font-family:'Helvetica Neue';
text-decoration:underline;
padding-bottom:5px;
}

.readmore 
{
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px;
}



/*lastest_news*/
.lastest_news
{
float:left;
padding: 10px;
}

.lastest_news .title
{
font-size:15px;
text-transform:uppercase;
font-family:'Helvetica Neue';
text-decoration:underline;
padding-bottom:5px;
}

/*rightbar*/
.rightbar
{
width:700px;
float:left;
}

.right_component
{
width: 200px;
float: left;
padding: 0px 10px 0px 10px;
text-align: center;
}

.rightbar .title
{
font-family: 'Helvetica Neue';
font-size:15px;
text-transform:uppercase;
}

/*footer*/
.footer_wrapper
{
width:900px;
margin:auto;
padding: 20px;
}

/*leftfooter*/
.leftfooter
{
width: 270px;
float: left;
}

/*social*/
.social
{
float: left;
width: 300px;
}

.social a
{
padding: 2px;
}

.social_title
{
font-family: 'Helvetica-Light Condensed Light', Verdana, Arial, Helvetica, sans-serif;
color: white;
font-size:15px;
float: left;
margin: 5px;
float: left;
}

.social img:hover
{
opacity:0.76;
filter:alpha(opacity=76);
}

/*rightfooter*/
.rightfooter
{
width: 630px;
height: 100%;
float: right;
}

.rightfooter ul.menu
{
margin: 0px;
}

/*footer_menu*/
.footer_menu
{
float: right;
}

.footer_menu ul.menu li.top_li
{
padding: 0px 10px 0px 10px;
}

.footer_menu a
{
color: rgb(140, 200, 255);
font-size: 14px;
}

.footer_menu a:hover
{
color: white;
text-shadow: 1px 1px 1px rgb(80, 80, 80);
}

/*copyrights*/
.copyrights
{
float: right;
font-size: 11px;
color:white;
padding-top: 10px;
}

/*booking*/
.right_arrow
{
background: url(http://langkawiauto.com/storage/upload/langkawiauto/images/booking/right_arrow.png) no-repeat;
width: 70px;
height: 128px;
float: left;
padding-top: 50px;
background-position: 10px 40px;
}

#w2forecastbottom
{
display:none !important;
}

.weather:before
{
display: block;
border: none;
color: white;
height: 400px;
width: 1px;
content: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#fff), to(#6b92bd));
float: left;
margin: 20px 20px 0px 20px;
}


/*homepage*/

.four_circle
{
float: left;
list-style: none;
padding: 10px 20px;
}

.four_circle h4
{
text-align: center;
color: white;
font-size: 18px !important;
}

.wrap_circle
{
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-transition: box-shadow 0.3s ease-in-out;
-moz-transition: box-shadow 0.3s ease-in-out;
-o-transition: box-shadow 0.3s ease-in-out;
-ms-transition: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out;
}

.wrap_circle:hover
{
box-shadow: 0px 0px 30px #FFFFFF;
}



  .calendar
  {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .weather
  {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
  }
  .left
  {
    float: left;
    width: 30%;
    height: 50%;
    padding: 10px;
  }

.sexyline
 {
 height: 1px;
background: -webkit-gradient(linear, 0 0, 100% 0, from(#6b92bd), to(#6b92bd), color-stop(50%, white));
border: 0px;
margin: 10px 0px 20px 0px;
 }
 
.weather_forecast
{
width: 590px;
}


/* Table of fares*/
.langkawi_table
{
border-collapse: collapse;
border-spacing: 0px;
font-size: 12px;
color: rgb(48, 48, 48);
font-family: Arial, sans-serif;
width: 703px;
margin: auto;
text-shadow: none;
text-align: center;
}



.langkawi_table_title
{
background-color: rgb(23, 119, 151); 
color: rgb(255, 255, 255);
font-weight: bold;
}

.langkawi_table tr
{
border: 1px solid rgb(205, 228, 234);
}

.langkawi_table td{
text-align: center;
border: 1px solid rgb(205, 228, 234);
}

.langkawi_table_hightlight
{
background-color: rgb(237, 245, 248);
}


@import url('demo.css');
@import url('font-awesome.css');

/* GLOBALS */


 
.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 1 */

.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 200px;
    padding: 10px;
    margin: 0 auto;

    /* Styles */
    background: #9bc7de;
    color: #fff;
    outline: none;
    cursor: pointer;

    /* Font settings */
    font-weight: bold;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
  background: #9bc7de;
  background: -moz-linear-gradient(left,  #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9bc7de), color-stop(78%,#9bc7de), color-stop(78%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
  background: -o-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
  background: -ms-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
  background: linear-gradient(to right,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc7de', endColorstr='#ffffff',GradientType=1 );
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

/* DEMO 2 */

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 200px;
    margin: 0 auto;
    padding: 10px 15px;

    /* Styles */
    background: #fff;
    border-left: 5px solid grey;
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: -5px;
    right: 0px;

    /* Styles */
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 5px solid;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-2 .dropdown li:nth-child(1) a { 
    border-left-color: #00ACED;
}

.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}

.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: grey;
}

/* Active state */

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}

/* DEMO 3 */

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    color: #8AA8BD;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}


/* DEMO 4 */

.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 270px;
    margin: 0 auto;
    padding: 10px 10px 10px 30px;

    /* Styles */
    background: #fff;
    border: 1px solid silver;
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffaa9f transparent;
}

.wrapper-dropdown-4 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;

    /* Styles */
    background: white;
    border: inherit;
    border-top: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

/* Red lines: the pseudo-elements way */
.wrapper-dropdown-4 .dropdown:before,
.wrapper-dropdown-4:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    border: 1px solid #ffaa9f;
    border-top: none;
    border-bottom: none;
    z-index: 2;
}

/* Red lines: the gradients way */

/*
.wrapper-dropdown-4 .dropdown,
.wrapper-dropdown-4 {
  background: linear-gradient(left, white 5%, #ffaa9f 5%, #ffaa9f 5.3%, white 5.3%, white 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, white 6.8%);
}

.wrapper-dropdown-4 .dropdown li:hover label {
  background: linear-gradient(left, #f0F0F0 5%, #ffaa9f 5%, #ffaa9f 5.3%, #f0F0F0 5.3%, #f0F0F0 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, #f0F0F0 6.8%);
}
*/

.wrapper-dropdown-4 .dropdown li {
    position: relative; /* Enable absolute positioning for checkboxes */
}

.wrapper-dropdown-4 .dropdown li label {
    display: block;
    padding: 10px 10px 10px 30px; /* Same padding as the button */
    border-bottom: 1px dotted #1ccfcf;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-4 .dropdown li:last-of-type label {
    border: none;
}

.wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

/* Hover state */

.wrapper-dropdown-4 .dropdown li:hover label {
    background: #f0f0f0;
}

/* Checked state */

.wrapper-dropdown-4 .dropdown li input:checked ~ label {
    color: grey;
    text-decoration: line-through;
}

/* Active state */

.wrapper-dropdown-4.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
    display: block;
}

/* DEMO 5 */

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 174px;
	height:174px;
    margin: 0 auto;

    /* Styles */
    background: url(/storage/upload/langkawiauto/images/homepage/c2.jpg) no-repeat white;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

 

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}
 
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
	padding-left: 20px;
}

.ship_icon
{
background: url(/storage/upload/langkawiauto/images/ship_icon.png);
width: 20px;
height: 20px;
float: left;
}

.terms_bullet
{
border-bottom: 2px solid #5d5d5d;
padding-bottom: 10px;
font-size: 15px;
background: url(https://cdn0.iconfinder.com/data/icons/typicons-2/24/arrow-forward-24.png) no-repeat;
padding-left: 30px;
background-position: 0px -2px;
}

.important
{
padding-bottom: 10px;
border-bottom: 2px solid #5d5d5d;
padding-top: 10px;
font-size: 15px;
background: url(https://cdn1.iconfinder.com/data/icons/nuvola2/22x22/actions/messagebox_warning.png) no-repeat;
padding-left: 30px;
background-position: 0px 8px;
}

.important_1
{
text-align: justify;
border-bottom: 2px solid #5d5d5d;
padding-bottom: 10px;
font-size: 15px;
background: url(https://cdn1.iconfinder.com/data/icons/gnome-desktop-icons-png/PNG/32/Gnome-Emblem-Important-32.png) no-repeat;
padding-left: 40px;
background-position: 0px -1px;
padding-top: 5px;
}

.trip_image
{
border: 7px solid white;
box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.6);
}

.ferry_icon
{
border-bottom: 1px solid white;
background: url(http://langkawiauto.com/storage/upload/langkawiauto/images/schedule/Ship_icon.png) no-repeat;
padding-left: 40px;
background-position: 0px 15px;
}