h/*
Theme Name: Peak Resources
Author: Peak Resources
Description: 2017 Wordpress theme.
Template: Chameleon
*/
/*GLOBAL*/
html, body {overflow-x: hidden;}
.container { width: 100%; max-width: 1170px; position: relative;}
html #header #header-content .container { max-width: 100% !important;}
/*Footer Continue BG color*/
html, #header, #footer { background-color: #ffffff;}
/*fonts*/
body, [class*='fa-'] > *,
input, button, select, textarea { font-family: 'Roboto', sans-serif; }
/*typography*/
body { background-color: #f8f8f8; color: #555555; font-size: 15px; margin: 0; padding: 0; line-height: 1.667em; }
h1, h2, h3, h4, h5, h6 { color: #222d4f; font-weight: 600; margin: 0 0 25px; line-height: 1.2em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1, .h1 { font-size: 28px; line-height: 1.286em;}
h2, .h2 { font-size: 20px; line-height: 1.286em;}
h3, .h3 { font-size: 20px; line-height: 1.385em;}
h4, .h4 { font-size: 18px; line-height: 1.455em;}
h5, .h5 { font-size: 15px; line-height: 1.556em;}
h6, .h6 { font-size: 1em;}
h1:only-child, .h1:only-child,
h2:only-child, .h2:only-child,
h3:only-child, .h3:only-child,
h4:only-child, .h4:only-child,
h5:only-child, .h5:only-child,
h6:only-child, .h6:only-child { margin-bottom: 0; }
hr { border-top: 1px solid rgba(0, 0, 0, 0.1); margin: 30px 0; }
p, .paragraph { font-size: 1em; line-height: inherit; margin: 0 0 20px; color:#4e5357; }
small { font-size: 10px; display: inline-block; }
mark { background-color: #bf1818; color: #fff; padding: 4px 8px; }
a:hover mark { color: #fff; }
a { text-decoration: none; color: #36A5D6;}
a:hover, a:focus { color: inherit; text-decoration: none; outline: none;}

#header .goog-te-gadget-simple .goog-te-menu-value {
    color: #727272;
}

html .home .fullwidthbanner-container { margin-bottom: 85px !important; }
html .home .tp-bullets {
	height: 85px !important;
	counter-reset: my-badass-counter;
	display: block;
	width: 100% !important;
	left: auto !important;
	top: 100% !important;
	bottom: 0 !important;
	background-color: #fff;
    position: relative !important;
	transform: none !important;
	padding: 40px 0 20px 50%;
}
html .home .tp-bullets::before { display: none; }
html .home .tp-bullet {  background-color: transparent !important;  display: inline-block;  height: 0 !important;  left: auto !important;  position: static;  width: auto;}
html .home .tp-bullet * { display: none; }
html .home .tp-bullet.selected .tp-bullet-title {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2em;
    display: block;
    position: absolute;
    left: 50% !important;
    color: #777 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding: 0 !important;
    top: 30px;
    display: none;
}
html .home .tp-bullet-title:after {
    display: none;
}
html .home .tp-bullet::after {
	content: '';
	display: inline-block;
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	border-radius: 50%;
	padding: 0 9px;
    position: relative;
}
html .home .tp-bullet:hover::after {
    color: #fff;
    background: #3e73d7;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/*html .home .tp-bullet::before {  content: "";  cursor: default;  display: inline-block;  outline: 1px solid #628cde;  padding: 0 15px;  position: relative;  top: -4px;  width: 20px;}*/
html .home .tp-bullet::before {
    content: "";
    cursor: default;
    width: 16px;
    height: 1px;
    background: #3e73d7;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 0px; }
html .home .tp-bullet:first-child::before {
    width: 280px;
    margin-left: 0px;
}
html .home .fullwidthbanner-container .fullwidthabanner > ul,
html .home .fullwidthbanner-container .fullwidthabanner > ul * { overflow: visible !important;    z-index: 10 !important;}
html .home .fullwidthbanner-container .fullwidthabanner > * {    z-index: 1 !important;}
html .home .fullwidthbanner-container .fullwidthabanner > *.tp-static-layers {    z-index: 10 !important;}
html .home .fullwidthbanner-container .fullwidthabanner > ul {  width: 100% !important;}
html .home .fullwidthbanner-container .fullwidthabanner > ul li .tp-parallax-wrap #more-link,
html .home .fullwidthbanner-container .fullwidthabanner #slider-1-layer-1 #more-link { margin-top: 120px !important; margin-left: 0px !important; }

/*HEADER
---------------------------------------------------------------------*/
#header {color: #fff; position: relative; z-index: 999; width: 100%; }
#header-content { border-bottom: 0px solid rgba(255, 255, 255, 0.2); }
#header-content .container { position: relative; z-index: 1; }
#header.absolute { background-color: transparent; position: absolute; }
#header.sticky { background-color: transparent; position: fixed; transition: ease all 0.6s; }
#header.sticky.active-sticky { background-color: rgba(14, 26, 42, 0.98); }
#header.sticky.active-sticky #logo{ padding: 10px 0;}
	#logo { float: left; padding: 10px 30px; position: relative; z-index: 10; transition: ease all 0.6s; max-width: 250px; }
	#logo a { display: block; }
	#main-menu { bottom: 0; display: block; font-size: 15px; font-weight: 500; height: 40px; left: 0; line-height: 1em; margin: auto; padding: 0; position: absolute; right: 0; text-align: right; top: 0; width: 100%; }
		#primary-menu { color: #fff; display: inline-block; line-height: 38px; margin: 0; position: relative; vertical-align: middle; }
		#primary-menu li { position: relative; }
		#primary-menu li.current_page_item > a,
		#primary-menu li.current-menu-item > a,
		#primary-menu li:hover > a { color: #ffc600; }
		#primary-menu > li { display: inline-block; margin-right: 45px; }
		#primary-menu > li > a { color: #fff; display: inline-block; padding: 0; text-transform: uppercase; transition: ease all 0.3s; }
		#primary-menu > li > .menu-arrow { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; cursor: pointer; display: inline-block; height: 0; margin: 0 0 2px 9px; vertical-align: middle; width: 0; }
		#primary-menu > li:hover > .menu-arrow { border-top-color: #80B329; }
			/*dropdown*/
			#primary-menu li ul { color: #fff; float: left; padding: 0 2px; position: absolute; width: 230px; overflow: hidden; max-height: 0; transition: all ease 0.6s; }
			#primary-menu li ul ul { position: relative; padding-left: 10px; }
			#primary-menu li ul li > a { padding: 10px 20px; line-height: normal; display: block;}
			#primary-menu li ul ul li > a::before { content: "\f0da"; font-family: 'FontAwesome'; display: inline-block; margin-right: 10px; }
			#primary-menu li ul ul ul li > a::before { content: "\f105"; }
			#primary-menu li:hover { z-index: 99;}
			#primary-menu li:hover > ul { max-height: 1000px; padding: 2px;}
			#primary-menu li ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.25); display: block; margin: 0; width: 100%; }
			#primary-menu li ul li.current_page_item > a,
			#primary-menu li ul li.current-menu-item > a,
			#primary-menu li ul li:hover > a { opacity: 0.8; color: #fff; }
			#primary-menu li ul li:last-child { border-bottom: 0; }
			#primary-menu li ul li:hover{ background-color: rgba(0,0,0,0.2);}
			#primary-menu li ul li a:hover,
			#primary-menu li ul li.current-menu-parent a { color: #fff; }
			#primary-menu > li > ul { background-color: #fff; margin-top: 0; }
			#primary-menu > li > ul > li { background-color: #36a5d6; }
			#primary-menu > li > ul > li a{ color: #fff; font-size: 13px; font-weight: 400; }
	#main-menu ul.mega-menu-horizontal { padding: 0 400px 0 170px; }
	#main-menu ul.mega-menu-horizontal > li.mega-menu-megamenu > ul.mega-sub-menu { top: 118px !important; max-width: 100vw; }
	#main-menu .flexipages_widget.mega-menu-item .mega-block-title { letter-spacing: 3px; }
	#main-menu .flexipages_widget.mega-menu-item a { font-size: 12px; text-transform: uppercase;}
	#main-menu .flexipages_widget.mega-menu-item .current_page_item a,
	#main-menu .flexipages_widget.mega-menu-item a:hover { color: #fff; opacity: 1; }
	#main-menu ul.mega-menu-horizontal > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{ background-color: #000;}
	.header-btn { border: 1px solid #fff; border-radius: 30px; color: inherit; display: inline-block; float: right; line-height: 36px; padding: 2px 30px 0; }
	.header-btn:hover { border-color: #ffc600; }
/*CONTENT
---------------------------------------------------------------------*/
#content { position: relative;/*overflow: overlay;*/ }
#content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#content-area { padding: 40px 45px 45px 45px; }
#content.no-content #content-area,
#content.fl-builder-enable #content-area,
#content-area.no-padding { padding: 0;}
#content-area.top-padding{ padding-bottom: 0;}
#content-area.bottom-padding{ padding-top: 0;}
.product-banner{ overflow: hidden; position: relative;}
.product-banner::before { content: ''; display: block; position: absolute; bottom: -8px; right: 15%; z-index: -1; height: 62%; width: 100%; background: url(images/slider-bg.png) no-repeat 100% 100%; background-size: auto 100%;}
.product-photo { margin: 50px 0 0; }
/*SUBPAGE TITLE
---------------------------------------------------------------------*/
.page-heading { background: url("images/2_02.png"); none no-repeat scroll 50% 50%; background-size: cover; color: #fff; position: relative; text-align: left; z-index: 1; }
.page-heading-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.page-heading-inner { padding: 10px 45px; position: relative; z-index: 1; }
.page-heading-inner .title { color: #fff; font-size: 28px; font-weight: 400; line-height: 1em;/* margin: 10px 35px 10px;*/ text-transform: uppercase; }
.page-heading-inner .title span { color: #fff; }
.page-heading-inner .title-description { color: #fff; font-size: 22px; margin: 0; }
#breadcrumbs { color: #fff; display: inline-block; padding: 10px 0 0; vertical-align: middle; }
#breadcrumbs a:hover{ text-decoration: underline;}
#breadcrumbs .separator { margin: 0 5px; opacity: 0.4;}
/*acf setting*/
.page-heading.left .page-heading-inner .container,
.page-heading.right .page-heading-inner .container,
.single .page-heading .page-heading-inner .container { display: table !important; }
.page-heading.left .page-heading-inner .container > *,
.page-heading.right .page-heading-inner .container > *,
.single .page-heading .page-heading-inner .container > * { display: table-cell !important; width: 50%; }
.page-heading.right,
.page-heading.left .page-heading-inner .container > #breadcrumbs,
.single .page-heading .page-heading-inner .container > #breadcrumbs { text-align: right;}
.page-heading.left,
.page-heading.right .page-heading-inner .container > #breadcrumbs,
.single .page-heading,
.single .page-heading .meta-info { text-align: left;}
/*SIDEBAR
---------------------------------------------------------------------*/
#sidebar { position:relative;}
#sidebar .sidebar-inner{ display: block; margin: auto; max-width: 100%; }
#sidebar .sidebar-inner { position: relative; }
/*GRAVITYFORM*/
.gfield_label { display: none !important; }
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea { background-color: transparent !important; border: 0 none !important; width: 100% !important;  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; color: #000; padding: 5px 0 10px !important; resize: vertical !important; margin-bottom: 10px; }
.gform_wrapper input[type="text"]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {  border-bottom: 1px solid #80b329 !important; transition: ease all 0.3s;}
.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder { color: #888; }
.gform_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper select::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder { color: #888; }
.gform_wrapper input[type="text"]:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder { color: #888; }
.gform_wrapper input[type="submit"], .gform_button { background-color: #80b329; border: 0 none; border-radius: 50px; color: #fff; font-size: 15px !important; font-weight: bold; padding: 15px 30px; text-transform: uppercase; }
.gform_wrapper input[type="submit"] i, .gform_button i { display: inline-block; margin-right: 10px; }
.gform_wrapper input[type="submit"]:hover, .gform_button:hover { background-color: #71a224; }
/*FOOTER
---------------------------------------------------------------------*/
#footer { border: 0 none; color: #000; font-size: 12px;z-index: -1; }
#footer a{ color: inherit; transition: ease all 0.3s; }
#footer a:hover{ color: #00A6DA; }
	#footer-widget { padding: 30px 0 10px; position: relative; }
		#footer-widget .widget { float: none; display: inline-block; vertical-align: top; padding-right: 30px; width: 25%; }
		#footer-widget .widget_propertylocations .title { margin-bottom: 16px; }
		#footer-widget h2,
		#footer-widget h3,
		#footer-widget h4,
		#footer-widget h5,
		#footer-widget h6{ color: inherit;}
		#footer-widget .widget ul { background-color: transparent; box-shadow: none; }
		#footer-widget .widget ul li a{ padding: 5px 0;}
		#footer-widget .widget ul li a:hover{ text-decoration: none;}
		#footer-widget .widget .widgettitle { font-size: 14px; font-weight: 300; letter-spacing: 1px; margin-bottom: 10px; }
		#footer-widget .widget_pages ul{ padding: 0; margin: 0; list-style: none; font-weight: 400; }
		#footer-widget .widget_pages ul li { padding: 2px 0; }
		#footer-widget .widget_pages ul li a{ opacity: 0.6; }
		#footer-widget .widget_pages ul li a:hover{ opacity: 1; }
	#footer-content{ font-size: 13px; }
	#footer-content .container{ padding-top: 45px; padding-bottom: 45px; }
	div#footer-content-2 .container { padding-bottom: 25px;}
	#footer-logo { float: left; width: 30%; color: rgba(255, 255, 255, 0.8);  }
		.footer-desc .footer-desc-title { color: rgba(255, 255, 255, 0.8); font-size: 16px; font-weight: 600; margin: 35px 0 10px; }
		.footer-desc i { margin-right: 10px; width: 11px; }
		.footer-desc p { margin: 0 0 6px; }
	#footer-nav { float: right; text-align: right; width: 70%; }
		#footer-menu { float: right; font-size: 15px; font-weight: 500; margin: 0; padding: 0; text-align: right; width: 100%; }
		#footer-menu li { display: inline-block; margin-left: 50px; }
	#footer-nav .social-icons-shortcode { float: right; padding-top: 35px; width: auto; }
	#footer-nav .social-icons-shortcode li { margin: 0 0 8px 8px; }
	#footer-nav .social-icons-shortcode li a { border: 2px solid #fff; border-radius: 50%; font-size: 17px; height: 36px; line-height: 33px; width: 36px; }
	#footer-nav .social-icons-shortcode li a:hover { background-color: #fff; }
	#copyright{ font-size: 12px; }
	#copyright .container{ border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 25px; padding-bottom: 25px; }
		.copyright-left { float: left; position: relative; }
			#copyright-menu > a + a::before { content: " "; display: inline-block; margin: 0 10px; opacity: 0.2; }
			nav#copyright-menu a { text-transform: uppercase; }
		.copyright-right { float: right; margin-left: 20px;color: #AFB1B1;}
			#copyright-text { margin: 0; color:#000; transition: ease all 0.3s; }
			p#copyright-text {  font-size: 13px;color:#A9AAAB;margin-left: 10px;}
			/*#copyright-text:hover { color: #fff; }*/
/****************************Header***********************************/

/****************************Search***********************************/
    form#headersearchform {
    background-color: rgba(84, 193, 229, 0.72);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: none;
    z-index: 100;
}
#headersearchform .fieldset {
    color: #555;
    bottom: 0;
    display: block;
    height: 45px;
    left: 0;
    max-width: 700px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 90%;
}
#headersearchform .fieldset label {
    font-size: 23px;
    font-weight: 300;
    left: 5px;
    letter-spacing: 0.15em;
    position: absolute;
    top: 11px;
    transition: all 0.3s ease;
    -wekit-transition: all 0.3s ease;
}
#headersearchform .fieldset input#searchinput {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #555;
    display: block;
    float: none;
    font-size: 23px;
    font-weight: 300;
    padding: 10px 5px;
    width: 100%;
}
#headersearchform .fieldset button#searchsubmit {
    background-color: transparent;
    border: 0 none;
    color: #555;
    font-size: 20px;
    padding: 10px 0;
    position: absolute;
    right: 10px;
    top: 0;
}
.lightbox .close {
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 50px;
    top: 75px;
    width: 35px;
    opacity: 1;
}
.lightbox span.close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.lightbox span.close::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.lightbox .close::before,
.lightbox .close::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 4px;
    background-color: #fff;
    top: 50%;
    left: 0;
}
.lightbox .close:hover::before,
.lightbox .close:hover::after {
    content: '';
    background-color: #1762d2;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/****************************Pre-footer***********************************/
div#pre-footer div.first,div#pre-footer div.second,div#pre-footer div.third,div#pre-footer div.fourth {
    /*padding: 70px;*/
    text-align: center;
    height: 270px;
    display: flex;
}
div#pre-footer div.second p,div#pre-footer div.fourth p,div#pre-footer div.third p, div#pre-footer div.second h4,div#pre-footer div.fourth h4,div#pre-footer div.third h4 {
   color:#fff;
}
img.pre-footer-icon {
    margin-bottom: 8px;
}
.pre-footer-content{
    margin: auto !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 83px;
}
p.pre-footer-date {
    color:#000;
    text-transform: uppercase;
}
h4.pre-footer-title {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.first {
    background: url('https://www.peakresources.com.au/wp-content/uploads/2018/02/footer-bg-111-b.jpg') !important;
    background-size: cover;
    padding-top: 150px;
    position: relative;
}
div#pre-footer .second{
background: url('https://www.peakresources.com.au/wp-content/uploads/2018/02/footer-bg-222-b.jpg') !important;
    background-size: cover;
    padding-top: 150px;
    position: relative;
}
div#pre-footer .third{
	background: url('https://www.peakresources.com.au/wp-content/uploads/2018/02/footer-bg-333-b.jpg') !important;
    background-size: cover;
    padding-top: 150px;
    position: relative;}
div#pre-footer .fourth{
background: url('https://www.peakresources.com.au/wp-content/uploads/2018/02/footer-bg-444-b.jpg') !important;
    background-size: cover;
    padding-top: 150px;
    position: relative;
}

div#footer-content-1 {
    color: #021E41;
}
/*div#footer-content-2 {
     background: url(images/footer.png) no-repeat center top;
    background-size: 100% 100%;
}*/
#footer-content{
	 background: url(images/footer-bg-white.png) no-repeat center top;
    background-size: 100% 100%;
}
div#footer-content-2 {
    background: rgba(5, 22, 50, 0.92);
}
div#footer-content-1 span{
    font-weight: bold;
}
div#footer-content-1 p{
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 23px;
}
.footer-content{
    width: 215px;
    margin: auto;
    display: flex;
    margin-bottom: 30px;
}
.footer-content figure{
    display: inline-block;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.footer-content div{
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    color: #666666;
}
div#footer-content-1 h4 {
    text-align: center;
    text-transform: uppercase;
    color: #021E41;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 10px;
}

.copyright-right p#copyright-text,
.copyright-right nav#copyright-menu {
	display: inline !important;
}
/****************************Pre-footer Mailpoet***********************************/
input.wysija-submit.wysija-submit-field {
    background-color: #3E73D7;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
     display: inline-block;
}
p.wysija-paragraph{
    display: inline-block;
}
p.wysija-paragraph label{
    font-weight: 300;
    letter-spacing: 0.15em;
    position: absolute;
    transition: all 0.3s ease;
    -wekit-transition: all 0.3s ease;
    color: #36A5D6;
}
.widget_wysija_cont.shortcode_wysija {
    display: flex;
}
.widget_wysija {
    margin: auto;
}
div#footer-content-2 p {
    text-align: center;
    color: #fff;
}
div#footer-content-2 p input.wysija-input {
    border: 0px;
    height: 35px;
    color:#000;
}
html .form-validation-field-0formError.parentFormform-wysija-shortcode58c25c554f9af-2.formError {
    top: 101px !important;
    left: 395.984px !important;
}
html .form-validation-field-1formError.parentFormform-wysija-shortcode58c25c554f9af-2.formError {
    top: 101px;
    left: 554.875px;
}
nav.social-icons-shortcode a {
    font-size: 25px;
    margin: 0px 7px;
    color: #36A5D6 !important;
}
nav.social-icons-shortcode a:hover {
    color: #000 !important;
}
/*********The Market Page********/
.news-row{
    display: flex;
}
.news-row.market .market-left-side{
    padding:40px 45px 45px 45px;
   /* background: url("images/news.png") no-repeat center top;*/
    background-size: 100% 100%;
    background: #fff;
}
h3#news-title {
    color: #0092ce;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 30px;
}
.news-row.market .market-right-side{
    padding:40px 45px 25px 0px;
    background-color:#FFFFFF;
}
.news-row.category-automotive .news-left-side {
    background-color: #122243;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
 .news-category-title,.news-category-tagline{
    text-transform: uppercase;
    color:#2F88B6;
    font-weight: 100;
}
.news-category-title{
    font-size: 18px;
}
.news-category-tagline{
   font-size: 20px;
}
p.news-category-content {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.news-row.category-wind-energy .news-left-side p.news-category-content,
.news-row.category-legislation  .news-left-side p.news-category-content {
    color:#3e4145;
}
.news-row.category-other-applications .news-left-side p.news-category-content {
    color:#fff;
}

.news-row.category-wind-energy .news-left-side a,.news-row.category-legislation .news-left-side a{
    color: #3e4145;
    border-color: #3e4145;
}
.news-row.category-wind-energy a.btn:after ,.news-row.category-legislation a.btn:after {
    content: "";
    background: url( css/assets/images/arrow-right-dark.svg);
    width: 150px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    display: table-cell;
    vertical-align: middle;
}
a.news-category-btn {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 25px;
    margin: 10px 0;
    border: 2px solid #fff;
    border-radius: 0px;
    display: block;
    width: 215px;
}
a.news-category-btn span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
a.btn:after {
    content: "";
    background: url( css/assets/images/arrow-right-light.svg);
    width: 150px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    display: table-cell;
    vertical-align: middle;
}
.news-row.category-wind-energy a.btn:hover:after,.news-row.category-legislation a.btn:hover:after {
    content: "";
    background: url( css/assets/images/arrow-right-light.svg);
    width: 150px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    display: table-cell;
    vertical-align: middle;
}
.news-row.category-wind-energy a.btn:hover,.news-row.category-legislation a.btn:hover{
	color: #ffffff
}
.news-row.category-automotive .news-right-side {
    /*background-color: #cdd0d6;*/
    background-color: #CCCED5;
}
.news-row.category-wind-energy .news-right-side {
    background: #F4F4F4;
}
figure.news-featured-image {
    width: 80%;
    height: 175px;
    overflow: hidden;
    height: 170px;
}
figure.news-featured-image img {
    width: 100%;
   /* height: 215px;*/
}
.news-content-cat .news-image {
    position: relative;
}
.news-info {
    padding: 20px 20px;
    background-color: #fff;
    width: 300px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.news-info span.news-date {
    color: #38A5D7;
    text-transform: lowercase;
    font-size: 15px;
    height: 30px;
}
.news-info img.news-source {
    width: auto;
    height: 30px;
    max-width: 100px;
}
.news-info small {
    margin: 0px 20px;
}
.single-news-info {
    padding: 20px 20px;
    background-color: #f8f8f8;
    width: 380px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;

}
.single-news-info span.news-date {
    color: #38A5D7;
    text-transform: lowercase;
    font-size: 17px;
    height: 30px;
    font-weight: bolder;
}
.single-news-info img.news-source {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 50px;
}
.single-news-info small {
    margin: 0px 20px;
    font-size: 15px;
}
.news-content {
    padding: 30px;
    background-color: #fff;
}
.news-content h6.news-title {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news-content p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.news-content p strong {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
}
.news-content ul {
    list-style: none;
    padding: 0;
    color: #555555;
}
.news-content ul li{
	color: #555555;
    font-size: 15px;
    font-weight: 300;
}
.news-content ul li strong {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
}
.news-content-cat {
    margin: 45px 0px;
}
.news-row.category-wind-energy .news-left-side {
    background-color: #eaeaea;
}
.news-row .news-left-side {
    padding: 40px 45px 45px 45px;
}
.news-row.category-other-applications .news-left-side{
background-color: #0097d1;
}
.news-row.category-other-applications .news-right-side{
background-color: #CEE9F5;
}
.news-row.category-china .news-left-side{
background-color: #1762d2;
}
.news-row.category-china .news-right-side{
background-color: #D2DEF5;
}
.news-row.category-legislation .news-left-side{
background-color: #eaeaea;
}
.news-row.category-legislation .news-right-side{
background-color: #F4F4F4;
}
.news-row.market .market-left-side a {
text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.news-row.category-other-applications .news-category-title,
.news-row.category-other-applications .news-category-tagline {
    color: #fff;
}
.news-row.category-china .news-category-title,
.news-row.category-china .news-category-tagline {
    color: #051633;
}
.news-row.market-bottom .market-left-side,
.news-row.market-bottom .market-right-side {
    padding:40px 45px 20px 45px;
}
.news-row.market-bottom {
    background: #f8f8f6;
}

.news-row.market-bottom .market-left-side .news-article {
	border: 0px;
}

.news-row.market-bottom .market-left-side .news-article .news-date{
	border: 0px;
	color: #36A5D6;
}
.news-row.market-bottom p.news-content-text {
    padding-left: 45px !important;
}

.market-bottom .market-right-side a {
    float: right;

}
.market-right-side figure {
    display: inline-block;
}

.news-left-side div{
    position: relative;
    height: 100%;
}
.news-left-side a#more-link {
    position: absolute;
    bottom: 45px;
}
.news-row.category-research .news-right-side {
    background: rgba(0, 151, 209, 0.20);
}

.news-row.category-research .news-left-side {
    background: #0097d1;
}
.news-row.category-research .news-left-side .h1{
    color: #fff;
}
/************************************The Management Page******************************************/
.col-half-offset{
    margin:0 1.6%;
    padding: 0px !important;
    margin-bottom: 45px;
}
.col-half-offset a.linkedin {
    font-size: 20px;
}
figure.member-featured-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: solid 1px #36A5D6;
}
figure.member-featured-image img {
    width: 100%;
    height: auto;
}
h6.member-title {
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #3994CD;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.09px;
}
p.member-position {
    font-size: 13px;
}
.member-content p {
    font-size: 13px;
}
.member-content p{
    /*display: none;*/
}
.member-content p:nth-of-type(1) {
   display: block;
}
.member-content {
    /*height: 490px;*/
    overflow: hidden;
}
.member-bnt {
    background: #0097d1;
    color: #fff;
}
.member-bnt:hover {
	background: #051632;
}
.member-bnt span {
    color: #fff;
}
.member-bnt a{
    display: block;
}
.member-bnt p {
    padding:10px 0;
    margin-bottom: 0px;
}
.member-bnt p span.word4 {
    display: none;
}
.page-id-58 span.word1:before,
.page-id-2462  span.word1:before{
    content: "\f01d";
}
.page-id-58 span.word1,
.page-id-2462 span.word1 {    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
figure.director-featured-image {
/*    float: right;*/
    display: block;
    width: 100%;
    position: absolute;
    right: 10px;
    z-index: 2;
}
figure.director-featured-image img {
    float: right;
    border-radius: 50%;
    border: 1px solid #3AAAD8;
}
h6.director-title {
    color: #36A5D6;
    margin-bottom: 10px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.09px;
}
p.director-position {
    font-size: 13px;
}
.director-content p {
    font-size: 13px;
}
.director-content {
    height: 760px;
    background: #fff;
    margin-top: 25%;
    padding-top: 30%;
    position: relative;
}
.director-content a.linkedin {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.director-content a {
    font-size: 22px;
}
.member {
    padding: 45px 1em;
    /*margin-bottom: 10px;*/
}
div#the-content {
   background: url(images/background-investment.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 35px 30px;
}
div#speedos {
	padding: 45px 15px;
    background-color: #F9F9F7;
}

h3.speedos-title {
    color: #36A6D7;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 40px;
    font-size: 20px;
}
p.speedos-content-text {
    font-size: 16px;
}
div#bucket {
    background-color: #E9E9E9;
}
/*.bucket{
    background: url(images/bucket.png) no-repeat bottom;
    width: 100%;
    height: 370px;
    background-size: 80%;
}*/
h3.bucket-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.09px;
    color: #0097d1;
}
.bucket span {
    font-size: 80px;
    font-weight: 900;
    color: #36A5D6;
    text-shadow: 0px 0px 5px #ffffff;
    display: block;
    text-align: center;
    margin: auto;
}
/*.bucket.hover:after {
    content: url(images/bucket-hover.png);
    position: absolute;
    top: -4px;
    left: -14px;
    right: 0;
}*/
 figure.last-bucket:before {
   background: url(images/spot.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 315px;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}
div#bucket span{
    font-size: 50px;
    font-weight: 900;
    color: #00A7DA;
    display: block;
    text-align: center;
    position: absolute;
    top: 237px;
    left: 105px;
}
#bucket-filter div#bucket-pop-up {
    /*opacity:0;*/
    display: none;
}
.bucket figure {
    height: 300px;
    position: relative;
}
.bucket figure img {
    position: absolute;
    bottom: 0;
    height:80%;
    margin: auto;
    left: 0;
    /*top: 0;*/
    right: 0;
}
p.bucket-pretitle {
    text-align: center;
}
div#bucket-pop-up:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 45px solid transparent;
    border-bottom: 15px solid #267ad3;
}
#bucket-filter:hover {
	cursor: pointer;
}

#bucket-filter:hover  div#bucket-pop-up  {
    /*opacity: 1.0 !important;*/
    background: #267AD3;
    color: #fff;
    padding: 11px;
    font-size: 11px;
    position: absolute;
    top: 245px;
    left: 70px;
    width: 235px;
    z-index: 2;
    display: block !important;
    cursor: pointer;
}
#bucket-filter.last:hover  div#bucket-pop-up  {
    opacity: 1.0 !important;
    background: #267AD3;
    color: #fff;
    padding: 11px;
    font-size: 11px;
    position: absolute;

    left: -94px;
    /*width: 150px;*/
    z-index: 100;
}
#bucket-filter.last div#bucket-pop-up:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 185px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 45px solid transparent;
    border-bottom: 15px solid #267ad3;
}

