@charset "UTF-8";
/* CSS Document */

/**************************************************************************************************
/****************************************************************************************** Menu Bar */

.menu-bar h2 {
	font-family: 'HelveticaNeueLTStd-MdCn';
	color: #ffffff;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.copyright {
    color:#aaa;
	position: fixed;
	width: 450px;
	right: -202px;
	bottom: 215px;
	font-size: 12px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: left;
	line-height: 16px;
}

/****************************************************************************************** Menu Wrap */

.menuTitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	text-transform:uppercase;
}

.menuTitle p{
	font-size: 14px;
	line-height: 28px;
	color: #54504c;
	text-transform:none;
}

.menu-bar img{
	display:block;
	padding-left: 15px;
	margin-bottom: 6px;
}

.menu-bar a{
	color: #ffffff;
    text-transform: uppercase;
	font-size:9px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 15px;
}

.menu-bar a:hover{
	text-decoration:none;
	color:#d6cab0;
}

.open-button:hover{
	color:#d6cab0;
	transition: all 0.3s ease;
}

.menu-bar2 {
	margin-top:8px;
	width: 100%;
    height: 100%;
	position: absolute;
	z-index: 999 !important;
}

.menu-bar2 a{
	color: #ffffff;
    text-transform: uppercase;
	font-size:9px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	display: block;
}

.menu-bar2 a:hover{
	text-decoration:none;
	color:#d6cab0;
}

/*.collapse-menu {
	float: right;
	padding-right:20px;
}

.collapse-menu:before {
	font-family: 'dt';
    content: "\e908";
    opacity: 1;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #fff;
    display: block;
    padding-left: 3px;
}

.collapse-menu:before:hover {
    color: #d6cab0;
}

.collapse-share {
	float: left;
	padding-left:20px;
}*/

.closebar img{
	display:block;
	padding-left: 15px;
	margin-bottom: 6px;
}

.closebar a{
	color: #ffffff;
    text-transform: uppercase;
	font-size:9px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 15px;
	padding-left: 1px;
}

.closebar a:hover{
	text-decoration:none;
}

.close-selected {
	color:#d6cab0 !important;
}

.close-selected:before {
	font-family: 'dt';
    content: "\e907";
    opacity: 1;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #d6cab0;
    display: block;
    padding-bottom: 5px;
}

.menuresume {
	margin-top: 20px;
    margin-bottom: 17px;
}

/*.removepaddingleft {
	padding-left:0px;
}*/

.closebar {
	position:absolute;
	width:50px;
	background-color:#715544;
	right:50px;
	height:100%;
	text-align: center;
	padding-top: 20px;
	z-index: 999 !important;
}

.menuborder {
	border-bottom: 4px #000000 solid;
    width: 100%;
    margin:0px;
	margin-top: 18px;
}

/*.menuborderresume {
	border-bottom: 4px #000000 solid;
    width: 100%;
    margin:0px;
}*/

/*modified*/
.menuborderresume {
	/*border-bottom: 4px #000000 solid;
    width: 100%;
    margin:0px;*/
	height:4px;
	background:#000;
	width:100%;
	border:none;
	margin:0;
}


.menu-list li p {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
	color: #d26954;
}
.menu-list li {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 24px;
	display: block;
	padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 40px;
	-webkit-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0);
}
.menu-list li a {
	color: #54504c;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.active a {
	cursor:default;
	pointer-events: none;
}

.menu-list li :hover, .menu-list li :hover p {
	color: #000000;
	text-decoration: none;
}

/****************************************************************************************** inner40LeftBanner */

.left40Content {
	position: relative;
	text-align: left;
	float: left;
	height:100% !important;
	width:100%;
    background: url(../images/menubg_repeat.jpg) repeat;
	display: block;
}

.leftcontainer {
    height: calc(100vh);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
	position: relative;
}

.leftcontainercontent {
	padding: 50px;
    width: 100%;
	    overflow: hidden;
}

.left40Content h1{
	color:#000000;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:46px;
	line-height: 50px;
}

.left40Content .bordertitle {
    border-bottom: 6px #000000 solid;
    width: 100%;
    margin-top: -18px;
    margin-bottom: 25px;
}

.left40Content p{
	color:#58595c;
	font-size:14px;
}

