#climateAction {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0079c0+0,88b440+100 */
    background: rgb(0, 121, 192);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 121, 192, 1) 0%, rgba(136, 180, 64, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 121, 192, 1) 0%, rgba(136, 180, 64, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 121, 192, 1) 0%, rgba(136, 180, 64, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c0', endColorstr='#88b440', GradientType=1);
    /* IE6-9 */
}
.title-style {
    font-size: 32px;
    font-weight: 600;
    color: #FFF;
    max-width: 650px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto 60px;
}
.glance {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.glance img {
    width: 100%;
}
.area {
    float: left;
    position: absolute;
    height: 101px;
}
.area .content {
    max-width: 185px;
    font-size: 14px;
    line-height: 18px;
    background: #FFF;
    padding: 8px 30px 8px 20px;
    border-radius: 10px;
    /* position: absolute; */
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    color: #6d6e70;
}
.chart {
    position: absolute;
    left: 86%;
    top: 0;
    background: url(../../images/ast/home/map/circle_graphics.png) no-repeat 0 0;
    width: 101px;
    height: 101px;
}
.area4 .chart, .area5 .chart {
    left: auto;
    right: 86%;
}
.area4 .content, .area5 .content {
    padding: 8px 30px 8px 40px;
}
.area1 {
    left: 10%;
    top: 54%;
}
.area2 {
    left: 38%;
    top: 44%;
}
.area3 {
    top: 7%;
    left: 45%;
}
.area4 {
    left: 80%;
    top: 16%;
}
.area5 {
    top: 35%;
    left: 64%;
}
.area6 {
    top: -6%;
    right: 6%;
}
.tablet-icon:before{

    width: 26px;
    height: 26px;
    background: #FFF;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}
.tablet-icon {
    width: 34px;
    height: 34px;
    border:1px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display:none;
}
.tablet-icon1{
    left: 29%;
    top: 59%;
}
.tablet-icon2 {
    left: 48%;
    top: 46%;
}
.tablet-icon3{
    top: 9%;
    left: 62%;
}
.tablet-icon4{
    left: 76%;
    top: 19%;
}
.tablet-icon5{
    top: 40%;
    left: 60%;
}
.tablet-icon6{
    top: 4%;
    right: 6%;
    left: auto;
}
/* radial */

#test .arc2 {
    stroke-weight: 0.1;
    fill: #3660b0;
}
#outer {
    background: #FFFFFF;
    border-radius: 5px;
    color: #000;
}
.chart>div {
    margin: 6px 0 0 7px;
}
.arc {
    stroke-weight: 0.1;
    fill: #f0a417;
}
.arc2 {
    stroke-weight: 0.1;
    fill: #b00d08;
}
.arc {
    stroke-weight: 0.1;
    fill: #f37021;
}
.widgetRadial .arc {
    fill: #4faebc;
}
.background {
    fill: transparent;
    fill-opacity: 0.01;
}
.component {
    fill: transparent;
}
.widgetRadial .component {
    fill: #d0d2d3;
}
.selectedRadial {
    border-radius: 3px;
    background: #f4f4f4;
    color: #000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(200, 200, 200, 0.85);
}
.radial {
    border-radius: 3px;
    background: #FFFFFF;
    color: #000;
}
/* climate action */

.climate-action {
    max-width: 1140px;
    margin: 0 auto;
    color: #FFF;
}
.climate-action {
    max-width: 1140px;
    margin: 0 auto;
    color: #FFF;
    /* display: flex; */
    overflow: hidden;
}
.climate-action .title-style {
    width: 300px;
    float: left;
    text-align: left;
    opacity:0;
	transform:translateY(40px);
	transition: all .5s linear;
}
.climate-action .content {
    float: left;
    width: calc(100% - 300px);
    font-size: 18px;
    line-height: 33px;
    padding-left: 100px;
    opacity:0;
	transform:translateY(40px);
	transition: all .5s linear .2s;
}
.cbp-so-animate.climate-action  .title-style, 
.cbp-so-animate.climate-action  .content{
	opacity:1;
	transform:translate(0);
}
/* widgets */