.last figure {
    text-align: center;
}

div#bucket-pop-up p {
    font-size: 15px;
    text-align: center;
}

figure.bucket-logo-company {
    text-align: center;
}
div#bucket > div{
	padding:40px 30px 45px 30px;
}

/*#bucket-filter:last-of-type .bucket:after {
    content: url(https://websiteprojectupdates.com/peakresources/wp-content/themes/peakresources/images/bucket-hover.png);
    position: absolute;
    top: -4px;
    left: -14px;
    right: 0;
}*/
/*#bucket-filter:last-of-type .bucket:after {
    background-image: url('/images/bucket-hover.png');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content:"";
}*/
#company-team .slide.default-slide{
	display: block;
}
#company-team .slide{
	display: none;
}



#sitemap h4 {
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    color: #0c9bd2;
}



.partner_logo { border-radius: 50%; overflow: hidden; width: 200px; height: 200px; border: 3px solid #00a6da; display: flex; margin: auto;  /*  margin-bottom: 45px;margin-top: 25px;*/position: relative;z-index: 2;background:#fff;}

.partner_logo img{margin: auto; width: 100%; right: 0; left: 0; top: 0; bottom: 0; max-width: 150px;max-height: 70px;}


#investment div.price-section .price span.char27,
#investment div.price-section .price span.char28{
     font-size: 105px;
    color: #0c9bd2;
     font-weight: bold;
}
#investment div.price-section .price span.char29,
#investment div.price-section .price span.char30,
#investment div.price-section .price span.char31 {
    font-size: 70px;
    font-style: normal;
     color: #0c9bd2;
     font-weight: bold;
}


