/* CSS Document */
/*
set the padding and margin for page_content and footer_bar to be the same.
*/
#page #page_content {
  padding-bottom: 110px;
}

#footer_bar {
  margin-top: -110px;
  margin-bottom: -12px;
  position: relative;
  height: 110px;
}

.clear {
  clear: both;
}

#brownbar, #content, #extra_items {
  position : relative;
  display: block;
}

#brownbar, #extra_items {
  margin: 0;
  max-width: 100%;
  padding: 0px;
}

#brownbar {
  z-index: 2;
  overflow: visible;
  text-align: center;
  height: fit-content;
  height: -moz-fit-content;
  float: left;
  width: 100%;
  height: 245px;
}

.etsy-store {
  position: absolute;
  right: 0;
  bottom: 0;
}

.logo-dimensions.logo-dimensions {
  width: 56px;
  height: 29px;
}
.etsy-icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.social {
  position: relative;
  display: block;
  z-index: 3;
  text-align: right;
}

#extra_items {
  z-index: 3;
}

.search {
  left: 10px;
  bottom: 5px;
  padding: 4px;
  text-align: left;
  float: left;
}

.search_in_content {
  margin: 1em;
}

#user_greeting {
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1em;
}

#content {
  clear: both;

  margin-left: 4em;
  margin-right: 4em;
}

#content_text, body.mceContentBody {
  padding: 4em;
}

.spacer {
  clear: both;
  min-height: 60px;
  width: 100%;
}

#page_splash {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#buy_print {
  position: absolute;
  display: block;
  top: 64px;
  right: 6px;
  z-index: 2;
}

#cart {
  position: absolute;
  display: inline-block;
  top: -47px;
  left: 1em;
  z-index: 4;
}

#logo {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

img.logo {
  width: 100%;
  width: 171px;
  height: auto;
}

h1#PageTitle {
  text-align: center;
}

#nav_slide {
  position: fixed;
  padding-left: 15px;
  top: 305px;
  z-index: 2;
  min-height: 190px;
}

.nav_narrow {
  right: -1500px;
}

.nav_wide {
  width: 168px;
}

.nav_open {
  right: -10px;
}

.nav_closed_wide {
  right: -139px;
}

.nav_closed_narrow {
  right: -135px;
}

.nav_slide_inside {
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.nav_image_gallery_row, .nav_image_current_gallery__row {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.nav_image_title {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 8px;
  text-align: center;
}

.nav_thumbs img {
  border-width: 1px;
  max-height: 33%;
  max-width: 33%;
}

#ebitions_admin, #copyright, #footer_left {
  position: absolute;
  bottom: 12px;
  padding: 5px;
}

#ebitions_admin, #footer_center, #copyright, #footer_left {
  padding-top: 3px;
  padding-bottom: 3px;
}

.align_left {
  float: left;
}

.align_right {
  float: right;
}

.image_page_nav_thumb_data {
  width: 50%;
  height: 50%;
  vertical-align: middle;
  text-align: center;
}

#menu_bar {
  display:none;
  z-index: 1000;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
}

#main-nav {
  text-align: left;
}

#menu_text {
  display: inline-block;
  margin: 0px;
  padding: 1px;
}

.favourite_toggle, .large_buy_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.large_buy_button {
  top: 0px;
}

.news_item, .blog, .blog_list_entry, .blog_list_entry_unpublished, .section, .collection, .image_section {
  padding: 15px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-align: left;
  padding: 4em;
}

.news_item, .blog, .blog_list_entry, .blog_list_entry_unpublished, .section, .collection, .image_section {
  margin: 5px;
  margin: 5px auto;
}

.image_section {
  text-align: center;
}

.image_section {
  margin: 1em;
  padding: 2em;
  text-align: center;
}

.image_section_heading {
  text-align: left;
  font-weight: lighter;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
}

.nav_gal_prev, .nav_gal_next, .nav_gal_space {
  display: inline-block;
  white-space: nowrap;
}

.nav_gal_page_controls {
}

.nav_gal_space, .nav_gal_spacer {
  display: none;
}

.nav_gal_select_controls {
  margin: 0.5em;
}

.nav_gal_prev img, .nav_gal_next img {
  vertical-align: middle;
}

.images_navigation_sort_wrapper {
  display: inline-block;
  margin: 0.5em;
  padding: 0.25em;
}

.collection {
  padding: 4em;
}

.news_item {
  margin-bottom: 50px;
}

.collection {
  margin: 5px auto;
  max-width: none;
  min-width: none;
}

.section {
  margin: 2em;
  display: inline-block;
}

.section_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

.section h4 {
  clear: both;
}

#Contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

.contact_address, .contact_telephone, .contact_fax, .contact_email, .contact_mobile {
  clear: both;
  margin-bottom: 20px;
}

.contact_fax, .contact_email, .contact_telephone, .contact_mobile {
  text-align: center;
}

#comments_div {
  padding: 20px;
}

#gallery_thumbs, #tag_thumbs, #ebition_thumbs {
  margin: 25px -10px;
}

.circle {
  display: inline-block;
  padding: 0.4em;
  margin: 2px;
}

