/*!
 * Start Bootstrap - Agency v1.1.0 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
	background-image: none
}

body {
	overflow-x: hidden;
    font-family: Lato,Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
   
	webkit-tap-highlight-color: #fed136
}

.btn-primary,
.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato,Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700
}

.text-muted {
	color: #777
}

.text-primary,
a {
	color: #fed136
}

p {
	font-size: 14px;
	line-height: 1.75
}

p.large {
	font-size: 16px
}

a,
a.active,
a:active,
a:focus,
a:hover {
	outline: 0
}

a.active,
a:active,
a:focus,
a:hover {
	color: #fec503
}

.img-centered {
	margin: 0 auto
}

.bg-light-gray {
	background-color: #eee
}

.bg-darkest-gray {
	background-color: #222
}
.bg-white {
	background-color: #fff
}

.bg-lightblue {
	background-color: #ebfffe
}

.btn-primary {
	color: #fff;
	background-color: #fed136;
	border-color: #fed136
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #fed136;
	border-color: #fed136
}

.btn-primary .badge {
	color: #fed136;
	background-color: #fff
}

.btn-xl {
	color: #fff;
	background-color: #fed136;
	border-color: #fed136;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px
}

.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01
}

.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
	background-color: #fed136;
	border-color: #fed136
}

.btn-xl .badge {
	color: #fed136;
	background-color: #fff
}



.content-topHead{
        float: right!important;
}

.content-topHead ul li:last-child {
    margin-right: 0px;
}
.content-topHead ul li {
    display: inline-block;
    color: #000;
    font-family: inherit;
    font-size: 12px;
    margin: 10px 11px;
}
.content-topHead ul li a {
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.navbar-custom {
	background-color: #f8f8f8;
	border-color: transparent
}

.navbar-custom .navbar-brand {
	color: #fed136;
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive
}

.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
	color: #fec503
}

.navbar-custom .nav li a,
.navbar-custom .navbar-toggle {
	font-family: Lato, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	text-transform: uppercase
}

.navbar-custom .navbar-collapse {
	border-color: rgba(255, 255, 255, .02)
}

.navbar-custom .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136;
	font-size: 12px
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
	background-color: #fed136
}

.navbar-custom .nav li a {
	font-weight: 400;
	letter-spacing: 1px
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
	color: #fed136;
	outline: 0
}

.navbar-custom .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}

.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #fec503
}

.lang-title {
    text-transform: uppercase;
    color: #fecb00;
    font-weight: 600;
    letter-spacing: 0.1em;
}


.texthover{
    width:100%;
    display: block;
    position: relative;
}
.texthover .overlay{
    position:absolute;
    max-width:auto;
    left: 40px;
    color:white;
    background-color: rgb(255, 153, 0,0.50);
    
    
    padding: 15px;
    display: none;
    top:10%;
}

.texthover:hover .overlay{
    display: block;       
}




@media (min-width:768px) {
    .navbar-header {
        width: 500px;
    }
    
    .navbar-right{
       /*
        min-width: 714px;
        */
        margin-top: 10px;
    }
    
    .navbar-nav>li {
        font-size: 14px;
    }
    
	.navbar-custom {
		/*background-color:transparent;
        padding: 25px 0;
        */
		background-color: rgba(255, 255, 255, 0.7);
		
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		border: none
	}
	.navbar-custom .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s
	}
	.navbar-custom .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-custom.affix {
		background-color: #eee;
		padding: 10px 0
	}
	.navbar-custom.affix .navbar-brand {
		font-size: 1.5em
	}
}

.clsDatePicker {
    z-index: 100000;
}

.carmodel{
    display: block;
}
.carthumb{
    display: block;
    margin:5px 0px 5px 0px;
    width: 150px;
    height: auto;
}
.carseats{
    display: block;
}


.navbar-header .navbar-brand {
        width: 90%;
        height: 60px;
}

@media screen and (max-width: 800px){
    .navbar-header .navbar-brand {
        width: 70%;  
        height: 60px;
    }
    .navbar-toggle{
        margin-top: 15px;
    }

}

header {
	background-image: url(../img/header-bg.jpg?2017102901);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff
}