.search-no-results section.contentbar h2 {
    font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-weight: 300;
    font-size: 50px;
    color: #0c9bd2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
}

.search-no-results section.contentbar p{
	text-align: center;
}

/* Customized CSS Styles */

.reporting-centre-right-side {
    padding: 0px 60px 35px 150px;
}


div#wl-headline-div-annual, div#wl-headline-div-quarterly {
    margin-bottom: 40px;
}

/* Reporting Center section */
#reporting-centre {
	padding-top: 130px;
	background: url(images/page-template-page-asx-announcements.png) no-repeat right top;
}

.reporting-centre-left-side {
	padding-left: 45px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0097d1;
    text-align: justify;
    margin: 0 auto;
}

.reporting-centre-left-side:after {
	content: " ";
    width: 100%;
    display: inline-block;
}

.reporting-centre-left-side figure {
	display: inline-block;
    vertical-align: top;
    width: 45px;
}

.reporting-centre-left-side figure img {
	width: 100%;
}


.reporting-centre-left-side .wl-last-price2-div {
	display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.reporting-centre-left-side .wl-last-price2-div .wl-last-price2-table {
	text-align: center;
    border-collapse: separate;
    border-spacing: 0 9px;
    font-size: 14px;
}

.reporting-centre-left-side .wl-last-price2-div .wl-last-price2-table tbody tr .wl-last-price2-title {
	color: #ffffff;
    text-align: right;
    padding-right: 15px;
}

.reporting-centre-left-side .wl-last-price2-div .wl-last-price2-table tbody tr .wl-last-price2-value {
	color: #002d5f;
    font-weight: bold;
    text-align: left;
}

.page-id-216 .reporting-centre-right-side .pre-heading-title {
	color: #003d72;
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
}

.separator {
	border-color: #0083c7;
}

.page-id-216 .reporting-centre-right-side .wl-headlineTable tbody tr {
	height: auto;
	border-bottom: solid 1px #f3f3f3;
}

.page-id-216 .reporting-centre-right-side .wl-headlineTable tbody tr td {
	/*height: auto;
	font-size: 14px;
	color: #003d72;
	font-weight: bold;
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;*/
}

.page-id-216 .reporting-centre-right-side .wl-headlineTable tbody tr td.wl-img-td {
	text-align: center
}

.page-id-216 .reporting-centre-right-side .wl-headlineTable tbody tr td.wl-date-td {
	text-align: right;
	font-style: italic;
    color: #00a8da;
    font-weight: normal;
}

.page-id-216 .separator-75 {
	margin-top: 55px;
}

.page-id-216 .separator-100 {
	margin-top: 100px;
}

.page-id-216 .reporting-centre-right-side .pre-heading-title {
	width: 70%;
	display: inline-block;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	background-color: #0083d2;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
	position: relative;
	font-size: 0;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown p {
	display: inline-block;
	width: 50%;
	margin: 0;
	vertical-align: middle;
	font-size: 11px;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown select {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	vertical-align: middle;
	width: 50%;
	outline: none;
	-webkit-appearance: none;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown select:after {
	display: inline-block;
    	font: normal normal normal 14px/1 FontAwesome;
	content: "\f078";
}

.page-id-216 .reporting-centre-right-side .table-heading-report {
	padding-top: 10px;
	font-size: 0;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown p {
	padding: 0px 10px;
	text-align: right;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown .select-container {
	display: inline-block;
	width: 50%;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown .select-container:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	position: absolute;
	right: 17px;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown .select-container select {
	z-index: 1;
	position: relative;
	padding-left: 10px;
	width: 100% !important;
}

.page-id-216 .reporting-centre-right-side .archive-dropdown .select-container select option {
	background-color: #0083d2;
	border: none;
}


/* Research Reports section */
#content .page-heading .page-heading-overlay {
	display: none;
}


div#corporate-directory {
    display: flex;
}
.corporate-directory-left-side,
.corporate-directory-right-side {
    padding: 40px 45px 45px 45px;
}
.corporate-directory-right-side{
	background: url(images/corporate-directory-right.png) no-repeat;
	background-size: 100% 100%;
}

h4.corporate-directory-titles {
	font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: #0c9bd2;
}
.corporate-directory-left-side table td:first-of-type {
    font-weight: bold;
    font-size: 15px;
    color: #4e5357;
    font-family: 'Open Sans', sans-serif;
}
.corporate-directory-left-side table td:last-of-type {
    padding-left: 15px;
    color: #4e5357;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}
.corporate-directory-left-side table td{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.corporate-directory-left-side table {
    margin-bottom: 20px;
}
p.corporate-directory-titles {
     font-weight: bold;
    font-size: 15px;
    color: #4e5357;
    font-family: 'Open Sans', sans-serif;
}
 p.corporate-directory-content {
    /*color: #36A5D6;*/
}
p.corporate-directory-content a {
    color: #555555;
}
p.corporate-directory-content a:hover {
    color: #36A5D6;
}
#corporate-directory strong{
	 color: #4e5357;
}
#corporate-directory small{
	font-weight: normal !important;
	color: #4e5357;
	font-size: 15px;

}
/* The Market section */
.page-id-15 .news-row.market-bottom .market-right-side figure,  .page-id-15 .news-row.market-bottom .market-right-side a#more-link {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Share Price section */
.share-row {
    background: #fff;
	padding: 0 50px;
}

.share-row .share-content{
	width: 100%;
	padding: 50px 0px;
}

.share-row-banner {
    background-image: url('css/assets/images/triangles-bg-1200x394.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.share-row .share-title {
	text-align: center;
    padding: 45px 0 20px 0;
    margin: 0 auto;
    float: none;
}
.share-row .share-title .h1 {
	color: #0097d1;
    text-align: left;
}


.share-row .share-title h1 {
	font-weight: normal;
    color: #003d72;
    margin: 0;
}

.share-row .share-title .share-date {
	font-size: 14px;
}

.share-row .share-title .separator {
	margin: 0;
}

.share-row .share-reports {
    padding-bottom: 50px;}

/* The Company - Overview section */
#timeline {
    padding: 40px 45px 45px 45px;
}
#timeline .h1{
	color: #fff !important;
}
#timeline .h1.dark-font{
	color: #051632 !important;
}
#timeline .company-overview {
	font-size: 0;
    padding: 0;
    margin: 0;
    position: relative;
}

#timeline .company-overview h2 {
	display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 0;
    font-weight: normal;
    color: #ffffff;
}

#timeline .company-overview h2:last-child {
	color: #021e41;
	text-align: right;
}

