.b-photogallery {
  background-color: white;
  box-shadow: 1px 1px 2px #BFBFBF;
  padding: 10px;
}
/* Gallery */
.shooting-gallery .upload-photo-promo .col-1 {
  width: 69.5%;
}
.shooting-gallery .upload-photo-promo .col-1 img {
  float: right;
  margin: 0 0 0 5px;
}
.shooting-gallery .upload-photo-promo .col-2 {
  width: 29.5%;
}
.shooting-gallery .upload-photo-promo .col-2 p {
  color: #8e0909;
  font-size: 14px;
}
.shooting-gallery .upload-photo-promo .social-buttons {
  float: none;
}
.shooting-gallery .sort {
  text-align: center;
  font-size: 18px;
  color: #af0303;
  margin-bottom: 10px;
}
.shooting-gallery .sort select {
  color: #af0303;
  font-size: 14px;
}
/* Form */
.photogallery-form {
  line-height: 1.3;
}
.photogallery-form hr {
  border: 0;
  background: #000;
  height: 1px;
  width: 320px;
  margin: 16px auto;
}
.photogallery-form .title {
  font-size: 20px;
  color: #830909;
  text-align: center;
  margin-bottom: 20px;
}
.photogallery-form .title span {
  font-weight: bold;
}
.photogallery-form .ammo-ambassadors {
  font-size: 14px;
}
.photogallery-form .ammo-ambassadors .subtitle {
  padding: 0;
  margin: 15px 0 10px;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.photogallery-form .ammo-ambassadors .promote-intro {
  padding: 0 10px;
}
.photogallery-form .ammo-ambassadors .promote-intro img {
  float: left;
  margin: 0 10px 0 0;
}
.photogallery-form .ammo-ambassadors .promote-intro a {
  font-weight: bold;
}
.photogallery-form .ammo-ambassadors .promote-intro .social-buttons {
  float: none;
  margin: 15px auto 0;
  text-align: center;
  width: 170px;
}
.photogallery-form .ammo-ambassadors ol {
  margin: 0 10px 0 35px;
}
.photogallery-form .ammo-ambassadors ol li {
  counter-increment: counter;
  margin: 0 0 10px 20px;
}
.photogallery-form .ammo-ambassadors ol li:before {
  content: counter(counter);
  margin-right: 5px;
  margin-left: -30px;
  font-size: 14px;
  color: #a90000;
  font-weight: bold;
  padding: 1px 6px;
  border: 2px solid #bababa;
  border-radius: 15px;
}
.photogallery-form .ammo-ambassadors img.free-ammo-img {
  float: right;
  margin: 10px;
}
.photogallery-form .ammo-ambassadors .free-ammo-desc {
  margin: 30px 0 10px;
  min-height: 70px;
  background: url(https://static-cdn.ammunitiontogo.com/skin/frontend/ammotogo/rwd/images/photogallery/how_this_works.jpg) no-repeat 20px top;
  padding: 46px 20px 46px 190px;
  text-align: center;
  line-height: 1.2;
}
.photogallery-form .ammo-ambassadors .free-ammo-desc p {
  margin: 0 0 5px;
}
.photogallery-form .ammo-ambassadors .free-ammo-desc .profit {
  font-size: 24px;
  font-weight: bold;
}
.photogallery-form .ammo-ambassadors .social-buttons {
  float: none;
  line-height: 1;
  text-align: center;
  margin: 0 0 30px;
}
.photogallery-form .ammo-ambassadors .social-buttons .fb-like-button {
  float: none;
  display: inline-block;
}
.photogallery-form .ammo-ambassadors .social-buttons .twitter-tweet-button {
  float: none;
  display: inline-block;
}
.photogallery-form .ammo-ambassadors .download-target {
  padding: 20px 10px 15px;
  position: relative;
  min-height: 85px;
  margin-bottom: 15px;
}
.photogallery-form .ammo-ambassadors .download-target:before,
.photogallery-form .ammo-ambassadors .download-target:after {
  content: "";
  position: absolute;
  left: 25%;
  height: 1px;
  width: 50%;
  border-top: 1px solid #000;
}
.photogallery-form .ammo-ambassadors .download-target:before {
  top: 0;
}
.photogallery-form .ammo-ambassadors .download-target:after {
  bottom: 0;
}
.photogallery-form .ammo-ambassadors .download-target .col-1 {
  width: 380px;
}
.photogallery-form .ammo-ambassadors .download-target .col-1 p {
  background: url(https://static-cdn.ammunitiontogo.com/skin/frontend/ammotogo/rwd/images/photogallery/arrow_right.gif) no-repeat top right;
  min-height: 80px;
  padding: 5px 60px 5px 0;
  margin: 0;
}
.photogallery-form .ammo-ambassadors .download-target .col-2 {
  width: 140px;
}
.photogallery-form .ammo-ambassadors .download-target .col-2 a {
  display: inline-block;
  background: url(https://static-cdn.ammunitiontogo.com/skin/frontend/ammotogo/rwd/images/photogallery/download_target.gif) no-repeat top center;
  padding: 60px 0 0 0;
  color: #830909;
  text-decoration: underline;
}
.photogallery-form .ammo-ambassadors .download-target .col-2 a:hover {
  text-decoration: none;
}
.photogallery-form .ammo-ambassadors .how-did-you {
  padding: 0 10px;
  margin-bottom: 30px;
}
.photogallery-form .fieldset {
  border: 0;
  margin: 0 15px;
  padding: 10px 15px;
}
.photogallery-form .form-list li {
  margin-bottom: 10px;
}
.photogallery-form .form-list .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 15px;
}
.photogallery-form .form-list label {
  font-weight: normal;
  width: 200px;
}
.photogallery-form .form-list span.note {
  display: block;
  color: #999;
  line-height: 1.3;
  margin-top: 3px;
}
.photogallery-form .form-list .input-box {
  width: 240px;
}
.photogallery-form .form-list input.input-text {
  width: 210px;
}
.photogallery-form .form-list .field {
  float: left;
  width: 250px;
  margin-bottom: 3px;
}
.photogallery-form .form-list li.textarea label {
  width: 500px;
}
.photogallery-form .form-list li.textarea .input-box {
  width: 500px;
}
.photogallery-form .form-list li.textarea textarea {
  width: 485px;
  height: 120px;
}
.photogallery-form .form-list input.input-text,
.photogallery-form .form-list textarea {
  font-size: 12px;
  padding: 4px 6px;
}
.photogallery-form .form-list #image {
  width: 250px;
}
.photogallery-form .form-list .button-set {
  text-align: center;
  margin: 0;
}
.photogallery-form .form-list button.btn-upload-photo span {
  padding: 0;
  border: 0;
}
.photogallery-form .form-list button.btn-upload-photo span span {
  display: none;
}
.photogallery-form .form-list button.btn-upload-photo span {
  width: 136px;
  height: 29px;
  background: url(https://static-cdn.ammunitiontogo.com/skin/frontend/ammotogo/rwd/images/photogallery/btn_upload_photo.png) no-repeat;
}
.photogallery-form .terms {
  padding: 0 30px;
  margin: 10px 0;
  text-align: center;
  color: #999;
}
.photogallery-form .see-gallery {
  text-align: center;
}
.photogallery-form .button-set .submit-terms {
  text-align: left;
  margin-bottom: 20px;
}
.photogallery-form .button-set .submit-terms label {
  float: none;
}
.photogallery-form .button-set .submit-terms label a {
  text-decoration: underline;
}
.photogallery-form .button-set .submit-terms label a:hover {
  text-decoration: none;
}
.ammo-ambassadors .section {
  padding: 0 10px;
  margin: 20px 0;
}
.ammo-ambassadors .section.middle {
  margin: 20px 0 30px;
}
.ammo-ambassadors .quote {
  position: relative;
  line-height: 1.6;
  margin: 0;
  text-indent: 28px;
}
.ammo-ambassadors .quote.section {
  margin: 20px 0;
}
.ammo-ambassadors .quote span.cite {
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.ammo-ambassadors .quote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -40px;
  color: #7a7a7a;
}
.ammo-ambassadors .quote-cousin p {
  margin: 0 0 0 185px;
  padding: 35px 0 0;
}
.ammo-ambassadors .quote-cousin img {
  float: left;
  margin: 0 15px 0 0;
}
.ammo-ambassadors .quote-cousin .quote:before {
  left: -30px;
  top: -5px;
}
.photogallery-form .promote-intro:after,
.ammo-ambassadors .quote:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* Gamma Gallery Style */
.gamma-container * {
  box-sizing: border-box;
}
.gamma-container {
  min-height: 200px;
}
.gamma-container .loadmore {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin: 10px 4px;
  background: #eee;
}
.gamma-container .loadmore img.waiting {
  width: 23px;
  margin-left: 10px;
  display: none;
}
.gamma-container .loadmore.disabled span {
  display: none;
}
.gamma-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
  content: " ";
  display: table;
}
.gamma-gallery:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */
.gamma-gallery li {
  display: none;
  position: relative;
  cursor: pointer;
  float: left;
  padding: 4px;
}
.gamma-gallery li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.star-a-photo {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 22px;
  height: 22px;
  background: url(https://static-cdn.ammunitiontogo.com/skin/frontend/ammotogo/rwd/images/photogallery/star.png) no-repeat;
}
.gamma-description {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.gamma-description .action {
  position: absolute;
  line-height: 1;
  top: 30px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #8c0909;
}
.gamma-author-info {
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 100%;
}
.gamma-author-info .author {
  text-align: left;
  line-height: 1;
}
.gamma-author-info .submission-date {
  text-align: left;
  line-height: 1;
}
.gamma-description.hide-description {
  display: none;
}
.no-touch .gamma-gallery li:hover .gamma-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 1;
}
.gamma-description:before {
  content: '';
  height: 100%;
}
.gamma-description:before,
.gamma-description h3 {
  display: inline-block;
  vertical-align: middle;
}
.gamma-description h3 {
  width: 100%;
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.gamma-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10001;
}
.gamma-buttons button {
  float: left;
  background: #333;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
  border: none;
  outline: none;
}
.gamma-buttons button:before,
.gamma-nav span:before {
  font-family: 'entypo-selected';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-align: center;
  opacity: 0.7;
  outline: none;
}
.no-touch .gamma-buttons button:hover {
  background: #666;
}
button.gamma-btn-close:before {
  content: '\2715';
}
button.gamma-btn-ssplay:before {
  content: '\25b6';
}
button.gamma-btn-sspause:before {
  content: '\2389';
}
.gamma-single-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  display: none;
}
.gamma-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  z-index: 9999;
}
.gamma-single-view img {
  cursor: pointer;
  margin: 70px 12px 0 0;
}
.gamma-description-wrapper {
  background: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: 15px auto 0;
}
.gamma-single-view .gamma-description {
  background: #fff;
  padding: 10px;
  position: initial;
  max-height: 200px;
  max-width: 800px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.gamma-single-view .gamma-description h3 {
  font-size: 15px;
  padding: 5px 0;
  color: #fff;
}
.gamma-nav span {
  position: absolute;
  display: block;
  width: 20px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  left: 20px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gamma-nav span.gamma-next {
  left: auto;
  right: 20px;
}
.gamma-nav span:before {
  color: #fff;
  opacity: 0.7;
  font-size: 40px;
}
.gamma-nav span:hover:before {
  opacity: 1;
}
.gamma-nav span:before {
  display: block;
  margin: 0;
  width: auto;
}
.gamma-nav span.gamma-prev:before {
  content: '<';
}
.gamma-nav span.gamma-next:before {
  content: '>';
}
.gamma-img-fly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
/* Loaders */
.gamma-loading {
  background: transparent url(https://static-cdn.ammunitiontogo.com/skin/frontend/ammotogo/rwd/images/photogallery/loader_light.gif) no-repeat center center;
}
.gamma-single-view.gamma-loading {
  background: transparent url(https://static-cdn.ammunitiontogo.com/skin/frontend/ammotogo/rwd/images/photogallery/loader_dark.gif) no-repeat center center;
}
/* Make some things unselectable. Remove where selection is needed: */
.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 750px) {
  .gamma-description {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
  .gamma-description h3 {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .gamma-buttons {
    float: left;
    clear: both;
  }
}

