/*@import url(https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC);*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

* {
    border-radius: 0px !important;
}

a:link,
a:visited,
a:focus {
    text-decoration: none;
    color: #442424;
}

body {
    font-family: 'Lato', sans-serif;
	font-size:16px;
}
/* ===================== General ===================== */
.header-bar {
	background: #0C2149;
	height: 45px;
	color: #6C7891;
	/*font-size: 18px;*/
	/*float: right;*/
	width: 100%;
	transition: all 0.2s linear;
	
}
.header-bar a {
	color: #6C7891 !important;
}

.header-bar .header-bar-item {
	display: inline-block;
	font-size: 12px !important;
	padding: 13px 20px;
	border-right: 1px solid #6C7891;
}
.header-bar .header-bar-item:last-child {
	border: none;
}

.header-bar-item.header-book {
	padding: 5px 20px;
}

.header-bar-item .fa {
	padding: 0px 10px;
}

.header-bar-item .btn-book {
	background: #6C7891; 
	height: 35px;
	color: #0C2149 !important;
}

header {
	/*margin-top: 45px;*/
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	background: transparent;
	border-bottom: 1px solid #D6DCE1;
	transition: all 0.2s linear;
	
}

.header-layout header {
	margin-top: 0px;
	position: relative;
	background: transparent;
}

.address {
	padding: 10px 0px;
	font-variant: none;
}

.lang {
	padding: 0px;
	font-variant: none;
}

.language-box {
	display: flex;
}

.language {
	color: #fff !important;
	padding: 10px;
	border-bottom: 4px solid transparent;
	font-variant: none;
}

.lang-item:hover,
.lang-item:focus {
	background: rgba(190, 155, 79, 0.4);
	border-bottom: 4px solid #962026;
	font-variant: none;
}

.logo {
	padding: 10px;
}
.logo img {
	max-height: 60px;
}


header .navbar {
	background: transparent;
	border: none;
	margin: 0 !important;
	font-family: 'Lato', sans-serif;
	font-variant: none;
}

header .navbar-nav > li {
    color: #282828 !important;
    padding: 0px;
}

header .navbar-nav > li:hover,
header .navbar-nav > li:focus {
    background: transparent !important;
}

header .navbar-nav > li > a {
    color: #282828 !important;
    padding: 30px 20px;
    font-weight: bold;
    font-size: 14px !important;
}

header .navbar-nav > li:hover > a,
header .navbar-nav > li:focus > a {
    background: transparent !important;
	color: #88c448 !important;
}

header .navbar-nav > li > .dropdown-menu {
	background: #1F1F1F !important;
}

header .navbar-nav > .open > a {
	background: transparent !important;
}

header .dropdown-menu > li > a {
	color: #fff !important;
}

header .dropdown-menu > li > a:hover, 
header .dropdown-menu > li > a:focus {
	background: #4D4D4D !important;
}

.navigasi {
	border-bottom: 1px solid #777;
}
.navigasi .nav-pills {
	margin: 0px;
	background: transparent !important;
	border: none !important;  
}

.navigasi .nav-pills > li > a {
	border: none !important;
}
.navigasi .nav-pills > li > a:hover {
	color: #fff !important;
	background: transparent;
}

.navigasi .nav-pills > li {
}

.section-heading {
	padding-top: 20px;
	font-variant: none;
}

.section-title,
.section-title a {
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	font-variant: none;
	padding: 15px 0px;
	color: #88c448;
}

.line-heading {
	width: 10%;
	height: 2px;
	margin: auto;
	margin-bottom: 10px;
	background-color: #88c448;
}

.main-body {
	line-height: 1.25;
}

footer {
	background: #083B46;
}

footer p, footer a {
	line-height: 1.7;
	color: #fff !important;
}

.footer-title {
	color: #88c448;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-variant: none;
}

.footer-social {
	padding: 15px;
}


.social {
    border:none;
}

.social-item {
    font-size: 18px !important;
    display: block;
    /*vertical-align: middle;*/
}

.socialbox {
	border-radius: 10px !important;
	display: inline-block;
	background: #88c448 !important;
	height: 35px;
	width: 35px;
	padding: 5px;
	margin-left: 2px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	color: #fff !important;
	opacity: 0.7;
}

.socialbox:hover,
.socialbox:focus {
	opacity: 1.0;
}

