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;
}
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;
}
/* 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 #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/*
::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; }
*/
/*----HTML END RESET----*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #454545;
	background:#e7e7e7;
	width:100%;
	overflow-x: hidden;
	overflow-y: auto;
	position:relative;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #ffffff;
}
.loader img {
	position: fixed;
	left:48%;
 	top:50%;
}

.img-responsive {
	width:100%;
	height:100%;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	min-height:600px
}
#container > section {
	margin: 32px;
	position: absolute;
	float:left;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow:hidden;
}
.mob-btn {
	display: none;
}
/*nav-panel*/
#nav-panel {
	position:absolute;
	float: left;
	top:135px;
	display: block;
	left:-181px;
	z-index:10;
	width:213px;
}
#nav-panel ul li {
	text-transform:uppercase;
	font-size:13px;
	background: linear-gradient(to left, #ea6a00 50%, #f89021 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all .5s ease;
	color:#fff;
	cursor: pointer;
}
#nav-panel ul li a {
	display:block;
	padding:2px 15px;
	width:100%;
	text-decoration:none;
	color:#fff;
}
#nav-panel ul li:hover {
	color:#666;
	padding-left:-2px;
	background-position:left bottom;
}
#nav-panel ul li .active {
	background:#fff;
	color:#232323;
}
#nav-panel #rdlink {
	background: linear-gradient(to left, #a7d434 50%, #666666 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all .9s ease;
	color:#ffffff;
	padding:2px 15px;
	width:100%;
	display: block;
	width: 100%;
	text-transform:uppercase;
	font-size:13px;
	text-decoration: none;
}
#nav-panel #rdlink:hover {
	background-position:left bottom;
	color:#fff;
	padding-left:-2px;
}
/*Home*/

/*box*/
.box {
	position:absolute;
	float: left;
	width: 100%;
	height: 100%;
}
/*home-id*/
.header {
	position: absolute;
	width:37%;
	height:66.66%;
	background:#fff;
	top:0;
	left:50%;
	z-index: 1000;
}
.header img {
	max-width:320px;
	min-height:41px;
	margin: 0;
	position: absolute;
	top: 40%;
	left:5%;
	transform: translate(0, -50%)
}
.header article {
	width:100%;
	max-width:340px;
	overflow:hidden;
	position: absolute;
	top: 38%;
	left:2%;
	padding:40px;
}
.header p {
	position:relative;
	font-size:16px;
	line-height:22px;
}
.header p span.before:before {
	font-family: 'ElegantIcons';
	content: "\7b";
	font-size:25px;
	position:absolute;
	top:-3px;
	left:-25px;
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
}
.header p span.after {
	position:relative;
}
.header p span.after:after {
	font-family: 'ElegantIcons';
	content: "\7b";
	font-size:25px;
	position:absolute;
	top:-3px;
}
.inside-header h2 {
	font-family: 'Raleway-SemiBold';
	position: absolute;
	top: 9%;
	left:6%;
	font-size: 54px;
	font-weight: 700px;
	text-transform: uppercase;
}
.inside-header h5 {
	font-family: 'Raleway-SemiBold';
	position: absolute;
	top:19%;
	left:7%;
	font-size: 20px;
	font-weight: 700px;
	text-transform: uppercase;
}
.inside-header .quick-link-to-david a {
	text-transform: none;
	color: #623076;
}
.inside-header .quick-link-to-david a:hover {
	text-decoration: none;
}