.widgets {
    max-width: 1340px;
    margin: 0 auto;
    padding: 50px 100px;
    background: #FFF;
    overflow: hidden;
}
.widgetLeft, .widgetRight {
    width: 50%;
    display: flex;
    justify-content: space-around;
    float: left;
}
.widget-row {}
.widgetRight {
    border-left: 1px solid #4faebc;
    padding-left: 20px;
}
.widget {
    width: 106px;
    height: 106px;
    border: 1px solid #d0d2d3;
    display: flex;
    flex-wrap: wrap;
    border-radius: 50%;
    align-content: center;
    text-align: center;
}
.widget div {
    width: 100%;
}
.widgetRadial {
    width: 108px;
}
.cif-widgets .widget {
    margin: 0 auto;
    margin-bottom: 10px;
}
.cif-widgets .unit, .cif-widgets .text {
    color: #929497;
    font-size: 15px;
    line-height: 18px;
}
.cif-widgets .value {
    color: #88b440;
    line-height: 47px;
    font-size: 47px;
    font-weight: 700;
}
.cif-widgets .label-text {
    text-align: center;
    color: #6d6e70;
    font-size: 13px;
    line-height: 15px;
}


.climate-action + .title-style {
    margin-top: 80px;
    position: relative;
    padding-bottom: 20px;
    opacity:0;
    transform: translateY(40px);
    transition: all .5s linear 0s;
}
.climate-action + .title-style.cbp-so-animate{
    opacity:1;
    transform: translateY(0px);
    transition: all .5s linear 0s;	
}
.climate-action + .title-style:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 150px;
    height: 3px;
    background: #fff;
    bottom: 0;
    margin: 0 auto;
}




.radial-svg text{
  fill: #929497
}
.widgetRight .radial-svg text{
  fill: #808184;
}
.widget-row {
    width: 140px;
    display: flex;
    /*margin-right: 10px;*/
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.widget-row:last-child{
    margin-right:0;
}
.widgetLeft{
    padding-right:25px;
}
.widgetRight{
    padding-left:25px;
}

/* Task #306983 */

.area1.area{
	left: 5%;
}
.area1 .content {
	max-width: 306px;
}  
.area1 .chart{ 
    left: 92%;
}
.area3 {
    left: 40%;
}
.area3 .content{
	max-width: 218px;
}
.chart {
    left: 89%;
}

/*---------------------------------*/

@media screen and (min-width: 1340px) {
    .widgets{
    }
}
@media all and (max-width: 991px){
    /* map */
   .area {
	    top: 50% !important;
	    left: 50% !important;
	    transform: translate(-50%,-50%);
	    background: #ffffffde;
	    display: none;
	    border-radius: 20px;
	    z-index: 3;
	    height: 140px;
	}
	.area .content {
	    max-width: 280px;
	    font-size: 14px;
	    line-height: 18px;
	    /* background: #FFF; */
    	background: transparent;
	    padding: 8px 150px 8px 20px;
	    border-radius: 10px;
	    /* position: absolute; */
	    top: 50%;
	    position: relative;
	    transform: translateY(-50%);
	}
	.chart {
	    position: absolute;
	    right: 20px;
	    top: 20px;
    	left: auto;
	}
	.area4 .chart, .area5 .chart{
	    right: 20px;
	        	left: auto;
	}
		
	.tablet-icon{
		display: block;
	}
	.area .close {
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    /* background: red; */
	    left: 20px;
	    top: 10px;
	    content: "X";
	    opacity: 1;
	    font-family: arial;
	    font-weight: normal !important;
	    color: #a9a9a9;
	    text-shadow: 0 0 0 transparent;
	}
	
	.area  .close:before {content: "X";font-weight: normal;font-size: 23px;font-weight: 400;}
}
@media all and (max-width: 767px){
	.climate-action + .title-style {
	    margin: 30px 0;
	    font-size: 22px;
	    line-height: 28px;
	}
	.title-style{
	    font-size: 22px;
	    line-height: 28px;
	}
	.climate-action .title-style {
	    width: 100%;
	    float: none;
    	text-align: center;
	    margin: 0 0 30px;
	}
	.climate-action .content {
	    float: none;
	    width: 100%;
	    font-size: 16px;
	    line-height: 24px;
	    padding-left: 0;
	}
	.enivironment-section .es-items {
	    padding: 30px 20px;
	}
	#climateAction{
		padding: 40px 30px;
	}
	.area {
	    transform: translate(-50%,-63%);
	    width: 100%;
	}
}