.intro-text{
    padding-top: 60px;

}

header .intro-text {
	padding-top: 150px;
	padding-bottom: 50px
}



header .intro-text .intro-lead-in {
	font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 25px
}

header .intro-text .intro-heading {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 25px
}

@media (min-width:768px) {
	header .intro-text {
		padding-top: 300px;
		padding-bottom: 200px
	}
	header .intro-text .intro-lead-in {
		font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: italic;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px
	}
	header .intro-text .intro-heading {
		font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 75px;
		line-height: 75px;
		margin-bottom: 50px
	}
}

#portfolio .portfolio-item .portfolio-caption p,
section h3.section-subheading {
    /*
	font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    */
    font-family: "Lato,Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic
}


section#mobile_header {
   padding: 0px;
}

section {
	padding: 100px 0
}

section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px
}

section h3.section-subheading {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 35px
}


#longterm .portfolio-item img{
    width:100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}


#longterm .portfolio-item {
	margin: 0 0 15px;
	text-align : center;
    display: table-cell;
  
}

#longterm .portfolio-item .portfolio-caption{
	max-width: 150px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 10px;
    min-height:85px;
}

@media (min-width:768px) {
	section {
		padding: 150px 0
	}
}

.service-heading {
	margin: 15px 0;
	text-transform: none
}

#portfolio .portfolio-item {
	margin: 0 0 15px;
	right: 0
}

#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 150px;
	margin: 0 auto;
    min-height: 100px;
    background: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(254, 209, 54, .9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
	max-width: 150px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 10px;
    min-height:90px;
}




#portfolio .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
	font-size: 16px;
	margin: 0
}

footer span.copyright,
footer ul.quicklinks {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
    float: none;
    font-size: 12px;
    margin-top: 10px;

}

#portfolio * {
	z-index: 2
}

#commission .portfolio-item {
	margin: 0 0 15px;
	right: 0
}

#commission .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 150px;
	margin: 0 auto
}

#commission .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(254, 209, 54, .9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}

#commission .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1
}

#commission .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff
}

#commission .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px
}

#commission .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#commission .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0
}

#commission .portfolio-item .portfolio-caption {
	max-width: 150px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 25px;
    min-height:110px;
}

#commission .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0
}

#commission .portfolio-item .portfolio-caption p {
	font-size: 16px;
	margin: 0
}

#commission * {
	z-index: 2;
}

#parts .portfolio-item {
	margin: 0 0 15px;
	right: 0
}

#parts .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto
}

#parts .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(254, 209, 54, .9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}

#parts .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1
}

#parts .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff
}

#parts .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px
}

#parts .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#parts .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0
}



/*
hzmchauffeur
*/

#hzmchauffeur .rentacarhk-item {
    margin: 0 0 15px;
    right: 0
}

#hzmchauffeur .rentacarhk-item .rentacarhk-link {
    display: block;
    position: relative;
    max-width: 150px;
    margin: 0 auto
}

#hzmchauffeur .rentacarhk-item .rentacarhk-link .rentacarhk-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}


#hzmchauffeur .rentacar_description_table{
    border: 1px solid #ddd;
}
#hzmchauffeur .rentacar_remark{
   
}


#hzmchauffeur .table tr:first-child{
    background-color: lightgrey;
}

#hzmchauffeur .table td {
    text-align:center;
    vertical-align: bottom;
}

#hzmchauffeur .table td:last-child {
    text-align:center;
}

#hzmchauffeur .table td:first-child {
    text-align:left;
    width: 60%;
}

#hzmchauffeur .rentacar_remark ul{
    padding-left: 10px;
}


.maxtableimg {
  max-width:190px;
 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.map_table {
  width:100%;
}
.maxmapimg {
  display: block;
  min-height: 200px;

  margin-left: auto;
  margin-right: auto;
  background-color: white;
}


.hzmchauffeur_header_img .wrapper {
    /*
    display: table-cell;
    */
    display: block;
    width: 100%
}

.chauffeur_header_img .modelName,.hzmchauffeur_header_img .modelName {
    width: 50%;
    margin: 1em auto 3em;
    z-index: 1;
    position: relative;
    display: none
}


.hzmchauffeur_header_img {
    background-image: url(../img/hzmchauffeur_header-bg.jpg)
}

/*
Part
*/

#parts .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 25px
}

