@font-face {
    font-family: 'Liberation Sans';
    src: url('/fonts/LiberationSans.woff2') format('woff2'),
        url('/fonts/LiberationSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #2F3133;
  -webkit-font-smoothing: antialiased;
  transition: left 300ms;
  left: 0;
  height: auto !important;
  min-height: 100%;
  width: 100%;
  position: relative;
}

.page-wrapper
{
  width: 100%;
  height: 100%;
}

.pmc-navbar {
  top: auto;
}

.pmc-message-banner-fixed,
.pmc-message-banner {
  position : relative;
  width: 100%;
  left: auto;
  top: auto;
  background: #FFF1A0;
  padding: 7px 45px 7px 15px;
  border: solid 1px #8c7c20;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  z-index: 750;
  color: #524c27;
}

.pmc-message-banner-fixed {
  position: fixed;
  margin-top: -8px;
  margin-left: -16px;
}

.pmc-message-banner-clear-btn {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 15px;
  color: #524c27;
  text-decoration: none;
}

textarea, input {
  outline: none;
}

.disabled-edit
{
  pointer-events: none !important;
  opacity: 0.25 !important;
  color: gray !important;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

a {
  outline: none !important;
  transition: all 0.4s ease;
  color: #059EEC;
}

a:active, a:hover, a:focus {
  text-decoration: none;
  outline: none !important;
  opacity: 0.7;
  color: #059EEC;
}

a:hover {
  opacity: 0.7;
  color: #059EEC;
}

.btn {
  font-weight: 500;
}

.btn:focus, .btn:active {
  outline: none !important;
}

.btn-default, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
  background-color: transparent;
  border-color: #059EEC;
  color: #059EEC;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.btn-default:hover {
  background-color: transparent;
  border-color: #059EEC;
  color: #059EEC;
  opacity: 0.7;
}

.btn-danger, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus {
  background-color: transparent;
  border-color: #F52D3D;
  color: #F52D3D;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.btn-danger:hover {
  background-color: transparent;
  border-color: #F52D3D;
  color: #F52D3D;
  opacity: 0.7;
}

.btn-primary, .btn-primary:focus {
  background-color: #059EEC;
  border-color: #059EEC;
  border-radius: 0;
  text-transform: uppercase;
  transition: background-color 0.25s ease-in-out;
}

.btn[disabled] {
  background-color: #9B9B9B;
}

.btn-primary[disabled] {
  background-color: #059EEC;
  border-color: #059EEC;
}

.btn-primary:hover {
  background-color: #059EEC;
  border-color: #059EEC;
  color: white;
  opacity: 0.7;
}

.download-disabled {
  opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
}

h4 {
  line-height: 1.35;
}

ul, li {
  list-style-type: none;
}

/*.container {*/
/*padding: 0;*/
/*}*/

.label {
  border-radius: 26px;
  padding: 5px 12px;
  display: inline-block;
  margin: 10px 0 0 0;
}

.label.label-default {
  background-color: #eee;
  color: #333;
}

.label.label-default:hover, .label.label-default:focus, .label.label-default:active {
  background-color: #eee;
  color: #333;
  opacity: 0.7;
}

.label.label-primary {
  background-color: #059EEC;
}

.label.label-primary:hover, .label.label-primary:focus, .label.label-primary:active {
  background-color: #059EEC;
  opacity: .7;
}

.label.label-primary + .label.label-primary {
  margin-left: 5px;
}

.alert.alert-danger {
  border-radius: 0;
  border-color: #F52D3D;
  color: #F52D3D;
  background-color: rgba(245, 45, 61, 0.13);
}

.alert.alert-danger a {
  color: #F52D3D;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1.3px;
  font-weight: 300;
  color: #fff;
}

div.logo a {
  display: block;
  background-image: url(../images/logo.png);
  width: 178px;
  height: 46px;
  text-indent: -9999px;
  margin: -3px 15px -3px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}


.header-wrap
{
  height: 80px;
  width: 100%;
  display: block;
}

.header-wrap .navbar-inverse
{
  position: fixed;
  width: 100%;
  z-index: 800;
  background-color: white;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  border-radius: 0;
  height: 80px;
}

.header-wrap .navbar-inverse .navbar-toggle
{
  border: none;
  display: none;
}

.header-wrap .navbar-inverse .navbar-toggle:hover,
.header-wrap .navbar-inverse .navbar-toggle:focus
{
  background: transparent;
}

.header-wrap .navbar-inverse .navbar-toggle .icon-bar
{
  background-color: #059EEC;
}

.header-wrap .header-nav
{
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 10000;
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

.pmc-warning-bar {
  display: none;
  height: 30px;
  width: 100%;
  background: #ffd900;
  position: fixed;
  z-index: 10000;
  border: solid 1px #988a38;
}

.pmc-warning-bar > a.pmc-warning-bar-link {
  display: block;
  height: 30px;
  text-decoration: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #5f5515;
  cursor: pointer;
}

.pmc-warning-bar > a.pmc-warning-bar-close {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  color: #5f5515;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.pmc-warning-bar > a.pmc-warning-bar-link:hover {
  text-decoration: underline;
}

.header-wrap.pmc-warning {
  height: 110px;
}

.header-wrap.pmc-warning .navbar-inverse {
  top: 30px;
}

.header-wrap.pmc-warning .pmc-warning-bar {
  display: block;
}


.header-top {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
  text-transform: uppercase;
}

.header-bottom {
  padding: 10px 0 15px 0;
  height: 65px;
  overflow: hidden;
}

.navbar-fixed-top {
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.05);
}

.navbar {
  margin-bottom: 0;
}

.navbar-nav {
  font-weight: 500;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}

.navbar-nav.right-nav
{
  position: absolute;
  right: 15px;
  width: auto;
}

.nav > li
{
  display: inline-block;
  float: none !important;
}

.navbar-header
{
  position: absolute;
  left: 15px;
  float: none;
}

.nav > li.user-link {
  position: relative;
  left: -15px;
  top: 0px;
}

.nav > li.user-link img {
  float: left;
  margin-right: 7px;
}

.nav > li.user-link b {
  font-weight: 500;
  padding: 5px 10px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
}

.nav > li:first-child {
  margin-left: 0;
}

.nav > li > a,
.nav > li > span {
  display: inline-block;
  padding: 5px 10px;
}

.nav > li > a:hover {
  text-decoration: underline;
  background-color: #fff;
}

.social-icons-top {
  float: left;
  margin-top: 10px;
}

ul.pmc-menu-center > li
{
  padding: 0 10px;
  vertical-align: middle;
  height: 30px;
}

ul.pmc-menu-center > li:after
{
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  right: -3px;
  top: calc(100% - 27px);
  background: #2f3133;
  content: '';
}

ul.pmc-menu-center > li:last-child:after
{
  display: none;
}

ul.pmc-menu-center > li > a
{
  padding: 5px;
}

ul.pmc-menu-center > li.active > a
{
  background: #069EEC !important;
  color: white !important;
}

footer .social-icons-footer
{
  text-align: center;
  margin: 30px 20px;
}

footer .footer-content-row
{
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-icons-top li, .social-icons-footer li {
  margin-right: 5px;
  display: inline-block;
}

.social-icons-top li a, .social-icons-footer li a {
  display: block;
  width: 24px;
  height: 24px;
}

.social-icons-top li a img, .social-icons-footer li a img {
  width: 100%;
}

.social-icons-footer {
  margin-top: 40px;
}

.sub-nav {
  font-weight: 400;
}

.nav > li > a.login {
  background-color: #fff;
  border: 1px solid #059EEC;
  color: #059EEC;
  /*width: 109px;*/
  text-align: center;
  font-weight: 500;
}

.carousel {
  height: 350px;
  overflow: hidden;
  background-color: black;
}

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

.carousel-caption-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 350px;
}

.carousel-caption {
  bottom: 0;
  left: 0;
  width: 80%;
  text-align: left;
}

.carousel-banner {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  right: 0;
  top: 50px;
  padding: 7px 30px 7px 100px;
}

.carousel-banner h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
  color: white;
  text-align: right;
  letter-spacing: 5px;
}

.carousel-caption h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 100%;
  margin: 8px 0;
}

.carousel-caption p {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
}

.carousel-caption .btn {
  font-size: 14px;
}
.carousel-inner,
.carousel-inner > .item
{
  max-height: 650px;
}
.carousel-inner a:hover {
  opacity: 1.0;
}

.text-blue
{
  color: #059EEC !important;
}

a.white-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}

a.white-outline:hover, a.btn-calendar:hover, a.btn-search-options:hover {
  color: #fff;
  opacity: 0.7;
}

.carousel-control {
  text-shadow: none;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel img.slide {
  width: 100%;
}

section.search {
  background-color: #EEEEEE;
  /*background-image: linear-gradient(0deg, #eee, #E6E6E6);*/
  padding: 30px 0;
  position: fixed;
  z-index: 700;
  left: 0;
  width: 100%;
  /* top: 80px; */
  overflow: visible;
}

section.search .picker {
  min-width: 350px;
  margin-top: 4px;
  z-index: 1;
}

section.search input[pick-a-date] {
  display: none;
}

section.search .filter-date {
  position: relative;
  top: -4px;
  font-size: 14px;
}

section.search .filter-date i.glyphicon {
  position: relative;
  top: 2px;
  left: 3px;
}

section.search input[type="text"].form-control:focus {
  box-shadow: none;
}

section#search-bar input.form-control {
  border: none;
  box-shadow: none;
}

section#search-bar .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  border-radius: 0;
}

.input-group-wrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.input-group-wrapper .input-group .form-control {
  height: 50px;
}

a.btn-search-options {
  background-color: #069EEC;
  height: 50px;
  border-radius: 0;
  color: #fff;
  line-height: 35px;
  padding: 6px 20px;
}

.btn-blue-full {
  background-color: #059EEC;
  border-radius: 0;
  color: #fff;
  padding: 15px 30px;
  margin: 20px 0;
}

.btn-blue-full:hover, .btn-blue-full:focus {
  color: white;
}

.search a.btn-search-options .glyphicon-search {
  font-size: 20px;
  margin: 0 10px 0 0;
  top: 3px;
}

.dd-list-wrapper {
  display: inline-block;
  height: 38px;
  line-height: 38px;
}

a.as {
  display: inline-block;
  margin: 15px 0 0 0;
  color: #059EEC;
  text-decoration: underline;
  font-size: 13px;
}

a.as:hover {
  text-decoration: none;
}

.site-content {
  padding: 20px 0 50px;
}

.news-image-wrapper {
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 182px;
  position: relative;
}

.news-image-wrapper i.private-icon {
  padding: 5px;
  color: white;
  position: absolute;
  font-size: 16px;
}

.news-image-wrapper .remote-image .remote-image-wrap {
  min-height: 172px;
}

.news-group .item {
  color: #2F3133;
  height: 375px;
  overflow: visible;
  padding: 0;
}

