html {
	position: relative;
}

body {
	margin-bottom: 100px;
}

.jumbotron-manual-2 img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

section {
	min-height: 400px;
}

.portfolio {
	background-color: #eee;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #333;
	padding-top: 40px;
}

footer p {
	color: #aaa;
}

footer p i {
	color: salmon;
}

.contact {
	min-height: 750px;
}

.jumbotron-manual {
	margin-bottom: -50px;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #49688e;
}

.jumbotron-manual-2{
	margin-bottom: -30px;
	padding-bottom: 50px;
	padding-top: 20px;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}

.vertical-center {
	height: 100px;
  	align-items: center;
    display: grid;
}

.name-properties {
	padding-left: 0;
	margin-left: 0;
}

@media (max-width: 768px) {
.name-properties {
	text-align: center;
	}
}

.media-berita img {
  	object-position: center;
    object-fit: contain;
    width: auto;
    height: auto;
}

.media-berita-depan img {
    object-position: center;
    object-fit: contain;
    width: 128px;
    height: 96px;
}

.media-kegiatan img {
	width: 64px;
	height: 64px;
	object-fit: cover; /* Do not scale the image */
  	object-position: center;
}

.media-berita-depan{
    min-height: 500px;
}

.media-slide img {
    object-position: center;
    object-fit: contain;
    width: 100%;
    height: 400px;
}

.media-slide p {
    margin-bottom: 40px;
    font-size: large;
}

.portfolio hr {
	width: 250px;
	border: 2px solid #999;
}

.bg-visi{
	background-color: #fff;
}

.photo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
    max-width: 200px;
    object-fit: cover;
}
.photo-kk img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    max-width: 350px;
    object-fit: cover;
}

.basicLi li {
    display: inline;
    margin-right: 4px;
}

.basicLi li a{
    color: #9d9d9d;
}

/*--thank you pop starts here--*/
.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
}
.thank-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.thank-you-pop h1{
    font-size: 42px;
    margin-bottom: 25px;
    color:#5C5C5C;
}
.thank-you-pop p{
    font-size: 20px;
    margin-bottom: 27px;
    color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
    font-size: 25px;
    margin-bottom: 40px;
    color:#222;
    display:inline-block;
    text-align:center;
    padding:10px 20px;
    border:2px dashed #222;
    clear:both;
    font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
    color:#03A9F4;
}
.thank-you-pop a{
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
    margin-right:5px;
    color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}

.text {
    position: relative;
    font-size: 14px;
    color: black;
    width: auto; /* Could be anything you like. */
}

.text-concat {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.0em; /* (Number of lines you want visible) * (line-height) */
    text-align:justify;
}

.text.ellipsis::after {
    content: "...";
    position: absolute;
    right: -12px;
    bottom: 4px;
}

h4 a{
    color: black;
}

.peopleCarouselImg img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 420px;
    max-height: 420px;
}

@media print{
    @page {size: A4 landscape}
    body {
        font-size: x-small;
    }
}

.form-child-margin * {
    margin-right: 2px;
}

.toggle span {
    margin-left: -30px;
    cursor: pointer;
}

.item2 {
    width: auto;
    height: auto;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.item2 .slide {
    position: relative;
    z-index: -1;
    width: auto;
    height: auto;
}