#parts .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0
}

#parts .portfolio-item .portfolio-caption p {
	font-size: 16px;
	margin: 0
}

#parts * {
	z-index: 2;
}

/*header image*/
.sliderheader{

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 1em auto 10em auto;
}


.carousel-inner{
    width: 100%;
    height: 45vw;
    display: table;
    min-height: 400px;
    max-height: 100vh;
    overflow: hidden;
}


.carousel-caption h3{
    padding: 5px;font-weight: 300;display: block;
    font-family: Lato,Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:30px;
}
.header_img {
	
    position: relative;
    width: 100%;
    height: 45vw;
    background-size: cover;
    display: table;
    min-height: 400px;
    max-height: 100vh;
    overflow: hidden;
    /*
    background-image: url("../img/header-bg2.jpg");
    */
    background-size: cover;
    background-position: center;
    
    margin-top: 0px !important;
    
}

.header_img .wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    color: #fff;
    position: relative;
    width: 100%;
    padding-bottom: 80px;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}


.header_img .modelName {
    width: 95%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 1em auto 3em auto;
    z-index: 1;
    position: relative;
    display: none;
    
    top: 23px;
}


/*header image*/



.self_header_img,.chauffeur_header_img {
    position: relative;
    width: 100%;
    height: 15vw;
    background-size: cover;
    display: table;
    min-height: 80px;
    max-height: 20vh;
    overflow: hidden;
    
   
    margin-top: 5px !important;
    
}

.about_header_img,.self_header_img,.chauffeur_header_img {
    margin-bottom: 50px;
}

.self_header_img{
    background-image: url("../img/self_header-bg.jpg");
    background-size: cover;
    background-position: center;
}

.chauffeur_header_img {
    background-image: url("../img/chauffeur_header-bg.jpg");  
    background-size: cover;
    background-position: center;
}
.about_header_img{
    background-image: url("../img/about_header-bg.png");  
    background-size: cover;
    background-position: center;
    
}


.about_header_img .wrapper{
   /*
    display: table-cell;
    */
    display: block;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    color: #fff;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}


.self_header_img .wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    color: #fff;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}


.about_header_img .modelName,.self_header_img .modelName {
    width: 95%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 1em auto 3em auto;
    z-index: 1;
    position: relative;
    display: none;
    
    top: 23px;
    /*
    right: 10%;
    position: absolute;
    top: 203px;
    */
}


.hzmchauffeur_header_img .wrapper,
.chauffeur_header_img .wrapper {
    /*
    display: table-cell;
    */
    display: block;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    color: #fff;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}

.hzmchauffeur_header_img .modelName,
.chauffeur_header_img .modelName {
    width: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 1em auto 3em auto;
    z-index: 1;
    position: relative;
    display: none;
    
    top: 23px;
    /*
    right: 10%;
    position: absolute;
    top: 203px;
    */
}


@media only screen and (max-width: 992px){
    
    .header_img .modelName{
        width: 95%;
        margin: 1em auto 1.5em auto;
    }
    
    
    section#commission,section#portfolio{
        padding-top: 0px;
    }
}




/*Split screen*/


.hpanel {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff
}
.leftpan {
	left: -4%;
	width: 60%;
	-webkit-transform: skew(-8deg);
	-moz-transform: skew(-8deg);
	-o-transform: skew(-8deg);
}
.leftpan .background-img {
	background-image: url(http://content.macaotourism.gov.mo/uploads/mgto_planyourtrip/R6_01.png);
}
.rightpan {
	right: -4%;
	width: 59%;
	-webkit-transform: skew(8deg);
	-moz-transform: skew(8deg);
	-o-transform: skew(8deg);
}
.rightpan .background-img {
	background-image: url(https://partnernet.hktb.com/filemanager/en/content_25/TRS-FEY-STF-0063_MR.JPG);
}
.background-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}
.leftpan .content-area {
	-webkit-transform: skew(8deg);
	-moz-transform: skew(8deg);
	-o-transform: skew(8deg);
	
}
.rightpan .content-area {-webkit-transform: skew(-8deg);
	-moz-transform: skew(-8deg);
	-o-transform: skew(-8deg);}
.content-area {
	text-align: center;
	margin: 20vh auto;
	width: 350px
}
.content-area h2 {
	font-size: 2.8rem;
	margin-bottom: 50px
}
.btn-area {
	margin-top: 50px
}
.btn-area a {
	padding: 13px 0;
	width: 70%;
	text-align: center;
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	letter-spacing: 1px;
}

/*end of  Split Screen*/




@media (min-width:767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px
	}
}

.timeline {
	list-style: none;
	padding: 0;
	position: relative
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 2px;
	background-color: #f1f1f1;
	left: 40px;
	margin-left: -1.5px
}

.timeline>li {
	margin-bottom: 50px;
	position: relative;
	min-height: 50px
}

.timeline>li:after,
.timeline>li:before {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left
}

.timeline>li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}

