/**
 * General theme styles
 */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/**
 * 50 Shades of gray (NOTE: we may want to use variables from the bootstrap-variables file!)
 */
/*!
 *  Override bootstrap variables here. Any variable added here will overwrite
 *  the variables in vendor/bootstrap-sass/assets/stylesheets/bootstrap/variables.
 *
 *  I didnt include all variables here to keep things more obvious as to what we
 *  are actually overwriting.
 */
/**
 * Breakpoints
 */
/**
 * Mary Miss Specs
 */
/*
 * Font stuff (TODO)
 */
body {
  /**
 *
 * Media Query Mixins
 * 
 */
}
body#home, body#listing {
  background-image: url(../../img/Background-REV.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fadein 0.75s;
  -moz-animation: fadein 0.75s;
  -ms-animation: fadein 0.75s;
  -o-animation: fadein 0.75s;
  animation: fadein 0.75s;
}
@keyframes fadein {
  /* Firefox < 16 */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Safari, Chrome and Opera > 12.1 */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Internet Explorer */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  /* Opera < 12.1 */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.standard-margin {
  margin-top: 121px;
  margin-bottom: 150px;
}
@media screen and (min-width: 991px) and (max-width: 992px) {
  .standard-margin {
    margin-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .standard-margin {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.content-margin {
  margin-top: 78px;
}
@media screen and (min-width: 991px) and (max-width: 992px) {
  .content-margin {
    margin-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .content-margin {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header#header {
    padding: 0;
    margin-bottom: 20px;
  }
}
header#header .header-inner {
  position: relative;
  padding: 0 35px;
  margin: 0 10px;
}
@media screen and (min-width: 991px) and (max-width: 992px) {
  header#header .header-inner {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-inner {
    height: auto;
    margin: 0;
    padding: 0 inherit 20px inherit;
  }
}
header#header section.top {
  padding-top: 121px;
}
@media screen and (max-width: 767px) {
  header#header section.top {
    padding: 50px 20% 40px 20%;
  }
}
@media screen and (max-width: 500px) {
  header#header section.top {
    padding: 50px 0 40px 0;
  }
}
header#header section.top h2.title {
  margin: 0 auto 5px auto;
  text-align: center;
}
header#header section.top h2.title img {
  width: 100%;
}
header#header section.top h2.title span {
  display: none;
  color: #d9222c;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header#header section.top nav.menu {
  height: 20px;
  width: 100%;
  text-align: justify;
}
header#header section.top nav.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline;
  text-align: justify;
  text-decoration: none;
  list-style: none;
}
header#header section.top nav.menu ul li {
  display: inline;
  padding: 0;
  color: #646464;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  header#header section.top nav.menu ul li {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header#header section.top nav.menu ul li {
    letter-spacing: 0px;
    font-size: 9px;
  }
}
header#header section.top nav.menu ul li:nth-child(1), header#header section.top nav.menu ul li:nth-child(2) {
  padding-right: 5%;
  border-right: 1px solid #646464;
  /**
 * 
 * Creates a container with the given aspect ratio. If you place a .content inside
 * the container, It will cover the entire container. Note: the container's width
 * is set to 100%. Overide if necessary.
 * 
 */
}
@media screen and (max-width: 767px) {
  header#header section.top nav.menu ul li:nth-child(1), header#header section.top nav.menu ul li:nth-child(2) {
    padding-right: 12%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header#header section.top nav.menu ul li:nth-child(1), header#header section.top nav.menu ul li:nth-child(2) {
    padding-right: 5%;
  }
}
@media screen and (min-width: 991px) and (max-width: 992px) {
  header#header section.top nav.menu ul li:nth-child(1), header#header section.top nav.menu ul li:nth-child(2) {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1199px) {
  header#header section.top nav.menu ul li:nth-child(1), header#header section.top nav.menu ul li:nth-child(2) {
    padding-right: 9%;
  }
}
@media screen and (max-width: 500px) {
  header#header section.top nav.menu ul li:nth-child(1), header#header section.top nav.menu ul li:nth-child(2) {
    padding-right: 9%;
  }
}
header#header section.top nav.menu ul li a {
  display: inline-block;
  color: #646464;
  text-transform: uppercase;
  text-decoration: none;
}
header#header section.top nav.menu ul li a:hover {
  color: #969696;
}
header#header section.top nav.menu span {
  display: inline-block;
  width: 100%;
}
header#header section.top .search form#searchform input {
  display: inline-block;
}
header#header section.top .search form#searchform input#s {
  border: 0;
  border-bottom: 1px solid #f4f4f4;
  font-size: 11px;
  width: 85%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header#header section.top .search form#searchform input#s {
    width: 83%;
  }
}
header#header section.top .search form#searchform input#searchsubmit {
  content: " ";
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  background-size: 16px 15px;
  background-position: center center;
  background-image: url(../../img/search.png);
  background-repeat: no-repeat;
  width: 11%;
  min-width: 16px;
}
header#header section.top .project-nav {
  text-align: center;
  margin-top: 28px;
}
header#header section.top .project-nav ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
header#header section.top .project-nav ul li {
  font-size: 10pt;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header#header section.top .project-nav ul li a {
  text-decoration: none;
}
header#header section.top .project-nav ul li.type-term a {
  color: #d9222c;
}
header#header section.top .project-nav ul li.main-menu a {
  color: #969696;
}
header#header section.bottom {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
}
footer#footer {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 80px;
}
.footer-content {
  position: relative;
  display: block;
  padding: 0 35px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer-content {
    width: 50%;
    margin: 0 25%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .footer-content {
    width: 78%;
    margin: 0 11%;
  }
}
.footer-content .CALL {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/call-web-normal.png);
  position: relative;
  /**
 * Background image styling
 */
}
.footer-content .CALL:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 14.83516%;
}
.footer-content .CALL > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-content .CALL span {
  visibility: hidden;
}
.footer-content .CALL:hover {
  background-image: url(../../img/call-web-hover.png);
}
.footer-content .copyright {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
  /**
 * 
 * Creates a container with the given aspect ratio. If you place a .content inside
 * the container, It will cover the entire container. Note: the container's width
 * is set to 100%. Overide if necessary.
 * 
 */
  font-size: 8px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #969696;
}
@media screen and (min-width: 1199px) {
  .footer-content .copyright {
    margin-top: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 992px) {
  .footer-content .copyright {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-content .copyright {
    margin-top: 10px;
  }
}
.footer-content .copyright .year {
  padding-right: 10px;
}
.footer-content .copyright a {
  padding-left: 10px;
  color: #969696;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-content .copyright .year {
    padding-right: 0;
  }
  .footer-content .copyright a {
    padding-left: 0;
    display: block;
  }
}
ul.social-accounts {
  list-style: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
ul.social-accounts li {
  display: inline-block;
}
ul.social-accounts li a {
  display: inline-block;
  padding: 2px 10px;
}