.left40Content img {
	margin-bottom: -15px;
}

.leftsocialmedia {
	position: absolute;
    /*bottom: 50px;*/
	bottom: 85px;
    padding-left: 50px;
}

.leftsocialmedia a{
	padding-right:25px;
}

/****************************************************************************************** inner40Left-Button */

.bannerButton {
	width: 388px;
	margin-top: 30px;
	float: right;
}
.buttonLeft {
	width: 105px;
	height: 100px;
	border: 1px solid #000;
	float: left;
	display: table
}
.buttonLeft p {
	padding-top: 28px;
	font-size: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #000;
	display: table-cell;
	vertical-align: middle;
}
.buttonRight {
	position:relative;
	width: 280px;
	height: 100px;
	border: 1px solid #000;
	float: right;
	border-left: none;
}
.buttonrightTop {
	font-size: 12px;
	color: #000;
	float: right;
	padding: 10px 14px 0 0;
}
.buttonrightBottom {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #000;
	position: absolute;
	float: left;
	bottom: 0;
	padding: 0 0 10px 14px;
}

/****************************************************************************************** inner60Right */

.right60Content h1 {
    font-size: 22px;
    color: #54504c;
    margin: 0px;
    letter-spacing: 1px;
    line-height: 30px;
	margin-bottom: 30px;
}

.blackh1 {
    color: #58595b;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.borderbreadcrumb {
	border-bottom:3px #58595c solid;
	margin-bottom: 40px;
}

.right60Chevron {
	width: 22px;
	height: 18px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	float:left;
}
.right60Chevron:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #ec1d23;
	-webkit-transform: skew(0deg, 35deg);
	-moz-transform: skew(0deg, 35deg);
	-ms-transform: skew(0deg, 35deg);
	-o-transform: skew(0deg, 35deg);
	transform: skew(0deg, 35deg);
}
.right60Chevron:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #ec1d23;
	-webkit-transform: skew(0deg, -35deg);
	-moz-transform: skew(0deg, -35deg);
	-ms-transform: skew(0deg, -35deg);
	-o-transform: skew(0deg, -35deg);
	transform: skew(0deg, -35deg);
}
.right60Content h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color:#000;
	margin:0px;
	padding-top: 2px;
	padding-left: 35px;
}
.doubleLines{
	content:"";
	border:1px solid #000;
	border-left: none;
	border-right: none;
	width:100%;
	height:3px;
}
.right60Content h4 span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: 0.8px;
}
.right60Content span{
	display: block;
    color: #000000;
	line-height: 30px;
}

