* {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.img-responsive {
	width:100%;
}
a { color:#296894}
a:hover {text-decoration: none; color:#333;}

html, body {
   font-family: tahoma,arial,sans-serif;
   /*line-height: 1.5;*/
   font-size: 15px;
   background: #eef5f9;
   color:#3e5569;
}

header h1, h2, .subpage-title, h2, aside h3, footer h4 {
	//font-family: 'Jura', sans-serif;
}

.article-title, .navbar, .page-title, article h1 {
	font-family: 'Titillium Web', sans-serif;
     background-image: url('../img/main.png');
}

h2.subpage-title {
	margin: 0 0 2em 0;
}

h2.page-title {
	font-size: 2.5em;
	margin: 0 0 1em 0;
}
.font-size-65 {font-size:65%;}
.no-radius{border-radius:0}
section{
	//padding: 40px 0;
}
section.grey{
	background-color: #f9f9f3;
}
section.breadcrumbs{
	padding:0;
}
header {
	padding-top: 7em;
	//padding-bottom: 2em;
	background: #d22b2b ;
	line-height: 1.5;
   
	/*border-bottom:5px solid #2387e1;*/
	
}

header h1 {
	color:#fff;
	font-size: 3em;
	margin-bottom:-5px;
	line-height: 1em;
	font-weight:bold;
}

header h1  a {
	color:#fff;
}

header h1  a:hover {
	/*text-decoration: none;*/
	color:#fff;
}

header small {
	color:#fff;
	font-family: 'Kaushan Script', cursive;
	font-size: 1.7em;
}

.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.top-bar.dark-bar {
	background-color: #2f2f2f;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar .contact-details li {
	display: inline-block;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px;
}
ul.social-list, ul.contact-details{
	margin-bottom:0;
	padding:0;
}
ul.social-list {
	float: right;
	list-style: none;
}

ul.social-list li {
	float: left;
}

ul.social-list li a {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-left: 1px solid #f2f2f2;
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}

.show-search:active .search-form{
	display:block;
}
.navbar .search-form {
	position: absolute;
	right: 0;
	z-index: 20;
	float: right;
	display: none;
	top: 40px;
}
.navbar .search-form form input {
	border: 2px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 5px 14px;
	z-index: 22;
	color: #9d9d9d;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	box-shadow: none;
}

.navbar {
	margin-bottom: 0px;
	padding-top: 10px;
   // padding-bottom: 8px;
	font-size: 16px;
}

.navbar-toggle {
	color: #fff;	
	width: 100%;
	float: none;
	margin: 0 0 8px 0;
}

.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: #2387e1 !important;
}

.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #d22b2b;
}

.navbar-inverse {
	border: none;
	border-radius: 0;
	border-bottom: #f1c107   solid 5px;
}

.dropdown-menu {
	min-width: 250px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	display: none;
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 100%;
	top: 0;
	position: absolute;
	z-index: 1000;
	min-width: 200px;
	border-radius: 0 0 3px 3px;	
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #ffff00;
	color: #000 !important;
}

.navbar-inverse .navbar-nav > .dropdown > .dropdown-menu {
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: -10px;
	border-top: 0;
	left: 0;

}

.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 10px 15px;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	//background-color: #ffff00 !important;
	background-color: #B5EA13!important;
    color: #000 !important;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
#headlineNews .article-title {margin-top:0}
#headlineNews .list-group{margin-top: 10px}
#headlineNews .list-group .list-group-item {
	display: inline-table;
	width:20%;
	height: 100px;
	border:none;
	border-right:1px dashed #ddd;
	border-radius:0;
	overflow:hidden;
	cursor:pointer;
}
#headlineNews .list-group .list-group-item:last-child {border:none;}
#headlineNews .carousel-control {
	color:#428BCA;
	top:0;
	left:auto;
	bottom:0;
	opacity:1;
	text-shadow:none;
	background: none;
	display: none;
	font-size: 150%;
}
#headlineNews:hover .carousel-control.left {
	color:#fff;
	display: block;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
#headlineNews:hover .carousel-control.right {
	color:#fff;
	display: block;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