.event-list-item-container
{
  transition: 150ms;
  padding: 15px;
  display: block;
  box-sizing: border-box;
}

/* .event-list-item-container:hover
{
box-shadow: rgba(0, 0, 0, 0.26) 1px 1px 4px 0;
} */

.news-group .item .event-list-item-container
{
  height: 100%;
}

.news-group .item .news-date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
}

.news-group .item h4 {
  font-size: 13px;
  font-weight: 500;
  padding: 3px 0;
}

.news-group .item p {
  font-weight: 300;
  font-size: 12px;
}

a.btn-book-pmc {
  background-color: transparent;
  border: solid 1px #ffffff;
  padding: 0;
  color: #fff;
  height: 64px;
  line-height: 64px;
  display: block;
  margin: 0 20px 20px;
  border-radius: 0;
}

a.btn-book-pmc:hover,
a.btn-book-pmc:active,
a.btn-book-pmc:focus
{
  color: #fff !important;
}

.btn-blue-outline {
  background-color: transparent;
  border: 1px solid #069EEC;
  border-radius: 0;
  color: #fff;
  height: 34px;
  line-height: 1.6;
  display: block;
  margin: 0 35px 50px 35px;
}

.copyright,
.footer-credit-link {
  color: #717171;
  font-size: 12px;
  text-align: center;
  display: block;
}

.footer-credit-link:hover,
.footer-credit-link:active,
.footer-credit-link:visited
{
  color: #717171;
}

.events-list {
  padding: 0;
}

.events-list .item {
  /*height: 350px;*/
}

.filter-events {
  padding: 0 30px 0 0;
  /*overflow: hidden;*/
  width: 6%;
  min-height: 35px;
  transition: width 0.4s ease;
}

.filter-events.fw {
  width: 25%;
}

.filter-sidebar-header {
  position: relative;
  width: 100%;
  display: block;
  min-width: 275px;
}

.filter-sidebar-header h4 {
  margin: 0;
  font-size: 17px;
  display: block;
  transition: all 0.4s ease;
  line-height: 35px;
  padding-left: 45px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddddd;
}

.filter-sidebar-header h4.fw {
  display: block;
}

.filter-visibility-toggle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-image: url('../images/icon-minus.png');
  background-size: cover;
  cursor: pointer;
}

.filter-visibility-toggle:hover {
  opacity: 1;
}

.filter-visibility-toggle.active {
  background-image: url('../images/icon-plus.png');
}

#filter-options {
  display: none;
  overflow: hidden;
  transition: all 0.4s ease;
}

#filter-options.fw {
  display: block;
}

#filter-options .well {
  border: 0;
  padding: 20px;
  box-shadow: none;
  border-radius: 0;
  background: transparent !important;
}

#filter-options .well .option {
  font-weight: normal;
  padding-top: 0;
  font-size: 13px;
  line-height: 1.2;
}

#filter-options .well .option .title {
  padding: 5px 0;
}

#filter-options .well .option .item {
  width: inherit;
  height: inherit;
  font-style: italic;
  text-transform: capitalize;
  padding-bottom: 5px;
}

#filter-options .well .option input {
  font-size: 16px;
  padding: 5px;
  margin-bottom: 10px;
}

#filter-options .well .panel {
  border-color: inherit;
  border: 0;
  background-color: inherit;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
}

#filter-options .well .option .item.people {
  font-style: normal;
}

#filter-options .well .option .item a,
#filter-options .well .option .item.people a {
  color: #000000;
  transition: none;
}

#filter-options .well .option .item .total {
  padding-left: 7px;
  font-size: 10px;
  color: #8c8c8c;
}

.filter-selected {
  padding-right: 10px;
}

.filter-selected .filtered-item {
  font-style: italic;
  font-weight: bold;
}

#filter-options h5 {
  font-size: 13px;
  margin: 10px 0 10px;
}

#filter-options ul {
  /*margin-bottom: 35px;*/
}

#filter-options ul li {
  font-size: 12px;
  /*padding-left: 10px;*/
  margin-bottom: 3px;
}

#filter-options ul li a {
  color: #2F3133;
}

#filter-options ul li a:hover {
  text-decoration: underline;
}

#filter-options ul li.active a {
  font-weight: 600;
  font-style: italic;
}

.switch-view-controls {
  margin: 0 0 10px 0;
  transition: all 0.4s ease;
}

.switch-view-controls.fw {
  display: block;
}

.switch-view-controls li {
  display: inline-block;
  margin-left: 4px;
}

.switch-view-controls li a {
  display: block;
  width: 25px;
  height: 22px;
  background-size: cover;
  margin: 3px auto;
}

.switch-view-controls small {
  font-size: 70%;
  display: block;
  text-align: center;
  color: #A6A6A6;
}

.switch-view-controls small.grid-label {
  padding-right: 6px;
}

.switch-view-controls a.active + small {
  color: #2F3133;
}

.switch-view-controls li label {
  cursor: pointer;
}

.switch-view-controls li a {
  pointer-events: none;
}

.switch-view-controls li a.grid-view {
  background-image: url('../images/icon-grid-view.png');
}

.switch-view-controls li a.grid-view.active {
  background-image: url('../images/icon-grid-view-active.png');
}

.switch-view-controls li a.editorial-masonry-view {
  background-image: url('../images/icon-masonry-view.png');
}

.switch-view-controls li a.editorial-masonry-view.active {
  background-image: url('../images/icon-masonry-view-active.png');
}

.event-info {
  margin-bottom: 40px;
}

.events-list {
  /*width: 75%;*/
  transition: all 0.4s ease;
}

.events-list.fw {
  width: 94%;
}

.events-list.fw .item {
  width: 25%;
}

.events-list h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.events-list .event-header {
  margin: 30px 0;
}

.image-count {
  float: right;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  margin-left: 15px;
}

.event-meta {
  font-size: 12px;
}

.event-photographers a {
  font-weight: 400;
  color: #F5A623;
  text-decoration: underline;
}

.event-photographers a:hover {
  text-decoration: none;
}

.wrapper {
  margin-bottom: 10px;
}

.events-list header p {
  margin-top: 20px;
  font-size: 11px;
}

.ad {
  max-width: 250px;
  text-align: right;
}

.ad a {
  color: #9B9B9B;
}

.ad img {
  display: block;
  max-width: 100%;
}

.link-gray {
  color: #9B9B9B;
  text-decoration: underline;
}

.link-gray:hover {
  color: #9B9B9B;
  text-decoration: none;
}

.gray {
  color: #9B9B9B;
}

.photo-box {
  /*-webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;*/
  margin-bottom: 20px;
}

.photo-box img {
  width: 100%;
}

.photo-box a {
  color: #fff;
}

.photo-box a:hover {
  opacity: 1;
}

.columns {
  /*-webkit-column-count: 4;
  -webkit-column-gap: 20px;
  -webkit-column-fill: auto;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -moz-column-fill: auto;
  column-count: 4;
  column-gap: 20px;
  column-fill: auto;*/
  opacity: 1.0;
  transition: opacity 0.35s ease-in-out;
}

.columns.ng-hide {
  opacity: 0.0;
}

.columns.fw.grid {
  /*-webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;*/
}

.columns.fw.masonry {
  /*-webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;*/
}

.columns.fw.grid .photo-box {
  /*float: left;
  width: 16.666666% !important;
  padding: 0 15px;*/
}

.columns.masonry {
  overflow: hidden;
}

.photo-details ul li a.disabled {
  opacity: 0.5;
}

.photo-details ul li a.disabled:hover {
  text-decoration: underline;
}

.columns.masonry .photo-details {
  position: absolute;
  vertical-align: middle;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  cursor: pointer;
}

.columns.masonry a.photo-name {
  font-size: 12px;
}

.columns.masonry .photo-box photograph > a {
  display: block;
  height: 100%;
}

.columns.masonry .photo-box:hover .photo-details {
  display: inline-flex;
  align-items: center;
}

