/* ######################################## */
/*                                          */
/*  TITLE:        MAIN.SCSS                 */
/*  SITE:         brianmaniere.com          */
/*  VERSION:      0.97                      */
/*  LAST UPDATED: 2017/04/20                */
/*                                          */
/* ######################################## */
/* ### COMMON ############################# */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic);
@media (min-width: 992px) {
  .pull-right-md {
    display: inline-block;
    float: right;
    margin-left: 5px !important; }

  .pull-left-md {
    display: inline-block;
    float: left;
    margin-right: 5px !important; } }
@media (min-width: 481px) {
  .pull-right-xs {
    display: inline-block;
    float: right;
    margin-left: 5px !important; }

  .pull-left-xs {
    display: inline-block;
    float: left;
    margin-right: 5px !important; } }
@media (min-width: 768px) {
  .pull-right-sm {
    display: inline-block;
    float: right;
    margin-left: 5px !important; }

  .pull-left-sm {
    display: inline-block;
    float: left;
    margin-right: 5px !important; } }
html {
  background: #585656;
  padding: 0 0 10px; }

body {
  padding: 53px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02px;
  text-align: center;
  color: #444;
  background: #fff;
  /*
  	@include breakpoint(sss) {
  		background: #ee2e24; // RED
  	}
  	@include breakpoint(ss) {
  		background: #f88c00; // ORANGE 
  	}
  	@include breakpoint(xs) {
  		background: #ffea00; // YELLOW
  	}
  	@include breakpoint(sm) {
  		background: #03af24; // GREEN
  	}
  	@include breakpoint(md) {
  		background: #00f7f4; // INDIGO
  	}
  	@include breakpoint(lg) {
  		background: #6280ff; // BLUE
  	}
  */ }

body.presentation {
  padding: 0; }

div, img, h1, h2, h3, h4, h5, h6, p, ul, li, caption {
  margin: 0;
  padding: 0;
  border: 0; }

h1 {
  /* see navbar-brand */ }

h2 {
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 5px 0 15px;
  font-size: 18px;
  font-weight: 700; }

h2#pagetitle {
  font-size: 22px;
  line-height: 24px; }
  @media (max-width: 359px) {
    h2#pagetitle {
      margin-top: 10px; } }
  @media (min-width: 360px) {
    h2#pagetitle {
      margin-top: 15px; } }
  @media (min-width: 481px) {
    h2#pagetitle {
      margin-top: 20px; } }

h3 {
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700; }

h4 {
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-size: 14px;
  font-weight: 700; }

h5 {
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-size: 14px; }

p {
  margin: 0 0 10px; }

strong {
  font-weight: 700; }

em {
  margin-right: 1px; }

