@charset "UTF-8";
p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted, .ModMyPhotoGalleryC .ya-photo-album .ya-title,
.ModMyPhotoGalleryC .ya-add-album .ya-title,
.ModMyPhotoGalleryC .ya-gallery-image .ya-title {
  color: #F9F9F9;
}

a.muted:hover, .ModMyPhotoGalleryC .ya-photo-album a.ya-title:hover,
.ModMyPhotoGalleryC .ya-add-album a.ya-title:hover,
.ModMyPhotoGalleryC .ya-gallery-image a.ya-title:hover,
a.muted:focus,
.ModMyPhotoGalleryC .ya-photo-album a.ya-title:focus,
.ModMyPhotoGalleryC .ya-add-album a.ya-title:focus,
.ModMyPhotoGalleryC .ya-gallery-image a.ya-title:focus {
  color: #e0e0e0;
}

.text-warning {
  color: #E7A241;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #da8b1b;
}

.text-error {
  color: #fff;
}

a.text-error:hover,
a.text-error:focus {
  color: #e6e6e6;
}

.text-info {
  color: #1E398D;
}

a.text-info:hover,
a.text-info:focus {
  color: #152863;
}

.text-success {
  color: #39874C;
}

a.text-success:hover,
a.text-success:focus {
  color: #2a6338;
}

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

.text-right {
  text-align: right;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: Regular;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #F9F9F9;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #FBFBFB;
}

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #F9F9F9;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #FBFBFB;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #F9F9F9;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #FBFBFB;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

