@charset "utf-8";

/* Careers */

ul ul, ol ul, ul ol, ol ol {
  margin-left: 41px;
}


.careers #banner-wrapper {
	height: 260px;
}

.careers h2.entry-title {
	height: 25px;
	margin: 15px 0;
	
}
/* Tc */
.tc .careers h2.entry-title {
	background: url(../images/title/careers-h2_tc.png) 0 0 no-repeat; /* Tc */
}
/* En */
.en .careers h2.entry-title {
	background: url(../images/title/careers-h2_en.png) 0 0 no-repeat; /* En */
}

/* #highlight */

.careers #highlight {
	overflow: hidden;
}

.carousel-container {
	width: 100%;
	overflow: hidden;
}

#icarousel {
	width: 490px;
	height: 250px;
	position: relative;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

#icarousel div.slide {
	width: 480px;
	height: 220px;
	text-align: center;
}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 100px;
	width: 23px;
	height: 23px;
	background: url(../images/common/icarousel-arrow.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
	cursor: pointer;
}

a#iCarouselPrev {
	left: 72px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	right: 72px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}

/* #job-list */
#job-list-wrapper {
	width: 312px;
	background: url(../images/common/left-panel-header.png) 0 0 no-repeat;
	float: left;
	margin-right: 20px;
}
#job-list {
	width: inherit;
	background: url(../images/common/left-panel-footer.png) 0 bottom no-repeat;
	padding: 5px 0;
}
#job-list ul {
	width: inherit;
	background: url(../images/common/left-panel-bg.png) 0 0 repeat-y;
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#job-list li {
	width: inherit;
	margin: 0;
	padding: 0 1px 5px 1px;
	background: none;
}
#job-list li a {
	display: block;
	margin: 0;
	padding: 5px 20px 2px 20px;
}
#job-list li.ui-state-active a,
#job-list li a:hover {
	background: #ff8c1a;
	color: #ffffff;
}
#job-entry-container {
	width: 620px;
	float: left;
	border-left: 1px dotted #dbdbdb;
}
#job-entry {
	padding: 0 20px;
}
#job-entry .job-name {
	margin-bottom: 20px;
}
#job-entry .job-ref, #job-entry .post-date {
	display: none;
}

#job-entry ul {
	margin-left: 0;
	padding: 0;
}
#job-entry li {
	padding: 0 0 0 25px;
	background: url(../images/common/bullet.png) 5px 6px no-repeat;
	margin-bottom: 2px;
}

#email-icon { 
	position: relative;
/*	left: 340px; */
	left: 10px;
	z-index: 100;
}

#share-btn {
	border-spacing:70px 5px;
	color: #000;
}
/*
---------
Email box
---------
*/
.modal-example-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
}
.modal-example-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
}

.modal-example-header h4 {
    margin: 0;
    text-align: center;
    font-size: medium;
}
.modal-example-body {
    padding: 20px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