#headlineNews .carousel-control.left, 
#headlineNews .carousel-control.right {
	
}
#headlineNews .carousel-control.right {
	right:0;
	left: auto;
	
}
#headlineNews .carousel-control.left {
	left:0;
	
}
.box {
	background-color:#fff;
	position:relative;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.box img {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.box h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 10px 0;
}

.box-label {
	position: absolute;
	top: 10px;
	background: rgba(0, 0, 0, 0.8);
	padding: 8px;
	left: 0;
	min-width: 180px;
}

.box-label h2 {
	margin: 0px;
	color: #fff;
	font-size: 1.5em;
}

.box:hover .box-label {
	/*background-color: #2387e1;*/
	background: rgba(35, 135, 225, 0.8);
}

.box:hover .box-label small a {
	color: #000;
}
.box .carousel-control {
	color:#efefef;
	top:-50px;
	left:auto;
	bottom:auto;
	opacity:1;
	text-shadow:none;

}
.box:hover .carousel-control {
	color:#428BCA;
}
.carousel-control:hover {
	color:#d9534f;
}
.box .carousel-control.left, 
.box carousel-control .right {
	background-image:none !important;
}
.box .carousel-control.right {
	left:auto;
	
}
.box .carousel-control.left {
	right:auto;
	
}
.box .caption a.label {
	font-weight: 100;
	font-size: 14px;
	border-radius: 0;
	padding: 5px 8px;
}
.box .caption small {
	color: #999;
}
.mar-b-30 {margin-bottom:30px;}
.mar-b-40 {margin-bottom:40px;}
.pad-b-40 {padding:40px 0;}
.mar-t-20 {margin-top:20px!important}
/*********************************/
.left-section-title {
	border-right:1px dashed #c0c0c0;
}
.icon-title {
	background:#032741;
	color:#ffff00;
	padding:10px;
	margin-bottom:10px;
}
.info-stat div.col-md-4 {padding:10px;}
.info-stat div.col-md-4:nth-child(1),
.info-stat div.col-md-4:nth-child(2),
.info-stat div.col-md-4:nth-child(3){
	border-bottom:1px dashed #c0c0c0;
}
.info-stat div.col-md-4:nth-child(2),
.info-stat div.col-md-4:nth-child(5){
	border-left:1px dashed #c0c0c0;
	border-right:1px dashed #c0c0c0;
}
.info-stat a > div {
	padding: 15px;
}
.info-stat h2.stat-num{
	font-family: 'Titillium Web', sans-serif;
	font-size:300%;
	margin-top:0;
}
.info-stat a {
	color:#666;
}
.info-stat a:hover {
	color:#032741;
}
.info-stat a:hover > div {
	background-color:#032741;
	color:#ffff00;
	
}
section.service {
	padding: 72px 0;
	background: url("../img/support.jpg") no-repeat fixed top right rgba(0,0,0,0.7);
	color:#fff;
}
.date-wrap { margin-bottom: 20px }
.date-wrap span {
	display: block;
	padding: 10px 0;
	text-align: center;
}
.date-wrap .date {
	font-size: 36px;
	background: #032741;
	font-weight: bold;
	color: #ffff00;
	border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	border-bottom: 3px solid #2387e1;
}
.date-wrap .month {
	font-size: 16px;
	background: #f6f5f0;
	color: #666;
	border-radius: 0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
}
#formFilter {
	background-color:#f9f9f3;
	padding:10px;
	border:1px solid #ddd;
}
#formFilter:before {
    content: "Pencarian Data";
	font-weight: bold;
	display: block;
	border-bottom:1px solid #ddd;
	margin-bottom: 10px;
}
span.highlight{background-color:#ffff00}
/*sidebar*/
aside h4 {
	background-color: #ddd;
	color: #333;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 0;
}
aside h4 i {
	background-color: #032741;
	color: #ffff00;
	margin-right: 5px;
	text-align: center;
	min-width: 40px;
	padding: 8px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
aside ul {
	list-style: none;
	padding:0;
}
aside ul li {
	border-bottom: dashed 1px #ddd;
}
aside ul li:last-child {
	border-bottom: none;
}
aside ul li a {
	display: block;
	padding: 5px;
	margin-top: 15px;
}
aside ul li small{
	font-size: 12px;
	color: #777;
	padding: 0 3px;
	text-align: right;
}
/*********************************/
/*  Back-to-top */
#back-to-top {
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
    height:40px;
    width:40px;
    cursor:pointer;
    background:#032741;
    line-height:1em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-image:url(../img/triangle.png);
    background-position: 12px 16px;
    background-repeat:no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#back-to-top:hover {
    background-color:#032741;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity:1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer{
	background-color: #222;
	padding: 15px;
    padding-top: 30px;
	color: #fff;
	border-top: #d22b2b  solid 5px;
}

footer h4 {
	font-size: 1.2em;
	border-bottom: 1px solid #555;
    padding-bottom: 10px;
}

footer  a:hover {
	color: #fff;
}

footer ul{
	padding:0;
	list-style:none;
}

footer ul li {
	padding:5px;
	margin-right:10px;
}

.footer-social li{
	display: inline-block;
}

.copyright{
	text-align: center;
	/*margin-top: 10px;*/
	margin-top: 2em;
	border-top:1px solid #555;
	padding-top: 15px;
}
/*adding*/

.navbar-brand img{
    margin-top: 0px;
    width: 40%;
}
.navbar-header h1{
    font-size: 16px;
    color: white;
    margin-left: 0px;
    margin-top: 9px;
}
footer .f-bottom{
}
#home .summary .box-t{
      height: 20px;
  width: 20px;
  background-color: #da251d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
#home .summary h2{
    margin-bottom: 20px;
    font-size: 22px;
}
#home .summary .cards{
    background-color: white ;
    padding: 10px 0px;
    color: red;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 15px;
    color: #3e5569;
    border: #EAEAEA solid 1px;
    border-radius:5px;
}
#home .summary .cards:hover{
    background-color: #FBFCFF;
}
#home .summary .cards .h-c{
    font-size: 20px;
    font-weight:bold;
    padding:0px 0px;
}
#home .summary .cards .h-c small{
    font-size: 15px;
    font-weight: normal;
}
#home .summary .cards .h-c .num{
   padding: 5px 10px;
   color: white;
   border-radius: 3px;
}


