@import "reset.css";
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fullwidth {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes fullwidth {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@keyframes fullwidth {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes wheel {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes wheel {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes wheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot');
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome/fontawesome-webfont_v2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
.icon-large:before {
  vertical-align: middle;
  font-size: 1.3333333333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  vertical-align: initial;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-user-md:before {
  content: "\f200";
}
#page_inner {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  display: block;
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -ms-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
#footer {
  min-height: 0;
}
#header {
  min-height: 0;
}
#header.dragging .box,
#header .no_box_transition .box {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.page {
  background-position: center center;
  background-size: auto;
  background-repeat: repeat;
  background-image: none;
  background-color: #eee;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  float: left;
  -webkit-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  -ms-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}
.page:not(.item) {
  min-height: 100%;
}
.page.dragging .box,
.page .no_box_transition article {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.page.resorting article.selected:not(.ui-sortable-helper) {
  opacity: 0.75;
}
article[data-height_units="0"] {
  min-height: 0;
  height: 0;
  overflow: hidden;
}
article[data-height_units="1"] {
  min-height: 50px;
}
article[data-height_units="2"] {
  min-height: 103px;
}
article[data-height_units="3"] {
  min-height: 156px;
}
article[data-height_units="4"] {
  min-height: 209px;
}
article[data-height_units="5"] {
  min-height: 262px;
}
article[data-height_units="6"] {
  min-height: 315px;
}
article[data-height_units="7"] {
  min-height: 368px;
}
article[data-height_units="8"] {
  min-height: 421px;
}
article[data-height_units="9"] {
  min-height: 474px;
}
article[data-height_units="10"] {
  min-height: 527px;
}
article[data-height_units="11"] {
  min-height: 580px;
}
article[data-height_units="12"] {
  min-height: 633px;
}
article[data-height_units="13"] {
  min-height: 686px;
}
article[data-height_units="14"] {
  min-height: 739px;
}
article[data-height_units="15"] {
  min-height: 792px;
}
article[data-height_units="16"] {
  min-height: 845px;
}
article[data-height_units="17"] {
  min-height: 898px;
}
article[data-height_units="18"] {
  min-height: 951px;
}
article[data-height_units="19"] {
  min-height: 1004px;
}
article[data-height_units="20"] {
  min-height: 1057px;
}
article[data-height_units="21"] {
  min-height: 1110px;
}
article[data-height_units="22"] {
  min-height: 1163px;
}
article[data-height_units="23"] {
  min-height: 1216px;
}
article[data-height_units="24"] {
  min-height: 1269px;
}
article[data-height_units="25"] {
  min-height: 1322px;
}
article[data-height_units="26"] {
  min-height: 1375px;
}
article[data-height_units="27"] {
  min-height: 1428px;
}
article[data-height_units="28"] {
  min-height: 1481px;
}
article[data-height_units="29"] {
  min-height: 1534px;
}
article[data-height_units="30"] {
  min-height: 1587px;
}
article[data-height_units="31"] {
  min-height: 1640px;
}
article[data-height_units="32"] {
  min-height: 1693px;
}
article[data-height_units="33"] {
  min-height: 1746px;
}
article[data-height_units="34"] {
  min-height: 1799px;
}
article[data-height_units="35"] {
  min-height: 1852px;
}
article[data-height_units="36"] {
  min-height: 1905px;
}
article[data-height_units="37"] {
  min-height: 1958px;
}
article[data-height_units="38"] {
  min-height: 2011px;
}
article[data-height_units="39"] {
  min-height: 2064px;
}
article[data-width_units="0"] {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
article[data-width_units="1"] {
  width: 50px;
}
article[data-width_units="2"] {
  width: 103px;
}
article[data-width_units="3"] {
  width: 156px;
}
article[data-width_units="4"] {
  width: 209px;
}
article[data-width_units="5"] {
  width: 262px;
}
article[data-width_units="6"] {
  width: 315px;
}
article[data-width_units="7"] {
  width: 368px;
}
article[data-width_units="8"] {
  width: 421px;
}
article[data-width_units="9"] {
  width: 474px;
}
article[data-width_units="10"] {
  width: 527px;
}
article[data-width_units="11"] {
  width: 580px;
}
article[data-width_units="12"] {
  width: 633px;
}
article[data-width_units="13"] {
  width: 686px;
}
article[data-width_units="14"] {
  width: 739px;
}
article[data-width_units="15"] {
  width: 792px;
}
article[data-width_units="16"] {
  width: 845px;
}
article[data-width_units="17"] {
  width: 898px;
}
article[data-width_units="18"] {
  width: 951px;
}
article[data-width_units="19"] {
  width: 1004px;
}
article[data-width_units="20"] {
  width: 1057px;
}
article[data-width_units="21"] {
  width: 1110px;
}
article[data-width_units="22"] {
  width: 1163px;
}
article[data-width_units="23"] {
  width: 1216px;
}
article[data-width_units="24"] {
  width: 1269px;
}
article[data-width_units="25"] {
  width: 1322px;
}
article[data-width_units="26"] {
  width: 1375px;
}
article[data-width_units="27"] {
  width: 1428px;
}
article[data-width_units="28"] {
  width: 1481px;
}
article[data-width_units="29"] {
  width: 1534px;
}
article[data-width_units="30"] {
  width: 1587px;
}
article[data-width_units="31"] {
  width: 1640px;
}
article[data-width_units="32"] {
  width: 1693px;
}
article[data-width_units="33"] {
  width: 1746px;
}
article[data-width_units="34"] {
  width: 1799px;
}
article[data-width_units="35"] {
  width: 1852px;
}
article[data-width_units="36"] {
  width: 1905px;
}
article[data-width_units="37"] {
  width: 1958px;
}
article[data-width_units="38"] {
  width: 2011px;
}
article[data-width_units="39"] {
  width: 2064px;
}
article.ui-sortable-helper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
article.ui-sortable-placeholder {
  box-shadow: 2px 3px 10px rgba(0,0,0,0.35) inset;
  background-color: rgba(0,0,0,0.05);
  visibility: visible !important;
  outline: none !important;
}
article .image_nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
article .image_nav[data-total_images=""],
article .image_nav[data-total_images="0"],
article .image_nav[data-total_images="1"] {
  cursor: auto;
}
article .image_nav[data-total_images=""] div.index,
article .image_nav[data-total_images="0"] div.index,
article .image_nav[data-total_images="1"] div.index {
  display: none;
}
article .image_nav[data-total_images=""] div.prev,
article .image_nav[data-total_images="0"] div.prev,
article .image_nav[data-total_images="1"] div.prev {
  display: none;
}
article .image_nav[data-total_images=""] div.next,
article .image_nav[data-total_images="0"] div.next,
article .image_nav[data-total_images="1"] div.next {
  display: none;
}
article .image_nav:hover div.next {
  opacity: 0.65;
}
article .image_nav div {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  padding: 5px;
  font-size: 10px;
  background-color: #FFFFFF;
  opacity: 0.65;
  text-align: center;
  visibility: hidden;
}
article .image_nav div.index {
  top: 0;
  left: 0;
}
article .image_nav div.next {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  opacity: 0;
  top: 50%;
  margin-top: -10px;
  right: 5px;
  font-size: 25px;
  line-height: 20px;
  padding: 8px 6px 2px 9px;
  cursor: pointer;
}
article .image_nav div.next:before {
  content: "\f054";
}
article .image_nav div.prev {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
article .image_nav div.prev:before {
  content: "\f053";
}
article .image_nav div.zoom {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 20px;
  padding: 3px 6px 0;
  cursor: pointer;
}
article .image_nav div.zoom:before {
  content: "\f00e";
}
article[data-viewmode="clickbox"] .image_nav {
  cursor: pointer;
}
article[data-viewmode="clickbox"] .article_images {
  cursor: pointer;
}
article[data-viewmode="clickbox"] .article_images div.index {
  visibility: visible;
}
article[data-viewmode="clickbox"] .article_images div.next {
  visibility: visible;
}
article[data-viewmode="lightbox"] .image_nav {
  cursor: pointer;
}
article[data-viewmode="lightbox"] .article_images {
  cursor: pointer;
}
article[data-viewmode="lightbox"] .article_images img.current {
  display: block;
}
article[data-viewmode="lightbox"] .article_images div.index {
  visibility: visible;
}
article[data-viewmode="lightbox"] .article_images div.zoom {
  visibility: visible;
}
article {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  min-width: 0%;
  border-color: transparent;
  border-width: 0px;
  border-style: solid;
  border: 0px solid transparent;
  background-color: white;
  margin-bottom: 3px;
  margin-right: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 12px;
  line-height: 14px;
  font-family: arial, sans-serif;
  -webkit-transition-property: top, left, height, max-height, min-height, width, max-height, min-height;
  -moz-transition-property: top, left, height, max-height, min-height, width, max-height, min-height;
  -ms-transition-property: top, left, height, max-height, min-height, width, max-height, min-height;
  -o-transition-property: top, left, height, max-height, min-height, width, max-height, min-height;
  transition-property: top, left, height, max-height, min-height, width, max-height, min-height;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
article:hover {
  z-index: 10;
}
article.deleted {
  border: none !important;
  height: 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  outline: none !important;
}
article.drophover .article_admin_buttons {
  display: block;
}
article.drophover .article_admin_buttons * {
  display: none;
}
article.uploading {
  cursor: wait;
}
article.uploading .progress {
  display: block;
}
article.uploading .article_admin_buttons {
  pointer-events: none;
}
article.uploading .article_admin_buttons > * {
  display: none;
}
article.selected,
article.ui-selecting {
  z-index: 1;
}
article.selected .article_selected_overlay,
article.ui-selecting .article_selected_overlay {
  display: block;
}
article.is_link {
  cursor: pointer;
}
article[data-is_br="1"] {
  outline: 1px solid red;
}
article[data-is_br="1"]:after {
  content: "";
}
article[data-is_br="1"] + xx.br {
  background-color: yellow;
  float: left;
  height: 0;
  max-height: 0;
  min-height: auto;
  width: 100%;
  margin: 0;
}
article .article_selected_overlay {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 3px solid blue;
  z-index: 10;
}
article .progress {
  position: absolute;
  left: 5px;
  right: 30px;
  bottom: 5px;
  display: none;
}
article .inner {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  overflow: hidden;
  z-index: 5;
}
article .article_images {
  position: relative;
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
article .article_images img {
  max-height: 1000px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  vertical-align: top;
  max-width: 100%;
  display: none;
}
article .article_images img:last-child {
  display: inline-block;
}
article .article_header {
  letter-spacing: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: black;
  word-wrap: break-word;
}
article .article_content {
  letter-spacing: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: black;
  word-wrap: break-word;
}
article .article_content .text {
  max-width: 1000px;
}
article .article_href {
  display: none;
}
article .drag_counter {
  background-color: red;
  border-radius: 15px;
  color: #FFFFFF;
  display: block;
  height: 30px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 40%;
}
article iframe,
article object {
  max-width: 100%;
}
article .inner a {
  color: #0000FF;
}
article .inner a:hover {
  color: red;
}
article .inner a {
  text-decoration: underline;
}
article .article_link_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.05s ease-in-out;
  -moz-transition: opacity 0.05s ease-in-out;
  -o-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  background-color: #0000FF;
  border-color: #0000FF;
  border-width: 5px;
  border-style: double;
  visibilty: hidden;
  opacity: 0;
  z-index: 1;
}
article.is_link:hover .article_link_overlay {
  opacity: 0.5;
  visibilty: visible;
  z-index: 10;
}
body.frontend {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  height: 100%;
}
body.frontend .page {
  position: relative;
  width: 100%;
  min-height: 0;
  z-index: 5;
}
body.frontend .page:empty {
  display: none;
}
body.frontend .page.fixed {
  position: fixed !important;
  z-index: 10;
}
body.frontend .page.relative + #page {
  margin-top: 0 !important;
}
body.frontend .page.at_bottom {
  position: absolute;
  bottom: 0;
}
body.frontend .page_inner {
  display: block;
  min-height: 0;
  position: relative;
  width: 100%;
}
body.frontend .page_inner:empty {
  display: none;
}
body.frontend #lightBox_overlay {
  background-color: #fff;
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 200ms ease-in 100ms;
  -moz-transition: all 200ms ease-in 100ms;
  -ms-transition: all 200ms ease-in 100ms;
  -o-transition: all 200ms ease-in 100ms;
  transition: all 200ms ease-in 100ms;
}
body.frontend #lightBox_overlay.open {
  opacity: 0.3;
  z-index: 100;
}
body.frontend #lightBox {
  position: fixed;
  z-index: 1001;
  background-color: #fff;
  height: 0;
  width: 0;
  opacity: 0;
  margin-top: 0;
  margin-left: 0;
  box-shadow: none;
  display: none;
  border: 0px solid transparent;
  box-shadow: none;
}
body.frontend #lightBox.open {
  display: block;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
body.frontend #lightBox.open.center {
  box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.5);
  border: 5px solid #fff;
  opacity: 1;
}
body.frontend #lightBox.loading div.loading_spinner {
  opacity: 0.75 !important;
}
body.frontend #lightBox .content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.frontend #lightBox img {
  height: 100%;
  width: 100%;
  vertical-align: top;
  display: none;
  cursor: pointer;
}
body.frontend #lightBox img.current {
  display: block;
}
body.frontend #lightBox .nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
}
body.frontend #lightBox .nav a {
  height: 100%;
  display: inline-block;
  width: 50%;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
