/*
//  BLOCK - Asset info block
*/

.b-asset_info-wrapper {
	font-family: "L Futura W01",Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
    position: absolute;
    right: 25px;
    text-align: center;
    text-transform: lowercase;
    top: 50%;
	}
  
.b-asset_info-section {
    color: #000;
    display: block;
	font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    margin-top: -48%;
	}

@media screen and (min-width:1280px) {
   .b-asset_info-section {
	   font-size: 24px;
	   letter-spacing: 5px;
	   margin-bottom: 25px;
	   margin-top: -47%;
		}
	}
 
@media screen and (min-width:1400px) {
   .b-asset_info-section {
	   font-size: 25px;
	   letter-spacing: 5px;
	   margin-bottom: 25px;
	   margin-top: -40%;
		}
	}
    
.b-asset_info-section:before,
.b-asset_info-section:after {
      margin: 0 5px;
    }
.b-asset_info-section:before {
      content: '[';
    }
.b-asset_info-section:after {
      content: ']';
    }
  
.b-asset_info-title {
    color: #000;
    font-size: 40px;
	font-weight: bold;
    letter-spacing: 6px;
    line-height: 48px;
	margin-bottom: 16px;
	}

@media screen and (min-width:1400px) {
	.b-asset_info-title {
		font-size: 60px;
		line-height: 95px;
		letter-spacing: 25px;
		}
	}
 
.b-asset_info-text {
    color: #000;
    display: block;
	font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: 16px;
    margin-top: -25%;
	}
	
@media screen and (min-width:1400px) {
	.b-asset_info-text {
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 64px;
		margin-bottom: 25px;
		}
	}		

@media screen and (max-width:1400px) {
	.b-hp_product_slider-title {
		margin: 2% 33% 25px;
		font-size: 14px;
	}
}

@media screen and (min-width:1399px) {
	.b-hp_product_slider-title {
		margin: 7% 33% 25px;
		font-size: 14px;
	}
}
 

.b-asset_info-link {
	border-bottom: 1px solid #000;
    color: #000;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding-bottom: 2px;
	}
	
@media screen and (min-width:1279px) {
	.b-asset_info-link { 
		font-size: 25px;
		letter-spacing: 5px;
		}
	}

.l-hp_assets_list-item--2 .b-asset_info-section {
    margin-top: -50%;
	
}

.l-hp_assets_list-item--1 .b-asset_info-text {
	margin-top: -23%;
}

/*
//Fullwidth banner - Slot 2
*/
.l-hp_fullwidth_banner  .b-asset_info-wrapper {
      right: auto;
      left: 35px;
    }

/*
//Assets row - Slot 3
*/
.l-hp_assets_list  .b-asset_info-wrapper {
      right: auto;
      width: 100%;
    }

/*
//Left align banner - Slot 4
*/

.l-hp_left_align .b-asset_info-wrapper {
      right: auto;
      width: 100%;
    }
    
.l-hp_left_align .b-asset_info-section,
.l-hp_left_align .b-asset_info-title,
.l-hp_left_align .b-asset_info-link { color: #3366ff; }
.l-hp_left_align .b-asset_info-link { border-color: #3366ff; }
 
.l-hp-slot-4 .b-asset_info-section {
	margin-top: -23%;
}
