body {
	margin: 0;
	padding: 0;
	font-family: 'Nobile', sans-serif;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: normal;
}

ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

a {
	text-decoration: none;
}

.cf {
	clear: both;
}

.hide-text {
	text-indent: -9999px;
	display: block;
}

#main {
	width: 980px;
	margin: auto;
	overflow:hidden;
}

#logo {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}

#page {
	padding-top: 20px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #d1d3d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d1d3d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#d1d3d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#d1d3d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#d1d3d4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#d1d3d4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d1d3d4',GradientType=0 ); /* IE6-9 */
}

.img-responsive {width:100%;height:auto;}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	text-align: center;
	font-size: 10pt;
	height: 40px;
	padding-top:15px;
}

/*ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}*/

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	line-height:36px;
	display:block;
	color:#414042;
	cursor:pointer;
	padding:0 20px;
	font-size: 10pt;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #FC8031;
	text-shadow:0 0 5px rgba(255,255,255,0.498);
}

.nav-menu .sub-menu,
.nav-menu .children {
	display: none;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu:before,
.nav-menu .children:before {
	content: '';
	width: 18px;
	height: 11px;
	position: relative;
	display: block;
	background: url(img/arrow.png) no-repeat left;
	left: 35px;
	top: 1px;
}

.nav-menu .sub-menu li,
.nav-menu .children li {
	float:none;
	background: #414042;
}

/*.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}*/

ul.nav-menu ul a,
.nav-menu ul ul a {
	width:150px;
	/*box-shadow:0 1px 5px rgba(0,0,0,0.298);*/
	border-bottom:1px dotted #e1e1e1;
	cursor:pointer;
	color:#F2F2F2;
	text-shadow:none;
	text-align: left;
	padding: 0 10px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #eee;
	color: #000;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #FC8031;
}

.menu-toggle {
	display: none;
}

/* Navbar */

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.skinticker {
	margin:10px auto;
	position:relative;
	background: url(img/rss.png) #FC8031 no-repeat 5px 15px;
	height: 50px;
	padding-left:30px;
}

.tickercontainer {
	width:960px;
}

.mask {
	overflow:hidden;
}

.ticker {
	padding:10px 0;
	background:#3c3c3c;
	border-bottom:6px solid #282828;
	position:relative;
}

.ticker:before,.ticker:after {
	position:absolute;
	content:'';
	width:0;
	height:0;
	display:block;
	bottom:-6px;
	border-style:solid;
	border-width:3px;
}

.ticker:before {
	left:0;
	border-color:transparent transparent #555 #555;
}

.ticker:after {
	right:0;
	border-color:transparent #555 #555 transparent;
}

.ticker-lists {
	width: 5000px;
	margin:0;
	position:relative;
	left:200px;
	font-size: 12pt;
	list-style-type: none;
	padding: 0;
}

.ticker-lists li {
	background:transparent;
	padding-left:0;
	display: inline-block;
	margin-right:90px;
	color:black;
	line-height: 55px;
}

.ticker-lists li .time {
	font-weight:bold;
	font-size:12px;
	padding-right:10px;
	color:#999;
}

.ticker-lists a{
	color: #414042;
}

#left, #right {
	width: 220px;
	height: 400px;
	vertical-align: top;
	position: relative;
}

#right {
	float:right;
	margin-left:20px;
}

#main #main {
	margin-top: 30px;
}

.home #main #main {
	margin: 30px auto;
}

#left {
	background: #fff;
	float: left;
	margin-right: 20px;
}

#center {
	width: 500px;
	float:left;
	vertical-align: top;
	position: relative;
}

