body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

div.field, div.actions {
  margin-bottom: 10px;
}

#notice {
  color: green;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Bootstrap Modal */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* 'Avenir Next W01', */

body {
   font-family: 'Avenir Next W01', "Helvetica Neue", Helvetica, sans-serif;
   font-size: 14px;
   color: #555;
   line-height: 1;
   background: #FFF;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
   text-decoration: none;
   color: inherit;
}

a:hover {
   color: #1293F6;
   text-decoration: underline;
   background: none;
}

/* Styles
---------------------------------------------------- */

.content {
   padding-left: 260px;
}

.container {
   width: 100%;
}

.w {
	width: 936px;
	padding: 60px 0 60px 340px;
}

.left { float: left; }
.right { float: right; }


/* Header ---------- */

.sidebar {
   width: 220px;
   overflow: hidden;
   background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 60px;
}

	/* Logo */
	.sidebar .logo {
		width: 115px;
		height: 26px;
		display: block;
	}

		.sidebar .logo img {
			width: inherit;
			height: inherit;
		}

		.sidebar .logo:hover {
			opacity: 0.8;
		}

	/* Tagline */
	p.tagline {
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
		padding-top: 12px;
		margin-left: -1px;
	}

	/* Search */
	#search-form {
		padding: 32px 0 16px 0;
	}

	#search-form > input {
		width: 182px;
		padding: 12px 12px 12px 26px;
		margin: 0;
		font-size: 16px;
		font-weight: 300;
		outline: none;
		border: none;
		border-bottom: 1px solid #EFEFEF;
		background: #FFF url('icon-search.png') center left no-repeat;
		background-size: 16px 16px;
	}

	/* Nav */
   ul.primary {
		margin: 0;
		padding: 0;
   }

      ul.primary li {
			padding-bottom: 12px;
      }

			ul.primary li a {
				color: #555;
				font-size: 16px;
				font-weight: 400;
			}

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

	/* Social */
	.social {
		width: 220px;
		margin: 0;
		padding: 0;
		position: fixed;
		left: 60px;
		bottom: 164px;
	}

	.pledge {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 12px;
		font-weight: 600;
	}

	.social-links {
		width: 104px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		font-weight: 500;
		border-radius: 3px;
		text-align: center;
		color: #FFF;
		display: inline-block;
		margin: 0;
	}

		.social-links.facebook {
			background: #3B5998;
			background-size: 13px 13px;
			margin-right: 8px;
			color: #FFF;
		}

			.social-links.facebook:hover {
				text-indent: -9999px;
				background: #3B5998 url('icon-facebook.png') center center no-repeat;
				background-size: 16px 16px;
			}

		.social-links.twitter {
			background: #55ACEE;
			background-size: 19px 16px;
			color: #FFF;
		}

		.social-links.twitter:hover {
			text-indent: -9999px;
			background: #55ACEE url('icon-twitter.png') center center no-repeat;
			background-size: 18px 15px;
		}


	/* Footer */
	.footer {
		width: 220px;
		border-top: 1px solid #EEE;
		padding-top: 24px;
		position: fixed;
		left: 60px;
		right: 0;
		bottom: 60px;
	}

		.footer p.copyright {
			color: #555;
			font-size: 14px;
			font-weight: 400;
		}

		.footer .notice {
			color: #777;
			font-size: 13px;
			line-height: 15px;
			font-weight: 300;
			display: block;
			padding-top: 8px;
		}

