/*html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
ul, ol {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eeeeee;
	margin: 8px 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1.7em;
	color: #454545;
	font-size: 13px;
	background: #f0f0f0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300 !important
}
a {
	color: #1c5dab;
	cursor:pointer;
}
.pure-g {
	letter-spacing: normal;
}

.show-mobile {
	display: none !important;
}
.s-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
header {
	background: #fdfdfd;
}
.custom-wrapper {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}
.custom-wrapper.open {
	height: 100%;
	background: #222222;
}
.custom-menu-3 {
	text-align: right;
}
.custom-toggle {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.custom-toggle .bar {
	background-color: #777;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 100px;
	position: absolute;
	top: 18px;
	right: 7px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.custom-toggle .bar:first-child {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}
.custom-toggle.x .bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-toggle.x .bar:first-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.h-top {
	background-color: #fbfafa !important;
}
.h-bot {
	background-color: #00263a;
}
.h-bot .s-container {
	height: 100%;
	position: relative;
	padding:10px 0;
}
.h-top .logo {
	width: 360px;
	height: 79px;
	margin: 15px 0 15px 20px;
}
.pure-menu-list .pure-menu-link:link, .pure-menu-list .pure-menu-link:visited {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700 !important;
	position: relative;
	font-size: 16px;
}

.pure-menu-active>.pure-menu-link, .pure-menu-link:hover, .pure-menu-link:focus {
	background: none;
}

.pure-menu-selected .pure-menu-link, .pure-menu-selected .pure-menu-link:visited {
	color: #ffffff;
}

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
	text-transform: uppercase;
	padding: 7.5px 12px !important;
	margin: 0 20px;
	color: #696969;
}

.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.logo-mobile {
	width: 200px;
	height: 59px;
	margin: 0 auto;
	display: none;
}


/*_______Main Css*________*/


.m-bot5 {
	margin-bottom: 5px;
	clear: both;
}
.m-bot10 {
	margin-bottom: 10px;
	clear: both;
}
.m-bot15 {
	margin-bottom: 15px;
	clear: both;
}
.m-bot20 {
	margin-bottom: 20px;
	clear: both;
}
.m-top15 {
	margin-top: 15px;
	clear: both;
}

.cc-box {
	width: 100%;
	height: 100%;
	max-height: 390px;
	display: block;
	position: relative;
}

.apr-10px {
	padding-right: 10px;
}
.apl-10px {
	padding-left: 10px;
}

/*Home*/
#home figure {
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center center;
	min-height: 390px;
}

#home-grap figure {
	background-image:url(../img/perspective.jpg);
}


#home-grap figure .block {
	height: 100%;
	padding: 30px 20px;);
}
#home-grap figure .block h2 {
	font-family: "Futura-CondensedExtraBold", Futura, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}
#home-grap figure .block p {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-size:15px;
	line-height: 27px;
	color: #ffffff;

} 


#home figure .d-title {
	width: 100%;
	padding: 20px;
	position: absolute;
	background-color: rgba(54, 54, 54, 0.8);	
	color: rgba(54, 54, 54, 0.8);
	bottom: 0;
	left: 0;
	font-family: "Futura-CondensedMedium", Futura, sans-serif;
	font-stretch: condensed;
	font-weight: 400;
	font-size: 35px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

#home-ib figure {
	background-image:url(../img/bridgingcapital.png);
    background-position: 68% -20%;
}


#home-whatwedo figure {
	background-image:url(../img/whatwedo-home.jpg);
}

#home-workwedo figure {
	background-image:url(../img/workwedo-home.jpg);
}

#home-whyarewedifferent figure {
	background-image:url(../img/whyarewedifferent-home.jpg);
}

#home-contactus figure {
	background-image:url(../img/contactus-home.jpg);
	background-position:top left;

}


/*inner-pages*/
.featured-image {
	margin-bottom: 20px;
}
.featured-image figure {
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center center;
	min-height: 350px;
}
#inner-whatwedo figure {
	background-image:url(../img/inner-whatwedo.jpg);
}
#inner-workwedo figure {
	background-image:url(../img/inner-workwedo.jpg);
}
#inner-whyarewedifferent figure {
	background-image:url(../img/inner-whyarewedifferent.jpg);
}

#inner-contact figure {
	background-image:url(../img/inner-contact.jpg);
}

