/* N-level navigations*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -7px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown.open .dropdown-menu a.dropdown-toggle {
    background: #fff none repeat scroll 0 0;
    color: #11c2d9;
}
.post_intro p{
	float:left;
	margin-right: 10px;
}
.left-dropdown-submenu {
    list-style-type: unset;
}
.left-dropdown-submenu > a {
    padding: 5px;
}
.left-dropdown-submenu .active {
    background-color: #11c2d9;
    color: #ffffff !important;
}
/* line 2, stdin */
.row.gallery_row {
  margin-top: 30px;
  margin-bottom: 20px; }
  /* line 6, stdin */
  .row.gallery_row .gallery_item {
    background-color: #eee;
    border: 1px solid #6a6a6a;
    padding-top: 10px;
    min-height: 260px;
    width: 49%;
    display: inline-block;
    float: left; }
    /* line 17, stdin */
    .row.gallery_row .gallery_item a {
      display: block;
      position: relative;
      overflow: hidden; }
    /* line 22, stdin */
    .row.gallery_row .gallery_item img {
      max-height: 180px;
      max-width: 398px;
      width: auto;
      margin: 0 auto;
      display: block;
      float: none; }
    /* line 30, stdin */
    .row.gallery_row .gallery_item .caption {
      padding: 0px 15px;
      display: block;
      clear: both;
      text-align: center;
      overflow: hidden;
      max-height: 200px; }

/* line 42, stdin */
#main_image img {
  width: 100%; }

/* line 50, stdin */
#cboxTitle {
  position: absolute;
  font-weight: bold;
  color: #7C7C7C;
  margin: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  padding: 5px;
  font-size: .9em;
  margin-left: -5px;
  margin-bottom: 23px; }

/* line 70, stdin */
ul.edit_images {
  padding-left: 0; }
  /* line 72, stdin */
  ul.edit_images li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
    list-style: none; }
    /* line 77, stdin */
    ul.edit_images li:last-child {
      border-bottom: none; }
    /* line 80, stdin */
    ul.edit_images li input.caption_update {
      width: 84%;
      color: #555; }
    /* line 84, stdin */
    ul.edit_images li input.order_update {
      max-width: 50px;
      width: auto; }
    /* line 88, stdin */
    ul.edit_images li .spacer {
      margin-bottom: 10px;
      margin-top: 10px; }
    /* line 92, stdin */
    ul.edit_images li .img-thumbnail {
      max-width: 125px; }