.left, .center, .right {
	height: 180px;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.center {
	margin: 0 15px;
}

.highlight1 {
	background: url(img/static_new.png) no-repeat;
	width: 500px;
	height: 280px;
	position: relative;
}

.highlight2 {
	background: #fff;
	margin-top: 15px;
	position: relative;
	text-align: center;
}

.highlight2 h4 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

.highlight2 li {
	display: inline-block;
	vertical-align: bottom;
}

.highlight2 li a {
	display: block;
	margin: 10px;
}

.mobile {
	background: url(img/icon.png) 4px -17px no-repeat;
	width: 20px;
	height: 20px;
}

.desktop {
	background: url(img/icon.png) -24px 0px no-repeat;
	width: 50px;
	height: 38px;
}

.tablet {
	background: url(img/icon.png) -88px -5px no-repeat;
	width: 26px;
	height: 31px;
}

.newspaper {
	background: url(img/icon.png) -125px 0px no-repeat;
	width: 45px;
	height: 38px;
}

.highlight2 .android {
	background: url(img/icon.png) -184px 0px no-repeat;
	width: 35px;
	height: 40px;
}

.highlight2  .apple {
	background: url(img/icon.png) -238px 0px no-repeat;
	width: 32px;
	height: 40px;
}

.mobile:hover {
	background: url(img/icon.png) 4px -58px no-repeat;
	width: 20px;
	height: 20px;
}

.desktop:hover {
	background: url(img/icon.png) -24px -41px no-repeat;
	width: 50px;
	height: 38px;
}

.tablet:hover {
	background: url(img/icon.png) -88px -46px no-repeat;
	width: 26px;
	height: 31px;
}

.newspaper:hover {
	background: url(img/icon.png) -125px -41px no-repeat;
	width: 45px;
	height: 38px;
}

.highlight2 .android:hover {
	background: url(img/icon.png) -184px -41px no-repeat;
	width: 35px;
	height: 40px;
}

.highlight2  .apple:hover {
	background: url(img/icon.png) -238px -41px no-repeat;
	width: 32px;
	height: 40px;
}

#sub-main {
	height: 100px;
	background: #1e5799; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzM1MjI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZjI2NzIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ODAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #1e5799 0%, #c35227 0%, #f26722 10%, #f58033 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#c35227), color-stop(10%,#f26722), color-stop(100%,#f58033)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#c35227 0%,#f26722 10%,#f58033 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#c35227 0%,#f26722 10%,#f58033 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#c35227 0%,#f26722 10%,#f58033 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#c35227 0%,#f26722 10%,#f58033 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f58033',GradientType=0 ); /* IE6-8 */
}

#sub-main p {
	width: 980px;
		margin: auto;
	padding:34px 0;
		text-align: center;
		font-size: 24pt;
		font-weight: bold;
		color: #fff;
}

.left span, .center span, .right span {
	display: block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	line-height: 60px;
}

#footer {
	width: 100%;
	background: #474747;
	overflow: hidden;
}

#footer:before {
	content: '';
	width: 100%;
	height: 14px;
	background: url(img/footerbg.png) repeat-x;
	position: absolute;
	display: block;
}

#menu-footer {
	text-align: center;
	font-size: 10pt;
	list-style-type: none;
	padding-left: 0;
}

#menu-footer li {
	display: inline-block;
	padding: 10px 0px;
}

#menu-footer a {
	font-size: 10px;
	color: #F2F2F2;
	text-align: center;
	margin-left: 30px;
	text-decoration: none;
}

#menu-footer a:hover, a:active {
	color: #FC8031;
}

.menu-footer-container{
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}

.footer {
	padding-top: 20px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

.details {
	width: 220px;
}

.nst-product {
	background: url(img/nst-logo.png) center no-repeat;
	background-size: contain;
}

.bh-product {
	background: url(img/bh-logo.png) center no-repeat;
	background-size: contain;
}

.hm-product {
	background: url(img/hm-logo.png) center no-repeat;
	background-size: contain;
}

.details2 {
	width: 300px;
	height: 250px;
	background: rgba(0,0,0,.6);
	color: white;
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
}

.details:hover, .details2:hover {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
}

.details a, .details2 a {
	height: 100px;
	margin: 0 20px;
	display:block;
}

/*.details ul {
	text-align: center;
	padding: 0;
	padding-top: 130px;
	line-height:2em;
}*/

.details2 ul {
	text-align: center;
	padding: 0;
	padding-top: 50px;
	line-height:2em;
}

.details a:hover, .details2 a:hover {
	color:#FC8031;
}

#simple-vertical {
  width: 100%;
  color: #FFF;
}


/*================= Product Page ===================*/

.main-top {
	padding-bottom: 10px;
}

.main-mid {
	padding:20px;
	overflow:hidden;
	background-color:#FFF;
}

.mid-left {
	float:left;
	text-align:center;
}

#product.navi-left li {
	text-align:center;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