.detail-wrap {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.photo-name {
  font-weight: 500;
  color: #fff;
}

.photo-details ul {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.photo-details ul li {
  display: block;
}

.photo-details ul li a {
  font-size: 12px;
  text-decoration: underline;
}

.photo-details ul li a:hover {
  text-decoration: none;
}

.photo-details ul li a i, .details-holder a i {
  display: inline-block;
  margin-right: 7px;
  background-size: cover;
}

.cart-icon-light, .cart-icon-light-sub {
  width: 18px;
  height: 18px;
  background-image: url('../images/cart-icon-light.png');
  margin-bottom: -3px;
}

.cart-icon-light-sub {
  background-image: url('../images/cart-icon-light-sub.png');
}

.cart-icon-dark, .sidr-class-cart-icon-dark {
  width: 18px;
  height: 14px;
  background-image: url('../images/cart-icon-dark.png');
  display: block;
  background-size: cover;
  position: absolute;
  top: 11px;
  left: 0;
}

.lightbox-icon-light, .lightbox-icon-light-sub {
  width: 18px;
  height: 18px;
  background-image: url('../images/lightbox-icon-light.png');
  margin-bottom: -3px;
}

.lightbox-icon-light-sub {
  background-image: url('../images/lightbox-icon-light-sub.png');
}

.lightbox-icon-dark, .sidr-class-lightbox-icon-dark {
  width: 18px;
  height: 21px;
  background-image: url('../images/lightbox-icon-dark.png');
  display: block;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 0;
}

.photo-box .cart-icon-dark, .photo-box .cart-icon-dark-sub {
  width: 16px;
  height: 16px;
  background-image: url('../images/cart-icon-dark.png');
  background-size: cover;
  position: static;
  margin-bottom: -4px;
}

.photo-box .cart-icon-dark-sub {
  background-image: url('../images/cart-icon-dark-sub.png');
}

.photo-box .lightbox-icon-dark, .photo-box .lightbox-icon-dark-sub {
  width: 14px;
  height: 16px;
  background-image: url('../images/lightbox-icon-dark.png');
  position: static;
  margin-bottom: -3px;
}

.photo-box .lightbox-icon-dark-sub {
  background-image: url('../images/lightbox-icon-dark-sub.png');
}

.photo-box .download-icon-dark {
  width: 17px;
  height: 15px;
  background-image: url('../images/download-icon-dark.png');
  position: static;
  margin-bottom: -5px;
}

.download-icon-light {
  width: 17px;
  height: 15px;
  background-image: url('../images/download-icon-light.png');
  margin-bottom: -5px;
}

.columns.masonry .photo-meta {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #eee;
  font-size: 11px;
}

.columns.masonry .photo-meta.photo-event-name, .columns.masonry .photo-meta.photo-event-date {
  display: none;
}

.viewcontrols a {
  cursor: pointer;
}

.events-list .news-image-wrapper {
  max-height: 182px;
}

.columns.grid .photo-details {
  position: static;
  height: 100%;
  background: transparent;
  text-align: center;
}

.columns.grid .photo-box {
  text-align: center;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  float: none;
  position: relative;
}

.columns.grid .photo-box a {
  color: #212121;
  font-size: 12px;
}

.columns.grid .photo-box img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-align: center;
  /*max-height: 115px;*/
  transition: all 0.4s ease;
}

.columns.grid .photo-box img.selected
{
  border: 4px solid #059EEC;
}

.icon-circle-dark {
  background: #2F3133;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.icon-circle-dark > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.columns.grid .photo-details ul li a i {
  /*display: none;*/
}

.single-events-list .columns.grid .photo-details ul {
  margin-top: 0;
}

.columns.grid .photo-details ul li {
  display: inline-block;
  margin: 0 2px;
}

.columns.grid .photo-details ul li a {
  font-size: 11px;
}

.columns.grid .photo-meta {
  position: static;
  display: block;
  color: #9B9B9B;
  font-size: 11px;
  line-height: 160%;
}

.columns.grid .photo-meta a {
  color: #9B9B9B;
}

.columns.grid a.photo-name {
  margin: 15px 0 5px 0;
  font-size: 13px;
  display: block;
}

.columns.grid .photo-meta.photo-event-name {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.single-events-list .columns.grid .photo-meta.photo-event-name, .single-events-list .columns.grid .photo-meta.photo-event-date {
  display: none;
}

.advert {
  background-color: #D8D8D8;
  margin-bottom: 30px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #666;
}

.modal-backdrop.in {
  opacity: 0.65;
}

.modal {
  text-align: center;
}

.modal .image-holder .remote-image {
  margin: 0 auto;
}

.modal .image-holder .remote-image .remote-image-wrap {
  background-color: transparent;
  background-image: none;
  background-size: 50%;
}

.modal .image-holder {
  background-image: url("/images/pmc-logo-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25%;
}

.modal .image-holder .slideshow-controls {
  display: none;
}

.modal .image-holder:hover .slideshow-controls {
  display: block;
}

.slideshow-count {
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: bold;
}

.modal .image-holder a.close-btn {
  color: #777777;
  position: absolute;
  top: 15px;
  left: 15px;
  overflow: visible;
  z-index: 100000;
}

.modal .image-holder a.close-btn i.fa.fa-2x {
  font-size: 1.8em;
}

.modal .slideshow-play {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #777777;
}

.modal a.slideshow-btn {
  color: white;
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.modal a.slideshow-btn:hover {
  color: white;
  background-color: #000;
}

.modal a.slideshow-btn i.glyphicon {
  position: relative;
  top: 7px;
}

.modal a.slideshow-btn.previous-btn {
  left: 15px;
}

.modal a.slideshow-btn.previous-btn i.glyphicon {
  left: -1px;
}

.modal a.slideshow-btn.next-btn {
  right: 15px;
}

.modal a.slideshow-btn.next-btn i.glyphicon {
  left: 1px;
}

.modal.in .modal-dialog {
  z-index: 1200;
  width: auto;
  width: 1100px;
  display: inline-block;
  vertical-align: middle;
}

.modal-content {
  border-radius: 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, .3);
}

.modal-body {
  padding: 0;
}

.modal-body .image-holder {
  background-color: #2F3133;
  padding: 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
  left: 0;
  position: absolute;
  min-height: 100px;
}

.modal-body .image-holder img {
  max-width: 475px;
  max-height: 475px;
  display: inline-block;
}

.modal-body .details-holder {
  text-align: left;
  position: relative;
  padding: 0px;
  float: right;
  height: 600px;
  overflow: hidden;
}

.modal-body .details-holder .social-icons-top {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
}

.modal .featured-text {
  font-size: 16px;
  font-weight: 300;
}

.modal .evt-me-modal-body img {
  margin: -15px auto 0 auto;
  display: block;
  max-width: 290px;
  -webkit-filter: grayscale(100%);
  opacity: 0.85;
}

.modal .evt-me-modal-body .btn-toolbar {
  margin: 20px 0 15px 0;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.panes {
  position: relative;
  height: 100%;
  background-color: white;
  overflow: hidden;
}

.panes .pane {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: white;
  border-left: 1px solid #EEE;
  box-shadow: -5px 0 30px rgba(111, 111, 111, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
}

.panes .pane.ng-animate {
  transition: right cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s;
}

.pane.ng-leave.ng-leave-active,
.pane.ng-enter {
  right: -100%;
}

.pane.ng-leave,
.pane.ng-enter.ng-enter-active {
  right: 0;
}

.pane.ng-animate.ng-leave.ng-leave-active
{
  position: absolute !important;
}

.info-item {
  margin-bottom: 20px;
}

.panes .pane .pane-header h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding-top: 11px;
}

.panes .pane .pane-header button.pane-close {
  border: none;
  background-color: rgb(47, 49, 51);
  border-radius: 0;
  color: white;
  float: right;
}

.panes .pane .btn-blue-full.btn-outline {
  border: 1px solid #059EEC;
  background-color: transparent;
  color: #059EEC;
}

.panes .pane .pane-body form.form-inline input[type="text"] {
  width: 298px;
}

.panes .pane .pane-body form.form-inline button.btn-primary {
  float: right;
}

.panes .pane .pane-body .lightbox-list .lightbox-list-item {
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.panes .pane .pane-body .lightbox-list .lightbox-list-item a {
  color: rgb(47, 49, 51);
}

.panes .pane .pane-body .lightbox-list .lightbox-list-item h4 {
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
}

.panes .pane .pane-body .lightbox-list .lightbox-list-item i.glyphicon-ok, .panes .pane .pane-body .lightbox-list .lightbox-list-item i.fa-circle-o-notch {
  color: #059EEC;
  color: #059EEC;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 2px;
}

.panes .pane .pane-body .lightbox-list .lightbox-list-item i.glyphicon-ok.active, .panes .pane .pane-body .lightbox-list .lightbox-list-item i.fa-circle-o-notch.active {
  visibility: visible;
}

.panes .pane .pane-body .well {
  border: 1px solid #EEE;
}

.panes .pane .pane-body .well.selected {
  border: 1px solid #059EEC;
}

.panes .pane .pane-body .well .radio {
  margin: 0;
}

.panes .pane .pane-body .well h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.panes .pane .pane-body .well h4 small {
  text-transform: none;
  font-weight: 400;
}

.panes .pane .pane-body .well p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

.panes .pane form.contact-form {
  padding: 0;
}

.panes .pane .pane-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.panes .pane .pane-wrapper .pane-header,
.panes .pane .pane-wrapper .pane-footer {
  margin: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.panes .pane .pane-wrapper .pane-header {
  margin: 20px 20px 0 20px;
}
.panes .pane .pane-wrapper .pane-footer {
  margin: 0 20px 20px 20px;
}

.panes .pane .pane-wrapper .pane-footer .btn {
  margin: 0 5px;
  padding: 10px 10px;
  font-size: 12px;
}

.panes .pane .pane-wrapper .pane-body {
  padding: 0 20px;
  margin: 20px 0;
  flex-shrink: 1;
  overflow: auto;
  flex-grow: 1;
}

.pane-wrapper .ssk {
  margin-left: 5px;
  padding: 7px;
}

.panes .pane .pane-wrapper .braintree-logo {
  display: none;
}

.details-holder .btn-blue-full {
  padding: 10px 23px;
  margin-top: 10px;
}

.m-show, .m-links, .m-buttons {
  display: none !important;
}

.m-hide {
  display: block;
}

.sidr-inner .sidr-class-glyphicon-search {
  position: absolute;
  z-index: 1000;
  top: 34px;
}

.event-cr {
  font-size: 11px;
}

.inner-content {
  padding: 50px 0;
}

.inner-content h4 {
  text-align: center;
  margin-bottom: 30px;
}

.inner-content .content-block {
  background-color: white;
  padding: 15px;
  /*box-shadow: 0 3px 10px rgba(0,0,0,0.05);*/
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

.inner-content .content-block img.patrick {
  margin: 15px;
  padding: 0;
  float: left;
  max-width: 360px;
  border: solid 4px #059EEC;
}

.inner-content .content-block h4.title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}

.inner-content .content-block h4.title span.title-emphasis {
  color: #059EEC;
}

.inner-content .content-block + .content-block {
  margin-top: 25px;
}

.about-patrick-wrapper
{
  margin: -30px;
}

.press img {
  max-width: 165px !important;
  display: block;
  margin: 0 auto 15px !important;
}

.press a {
  color: #2F3133;
}

.press h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

/*.col-2 {
margin-bottom: 30px;
}

.col-2 img {
width: 100%;
margin-top: 30px;
}*/

.full-video img {
  width: 100%;
}

.our-team {
  padding: 50px 0;
}

.our-team p {
  text-align: center;
  color: #999;
}

.team-members {
  margin: 50px 0 20px 0;
}

.team-member {
  text-align: center;
  height: 240px;
  margin-bottom: 30px;
}

.team-member h5 {
  font-weight: 400;
}

.job-title {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.member-photo {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}

.member-photo img {
  width: 100%;
}

.logo-wrap {
  position: relative;
  height: 140px;
  line-height: 140px;
  margin-bottom: 20px;
  text-align: center;
}

.logo-wrap a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.50);
  opacity: 0;
}

.logo-wrap a:hover {
  opacity: 1;
}

.pmc-new {
  /*padding-top: 50px;*/
}

.pmc-new img {
  margin-top: 0 !important;
}

.pmc-new .ny-mag {
  width: 300px !important;
}

.pmc-new .allure {
  width: 250px !important;
}

.pmc-new .interview {
  width: 250px !important;
}

.pmc-new .am-newyork {
  width: 130px !important;
}

.pmc-new .hamptons {
  width: 250px !important;
}

.pmc-new .artnet {
  width: 250px !important;
}

.pmc-new .luxury-listings {
  width: 110px !important;
}

.pmc-new .observer {
  width: 250px !important;
}

.pmc-new .art-auction {
  width: 235px !important;
}

/*.inner-content.services .col-2 img {
margin-top: 20px;
width: 98%;
}

.inner-content.services .col-2 {
margin-bottom: 50px;
}
*/
.inner-content.services {
  overflow: hidden;
}

.inner-content.services h5 {
  background-color: #eee;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  color: #808080;
  letter-spacing: 4.5px;
}

.inner-content.image-columns img {
  width: 100%;
  margin: 20px auto 50px auto;
  max-width: 600px;
  display: block;
}

#map {
  width: 100%;
  height: 500px;
}

#map iframe {
  pointer-events: none;
}

.contact-form {
  padding: 80px 0;
}

.contact-form h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 17px;
}

.contact-form .form-control, .has-success .form-control, .has-success .form-control:focus {
  border: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 12px 6px 0;
  margin-bottom: 10px;
  /*font-weight: 300;
  color: #9B9B9B;*/
}

.has-error .form-control, .has-error .form-control:focus {
  border-bottom: 1px solid #F52D3D;
}

.has-error .form-control:focus {
  box-shadow: none;

}

.has-error .help-block {
  color: #F52D3D;
}

.has-error .help-block > span
{
  display: block;
  margin: 10px 0;
  line-height: 16px;
}

.has-success .form-control:focus {
  box-shadow: none;
}

.contact-form label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-form a.btn-blue-full {
  padding: 15px 30px;
}

.contact-form .btn-toolbar a.btn-blue-outline {
  margin-top: 20px;
  height: 52px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #059EEC;
  background-color: transparent;
  border: 1px solid #059EEC;
}

.contact-form .btn-toolbar a.btn-reset {
  margin-top: 29px;
  padding-left: 0;
  color: #059EEC;
}

.contact-form .checkbox input[type=checkbox], .contact-form .checkbox-inline input[type=checkbox], .contact-form .radio input[type=radio], .contact-form .radio-inline input[type=radio] {
  margin-top: 2px;
}

h2.blog-title {
  font-size: 46px;
}

.inner-content.blog {
  padding: 0;
}

.blog-user-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100px;
}

.blog-user-photo img {
  width: 100%;
}

.blog-username {
  display: block;
  color: #808080;
}

.post-date {
  margin-top: 50px;
  color: #B3B3B3;
}

.icon-date, .icon-comment {
  display: inline-block;
  margin: -4px 5px 0 0;
  width: 18px;
  height: 18px;
}

.post-date span, .comments-title span {
  display: inline-block;
}

.divider-green {
  width: 100px;
  background-color: #A0CECB;
  height: 3px;
  margin: 70px 0;
  border-radius: 100px;
}

.post {
  padding: 50px 0;
}

.post.last {
  padding-bottom: 0;
}

.post h3 {
  margin-bottom: 10px;
}

.post p {
  font-size: 24px;
  font-weight: 300;
}

.full-size-image {
  margin: 50px 0;
}

.full-size-image img {
  width: 100%;
  margin-bottom: 10px;
}

.full-size-image span, .text-md {
  color: #808080;
}

.related-gallery {

}

.related-gallery .image-wrapper {
  height: 420px;
  overflow: hidden;
  padding: 0;
}

.related-gallery .image-wrapper img {
  width: 100%;
}

.related-gallery .info-box {
  background-color: #eee;
  padding: 50px;
  height: 420px;
}

.related-gallery .info-box h4 {
  text-align: left;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.related-gallery .info-box p {
  font-size: 16px;
}

.yellow-text-link, .yellow-text-link:active, .yellow-text-link:focus {
  color: #F5A623;
  text-decoration: underline;
  margin-top: 50px;
  display: inline-block;
}

.yellow-text-link:hover {
  text-decoration: none;
  color: #F5A623;
}

.comments-title {
  color: #666;
}

.wrapper-dark {
  background-color: #2F3133;
  padding: 80px 0;
  margin-top: 30px;
}

.wrapper-dark h4 {
  color: #fff;
  text-align: left;
}

ul.comments li {
  border-bottom: 1px solid #888;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.user-profile {
  text-align: center;
}

.user-profile .avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #212121;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 5px;
}

.user-profile .avatar img {
  width: 100%;
}

.user-profile .user-name {
  color: #B3B3B3;
  display: inline-block;
}

.user-profile .comment-date {
  color: #808080;
  display: inline-block;
}

.comment-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.comment-content p {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 400;
}

.comment-form .form-control {
  border: 0;
  border-bottom: 1px solid #888;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 12px 6px 0;
  margin-bottom: 20px;
  background-color: transparent;
  color: #888;
}

.form-group.has-error label {
  color: #F52D3D;
}

.form-group.has-error label small {
  color: #F52D3D;
}

.form-group label small {
  color: #9B9B9B;
}

/* MARK */

.page-wrap {
  min-height: 100%;
  margin-bottom: -269px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-content {
  min-height: 400px;
}

.uppercase {
  text-transform: uppercase !important;
}

.event-title {
  font-weight: bolder;
  word-spacing: 2px;
  letter-spacing: -0.04em;
  color: #2c2c2c;
  font-size: 15px !important;
  text-transform: capitalize;
}

.modal-content {
  border: none;
}

.pmc-column-modal h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.pmc-column-modal p {
  font-weight: 200;
}

.pmc-column-modal img.pmc-column-image {
  max-width: 100%;
}

#carousel,
#carousel .carousel-control {
  height: auto;
  max-height: 650px;
  overflow: hidden;
}

#carousel .carousel-control
{
  height: 100%;
  overflow: hidden;
}

#carousel .carousel,
#carousel .carousel-caption-wrap
{
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.carousel .carousel-text-block {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.carousel .carousel-text {
  text-transform: uppercase;
  position: absolute;
  color: white;
  right: 0;

  text-align: right;
}

.carousel .carousel-text h4 {
  font-weight: 500;
}

.carousel .carousel-text p {
  font-weight: 400;
}

.carousel .carousel-text.contact-information {
  bottom: 35px;
  padding-right: 30px;
}

.carousel .carousel-text.store {
  bottom: 45%;
}

.carousel .carousel-text.store h4 {
  font-size: 60px;
}

.goose-egg {
  background-color: #069EEC;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}

/* Tables */

table.table thead tr th {
  font-weight: normal;
  background-color: whitesmoke;
  color: #8C8C8C;
}

table#downloads-table img.image-thumbnail {
  margin: 0 auto;
  display: block;
}

/* Images */
.news-image-wrapper img, .remote-image img {
  opacity: 0.0;
  transition: opacity 0.2s ease;
}

.news-image-wrapper img.loaded, .remote-image img.loaded {
  opacity: 1.0;
}

.columns.grid .photo-box {
  position: relative;
  padding-bottom: 30px;
  overflow: visible;
  display: inline-block;
  vertical-align: top;
}

.columns.grid .photo-box a {
  display: block;
}

.columns.grid .photo-box .remote-image {
  height: 250px;
}

.remote-image .remote-image-wrap {
  background-color: #EEE;
  background-image: url("/images/pmc-logo-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  min-height: 100px;
}

.remote-image .banner {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 0;
  font-weight: 500;
}

.remote-image .banner.banner-premium {
  background-color: #F52D3D;
}

.remote-image .banner.banner-exclusive {
  background-color: #059EEC;
}

.columns.grid .photo-box .remote-image .remote-image-wrap {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.columns.grid .photo-box.selected .remote-image img {
  border: 4px solid #059EEC;
}

.columns.grid .photo-box .remote-image img {
  width: 100%;
}

.columns.grid .photo-box .remote-image.remote-image-vertical {

}

.columns.grid .photo-box .remote-image.remote-image-vertical .remote-image-wrap {
  max-width: 175px;
  min-height: 240px;
}

.columns.grid .photo-box .remote-image.remote-image-horizontal {
  padding: 0 10px;
}

.columns.grid .photo-box .remote-image.remote-image-horizontal .remote-image-wrap {
  min-height: 100px;
}

.columns.grid .photo-box .remote-image.remote-image-square {
  margin: 0 auto;
  padding: 0 15px;
}

/* Search form */

.md-virtual-repeat-container
{
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
  box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}
md-autocomplete,
md-autocomplete-wrap,
md-autocomplete-wrap input
{
  height: 50px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.md-virtual-repeat-container .category
{
  height: auto !important;
  cursor: default !important;
  pointer-events: none !important;
  opacity: .5 !important;
}

.algolia-autocomplete input.form-control {
  border-radius: 0;
}

section.search input.form-control {
  /*border-left: none;*/
  border-right: none;
}

.btn-calendar span.glyphicon {
  top: 3px;
  left: 1px;
}

/* Person Subpage */
#person-subpage img.profile-image {
  max-width: 100%;
  margin-bottom: 50px;
}

/* Event View Image Column Override */

.events-list .columns.grid {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-top: 35px;
}

.events-list .columns.grid .photo-box {
  max-width: 25%;
}

.events-list .columns.masonry .photo-box,
.events-list .columns.masonry .photo-sizer,
.events-list .columns.masonry .photo-box
{
  /*max-width: 20%;*/
  width: 23%;
  min-width: 100px;
}

.events-list .columns.masonry .photo-box-horizontal {
  /*width: 48%;*/
}

masonry {
  display: block;
  width: 100%;
}

/* Search Sidebar */
#advanced-search-sidebar.well {
  background-color: #fafafa;
  border: 0;
  padding: 10px 12px;
  box-shadow: none;
}

#advanced-search-sidebar.well h2 {
  font-size: 16px;
  font-weight: 500;
}

#advanced-search-sidebar.well label {
  font-size: 12px;
  margin-top: 12px;
  font-weight: 400;
}

#advanced-search-sidebar.well textarea.form-control, #advanced-search-sidebar.well input.form-control, #advanced-search-sidebar.well select.form-control {
  box-shadow: none;
  border-color: #EAEAEA;
}

.chosen-container .chosen-drop {
  border-color: #EAEAEA;
  box-shadow: none;
}

.chosen-container-single .chosen-single {
  border-color: #EAEAEA;
  background: white;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}

.chosen-container .chosen-results {
  margin-right: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: white;
  border-color: #EAEAEA;
}

.chosen-container .chosen-results li {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 -10px;
}

.chosen-container .chosen-results li.highlighted {
  background: #059EEC;
}

.chosen-container-single .chosen-search input[type=text] {
  border-color: #DDD;
  border-radius: 25px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#search-header {
  padding: 0 0 20px 0;
}

#search-header input[type="text"] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #DDD;
  box-shadow: none;
  margin-bottom: 12px;
  background-image: url("/images/search.png");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 3px 3px;
  padding-left: 40px;
}