/* Footer newsletter form section */
#footer-content #footer-content-2 iframe {
	width: 80%;
    background-color: transparent;
    margin: 0 auto;
}

/* ASX Announcements section */
.page-template-page-asx-announcements #asx-annoucements {
	min-height: 660px;
	padding-top: 45px;
    background: url(images/page-template-page-asx-announcements.png) no-repeat right top;
    background-position-y: -90px;
}

/* Media Queries */

/* Custom, screen width < 1163px */
@media only screen and (max-width: 1163px) {
    #footer-content #footer-content-2 iframe {
        width: 83% !important;
    }
}

/* Custom, screen width < 1124px */
@media only screen and (max-width: 1123px) {
    #footer-content #footer-content-2 iframe {
        width: 85% !important;
    }
}

/* Custom, screen width < 1098px */
@media only screen and (max-width: 1098px) {
    #footer-content #footer-content-2 iframe {
        width: 87% !important;
    }
}

/* Custom, screen width < 1074px */
@media only screen and (max-width: 1074px) {
    #footer-content #footer-content-2 iframe {
        width: 90% !important;
    }
}

/* Custom, screen width < 1039px */
@media only screen and (max-width: 1039px) {
    #footer-content #footer-content-2 iframe {
        width: 92% !important;
    }
}