#product.navi-left a {
	font-size: 10pt;
	margin: 10px auto;
	color:#FFFFFF;
	display: block;
	width: 180px;
	padding: 0;
	background-color: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.navi-left li {
	text-align:center;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

.navi-left a {
	font-size: 10pt;
	width:150px;
	line-height: 1.3;
	margin:5px auto;
	background-color:#D3D3D3;
	color:#FFFFFF;
	display: block;
	padding: 15px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.navi-left a:hover, .navi-left a.active, .navi-left a.active-trail, .navi-left .current-cat a {
	background-color:#F7941E;
	width:180px;
}

.product-nst {
	background: url(img/product-nav.png) 0 0 no-repeat;
	height: 35px;
}

.product-nst:hover, .product-nst.active {
	background: url(img/product-nav.png) -178px 0px no-repeat;
}

.product-bh {
	background: url(img/product-nav.png) 51px -168px no-repeat;
	height: 54px;
}

.product-bh:hover, .product-bh.active {
	background: url(img/product-nav.png) -127px -168px no-repeat;
}

.product-hm {
	background: url(img/product-nav.png) 30px -110px no-repeat;
	height: 45px;
}

.product-hm:hover, .product-hm.active {
	background: url(img/product-nav.png) -148px -110px no-repeat;
}


.product-nie {
	background: url(img/product-nav.png) 40px -50px no-repeat;
	height: 45px;
}

.product-nie:hover, .product-nie.active {
	background: url(img/product-nav.png) -138px -50px no-repeat;
}

.product-bhp {
	background: url(img/product-nav.png) 51px -240px no-repeat;
	height: 63px;
}

.product-bhp:hover, .product-bhp.active {
	background: url(img/product-nav.png) -127px -240px no-repeat;
}

.static {
	color:#FFFFFF;
	background-color:#3C2415;
	width:150px;
	height:40px;
	margin:5px auto;
	line-height: 3;
	font-weight:400;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
	
.mid-right {
	width:730px;
	float:right;
	overflow:hidden;
}

.mid-right-top, .mid-right-bottom {
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.mid-right-bottom-text {
	float: left;
	width:400px;
}

.text {
	font-size:14px;
	color:#231F20;
	line-height:1.5em;
	text-align:justify;
}

.mid-right-top-info {
	width:255px;
	background-color:#DA511F;
	text-align:center;
	padding:10px;
	float:right;
}

.main-bh .mid-right-top-info {
	background-color:#ED1C24;
}

.main-hm .mid-right-top-info {
	background-color:#224099;
}

.main-nie .mid-right-top-info {
	background-color:#1B75BB;
}

.main-bhp .mid-right-top-info {
	background-color:#FFCB08;
}

.main-bhp .small-text {
	color:#000;
}

.main-bhp .big-text {
	color:#000;
}

.small-text {
	font-size:14px;
	color:#fff;
	margin-bottom:5px;
}

.big-text {
	font-size:22px;
	color:#FFFFFF;
	margin-top:0px;
}

.credit {
	font-size:11px;
	color:#fff;
	font-style: italic;
	line-height: 1.5em;
}

.mid-right-bottom-ipad, .mid-right-bottom-epaper {
	width: 281px;
}

.mid-right-top-web, .mid-right-bottom-ipad {
	float: left;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}

.mid-right-bottom-left {
	float: right;
	color: #666666;
	font-size: 10pt;
	text-align: center;
}

.mid-right-bottom-left a, .social a {
	text-indent: -9999px;
	display: inline-block;
	width: 53px;
	height: 53px;
	margin: 0 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mid-right-bottom-preview a {
	text-align: center;
	display: block;
	text-indent: 0;
}

.apple {
	background: url(img/apple-logo.png) no-repeat;
}

.android {
	background: url(img/andriod-logo.png) no-repeat;
}

.apple:hover {
	background: url(img/apple-hover-logo.png) no-repeat;
}

.android:hover {
	background: url(img/andriod-hover-logo.png) no-repeat;
}

.connect {
	font-size:13px;
}

.social {
	text-align: center;
	clear: both;
}

.facebook {
	background: url(img/fb-logo.png) no-repeat;
}

.facebook:hover {
	background: url(img/fb-hover-logo.png) no-repeat;
}

.twitter {
	background: url(img/twitter-logo.png) no-repeat;
}

.twitter:hover {
	background: url(img/twitter-hover-logo.png) no-repeat;
}

.pinterest {
	background: url(img/pinterest-logo.png) no-repeat;
}

.pinterest:hover {
	background: url(img/pinterest-hover-logo.png) no-repeat;
}

.youtube {
	background: url(img/YouTube-logo.png) no-repeat;
}

.youtube:hover {
	background: url(img/YouTube-hover-logo.png) no-repeat;
}

.instagram {
	background: url(img/instagram-logo.png) no-repeat;
}

.instagram:hover {
	background: url(img/instagram-hover-logo.png) no-repeat;
}

/*================= CSR - Event ===================*/

/*
.tab li {
	display:inline;
	text-transform:uppercase;
	padding: 5px 0 5px 15px;
	margin-left:5px;
	font-size:14px;
	background: url(img/arrow-active-tab.png) 0 0px no-repeat;
	background-image: url(img/arrow-active-tab.png);
	background-attachment: initial;
	background-position-x: 0px;
	background-position-y: 3px;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	}

.tab li a {
	text-decoration:none;
	color:#999999;
}

.tab a:hover, .tab a.active {
	color:#FC8031;
}
*/

h4.acc_trigger, div.acc_trigger {
	font-size:16px; 
	border-bottom:1px dotted #ccc; 
	padding:5px 0; 
	background: url('img/expand.png') no-repeat scroll right center transparent;
	padding-right:25px; 
}

h4.acc_trigger:hover, div.acc_trigger:hover { 
	background: url('img/expand-hover.png') no-repeat scroll right center transparent; 
}

h4.active, h4.active:hover, div.active, div.active:hover { 
	background: url('img/active.png') no-repeat scroll right center transparent; 
}

h4.acc_trigger a, div.acc_trigger a {
	color:#243d4a;
	line-height:1.5em; 
}

h4.active a, div.active a {
	cursor: default;
}

.acc_container p {
	font-size: 10pt;
	line-height: 1.5;
}

.csr-content { 
	margin: 0px 30px;
}

.acc_container .block { 
	padding: 0px 0px 20px; 
}

h4.acc_trigger_2 {
	font-size:16px; 
	border-bottom:1px dotted #ccc; 
	padding:5px 0; 
}

h4.acc_trigger_2 a {
	color:#243d4a; 
}

.acc_container_2 p {
	font-size: 10pt;
	line-height: 1.5;
}

.acc_container_2 .block { 
	padding: 0px 0px 20px; 
}

.img-right {
	margin: 0 0 20px 20px;
	float: right;
}

h4.entry-title {
	font-size: 16pt;
}

.entry-content p {
	font-size: 10pt;
}

.single-post h4 {
	background: transparent;
	border: none;
	color: #243d4a;
}

.single-post h4:hover, .single-post h4.active {
	background: none;
	border: none;
}

.single-post article {
	width: 650px;
	padding: 20px 15px;
	margin: 20px auto;
	border-radius: 4px;
	overflow: hidden;
	background-color: #FFF;
}

.category .mid-right {
	width: 650px;
	float: none;
	overflow: hidden;
	margin: auto;
}

#breadcrumbs{
	width: 650px;
	margin: auto;
    list-style:none;
    padding:15px;
    overflow:hidden;
    background: #D3D3D3;
    font-size: 10pt;
    border-radius: 4px;
}
 
#breadcrumbs li{
    display: inline-block;
    margin:0 5px;
    color: #f70;
}
 
#breadcrumbs .separator{
    color:#f70;
}

#breadcrumbs li a {
	color: #000;
	font-weight: bold;
}

.mid-right p img.img-right {
	float: right;
	margin: 1em 0 20px 50px;
}

.mid-right p img.img-left {
	float: left;
	margin: 20px 20px 0 0;
}

.mid-right p img.img-none {
	float: none;
	margin: 0;
}

/*================= Services - Advertising ===================*/

#main-services .mid-right {
	overflow: visible;
}