.ModMyPhotoGalleryC .ya-action, .ModMyPhotoGalleryC .ya-gallery-image .ya-delete {
  margin-bottom: 4px;
}
.ModMyPhotoGalleryC .ya-action a, .ModMyPhotoGalleryC .ya-gallery-image .ya-delete a, .ModMyPhotoGalleryC .ya-action a:focus, .ModMyPhotoGalleryC .ya-action a:active {
  color: #B4341D;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #B4341D;
  padding: 4px 8px;
  border-radius: 3px;
}
.ModMyPhotoGalleryC .ya-action a:hover, .ModMyPhotoGalleryC .ya-gallery-image .ya-delete a:hover, .ModMyPhotoGalleryC .ya-action a:focus:hover, .ModMyPhotoGalleryC .ya-action a:active:hover {
  background-color: #B4341D;
  text-decoration: none;
  color: white;
}
.ModMyPhotoGalleryC .ya-gallery-modal {
  padding: 12px 20px;
  background-color: white;
}
.ModMyPhotoGalleryC .ya-gallery-modal h1 {
  border-bottom: 1px solid #d6cdbf;
  padding-bottom: 6px;
}
.ModMyPhotoGalleryC .ya-gallery-modal h2 {
  font-size: 26px;
}
.ModMyPhotoGalleryC .ya-gallery-modal label {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.ModMyPhotoGalleryC .ya-gallery-modal .btn {
  margin-right: 10px;
  margin-top: 30px;
}
.ModMyPhotoGalleryC .ya-gallery-modal .alert .Normal {
  font-size: inherit;
  color: inherit;
}
.ModMyPhotoGalleryC .ya-add-album {
  border-radius: 6px;
  width: 200px;
  height: 160px;
}
.ModMyPhotoGalleryC .ya-add-album .ya-add-album-button {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: 125px;
}
.ModMyPhotoGalleryC .ya-add-album .ya-add-album-button span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.ModMyPhotoGalleryC .ya-add-album .ya-add-album-button .ya-add-icon {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 70px;
  margin-bottom: 10px;
  text-decoration: none;
}
.ModMyPhotoGalleryC .ya-photo-album,
.ModMyPhotoGalleryC .ya-add-album,
.ModMyPhotoGalleryC .ya-gallery-image {
  border-radius: 6px;
  -webkit-box-shadow: #F9F9F9 3px 3px 5px;
  box-shadow: #F9F9F9 3px 3px 5px;
  border: 2px solid #696151;
  height: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  min-height: 200px;
  padding: 4px;
  position: relative;
  text-align: center;
  width: 200px;
}
.ModMyPhotoGalleryC .ya-photo-album img,
.ModMyPhotoGalleryC .ya-add-album img,
.ModMyPhotoGalleryC .ya-gallery-image img {
  max-height: 160px;
}
.ModMyPhotoGalleryC .ya-photo-album .ya-title {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: dimgray;
  font-size: 18px;
  text-align: center;
  width: 190px;
  word-wrap: break-word;
}
.ModMyPhotoGalleryC .ya-photo-album .ya-edit {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 6px;
}
.ModMyPhotoGalleryC .ya-photo-album .ya-edit span {
  margin-right: 4px;
}
.ModMyPhotoGalleryC .ya-photo-album .ya-add {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 6px;
}
.ModMyPhotoGalleryC .ya-photo-album .ya-add span[data-icon] {
  margin-right: 0;
  margin-left: 0.4em;
}
.ModMyPhotoGalleryC .ya-back-to-album,
.ModMyPhotoGalleryC .ya-edit-album,
.ModMyPhotoGalleryC .ya-upload {
  margin-right: 10px;
}
.ModMyPhotoGalleryC .ya-gallery-new-album input[type=text] {
  width: 400px;
}
.ModMyPhotoGalleryC .ya-gallery-new-album textarea {
  width: 414px;
}
.ModMyPhotoGalleryC .ya-gallery-edit-photo .ya-gallery-image {
  height: 200px;
}
.ModMyPhotoGalleryC .ya-gallery-upload-photos .btn-success {
  margin-bottom: 30px;
}
.ModMyPhotoGalleryC .ya-gallery-upload-photos p {
  font-size: inherit;
}
.ModMyPhotoGalleryC .ya-gallery-upload-photos h2 {
  margin-top: 30px;
}
.ModMyPhotoGalleryC .ya-gallery-image {
  height: 320px;
}
.ModMyPhotoGalleryC .ya-gallery-image .ya-title {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  word-wrap: break-word;
  padding-top: 10px;
  color: rgb(93, 93, 93);
  font-size: 18px;
  line-height: 1.2em;
}
.ModMyPhotoGalleryC .ya-gallery-image .ya-edit {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 6px;
}
.ModMyPhotoGalleryC .ya-gallery-image .ya-delete {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 6px;
}
.ModMyPhotoGalleryC .ya-gallery-image .ya-btn-approval {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -34px;
}
.ModMyPhotoGalleryC .ya-gallery-image .ya-gallery-thumb {
  height: 150px;
}
.ModMyPhotoGalleryC .ya-unapproved {
  border: 3px solid #B4341D;
}
.ModMyPhotoGalleryC .ya-unapproved .ya-unapproved-image {
  color: #B4341D;
}

.alert.alert-error span {
  float: none !important;
  font-size: 14px !important;
}

.dnnHTMLSettings, .dnnMyWork, .dnnEditHtml {
  margin: 2em auto;
}

.dnnFormItem input[type=checkbox], .dnnPageSettings .dnnFormItem input[type=radio] {
  width: auto;
}

.dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnPSRadioButtons input, .dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnHTMLSRadioButtons input {
  float: left;
  padding: 0;
  width: 2%;
  text-align: left;
}

.dnnFormItem .dnnHTMLSRadioButtons label {
  width: auto;
  padding: 0 15px 0 6px;
  font-weight: normal;
}

.dnnHTMLSRadioButtons br {
  display: none !important;
  font-size: 0;
  line-height: 0;
  border-collapse: collapse;
}

.divUploader span.dnnInputFileWrapper > span.dnnSecondaryAction {
  display: none !important;
}

.divUploader {
  text-align: left;
  position: absolute;
  left: 0px;
}

.uploadedFiles {
  position: relative;
}

.ui-dialog-title {
  color: #C03E16;
}

@media (min-width: 993px) {
  .ya-gallery-modal .ya-gallery-upload-photos {
    text-align: left !important;
  }
}
/*# sourceMappingURL=photo-gallery.css.map */