.right60Content p span{
    color: #c3ac88;
    line-height: 20px;
	font-size:12px;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.contentdate {
	margin-top:40px;
    margin-bottom: 40px;
}

.contentdate .borderlight {
	border-bottom:1px #000000 solid;
}

.marginicon {
	padding:30px;
}

.marginicon img{
	margin-top:10px;
}

.borderbottomicon {
	border-bottom: 1px #c3ac88 dotted;
}

.borderrighticon {
	border-right: 1px #c3ac88 dotted;
}

.uk-breadcrumb > li {
	font-size:12px;
	color:#a08264;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.uk-breadcrumb > li > a {
	color:#888888;
}

.uk-breadcrumb > li > a:hover{
	text-decoration:none;
}

.downloadicon {
	margin-top:5px;
}


/****************************************************************************************** Right60Content-Button */

.rightContentButton{
	width:100%;
	background: none;
	height:75px;
	border:1px solid #000;
}
.ContentbuttonLeft {
	float:left;
	width: 30%;
	height: 75px;
	display: table;
	border-right:1px solid #000;
	margin-top: -3px;
	margin-left:-5px;
}
.ContentbuttonLeft p {
	padding-top: 22px;
	font-size: 70px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #000;
	display: table-cell;
	vertical-align: middle;
}
.ContentbuttonRight {
	float:right;
	position:relative;
	width: 70%;
	height: 75px;
	border-left: none;
}
.ContentbuttonrightTop {
	font-size: 12px;
	color: #000;
	float: right;
	padding: 6px 10px 0 0;
}
.ContentbuttonrightBottom {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #000;
	position: absolute;
	float: left;
	bottom: 0;
	padding: 0 0 12px 14px;
}

/****************************************************************************************** Inner40-60Container */
/*****************************************************************************************************************

/*****************************************************************************************************************
/****************************************************************************************** Inner50-50Container */

.left50ContentA {
	position: relative;
	width: 90%;
	left: 10%;
	margin-top: 150px;
}
.banner50ButtonA {
	background:none;
	position:relative;
	border:none;
	width: 400px;
	float: right;
	margin-top:-70px;
}
.left50ContentB {
	position: relative;
	width: 90%;
	right: 10%;
	margin-top: 150px;
}
.banner50ButtonB {
	background:none;
	position:relative;
	border:none;
	width: 400px;
	float: left;
	margin-top:-70px;
}
.right50Content h1 {
	font-size: 72px;
	color: #7a3634;
	margin:0px;
	padding-top: 20px;
	letter-spacing: 2px;
}
.right50Chevron {
	width: 22px;
	height: 18px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	float:left;
}
.right50Chevron:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #ec1d23;
	-webkit-transform: skew(0deg, 35deg);
	-moz-transform: skew(0deg, 35deg);
	-ms-transform: skew(0deg, 35deg);
	-o-transform: skew(0deg, 35deg);
	transform: skew(0deg, 35deg);
}
.right50Chevron:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #ec1d23;
	-webkit-transform: skew(0deg, -35deg);
	-moz-transform: skew(0deg, -35deg);
	-ms-transform: skew(0deg, -35deg);
	-o-transform: skew(0deg, -35deg);
	transform: skew(0deg, -35deg);
}
.right50Content h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color:#000;
	margin:0px;
	padding-top: 2px;
	padding-left: 35px;
}
.right50Content span{
	color:#7a3634;
	font-style:italic;
	letter-spacing: 0.3px;
	line-height: 23px;
}

/****************************************************************************************** Inner50-50Container */
/*****************************************************************************************************************/

.contentleft{
	visibility:hidden;
	width:45%;
	float:left;
	text-align:right;
}

.contentleft h3 img{
	margin-left:20px;
	margin-right: -36px;
	margin-top:-7px;
}

.contentright{
	visibility:hidden;
	width:45%;
	float:right;
	text-align:left;

}
.contentright h3 img{
	margin-left:-69px;
	margin-right: 20px;
	margin-top:-7px;
}

.nextContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 100%;
    padding: 0;
    z-index: 9999;
}

.prevContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 132px;
    height: 100%;
    padding: 0;
    z-index: 9999;
}

.prevContainer .prev {
    background: url(../images/prevbutton.png) no-repeat;
    position: absolute;
    bottom: 50px;
    left: 0%;
    width: 100%;
    height: 34px;
    z-index: 9999;
}

.nextContainer .next {
    background: url(../images/nextbutton.png) no-repeat 0px 0;
    position: absolute;
    bottom: 50px;
    right: 0%;
    width: 100%;
    height: 34px;
    z-index: 9999;
}

.active a{
	color:#000000 !important;
}

.active a:hover{
	
}

.uk-close-alt {
    padding: 2px;
    border: 1px solid #fff;
    opacity: 1;
    color: #ffffff;
	border-radius: 0px;
	background: none;
}
/**************************************share drop down */

ul#socialnav {
	list-style: none;
	position: relative;
	/*top: 60px;*/
	text-align: center;
	padding: 0;
	margin: 0
}
#socialnav li ul {
	position: absolute;
	right: -4px;
    top: 40px;
	z-index: 998;
	list-style: none
}



#socialnav li ul li {
	width: 50px;
	height: 18px;
	padding: 5px
}
.fbshare, .tweet {
	width: 50px;
	height: 20px;
	display: block
}
.fbshare {
	background: url(../images/facebook.png) 50% 50% no-repeat
}
.tweet {
	background: url(../images/twitter.png) 50% 50% no-repeat
}