.mid-right h3 {
	margin-top:5px;
	color:#333333;
	text-align: center;
	line-height: 1;
	font-size: 24pt;
	font-style: italic;
}

.mid-right h3 span.text-highlight {
	color: #F7660D;
	font-family: 'Impact';
	font-size: 36pt;
}

h4 {
	color:#FC8031;
	font-size:16px;
}

.mid-right p img {
	margin: 14px 0 20px 20px;
	float: right;
}

.mid-right-left {
	float: left;
	width:360px;
}

.mid-right-right {
	float: right;
	width:360px;
}

.mid-right li {
	float: left;
	margin-right: 5px;
}

#main-services .mid-right li {
	margin: 20px 80px;
}

.mid-right li img {
	width: 200px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mid-right li img:hover {
	-webkit-transform:scale(1.9);
	-moz-transform:scale(1.9);
	 -webkit-box-shadow:0px 0px 30px #000;

}

.text-note {
	float: right;
	text-align: center;
	font-size: 8pt;
	line-height: 1.5;
}

#main-services a.button {
	display: block;
	width: 150px;
	padding: 15px 0px;
	border-radius: 2px;
	text-transform: uppercase;
	color: white;
	text-shadow: 0 1px 1px #F40;
	background: #F80;
	background: -moz-linear-gradient(top, #F80 0%, #F50 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F80', endColorstr='#F50',GradientType=0 );
	-moz-box-shadow: 0 1px 1px #CCC;
	-webkit-box-shadow: 0 1px 1px #CCC;
	box-shadow: 0 1px 1px #CCC;
	text-align: center;
	margin-right: 100px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin:auto;
}

/*================= Awards ===================*/

.intro-awards {
	font-size:16px;
	line-height:1.4em;
}

.awards {
	width:650px;
}

th, td {
	padding: 7px 10px 10px 10px;
	font-size:13px;
	vertical-align: top;
}

th {
	background-color:#F7941E;
	color:#FFF;
	text-align:left;
}

tr.even {
	background-color:#E6E7E8;
}

td {
	line-height:1.4em;
}

/*================= Careers Page ===================*/

.careers-text {
	font-size:13px;
	line-height:1.4em;
}

ol.career, ol.career li {
	list-style:outside;
	list-style-type:decimal;
	padding-left:30px;
}

.career li {
	font-size:13px;
	line-height:1.8em;
	float:none;
}

ul.jobs li {
	list-style:inside none disc;
	font-size:13px;
	line-height:2.0em;
	float: none;
}

.candidates {
	font-size:13px;
	line-height:1.4em;
	padding-top:20px;
}

.contact-btn a {
padding: 8px 20px;
text-transform: uppercase;
color: white;
text-shadow: 0 1px 1px #F40;
background: #F80;
background: -moz-linear-gradient(top, #F80 0%, #F50 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F80', endColorstr='#F50',GradientType=0 );
-moz-box-shadow: 0 1px 1px #CCC;
-webkit-box-shadow: 0 1px 1px #CCC;
box-shadow: 0 1px 1px #CCC;
text-align: center;
float:right;
margin-right:44px;
display:inline-block;
font-size: 14px;
font-weight: bold;
}

/*================= Contact Us Page ===================*/

.office {
	float:left;
}

.office p {
	font-size:13px;
	line-height:1.4em;
}

.office a {
	color:#999999;
}

.map {
	float: right;
}

.form-feedback {
	clear:both;
	border:1px solid #999;
	padding: 20px;
}

.message {
	font-size:13px;
}

.form-feedback form div {
	margin:10px 0;
}

.form-feedback form div label {
	width:100px;
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
}

.form-feedback form .form-name, .form-feedback form .form-email {
	display:inline-block;
}

.form-feedback form .form-email {
	margin-left:20px;
}

.form-feedback .form-name input, .form-feedback .form-email input {
	width:200px;
}

.form-feedback .form-subject input {
	width:80%;
}

.form-feedback .form-message textarea {
	width:100%;
}

.send-btn a {
	padding: 8px 20px;
	text-transform: uppercase;
	color: white;
	text-shadow: 0 1px 1px #F40;
	background: #F80;
	background: -moz-linear-gradient(top, #F80 0%, #F50 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F80', endColorstr='#F50',GradientType=0 );
	-moz-box-shadow: 0 1px 1px #CCC;
	-webkit-box-shadow: 0 1px 1px #CCC;
	box-shadow: 0 1px 1px #CCC;
	text-align: center;
	margin-right:100px;
	font-size: 14px;
	font-weight: bold;
}

.form-control {
	padding: 6px 12px;
	line-height: 1.428571429;
	color: #555;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-message div {
	display:inline-block;
	vertical-align:middle;
	width:80%;
}

.rpp1 {
	float:left;
	font-size:13px;
	line-height:1.4em;
}

.rpp2 {
	float:right;
	font-size:13px;
	line-height:1.4em;
}

.branch {
	display:inline-block;
	font-size:13px;
	line-height:1.4em;
	width:300px;
	vertical-align:top;
}

.branch li {
	float: none;
}

/*================= About Us Page ===================*/

.vision {
	background-color:#F7941E;
	font-size:13px;
	color:#FFF;
	width:80px;
	padding:5px;
}

.mission {
	background-color:#F7941E;
	font-size:13px;
	color:#FFF;
	width:90px;
	padding:5px;
}

.vision-text {
	font-size:13px;
	line-height:1.4em;
}

.vision-title {
	font-size:15px;
}

.mission-text li {
	list-style-type:disc;
	font-size:13px;
	line-height:1.8em;
}

.mgm {
	display:inline-block;
	font-size:13px;
	line-height:1.4em;
	width:300px;
	vertical-align:top;
}

.mgm li a {
	font-size:13px;
	color:#999999;
}

.mgm li a:hover {
	text-decoration:underline;
}

.col-bod-img, .col-bod-title {
	float:left;
	vertical-align: top;
}

.col-bod-desc {
	margin-left: 150px;
	position: relative;
	top: -100px; 
	margin-bottom: -100px;
	width: 500px;
	text-align: justify;
}

#bod .acc_trigger {
	overflow: hidden;
}

div.active .col-bod-img img {
	width: 138px;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.col-bod-img img {
	width: 60px;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.col-bod-title span {
	display: block;
	color: #000;
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
}

.col-bod-title h4 {
	margin-bottom: 0;
}

.col-bod-title, .col-bod-desc {
	padding-left: 20px;
}

.active .col-bod-title {
	margin: 0;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

div.acc_trigger {
	font-size:16px; 
	border-bottom:1px dotted #ccc; 
	padding:5px 0; 
	background: url('img/expand.png') no-repeat scroll right 40px transparent;
	padding-right:25px; 
}

div.acc_trigger:hover { 
	background: url('img/expand-hover.png') no-repeat scroll right 40px transparent; 
}

div.active, div.active:hover { 
	background: url('img/active.png') no-repeat scroll right 40px transparent; 
	border: none;
}

/*================= corporate history Page ===================*/

.mid-right#timeline{
	position: relative;
}

.mid-right#timeline ul {
	margin-top: 30px;
	border-right: 2px solid #eee;
}

.mid-right#timeline li {
	float: none;
	display: block;
	margin-bottom: 25px;
	margin-right: 0;
}

.mid-right#timeline li a {
	font-size: 14pt;
	color: #808285;
	width: 181px;
	display: block;
	background: url('img/time-dot.png') no-repeat scroll right transparent;
}

.mid-right#timeline li a:hover, .mid-right#timeline li.active a{
	color: #FC8031;
	background: url('img/time-dot-hover.png') no-repeat scroll right transparent;
}

