/*!
Theme Name: Andy Fischer
Theme URI: http://screenmediagroup.com
Author: HM
Author URI: http://screenmediagroup.com
Description: Theme created by ScreenMediaGroup
Version: 0.0.1
Tags: smg
Text Domain: af
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700|Source+Sans+Pro:400,700');
.font-source {
  font-family: 'Source Sans Pro', sans-serif;
}
body {
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  padding-top: 83px;
  transition: all 250ms linear;
}
.main-navbar {
  background: #f6f6f6;
  padding: 10px 0;
  transition: all 250ms linear;
}
.main-navbar.scrolled {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  padding: 5px 0;
}
.main-navbar .navbar-brand {
  margin-right: 0;
  width: 155px;
  margin-left: 11px;
}
.main-navbar .navbar-brand img {
  max-width: 100%;
}
.main-navbar .navbar-toggler {
  border: 0 none;
}
.main-navbar .navbar-toggler:focus,
.main-navbar .navbar-toggler:active {
  outline: 0 none;
}
.main-navbar .nav-item a.nav-link {
  margin: 0 10px 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  margin-top: -1px;
}
.main-navbar .nav-item a.nav-link span {
  font-size: 17px;
  color: #7d7d7d;
  font-weight: 400;
}
.main-navbar .nav-item a.nav-link:hover,
.main-navbar .nav-item a.nav-link:focus,
.main-navbar .nav-item a.nav-link:active {
  color: #900c3e;
}
.main-navbar .btn-group {
  background: #e9e9e9;
  padding: 5px;
  border-radius: 4px;
  margin: 17px 0 10px 8px;
}
.main-navbar .btn-group .btn {
  background: #e9e9e9;
  border: 0 none;
  color: #c1bfbf;
}
.main-navbar .btn-group .btn.active {
  background-color: #f6f6f6;
  color: #20325a;
}
.home-banners {
  height: auto;
}
.home-banners h1 {
  font-weight: 700;
  font-size: 6.8em;
  letter-spacing: 6px;
  color: #FFF;
}
.home-banners p.big-text {
  color: #FFF;
  margin: 50px 0 10px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
}
.home-banners p.big-text span.t1 {
  font-size: 1.5em;
  letter-spacing: 2px;
}
.home-banners p.big-text span.t3 {
  font-size: 2.5em;
  letter-spacing: 2px;
  display: inline-block;
  border-bottom: 3px solid #FFF;
  padding: 0 15px 10px 15px;
  margin-bottom: 20px;
}
.home-banners .fluid-container {
  height: 100%;
}
.home-banners .fluid-container .row {
  height: 100%;
  overflow: hidden;
}
.home-banners .small-text {
  height: auto;
  color: #FFF;
  overflow: hidden;
  transition: all 250ms linear;
  margin: 0 auto 50px;
  width: 80%;
}
.home-banners .small-text a.btn {
  background-color: #900c3e;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 3px;
  font-size: 1.1em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 250ms linear;
}
.home-banners .small-text a.btn:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.home-banners .small-text.mobile {
  position: static;
  height: auto;
  opacity: 1;
  transform: translate(0, 0);
  margin: 20px auto;
}
.home-banners .overlay-blue {
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
}
.home-banners .overlay-blue:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 64, 175, 0.75);
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 250ms linear;
}
.home-banners .overlay-blue:hover:after {
  background-color: rgba(0, 64, 175, 0.85);
}
.home-banners .inner-col {
  z-index: 2;
}
.home-banners .gross-price {
  height: auto;
  background: #f6f6f6;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  padding: 24px 0;
}
.home-banners .gross-price h3 {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.home-banners .gross-price h3 span.price {
  color: #900c3e;
}
.home-banners .gross-price h3 small {
  display: block;
  text-align: center;
  font-size: 0.45em;
  font-weight: 400;
}
section.about {
  background-color: #e9e9eb;
  padding: 28px 0 10px;
  overflow: auto;
}
section.about .andy-pic {
  max-width: 100%;
  display: inline-block;
  margin: 10px 0;
}
section.about .logros-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
section.about .logros-row {
  color: #737373;
}
section.about .logros-row .media-body {
  font-size: 0.9em;
}
section.about .logros-row h4 {
  font-weight: 700;
  color: #333333;
  font-size: 1.4em;
}
section.about .aso-title {
  color: #666666;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-weight: 700;
}
section.about .aso-items img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
section.murphy {
  padding: 10px 0;
  background-color: #e9e9eb;
}
section.murphy .murphys-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 20px;
}
section.exclusive {
  padding: 10px 0 40px;
  background-color: #e9e9eb;
  color: #fff;
}
section.exclusive .card-like {
  background: url(img/exclusive_bg.jpg) no-repeat center;
  background-size: cover;
}
section.exclusive h2 {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.9em;
  margin-bottom: 20px;
}
section.exclusive .input-group {
  box-shadow: 1px 1px 6px rgba(93, 93, 93, 0.85);
  display: block;
}
section.exclusive .input-group input {
  width: 100%;
  border-radius: 0;
  padding: 14px;
  text-align: center;
}
section.exclusive .input-group input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 3px;
}
section.exclusive .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
}
section.exclusive .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
}
section.exclusive .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
}
section.exclusive .input-group button {
  display: block;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.2em;
  padding: 14px 20px;
  background: #900c3e;
  color: #FFF;
}
section.exclusive .modal {
  color: #212529;
}
section.exclusive .modal .modal-content {
  border-radius: 0;
}
section.exclusive .modal .modal-header,
section.exclusive .modal .modal-footer {
  padding: 10px 22px;
}
section.exclusive .modal .btn {
  background-color: #900c3e;
  border: 0 none;
  padding: 6px 22px;
  border-radius: 0;
}
.page-buy-sell {
  background-color: #e9e9eb;
}
.page-buy-sell section.banner {
  padding: 50px 0 190px;
  background: url(img/banner-buy.jpg) no-repeat center;
  background-size: cover;
  color: #336699;
  font-size: 1.2em;
}
.page-buy-sell section.banner h2 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 2.0em;
  letter-spacing: 3px;
}
.page-buy-sell section.banner h1 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 4.2em;
}
.page-buy-sell section.banner.banner-sell {
  background: url(img/sell-banner.jpg) no-repeat center;
  background-size: cover;
  box-shadow: inset 0 0 7px #000;
  color: #FFF;
  padding: 30px;
}
.page-buy-sell section.banner.banner-sell h1 {
  font-size: 3.5em;
  text-transform: uppercase;
}
.page-buy-sell section.banner.banner-sell h2 {
  font-size: 1.5em;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded {
  overflow: auto;
  height: 100%;
  background-color: #ebebeb;
  padding: 0 20px 20px;
  box-shadow: 1px 3px 2px 0 #CCC;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded img {
  margin: 30px auto 20px;
  display: block;
  max-width: 100%;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3A3A3A;
  font-size: 1.1em;
  line-height: 1.1;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded form .form-control {
  border-radius: 0;
  border: 1px solid #333333;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded form .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #999999;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  text-transform: uppercase;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  text-transform: uppercase;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  text-transform: uppercase;
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded form .btn {
  background: #900c3e;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 2px;
  padding: 10px 0;
  border: 1px solid #900c3e;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.85);
}
.page-buy-sell section.banner.banner-sell .col-steps-form .padded form .btn i {
  font-size: 1.25em;
}
.page-buy-sell section.banner.banner-sell.banner-faq h2 {
  margin-top: 140px;
}
.page-buy-sell section.banner.banner-sell.banner-faq p {
  margin-bottom: 140px;
}
.page-buy-sell section.banner .card-like {
  background: url(img/exclusive_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 15px;
  border-radius: 0;
  color: #FFF;
}
.page-buy-sell section.banner .card-like h2 {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-buy-sell section.banner .card-like p {
  text-align: center;
  font-size: 0.75em;
}
.page-buy-sell section.banner .card-like .input-group {
  display: block;
}
.page-buy-sell section.banner .card-like .input-group input {
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 14px;
  text-align: center;
}
.page-buy-sell section.banner .card-like .input-group input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 3px;
}
.page-buy-sell section.banner .card-like .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.page-buy-sell section.banner .card-like .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.page-buy-sell section.banner .card-like .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.page-buy-sell section.banner .card-like .input-group button {
  border-radius: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1em;
  padding: 14px 20px;
  background: #900c3e;
  color: #FFF;
}
.page-buy-sell section.plans-1 {
  padding-bottom: 20px;
}
.page-buy-sell section.plans-1 .first-line {
  margin-bottom: -220px;
}
.page-buy-sell section.plans-1 .padded {
  height: 100%;
  background-color: #fff;
  position: relative;
  transform: translateY(-172px);
  box-shadow: 1px 1px 8px #CCC;
}
.page-buy-sell section.plans-1 .padded.last {
  margin-bottom: 0px;
}
.page-buy-sell section.plans-1 .card {
  height: 100%;
  border: 0 none;
}
.page-buy-sell section.plans-1 .card .card-header {
  position: relative;
  padding: 0;
}
.page-buy-sell section.plans-1 .card .card-img {
  border-radius: 0;
}
.page-buy-sell section.plans-1 .card .card-img-overlay {
  line-height: 1.1;
  display: flex;
  padding: 0 70px;
  justify-content: center;
  align-items: center;
}
.page-buy-sell section.plans-1 .card .card-img-overlay h3 {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}
.page-buy-sell section.plans-1 .card .card-body p {
  font-weight: 700;
  font-size: 1.1em;
  text-align: justify;
  line-height: 1.4;
}
.page-buy-sell section.plans-1 .card .card-body ul {
  list-style-type: none;
  padding: 0;
}
.page-buy-sell section.plans-1 .card .card-body ul li {
  padding: 5px 0 5px 35px;
  background: url("img/bullet.png") no-repeat 5px center;
}
.page-buy-sell section.plans-1 .card .card-footer {
  padding: 0;
  border: 0 none;
}
.page-buy-sell section.plans-1 .card .card-footer a {
  font-size: 1.1em;
  padding: 10px 10px;
  color: #FFF;
  border-radius: 0;
  background-color: #900c3e;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #900c3e;
}
.page-buy-sell section.plans-1 .card .card-footer a:hover,
.page-buy-sell section.plans-1 .card .card-footer a:active,
.page-buy-sell section.plans-1 .card .card-footer a:focus {
  color: #900c3e;
  background-color: #FFF;
}
.page-buy-sell section.plans-1 .advice-plan > div > .row {
  box-shadow: 1px 1px 8px #CCC;
  background: #FFF;
}
.page-buy-sell section.plans-1 .advice-plan .img-col {
  min-height: 250px;
  display: flex;
  background: url("img/500-plan.jpg") no-repeat center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.page-buy-sell section.plans-1 .advice-plan .img-col h3 {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}
.page-buy-sell section.plans-1 .advice-plan .card-footer {
  text-align: center;
}
.page-buy-sell section.plans-1 .advice-plan .card-footer a.btn {
  padding: 10px 50px;
  margin-bottom: 20px;
}
.page-buy-sell section.request-form {
  padding: 20px 0 40px;
}
.page-buy-sell section.request-form h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  margin: 20px 0 20px;
}
.page-buy-sell section.request-form .bg-white {
  padding: 20px 20px 40px;
}
.page-buy-sell section.request-form form {
  margin-top: 10px;
}
.page-buy-sell section.request-form form .form-control {
  border: 1px solid #333333;
  border-radius: 0;
  padding: 6px 11px;
}
.page-buy-sell section.request-form form .select-arrow {
  position: relative;
}
.page-buy-sell section.request-form form .select-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 25px 10px 10px;
  height: 38px;
}
.page-buy-sell section.request-form form .select-arrow:after {
  pointer-events: none;
  content: "\25bc";
  right: 8px;
  top: 14px;
  position: absolute;
  font-size: 0.6em;
}
.page-buy-sell section.request-form form button.btn {
  background-color: #900c3e;
  border: 1px solid #900c3e;
  padding: 7px 35px;
  border-radius: 2px;
  font-size: 1.2em;
  text-transform: uppercase;
}
.page-buy-sell .sell-tabs {
  margin: 40px 0 25px;
}
.page-buy-sell .sell-tabs .nav-tabs .nav-link {
  background: #e0e0e0;
  color: #bcbcbc;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}
.page-buy-sell .sell-tabs .nav-tabs .nav-link.active {
  color: #336699;
  background: #FFF;
}
.page-buy-sell .sell-tabs .tab-content .tab-pane {
  padding: 30px;
}
.page-buy-sell .sell-tabs .tab-content .tab-pane h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.page-buy-sell .sell-tabs .tab-content .tab-pane li {
  padding: 10px 0;
}
.page-buy-sell .accordion {
  padding: 30px 0;
}
.page-buy-sell .accordion .card {
  border: 0 none;
}
.page-buy-sell .accordion .card .card-header {
  cursor: pointer;
  background-color: #FFF;
  border: 0 none;
}
.page-buy-sell .accordion .card .card-header .card-title {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
.page-buy-sell .accordion .card .collapse {
  padding: 10px 30px;
}
.page-buy-sell .accordion .card-header:after {
  font-family: 'FontAwesome', sans-serif;
  content: "\f068";
  float: right;
  display: inline-block;
  margin-top: 6px;
}
.page-buy-sell .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}
footer {
  padding: 40px 0 10px;
}
footer h3.andy-title {
  font-size: 2.6em;
  text-align: center;
}
footer h3.andy-title small {
  font-size: 0.4em;
}
footer .nav-item a.nav-link {
  margin: 0 0 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  margin-top: -1px;
}
footer .nav-item a.nav-link span {
  font-size: 18px;
  color: #7d7d7d;
  font-weight: 400;
}
footer .nav-item a.nav-link:hover,
footer .nav-item a.nav-link:focus,
footer .nav-item a.nav-link:active {
  color: #900c3e;
}
footer .about-title {
  text-indent: 0;
  font-size: 2.25rem;
  margin-top: 20px;
}
footer .about-title + span {
  text-indent: 0;
}
footer .list-unstyled {
  padding-left: 0;
}
footer .list-unstyled li {
  padding: 10px 0;
}
footer .list-unstyled li a {
  color: #666666;
  display: inline-block;
}
footer .list-unstyled strong {
  display: block;
  font-size: 1.5em;
}
footer .list-unstyled span {
  display: inline-block;
}
footer .copy-row {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  color: #666666;
  font-size: 0.9em;
}
footer .copy-row a {
  color: #666666;
}
footer form {
  margin-top: 10px;
}
footer form .form-control {
  border: 1px solid #333333;
  border-radius: 0;
}
footer form button.btn {
  background-color: #900c3e;
  border: 1px solid #900c3e;
  padding: 7px 25px;
  border-radius: 2px;
}
.card-like {
  box-shadow: 1px 1px 7px rgba(204, 204, 204, 0.81);
  border-radius: 3px;
}
h3.andy-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #336699;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.9em;
}
h3.andy-title small {
  font-size: 0.6em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #990033;
}
.about-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media (min-width: 767px) {
  .home-banners {
    height: calc(100vh - 83px - 83px);
  }
  .home-banners .gross-price h3 small {
    text-align: right;
    padding-right: 18px;
  }
  .home-banners .overlay-blue:hover:after {
    background-color: rgba(0, 64, 175, 0.85);
  }
  .home-banners .overlay-blue:hover .small-text {
    height: auto;
    opacity: 1;
    transform: translate(0, 0);
  }
  .home-banners .small-text {
    color: #FFF;
    height: 0;
    overflow: hidden;
    transition: all 250ms linear;
    opacity: 0;
    transform: translate(0, 260px);
    margin: 0 auto;
    width: 80%;
  }
  section.exclusive .input-group {
    display: flex;
  }
  section.exclusive .input-group input {
    width: 1%;
    border-radius: 0.25rem;
  }
  section.exclusive .input-group button {
    border-radius: 0.25rem;
  }
  section.about {
    margin-top: 118px;
  }
}
@media (min-width: 991px) {
  body {
    padding-top: 101px;
  }
  .main-navbar {
    padding: 20px 0;
  }
  .main-navbar .navbar-brand {
    margin-right: 4rem;
    margin-left: 0;
    width: 149px;
  }
  footer .padded {
    padding-left: 60px;
    border-left: 1px solid #ccc;
  }
  .page-buy-sell section.banner {
    padding: 0 0 240px;
  }
  .page-buy-sell section.banner.banner-sell {
    padding: 0;
  }
  .page-buy-sell section.banner h2 {
    margin: 80px 0 0;
  }
  .page-buy-sell section.plans-1 .padded {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 134px;
  }
  .main-navbar .navbar-brand {
    width: 200px;
  }
}
.alert-andy {
  border-radius: 0;
}