.footer-line {
	height: 2px;
	background: #962026;
	width: 40%;
	margin: auto;
}

.btn-subscribe {
	transition: all 0.2s linear !important;
	background: #88c448;
	color: #fff !important;
	border: none;
}

.btn-subscribe:hover,
.btn-subscribe:focus {
	background: #88c448;
	transition: opacity .25s ease-in-out !important;
	-moz-transition: opacity .25s ease-in-out !important;
	-webkit-transition: opacity .25s ease-in-out !important;
}

.footer-bar {
	padding: 15px;
}

.description-footer {
	padding: 15px;
	background: #fff;
	color: #333333 !important;
}

.description-footer .icon .fa {
	font-size: 20px;
    width: 60px;
    line-height: 58px;
	border-radius: 50% !important;
	border: 1px solid #88C448;
	color: #333333 !important;
}
.description-footer .icon .fa:hover {
	color: #88C448 !important;
}

.description-footer p {
	color: #333333 !important;
	line-height: 1.4;
}

.description-footer ul {
	list-style-type: none; 
	width: 100%; 
	display: block;
}

.description-footer ul li {
	float: left; 
	width: 25%; 
	text-align: center;
}

.description-footer .thumbnail {
	border: none;
	margin: 0px;
}
.main-content {
	background: #fff;
	/*padding: 20px;*/
}

.btn {
	font-family: 'Lato', sans-serif;
}

.pad-0 {
	padding: 0px;
}

.pad-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

/* ===================== Home ===================== */

.slider-section {
	position: relative;
}

.slider-section .slider img {
	/*position: absolute;*/
	width: 100% !important;
}

.slider-section .slider .carousel-indicators {
	bottom: 120px;
}

.welcome {
	position: relative;
}

.welcome .search {
	position: relative;
}

.welcome-box {
	background-color: #ffffff;
	padding-bottom:20px;
	}

.welcome .search .btn-hotel {
	padding: 15px;
	background: #88c448;
	width: 250px;
	font-size: 18px;
	color: #fff;
}

.welcome .search-list {
	position: absolute;
	background: #91B0DC;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	padding: 15px;
	display: none;
}
.welcome .search-list .form-control {
	background: #E6E7E9;
}

.welcome h3 {
	font-family: 'Lato', sans-serif;
}

.about-icon {
    
    float: left;
    display: inline-block;
  
    text-align: center;
}

.about-content {

    display: inline-block;
    margin-bottom: 10px;
    
}

.large-icon {
    font-size: 52px;
}

.call-to-action {
	background: #F2F2F2;
	padding: 80px 0;
	color: #282828;
}
.call-to-action .section-title {
	padding: 0px;
}

.cta-title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

/*Home Product*/
.home-product-section {
	background: rgb(136, 196, 72);
}

.home-product-section .section-title a {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
}

.home-product-section .section-heading .line-heading {
	margin: auto;
	height: 3px;
	background-color: #fff !important;
}
.home-product-section .section-heading .tag-description {
	color: #fff !important;
}

.home-product {
	padding: 15px 0px;
}

.home-product .product-item-box {
	padding: 0px;
	background: transparent;
}

.home-product .product-item {
	padding: 15px;
	min-height: 140px;
	/*border: 1px solid #93E1EF;*/
	background: transparent;
}

.home-product .product-item:hover,
.home-product .product-item:focus {
	/*background: #AADB73 !important;*/
	/*background: rgba(136, 196, 72, 0.7) !important;*/
}

.home-product .media-image {
	width: 90px;
}

.home-product-desc {
	color: #fff !important;
}

.home-product-desc a {
	color: #fff !important;
}

.home-product-desc .item-title {
	margin: 0px;
}
.home-product-more {
	padding: 20px;
}

.home-product-more a {
	background: #88c448;
	/*border: 2px solid #88c448;*/
	padding: 8px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff;
}

/*Feature*/
.feature-section {
	position: relative;
	height: 120px;
}

.feature-item {
	padding: 20px;
	min-height: 240px;
}