/*.open-button:before {
	font-family: 'dt';
    content: "\e908";
    opacity: 1;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #fff;
	display:block;
	padding-bottom:5px;
}

.open-button:before:hover {
    color: #d6cab0;
}
*/
.datoshare, .datoshareopen {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.datoshare {
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	top: 35px;
	right: 10px;
	z-index: 998;
	padding: 0 0 20px;
	line-height: 16px;
}

.datoshare:hover{
	color:#d6cab0 !important;
}

.datoshare:before {
	font-family: 'dt';
    content: "\e906";
    opacity: 1;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #fff;
	display:block;
	padding-bottom:5px;
	    padding-top: 3px;
}

.datoshare:hover:before {
	color:#d6cab0;
}

.datoshare :before:hover {
	color:#d6cab0;
}

.datoshareopen {
	color: #666
}
a.datoshare:hover {
	color: #000000;
	text-decoration: none
}
.dato-social-resposive-container {
	width: 100px;
	position: relative
}

/*.uk-grid > * {
    padding-left: 20px;
}

.uk-grid {
    margin-left: -20px;
}*/

.paddingleftnone {
	padding:20px 0px 18px 0px;
	padding-left: 0px;
}

.leftarrowa {
	padding-left: 53px;
}

.leftarrowb {
	padding-left: 30px;
}

.imgborder {
    /*border: #705544 solid 1px;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.imgborder img {
    position: relative;
    width: 100%;
    z-index: 5;
}

@media only screen and (max-width: 1366px) {
	
.removepaddingleft {
    padding-left: 20px;
}

.left40Content p {
    font-size: 12px;
    line-height: 18px;
}

.left40Content h1 {
    font-size: 38px;
    line-height: 42px;
}

}

@media only screen and (max-width: 1280px) {
	
.removepaddingleft {
    padding-left: 10px;
}

.marginicon {
    padding-right: 15px;
}

}

@media only screen and (max-width: 959px) {

.removemargin {
	padding-left:20px;
}


.leftsocialmedia {
    bottom: 50px;
	/*position: relative;*/
}

.borderrighticon {
	border-right:none;
    border-bottom: 1px #c3ac88 dotted;
}

.borderremovemargin {
	margin-left: 0px;
}

/*.homebannertitle h1 {
    font-size: 45px;
    line-height: 45px;
}*/

.homebannercontainer {
    padding-left: 20px;
}

.leftcontainer {
    height: auto;
	margin-top: 0px;
    margin-bottom: 35px;
}

.removepaddingleft {
    padding-left: 10px;
}

.marginicon {
    padding-right: 0px;
}

.nextContainer {
    width: 55px;
}

.prevContainer {
    width: 97px;
}

.prevContainer .prev {
    bottom: 30px;
}

.nextContainer .next {
    bottom: 30px;
}

ul#socialnav {
    float: left;
    padding-left: 20px;
}

#socialnav li ul {
   
    left: -25px;
}

}


@media only screen and (max-width: 479px) {
	
.marginicon {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box3 {
    padding-left: 20px;
}

.box4container {
    padding-left: 20px;
}


.box5 {
    padding-left: 20px;
}

.homebannercontainer {
    padding-left: 20px;
}

.homebannertitle h1 {
    font-size: 90px;
    line-height: 0px;
}

.right60Content h1 {
    font-size: 18px;
    line-height: 26px;
}

.leftcontainer {
    padding: 30px;
	    display: block;
}

.leftsocialmedia {
    padding-left: 30px;
	bottom: 30px;
}

.marginicon img {
    margin-bottom: 15px !important;
}

.leftcontainercontent {
    padding: 0px;
}

.borderleftpadding {
	padding-left:0px;
}

.nextContainer {
    width: 55px;
}

.prevContainer {
    width: 97px;
}

.prevContainer .prev {
    bottom: 20px;
}

.nextContainer .next {
    bottom: 20px;
}

}

/*-----------------TERRENCE CODE---------------------*/

.ttFinancialtable {
	border-right:1px solid #c3ac88;
	position:relative;
	border-bottom: 1px solid #c3ac88;
	padding:30px;
}

.ttFinancialtable p{
	color:#888888;
	font-size:12px;
	font-family: 'HelveticaNeueLTStd-Roman';
	letter-spacing:1px;
}

.ttFinancialcontent {
	padding:0px;
	border-bottom: 1px solid #c3ac88;
}

.ttFinancialtext span{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size:20px;
	color:#58595b;
	line-height:20px;
	letter-spacing:2px;
}

.ttFinancialtext h1{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size:52px;
	color:#c3ac88;
	padding-top:10px;
	margin-bottom:0px;
}

.ttFinancialtext h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:42px;
	color:#c3ac88;
	padding-left:10px;
	margin-bottom:0px;
}