#search-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  padding-left: 13px;
}

#search-header .close-btn {
  position: relative;
  top: 29px;
  z-index: 1;
  visibility: hidden;
}

#search-header .close-btn.active {
  visibility: visible;
}

#advanced-search-sidebar .picker {
  min-width: 300px;
}

#advanced-search-results h3 {
  font-size: 14px;
  margin-bottom: 20px;
  float: none;
  font-weight: 500;
}

#advanced-search-results hr {
  margin-bottom: 70px;
}

#advanced-search-results .person h4.media-heading {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

#advanced-search-results .people-search-results {
  padding-bottom: 70px;
}

#advanced-search-results .person {
  margin-bottom: 20px;
}

#advanced-search-results .person h4.media-heading a, #advanced-search-results .person h4.media-heading a:hover {
  color: rgb(47, 49, 51);
}

.days-ago {
  margin-top: 0;
}

.days-ago input[type="text"] {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  margin-top: -8px;
  display: inline;
}

.download-all-btn {
  background-color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  width: 0%;
  display: none;
}

.download-all-btn.fw {
  display: block;
  width: 100%;
  padding: 0;
  height: 50px;
  line-height: 50px;
}

.download-all-btn i
{
  line-height: 50px;
  font-size: 19px;
}

/* Footer */

/* Angular Animations */

