header nav.navbar-default, nav.navbar.bootsnav {
    background: #EFB548;
}

header.header-appear nav.header-light, header.sticky nav.navbar-fixed-top.header-light, header.sticky nav.navbar-scroll-fixed-top.header-light {
    background: #EFB548;
}


header nav .navbar-nav.text-normal > li > a {
    font-size: 14px !important;
    letter-spacing: 0;
}

.simple-dropdown .dropdown-menu { background-color: #757575; border: none; background-image: url(http://localhost:8888/naukopi/uploads/image/bg.png); background-position: center center;}
.simple-dropdown .dropdown-menu > li > a {color: #EFB548; font-size: 14px;}

#property-list h3 {
    font-size: 22px;
    line-height: 25px;
}

.bg-main-color {
    background: #EFB548;
}

.bg-footer-color {
    background: #c3bbac;
}

#footer .newsletter input { color: #666; }


.no-background {
    background: none !important;
    padding-bottom: 0 !important;
}

.page-content h1 {
	font-size: 32px;
    background: url("../uploads/image/kumis.png") no-repeat center bottom;
    padding-bottom: 10px;
}

.u_white {
    background: url("../uploads/image/kumis_.png") no-repeat center bottom !important;
} 

.page-content h2 {
	font-size: 28px;
    background: url("../uploads/image/kumis.png") no-repeat center bottom;
    padding-bottom: 10px;
}

.page-content h3 {
	font-size: 22px;
    padding-bottom: 10px;
}

.page-content h4 {
	font-size: 18px;
}

.page-content h5 {
	font-size: 16px;
}

.page-content h6 {
	font-size: 14px;
}

.panelbar .col-md-3, .panelbar .col-md-2 {
	flex: 50%;
	max-width: 50%;
}
.panelbar {
	display: block;
	background-color: #fff;
	border: thin solid #eee;
	margin-bottom: 30px;
	padding-top: 20px;
}

a.card, div.card {
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
}
.figure {
    background-color: #000;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
}
.no-touch .figure img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.no-touch a.card:hover img, .no-touch div.card:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
.figCaption {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.no-touch .figCaption {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.figView {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-left: -21px;
    margin-top: -20px;
    font-weight: normal;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(3.0);
    transform: scale(3.0);
}
.no-touch a.card:hover .figView, .no-touch div.card:hover .figView {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.figCaption div {
    float: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}
.carousel-col .figCaption div {
    float: left;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
}
.figCaption > span {
    float: right;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.carousel-col .figCaption > span {
    display: none;
}
.figCaption > span::before {
    color: rgba(255, 255, 255, 0.70);
}
.no-touch .figCaption div,
.no-touch .figCaption > span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.figCaption div {
    display: inline-block;
}
.no-touch a.card:hover .figure .figCaption,
.no-touch a.card:hover .figure .figCaption div,
.no-touch a.card:hover .figure .figCaption > span,
.no-touch div.card:hover .figure .figCaption,
.no-touch div.card:hover .figure .figCaption div,
.no-touch div.card:hover .figure .figCaption > span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.no-touch a.card:hover .figure .figCaption div, .no-touch div.card:hover .figure .figCaption div {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(4), .no-touch div.card:hover .figure .figCaption > span:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(3), .no-touch div.card:hover .figure .figCaption > span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(2), .no-touch div.card:hover .figure .figCaption > span:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.carousel-col .figType {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
}
.figType {
    background-color: #DC7E1A;
    line-height: 20px;
    color: #fff;
    border-radius: 1px;
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    z-index: 3;
}
a.card h2, div.card h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 10px 0 3px 10px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    float: none;
}
.no-touch a.card:hover, .no-touch div.card:hover {
    text-decoration: none;
}
.no-touch a.card:hover h2, .no-touch div.card:hover h2 {
    color: #0eaaa6;
    text-decoration: none;
}
a.card .cardDesc, div.card .cardDesc {
    font-size: 11px;
    line-height: 13px;
    color: #999;
    padding: 0 0 0 10px;
    margin: 0 10px 0 0;
}
a.card .cardDesc span, div.card .cardDesc span {
    font-size: 13px;
    line-height: 13px;
}

a.card .cardAddress, div.card .cardAddress {
    font-size: 11px;
    line-height: 13px;
    color: #999;
    padding: 0 0 10px 10px;
    margin: 0 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
}
a.card .cardAddress span, div.card .cardAddress span {
    font-size: 13px;
    line-height: 13px;
}
a.card .cardRating, div.card .cardRating {
    padding: 0 0 10px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}
a.card .cardRating span, div.card .cardRating span {
    color: #DC7E1A;
    padding-right: 2px;
    display: inline-block;
    font-size: 12px;
}
a.card ul.cardFeat, div.card ul.cardFeat {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 10px 10px;
}
a.card ul.cardFeat li, div.card ul.cardFeat li {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    line-height: 11px;
    color: #333;
}
a.card ul.cardFeat li span, div.card ul.cardFeat li span {
    color: #999;
}

a.card h2, div.card h2, .pageTitle {
    font-size: 16px;
    margin: 15px 5px;
    text-transform: capitalize;
    white-space: normal;
    height: 50px;
    text-align: left;
}

a.card .cardRating, div.card .cardRating {
    font-size: 16px;
}
a.card .cardAddress, div.card .cardAddress, a.card .cardDesc, div.card .cardDesc, a.card ul.cardFeat li, div.card ul.cardFeat li, .address {
    font-size: 14px;
    margin-top:  15px;
    line-height: 17px;
    color: #666;
}

.figCaption div {
    font-size: 18px;
}

.figView span {
    font-size: 18px;
}

.figType {
    font-size: 14px;
    padding: 5px;
}

.pagination {
    margin: auto;
    margin-top: 30px;
}
.pagination a {
    border: none;
}
.pagination > li > a,
.pagination > li > span {
    color: #999;
    background-color: #fff;
    margin-left: 0;
}
.no-touch .pagination > li > a:hover,
.no-touch .pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #333;
    background-color: #e8e8e8;
}
.pagination > .active > a,
.pagination > .active > span,
.no-touch .pagination > .active > a:hover,
.no-touch .pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0eaaa6;
}
.page_disabled, .page_current {
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    background: #eee;
}