.ttFinancialtext span sup{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:18px;
	color:#c3ac88;
	top:-1.2em;
}

.ttText-padding {
	padding-left:10px;
}

.ttFinancialbox-1 {
	padding:30px;
	border-bottom: 1px solid #c3ac88;
}

.ttFinancialbox-2 {
	padding:30px;
}

.ttbullet li{
	color:#58595c;
	font-size:14px;
}

.ttrightbullet li{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    font-size: 14px;
    color: #c3ac88;
    margin: 0px;
    letter-spacing: 1px;
}

.ttOT p {
	color:#58595b;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.ttOT li {
	color: #888888;
    font-size: 12px;
    letter-spacing: 1px;
	line-height: 30px;
}

.ttOT h1 {
	color:#54504c;
	margin: 0;
	font-size:22px;
	text-transform:none;
}

.ttOT_table{
	padding:30px;
	border-right:1px solid #d6cab0;

	border-bottom: 1px solid #d6cab0;
}

.ttOT_top {
	border-top: 1px solid #d6cab0;
}

.ttOT_right {
	padding:30px;
	border-bottom: 1px solid #d6cab0;
}

.ttME-img {
	margin:30px 0px;
}

.ttMEtext span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:18px;
	color:#58595b;
	line-height:25px;
}

.ttMEtext h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:32px;
	color:#c3ac88;
	margin-bottom:0px;
	line-height:33px;
}

.ttMEtext h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:48px;
	color:#c3ac88;
	margin-bottom:0px;
	margin-top: 10px;
}

.ttMEtext h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:32px;
	color:#58595b;
	line-height:30px;
	padding:0px;
}

.ttMEtext span sup{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:48px;
	color:#c3ac88;
	top:0.45em;
	padding-bottom:30px;
	    line-height: 35px;
		margin-top: -10px;
}

@media only screen and (max-width: 1024px) {
	.ttText-padding {
		padding-left:0px;
	}
}

@media only screen and (max-width: 767px) {

.ttOT_table {
    border-right: none;
	border-bottom: none;
	padding-left:0px;
}

.ttOT_top {
    border-top: none;
}

.ttOT_right {
    padding-left: 0px;
	padding-right: 25px;
	padding-top: 0px;
}

.ttFinancialtable {
    border-right: none;
	border-bottom: none;
	padding-left:0px;
}

.ttFinancialcontent {
    padding-left:0px;
	padding-right: 25px;
	padding-top: 0px;
}

	.ttText-padding {
		padding-left:10px;
	}
	
	.ttFinancialbox-1 {
	padding:30px 30px 30px 0px;
}

.ttFinancialbox-2 {
	padding:30px 30px 30px 0px;
}
}

@media only screen and (max-width: 479px) {
	
.ttOT_top {
    padding-left: 0px;
}

.ttOT_table {
    padding-left: 0px;
	padding-right:0px;
}

.ttOT_right{
    padding-right: 0px;
    padding-left: 0px;
}

.ttFinancialtable{
    padding-left: 0px;
	padding-right:0px;
}

.ttFinancialcontent {
    padding-right: 0px;
    padding-left: 0px;
}


.title-long {
	font-size:29px;
	line-height:34px;
}

}

@media only screen and (max-width: 400px) {

.left40Content h1 {
    font-size: 29px;
    line-height: 34px;
}

/*.paddingleftnone {
    margin-left: -13px;
}*/

}


/*****************SL****************/

/*****************key qualification****************/
	
span.dt-kq-no{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:5.5em;
	line-height:1em;
	border-bottom:8px solid #c3ac87;
	display:inline-block;
	margin-bottom:15px;
	color: #c3ac87;
	margin-top:30px;
	}
	
span.dt-kq-yr{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:3em;
	line-height:.8em;
	display:inline-block;
	color:#c3ac87;
	}
	
span.dt-kq-highlightext{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:1.5em;
	line-height:1.3em;
	color:#666;
	margin-bottom:20px!important;
	margin-top:10px;
	}
	
.bgcontainer ul li::before{
	/*display: inline-table;*/
	padding-right:10px;
	}
	