.grid {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid-img {
  vertical-align: middle;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.grid-img.img-loaded {
  visibility: visible;
  opacity: 1;
}

.pagination {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination > li > a {
  background-color: #fafafa;
  border: none;
  margin: 3px;
  color: rgb(47, 49, 51);
}

.pagination > li > a:hover, .pagination > .active > a:hover {
  background-color: #059EEC;
  color: white;
  opacity: 1.0;
}

.pagination > .active > a {
  background-color: #059EEC;
}

/* Modals */

.modal-content.default-modal {
  text-align: left;
}

.modal-content.default-modal .modal-header {
  background-color: #059EEC;
  color: white;
  border-bottom: none;
}

.modal-content.default-modal .modal-header h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
}

.modal-content.default-modal .modal-body {
  padding: 15px;
}

.modal-content.default-modal .modal-body .btn-toolbar .btn {
  float: none;
}

.modal-content.default-modal .modal-body .btn-blue-full {
  text-transform: uppercase;
}

.modal-content.default-modal .modal-body .btn-blue-full.btn-outline {
  border: 1px solid #059EEC;
  background-color: transparent;
  color: #059EEC;
  text-transform: uppercase;
}

.modal-content.default-modal .modal-body form .form-control, .panes .pane .pane-body form input[type="text"].form-control, .panes .pane .pane-body form input[type="password"].form-control, .panes .pane .pane-body form input[type="email"].form-control {
  border: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 12px 6px 0;
  margin-bottom: 10px;
}

.modal-content.default-modal .modal-body .shopping-cart img.image-thumbnail {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

.panes .pane .pane-body form select.form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 6px 12px 6px 0;
  margin-bottom: 20px;
}

.modal .modal-body.service-modal-body {
  padding: 0;
}

.modal .modal-body.service-modal-body .row {
  margin-left: 0;
  margin-right: 0;
}

.modal .modal-body.service-modal-body .col-md-4 {
  padding-left: 0;
}

.modal .modal-body.service-modal-body .col-md-4 img {
  max-width: 100%;
}

.modal .modal-body.service-modal-body .col-md-8 {
  padding: 55px 0 8px;
}

.modal .modal-body.service-modal-body .col-md-8 .featured-text {
  padding-right: 20px;
  text-align: center;
}

/* Sub-page */
section.subpage {
  padding-top: 40px;
}

section.subpage h2.subpage-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}

section.subpage p.subpage-description {
  font-size: 11px;
  color: #9B9B9B;
}

section.subpage .well, .pane .well {
  border-radius: 0;
  box-shadow: none;
  background-color: #EEE;
  border: none;
}

section.subpage .well a {
  color: #059EEC;
  font-weight: 500;
}

section.subpage .well p, .pane .well p {
  font-size: 16px;
  color: #9A9A9A;
  margin-bottom: 0;
}

section.subpage .well .btn.btn-blue-full {
  margin: 5px 0;
}

/* Lighboxes */
.lightboxes .lightbox {
  margin-bottom: 30px;
}

.lightboxes .lightbox .lightbox-wrapper {
  background-color: #2F3133;
  overflow: hidden;
  position: relative;
}

.lightboxes .lightbox .lightbox-image-preview {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}

.lightboxes .lightbox .lightbox-image-preview img {
  width: 33.3333%;
}

.lightboxes .lightbox .lightbox-content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  height: 145px;
  padding: 15px;
}

.lightboxes .lightbox .lightbox-content a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}

.lightboxes .lightbox h4.lightbox-title {
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 45px;
  font-size: 12px;
}

#lightbox #filter-options.fw label {
  font-weight: 400;
  font-size: 12px;
}

.application-pane {
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.selected-images-buttons .btn {
  font-size: 11px;
}

.lightbox-buttons .btn:disabled {
  background: #e4e4e4;
  border-color: #909090;
  color: #909090;
  cursor: not-allowed;
}

h4.form-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  color: #9B9B9B;
  text-transform: uppercase;
  font-weight: 400;
}

/* Tabs */
.tab-pane > div {
  padding: 25px 0 45px 0;
}

.nav-tabs > li > a {
  padding: 10px 20px;
  border-radius: 0;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #059EEC;
}

/* Facet List Enhancements */

.active-filters span.label.label-default {
  background-color: #212121;
  padding: 8px 10px;
  display: inline-block;
  font-weight: 500;
  margin: 0 5px 0 0;
  border-radius: 20px;
}

.active-filters span.label.label-default a {
  color: white;
}

.active-filters span.label.label-default i.glyphicon {
  padding-left: 5px;
}

/*.datepicker table {*/
/*width: 100%;*/
/*}*/

/*.datepicker table thead tr th[colspan="5"] button {*/
/*border-left: none;*/
/*border-right: none;*/
/*}*/

/*.datepicker table thead tr th .btn-default {*/
/*color: #2F3133;*/
/*border-color: #2F3133;*/
/*}*/

/*.datepicker table thead tr th.text-center small {*/
/*text-transform: uppercase;*/
/*font-size: 10px;*/
/*}*/

/*.datepicker table tbody button.btn-sm {*/
/*border: none;*/
/*padding: 5px 7px;*/
/*color: #2F3133;*/
/*box-shadow: none;*/
/*}*/

/*.datepicker .text-info {*/
/*color: #059EEC;*/
/*}*/

/*.datepicker table tbody button.btn-default.active {*/
/*background-color: transparent;*/
/*}*/

/*.datepicker table tbody button.btn-default.active:hover {*/
/*box-shadow: none;*/
/*}*/

/*.datepicker table tbody button.btn-info.active, .datepicker table tbody button.btn-info.active:focus, .datepicker table tbody button.btn-info.active:hover {*/
/*background-color: #2F3133;*/
/*color: white;*/
/*}*/

/*.datepicker table tbody button.btn-info.active span {*/
/*color: white !important;*/
/*}*/

/*.datepicker .text-muted {*/
/*color: #A6A6A6;*/
/*}*/

.facet-block {
  margin-bottom: 35px;
}

.facet-block .facet-list-toggle-btn {
  border-radius: 0;
  background-color: #2F3133;
  padding: 2px 7px 3px 7px;
  color: white;
  font-size: 9px;
}

.facet-block input.facet-list-search-input {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}

.facet-block input.facet-list-search-input:focus {
  box-shadow: none;
  border-color: inherit;
}

/* Products */

.products .product {
  height: 400px;
  text-align: center;
}

.products .product h4 {
  margin: 10px 0 5px 0;
  font-weight: 500;
}

.products .product img.product-poster-image {
  max-height: 150px;
}

.products .product p {
  font-size: 12px;
}

.products .product span.product-price {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

#product img.poster-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

#product span.product-price {
  color: #059EEC;
}

#product .button-toolbar {
  margin-bottom: 25px;
}

#product blockquote {
  font-size: 14px;
}

/* xEditable */

.editable-click, a.editable-click {
  color: #2F3133;
  border-bottom: none;
}

.editable-click .glyphicon-pencil {
  padding-left: 7px;
  color: #DDD;

}

.editable-click:hover, a.editable-click:hover {
  color: #059EEC;
  opacity: 1.0;
}

.editable-click:hover .glyphicon-pencil, a.editable-click:hover .glyphicon-pencil {

}

.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > textarea {
  border-width: 0px 0px 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(221, 221, 221);
  box-shadow: none;
  border-radius: 0px;
  padding: 6px 12px 6px 0px;
  margin-bottom: 20px;
  font-weight: 400;
  min-width: 250px;
}

.editable-wrap .editable-controls > textarea {
  min-width: 300px;
}

.editable-buttons button {
  margin-left: 0;
}

.editable {
  cursor: pointer;
}

/* Loading Animation */

.loading-wrapper {
  width: 100%;
  position: relative;
  height: 300px;
  margin: 0 auto;
}

.box-loading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.box-loading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}

.box-loading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: #059EEC;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}

/* Algolia search */

.algolia-autocomplete {
  width: 100%;
}

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%;
}

.algolia-autocomplete .aa-hint {
  color: #999;
}

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #EEE;
  border-top: none;
  text-align: left;
  padding: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.01);
}

.algolia-autocomplete .aa-dropdown-menu > div + div {
  margin-top: 25px;
}

.algolia-autocomplete .aa-dropdown-menu .category {
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 0;
  font-size: 16px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .media h4.media-heading {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .media small {
  font-weight: 300;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #059EEC;
  color: white;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor a {
  color: #059EEC;
  color: white;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor a:hover {
  color: white;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}

/* Cart */

.inner-content-grey {
  background-color: #eee;
  padding-top: 10px;
  min-height: 780px;
}

.content-block.cart-content-block {
  padding: 0;
  overflow: hidden;
}

table.cart {
  width: 100%;
  max-width: inherit;
}

table.cart img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
}

table.cart b {
  display: block;
  font-weight: 500;
}

table.cart thead tr {
  height: 40px;
}

table.cart thead tr th {
  vertical-align: middle;
  background-color: #059EEC;
  color: white;
  font-weight: 400;
  border-bottom: none;
}

table.cart thead th.right-col,
table.cart tbody td.right-col {
  text-align: right;
  padding-right: 25px;
}

table.cart input.cart-item-quantity {
  text-align: center;
  max-width: 65px;
  display: inline-block !important;
}

.cart-item-actions
{
  display: inline-block;
  white-space: nowrap;
  margin: 10px;
}
.content-block.cart-content-block table.cart .cart-item-actions a.cart-item-action,
.content-block.cart-content-block table.cart .cart-item-actions span {
  font-size: 12px;
  color: #337ab7;
}

.content-block.cart-subtotal-content-block label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

.content-block.cart-subtotal-content-block h2 {
  font-size: 55px;
  font-weight: 400;
}

.content-block.cart-subtotal-content-block .btn-blue-full {
  text-transform: uppercase;
}

.content-block.cart-subtotal-content-block .btn-blue-full.btn-outline {
  background-color: transparent;
  color: #059EEC;
  border-color: #059EEC;
}

/* Checkout */

#checkout .contact-form {
  padding-top: 25px;
}

.register-buttons {
  margin-bottom: 40px;
}

h3.shipping-title {
  margin-top: 30px;
}

#register h2.subpage-title {
  margin-bottom: 5px;
}

#register .gray {
  font-size: 13px;
  margin-bottom: 20px;
}

#register .contact-form {
  padding-top: 25px;
}

#register .well {
  border: 1px solid transparent;
}

#register .well.selected {
  border: 1px solid #059EEC;
}

#register .well h4 {
  font-weight: 400;
  font-size: 16px;
}

#register .well p {
  font-size: 14px;
  text-transform: none;
  line-height: 120%;
}

#register .well input[type="radio"] {
  margin-top: 4px;
}

#register .spacer {
  height: 35px;
}

table.order-summary-table {
  /*font-size: 16px;*/
}

table.order-summary-table tr {
  height: 60px;
}

table.order-summary-table tr td {
  vertical-align: middle;
  border-top: none;
}

table.order-summary-table tr td .form-control {
  border: 1px solid #DDD;
  margin-bottom: 0;
}

