/* =====================

OurDeal 			CSS
Version:			0.1
Last updated:	20141002

===================== */
/* Typography */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* SASS Colors */
/* Default ============================================== */
body {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #cde4ba;
	background: #6b6e63;
}

a {
  color: #bbd4ae;
}

a:hover, a:focus {
  color: #fd5521;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #cde4ba;
  margin-top: 0;
}

.text-default {
  color: #cde4ba;
}

.text-primary {
  color: #808D48;
}

.text-secondary {
  color: #f79b17;
}

.bg-default {
  background: #cde4ba;
}

.bg-primary {
  background: #808D48;
}

.bg-secondary {
  background: #f79b17;
}

.border-default {
  border-color: #cde4ba;
}

.border-primary {
  border-color: #808D48;
}

.border-secondary {
  border-color: #f79b17;
}

.border-gray {
  border-color: #d2dde5;
}

#page.container {
  background: #000;
  padding-top: 150px;
  padding-bottom: 50px;
}

/* Buttons ============================================== */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background: #cde4ba;
}

.btn-default:hover,
.btn-default:focus {
  background: #85929d;
}

.btn-default:active,
.btn-default.active {
  background-color: #54574e;
}

.btn-primary {
	background: #000000;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #434343;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #54574e;
}

.btn-success {
  background: #20c970;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #09b359;
}

.btn-success:active,
.btn-success.active {
  background-color: #54574e;
}

.btn-info {
  background: #40b3f7;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2295db;
}

.btn-info:active,
.btn-info.active {
  background-color: #54574e;
}

.btn-warning {
  background: #f79b17;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #d67e00;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #54574e;
}clearPhotos

.btn-danger {
  background: #f55742;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #d83924;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #54574e;
}

.btn {
	font-size: 20px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #cde4ba;
	text-align: left;
}

.btn-sm {
  font-size: 14px;
}

.btn-xs {
  font-size: 12px;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
}

.btn-outline {
  background: transparent;
  border: 2px solid #cde4ba;
  text-shadow: none;
}

.btn-default.btn-outline {
  border-color: #cde4ba;
  color: #cde4ba;
}

.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus {
  background-color: #cde4ba;
  color: #fff;
}

.btn-primary.btn-outline {
  border-color: #808D48;
  color: #808D48;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus {
  background-color: #808D48;
  color: #fff;
}

.btn-success.btn-outline {
  border-color: #20c970;
  color: #20c970;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus {
  background-color: #20c970;
  color: #fff;
}

.btn-info.btn-outline {
  border-color: #40b3f7;
  color: #40b3f7;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus {
  background-color: #40b3f7;
  color: #fff;
}

.btn-warning.btn-outline {
  border-color: #f79b17;
  color: #f79b17;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus {
  background-color: #f79b17;
  color: #fff;
}

.btn-danger.btn-outline {
  border-color: #f55742;
  color: #f55742;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus {
  background-color: #f55742;
  color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #808D48;
  border-color: #2295db;
}

/* Navbar ============================================== */
#navbar {
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #54574e;
  border: 3px solid #bbd4ae;
  position: relative;
  bottom: -30px;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.navbar-inverse {
  border: 0;
  background: #808D48;
  border-bottom: 3px solid #bbd4ae;
  padding-top: 20px;
}

.navbar-inverse h1, .navbar-inverse h4 {
  margin: 0;
  line-height: 1;
}

.navbar-inverse h1 {
  color: #fff;
  font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fd5521;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fd5521;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #bbd4ae;
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #808D48;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #808D48;
}

/* Alerts, Progress Bars, Panels, Wells ============================================== */
.alert {
  border: 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background: #20c970;
}

.alert-info {
  background: #40b3f7;
}

.alert-warning {
  background: #f79b17;
}

.alert-danger {
  background: #f55742;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background: #808D48;
}

.progress-bar-success {
  background: #20c970;
}

.progress-bar-info {
  background: #40b3f7;
}

.progress-bar-warning {
  background: #f79b17;
}

.progress-bar-danger {
  background: #f55742;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0;
}

.panel > .panel-heading {
  color: #fff;
  border: 0;
}

.panel-default > .panel-heading,
.label-default {
  background: #cde4ba;
}

.panel-primary > .panel-heading,
.label-primary {
  background: #808D48;
}

.panel-success > .panel-heading,
.label-success {
  background: #20c970;
}