a {
  color: #4271bc; }

a.anchor {
  padding-top: 47px;
  margin-top: -47px; }

.product a.anchor {
  padding-top: 45px;
  margin-top: -45px; }

a:hover {
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: #274471; }

a:visited {
  color: #4271bc; }

img {
  border: 1px solid #ccc; }

img.img-responsive {
  margin: auto; }

hr {
  border-color: #646464; }

@media (max-width: 359px) {
  .row {
    margin: 0; } }

#family .row {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    #family .row {
      margin-left: -15px;
      margin-right: -15px; } }

@media (max-width: 359px) {
  .container {
    padding: 0; } }

#hero {
  margin-bottom: 15px; }

.thumb {
  margin-bottom: 5px; }

/* *** NAVBAR ************************* */
.navbar-inverse {
  border-width: 0 0 5px;
  border-color: #858da5;
  text-transform: capitalize;
  background-color: rgba(70, 68, 68, 0.9); }

.navbar .container {
  margin-left: -5px; }
  @media (min-width: 481px) {
    .navbar .container {
      margin-left: auto;
      padding: 0 10px 0 5px; } }
  @media (min-width: 768px) {
    .navbar .container {
      padding: 0 15px 0 10px; } }
  @media (min-width: 992px) {
    .navbar .container {
      padding: 0 0 0 25px; } }
  @media (min-width: 1200px) {
    .navbar .container {
      padding: 0 0 0 15px; } }

.navbar .navbar-header .navbar-brand {
  margin-top: 8px;
  padding: 10px 0 0;
  height: 40px;
  padding: 10px 5px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff; }
  @media (min-width: 481px) {
    .navbar .navbar-header .navbar-brand {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .navbar .navbar-header .navbar-brand {
      margin-left: -35px; } }
  @media (min-width: 1200px) {
    .navbar .navbar-header .navbar-brand {
      padding-left: 50px; } }

.navbar-brand a {
  padding: 10px 5px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff; }
  @media (min-width: 481px) {
    .navbar-brand a {
      font-size: 18px; } }

.navbar-brand a:hover {
  color: #fff; }

.navbar-brand a:visited {
  color: #fff; }

.navbar-brand a span {
  margin-left: 1px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: -0.2px;
  color: #cccccc; }
  @media (min-width: 768px) {
    .navbar-brand a span {
      display: none; } }
  @media (min-width: 992px) {
    .navbar-brand a span {
      display: inherit; } }

.navbar-brand a:hover span {
  transition: all 0.35s ease-in-out;
  color: #fff; }

.navbar-right {
  margin-right: -15px; }
  @media (min-width: 992px) {
    .navbar-right {
      margin-right: -15px; } }
  @media (min-width: 1200px) {
    .navbar-right {
      padding-right: 40px; } }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #858da5; }

.navbar .nav > li > a {
  float: none;
  margin-top: 4px;
  padding: 5px 10px;
  font-size: 13px;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: -0.2px;
  color: #dfc191; }
  @media (min-width: 481px) {
    .navbar .nav > li > a {
      padding: 7px 10px;
      font-size: 14px; } }
  @media (min-width: 768px) {
    .navbar .nav > li > a {
      margin-top: 8px;
      padding: 10px; } }

.navbar .nav > li > a:hover {
  color: white; }

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background: #858da5; }

.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
  transition: all 0.35s ease-in-out; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent; }

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
  display: none; }

.navbar-inverse .navbar-toggle {
  margin-top: 5px;
  margin-bottom: 2px;
  border-color: transparent;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .navbar-inverse .navbar-toggle {
      padding-right: 10px; } }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:active, .navbar-inverse .navbar-toggle.active, .navbar-inverse .navbar-toggle.disabled, .navbar-inverse .navbar-toggle[disabled] {
  background-color: transparent; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #dfc191; }

.navbar-collapse.collapsing, .navbar-collapse.in {
  overflow-y: visible; }

/* *** MAIN *************************** */
@media (max-width: 359px) {
  #main .container {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 360px) {
  #main .container {
    padding-left: 5px;
    padding-right: 5px; } }

#main ol {
  margin-top: -5px;
  text-align: left; }
  @media (max-width: 359px) {
    #main ol {
      padding-left: 15px; } }
  @media (min-width: 360px) {
    #main ol {
      padding-left: 20px; } }
  @media (min-width: 360px) {
    #main ol {
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    #main ol {
      padding-left: 60px; } }

#main ol li {
  padding-top: 5px; }

/* ~~~ responsive container ~~~~~~~~~ */
.responsive-container {
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0;
  overflow: hidden; }

/* ~~~ feature ~~~~~~~~~~~~~~~~~~~~~~ */
#feature {
  padding: 0 0 10px; }

/* ~~~ video embed ~~~~~~~~~~~~~~~~~~ */
.video h4 {
  margin: 18px auto 10px; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ~~~ P5 embed ~~~~~~~~~~~~~~~~~~~~~ */
.p5 {
  padding: 0 0 10px; }

.presentation .p5 {
  padding: 10px 0; }

@media (max-width: 359px) {
  .p5 {
    padding-left: 1px;
    padding-right: 1px; } }
@media (min-width: 360px) {
  .p5 {
    padding-left: 10px;
    padding-right: 10px; } }

/* ~~~ credits ~~~~~~~~~~~~~~~~~~~~~~ */
#credits p {
  margin-top: 5px;
  text-align: left; }

#credits .and {
  margin-top: 20px; }

#credits table {
  margin: 10px auto 0;
  text-align: left;
  width: 100%; }
  @media (min-width: 481px) {
    #credits table {
      width: 460px; } }
  @media (min-width: 768px) {
    #credits table {
      width: 100%; } }

#credits caption {
  margin: 10px 0;
  color: #444; }

#credits td {
  border: 0;
  vertical-align: top; }

#credits .participant {
  padding-right: 10px;
  width: 35%; }

/* ~~~ commands ~~~~~~~~~~~~~~~~~~~~~~ */
#commands {
  margin-top: 5px;
  margin-bottom: 20px; }

#commands ul {
  text-align: left; }

@media (max-width: 359px) {
  #commands ul {
    margin-left: 18px; } }
@media (min-width: 360px) {
  #commands ul {
    margin-left: 20px; } }
@media (min-width: 481px) {
  #commands ul {
    margin-left: 30px; } }

#commands li {
  margin-top: 5px; }

/* *** BOTTOM ************************* */
#bottom {
  padding: 10px 0 0 0; }

#bottom h5 {
  margin: 5px 0 15px; }

#bottom h5 .fa {
  padding-right: 5px; }

/* *** FOOTER ************************* */
#footer {
  background: #585656;
  padding: 0 0 10px; }

#footer p {
  color: #444;
  font-size: 13px; }

#footer .copyright {
  color: #909090; }

#footer p a {
  text-decoration: none;
  color: #858da5; }

#footer a:hover {
  transition: all 0.35s ease-in-out;
  color: #fff;
  bottom: 12px;
  text-decoration: none; }

#footer ul, #footer li {
  margin-bottom: 0; }

/* ~~~ social icons ~~~~~~~~~~~~~~~~~ */
ul.social-icons {
  list-style: none;
  text-align: center;
  padding: 0; }

