.col-pad-20 {
    padding: 20px 30px;
}

#section-APPLICATIONS .col-pad-20 {
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width:900px) {
    .col-pad-20 {
        padding: 20px;
    }
}

.bg-lt {
    background-color: #262626;
}


.hl-rss {
    margin: 0 20px;
    color: #bb924c;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}

.img-maining-wrap {
    height: 100%;
}

.img-maining-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.smooth-link-ctr {
    margin: 25px 0;
}

.smooth-link {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    background: #3c3c3c;
}

.smooth-link li:not(:last-child) {
    margin-right: 45px;
}

.smooth-link-wrap {
    margin-bottom: 0;
    padding-top: 40px;
}

.smooth-link a {
    color: #fff;
    font-size: 14px;
}

.smooth-link a::before {
    content: "\f107";
    font-family: fontawesome;
    padding-right: .75em;
}

.note-link {
    padding: 30px 45px;
    padding-right: 85px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ccc;
    font-size: 16px;
}

.note-link p {
    margin: 0;
}

.sml-p {
    font-size: 12px;
    color: #d7af6b;
    text-transform: uppercase;
    font-weight: bold;

}

.note-link-img {
    padding-top: 20px;
    display: inline-block;
}

.btn-gold-ctr a {
    display: block;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #d7af6b;
    color: #d7af6b;
    font-size: 17px;
}

.btn-gold-ctr + .btn-gold-ctr {
    margin-top: 10px;
}

.parallax#parallax-lt-1 {
    background-image: url(../img/bg-prr-01.jpg);
}

.app-list h4,
.buyrent-list h4 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
}

.app-list h4 + p,
.buyrent-list h4 + p {
    color: #ccc;
    font-size: 14px;
    margin: 0
}

.app-list .sml-p {
    margin: 0;
}

.app-list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.app-list:not(:last-of-type) {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.app-list-inner:nth-child(2) {
    width: 860px;
    padding: 0 30px;
}

.app-list-inner:nth-child(3) {
    width: 150px;
}

.icon-blank::after {
    font-weight: normal;
    font-size: 60%;
    vertical-align: middle;
}

.buyrent-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.buyrent-list:not(:last-of-type) {
    margin-bottom: 50px;
}

@media screen and (max-width:900px) {
    .smooth-link {
        padding: 15px 10px;
        font-size: 8px;
    }

    .smooth-link li:not(:last-child) {
        margin-right: 20px;
    }

    .note-link {
        display: block;
        padding: 30px;
        text-align: center;
    }

    .note-link br {
        display: none;
    }

    .note-link p {
        margin: 10px 0;
    }

    .note-link-img {
        padding-top: 0;
    }

    .btn-gold-ctr a {
        margin: 0 auto;
    }

    .app-list .wrap {
        display: block;
        padding: 0 20px;
        text-align: center;
    }

    .app-list-inner:nth-child(2) {
        width: 100%;
        text-align: left;
        padding: 15px 0
    }

    .app-list-inner:nth-child(3) {
        width: 100%;
    }

    .buyrent-list {
        display: block;
    }

    .sp-ta-lft {
        text-align: left
    }

    .buyrent-list-inner:last-child {
        margin-top: 15px;
    }

    .img-maining-ctr {
        /*        padding: 0 20px;*/
    }
}

/* flex clm adj*/

.flex {
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resrc {
    width: calc(50% - 10px);
    margin: 10px 0 !important;
}

.hl-rss {
    margin-left: 0;
    margin-right: 0;
}

.newmark {
		position: relative;
		padding-bottom: 2px;
		
	}
	.newmark::before {
		content: "NEW";
		display: inline-block;
		background : #d1c000;
		color: #fff;
		
		padding: 2px 10px;
	
		margin-right:5px;
		margin-bottom:5px;
		font-size: 10px;
	

	}
	
	.updatemark {
		position: relative;
		padding-bottom: 2px;
		
	}
	.updatemark::before {
		content: "Updated";
		display: inline-block;
		background : #d21e62;
		color: #fff;
		
		padding: 2px 10px;
	
		margin-right:5px;
		margin-bottom:5px;
		font-size: 10px;
	

	}


@media screen and (max-width:900px) {
    .flex {
        display: block;
    }

    .resrc {
        width: 100%;
        margin-top: 20px !important;
    }
}

/* flex clm adj*/
.restag {
    text-transform: uppercase;
}

.sp-ta-lft {
    font-size: 16px;
}

.hl-ss {
    font-size: 28px;
    margin: 0;
    font-weight: normal;
}

.note-link-ctr:not(:last-child) .note-link {
    border-bottom: 1px solid #666666;
}

.note-link-ctr {
    padding: 0 10px;
    background: #000;
}

.note-link-ctr-2nd .note-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.app-list-inner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:900px) {
    .app-list-inner-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hl-ss {
        margin-bottom: 10px;
    }

    .smooth-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