.panel-info > .panel-heading,
.label-info {
  background: #40b3f7;
}

.panel-warning > .panel-heading,
.label-warning {
  background: #f79b17;
}

.panel-danger > .panel-heading,
.label-danger {
  background: #f55742;
}

.well {
  background: #fff;
  border-color: #d2dde5;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.table {
  background: #fff;
}

.img-thumbnail {
  background: #fff;
}

.container .jumbotron, .container-fluid .jumbotron {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Lists ============================================== */
.list-group {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #136c8d;
  background: #808D48;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.form-control {
  border: 1px solid #6B6E63;
  padding: 8px 14px;
  height: 41px;
  font-size: 16px;
}

/* Text & Headings ============================================== */
.page-header {
  border-bottom-width: 2px;
  border-color: #6B6E63;
}

/* Tables */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background: #40b3f7;
  color: #fff;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background: #20c970;
  color: #fff;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background: #f79b17;
  color: #fff;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background: #f55742;
  color: #fff;
}

/* Footer  ============================================== */
footer {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 15px;
}

footer p {
  margin: 0;
}

.bodyCopy-wide {
  width: 100%;
  margin: 0 30px;
}

.bodyCopy {
  width: auto;
}

.bodyCopy p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2em;
}

.bodyCopy img.pull-right {
  margin-left: 30px;
  margin-bottom: 30px;
}

.bodyCopy .img-border {
  border-color: #bbd4ae;
}

.img-border {
  border: 3px solid #808D48;
}

.img-border-dark {
  border-color: #54574e;
}

.img-rounded {
  border: 5px solid #bbd4ae;
  border-radius: 25px;
}

.img-inline {
  display: inline-block;
}

.navbar-figcaption {
  font-size: 18px;
  font-weight: 400;
  padding-top: 5px;
}

.figure-lg {
  margin: 30px auto;
}

#pageTitle {
  padding: 40px 0;
}

#pageTitle h2 {
  font-size: 40px;
  text-transform: uppercase;
}

#pageTitle h4 {
	font-size: 20px;
	font-weight: 400;
}

#pageTitle a {
  text-decoration: underline;
}

.h2 {
  font-size: 40px;
  text-transform: uppercase;
}

.h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.h7 {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	text-transform: capitalize;
}

.gallery-single p {
	margin: 10px 0 20px 0;
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
}
.gallery-single-ce p {
	margin:10px 0 20px 0;
	font-size: 24px;
}
.credits p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.filmography {
  text-align: left;
  margin-top: 30px;
}

.filmography .col-sm-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}

.filmography .col-sm-3 h4 {
  font-size: 20px;
}

.filmography figcaption {
  text-align: left;
}

.filmography figcaption a {
  color: #bbd4ae;
  text-transform: uppercase;
}

.filmography .img-border {
  border-color: #bbd4ae;
}

.film-info {
  width: 220px;
  font-size: 16pt;
  padding-right: 20px;
  float: left;
  text-align: right;
}

#contact {
	text-align: left;
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
}

#contact p {
  margin-top: 20px;
}

#contact p .input {
  margin-top: 10px;
}

#contact ::-webkit-input-placeholder {
  color: #bbd4ae;
}

#contact :-moz-placeholder {
  color: #bbd4ae;
}

#contact ::-moz-placeholder {
  color: #bbd4ae;
}

#contact :-ms-input-placeholder {
  color: #bbd4ae;
}

#contact .input {
  border: 1px solid #000;
  outline: none;
  background-color: #434343;
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 6px;
  color: #bbd4ae;
}

.margin-t {
  margin-top: 30px;
}

.margin-b {
  margin-bottom: 30px;
}

.zoom-pointer {
   cursor: zoom-in;
}

/* Media Queries ============================================== */
@media (min-width: 768px) {
  #page.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-nav {
    text-align: center;
    float: none;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .nav > li > a {
    padding: 12px 25px;
  }
  #pageTitle {
    padding-top: 30px;
  }
  .figure-lg {
    max-width: inherit;
  }
  .figure-lg .img-responsive {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #page.container {
    width: 870px;
  }
  .figure-lg {
    max-width: 600px;
  }
  .bodyCopy {
    width: 600px;
    margin: 0 auto;
  }
  .bodyCopy-wide {
    width: 90%;
  }
  #contact {
	width: 400px;
  }
}

@media (min-width: 1200px) {
  #page.container {
    width: 1070px;
  }
}