table.order-summary-table tr td input[type="text"].form-control {
  padding: 0 5px;
}

table.order-summary-table tr td span.coupon-discount {
  color: #1FA764;
  font-weight: 500;
}

.cc-form .cc-field {
  height: 34px;
}

.cc-form .credit-cards {
  margin-bottom: 20px;
}

.cc-form .credit-cards img {
  width: 50px;
}

.cc-form #paypal-container {
  margin-bottom: 15px;
}

/* Archive */
.slick-slider {
  height: 260px;
  margin: 45px 0;
}

.slick-slider .slick-prev {
  left: 25px;
  z-index: 1000;
}

.slick-slider .slick-next {
  right: 25px;
  z-index: 1000;
}

.slick-slider img {
  height: 260px;
}

.archive-text p
{
  margin: 12px 0 !important;
}

/*.image-slider {
width: 100%;
height: 260px;
overflow: hidden;
margin: 10px 0;
}

.image-slider .image-slider-wrap {
height: 100%;
width: 10000em;
position: relative;
left: -50%;
transition: left 0.5s ease;
}

.image-slider .image-slider-wrap a {
display: inline-block;
height: 100%;
}

.image-slider .image-slider-wrap img {
height: 100%;
}*/

.archive-text {
  font-size: 18px;
  font-weight: 300;
}

/* Clients */

.clients-list .client h3.client-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Subscribing Thanks */

section#subscribing-thanks img.download-image {
  max-width: 250px;
  margin-bottom: 50px;
  float: right;
}

/* Sweet Alert */

.sweet-alert button {
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none !important;
  background-color: #059EEC !important;
  transition: opacity 0.25s ease;
  font-size: 14px;
}

.sweet-alert button:hover {
  opacity: 0.7;
}

.sweet-alert button.cancel {
  color: #059EEC;
  border: 1px solid #059EEC;
  background-color: transparent !important;

}

.sweet-alert button.cancel:hover {
  background-color: transparent !important;
}

/* Invoice */
address {
  line-height: 175%;
}

img.invoice-logo {
  margin-bottom: 10px;
}

.invoice-transaction-breakdown.table > tbody > tr > td {
  border-top: none;
}

.invoice-line-items .table {
  margin-bottom: 50px;
}

.media.payment-method {
  margin: 30px 0 20px 0;
}

.media.payment-method .media-body h4 {
  font-weight: 400;
}

.media.payment-method .media-body small {
  margin-top: -4px;
  display: block;
  font-style: italic;
  color: #8C8C8C;
}

/* Angular buttons */

@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Styles for old versions of IE */
.btn-spinner {
  font-family: sans-serif;
  font-weight: 100;
}

/* :not(:required) hides this rule from IE9 and below */
.btn-spinner:not(:required) {
  -webkit-animation: three-quarters 1250ms infinite linear;
  -moz-animation: three-quarters 1250ms infinite linear;
  -ms-animation: three-quarters 1250ms infinite linear;
  -o-animation: three-quarters 1250ms infinite linear;
  animation: three-quarters 1250ms infinite linear;
  border: 3px solid white;
  border-right-color: transparent;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
}

.btn-outline.btn-spinner:not(:required) {
  border-color: #059EEC;
}

.btn-spinner:not(:required) {
  margin-left: -22px;
  opacity: 0;
  transition: 0.4s margin ease-out, 0.2s opacity ease-out;
}

.is-loading .btn-spinner {
  transition: 0.2s margin ease-in, 0.4s opacity ease-in;
  margin-left: 5px;
  opacity: 1;
}

.unselectable {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.autocomplete-custom-template li {
  height: auto !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  white-space: normal;
}

.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 1.3;
}

.autocomplete-custom-template .category {
  text-transform: uppercase;
  font-weight: 500;
  height: 30px !important;
  font-size: 16px;
}

.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}

.autocomplete-custom-template .item-title .highlight {
  color: #000;
  font-weight: bold;
}

.md-autocomplete-suggestions-container {
  height: 240px !important;
}

#search-bar .form-control {
  border: none !important;
}