/* Custom, screen width < 1017px */
@media only screen and (max-width: 1017px) {
    #footer-content #footer-content-2 iframe {
        width: 94% !important;
    }
}

/* Custom, screen width < 997px */
@media only screen and (max-width: 997px) {
    #footer-content #footer-content-2 iframe {
        width: 96% !important;
    }
}

/* Custom, screen width < 977px */
@media only screen and (max-width: 977px) {
    #footer-content #footer-content-2 iframe {
        width: 98% !important;
    }
}

/* Custom, screen width < 958px */
@media only screen and (max-width: 958px) {
    #footer-content #footer-content-2 iframe {
        width: 100% !important;
    }
}


figure.member-featured-image.no-image {
    display: flex;
}
/*figure.member-featured-image.no-image img {
    height: 50px;
    margin: auto;
}*/
div#company-overview-container{
	display: flex;
    height: 130px;
    margin: 12px -50px;
}
.company-overview-ellipse{
	background-image: url(images/ellipse.png);
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    display: flex;
    float: left;
    margin: auto;
    position: relative;
}
.company-overview-ellipse:hover{
	background-image: url(images/ellipse-hover.png);
    width: 130px;
    height: 130px;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    cursor: pointer;
}
.company-overview-ellipse.hover .company-overview-pop-up{
	display: block;
}
.company-overview-ellipse:hover .company-overview-year{
	font-size: 23px;

}
.company-overview-year{
	margin: auto;
	color: #fff;
	font-size: 20px;
}
.company-overview-border{
	width: 90%;
    display: block;
    height: 7px;
    background: #00A8DA;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 5px;
    z-index: 0;
    box-shadow: 0px 3px 6px rgba(43, 41, 41, 0.71);
}
.company-overview-pop-up{
	position: absolute;
    background: #fff;
    width: 250px;
    left: -60px;
    top: 125px;
    padding: 25px;
    display: none;
    font-size: 14px;
    line-height: 20px;
    z-index: 2;
}
.company-overview-pop-up:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 110px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 45px solid transparent;
    border-bottom: 15px solid #fff;
}
.company-overview-pop-up ul {
    list-style: none;
    padding: 0px;
    position: relative;
}
.company-overview-pop-up ul li{
    padding-left: 30px;
    color: #4e5357;
}
.company-overview-pop-up ul li:before{
    content:" ";
    color: #00A8DA !important;
    font-size: 18px;
    padding-left: 0px;
    position: absolute;
    left: 0;
    padding-top:0px;
    background: url(images/checkmark.png) no-repeat;
    width: 20px;
    height: 20px;
}
td.corporate-governance-pdf-file a{
    height: auto;
    font-size: 14px !important;
    color: #4e5357;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    display: block;
}

