/* tsr-01 */
.tsr-01 .lt-tsr-block {
	max-width: 350px;
    transition: all 0.3s ease;
}
 

.block-set-editor .tsr-01 .lt-tsr-block {
	transform: none!important;
}

.tsr-01 .f-header {
	font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #4b6784;
    border-bottom: 1px solid #c3dcee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.tsr-01 .f-description {
    position: relative;
    padding-bottom: 45px;
	font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #597b99;
    overflow: hidden;
}

.tsr-01 .icon {
	font-size: 70px;
	height: auto;
    padding-top: 0;
}

.tsr-01 .lt-tsr-block .icon span {
	transition: all 0.3s ease;
}

.tsr-01 .lt-tsr-block .f-description a {
	position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 35px);
    transition: all 0.3s ease;
    border-bottom: 1px solid #C5D7E8;
    color: #2D7CC6;
    font-weight: 500;
    padding: 3px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}

.block-set-editor .tsr-01 .lt-tsr-block .f-description a {
	transform: translate(-50%,0)!important;
}

.tsr-01 .lt-tsr-block .f-description a:hover {
    background-color: #E2F2FF;
    border-bottom: 1px solid #5597D1;
}

.tsr-01 .lt-tsr-block:hover {
    transform: translateY(-30px);
}

.tsr-01 .lt-tsr-block:hover .f-header {
	border-color: #F28291;
}

.tsr-01 .lt-tsr-block:hover .icon span {
	color: #F28291!important;
}

.tsr-01 .lt-tsr-block:hover .f-description a {
	transform: translate(-50%, 0);
}
/* end tsr-01 */

/* tsr-02 */
.tsr-02 .lt-tsr-content {
	position: relative;
    height: 268px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #92a7b3;
	box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1); 
}
.tsr-02 .lt-tsr-block .image-card {
	height: 100%;
}
.tsr-02 .lt-tsr-block .image-wrapper {
    height: 100%!important;
	transition: all 0.3s ease;
}

.tsr-02 .f-header {
	position: absolute;
    bottom: 81px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    background: #f6f9fc;
    color: #4b6784;
    padding-left: 20px; 
    padding-right: 20px;
    padding-top: 20px;
    box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.3), 0px 0px 10px 1px rgba(0,0,0,0.2), inset 0px 2px 3px 0px #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
	transform: translateY(130px);
    transition: all 0.3s ease;
}

.tsr-02 .f-description {
	position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    height: 35px;
    margin-bottom: 0;
    background: #f6f9fc;
    color: #84909e;
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    transform: translateY(130px);
    transition: all 0.3s ease;
}

.tsr-02 .f-description::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #DADFE5;
}

.tsr-02 .button {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background: #f6f9fc;
    color: #84909e;
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 3px;
    transform: translateY(130px);
    transition: all 0.3s ease;
}

.tsr-02 .btn.f-btn {
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.08), inset 0px 1px 2px 0px #fff;
    text-shadow: 1px 1px 1px #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #4c5a63!important;
    background-color: #f2f5f7!important;
    background-image: linear-gradient(to bottom, #f2f5f7 0%, #e2e9ed 100%);
    background-repeat: repeat-x;
    border: 1px solid transparent!important;
    border-color: #afc4d3!important;
    border-bottom-color: #7ea0b8!important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.tsr-02 .btn.f-btn:hover {
    color: #4c5a63!important;
    background-color: #d9e2e7!important;
    border-color: #88a7bd!important;
}

.tsr-02 .lt-tsr-content:hover .image-wrapper {
	transform: translateY(-25%);
}

.tsr-02 .lt-tsr-content:hover .f-header,
.tsr-02 .lt-tsr-content:hover .f-description,
.tsr-02 .lt-tsr-content:hover .button {
	transform: translateY(0);
}
/* end tsr-02 */

/* tsr-03 */
.tsr-03 .lt-tsr-block {
	margin-bottom: 25px!important;
}

.tsr-03 .icon {
    height: 100%!important;
	float: left;
    font-size: 70px;
}

.tsr-03 .f-header {
    margin-left: 100px;
	padding-bottom: 10px;
    border-bottom: 1px solid #c3dcee;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #4b6784;
    transition: all 0.3s ease;
}

.tsr-03 .f-description {
	margin-left: 100px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #597b99;
}

.tsr-03 .lt-tsr-content .icon span {
	transition: all 0.3s ease;
}

.tsr-03 .lt-tsr-content:hover .f-header {
	border-color: #F28291;
}

.tsr-03 .lt-tsr-content:hover .icon span {
	color: #F28291!important;
}

@media screen and (max-width: 767px) {
    .tsr-03 .f-description,
    .tsr-03 .f-header {
    	margin-left: 0;
    }
    
    .tsr-03 .icon {
    	float: none;
        padding-top: 0;
    }
}
/* end tsr-03 */

/* tsr-04 */
.tsr-04 .lt-tsr-content {
	display: flex;
    flex-direction: column;
}

.tsr-04 .image-wrapper {
	order: 1;
}

.tsr-04 .f-header {
    order: 2;
	font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    color: #4b6784;
}

.tsr-04 .f-header p {
	display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease;
}

.tsr-04 .f-header:hover p {
    background-color: #e0f4ff;
    text-decoration: none;
    transform: translateY(-3px);
}

.tsr-04 .f-subheader {
    order: 3;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
    color: #597b99;
}

.tsr-04 .f-subheader .fa {
	font-size: 16px;
    line-height: 20px;
    color: #bacedb;
}

.tsr-04 .f-subheader a {
	color: #2a6496;
    margin-left: 10px;
    text-decoration: none;
}

.tsr-04 .f-subheader a:hover .fa {
	color: #EF4340;
}

.tsr-04 .f-description {
    margin-top: 10px;
	order: 4;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: #597b99;
}

.tsr-04 .button {
	order: 5;
}

.tsr-04 .btn.f-btn {
	min-height: auto;
    color: #2d7cc6!important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c5d7e8;
    background-color: transparent!important;
    font-weight: 700;
    padding: 3px;
    font-size: 12px;
    transition: all 0.3s ease;
    display: inline-block;
    transition: all 0.3s ease;
}

.tsr-04 .btn.f-btn:hover { 
    transform: translateY(-3px);
	background-color: #d6ebff!important;
    border-bottom: 1px solid #7ca5cb;
}
/* end tsr-04 */

/* tsr-05 */
.tsr-05 .lt-tsr-content {
	display: flex;
    flex-direction: column;
}

.tsr-05 .image-wrapper {
	order: 1;
    height: 220px!important;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.tsr-05 .f-header {
	order: 2;
    font-size: 28px;
    line-height: 31px;
    font-weight: 300;
    color: #4b6784;
}

.tsr-05 .f-subheader {
	order: 3;
    font-size: 14px;
    line-height: 15px;
    font-weight: 200;
    color: #5783a5;
}

.tsr-05 .f-subheader p {
    background-color: #e3eef7;
    padding: 5px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
}

.tsr-05 .f-description {
	order: 4;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: #597b99;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
/* end tsr-05 */