.full_container, .medium_container, .thumb_container {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 10px;
  overflow: hidden;
}

.medium_container {
  page-break-after: always;
  max-width: 96%;
}

.thumb_image {
  max-width: 100%;
}

.thumb_container {
  vertical-align: bottom;
}

.hidden {
  display: none;
}

.inline_image {
  padding: 0px;
  margin: 0px;
}

.thumb_info {
  position: absolute;
  padding: 0px;
  margin: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  position: relative;
  padding: 0px;
  margin: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  margin-top: -4px;
}

.thumb_title, .thumb_title_bare {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 15px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2em;
  font-size: 16px;
  letter-spacing: -0.05em;
}

.thumb_favourite_toggle {
  position: absolute;
  right: 5px;
  top: 5px;
}

.thumb_buy_button {
  position: absolute;
  left: 3px;
  top: 3px;
}

.thumb_background_toggle {
  cursor: pointer;
  position: absolute;
  margin-left: 50%;
  margin-right: 50%;
  left: -6px;
  top: 0px;
  margin-top: -12px;
  text-align: center;
  padding: 5px;
  height: 12px;
  width: 12px;
}

.thumb_wide_container_icons .thumb_favourite_toggle {
  display: inline-block;
  float: left;
  margin-left: 7px;
  opacity: 0.1;
  position: relative;
  top: 0px;
  visibility: visible;
}

.thumb_info_container_table, .thumb_wide_container_table {
  border: none;
  border-spacing: 0px;
}

.thumb_info_container_table td, .thumb_info_container_table td, .thumb_wide_container_table td, .thumb_wide_container_table th {
  padding: 0;
  vertical-align: top;
}

.thumb_wide_container_icons .thumb_buy_button {
  float: left;
  position: relative;
  top: 0px;
  margin-right: 8px;
}

.thumb_wide_container_icons .thumb_background_toggle {
  display: inline-block;
  float: left;
  margin: 6px 0px 0px 16px;
  opacity: 0.1;
  overflow: hidden;
  position: relative;
  visibility: visible;
}

#shop_options {
  clear: both;
  max-width: 700px;
}

.popup_frames, .popup_mats, .popup_papers, .popup_sizes {
  float: left;
  margin-left: 5px;
  margin-right: 15px;
}

.info {
  position: relative;
  display: inline-block;
  float: right;
  clear: both;
  height: 19px;
  width: 19px;
  margin-bottom: 3px;
  margin-left: 15px;
  margin-top: -5px;
  right: 0px;
}

.other_product_title {
  display: inline-block;
}

.other_product_price {
  display: inline-block;
  float: right;
}

.popup_background {
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}

.popup_content {
  position: relative;
  z-index: 1;
}

.popup_resizer {
  border-radius: 20px;
  cursor: se-resize;
  float: right;
  height: 20px;
  margin-right: -18px;
  margin-top: 18px;
  width: 20px;
  display: none;
}

.popup_close_button {
  float: right;
  margin-top: -30px;
}

#mask, .mask {
  z-index: 2000;
}

.datepicker_dashboard {
  z-index: 12000;
}

.slider {
  height: 21px;
  width: 140px;
  position: fixed;
  top: 14px;
  left: 14px;
}

.slider .knob {
  width: 16px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}

.floating-tip {
  max-width: 23em;
}

.first_comment_reply, .comment_reply {
  padding-left: 16px;
  position: relative;
}

.thumb_wide_container, .thumb_info_container {
  position: relative;
  text-align: center;
  margin: 1em;
  margin-top: 2em;
  display: inline-block;
  min-height: 220px;
}