/* The Grid ---------- */
ul.shots {
   overflow: hidden;
}

   ul.shots li {
      float: left;
      width: 280px;
		margin: 0 48px 48px 0;
   }

		ul.shots li:nth-child(3n) {
			margin: 0 0 48px 0;
		}

      ul.shots li .thumb {
			width: 280px;
			height: 210px;
			background: #1293F6;
         overflow: hidden;
         position: relative;
         border-radius: 2px;
      }

			ul.shots li .thumb:hover a {
				opacity: 0.2;
			}

      ul.shots li .thumb a {
         width: 280px;
         display: block;
      }

      ul.shots li .thumb a > img {
         width: 100%;
         margin: 0;
         display: block;
      }

      ul.shots li .shot-info {
         margin-top: 12px;
         position: relative;
         /* padding-left: 40px; */
      }

         ul.shots li .shot-info .avatar {
            width: 32px;
            height: 32px;
            border-radius: 2px;
            position: absolute;
            top: 0;
            left: 0;
         }

            ul.shots li .shot-info .avatar img {
               width: 32px;
               height: 32px;
               border-radius: 2px;
            }

         ul.shots li .shot-info h2 {
            font-size: 15px;
            line-height: 15px;
            font-weight: 500;
				padding-top: 2px;
            padding-bottom: 4px;
				color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
         }

         ul.shots li .shot-info p {
            font-size: 12px;
            line-height: 12px;
            color: #999;
            font-weight: 400;
         }

				ul.shots li .shot-info p a {
					color: inherit;
					text-transform: capitalize;
				}

         .meta {
            padding: 8px;
            margin-top: 12px;
            border-radius: 3px;
         }

ul.shots.single {
	text-align: center;
}

	ul.shots.single li {
		width: 400px;
		float: none;
		display: inline-block;
	}

		ul.shots.single li .thumb {
			width: 400px;
			height: 300px;
		}

		ul.shots.single li .shot-info {
			text-align: center;
			margin-top: 18px;
		}

			ul.shots.single li .shot-info h2 {
				font-size: 18px;
				padding-bottom: 6px;
			}

			ul.shots.single li .shot-info .download {
				display: inline-block;
				margin-top: 18px;
				padding: 18px 16px;
				background: #1293F6;
				color: #FFF;
				border-radius: 3px;
			}

				ul.shots.single li .shot-info .download:hover {
					text-decoration: none;
					background: #0088F0;
				}


/* Search Empty ---------- */
.search-empty {
	text-align: center;
	background: url('icon-search-empty.png') top center no-repeat;
	background-size: 100px 100px;
	padding-top: 124px;
}

	.search-empty > p {
		font-size: 24px;
		font-weight: 300;
		line-height: 32px;
		padding-bottom: 12px;
	}

	.search-empty .browse-all {
		 background: #1293F6;
		 padding: 12px 16px;
		 border-radius: 3px;
		 display: inline-block;
		 color: #FFF;
		 font-size: 14px;
	}

		.search-empty .browse-all:hover {
			background: #0088F0;
			text-decoration: none;
		}

/* Pagination---------- */
.pagination {
   margin: 0;
   text-align: center;
	padding-bottom: 60px;
}

   .pagination a,
   .pagination em,
   .pagination span {
      display: none;
   }

   .pagination a.previous_page,
   .pagination a.next_page {
      display: inline-block;
      padding: 12px 24px;
		margin: 0 6px;
		background: #1293F6;
		color: #FFF;
		border-radius: 3px;
   }

		.pagination a.previous_page:hover,
		.pagination a.next_page:hover {
			text-decoration: none;
			background: #0088F0;
		}

	.pagination span.previous_page,
	.pagination span.next_page {
		background: #DDD;
		color: #FFF;
		padding: 12px;
		display: inline-block;
		border-radius: 3px;
	}

/* Quote Of The Day ---------- */

.quote-of-the-day {
	padding: 80px 20%;
	text-align: center;
}

	.quote-of-the-day p {
		font-size: 20px;
		line-height: 28px;
		color: #999;
		padding-bottom: 24px;
	}

	.quote-of-the-day span {
		font-weight: 500;
		text-transform: uppercase;
		display: block;
	}

/* Admin Controls ---------- */
.meta {
	padding: 8px;
	background: #EEE;
	border-radius: 2px;
}

	.meta .quick-selector {
		padding-bottom: 12px;
	}

	.meta .quick-selector > span {
		background: #FFF;
		display: block;
		border-radius: 2px;
		padding: 8px;
	}

	.meta .heavy-stuff {
		display: block;
	}

	.meta .heavy-stuff > a {
		width: 30%;
		display: inline-block;
		text-align: center;
	}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