.timeline>li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}

.timeline>li .timeline-image {
	left: 0;
	margin-left: 0;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 100;
	background-color: #fed136;
	color: #fff;
	border-radius: 100%;
	border: 7px solid #f1f1f1;
	text-align: center
}

.timeline>li .timeline-image h4 {
	font-size: 10px;
	margin-top: 12px;
	line-height: 14px
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 20px 0 100px
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}

.timeline>li:last-child {
	margin-bottom: 0
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit
}

.timeline .timeline-heading h4.subheading {
	text-transform: none
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
	margin-bottom: 0
}

.timeline-body{padding: 20px;}

@media (min-width:768px) {
	.timeline:before {
		left: 50%
	}
	.timeline>li {
		margin-bottom: 100px;
		min-height: 100px
	}
	.timeline>li .timeline-panel {
		width: 41%;
		float: left;
		padding: 0 20px 20px 30px;
		text-align: right
	}
	.timeline>li .timeline-image {
		width: 100px;
		height: 100px;
		left: 50%;
		margin-left: -50px
	}
	.timeline>li .timeline-image h4 {
		font-size: 13px;
		margin-top: 16px;
		line-height: 18px
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		text-align: left;
		padding: 0 30px 20px 20px
	}
}

@media (min-width:992px) {
	footer ul.quicklinks {
		text-align: right;
	}
	.timeline>li .timeline-panel,
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px
	}
	.timeline>li {
		min-height: 150px
	}
	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px
	}
	.timeline>li .timeline-image h4 {
		font-size: 18px;
		margin-top: 30px;
		line-height: 26px
	}
}

@media (min-width:1200px) {
	.timeline>li {
		min-height: 170px
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px 100px
	}
	.timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px
	}
	.timeline>li .timeline-image h4 {
		margin-top: 40px
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px
	}
}

.team-member {
	text-align: center;
	margin-bottom: 50px
}

.team-member img {
	margin: 0 auto;
	border: 7px solid #fff
}

.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none
}

.team-member p {
	margin-top: 0
}

aside.clients img {
	margin: 50px auto
}

section#design {
	background-color: #ff931e;
}

section#contact {
    background-color:#30363D;
    /*
	background-color: #222;
    
	background-image: url(../img/map-image.png);
	background-position: center;
	background-repeat: no-repeat;
    */
    padding: 10px 0; 
}

section#contact .section-heading {
	color: #fff
}

section#contact .form-group {
	margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px
}

sectioncontact .form-group input.form-control {
	height: auto
}

section#contact .form-group textarea.form-control {
	height: 236px
}

section#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none
}

section#contact ::-webkit-input-placeholder {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eee
}

section#contact :-moz-placeholder {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eee
}

section#contact ::-moz-placeholder {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eee
}

section#contact :-ms-input-placeholder {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eee
}

section#contact .text-danger {
	color: #e74c3c
}

footer {
	padding: 25px 0;
	text-align: center
}

footer span.copyright {
	line-height: 40px;
	text-transform: uppercase;
	text-transform: none
}