ul.social-icons li {
  display: inline;
  line-height: 50px;
  padding: 0 10px 0; }

ul.social-icons li a {
  color: #dfc191;
  text-decoration: none; }

ul.social-icons li a:hover {
  transition: all 0.35s ease-in-out;
  color: #444;
  bottom: 12px;
  text-decoration: none; }

/* ### HOME ############################### */
.section {
  padding: 20px 0 0 0; }

.section .sectiontitle {
  margin-bottom: 5px; }

/* /// ABOUT //////////////////////////// */
#about {
  padding: 7px 0 20px; }

.me {
  text-align: center; }

img.me {
  margin: 20px 0;
  background: white; }

.root img.me {
  border: 2px solid white;
  border-radius: 100%; }

/* /// PM /////////////////////////////// */
#pm {
  background: white;
  background: -moz-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #e8e8e2));
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: -o-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: -ms-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: radial-gradient(ellipse at center, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e2', GradientType=1); }

/* /// FUN ////////////////////////////// */
#fva {
  background: white;
  background: -moz-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #e8e8e2));
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: -o-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: -ms-radial-gradient(center, ellipse cover, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  background: radial-gradient(ellipse at center, white 0%, #f6f6f6 47%, #e8e8e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e2', GradientType=1); }

/* ### PRODUCT ############################ */
.product .thumb {
  margin-bottom: 15px; }

.product p {
  text-align: center; }

/* ~~~ home: product ~~~~~~~~~~~~~~~~ */
#home .product .title {
  margin: 0; }

#home .product .title a {
  display: block;
  padding: 0 0 5px; }

#home .product .thumb {
  position: relative;
  float: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden; }

#home .product .thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -200px;
  left: 0;
  z-index: 100;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  color: #fff; }

#home .product .thumb a:hover {
  bottom: 0;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.5, 0, 1) 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.5, 0, 1) 0s; }

#home .product .thumb a span.title {
  display: table;
  width: 100%;
  height: 90%; }

#home .product p {
  text-align: center;
  margin-bottom: 15px; }

/* ### CONTACT ############################ */
#contact #main {
  padding-top: 57px;
  text-align: left; }

#contact .greeting {
  margin-bottom: 20px; }

#contact .panel {
  margin-bottom: 0;
  padding: 0; }

#contact .panel p {
  margin-bottom: 0; }

#contact .panel .accent {
  color: #646464; }

#contact .panel .legend {
  float: right;
  margin-top: 10px;
  color: #646464; }

#contact .panel .last {
  margin-bottom: 5px; }

#contact .panel .control-label {
  margin-bottom: 5px;
  margin-left: 12px;
  padding-right: 0; }
  @media (min-width: 1200px) {
    #contact .panel .control-label {
      margin-left: 0; } }

#contact .recap .control-label {
  display: inline-block;
  font-weight: 700;
  max-width: 100%; }

#contact .recap .accent {
  visibility: hidden; }

@media (min-width: 992px) {
  #contact .recap .panel-body {
    min-height: 445px; } }
@media (min-width: 1200px) {
  #contact .recap .panel-body {
    min-height: 325px; } }

#contact .recap .form-control {
  height: auto; }

/* ### FAMILY ############################# */
#family img.me {
  margin-top: 0; }

#family #about, #family #main .date {
  text-align: left; }

#family #main .date {
  margin-left: 5px; }
  @media (min-width: 768px) {
    #family #main .date {
      margin-left: 0; } }

#family #about ul {
  margin: 0 30px 10px; }

#family #about li {
  margin: 5px 0; }

#family .item {
  padding: 4px 0;
  padding-bottom: 500em;
  margin-bottom: -500em; }

#family .item .borderhack {
  display: inline-block;
  margin: 2px 0;
  border: 1px solid #ddd;
  background: #f7f6f7;
  padding: 6px 6px 12px; }
  @media (min-width: 768px) {
    #family .item .borderhack {
      margin: 2px;
      padding: 3px 3px 12px;
      background: #faf9fa; } }

#family #main .img-responsive {
  margin-bottom: 15px; }

#family .downloadform {
  display: inline-block;
  text-align: left; }

#family .downloadform input {
  margin-right: 5px; }

#family .downloadform div {
  text-align: center; }

#family .download_btn {
  margin: 10px auto 0; }

@media (min-width: 768px) {
  #family .modal-dialog {
    width: 700px; } }

#family .modal-header {
  text-align: center; }

#family .modal-header h3 {
  margin-top: 5px; }

#family #btn-open-help {
  margin-top: -2px;
  border-color: #2e6da4;
  padding: 2px 5px;
  font-size: 13px;
  line-height: 1;
  color: #337ab7;
  background-color: #fff; }

#family #btn-close-help {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 2px 6px;
  font-size: 18px;
  line-height: 1; }

#family .modal-body {
  qpadding: 5px 15px 15px; }

#family .clickable {
  cursor: pointer; }

#family .panel-heading span {
  margin-top: -20px;
  font-size: 15px; }

/*# sourceMappingURL=main.css.map */
