.boxes.box-logo{
	height:100px;
	width:100px;
	background-size:cover;
}
.box-slider{
	min-height: 200px;
}
.wrap h2.kul-admin-title {
  margin-bottom: 15px;
}

.kul_status_text.on{color:rgb(100, 189, 99);}

.kul_status_text{color: rgb(229, 0, 0); background-color: #fff;
    padding: 0.5em 1em;
    border-radius: 25px;
    margin-left: 5px;
    font-weight: bold;
    color: red;
    -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;

   box-shadow: -1px 2px 11px #888888;
}

#poststuff .metabox-holder h2.nav-tab-wrapper{padding: 0;}

#kul-maintenance-right{float: right; width: 30% !important;}

.postbox-container{width: 65% !important;}

#kul-maintenance-fields input#kul_heading, #kul-maintenance-fields input#kul_title, #kul-maintenance-fields textarea{width: 100%;}

.img-container .box-slider{    min-height: 330px !important;    margin-bottom: 20px;}
.img-container .delete-img{float: right;}

.kul-logo-background{
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/kul-logo.png");
  background-position: 200px 0;
  background-repeat: no-repeat;
  background-size: 100px auto;
}

@media only screen 
and (max-width : 1024px){


.postbox-container #kul-maintenance-right{width: 100% !important;}

  }