body.frontend #lightBox .nav a:hover {
  opacity: 0.6;
}
body.frontend #lightBox .nav span {
  background-color: #FFFFFF;
  display: block !important;
  line-height: 22px;
  margin: -18px 5px;
  position: relative;
  top: 50%;
  cursor: pointer;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
body.frontend #lightBox .nav div.loading_spinner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-animation: wheel 0.85s linear infinite;
  -moz-animation: wheel 0.85s linear infinite;
  -o-animation: wheel 0.85s linear infinite;
  animation: wheel 0.85s linear infinite;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  height: 32px;
  width: 32px;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  left: 50%;
  top: 50%;
}
body.frontend #lightBox .nav div.loading_spinner span {
  background-color: transparent;
  color: #fff;
  float: left;
  font-size: 22px;
  line-height: 36px;
  margin: 0;
  padding: 0 12px 0 6px;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.frontend #lightBox .nav div.loading_spinner span:before {
  content: "\f021";
}
body.frontend #lightBox .nav a.prev {
  float: left;
  text-align: left;
}
body.frontend #lightBox .nav a.prev span {
  float: left;
  margin-right: 10px;
  padding: 8px 10px 2px 8px;
}
body.frontend #lightBox .nav a.prev span:before {
  content: "\f053";
}
body.frontend #lightBox .nav a.next {
  float: right;
  text-align: right;
}
body.frontend #lightBox .nav a.next span {
  float: right;
  padding: 8px 8px 2px 10px;
}
body.frontend #lightBox .nav a.next span:before {
  content: "\f054";
}
body.frontend #lightBox .nav a.close {
  background-color: #FFFFFF;
  color: inherit;
  height: auto;
  opacity: 0;
  padding: 5px 4px 2px 5px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: auto;
}
body.frontend #lightBox .nav a.close span {
  background-color: transparent;
  font-size: 14px;
  height: 100%;
  line-height: 14px;
  margin: 0;
  top: 0;
  width: 100%;
}
body.frontend #lightBox .nav a.close span:before {
  content: "\f00d";
}
body.frontend #lightBox .content[data-is_first="1"] + .nav a.prev {
  display: none;
}
body.frontend #lightBox .content[data-is_first="1"] + .nav a.next {
  width: 100%;
}
body.frontend #lightBox .content[data-is_last="1"] + .nav a.next {
  display: none;
}
body.frontend #lightBox .content[data-is_last="1"] + .nav a.prev {
  width: 50%;
}
body.frontend #lightBox .content[data-is_last="1"][data-is_first="1"] + .nav a.prev {
  display: none;
}
body.frontend #lightBox .content[data-is_last="1"][data-is_first="1"] + .nav a.next {
  display: none;
}
body.frontend #lightBox .nav:hover  a.close {
  opacity: 0.6;
}
body.frontend #build_with_note {
  bottom: 5px;
  right: 7px;
  font-size: 10px;
  opacity: 0.5;
  position: fixed;
  z-index: 100;
}
body.frontend #build_with_note:hover {
  opacity: 1;
}
body.frontend #build_with_note a {
  text-decoration: none;
  color: blue;
}
body.frontend #build_with_note a:hover {
  color: red;
}