.white-text {
	color: #ffffff;
}
.blue-text {
	color: #13317c;
}
.black-text {
	color: #15242f;
}
.orange-text {
	color: #de8521;
}
.darkgreen-text {
	color:#385155;
}
.purple-text {
	color:#623076;
}
/*nav-arrow*/
.arrow {
	position: absolute;
	float: left;
	width: 13%;
	height: 33.33%;
	top: 66.66%;
	z-index: 1000 !important;
	background: #eee !important
}
.arrow ul {
	position: absolute;
	left: 50%;
	top: 50%;
	float: left;
	width: 48px;
	margin: -61px 0 0 -30px;
}
.arrow ul li {
	float: left;
	clear: both;
	width: 48px;
	height: 45px;
	padding-bottom: 70px;
}
.arrow ul li a {
	position:relative;
	text-align:center;
	text-decoration:none;
	text-indent:-9999px;
	color:#7f7f7f;
}
.arrow ul li a.active {
	color:#7f7f7f;
}
.arrow ul li a.disabled {
	color:#d2d2d2;
}
.arrow ul li a:hover {
	color:#676767;
}
.arrow #prev, .arrow #next {
	outline:none;
	cursor:pointer;
	width: 48px;
	height: 45px;
	position:relative;
}
.arrow #prev:before {
	font-family: 'ElegantIcons';
	content: "\32";
	font-size:58px;
	font-weight:bold;
}
.arrow #next:before {
	font-family: 'ElegantIcons';
	content: "\33";
	font-size:58px;
	font-weight:bold;
}
#home {
}
#home .box a {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
}
#home .disabled_link {
	width: 100%;
    height: 100%;
    position: absolute;
    display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	-ms-grid-rows: 100% 100%;
	grid-template-rows: 100% 100%;
	grid-column-gap: 0.0625rem;
	grid-row-gap: 0.0625rem;

}