.feature-item.item1 { background: #88c448; }
.feature-item.item2 { background: #88c448; }
.feature-item.item3 { background: #88c448; }
.feature-item.item4 { background: #88c448; }

.feature-box {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: -100%;
}

.feature-flex {
	display: flex;
}

.feature-item-title {
	font-size: 20px;
	font-weight: bold;
    margin: 10px 0px;
   	color: #fff !important;
   	padding-bottom: 10px;
}

.feature-desc {
	color: #fff;
	margin-bottom: 10px;
}

/*News*/
.home-news-section {
	padding: 0px;
    background-color: white;

	padding-bottom:20px;
}

.home-news-section .line-heading {
	background: #88c448 !important;
}
.home-news-section .section-title a{
	color: #3C3C3C !important;
	font-weight: bold;
	font-size: 26px;
}

.home-news-media {
    margin-top: 20px;
	transition: all 0.2s linear;
	color: #777777 !important;
	border-top: 3px solid #88c448;
}

.home-news-media .home-media-body {
    color: #918F99;
    border: 1px solid #F0F0F0;
}

.home-news-media:hover,
.home-news-media:focus {
    /*border: 2px solid #88c448;*/
}

.home-news-media .media-image {
	position: relative;
	width: 100%;
}


.home-news-media .news-title-box {
	padding: 10px;
	background: #DCF4F9;
	color: #2A2D34;
}

.home-news-media .news-date {
	color: #88c448;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	font-size: 14px;
}

.home-news-title {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #2A2A2A !important;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px;
}

.home-news-media .news-desc {
	padding: 10px;
}

.home-news-media:hover .news-title-box,
.home-news-media:focus .news-title-box {
	background: #88c448
}

.home-news-media:hover .news-date,
.home-news-media:focus .news-date {
	color: #DCF4F9 !important;
}
.home-news-media:hover .home-news-title,
.home-news-media:focus .home-news-title {
	color: #fff !important;
}

/* Content */

.home-content-section {
    /*background-color: white;*/
    /*position: relative;*/
}

.bg-content {
	background-size: cover;
}

.home-content-section .section-title {
	color: #3C3C3C !important;
	font-size: 26px;
	font-weight: bold;
}

.home-content {
	padding: 15px 0px;
}

.home-content-item {
	overflow: hidden;
	padding: 15px;
}

.home-content-item img {
	margin: auto;
}

.home-content-item .media-content-body {
	padding: 10px;
	color: #7C7A7F !important;
	display: block !important;
}

.home-content .owl-content {
    position: relative;
}

.content-indicator {
}

.content-indicator .next, .content-indicator .prev {
    position: absolute;
    font-size: 16px;
    top: 40%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 7px 0px;
    text-align: center;
    /*background: #F58634;*/
    border: 2px solid #88C448;
    color: #88C448;
    border-radius: 50% !important;
}
.content-indicator .prev {
    left: -30px !important;
}

.content-indicator .next {
    right: -30px !important;
}

.portfolio-hover {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(240, 89, 41, 0.70);
}

.home-portfolio:hover .portfolio-hover {
	display: block;
}


.promo-more {
	font-family: 'Lato', sans-serif;
	margin: 15px auto;
	border: 2px solid #fff;
	padding: 10px;
	width: 50%;
	color: #fff;
	font-size: 20px;
}

.promo-more:hover {
	background: #88c448;
	border: 2px solid #88c448;
}

.profil-video img.active {
  	display:none;
}

.profil-video:hover img.active {
  	display:inline-block;
}

.profil-video:hover img.non-active {
  	display:none !important;
}

/* Map */
.home-map-section {
	padding: 0px;
    background-color: #fff;
}

.home-contact-section {
	background: #EAEBED;
	padding: 15px;
}

.contact-title {
	color: #282828;
	font-size: 22px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 24px;
}

.contact-home form {
	padding: 0px 15px;
}

.contact-home h3 {
	color: #282828;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 24px;
}

.btn-home-contact {
    border: none;
    outline: none;
    color: #fff;
    background: #1BC3F3;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 26px;
    margin-top: 10px;
}

.btn-home-contact:hover {
    background: #DDB124;
}

/*Album*/
.home-album-section {
	padding: 15px;
}

.home-album-section .section-title a {
	color: #4A4A4A !important;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
}

.home-gallery {

}

.home-gallery .home-gallery-item {
	padding: 10px;
}
.home-gallery .home-gallery-image {
	position: relative;
}

.home-gallery .home-gallery-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #71b100;
	background: -moz-linear-gradient(left, #71b100 0%, #0071b0 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #71b100), color-stop(100%, #0071b0));
	background: -webkit-linear-gradient(left, #71b100 0%, #0071b0 100%);
	background: -o-linear-gradient(left, #71b100 0%, #0071b0 100%);
	background: -ms-linear-gradient(left, #71b100 0%, #0071b0 100%);
	background: linear-gradient(to right, #71b100 0%, #0071b0 100%);
	opacity: 0.6;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	visibility: hidden;
}
.home-gallery .home-gallery-image:hover::before,
.home-gallery .home-gallery-image:focus::before {
	visibility: visible;
}

/* ===================== News ===================== */

/* Arsip News */
.arsip-news-item {
	padding-bottom: 20px;
	min-height: 470px;
}

.arsip-news img {
    width: 100%;
}

.news-title {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #88c448;
}


.arsip-news-body {
	padding: 0px 10px;
}

.arsip-date {
	font-size: 12px;
}

.news-day {
	font-size: 43px;
	line-height: 43px;
	display: block;
	margin-bottom: -11px;
	letter-spacing: -2px;
}

.news-month {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 5px 0px;
}

.news-date {
	font-size: 12px;
	color: #88c448;
}

.news-item {
	padding: 10px;
	margin: 0px;
	border: 2px solid transparent;
}

.news-item a {
	font-size: 14px;
	display: block;
}

.news-item:hover,
.news-item:focus {
	border: 2px solid #88c448;
}
/* ==================== Product ==================== */

/* Arsip Product */
.arsip-product-item {
	padding: 10px 10px 20px !important;
}

.arsip-product-media {
	overflow: hidden;
	border: 3px solid transparent;
	margin-bottom: 20px;
}

.arsip-product-image {
	position: relative;
	background: #88C448;
	padding: 25px 0px;
}
.arsip-product-image img {
	/*width: 100%;*/
	margin: auto;
}

.arsip-product-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: all 0.2s linear;
	/*visibility: hidden;*/
}

.arsip-product-image::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	transition: all 0.2s linear;
	/*visibility: hidden;*/
	border: 1px solid transparent;
}

.arsip-product-media:hover .arsip-product-image::after,
.arsip-product-media:focus .arsip-product-image::after {
	border: 1px solid #fff;
}

.arsip-product-media:hover .arsip-product-image::before,
.arsip-product-media:focus .arsip-product-image::before {
	background: rgba(136, 196, 72, 0.4);
}

.arsip-product-body {
	padding: 10px 10px 20px !important;
	min-height: 212px;
}

.arsip-product-media:hover,
.arsip-product-media:focus {
	border: 3px solid #88c448;
}

.arsip-product-body .product-item-title {
	color: #88c448;
}

.arsip-product-desc {
	margin: 10px 0px;
}

/* Single Product */


.head-hotel {
	background: #88c448;
	color: #fff;
}

.single-product {
	padding: 20px 15px;
}

.product-slider-thumb {
	padding: 5px !important;
}

.product-slider-thumb img {
    width: 100%;
}

.single-product-desc{
	/*width: 375px;*/
	float: right;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.single-tab {
	margin-top: 25px;
}

.single-tab .nav-tabs li {
	background: #88c448;
	border-left: 1px solid #777777;
	border-right: none;
	border-top: 1px solid #777777;
}
.single-tab .nav-tabs li:last-child {
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-top: 1px solid #777777;
}

.single-tab .nav-tabs li:hover,
.single-tab .nav-tabs li:focus,
.single-tab .nav-tabs li a:hover,
.single-tab .nav-tabs li a:focus,
.single-tab .nav-tabs li.active,
.single-tab .nav-tabs li.active a {
	background: #F9A61A !important;
}
.single-tab .nav-tabs li a {
	color: #fff !important;
	border: none !important;
}
.single-tab .tab-content .tab-pane {
	padding: 10px;
	border: 1px solid #777777;
	min-height: 300px;
}

.download-button {
	padding: 10px;
}

.download-area{
	margin-left: 10px;
}

.single-product{
	/*width: 630px;*/
}

.slider-product img{
	width: 100%;
}
/* ===================== Konten ===================== */

/* Arsip Konten */

.arsip-content-item {
	padding: 10px 10px 20px !important;
}

.arsip-content-media {
	overflow: hidden;
	border: 3px solid #88C448;
}

.arsip-content-image img {
	width: 100%;
}

.arsip-content-body {
	padding: 10px !important;
	min-height: 110px;
}

.arsip-content-media:hover,
.arsip-content-media:focus {
	border: 3px solid #88C448;
}

.arsip-content-body .content-item-title {
	color: #88C448;
}

.arsip-content-desc {
	margin: 10px 0px;
}

/* ================= Galeri / Album ================= */

/* Album */
.galeri-body {
    padding: 5px;
    height: 55px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.arsip-galeri-item{
	margin-bottom: 20px;
}


.album-caption {
    padding: 5px;
    height: 55px;
}

.title-content-album {
	padding: 10px;
	width: 1030px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* ===================== Konsultasi ===================== */

/* Arsip Konsultasi */

.arsip-consultation-item {
	padding: 10px 10px 20px !important;
}

.arsip-consultation-media {
	overflow: hidden;
}

.consultation-name {
	font-size: 12px;
}

.arsip-consultation-body {
	padding: 10px !important;
	min-height: 212px;
}

.arsip-consultation-body .consultation-item-title {
	color: #88C448;
}

.arsip-consultation-desc {
	margin: 10px 0px;
}

.btn-consultation {
	background: #88C448 !important;
	color: #fff !important;
}

/* ==================== Other Page ===================== */

/* Search */

.title-content-search {
	padding: 10px;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Contact */

.title-content-contact {
	font-size: 24px;
	padding: 5px 5px 5px 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 600;
}

.contact-form {
	min-height: 20px;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	padding: 0px 15px;
}

/* Reservation */
.reservation-form {
	/*width: 100%;*/
}

.reservation-form .control-label {
	text-align: left;
	padding-top: 3px;
}

/* ===================== Other Style ===================== */

/* General Style */

.title-style-1  {
	font-size: 30px;
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
	font-weight: 600;
}

.title-style-1:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}

.nostyle {
	list-style: none;
}

.img-center {
    margin: auto;
}

.line-border-long {
	width: 100px;
	height: 2px;
	margin-bottom: 10px;
	background-color: #88c448;
}

.line-border {
	height: 2px;
	width: 40%;
	margin-bottom: 10px;
	background-color: #88c448;
}

.line-border:focus {
    opacity:0.7;
	transition: all 0.2s linear;
}

.table-responsive {
     min-height: .01%;
	 overflow-x: auto;
}

.hover-opacity {
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.hover-opacity:hover ,
.hover-opacity:focus {
    opacity:0.7;
	transition: all 0.2s linear;
}

.button {
    padding: 10px;
}

.social-share-item {
	display: table-cell;
	padding: 3px !important;
	text-align: center;
}

.social-share-item a {
	width: 30px;
	height: 30px;
	font-size: 20px !important;
	color: #fff !important;
	display: block;
}

.social-share-item .share-fb {
	background: #365899;
}

.social-share-item .share-twitter {
	background: #40BDD9;
}

.social-share-item .share-googleplus {
	background: #DB4437;
}

.scrollToTop{
    width:50px;
    height:50px;
    padding:5px;
    text-align:center;
    background: whiteSmoke;
    font-size: 35px;
    font-weight: bold;
    color: #88c448 !important;
    text-decoration: none;
    position:fixed;
    top:85%;
    right:40px;
    display:none;
    background-color: transparent;
    opacity:0.8;
    transition: all 0.2s linear;
}
.scrollToTop:hover,
.scrollToTop:focus {
    color: #ABD0E8 !important;
    text-decoration:none;
}

@media (min-width: 768px) {
.col-sm-2 {
    width: 20%;
}
}


@media (max-width: 770px) {

	header {
		position: relative;
	}

	.logo img {
		margin: auto;
	}
	.navbar {
		display: block;
	}

	.navbar-nav > li {
	    padding: 15px 15px;
	}

	.navbar-collapse {
	    /*background: #442424 !important;*/
	}

	.slider-section .slider .carousel-indicators {
		bottom: 55px;
	}

	.feature-section {
		height: auto;
	}

	.feature-box {
		position: relative;
	}
	.feature-flex {
		display: block;
	}

	.welcome-box {
		display: block !important;
	}

	.home-product {
	    display: block;
	}
	.home-news-section, .home-feature-section {
		display: block;
	}

	.home-news, .promo {
		padding-left: 15px;
		padding-right: 15px;
	}

	.reservasi-boxleft, .reservasi-box {
		display: block;
		width: 100%;
		border: none;
	}

    .scrollToTop {
        right: 1px;
        top: 90%;
    }
}