.timeline-date {
	width: 170px;
	height: 600px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
}

.timeline-content {
	float: right;
	position: relative;
	margin: 10px 30px;
	width: 480px;
	min-height: 600px;
}

a.scrolldown {
	background: url('img/time-scrolldown.png') no-repeat scroll right transparent;
	height: 25px;
	width: 25px;
	position: absolute;
	bottom: 0;
	margin-left: 185px;
	border: none;
	cursor: pointer;
}

a.scrollup {
	background: url('img/time-scrollup.png') no-repeat scroll right transparent;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 0;
	margin-left: 185px;
	border: none;
	cursor: pointer;
}

.timeline-box {
	display: none;
	width: 500px;
	text-align: justify;
}

.timeline-box .img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#div1900.timeline-box {
	display: block;
}

.affix{
	position:fixed;
	top: 0 !important;
}

.affix-bottom { 
	position: absolute; /* Start scrolling again. */  bottom: 0 !important; top: auto;}


.nav-previous a, .nav-next a {
	color:#5e6d76;
	font-size:10pt;
}

#nav-below {
	clear:both;
}

div.acc_container {
	overflow:hidden;
}

.entry-summary p {
	text-align:justify;
}

.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:410px;
    display:block;  
    z-index: 20;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden;
}

.rsLink2 {
    left:0;
    top:410px;
    position:absolute;
    width:100%;
    height:410px;
    display:block;  
    z-index: 20;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden;
}

.rsLink3 {
    left:0;
    top:820px;
    position:absolute;
    width:100%;
    height:410px;
    display:block;  
    z-index: 20;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden;
}