#home a figure, #aboutus figure, #contactus figure, #practice figure, #our-expertise figure, #our-management figure, #people-our-values figure, #media-resources 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:top left;
}
#home-practice {
	width:13%;
	height:33.33%;
	top:0;
	left:0;
}
#home-practice figure {
	background-image:url(../img/home-image/practice.jpg);
}
#home-expertise {
	width:13%;
	height:33.33%;
	top:33.33%;
	left:0;
}
#home-expertise figure {
	background-image:url(../img/home-image/expertise.jpg);
}
#home-about {
	width:37%;
	height:66.66%;
	top:0;
	left:13%;
	background:#043494;
}
#home-about figure {
	background-image:url(../img/home-image/aboutus.jpg);
	background-position:center;
}
#home-management {
	width:37%;
	height:33.33%;
	background:#0f3545;
	top:66.66%;
	left:13%;
}
#home-management figure {
	background-image:url(../img/home-image/management.jpg);
}
#home-values {
	width:37%;
	height:33.33%;
	background:#f8c600;
	top:66.66%;
	left:50%;
}
#home-values figure {
	background-image:url(../img/home-image/values.jpg);
}
#home-resumedrop {
	width:13%;
	height:40%;
	background:#a7d434;
	top:0;
	left:87%;
}
#home-resumedrop figure {
	background-image:url(../img/home-image/resumedrop.jpg);
	background-position: center;
}
#home-contactus {
	width:13%;
	height:40%;
	background:#da4480;
	top:40%;
	left:87%;
}
#home-contactus figure {
	background-image:url(../img/home-image/contactus.jpg);
}
#home-mediaresources {
	width:13%;
	height:20%;
	background:#623076;
	top:80%;
	left:87%;
}
#home-mediaresources figure {
	background-image:url(../img/home-image/mediaresources.jpg);
}
/*inside-arrow*/
.inside-arrow {
	position:absolute;
	float:left;
	width:13%;
	height:33.33%;
	top:66.66%;
	z-index:1000 !important;
	background:#eee !important;
}
.inside-arrow ul {
	position: absolute;
	left: 50%;
	top: 50%;
	float: left;
	width: 48px;
	margin: -81px 0 0 -30px;
}
.inside-arrow ul li {
	float: left;
	clear: both;
	width: 48px;
	height: 45px;
	padding-bottom: 90px;
}
.inside-arrow ul li a {
	position:relative;
	text-align:center;
	text-decoration:none;
	text-indent:-9999px;
	color:#7f7f7f;
}
.inside-arrow ul li a.active {
	color:#7f7f7f;
}
.inside-arrow ul li a.disabled {
	color:#d2d2d2;
}
.inside-arrow ul li a:hover {
	color:#676767;
}
.inside-arrow #prev, .inside-arrow #next {
	outline:none;
	cursor:pointer;
	width: 48px;
	height: 45px;
	position:relative;
}
.inside-arrow #prev:before {
	font-family: 'ElegantIcons';
	content: "\32";
	font-size:58px;
	font-weight:bold;
}
.inside-arrow #next:before {
	font-family: 'ElegantIcons';
	content: "\33";
	font-size:58px;
	font-weight:bold;
}
/*about-us*/
#aboutus {
	position:relative;
}
#aboutus .image_block1 {
	position:absolute;
	width:13%;
	height:66.66%;
	top:0;
	left:0;
}
#aboutus .image_block2 {
	position:absolute;
	width:13%;
	height:40%;
	top:0;
	left:87%;
}
#aboutus .image_block3 {
	position:absolute;
	width:13%;
	height:60%;
	top:40%;
	left:87%;
}
#aboutus .image_block1 figure {
	background-image:url(../img/aboutus-image/img1.jpg);
	background-position:center;
}
#aboutus .image_block2 figure {
	background-image:url(../img/aboutus-image/img2.jpg);
	background-position:center;
}
#aboutus .image_block3 figure {
	background-image:url(../img/aboutus-image/img3.jpg);
	background-position:top left;
}
#aboutus .text_block {
	position:absolute;
	width:37%;
	height:100%;
	background:#fb942b;
	top:0;
	left:13%;
}
#aboutus .text_block .inside_block {
	overflow:auto;
	padding:30px;
}
#aboutus .text_block .inside_block p {
	font-size:14px;
	color:#fff;
	line-height:24px;
	padding-bottom:20px;
}
#aboutus .text_block2 {
	background:#d25e23;
	position:absolute;
	width:37%;
	height:33.33%;
	top:66.66%;
	left:50%;
}
#aboutus .text_block2 .inside_block {
	padding:30px;
}
#aboutus .text_block2 h3 {
	font-size:38px;
	text-transform:uppercase;
	line-height:32px;
	font-weight:700;
	letter-spacing:-1px;
	color:#002cbd;
	margin-bottom:30px;
}
#aboutus .text_block2 .inside_block p {
	font-size:20px;
	color:#ffffff;
	line-height:28px;
	padding-bottom:20px;
}
/*practices*/
#practice {
	position:relative;
}
#practice .inside-header {
	background: #ffffff;
}
#practice .image_block1 {
	position:absolute;
	width:13%;
	height:66.66%;
	top:0;
	left:0;
}
#practice .image_block2 {
	position:absolute;
	width:37%;
	height:33.33%;
	top:66.66%;
	left:50%;
}
#practice .image_block3 {
	position:absolute;
	width:13%;
	height:50%;
	top:0;
	left:87%;
}
#practice .image_block4 {
	position:absolute;
	width:13%;
	height:50%;
	top:50%;
	left:87%;
}
#practice .image_block1 figure {
	background-image: url(../img/practice-image/img1.jpg);
}
#practice .image_block2 figure {
	background-image:url(../img/practice-image/img2.jpg);
	background-position:center;
}
#practice .image_block3 figure {
	background-image:url(../img/practice-image/img3.jpg);
	background-position:top left;
}
#practice .image_block4 figure {
	background-image:url(../img/practice-image/img4.jpg);
	background-position:top left;
}
#practice .text_block {
	position:absolute;
	width:37%;
	height:100%;
	background:#F68B35;
	top:0;
	left:13%;
}
#practice .text_block .inside_block {
	overflow:auto;
	padding:30px;
}
#practice .text_block .inside_block h2 {
	font-size:24px;
	font-weight:700;
	line-height:30px;
	text-transform:uppercase;
	padding-bottom:20px;
}
#practice .text_block .inside_block p {
	font-size:14px;
	color:#fff;
	line-height:24px;
	padding-bottom:20px;
}
#practice .text_block2 .inside_block p {
	font-size:20px;
	color:#fff;
	line-height:28px;
	padding-bottom:20px;
}
/*our-expertise*/
#our-expertise {
	position:relative;
}
#our-expertise .inside-header {
	background: #ffffff;
}
#our-expertise .image_block1 {
	position:absolute;
	width:13%;
	height:66.66%;
	top:0;
	left:0;
}
#our-expertise .image_block2 {
	position:absolute;
	width:37%;
	height:33.33%;
	top:66.66%;
	left:50%;
}
#our-expertise .image_block3 {
	position:absolute;
	width:13%;
	height:100%;
	top:0;
	left:87%;
}
#our-expertise .image_block1 figure {
	background-image: url(../img/our-expertise-image/img1.jpg);
}
#our-expertise .image_block2 figure {
	background-image:url(../img/our-expertise-image/img2.jpg);
	background-position:center;
}
#our-expertise .image_block3 figure {
	background-image:url(../img/our-expertise-image/img3.jpg);
	background-position:top left;
}
#our-expertise .text_block {
	position:absolute;
	width:37%;
	height:100%;
	background:#F68B35;
	top:0;
	left:13%;
}
#our-expertise .text_block .inside_block {
	overflow: auto;
	padding:30px;
}
#our-expertise .text_block .inside_block h2 {
	font-size:24px;
	font-weight:700;
	line-height:30px;
	text-transform:uppercase;
	padding-bottom:20px;
}
#our-expertise .text_block .inside_block p {
	font-size:14px;
	color:#fff;
	line-height:24px;
	padding-bottom:20px;
}
/*people-our-values*/
#people-our-values {
	position:relative;
}
#people-our-values .inside-header {
	background: #a7d434;
}
#people-our-values .image_block1 {
	position:absolute;
	width:13%;
	height:66.66%;
	top:0;
	left:0;
}
#people-our-values .image_block2 {
	position:absolute;
	width:37%;
	height:33.33%;
	top:66.66%;
	left:50%;
}
#people-our-values .image_block3 {
	position:absolute;
	width:13%;
	height:100%;
	top:0;
	left:87%;
}
#people-our-values .image_block1 figure {
	background-image: url(../img/peoplevalues-image/img1.jpg);
}
#people-our-values .image_block2 figure {
	background-image:url(../img/peoplevalues-image/img2.jpg);
	background-position:center;
}
#people-our-values .image_block3 figure {
	background-image:url(../img/peoplevalues-image/img3.jpg);
	background-position:top left;
}
#people-our-values .text_block {
	position:absolute;
	width:37%;
	height:100%;
	background:#a8a894;
	top:0;
	left:13%;
}
#people-our-values .text_block .inside_block {
	height:1160px;
	overflow:auto;
	padding:30px;
}
#people-our-values .text_block .inside_block h2 {
	font-size:24px;
	font-weight:700;
	line-height:30px;
	text-transform:uppercase;
	padding-bottom:20px;
}
#people-our-values .text_block .inside_block p {
	font-size:14px;
	color:#fff;
	line-height:24px;
	padding-bottom:20px;
}
/*media-resources*/
#media-resources {
	position:relative;
}
#media-resources .inside-header {
	background: #ffffff;
}
#media-resources .image_block1 {
	position:absolute;
	width:50%;
	height:66.66%;
	top:0;
	left:0;
}
#media-resources .image_block2 {
	position:absolute;
	width:37%;
	height:33.33%;
	top:66.66%;
	left:50%;
}
#media-resources .image_block1 figure {
	background-image: url(../img/mediaresources-image/img1.jpg);
}
#media-resources .image_block2 figure {
	background-image:url(../img/mediaresources-image/img2.jpg);
	background-position:center;
}
#media-resources .text_block {
	position: absolute;
	width: 37%;
	height: 33.33%;
	background: #d35803;
	top: 66.66%;
	left: 13%;
}
#media-resources .text_block .inside_block {
	height:1160px;
	overflow:auto;
	padding:30px;
}
#media-resources .text_block .inside_block h2 {
	font-size:30px;
	font-weight:700;
	line-height:32px;
	text-transform:uppercase;
	padding-bottom:30px;
}
#media-resources .text_block2 {
	background-image:url(../img/mediaresources-image/img3.png);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:top left;
	position:absolute;
	width:13%;
	height:100%;
	top:0;
	left:87%;
}
#media-resources .text_block2 .inside_block {
	padding:280px 30px 30px 30px;
}
#media-resources .text_block2 .inside_block h2 {
	font-size:30px;
	color:#fff;
	font-weight:700;
	line-height:32px;
	text-transform:uppercase;
	padding-bottom:30px;
}
#media-resources .text_block2 .inside_block ul li {
	position:relative;
	padding-left:26px;
	margin-bottom:20px;
}
#media-resources .text_block .inside_block ul li a, #media-resources .text_block2 .inside_block ul li a {
	font-size:18px;
	line-height:22px;
	text-decoration:none;
	color:#fff;
}
#media-resources .text_block .inside_block ul li a:hover, #media-resources .text_block2 .inside_block ul li a:hover {
	text-decoration:underline;
}
#media-resources .text_block2 .inside_block ul li:before {
	font-family: 'ElegantIcons';
	content: "\45";
	color:#fff;
	font-size:30px;
	position:absolute;
	top:-11px;
	left:-10px;
}
#media-resources .text_block .inside_block ul li {
	position:relative;
	padding-left:70px;
	margin-bottom:55px;
}
#media-resources .text_block .inside_block ul li:first-child:before {
	content: url(../img/mediaresources-image/video-icon.png);
	position:absolute;
	top:-11px;
	left:0px;
	color:#fff;
}
#media-resources .text_block .inside_block ul li:nth-child(2):before {
	font-family: 'ElegantIcons';
	content: "\e01f";
	color:#fff;
	font-size:40px;
	position:absolute;
	top:-18px;
	left:0px;
}

