.clr {
  clear: both;
  height: 0;
}
#gallery-body {
  background: #fff;
  padding: 30px;
  position: relative;
}
#gallery-body #gallery-content {
  width: 40%;
  margin: 0 auto;
}
#gallery-body #gallery-content li {
  display: block;
  margin: 20px 0;
  position: relative;
}
#gallery-body #gallery-content li label {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
#gallery-body #gallery-content li input.text_area {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  color: #555;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  width: 100%;
}
#gallery-body #gallery-content li textarea {
  width: 100%;
  padding: 10px;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  line-height: 25px;
}
#gallery-body #gallery-content li .album_hide {
  display: none;
}
#gallery-body #gallery-content li .gallery_padding {
  margin: 20px 0 0;
  position: relative;
}
#gallery-body #gallery-content li .info {
  background: #56c1ef  none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  left: 102%;
  top: 25px;
  font-size: 1.1em;
  margin-bottom: -1em;
  padding: 10px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
  text-align: left;
  z-index: 9999;
  opacity: 0;
  line-height: 22px;
}
#gallery-body #gallery-content li .info:after {
  right: 100%;
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #56c1ef ;
  border-width: 8px;
  margin-top: -8px;
}
#gallery-body #gallery-content li .info.info_active {
  opacity: 1;
}
#gallery-body #gallery-content li .info a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}
#gallery-body #gallery-content #save-buttom {
  float: right;
}
#gallery-body a.tz_gallery_cancel {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tz_gallery_box {
  min-width: 255px;
  position: relative;
}
#tz_gallery-container-1 #tz_gallery-shortcode-box {
  float: right;
  margin-right: -300px;
  width: 280px;
}
#tz_gallery-container-1 #tz_gallery-shortcode-box h3 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}
#tz_gallery-container-1 #tz_gallery-shortcode-box .inside {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4em;
  padding: 0 12px 12px;
}
#tz_gallery-container-1 #tz_gallery-shortcode-box .inside ul li:first-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}
#tz_gallery-container-1 #tz_gallery-shortcode-box .inside ul li textarea {
  height: 60px;
  resize: none;
  width: 100%;
  padding: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  overflow: hidden;
}
.tz_album_addnew {
  background: #25aeed none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 1px 13px;
  text-align: center;
  cursor: pointer;
}
.tz_album_addnew:hover {
  text-decoration: none;
  color: #fff;
}
.tz_delete {
  cursor: pointer;
}
#albums-list-page td {
  vertical-align: middle;
}
#albums-list-page td img {
  width: 20px;
}
#albums-list-page td textarea {
  box-shadow: none;
  height: 40px;
  overflow: hidden;
  padding: 10px;
  resize: none;
  width: 100%;
}
.has-background {
  background: #fbfbfb;
}
.tz_gallery_box_options {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.tab-content {
  padding: 15px 0 30px 15px;
  background: #fff;
  border: 1px solid #dddddd;
  border-top: none;
}
.tab-content #tz_about img {
  float: left;
  width: 100px;
    border:1px solid #ddd;
}
.img_about h4{
    clear:both;
    color:#D54E21;
    padding-top:30px;
    margin-bottom: 15px;
}
.img_about ul{
    list-style: disc;
    padding-left: 15px;
}
.img_about ul li{
    line-height: 30px;
    margin:0;
}
.tab-content #tz_about h3 {
  padding-left: 130px;
}
.tab-content #tz_about p {
  padding-left: 130px;
  max-width: 50%;
}
.tab-content .tz_support ul {
  padding-left: 0;
}
.tab-content .tz_support ul li {
  background: url(../images/list.png) left 7px no-repeat;
  padding-left: 10px;
  background-size: 7px;
}
.tab-content .tz_support ul a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-content .tz_support ul a:hover {
  padding-left: 5px;
}
.albums-options-head h3 a {
  text-transform: uppercase;
  text-decoration: none;
}
.tz-delete {
  text-decoration: none;
}
.tz-tabs li a:focus {
  outline: none;
}

.slider-options-head a:focus{
    box-shadow: none;
}

div .md-close.tz-delete{
    background:#dd4b39;
    position:relative;
    top:auto;
    right:auto;
    padding:10px 0;
}
.md-content a:focus{
    color:#fff;
}
.button_delete_album{
    float:right;
    background: #DD4B39 !important;
    border-color:#DD4B39 !important;
    margin-right: 20px !important;
    box-shadow: 0 1px 0 rgba(221, 75, 57, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
}
/*# sourceMappingURL=style.css.map */