footer ul.quicklinks {
	margin-bottom: 0;
	line-height: 40px;
	text-transform: uppercase;
	text-transform: none
}


section#contact .ftRsrvL {
    display: inline-block;
    float: none;
    border: none;
    padding: 0 0 5 0px;
}

section#contact .ftLang {
    /*display: none;*/
}

section#contact .ftRsrvL .tellus,section#contact .ftRsrvR .tellus {
    line-height: 1.2;
    margin: 3px 0 0 0px;
    display: block;
}



section#contact .footerInner .footerInnerTitle {
    font-size: 19px;
    font-weight: bold;
    color: #fed136;
    margin: 0;
    padding: 2px 0;
    
}

section#contact .ftRsrvL {
    color:#fff;
    display: table;
}



section#contact .ftRsrvL strong, section#contact .ftRsrvR strong {
    font-weight: bold;
    font-size: 230%;
}

section#contact .ftRsrvL strong a, section#contact .ftRsrvR strong a {
    color: #fff;
}


section#contact  .ftArea {
    padding: 0 0 120px 0;
    display: table;
    margin: auto;
    
}

section#contact .footerInner {
   
    width: 510px;
   
    margin: 0 auto;
    border-right: solid 1px #ffffff;
    display: table-cell;
    padding: 0 0 0 20px;
}

section#contact .footerInner:last-child {
    width: 510px;
    margin: 0 auto;
    border-right: 0px ;
    display: table-cell;
    padding: 0 0 0 20px;
}



.booking .cartype {
    display: none;
}

.google-map iframe{
    width:100%;
    height: 200px;
    
}


/* DivTable */


.div_modal_center{
    margin: auto;
    width: 65%;
}
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableHead {
	
    background-color: #EEE;
	display: table-cell;
    
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
	/*
    padding: 3px 10px;
    border: 1px solid #999999;
    */
}
.divTableHead_title {
	
    background-color: #EEE;
	display: table-cell;
    width: 5px;

    padding: 3px 2px;
    	/*
    padding: 3px 10px;
    border: 1px solid #AAAAAA;
    border: 1px solid #999999;
    */
}

.divTableCell{
	border: 1px solid #999999;
	display: table-cell;
	/*padding: 3px 10px;*/
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

#rateTable img{
        width:150px;
        height: auto;
        
}