.thumb_wide_container_image {
  display: inline-block;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.thumb_wide_container_info {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.thumb_info_container_info {
  display: inline-block;
  position: relative;
  margin-left: 0.51em;
}

.thumb_info_container_title {
  display: inline-block;
  font-size: 0.8em;
  position: relative;
  text-align: right;
  overflow: visible !important;
}

.thumb_info_container_icons .thumb_favourite_toggle {
  display: inline-block;
  float: left;
  margin-left: 7px;
  opacity: 0.1;
  position: relative;
  top: 0px;
  visibility: visible;
}

.thumb_info_container_icons .thumb_buy_button {
  float: left;
  position: relative;
  top: 0px;
  margin-right: 8px;
}

.thumb_info_container_icons .thumb_background_toggle {
  display: inline-block;
  float: left;
  margin: 6px 0px 0px 16px;
  opacity: 0.1;
  overflow: hidden;
  position: relative;
  visibility: visible;
}

.thumb_info_container_description {
  position: relative;
}

.thumb_info_container_description_content {
  font-size: 0.7em;
  text-align: left;
}

.thumb_info_container_description_content_max_height {
}

.thumb_info_container_description_link {
  text-align: right;
  clear: both;
  display: inline-block;
  position: relative;
  float: right;
}

.thumb_info_container_title, .thumb_wide_container_title {
  font-size: 0.8em;
  margin: 0em 1em 1em 1em;
}

.thumb_info_container_description_content, .thumb_wide_container_description_content {
  font-size: 0.7em;
  text-align: left;
  padding-top: 1em;
  margin-bottom: 3em;
}

.thumb_wide_container_description_content_max_height {
  max-height: 25em;
}

.thumb_info_container_description_link, .thumb_wide_container_description_link {
  text-align: right;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.thumb_info_container_stats, .thumb_wide_container_description_stats {
  opacity: 0.7;
  font-size: 0.7em;
  clear: both;
}

.thumb_info_container_icons, .thumb_wide_container_icons {
  padding: 0;
  margin: 0;
}

.thumb_wide_user_buttons {
  display: inline-block;
}

td.exif_table_val {
  max-width: 11em;
}

.sharethis, .rss, .facebook, .twitter, .google_plus, .tumblr, .instagram, .flickr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.sharethis {
  margin-top: 12px;
}

.rss_button, .facebook_button, .twitter_button, .google_plus_button, .tumblr_button, .flickr_button, .social_button, .instagram_button {
  width: 48px;
  height: 48px;
}

.admin_warning_icon {
  vertical-align: bottom;
  height: 1em;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
}

.no-touch .cd-top:hover {
  opacity: 1;
}

.slicknav_menu {
  text-align: left;
  padding-bottom: 0;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.slicknav_btn {
  float: left !important;
  margin-top: 38px;
}

.print_options {
  display: flex;
  flex-direction: row;
}

.print_options_mat {
  flex-shrink: 10;
  margin: 1em;
  padding: 1em;
}

.print_options_frame {
  flex-grow: 10;
  margin: 1em;
  padding: 1em;
}

.product_option {
  width: auto;
}

.image_stats_date, .image_stats_comments, .image_stats_favourites, .image_stats_views, .image_stats_keywords {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.image_stats_date {
  display: block;
  margin: 0
}

.image_stats_keywords {
  width: 250px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

div#image_accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

.bookable_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.bookable_item {
  margin: 1em;
  padding: 1em;
  display: inline-block;
}

.booking-nav-top, .booking-nav-bottom {
  text-align: center;
  margin: 0.5em 0;
}

.btnNext {
  float: right;
}

.btnPrev {
  float: left;
}

.cart_button_wrapper {
  text-align: center;
}

.acc-reg-response ul {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.fixed-size {
  width: 150px;
  max-width: 150px;
  overflow: hidden;
}

.ajax_waiter_wrapper {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.ajax_waiter {
  display: inline-block;
  width: 130px;
  height: 130px;
}

#powerTip {
  max-width: 400px;
  white-space: normal !important;
}

.product_bundle_buy_not_yet_message {
  margin-top: -5.5em;
}

.print_option_frame, .print_option_mat {
  margin-bottom: 2em;
  padding: 1em;
}

.view_members_table td {
  padding: 5px;
}

.response_heading {
  text-align: left;
  margin-left: -1em;
  margin-top: -1em;
}

.response {
  text-align: center;
  position: relative;
  padding: 1em;
  margin: 1em;
}

.buy_message_table, .account_manage_password_table, .account_manage_avatar_table, .account_manage_settings_table, .account_register_table {
  margin-left: auto;
  margin-right: auto;
}

.tag_thumbnails, .images_thumbnails, .galleries_thumbnails, .favourites_thumbnails, .ebitions_thumbnails, .ebition_no_flash {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
}

.booking-paypal-button {
  text-align: center;
}

.collection_images, .collection_images_thumb, .collection_images_medium, .collection_images_full, .collection_images_thumb_info, .collection_images_thumb_exif {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

.keyword_category {
  margin-bottom: 2em;
  padding: 0
}

.table-sign-in {
}

.flex-page-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  clear: both;
}

.flex-page-content-item {
  padding: 1em;
}

.column4 {
  max-width: 22%;
}

.column3 {
  max-width: 30%;
}

.column2 {
  max-width: 45%;
}

.fp_wrapper, .fp_wrapper_alt, .wrapper, .wrapper_alt {
  padding: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: -8em;
  margin-right: -8em;
  padding-left: 8em;
  padding-right: 8em;
}

.image_link_title_overlay {
  display: none;
}

.carousel_wrapper {
  margin-left: -8em;
  margin-right: -8em;
  margin-top: -4em;
}

.carousel_container img {
  width: 100%;
  height: auto;
}

.collection_carousel_container {
  max-width: 100%;
}

.item_text_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 6em;
}

.item_text {
  padding: 2em;
  text-align: center;
  display: inline-block;
}

.flex-horiz {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.flex-horiz-img, .flex-horiz-text {
  margin: 1em;
}

.collection_carousel_container {
  text-align: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.wp_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  align-items: center;
}

.fp_3_column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: -4em;
  margin-right: -4em;
}

.flex-horiz {
  flex-direction: column-reverse;
}

.fp_3_column .wrapper, .fp_3_column .wrapper_alt, .fp_3_column .fp_wrapper, .fp_3_column .fp_wrapper_alt {
  margin-left: 0.1em;
  margin-right: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
}

img.image_link_image {
  max-width: 100%;
}

.location {
  width: 600px;
  height: 450px;
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.header-telephone {
  position: absolute;
  font-size: 1.62em;
  bottom: 2em;
  right: 1em;
}