.wl-headlineTable tr:hover {
    background: rgba(62, 115, 215,0.1) !important;
}
span.word27:before {
    content: ' ';
    display: block;
}

.home .wl-main-title,
.home table.wl-top-table,
.home .wl-img-td,
.home .wl-pagenavi-div,
.home .wl-headlineTable tr {
    display: none;
}
.home .wl-headlineTable tbody tr:nth-child(-n+5){
    display:block;
    border-bottom: 1px solid #cecece;
    background: #f9f9f9;
    min-height: 60px;
}
.home .wl-headlineTable tbody tr:hover{
background: rgba(62, 115, 215,0.1);
}






.home .wl-headlineTable tbody tr .wl-data-td a {
    display: block;
    font-size: 16px;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em;
    text-decoration: none;
}
.home .wl-date-td{
	width: 81px;
    color: #3e73d7;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
}
/*.home table.wl-headlineTable tr{
	display: flex;
	flex-direction: row-reverse;
}*/

/*a.continue:after {
    content: "";
    background-image: url(../assets/images/arrow-right-dark.svg);
    width: 150px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    display: table-cell;
    vertical-align: middle;
}*/

.news-row.market-bottom .market-left-side .news-article .news-content-text span {
    font-size: 14px;
}
.news-row.market-bottom .market-left-side .news-article span.news-date {
    font-size: 14px;
}
.news-row.market-bottom .market-right-side img {
    max-width: 70%;
}

div#swipebox-overlay {
    /*display: none !important;*/
}
.category-pagination{
	background: #F4F4F4;
}
nav.custom-pagination {
/*    width: 10%;*/
    margin: auto;
    text-align: center;
    margin-bottom: 45px;
}
nav.custom-pagination a, nav.custom-pagination span {
    padding: 5px 7px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
}
nav.custom-pagination a:hover{
	background: #00A8DA;
	color:#fff;
}
.page-template-page-insights_news-category .news-content {
    position: relative;
}
.page-template-page-insights_news-category .news-content {
    position: relative;
}
a.continue {
    position: absolute;
    bottom: 0px;
}
.page-id-15 a.continue {
    position: absolute;
    bottom: 35px;
}



figure.speedos-featured-image {
    width: 300px;
    height: 320px;
    margin: auto;
     text-align: center;
}

.translator {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #D6D6D6;
    vertical-align: middle;
}
.translator img.goog-te-gadget-icon {
    display: none;
}
.translator .goog-te-gadget-simple {
	border:0px;
}
.translator .goog-te-gadget-simple .goog-te-menu-value span {
    text-transform: uppercase;
    font-size: 10px;
}
.translator .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(2){
	display: none;
}
.translator .goog-te-gadget-simple span{
	font-size: 9px;
}

.wl-main-title{
    margin: 0;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.09px;
    color: #0097d1 !important;
}
table.wl-headlineTable td a.wl-headlineLink{
	height: auto;
    font-size: 14px;
    color: #4e5357;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
table.wl-headlineTable td.wl-date-td {
	text-align: right;
    font-style: italic;
    color: #00a8da;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 10px;
}
table.wl-headlineTable td.wl-img-td {
    padding-left: 10px;
}
span#selectedCategorySpan {
    font-weight: bold;
}
table.wl-headlineTable td,table.wl-headlineTable tr{
	height: 48px;
}
/*table.wl-top-table:after {
    content: " ";
    display: block;
    margin-bottom: 30px;
}*/
table.wl-headlineTable tr {
    border-bottom: 1px solid #F3F3F3;
}
.wl-headlineTable tr:hover {
    background: #F9F9F8;
}
span.wl-current-page-number.wl-page-border {
    padding: 2px 12px;
    padding-top: 1px;
    color:#002d5f;
}
.wl-page-border {
    font-weight: normal;
    border-color: #f0f0f0 !important;
    background: #fff
}
.wl-top-table td {
    border-bottom: 1px solid #3167B3 !important;
}