.bgcontainer ul li{
	/*display:inline-flex;*/
	letter-spacing:.8px;
	text-indent: -1em;
	padding-left: 15px;
	}
	
.bgcontainer{
	color:#666;
	line-height:22px;
	font-size:13px;
	}
	
h4.dt-sph{
	color:#666;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:30px;
	}
	
.dt-strategic-transformation-li{
	color:#c3ac88;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:30px;
	}
	
h5.dt-st{
	color:#c3ac88;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:26px;
	}
	
span.dt-st-num1{
	color:#c3ac88;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 50px;
	margin-top: 20px;
	}
	
span.dt-st-num2{
	color:#c3ac88;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:60px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	

	
span.dt-st-num1 > sup{
	font-size:45px;
	}
	
span.dt-st-num2 > sup{
	font-size:26px;
	padding-right:3px;
	}
	
span.dt-st-num1 > sub{
	font-size:30px;
	}


	
span.dt-st-text-bottom{
	color:#c3ac88;
	font-family: 'HelveticaNeueLTStd-BdCn';
	font-size:30px;
	margin-top:8px;
	}
	
.dt-st-num1-1 span.dt-st-text-bottom{
	color:#c3ac88;
	font-family: 'HelveticaNeueLTStd-BdCn';
	font-size:47px;
	margin-top: 20px;
	}
	
span.dt-st-text-bottom2{
	color:#666;
	font-family: 'HelveticaNeueLTStd-BdCn';
	font-size:20px;
	}

	
span.dt-st-text-details{
	font-family: 'HelveticaNeueLTStd-MdCn';
	color:#666;
	font-size: 16px;
	line-height:22px;
	}
	
.dt-st-border{
	border-bottom:1px solid #d6cab0;
	margin-bottom: 30px;
	}
	
span.dt-st-text1{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size: 40px;
	line-height:40px;
	color:#c3ac88;
	}
	
span.dt-st-num3{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size: 26px;
	line-height:26px;
	color:#c3ac88;
	}
	
ul.dt-st-list{
	padding-left:15px;
	
	}
	
.dt-st-aligment{
	text-align:center;
	}
	
.dt-bullet-padding{
	padding-left:15px;
	
	}

	
ul.dt-st-list > li{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #c3ac88;
	line-height: 22px;

	}
	
.right60Content li{
	color: #888888;
	font-size: 12px;
	letter-spacing: 1px;
	}
	
.open-icon:before{
  font-family: 'dt';
  content: "\e908";
  font-size:20px;
  display:block;
  margin-bottom:3px;

}

.open-icon:before:hover{
  color:#c3ac87;
}

.collapse-menu:hover{
  color:#c3ac87;
	transition: all 0.3s ease;
	}
	
.close-icon:before{
  font-family: 'dt';
  content: "\e907";
  font-size:20px;
  display:block;
  margin-bottom:3px;
	}
	
a.open-icon:hover:before,
a.close-icon:hover:before{
	color:#c3ac87;
	}
	
.video-gallery-thumbnails {
	background-image:url(../images/ceo-interview.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 260px;
}

.video-gallery-thumbnails2 {
	background-image:url(../images/a-focus-on-sarawak-energy-youths.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 260px;
}
	
@media (max-width: 1280px){
.dt-st-num1-1 span.dt-st-text-bottom {
    font-size: 35px;
	margin-top:5px;
	}
	
span.dt-st-num1{
	font-size:70px;
	line-height: 45px;
	}
	
span.dt-st-num1 > sup {
    font-size: 40px;
}


}

	
@media (max-width: 1024px){
	
span.dt-st-num1{
	font-size:62px;
	line-height: 60px;
	}
	
span.dt-st-num1 > sup {
    font-size: 35px;
	}
	
.dt-st-num1-1 span.dt-st-text-bottom {
    font-size: 38px;
	}
	
	}
	
@media (max-width: 959px){
.dt-st-aligment{
	text-align:left;
	}
	

.open-icon:before{
  margin-bottom:12px;
	padding-right: 1px;
}

.close-icon:before{
  margin-bottom:12px;
	}

	}
	
	
.uk-grid-divider:not(:empty) {
    margin-left: -20px;
}

