/*body{
    margin-top:20px;
    /*background:#FBFDFF
	background:#fff
}*/
.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
	font-family: "Poppins", sans-serif;
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
	background: #FDB5A0;
	/*background: #62BD61;*/
	/*background: #eee;*/
    left: 20%;
    margin-left: -6px
}

.cbp_tmtimeline>li {
    position: relative
}

/*.cbp_tmtimeline>li:first-child .cbp_tmtime span.large {
    color: #444;
    font-size: 15px !important;
    font-weight: 700
}*/

.cbp_tmtimeline>li:first-child .cbp_tmicon {
    background: #fa4612;
    color: #fff;
   /* background: #fff;
    color: #666;*/	
}

.cbp_tmtimeline>li:last-child .cbp_tmicon {
    background: #fa4612;
    color: #fff;
   /* background: #fff;
    color: #666;*/
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #242A31;
    font-size: /* 13px */ 14px
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    /*background: #f0f1f3*/
	
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #f0f1f3
}

.cbp_tmtimeline>li .empty span {
    color: #777
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 70px;
    position: absolute
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 14px;
    color: #242A31;
    font-weight: 500
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 14px;
    color: #242A31
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    /*background: #f0f1f3;*/
    padding: 1.2em;
    position: relative;
    border-radius: 5px
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    /*content: " ";*/
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f0f1f3;
    border-width: 10px;
    top: 50px
}

.cbp_tmtimeline>li .cbp_tmlabel blockquote {
    font-size: 16px
}

.cbp_tmtimeline>li .cbp_tmlabel .map-checkin {
    border: 5px solid rgba(235, 235, 235, 0.2);
    -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
    -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
    box-shadow: 0px 0px 0px 1px #ebebeb;
    background: #fff !important
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
	margin-top: -20px;/* 0 */
    padding: 0 0 10px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a {
    font-size: 15px
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a:hover {
    text-decoration: none
}

.cbp_tmtimeline>li .cbp_tmlabel h2 span {
    font-size: 15px
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    color: #242A31;
	font-size: 14px
}
/*---------------------------*/
.cbp_tmtimeline>li .cbp_tmlabel p>span {
display: block;
font-weight: 600;
}
/*---------------------------*/
.cbp_tmtimeline>li .cbp_tmicon {
    width: 36px;
    height: 36px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fa4612;
    background: #fff;
    box-shadow: 0 0 0 4px #FDB5A0;
    /*background: #46a4da;
    box-shadow: 0 0 0 5px #f5f5f6;*/		
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .cbp_tmtimeline>li .cbp_tmtime {
        padding-right: 60px
    }
}

@media screen and (max-width: 1046px) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .cbp_tmtimeline:before {
        /*display: none*/
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 3px;
		background: #FDB5A0;
		left: 6%;
		/*left: 5%;*/
		margin-left: -4%
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left;
		padding-left: 14%;/* added */
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
		padding-left: 14%;/* added */
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #f5f5f6;
        top: -20px
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        position: relative;
        /*float: right;*/
		float: left;
        /* left: -11px;
        margin: -64px 5px 0 0px */
    }
    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #f5f5f6
    }
}

@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  
}

@media screen and (max-width: 768px) {
.cbp_tmtimeline>li .cbp_tmicon {
    margin: -64px 5px 0 -6px;
	left: 0;
}
}

@media screen and (max-width: 480px) {
.cbp_tmtimeline>li .cbp_tmicon {
    margin: -64px 5px 0 -7px;
	left: -2px;
}
}

@media screen and (max-width: 480px) {
    .cbp_tmtimeline:before {
        /*display: none*/
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 3px;
		background: #FDB5A0;
		left: 6%;
		/*left: 5%;*/
		margin-left: -2%
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left;
		padding-left: 18%;/* added */
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
		padding-left: 18%;/* added */
    }  
}

.bg-blush {
    background-color: #ff758e !important;
    color: #fff;
}

.bg-orange {
    background-color: #ffc323 !important;
    color: #fff;
}

.bg-info {
    background-color: #2ca8ff !important;
}

.bg-green {
    background-color: #3a9c30 !important;
    color: #fff;
}
.bg-white {
    background-color: #fff !important;
	color: #3a9c30;
}