.page-id-135 .wl-main-title {
	margin-bottom: 22px;
}
.page-id-135 .wl-outerDropdownWrapoper,
.page-id-143 .wl-outerDropdownWrapoper{
	margin-bottom: 0px;
}
.page-id-143 .wl-year-title {
	margin-bottom: 5px;
}
.wl-wrapper-dropdown-5.autoOverflow .wl-dropdown {
    overflow-y: scroll;
    z-index: 501;
}
div#news-section {
	background: #f9f9f9;
}
#left-content #investment {
	background: #eaeaea;
}



/*************************NEw Market Style***********************/


html h2.heading-title {
    font-weight: 400;
}
.news-row.category-automotive h3,
.news-row.category-wind-energy h3,
.news-row.category-legislation h3 {
	color:#0097d1;
}
.news-row.category-other-applications h3,
.news-row.category-china h3,
.news-row.category-other-applications h2,
.news-row.category-china h2{
	color: #fff;
}


.news-source figure{
	max-width: 40%;
    display: inline-block;
    height: auto;
    width: auto;
    float: right;
    max-height: 30px;
}

.news-source figure img.news-source {
    height: auto;
    max-height: 30px;
}
.news-source {
	position: relative;
	height: 30px;
}
.news-source small{
	color:#aeaca6;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size:14px;
}

.news-content h6.news-title {
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #0097d1;
   font-family: 'Roboto Condensed', sans-serif;
   letter-spacing: 0.09px;
}

hr.news-separator {
    margin: 20px 0;
}
html .news-content a.continue {
    padding-left: 0px !important;
}


div#market-news a.news-headlines-link:last-of-type .news-article{
	margin-bottom: 30px;
}
td.wl-catcha-td.wl-td {
    padding: 0px !important;
}

.news-row.market-bottom h3 {
    color: #0097d1;
}

.page-id-15 .video-section .video-play {
    background-size: 100%;
}
div#bucket-pop-up p{
	color: #fff;
}


/************************************Market Category ****************************/
.category {
    padding: 40px 45px 25px 45px;
}

.category-content{
	background: #f4f4f4;
	padding: 0px 22.5px 45px;
}

.category-content > div{
    padding: 45px 22.5px 0;
}

.category-content div .news-content-cat {
    margin:0px !important;
}

/***************************************Investment Proposition***************************/
#section-1 {
	background: #0097d1;
	color: #fff;
}
#section-2 {
	background: #fff;
}
#section-1 p,#section-1 .h1{
	color: #fff !important
}

div#section-1, div#section-2 {
    padding: 45px 45px 25px;
}
#legend {
	background: #cecece;
	padding: 42px 45px;
}
#legend div {

	padding: 0px;
}
div#section-2 ul {
    padding-left: 0px;
}
div#section-2 ul li:before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #3994CD;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    margin: auto;
    top: 4px;
    left: 0;
}
div#section-2 ul li {
    list-style: none;
   text-indent: 0em;
    position: relative;
    padding-left: 1.5em;
}
div#legend div h3.h2{
	text-transform: none !important;
	color: #121B34;
}
.legend figure, .legend small {
    display: inline-block;
}

.legend small {
	color: #4e5357;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

#speedos {
	counter-reset: count;
	padding-top:45px;
}
#speedos > div{
	padding: 0px !important;

}
#speedos .spedometer-title h3.h2:before {
	content:counter(count) ".";
	counter-increment: count;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.09px;
    color: #0097d1;
}
#speedos .spedometer-title .h2{
	color: #0097d1;
	display: block;
    text-align: center;
    text-transform: none;
}
.spedometer-title {
    height: 55px;
}

.poweredby {
	text-align: right;
}

.speedos:hover .speedometer-pop{
	display: block !important;
}


.speedometer-pop {
	display: none;
	background: #267AD3;
    color: #fff;
    padding:20px 15px;;
    font-size: 11px;
    position: absolute;
    top: 270px;
    left: 0px;
    right: 0px;
    width: 210px;
    z-index: 2;
    cursor: pointer;
    margin: auto;
}

.speedometer-pop p{
	color: #fff;
	text-align: center;
}
div.speedometer-pop:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0px;
    right: 0px;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 45px solid transparent;
    border-bottom: 15px solid #267ad3;
}

/******************************************* Media Research *************************************/
.page-id-128 .video-section .video-play {
    background-size: 140%;
    /*background-position: center -40px;*/
    padding-top: 225px;
}

/*******************************************Contact Us *************************************/
div#contact-details {
	padding: 40px 45px 20px 45px;
}

.page-id-118 .light-blue-bg.extra-light .h2 {
    color: #051632;
}
.page-id-118 .dark-blue-bg .h2 {
    color: #0097d1
}

.page-id-118 .gform_wrapper .gfield_required{
	color: #4e5357;
}

div#gform_wrapper_1 {
    margin: -15px 0;
}

.page-id-118 div#gform_wrapper_1 .gform_wrapper .gfield_required {
    color: #4e5357;
}
.page-id-118 div#gform_wrapper_1 label.gfield_label,label#label_1_5_1 {
	color: #0097d1;
	font-weight: 700;
    font-size: 15px;
}
.page-id-118 div#gform_wrapper_1 .top_label div.ginput_container {
    margin-top: 0px;
}
.detail-content ul li{
    color: #fff;
}
.detail-content ul li:before {
    display: none;
}
div#gform_wrapper_1 {
    margin:0px !important;
}

html input[type=checkbox]#choice_1_5_1 {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px !important;
    padding: 0;
    border: 0;
}

input[type=checkbox]#choice_1_5_1 + label#label_1_5_1 {
    padding-right:  29px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position:right 0;
    vertical-align: middle;
    cursor: pointer;
}
label#label_1_5_1 {
    background-image: url(images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html input[type=checkbox]#choice_1_5_1 {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px !important;
	padding:0;
	border:0;
	}


input[type=checkbox]#choice_1_5_1:checked + label#label_1_5_1 {
	background-position:right -24px;
	}


/******************************* Corporate Directory ********************/
.page-id-126 .h2{
	color:#0097d1;
}


#community-work .h2{
	color: #fff;
}



.announcements{
	min-height: 660px;
	padding-top: 45px;
    background: url(images/page-template-page-asx-announcements.png) no-repeat right top;
    background-position-y: -90px;
}



/***************************Single Page****************************/
.post-details {
	background: #f4f4f4;
	padding: 45px 30px 68px 45px;
}


.post-info {
    margin-bottom: 50px;
}
p#post-date{
    color: #aeaca6;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
    position: static;
    margin-bottom: 0px;
}
p#post-author{
    color: #aeaca6;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 13px;
    position: static;
}
img.post-source-logo {
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 170px;
}


.post-share-icon p{
	color: #aeaca6;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    position: static;
    margin-bottom: 0px;
}
.share-post-separetor{
	border-color: #0097d1;
    margin: 0px;
    margin-bottom: 10px;
}
.category-menu{
	background: #0097d1;
	padding: 45px 30px 22px 45px;
}
.category-menu p{
	color: #ececec;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    position: static;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.category-menu-post-separetor{
	border-color: #88C9E6;
    margin: 0px;
    margin-bottom: 10px;
}
ul#menu-category-menu {
	padding: 0px;
}
ul#menu-category-menu li{
	list-style: none;
}
ul#menu-category-menu li:before{
    display: none;
}
ul#menu-category-menu li a:hover{
	color: #4e5357;
}

