.navbar-nav > li > a {

    padding-top: 22px;
    padding-bottom: 26px;
}

.navbar-inverse .navbar-nav > li > a {

    color: #FFF;

}
.navbar-inverse {

    background-color: #cf2020;
    border-color: #080808;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

    color: #f0e4e4;
    text-decoration: none;
    background-color: #e41515;

}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 438px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 900px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {

    color: #fff !important;
    background-color: ;
}

.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {

    text-decoration: none;
    color: #efe4e4;
    background-color: #da2e2e;

}
navbar-nav > li > a {

    padding-top: 22px !important;
    padding-bottom: 24px !important;

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {

    color: #fff;
    background-color: transparent;

}

.navbar-inverse .navbar-nav > .dropdown > a .caret {

    border-top-color: #f3e9e9;
    border-bottom-color: #999;

}

.single-blog {

    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #a79292;
    overflow: hidden;
}

.blog-page .blog-image img {
    width: 100%;
}

.blog-details {

    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    position: relative;

}
.text-center {

    text-align: center;

}

.rate {
	width:50%;
	
}
label {
	font-size:11px;
	
}
.calbg {
	background-color: #FF8080;
	
}
.tbutton {
	text-align:center;
	padding-top:20px;
	
}
.dropdown-menu .divider {

    height: 1px;
    margin: 1px 0px;
    overflow: hidden;
    background-color: #CCC;

}
#nav ul {
    margin-top: 0;
}

body {
    margin-top: 60px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.bottom {

    box-shadow: 10px 26px 14px -24px #d6cfcf;
}


.card {

    border-radius: 12px;
   box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;

}

.card-stats .card-footer {

    padding: 0px 15px 15px;

}
.card .card-footer {

    background-color: transparent;
    border: 0;

}
.card-stats .card-body .numbers {
    text-align: right;
    
}
.card-stats .card-body {

    padding: 15px 15px 0px;

}

.icon-danger {
	color:#F00;
	
}

.form-head {
	font-size:16px;
	padding-bottom:5px;
}

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #f39c12;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}

.panel-dan {
    color: #f9f9f9 !important;
    background-color: #c44 !important;
    border-color: #c44 !important;
}
.msg {
	text-align:center;
	font-size:18px;
	color:#090;
	
}