.featured-image figure .block {
	height: 100%;
	padding: 30px 20px;
  	vertical-align: bottom;
}
.featured-image figure .block h2 {
	position: absolute;
	bottom: -5px;
	left: 20px;
	font-family: "Futura-CondensedExtraBold", Futura, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 49px;
	line-height: 56px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}

.content {
	padding: 25px;
	background: #ffffff;
}
.content h3 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 25px;
}
.content p {
	font-size: 14px;
	margin-bottom: 15px;
}
.content p.reset,
.content p:last-child {
	margin-bottom: 0;
}
.g-maps {
	height: 300px;
	margin-bottom: 20px;
}

content ul.tabs {
    margin-left: 0;
    list-style-type: none;
    list-style-type: disc;
}

.content ul li {
	margin-left: 25px;
	display: inline-block;
}
.content ul li:first-child{
	margin-left: 0;

}

.content ul li a {
	color:#008fe9;
}
.content ul li a:hover {
	text-decoration: underline;
}

.content .y-box {
	background: #fefbf6;
	border:1px solid #e7d5b7;
	padding: 18px;
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
}

.our-team .highlight div {

}
/*
.our-team figure {
	display: block;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:top right;
	min-height: 540px;
}
.our-team .dr-leong figure {
	background-image:url(../img/team-drleong.jpg);
}
.our-team .david-leong figure {
	background-image:url(../img/team-davidleong.jpg);
}
.our-team .leonard-tan figure {
	background-image:url(../img/team-leonardtan.jpg);
}

.our-team .dr-leong,
.our-team .david-leong,
.our-team .leonard-tan {
 	margin-bottom: 15px;
}*/
.description .name {
	font-size:20px;
	line-height: 28px;
	text-transform: uppercase;
	color: #393939;
	font-weight: bold;
}
.description .name a:hover {
	text-decoration: underline;
}

.description .title {
	font-size:20px;
	color: #8a8a8a;
	font-weight: bold;
	text-transform: uppercase;
}
.description .readmore {
	margin-top: 10px;
	color: #367fb7;
	text-decoration: underline;
}
.description .readmore:hover {
	text-decoration: none;
}


/*profile*/
.prof-block-mobile {
	display: none;
	font-size:22px;
}
ul#page-profile {
	position:relative;
}
ul#page-profile li {
	display: block;
}

.inner-wrapper {
	padding: 20px 0;
	position: relative;
}
.white-bg {
	background: #ffffff; 
	padding: 20px ;
}

.email-address {
	padding: 8px;
	font-weight: bold;
}

.prof-block {
	padding-left: 20px;
}
.prof-block .description .name,
.prof-block-mobile .description .name {
	font-size:22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #393939;
	margin: 4px 0 10px 0;

}
.prof-block .description .title,
.prof-block-mobile .description .title {
	font-size:18px;
	color: #8a8a8a;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 15px 0;

}


.profile-content {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
}
.profile-content p {
	font-size: 14px;
	margin-bottom: 15px;
}
.profile-content p.reset,
.profile-content p:last-child {
	margin-bottom: 0;
}

.profile-content ul h3 {
	font-size: 16px;
}

.highlight-list {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;

}


/* Footer */
.footer {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	background: #00263a;
	padding: 20px 7.5px;
	color: #777779;
	min-height: 160px;
	margin-top: 50px;
	padding: 40px 0;
	font-size: 16px;
}
.footer a {
	line-height: 20.4px;
	color: #777779;
	text-transform: uppercase;
}
.footer a:hover {
	text-decoration: underline;
	color: #ffffff
}
.footer hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #777779;
    margin: 40px 0;
    padding: 0;
}
.footer ul li {
	margin-right: 90px;
	display: inline-block;
}


/*chinese*/
.inner-chinese {
	padding: 30px 0 0 0;
}

.inner-chinese .footer {
	min-height: 0;
}
.inner-chinese .content {
	margin-bottom: 20px;
}
.inner-chinese .content h1 {
	font-size: 30px;
	margin-bottom: 25px;
}
.inner-chinese .content h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.inner-chinese .content h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.inner-chinese .content ul {
	padding:0;
	margin:0;
	margin-bottom: 20px;
}
.inner-chinese .content ul:last-child {
	margin-bottom: 0;
}
.inner-chinese .content ul li {
	list-style-type: none !important
}

.full_background {
   background: url('../img/bg_full.png') no-repeat top center fixed; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