.uib-month button {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.uib-year button {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.uib-datepicker-popup.dropdown-menu {
  top: 0 !important;
}

#search-bar .uib-datepicker-popup.dropdown-menu
{
  top: 0 !important;
  right: 15px !important;
  left: auto !important;
}

#search-bar .btn-calendar
{
  margin-left: 20px;
  border-radius: 0px;
}


.filter-sidebar
{
  width: 315px;
  float: left;
  display: block;
  height: 100%;
}

.filter-sidebar-content
{
  position: fixed;
  width: 315px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 459px);
  padding: 20px;
  box-sizing: border-box;
  transition: width 300ms;
}

.filter-sidebar-content:hover
{
}

.content-wrapper
{
  transition: 300ms;
}

.filter-sidebar
{
  display: block;
}

.content-wrapper
{
  margin-left: 315px;
  padding-left: 20px;
}

/* accordion theme */
.accordion-theme .panel-default
{
  border: none;
  box-shadow: none;
  background: transparent;
}
.accordion-theme .accordion-toggle
{
  background: transparent;
  display: block;
  padding: 15px 5px;
}

.accordion-theme .panel-heading
{
  background: transparent;
  padding: 0;
  border-bottom: solid 1px #ddd !important;
}

.accordion-theme input
{
  height: 30px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
  border: solid 1px #ddd;
}

.accordion-theme .panel-body
{
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}

.filters-search-result
{
  margin: 8px 0;
  line-height: 18px;
}

.filters-search-result a
{
  color: #383838;
  transition: none;
}

.filters-search-result a .total
{
  margin-left: 5px;
  color: #383838;
  opacity: .5;
}

.filters-search-result a:hover,
.filters-search-result a:hover .total
{
  color: #069EEC;
}

.events-wrapper
{
  /* padding-top: 110px; */
}

.filter-core
{
  min-width: 275px;
  transition: 300ms;
}

.element-filter-collapsed
{
  display: none;
}

.collapsed-filter-bar .element-filter-collapsed
{
  display: block;
}
.collapsed-filter-bar .element-filter-expanded
{
  display: none;
}

.collapsed-filter-bar .filter-sidebar-content
{
  width: 75px !important;
  overflow: visible;
}

.collapsed-filter-bar .filter-sidebar-header h4,
.collapsed-filter-bar .filter-core
{
  opacity: 0;
  pointer-events: none;
  transform: translateX(-35%);
  transition: 300ms;
}

.collapsed-filter-bar .content-wrapper
{
  margin-left: 75px;
}

md-virtual-repeat-container
{
  z-index: 10000 !important;
}

.uib-datepicker-popup
{
  min-width: 360px;
  padding: 20px;
  border-radius: 0;
  border: none;
  margin-top: 50px !important;
}

.uib-datepicker-popup .uib-button-bar
{
  display: none;
}

.pmc-datepicker-theme,
.uib-datepicker-popup .uib-datepicker
{
  padding: 0 10px;
}

.pmc-datepicker-theme .uib-daypicker,
.pmc-datepicker-theme .uib-monthpicker,
.pmc-datepicker-theme .uib-yearpicker,
.uib-datepicker-popup .uib-datepicker .uib-daypicker,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker
{
  width: 100%;
}

.pmc-datepicker-theme .uib-daypicker thead,
.pmc-datepicker-theme .uib-monthpicker thead,
.pmc-datepicker-theme .uib-yearpicker thead,
.uib-datepicker-popup .uib-datepicker .uib-daypicker thead,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker thead,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker thead
{
  color: #646464;
}

.pmc-datepicker-theme .uib-daypicker thead th,
.pmc-datepicker-theme .uib-monthpicker thead th,
.pmc-datepicker-theme .uib-yearpicker thead th,
.uib-datepicker-popup .uib-datepicker .uib-daypicker thead th,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker thead th,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker thead th
{
  padding-bottom: 20px;
}

.pmc-datepicker-theme .btn.btn-default.btn-sm.active,
.uib-datepicker-popup .btn.btn-default.btn-sm.active
{
  background: transparent;
  box-shadow: none;
}

.pmc-datepicker-theme .btn-default,
.uib-datepicker-popup .uib-datepicker .btn-default
{
  border: none;
  color: #646464;
  padding: 5px;
}

.pmc-datepicker-theme .btn-default span.text-info,
.uib-datepicker-popup .uib-datepicker .btn-default span.text-info
{
  font-weight: bolder;
}



.pmc-datepicker-theme .btn-default.btn-info.active,
.uib-datepicker-popup .uib-datepicker .btn-default.btn-info.active
{
  background: #069EEC !important;
  color: #ffffff !important;
}

.pmc-datepicker-theme .btn-default.btn-info.active span,
.uib-datepicker-popup .uib-datepicker .btn-default.btn-info.active span
{
  color: #ffffff !important;
}

.pmc-datepicker-theme .btn-default:disabled,
.pmc-datepicker-theme .btn-default:disabled span,
.uib-datepicker-popup .uib-datepicker .btn-default:disabled,
.uib-datepicker-popup .uib-datepicker .btn-default:disabled span
{
  background: #d0d0d0;
  color: #ffffff !important;
}

.no-transition
{
  transition: none !important;
}

.list-item-img
{
  display: block;
  height: 185px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
}

@keyframes fadein
{
  from { opacity: 0; }
  to   { opacity: 1; }
}

.news-thumbnail
{
  -webkit-animation: fadein 500ms;
  -o-animation: fadein 500ms;
  animation: fadein 500ms;
}

.sign-in-options
{
  border: none;
  border-radius: 0;
  margin-left: -10px;
}

.pmc-main-menu > li > a:hover,
.pmc-main-menu > li > a:focus
{
  color: #9d9d9d !important;
  text-decoration: underline !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover
{
  background: transparent !important;
}

.pmc-image-placeholder
{
  background-image: url(/images/pmc-logo-white.png);
  background-position: center center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.selected-filters
{
  display: block;
  margin: -6px -6px 6px -6px;
  width: calc(100% - 80px);
}

.selected-filters:before
{
  display: block;
  content: ' ';
}

.selected-filters:after
{
  display: block;
  content: ' ';
  clear: both;
}

.selected-filters a
{
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: solid 1px #059EEC;
  color: #059EEC;
  border-radius: 0;
  text-transform: uppercase;
  transition: none !important;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  float: left;
  font-weight: 500;
  font-size: 12px;
  margin: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.selected-filters button
{
  display: block;
  margin: 6px;
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: none;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background: transparent;
}

.events-list h5
{
  margin-bottom: 5px;
  line-height: 35px;
  font-size: 17px;
}

.footer-credit
{
  color: #ffffff;
  margin: 0 20px;
  font-size: 12px;
}

.footer-credit:hover,
.footer-credit:active,
.footer-credit:focus
{
  color: white;
}

a.footer-credit
{
  font-size: 13px;
}

.footer-credit small
{
  opacity: .5;
}

.site-container
{
  max-width: 1170px;
}

.navbar-inverse .navbar-nav>li a
{
  color: #2f3133;
  font-size: 14px;
  background: transparent;
  font-family: 'Liberation Sans';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.dropdown.open > a
{
  color: #059EEC !important;
}

.navbar-inverse .navbar-nav>li>a:hover
{
  background: #059EEC !important;
  color: white !important;
  text-decoration: none !important;
}

.navbar-inverse .navbar-nav>li.user-cart>a:hover
{
  background: transparent !important;
  color: #2f3133 !important;
  text-decoration: none !important;
}

.navbar-inverse .navbar-nav>li.active>a,
.nav.navbar-nav > li > a.active
{
  color: white !important;
  background-color: #069EEC !important
}

ul.sign-in-options > li > a:hover
{
  background-color: #059EEC !important;
  color: white !important;
}

div.logo
{
  float: left;
}

.toggle-area
{
  float: left;
  width: 42px;
  height: 42px;
  display: none;
  margin-right: 15px;
}

.navbar-toggle.collapsed
{
  margin: 0 !important;
  width: 42px;
  height: 42px;
  left: 15px;
  transition: left 200ms;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu-open-mask
{
  display: none;
  position: fixed;
  z-index: 899;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  animation: fade-in 300ms;
  cursor: default;
}

.extra-top-logo
{
  width: 120px;
  position: absolute;
  left: 30px;
  top: 25px;
}

.user-option
{
  display: none !important;
}

/* .nav.navbar-nav > li > a.active
{
color: #fff !important;
background-color: #080808 !important;
} */


.show-on-menu-responsive
{
  display: none !important;
}

.image-modal-wrap
{
  display: inline-block;
  position: relative;
  transition: 300ms;
  opacity: 0;
  max-width: 100%;
}

.modal-image-preview
{
  margin: 0 auto;
}

.show-image-modal
{
  opacity: 1;
}

.availability-banner
{
  display: none;
  background: rgba(7, 157, 236, 0.5);
  color: white;
  padding: 5px 10px;
  font-size: 12px;
}

.show-image-modal .availability-banner
{
  display: block;
}

.availability-banner.thumbnail-banner
{
  display: block;
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: rgb(7, 157, 236);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.active-unknown-person
{
  opacity: 0.5;
}

.who-am-i-submit
{
  padding-bottom: 3px;
  position: relative;
  top: -3px;
  border-color: transparent !important;
}

.who-am-i-submit:disabled
{
  background-color: #9B9B9B !important;
}

@keyframes counter-line-animation {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

.counter-line
{
  background: #079dec;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;

  -webkit-animation-name: counter-line-animation;
  -moz-animation-name: counter-line-animation;
  -o-animation-name: counter-line-animation;
  animation-name: counter-line-animation;

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;

  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

event-list-item .event-title
{
  line-height: 20px;
  padding: 0 !important;
  margin: 3px 0;
  min-height: 20px;
  max-height: 60px;
  overflow: hidden;
  position: relative;
}
event-list-item .event-title > span
{
  line-height: 20px;
}

/*event-list-item .event-title:after {*/
/*content: '';*/
/*text-align: right;*/
/*position: absolute;*/
/*top: 40px;*/
/*right: 0;*/
/*width: 50%;*/
/*height: 20px;*/
/*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);*/
/*pointer-events: none;*/
/*}*/

event-list-item .event-location
{
  max-height: 32px;
  display: block;
  line-height: 16px;
  position: relative;
  overflow: hidden;
  margin: 6px 0;
}
event-list-item .news-date
{
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*event-list-item .event-location:after*/
/*{*/
/*content: '';*/
/*text-align: right;*/
/*position: absolute;*/
/*top: 16px;*/
/*right: 0;*/
/*width: 50%;*/
/*height: 16px;*/
/*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);*/
/*pointer-events: none;*/
/*}*/

.editorial-view {
  position: relative;
  display: block;
}

/* clearfix */
.editorial-view:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

@keyframes dissapearInit {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.masonry-item {
  float: none;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  transition: 300ms;
}

.masonry-item.ng-enter {
  opacity: 0;
  transform: scale(.4);
}

.masonry-item.ng-enter-active {
  opacity: 1;
  transform: scale(1);
}

.masonry-item.ng-leave {
  transition: 0;
  display: none;
}

.masonry-item.ng-leave-active {
}

.masonry-item .photo-details
{
  position: absolute;
  background: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  display: flex;
  margin: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  overflow: hidden;
  padding: 5px;
  text-align: center;
  opacity: 0;
  transition: 100ms;
}

.masonry-item .photo-details:hover
{
  opacity: 1;
}

.editorial-view
{
  margin: 0 -10px;
  min-height: 300px;
  overflow: hidden;
}

.editorial-view img
{
  display: block;
  width: 100%;
  margin: 0;
}

.editorial-view a.photo-name {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  display: block;
}
.editorial-view a.photo-name:hover,
.editorial-view a.photo-name:active {
  color: #ffffff;
}

.editorial-view .photo-meta
{
  display: none;
}
.editorial-view a.modal-shortcut
{
  color: #ffffff;
}

.editorial-view .photo-meta.photo-nr
{
  display: block;
  position: absolute;
  color: #ffffff;
  right: 0;
  bottom: 0;
  padding: 0 5px;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}

.editorial-view .thumbnail-banner
{
  position: relative;
  text-align: center;
  font-size: 12px;
  padding: 5px 10px;
}

photograph {
  transition: opacity 200ms;
}

.disabled-filter
{
  color: #059EEC !important;
  pointer-events: none;
}

.filter-one-match a,
.filter-active
{
  opacity: .4;
  pointer-events: none;
}

.prevent-animation
{
  transition: none !important;
}

photograph
{
  /* display: block;
  position: relative; */
}

.remote-image-wrap
{
  position: relative;
}

photograph[mode='grid'] .remote-image-wrap,
photograph[mode='lightbox'] .remote-image-wrap
{
  padding-bottom: 0 !important;
}

photograph[mode='masonry'] .remote-image-wrap > img
{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pmc-pagination > li
{
  display: block;
  float: left;
  height: 31px;
  line-height: 31px;
}

.pmc-pagination > li > a
{
  height: 31px;
  line-height: 31px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  background: transparent !important;
}

.pmc-pagination > li > a:hover
{
  color: rgb(47, 49, 51);
}

.pmc-pagination > li > a > i.fa
{
  margin: 0 7px;
}

.pmc-pagination > li.page-selector
{
  padding: 0 20px;
}

.pmc-pagination > li.page-selector > input {
  margin-right: 10px;
  width: 70px;
  text-align: center;
  border: solid 1px rgb(47, 49, 51);
  background: #ffffff;
}

.pmc-pagination > li.page-selector > input[disabled]
{
  border-color: #cecece;
  background: #f9f9f9;
}

.pmc-pagination > li.page-selector > input[type="number"]::-webkit-outer-spin-button,
.pmc-pagination > li.page-selector > input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pmc-pagination > li.page-selector > input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.pmc-pagination > li.disabled
{
  cursor: not-allowed;
  opacity: 0.5;
}

.pmc-pagination > li.disabled > a
{
  pointer-events: none;
}

.book-slide-pic
{
  display: block;
  width: 100%;
  margin: 30px 0 45px;
}

.form-group
{
  text-align: left;
}

.form-group label
{
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.form-group label i
{
  opacity: .5;
  margin-left: 15px;
  text-transform: none;
}

.form-group input.form-control
{
  border: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 0;
  margin-bottom: 10px;
}

.form-group.form-group-inline {
  display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.form-group.form-group-inline label {
  white-space: nowrap;
  margin-bottom: 10px;
  height: 34px;
  line-height: 34px;
  margin-right: 15px;
  flex-grow: 0;
  flex-shrink: 0;
}
.form-group.form-group-inline .form-control {
  white-space: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
}

@keyframes focused-input {
  0% {
    background-color: #ffffff;
  }
  3% {
    background-color: #fff9c9;
  }
  100% {
    background-color: #ffffff;
  }
}

.focused-input {
  animation-name: focused-input;
  animation-duration: 10s;
}

.book-pmc-wrap
{
  max-width: 800px;
}

.book-modal .modal-dialog
{
  max-width: 900px !important;
  text-align: left !important;
}


.book-modal .modal-dialog h5,
.book-modal .modal-dialog p
{
  margin: 15px 0;
}

.book-form-head
{
  margin-bottom: 30px;
}

.book-head p
{
  margin: 45px 0;
}

.padding-y
{
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav > li > a.book-pmc {
  background-color: #059EEC !important;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-top: -6px;
}

.nav > li > a.book-pmc:hover,
.nav > li > a.book-pmc:focus
{
  text-decoration: none !important;
  opacity: 0.7;
  background-color: #059EEC !important;
  color: #ffffff !important;
}

.nav > li > a.book-pmc:active
{
  opacity: 1;
}

.accordion-theme
{
  display: block;
  margin: 15px 0 0 0;
}

section
{
  overflow-x: hidden;
}

section .section-header,
section .section-body
{
  margin: 30px 0;
}

section .section-body
{
  min-height: 250px;
}

section .section-header > *
{
  margin: 15px 0;
}


.no-padding
{
  padding: 0 !important;
}

/* directive: sidebar */
.sidebar-directive
{
  float: left;
  position: relative;
  min-height: 1px;
}

.sidebar-directive-width
{
  display: block;
  transition: width 300ms;
  width: 320px;
}

.sidebar-directive-content
{
  padding: 15px;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-directive-content:before
{
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  margin-left: calc(-100% - 15px);
  z-index: 0;
}

.sidebar-directive-head
{
  margin: 0 -15px 15px;
}

.sidebar-directive-toggler
{
  border: none;
  background: #212121;
  color: white;
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  margin: 0 15px;
}

.sidebar-directive-title
{
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-directive-body
{
  display: block;
  padding-top: 15px;
  border-top: solid 1px #dddddd;
}

.sidebar-directive-title,
.sidebar-directive-body
{
  transition: 300ms;
  transform-origin: left;
}

.sidebar-directive.sidebar-directive-collapsed.sidebar-directive-width,
.sidebar-directive.sidebar-directive-collapsed .sidebar-directive-width
{
  width: 65px;
  overflow: hidden;
}

.sidebar-directive.sidebar-directive-collapsed .sidebar-directive-title,
.sidebar-directive.sidebar-directive-collapsed .sidebar-directive-body
{
  transform: scaleX(.1);
  opacity: 0;
  pointer-events: none;
}

/* component: shopping-cart */
.shopping-cart-component
{
}

/* component: event-detail */
.event-detail-component .event-detail-name > h1
{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: normal;
  line-height: normal;
}

.event-detail-passphrase-form
{
  padding: 15px !important;
  margin: 10% auto;
  width: 50%;
  min-width: 320px;
}

.event-detail-image-count
{
  text-align: left;
}

.event-detail-extra .event-detail-image-count
{
  text-align: right;
}

.event-detail-info > p
{
  margin: 4px 0;
  font-size: 12px;
}

p.event-detail-message
{
  color: #9B9B9B;
  font-size: 14px;
}

p.event-detail-message > a
{
  color: #9B9B9B;
  text-decoration: underline;
}

.event-detail-extra
{
  float: right;
  margin: -15px !important;
  padding: 15px;
}

.event-detail-component .event-detail-content {
  overflow-x: hidden;
}

.event-detail-component .event-detail-content .event-detail-header,
.event-detail-component .event-detail-content .event-detail-body {
  margin: 30px 0;
}

.event-detail-component .event-detail-content .event-detail-body {
  min-height: 250px;
}

.event-detail-ad {
  margin: 0 15px;
}

/* component: filter-bar */
.filter-bar-component
{
  display: block;
  width: 100%;
  min-width: 260px;
}

.filter-bar-component .limit-filter > button
{
  border: none;
}

/* component: search-bar */
.search-bar-component
{
  height: 110px;
  width: 100%;
  position: relative;
}

.search-bar-not-fixed > .search-bar-component section.search
{
  position: relative !important;
  top: 0 !important;
}

.search-bar-ui-area
{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.search-bar-ui-area > *
{
  flex-grow: 0;
  flex-shrink: 0;
}

.search-bar-ui-area > *:first-child
{
  flex-grow: 1;
}

.search-field
{
  position: relative;
}

.search-field-input
{
  height: 50px;
  border: none;
  width: 100%;
  display: block;
  padding: 0 15px;
}

.uib-typeahead-match.active
{
  background-color: #EEEEEE;
}

.uib-typeahead-match > a
{
  color: #383838;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}

.uib-typeahead-match > a > span
{
  display: block;
}

.search-loader {
  height: 3px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  background-color: #ddd;
  bottom: 0;
  left: 0;
}
.search-loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #059EEC;
  animation: loadingSearch 2s linear infinite;
}

@keyframes loadingSearch {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.search-field .dropdown-menu
{
  top: 100%;
  margin: 0;
  left: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 320px;
}

.category-title
{
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 16px;
  padding: 15px;
}

.btn-calendar {
  background-color: #059EEC;
  color: #fff;
  font-size: 25px;
  width: 50px;
  display: block;
  position: relative;
}

.search-empty
{
  padding: 15px;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* component: footer */
footer,
.footer-component
{
  height: 360px;
  width: 100%;
}

.footer-component {
  position: absolute;
  bottom: 0;
  background-color: #2F3133;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25) inset;
  z-index: 100;
}

.footer-component .container {
  padding: 50px 0;
}

.footer-component .pmc-info
{
  color: #ffffff;
}

.footer-component .pmc-info p {
  color: #717171;
  font-size: 13px;
  line-height: 18px;
}

.footer-component .pmc-info h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-component .footer-search {
  padding-bottom: 15px;
}

.footer-component .footer-search .input-group {
  margin: 45px 35px 55px 35px;
  display: table;
}

.footer-component .footer-search .input-group .glyphicon {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  color: #333;
}

.footer-component .footer-search .input-group input {
  padding-left: 35px;
}

.footer-component .footer-search input[type="text"] {
  border: none;
}

a.btn-search {
  background-color: #069EEC;
  border: 0;
  border-radius: 0;
  color: #fff;
  height: 34px;
  line-height: 1.6;
}

ul.footer-links {
  text-align: left;
  text-transform: uppercase;
  padding: 25px 0 0 0;
  border-top: 1px solid #424242;
}

ul.footer-links li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}

ul.footer-links li a {
  color: #717171;
}

ul.footer-links li:last-child {
  margin-right: 0;
}


/* component: event-item */
.event-item-component
{
  width: 100%;
  height: auto;
}

article.event-item {
  overflow: visible;
}

.event-item-info
{
  margin: 15px 0;
  height: 180px;
  overflow: visible;
}

.event-item-date,
.event-item-location,
.event-item-count
{
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  color: #2F3133;
  overflow: hidden;
  padding: 0;
      margin: 3px 0;
      line-height: 14px;
}

.event-item-title
{
  font-weight: 500;
  margin: 5px 0;
  word-spacing: 2px;
  letter-spacing: -0.04em;
  color: #2c2c2c;
  font-size: 15px !important;
  text-transform: capitalize;
  line-height: 18px;
}

/* component: image-thumbnail */
.image-thumbnail-component
{
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
  position: relative;
}
.image-thumbnail-wrap
{
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.image-thumbnail-img
{
  max-width: 100%;
  max-height: 100%;
  background-color: #EEE;
  background-image: url(/images/pmc-logo-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.image-thumbnail-img.image-thumbnail-exclusive
{
  box-sizing: border-box;
  padding-bottom: 20px;
  background-color: rgb(7, 157, 236);
}
.image-thumbnail-flag
{
  margin: -20px 0 0 0;
  line-height: 20px;
  height: 20px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
}

/* component: image-item */
.image-item-component
{
  width: 100%;
  height: auto;
  text-align: center;
}

.image-item-sizer
{
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
  position: relative;
}

.imate-item-wrapper
{
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-item
{
  /* max-width: 100%;
  max-height: 100%;
  background-color: #EEE;
  background-image: url(/images/pmc-logo-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%; */
}

.image-item.image-item-exclusive
{
  box-sizing: border-box;
  padding-bottom: 20px;
  background-color: rgb(7, 157, 236);
}

.image-item-flag
{
  margin: -20px 0 0 0;
  line-height: 20px;
  height: 20px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
}

.image-item-info
{
  margin: 10px 0 -5px 0;
  max-height: 195px;
  overflow: hidden;
}

.image-item-title
{
  font-size: 13px;
  font-weight: 500;
  color: #212121;
  margin: 5px 0;
}

.image-item-details
{
  color: #9B9B9B;
  font-size: 11px;
  margin: 5px 0;
}

.image-item-details > p
{
  margin: 0;
}

.image-item-details > p > a
{
  color: #9B9B9B;
  display: block;
}

.image-item-actions
{
  display: block;
  width: 100%;
  margin: 5px 0;
}

.image-item-actions > li
{
  display: inline-block;
  margin: 0 3px;
}

.image-item-actions > li > a
{
  color: #212121;
  font-size: 11px;
  display: block;
  height: 16px;
  line-height: 16px;
  padding-left: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: underline;
}

.image-item-actions > li.disabled
{
  opacity: 0.5;
}

.image-item-cart-icon-dark
{
  background-image: url(../images/cart-icon-dark.png);
}

.image-item-lightbox-icon-dark
{
  background-image: url(../images/lightbox-icon-dark.png);
}

.image-item-download-icon-dark
{
  background-image: url(../images/download-icon-dark.png);
}

.image-item-who-am-i
{
  background: #059EEC;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding: 0 15px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  cursor: pointer;
}

.image-item-who-am-i:hover,
.image-item-who-am-i:focus,
.image-item-who-am-i:active
{
  color: #ffffff;
}

.image-item-component.image-item-selected .image-thumbnail-img
{
  border: solid 4px #059EEC !important;
}

.search-bar-input
{

}

.search-bar-input:focus + .custom-popup-wrapper,
.search-bar-input:focus + .custom-popup-wrapper > .search-bar-popup
{
  display: block !important;
}

li.social-icons > a
{
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  color: white;
}

li.social-icons > a > span
{
  margin: 2.5px;
}

li.social-icons > a:hover
{
  background: #059EEC !important;
}

li.social-icons > a:hover > span
{
  filter: invert(1);
}

.social-icon
{
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.social-icon.-facebook-black
{
  background-image: url(/svg/social-icon-facebook-black.svg);
}

.social-icon.-twitter-black
{
  background-image: url(/svg/social-icon-twitter-black.svg);
}

.social-icon.-instagram-black
{
  background-image: url(/svg/social-icon-instagram-black.svg);
}

.dropdown-select
{
  position: relative;
  display: block;
  margin: 0 0 0 1px;
}

.btn-select
{
  padding: 0 36px 0 15px;
  height: 100%;
  border: none;
  border-radius: 0;
  width: 115px;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #5a5a5a;
  font-weight: normal;
}

.btn-select > .caret
{
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 50px;
  border-top-color: #717171;
}

.btn-select + .dropdown-menu
{
  border: none;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.btn-select + .dropdown-menu a
{
  padding: 10px 15px;
  color: #383838;
  cursor: pointer;
  text-transform: capitalize;
}

.btn-select + .dropdown-menu a:hover
{
  background: #EEEEEE;
}

.terms-page p {
  line-height: 19px;
}

.terms-page ul {
  margin: 0 0 10px;
}

.terms-page ul li {
  margin: 0 0 0 15px;
  position: relative;
}

.terms-page ul li:before {
  display: block;
  width: 15px;
  text-align: center;
  height: 19px;
  line-height: 19px;
  margin: 0;
  content: '·';
  top: 0;
  left: -15px;
  position: absolute;
}

.ssk:before, .ssk .glyphicon, .ssk .fa {
  font-size: 16px;
}

.image-corrections-suggest {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 1.3;
}

.pmc-link {
  color: #059EEC !important;
}

.pmc-calendar-button {
  background-image: url(../images/calendaricon.png);
  background-size: 54px;
  background-position: -1px -1px;
  background-repeat: no-repeat;
  height: 50px;
  width: 52px;
  border: none;
  margin-left: 10px;
  box-shadow: black 1px 3px 10px -5px;
}

.face {
    background: transparent;
    border: solid 2px #ffffff;
    display: none;
}

.photographer-large-photo-wrapper {
  margin: 15px;
  padding: 0;
  float: left;
  max-width: 360px;
  border: solid 4px #059EEC;
  position: relative;
}

.photographer-large-photo-wrapper img {
  margin: 0 !important;
  padding: 0 !important;
  border: solid 2px #ffffff;
}

.photographer-photo-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border: solid 4px #059EEC;
  position: relative;
}

.photographer-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 2px #ffffff;
  box-sizing: border-box;
}

.photographer-photo img {
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  display: none !important;
}

.photographer-info {
  width: 100%;
  margin: 15px 0 45px 0;
  text-align: center;
}

.photographer-name {
    font-weight: 400;
    font-size: 22px;
}

ul.photographer-social-list {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 280px;
}

ul.photographer-social-list li {
  line-height: 17px;
  min-height: 25px;
  margin: 10px 0;
  position: relative;
  padding: 3px 0 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.photographer-social-list li a {
  color: #2F3133;
  font-size: 17px;
  font-weight: 400;
}

ul.photographer-social-list li span.icon-circle-dark {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.content-block-title {
  margin: 15px 0 30px 0;
text-transform: uppercase;
text-align: center;
}

.about-show-more-toggle + span {
  display: none;
}

.about-show-more-toggle.ng-hide + span {
  display: inline;
}

.no-animate {
   -webkit-transition: none !important;
   transition: none !important;
}