/*ourmanagement*/
.mobile-title {
	display:none;
}
#our-management .bm {
	position:absolute;
	width:50%;
	height:66.66%;
	top:0;
	left:0;
	background: #0f3545;
}
#our-management .bm .aaa {
	position:absolute;
	top:0;
	left:0;
	float:left;
	display:block;
	height:100%;
	width:50%;
	border-right:1px solid #fff;
}
#our-management .bm .aaa:nth-child(1) {
}
#our-management .bm .aaa:nth-child(2) {
	left:50%
}
/*#our-management .bm .aaa:nth-child(3) {
	left:66.67%
}*/
#our-management .bm .aaa:nth-child(4) {
	border-right:none;
	left:75%
}
#our-management .bm .aaa a {
	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;
}
#our-management .bm .aaa:nth-child(1) a {
	background-image:url(../img/our-management-image/bm-davidleong.jpg);
}
#our-management .bm .aaa:nth-child(2) a {
	background-image:url(../img/our-management-image/bm-michaelheng.jpg);
}

#our-management .image_block1 {
	position:absolute;
	width:37%;
	height:33.33%;
	top:66.66%;
	left:50%;
}
#our-management .image_block1 figure {
	background-image: url(../img/our-management-image/img1.jpg);
	background-position:center;
}
#our-management .text_block {
	position: absolute;
	width: 37%;
	height: 33.33%;
	background: #0f3545;
	top: 66.66%;
	left: 13%;
}
#our-management .text_block .inside_block {
	position:relative;
	padding:40px;
}
#our-management .text_block .inside_block h2 {
	position:absolute;
	bottom:20%;
	width:100%;
	max-width:400px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:55px;
	line-height:70px;
	letter-spacing:2px;
	word-spacing:0px;
	color:#ffffff;
}
#our-management .text_block .inside_block ul {
	position:absolute;
	bottom:10%;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#ffffff;
}
#our-management .text_block .inside_block ul li {
	display:inline-block;
	margin-left:2px;
}
#our-management .text_block .inside_block ul li:after {
	content:' |';
	margin-left:2px;
}
#our-management .text_block .inside_block ul li:last-child:after {
	content:none;
}
#our-management .text_block2 {
	background:#a7d434;
	position:absolute;
	width:13%;
	height:100%;
	top:0;
	left:87%;
}
/*modalcss*/
.modal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #EA006F;
	color: white;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 200ms ease;
	overflow: hidden;
	height: auto;
}
.modal-close-btn {
	font-family: 'ElegantIcons';
	content: "\4d";
	font-size: 40px;
	color: #232323;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s ease;
	z-index: 1003;
}
.modal-close-btn:hover {
	opacity: 1;
}
.modal--1, .modal--2, .modal--3, .modal--4 {
	background: #ffffff;
}
.modal.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.profile {
	z-index: 1003;
	color: #616161;
}
.scroll-div {
	padding: 40px;
	height: 800px;
	overflow: auto;
}
.profile h2 {
	font-size: 28px;
}
.profile h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px
}
.profile ul {
	margin-bottom: 30px;
	color: #232323;
	font-size: 16px;
	line-height: 19px;
}
.profile ul li span {
	color: #2e2e2e;
	font-weight: 700;
}
.profile ul.styled {
	color: #232323;
	margin-left: 0;
	margin-bottom: 20px;
}
.profile ul.styled li {
	position: relative;
	margin-bottom: 10px;
	margin-left:8px;
	padding-left: 4px;
}
.profile ul.styled li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.profile ul.styled li:before {
	position: absolute;
	content: '• ';
	color: #454545;
	font-size: 20px;
	top: 0px;
	left: -8px;
}
.profile ul.styled li:first-child:before {
	left: 0;
	content: none;
}
.profile p {
	color: #232323;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}
.profile .image_block {
	padding-left: 0;
	padding-right: 0;
}
/*contact*/
#contactus {
	position:relative;
}
#contactus .image_block2 {
	position:absolute;
	float:left;
	top:66.67%;
	left:50%;
	height:33.33%;
	width:37%;
	background:#C06;
}
#contactus .image_block1 {
	position:absolute;
	float:left;
	top:0;
	left:87%;
	height:100%;
	width:13%;
}
#contactus .image_block1 figure {
	background-image: url(../img/contactus-image/img1-2500.jpg);
	background-position:27% 100%;
}
#contactus .image_block2 figure {
	background-image: url(../img/contactus-image/img2.jpg);
	background-position:center center;
}
#contact-tabs {
	position:absolute;
	top:0;
	left:0;
	float:left;
	height:66.67%;
	width:13%;
	background:#D3451C;
}
#contact-tab-content {
	position: absolute;
	float: left;
	height: 100%;
	width: 37%;
	top: 0;
	left: 13%;
}
#contact-tab-content .g-maps {
	position: absolute;
	float: left;
	width:100%;
	height:66.67%;
}
#contact-tab-content .g-information {
	position: absolute;
	float: left;
	width:100%;
	height:33.33%;
	top:66.67%;
}
#contact-tab-content .g-information .inside_block {
	padding:30px;
}
#contact-tab-content .g-information .inside_block h2 {
	font-size:22px;
	font-weight: 700;
	margin-bottom:20px;
}
#contact-tab-content .g-information .inside_block ul li {
	font-size:16px;
	line-height:28px;
	color:#646464;
}
#contact-tab-content .g-information .inside_block ul li:last-child {
	margin-top: 40px;
}
#contact-tab-content .g-information .inside_block ul li a {
	color:#646464;
	text-decoration:none;
}
#contact-tab-content .g-information .inside_block ul li a:hover {
	color:#3d3d3d;
	text-decoration:underline;
}
#contact-tabs li {
	height:33.33%;
	position:relative;

	
}
#contact-tabs li .center-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -9px;
	display:block;
	text-decoration:none;
	font-size:20px;
	text-align:center;
	color:#ffffff;
	height:100%;
	width:100%;
	
}

#contact-tabs li a:active {
	color:#fff;
	-webkit-transition: background 2s ease-in;
	-moz-transition: background 2s ease-in;
	-ms-transition: background 2s ease-in;
	-o-transition: background 2s ease-in;
	transition: background 2s ease-in;

}

#contact-tabs li a:hover {
	color:#fff;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-ms-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
}

#contact-tabs li .sg:hover {
	background:#1e193c;
}


#contact-tabs li .sg.active {
	color:#fff;
	background:#1e193c;

}
#contact-tabs li .jp.active {
	color:#fff;
	background:#ed1c24;
}
#contact-tabs li .my.active {
	color:#fff;
	background:#238844;
}


.ui-tabs-panel {
	position: absolute;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
a.mover {
	background: #900;
	padding: 6px 12px;
	position: absolute;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.next-tab {
	bottom: 0;
	right: 0;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.prev-tab {
	bottom: 0;
	left: 0;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
