html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -10px; 
  color:black;
}

.site-footer {
margin-top: 50px;
  height: 10px; 
}

.wrap {
    position:relative; /* make this relative to have the inner div absolute without     breaking out */
    overflow: hidden; 
}
.bg-batik{

	background: transparent;
	background-image: url('../img/floral.png');
	background-repeat: repeat-y;
	background-size: cover;

	
}
.btn{
   
    border-radius: 0px;
   
    font-size: 20px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}
.nav > li > a{
   
    border-radius: 0px;   
    
}
.tabs .tab-content{
   
    border-radius: 0px !important;
   
    
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.mh-400{
min-height:400px;
}
.c-base{
background: #313131 none repeat scroll 0 0;

}
.date-wrap, .comnt-wrap {
    margin-bottom: 20px;
}
.date-wrap .date {
    background: #2B89BC none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.date-wrap .month {
    background: #f6f5f0 none repeat scroll 0 0;
    border-radius: 0 0 6px 6px;
    color: #186E9E;
    font-size: 16px;
    font-weight: 300;
}
.date-wrap span, .comnt-wrap span {
    display: block;
    padding: 10px 0;
    text-align: center;
}



.text-white{
	
	 color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* Tabs */
/*-----------------------------------------------------------------------------------*/
.tabs-dark {
  background-color: #3F3647;
  position: relative;
}
.tabs-dark .nav-tabs {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  border: none;
}
.tabs-dark .nav-tabs > li a {
  border-radius: 0;
  border: none;
  padding: 18px 30px;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  outline: none;
}
.tabs-dark .tab-content {
  padding: 25px;
  color: rgba(255, 255, 255, 0.7);
}
.tabs-dark .tab-content h3 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.tabs-dark .nav-tabs > li.active > a,
.tabs-dark .nav-tabs > li.active > a:hover,
.tabs-dark .nav-tabs > li.active > a:focus {
  -moz-border-colors: none;
  background-color: #3F3647 !important;
  border: none;
  color: #FFFFFF;
  cursor: default;
}
.tabs-dark .nav > li > a:hover,
.tabs-dark .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
  border: none;
  border-width: 1px !important;
}
.tabs {
  border-radius: 4px;
  margin-bottom: 35px;
}
.tabs .nav-tabs {
  margin: 0;
  font-size: 0;
  border-bottom-color: #EEE;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}
.tabs .nav-tabs li:last-child a {
  margin-right: 0;
}
.tabs .nav-tabs li a,
.tabs .nav-tabs li a:hover {
  background: #F4F4F4;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #555555;
}
.tabs .nav-tabs li a:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  box-shadow: none;
}
.tabs .nav-tabs li a:active,
.tabs .nav-tabs li a:focus {
  border-bottom: 0;
}
.tabs .nav-tabs li.active a,
.tabs .nav-tabs li.active a:hover,
.tabs .nav-tabs li.active a:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #2B89BC;
  color: #333333;
  outline: none;
}
.tabs .tab-content {
  border-radius: 5px 5px 5px 5px;
 /* box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);*/
  background-color: #FFF;
   border: 1px solid #ddd;
  padding: 15px;
  color:black;
}
.tabs.alternative .nav-tabs li.active a,
.tabs.alternative .nav-tabs li.active a:hover,
.tabs.alternative .nav-tabs li.active a:focus {
  background: #1A7BAF;
  color: #ffffff;
}
.nav-pills > li > a {
  /*box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);*/
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #1A7BAF;
  outline: none;
}
.nav-pills > li.active > a [class^="fa-"]:before,
.nav-pills > li.active > a [class*=" fa-"]:before {
  color: #FFFFFF;
}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {
	transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
	}
}