#home .summary .cards .f-c{
    font-size: 17px;
    font-weight: bold;
}
.find{
    background-image: url('../img/next.png');
    float: right;
    height: 24px;
    width:24px;
    margin-top: 5px;
}
#home .summary .cards .find:hover{
     background-image: url('../img/next_h.png');
}
#home .summary .maps{
    background-color:#fff;
    width: 100%;
    padding: 15px;
}

header{
    //background-image: url('../img/header.png');
    background-position: right;
    background-repeat: no-repeat;
}

header h2 {
	color:#fff!important;
}
.search {
    margin-top: 30px;
    margin-bottom: 50px!important;
}
.search input{
    height: 50px;
}
.search button{
    height: 50px;
    width: 60px;
}
.notaris .media{
    background-color: white;

}
.notaris .media .media-left img{
    height: 75px;
    width: 75px;

}
.notaris .media .media-body{
    padding: 15px;
}
.notaris .nav-result{
    margin-top: -20px;
    float: right; 
}
.sidebar .count{
    color: white;
    padding: 5px 10px;
    margin-top: -4px;
    border-radius: 3px; 
}
.breadcrumb{
    background-color: white;
}
aside .badge_notaris-total{
    background-color:#032741;
    border: 1px solid #DDDDDD;
    padding: 30px;
    text-align: center;
    color: white;
    border-radius: 5px;
    background-image: url('../img/wishlist.png');
    background-repeat: no-repeat;
    background-position: 10px; 
}
aside .badge_notaris-total .count{
    text-align: center;
    font-size: 30px;
    margin-left: 30px;
}
aside .badge_notaris-total .text{
    text-align: center;
    font-size: 20px;
    margin-left: 23px;
}
.profil_page{
    padding: 15px;
    border-radius:5px;
}
.profil_page .nav-tabs .active a{
    background-color: #FBFBFB!important;
}
.bg-white{
    background-color: white!important;
}
.pengaduan .panel{
   // background-color: #FCFCFC;
    border-radius: 5px;
    border: none;
    box-shadow: none!important;
        
}
.pengaduan .main-p{
    border-radius:5px;
    margin-bottom: 30px;
}
.pengaduan label{
    font-size: 13px;
}
.pengaduan input{
    border: 1px solid #DBDBDB;
    border-radius: 0px;
    box-shadow: none!important;
    height: 35px;
}
.pengaduan textarea, select{
    border: 1px solid #DBDBDB;
    border-radius: 0px;
    box-shadow: none!important;
}
.map-home{
    width:100%;
    height:300px;
    border:1px solid #FCFCFC;
    border-radius:10px;
}
.pengaduan .title{
    border-left:#d22b2b  solid 10px;
    padding-left: 8px;
}
.pengaduan h3{
    padding: 5px 5px 5px 10px;
    background-color: #032741;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom:5px solid #d22b2b;
    color: white;
}
.pengaduan .breadcrumb{
    margin-bottom: 0px;
}
.pengaduan hr{
    margin: 5px 0px ;
}
#lgin .modal-body{
    padding: 50px 25px;
}
#lgin .modal-body .icon{
    text-align: center;
}
#lgin .modal-body .icon a{
    font-weight: bold;
}
#lgin .modal-body .icon img{
    opacity: 0.9;
}
#lgin .modal-body .icon img:hover{
    opacity: 1;
}
#lgin .modal-body .icon a:hover{
    color: #d22b2b;
}

#home .main-right a p{
    color: white;
}
.bg-header{
    background-position: right!important;
    background-repeat: no-repeat;
}
@media(max-width:767px){
     .home-text{
        padding-top:0px!important;
     }
    .home-text h2{
        font-size: 18px;
    }
    
    .home-text h3{
        font-size: 14px;
        margin-top: 0px!important;
    }
    .bg-header{
        background-position: bottom right!important;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    
}

.gradient{
	display: inline-block;
	border-radius: 18px;
	background: rgb(2,0,36);
	cursor: pointer;
	width: 150px;
	color: #fff;
	font-weight: bold;
	text-align: center;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}