ul#menu-category-menu li a{
	color: #ffffff;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
    line-height: 2em;
    display: block;
}

.post-content{
	padding:45px 45px 45px 30px;
}
.post-content .post-image-link {
    border-radius: 0px !important;
}
.post-content p{
color: #4e5357;
margin-bottom: 10px;
}


ul.main-menu li:before{
    display: none;
}



.navi-pagination ul.navi-links li.navi-link:before {
    position: static !important;
    padding-top: 0px !important;
}

div#media-reports .text-content-area {
    background: #fff;
}

div#media-reports .text-content-area .news-content{
	 background: #f5f5f5;
}
.news-row.category-media-reports .news-content-cat {
    padding: 45px 0px;
    margin: 0px !important;
    background: #f5f5f5;
}
div#media-reports .text-content-area .news-content {
    padding: 0 30px !important;
}

#asx-annoucements div#wl-year-div-all {
    position: relative;
    top: -30px;
}


/****************Partners********************/
.partner-content {
    background: #fff;
    position: relative;
    padding-top: 130px;
    top: -100px;
}

h6.partner-title {
	margin-top: 10px;
	color: #0097d1;
	font-size: 15px;
	font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.09px;
}



.page-id-525 hr.separator {
    margin-top: 45px;
    margin-bottom: 5px;
}

.page-template-page-company-continent .h2{
	color: #0097d1;
}


img#id-1207{
		height: 30px !important;
	}

div#directors {
    background: #F9F9F8;
}

li.page_item::before,li.cat-item::before,ul#sitemap-tags li::before,ul#sitemap-authors li::before{
	display: none !important;
}


.company-overview-ellipse:last-of-type span.company-overview-year {
    text-align: center;
    font-size: 9px;
}
.company-overview-ellipse:hover:last-of-type span.company-overview-year {
    font-size: 15px;
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page-id-793 .video {
    padding: 45px 22.5px 0px 22.5px;
}

#video-gallery {
	padding:0px 22.5px 45px 22.5px;
	background: #F4F4F4;
}



#video-gallery .video-section .video-play {
   /* background-size: 100%;*/
}

#gallery-section .video .h2 {
	min-height: 24px;
}
#gallery-section .video .h3 {
	min-height: 19px;
}



div.video-section {
    border: 1px solid #eaeaea;
}



div#overview-map {
    background: #fff;
    position: relative;
    z-index: 1;
}
/*div#overview-map .map{
	background: url(images/map-overview.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 364px;
    width: 768px;
    background-color: #fff;
    float: right;
    position: relative;
}*/

div#overview-map .map {
    background: url(images/map-overview.png);
    /* background-size: 100% auto; */
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 300px;
    width: 768px;
    background-color: #fff;
    float: none;
    margin: auto;
    position: relative;
    transform: scale(0.9) translateX(80px);
}

.year-option {
	display: none;
}

.company-overview-ellipse:first-child  .company-overview-pop-up {
    left: 0px;
}
.company-overview-ellipse:first-child  .company-overview-pop-up:before {
    left: 50px;
}
.company-overview-ellipse:last-child  .company-overview-pop-up {
    right: 0px;
    left: auto;
}
.company-overview-ellipse:last-child  .company-overview-pop-up:before {
    left: auto;
    right: 50px;
}

ul#wl-year-ul.year-option li.wl-dropdown-li {
    list-style: none;
}
ul#wl-year-ul.year-option li.wl-dropdown-li::before {
    display: none;
}

ul#wl-year-ul.year-option {
	border: 1px solid #d3d3d3;
	max-height: 400px;
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    max-height: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    color: #FFF;
}

ul#wl-year-ul.year-option li.wl-dropdown-li {
	padding: 0 0px;
	text-align: right;
}
ul#wl-year-ul.year-option li.wl-dropdown-li a{
	display: block;
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
    z-index: 999;
    position: relative;
    background: white;
    padding-right: 21px !important;
}


.page-template-page-insights_news-category .text-content-area {
	    background: #f4f4f4;
}

.page-not-found-404 .btn-back,.search-no-results .btn-back{
	margin: auto;
}

.search .news-content{
	position: relative;
}
nav.navigation {
    margin-bottom: 45px;
}
nav.navigation a.btn-back.btn-default-outline-dark {
    float: left;
}

nav.navigation a.btn.btn-default-outline-dark {
    float: right;
}
.search .news-content-cat {
     margin: 0px;
    margin-bottom: 45px;
}

.page-template-page-thank-you .title{
	text-align: center;
	font-weight: bolder;
	font-size: 50px;
}

.page-template-page-thank-you .contentbar {
	text-align: center;
}
.page-template-page-thank-you  .h1{
	font-size: 110px;
}
.page-template-page-thank-you .btn-back{
	margin: auto;
}


.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color:rgba(62, 115, 215, 0.66);
	font-size: 12px;
	padding: 5px 15px;
	display: none;
	border: 1px solid rgba(62, 115, 215, 0.9);
	color: white;
}

.go-top:hover {
	background-color:#3E73D7;
	color: white;
}


div#pre-footer > div > div.hover {
    box-shadow: 0px 0px 5px #000000;
    z-index: 10;
}

a.share-price-block:hover table.wl-last-price-table div {
    color: #0097d1;
}

/* Lang Switch */

.lang {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.lang:hover .lang-dropdown  {
   display: block;
}

.lang-current {
	padding: 0px 20px;
	line-height: 40px;
	color: #4e5357;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.lang-current:after {
    content: "";
    background: url( css/assets/images/arrow-down.svg) 0 0 no-repeat;
    width: 10px;
    height: 5px;
    top: 50%;
    right: 20px;
}

.lang-current i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

.lang-dropdown  {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #fafafa;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,0.40);
  width: 100%;
}

.lang-dropdown a {
  display: block;
	color: #4e5357;
	text-decoration: none;
	padding: 0px 20px;
	line-height: 40px;
}

.lang-dropdown li.is-current a {
  color: #3e72d7;
}

.lang-dropdown li {
	display: block;
}

.lang-dropdown li:before {
  display: none;
}

.lang-dropdown li:hover{
	background: #efefef;
}


/*** Twitter Style ***/
.ctf-more{
    display:none !important;
}
@media screen and (max-width:991px) {
    .ctf-more{
        display:block !important;
    }
   
}
#ctf {
    border-bottom: 1px solid #cecece;
}
#ctf .ctf-tweet-content {
    margin-left:78px !important;
}
#ctf .ctf-author-box-link {
    margin-left:16px !important;
}
#ctf .ctf-tweet-actions {
    margin-left:78px !important;
}
@media screen and (max-width:991px) {
     #ctf .ctf-author-box-link {
        margin-left:0px !important;
    }
}
div#announcements-link {
    position:relative !important;
}
div#market-news-link {
     position:relative !important;
}
.home .wl-headlineTable tbody tr:nth-child(-n+6) {
    display: block;
    border-bottom: 1px solid #cecece;
    background: #f9f9f9;
    min-height: 60px;
    
}
.home .wl-headlineTable tbody tr:nth-child(-n+7) {
    display: block;
    border-bottom: 1px solid #cecece;
    background: #f9f9f9;
    min-height: 60px;
    
}
.home .wl-headlineTable tbody tr:nth-child(-n+8) {
    display: block;
    border-bottom: 1px solid #cecece;
    background: #f9f9f9;
    min-height: 60px;
    
}
/*
.home .wl-headlineTable tbody tr:nth-child(-n+9) {
    display: block;
    border-bottom: 1px solid #cecece;
    background: #f9f9f9;
    min-height: 60px;
    
}*/