@media screen and (max-width: 800px){
   
    
    #mobile_header{
        padding: 0px;
    }
    
    .header_img{
        width: 100%;
    }
    
    .formSelectCartype {
        width: 100%;
        border: 1px solid #EEE;
        border-radius: 5px;
        padding: 20px 35px 20px 10px;
        
        box-sizing: border-box;
        position: relative;
        background: url(../img/others/bg_arrowselect.png) no-repeat right 10px top 50% #FFF;
        background-size: 8px 5px;
        
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
    
    .wrp_heading {
        position: relative;
    }
    
    .h1_01 {
        color: #000;
        font-size: 24px;
        /*
        padding: 20px 15px 20px;
        */
        border-bottom: 1px solid #DFDFDF;
    }
   
    .wrp_heading .h1_01 {
        border-bottom: 0;
    }
    
    /*
    .rateTable_wrap{
        position: relative; 
        
    }
    
    .rateTable_wrap:after {
        content: ' ';
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgba(255,255,255,0)), color-stop(0.9, rgba(255,255,255,1)), color-stop(1.00, rgba(255,255,255,1)));
        background: linear-gradient(linear, left top, right top, color-stop(0.00, rgba(255,255,255,0)), color-stop(0.9, rgba(255,255,255,1)), color-stop(1.00, rgba(255,255,255,1)));
    }
    */
    .topinnner{
        padding: 0 0 5px;
        overflow-x: scroll;
        margin-left: 15px;
       
        
    }
    .inner {
        border-right: 10px solid #FFF;
    }
    
  
    #rateTable, #rateTable_wd{
        border-collapse: collapse;

    }
    
    #rateTable th, #rateTable_wd th {
        background: #EEE;
        /*padding: 15px;*/
        text-align: center;
    }
    
    #rateTable tr th, #rateTable_wd tr th {
        background: #dadada;
        /*padding: 15px;*/
        text-align: center;
    }
    
   
    #rateTable td,#rateTable_wd td {
        border: 1px solid #DDD;
        text-align: center;
        color: #555;
        /*line-height: 1.5;*/
        background: #FFF;
    }

    #rateTable th, #rateTable_wd td {
        border: 1px solid #DDD;
        /*padding: 15px 15px;*/
        white-space: nowrap;
    }
    
    
    
    .booking .styledRadio {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
    }
    
    .booking .styledRadio + label {
        display: inline-block;
        margin-left: 2em;
        vertical-align: middle;
        font-size: 13px;
        cursor: pointer;
    }
    
    .booking{
        overflow: hidden;
        background: none;
    }
    
    .booking .cartype {
        float: none;
        width: auto;
        min-height: 0;
        margin: 0;
        padding: 30px 10px 70px 10px;
        display: block;
        
    }
    
    .booking .selectCartype.first {
        display: table;
        margin: 0 auto 15px auto;
    }
    
    .booking .selectCartype.first li {
        float: left;
        margin-top: 0;
        margin-right: 0.75em;
    }
    
    .booking ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    
    .booking .cartypeArea {
        /*text-align: center;*/
        position: relative;
        margin-bottom: 20px;
    }
    .booking .formSelectCartype{
         /* 
        width: 85% !important;
        padding: 0 33px 0 10px;
        box-sizing: content-box;
        font-size: 15px;
       text-align: left; 
        */
        
    }
    
    .booking .customSelect {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        padding: 0 33px 0 10px;
        border: solid 1px #2F353C;
        background: url(/global/common/reservation/btn_select.png) #fff no-repeat 100% 0;
        box-sizing: border-box;
        overflow: hidden;
    }
   

    

    
    .headerReservationButtton {
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: #2F353C;
       
        padding: 15px 20px;
        margin-top: 10px;
        border-radius: 300px;
        position: relative;
        background-color: #FFCB0E;
        border: solid 2px #FFCB0E;
        
        width: auto;
    }
    
    .headerReservationButtton:hover {
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: #2F353C;
        width: 216px;
        padding: 15px 20px;
        margin-top: 10px;
        border-radius: 300px;
        position: relative;
        background-color: #fff;
        border: solid 2px #000;
        
        width: auto;
    }
    
    .headerReservation{
        border: none;
        display: block;
        width: auto;
        float: none;
    }

}

.desktop_ver{
    display:block;
}
.mobile_ver{
    display: none; 
}
#pageTop {
    display: none;
}

.fbicon_w{background: url(../img/social/fb.png) left no-repeat;background-size: 15px 15px; padding-left: 30px; }
.wechat_w{background: url(../img/social/wechat-icon.png) left no-repeat ;background-size: 15px 15px;padding-left: 30px;}
.whatsapp_w{background: url(../img/social/whatsapp-icon.png) left no-repeat ;background-size: 15px 15px;padding-left: 30px;}
.email_w{background: url(../img/social/mail.png) left no-repeat ;background-size: 15px 15px;padding-left: 30px;}
.tel_w{background: url(../img/social/tel.png) left no-repeat ;background-size: 15px 15px;padding-left: 30px;}
.webicon_w{background: url(../img/social/web.png) left no-repeat ;background-size: 15px 15px;padding-left: 30px;}

@media screen and (max-width: 800px){
    .desktop_ver{
         display: none; 
    }
    .mobile_ver{
        display: block; 
    }
    
.webicon_w,.email_w, .tel_w, .fbicon_w, .wechat_w, .whatsapp_w{background: url();padding-left: 0px;}
  
    
    
    #pageTop {
        background-color: #fff;
        border-radius: 25px;
         
    }
    
    #pageTop {
        display: none;
        position: fixed;
        right: 20px;
        bottom: 50px;
        z-index: 99;
    }
    
    
    .nav-tabs > li, .nav-pills > li {
        float:none;
        display:inline-block;
        *display:inline; /* ie7 fix */
         zoom:1; /* hasLayout ie7 trigger */
    }

    .nav-tabs, .nav-pills {
        text-align:center;
    }
    
  

    
    
    
    .rentacar_description{
        padding: 20px;
        font-size: 12px; 
    }
    
    section#contact  .footerInner {
        border: none;
        display: block;
        width: auto;
        float: none;
    }
    section#contact .ftRsrvL {
        display: block;
        border-top: 5px solid #ffffff;
        border-right: 10px solid #ffffff;
        border-bottom: 5px solid #ffffff;
        border-left: 10px solid #ffffff;
    }
    section#contact .ftRsrvL {
        margin-bottom: 10px;
        border-radius: 30px;
        line-height: 1;
    }
    section#contact .ftArea {
        display: block;
        padding: 20px;
        background-image: none;
      
    }
    section#contact .ftRsrvL, section#contact .ftRsrvR {
        float: none;
        background: #ffffff;
        border-radius: 25px;
        padding: 0 15px;
        text-align: center;
        color: #000;
    }
    
    section#contact .ftRsrvL strong, section#contact .ftRsrvR strong {
        font-size: 12px;
        font-weight: normal;
       /*
        float: right;
        display: inline;*/
    }
    
    section#contact .ftRsrvL strong a, section#contact .ftRsrvR strong a {
        color: #000;
    }

    
    
    section#contact .ftRsrvL .tellus,section#contact .ftRsrvR .tellus {
        line-height: 1.2;
        margin: 3px 0 0 10px;
        display: block;
    }
    
    section#contact .fbicon{background: url(../img/social/fb.png) left no-repeat #ffffff;background-size: 25px 25px;}
    section#contact .wechat{background: url(../img/social/wechat-icon.png) left no-repeat #ffffff;background-size: 25px 25px;}
    section#contact .whatsapp{background: url(../img/social/whatsapp-icon.png) left no-repeat #ffffff;background-size: 25px 25px;}
    section#contact .email{background: url(../img/social/mail.png) left no-repeat #ffffff;background-size: 25px 25px;}
    section#contact .tel{background: url(../img/social/tel.png) left no-repeat #ffffff;background-size: 25px 25px;}
    section#contact .webicon{background: url(../img/social/web.png) left no-repeat #ffffff;background-size: 25px 25px;}
    
    section#contact .ftRsrvR {
        float: none;
        line-height: 1.2;
        border: none;
        padding: 0 15px;
        border: 10px solid #ffffff;
    }
    section#contact .tellBr {
        display: none;
    }
    
    section#contact .ftLang {
        /*
        margin: 20px -20px 15px;
        */
        margin: 20px 0px 15px;
        display: block;
        padding: 0 10px 20px;
        border-bottom: 1px solid #595E64;
     
        color: #ffffff;
    }
    }
    section#contact .ftLang .langSlct {
        width: 150px;
        margin: 5px auto;
        position: relative;
        color:#FFF;
    }

    section#contact .ftLang .customSelect {
        display: block !important;
        border: 1px solid #ffffff;
        background: url(/global/common/icon_lang_sp.gif) right no-repeat;
        background-size: 25px auto;
        padding: 10px 35px 10px 10px;
        text-align: left;
    }

    section#contact .ftLang .customSelect .customSelectInner {
        display: inline !important;
        font-weight: bold;
    }
}



ul.social-buttons {
	margin-bottom: 0
}

ul.social-buttons li a {
	display: block;
	background-color: #222;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
	background-color: #fed136
}

.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
	outline: 0
}

.portfolio-modal .modal-dialog {
	margin: 0;
	height: 100%;
	width: auto
}

.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 100px 0;
	text-align: center
}

.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 16px
}

.portfolio-modal .modal-content ul.list-inline {
	margin-bottom: 30px;
	margin-top: 0
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px
}

.portfolio-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer
}

.portfolio-modal .close-modal:hover {
	opacity: .3
}

.portfolio-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #222;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051
}

.portfolio-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #222;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052
}

.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none
}

::-moz-selection {
	text-shadow: none;
	background: #fed136
}

::selection {
	text-shadow: none;
	background: #fed136
}

img::selection {
	background: 0 0
}

img::-moz-selection {
	background: 0 0
}