/* RESET 
------------------------------------------------*/
a {
  color: #cf5300;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #222;
  text-decoration: none;
}
p {
  padding: 10px 0;
  letter-spacing: 1px;
}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
  clear: both;
}
.my-left {
  float: left;
}
.my-right {
  text-align: right;
}
.none {
  display: none;
}

.my-body * {
  box-sizing: border-box;
}
.my-body {
  overflow-x: hidden;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
  font-family: "Roboto", sans-serif;
}

.inv-body {
  overflow-x: hidden;
}

.my-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.my-no-pad-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

::selection {
  color: #fff;
  background: #356088;
}
::-moz-selection {
  color: #fff;
  background: #356088;
}

/* HEADER 
----------------------------------------------*/
.my-header {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  background: #7e7648;
}

.my-logo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 10px;
}
.my-logo img {
  width: 100%;
  margin: 0 auto;
}

.my-top-bar {
  background: #e2e2e2;
  padding: 10px;
  text-align: right;
  padding-right: 20px;
}

.my-top-bar a {
  color: #cf5300;
  text-transform: uppercase;
  font-size: 15px;
}

.my-manu-bar {
  text-align: right;
  padding: 5px 15px;
  border-bottom: 10px solid #cf5300;
}

.my-manu-bar img {
  width: 170px;
  padding: 10px 20px;
  margin-right: 20px;
}

.og-btn {
  background: #cf5300;
  padding: 10px 20px 20px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -35px;
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
  text-align: center;
}

.og-btn:hover {
  background: #7e7648;
  color: #fff;
  text-decoration: none;
}

.my-manu-bar a {
  color: #fff;
}
ul.secondary li {
  display: inline-block;
  vertical-align: bottom;
}

/* HOME PAGE STYLES
-----------------------------------------------*/

.welcomewrap {
  background: #e2e2e2;
  color: #333 !important;
  text-align: center;
  padding: 3em 0;
}
.welcomewrap h2 {
  text-transform: uppercase;
}

.centrar {
  text-align: center !important;
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  cursor: pointer;
}
.grey-bg {
  background: #e2e2e2;
  color: #686868 !important;
}
.spacer {
  padding: 30px;
}
.spacer-pg {
  padding: 70px 15px;
}
.spacer-top {
  padding-top: 50px;
}
.spacer-left {
  padding: 15px 0 0 50px;
}
.my-divider {
  border-top: 5px solid #7e7648;
}

/*  CATEGORIES ON HOME PAGE
------------------------------------------------*/
.categorias {
  padding: 2em 0 0 0;
  text-align: center;
}
.categorias h3 {
  color: #cf5300;
  font-weight: 900;
  text-transform: uppercase;
}
.filatop {
  margin: 0 auto 1em auto;
}
.cta {
  width: 17.6%;
  display: inline-block;
  margin: 1%;
}
.cta img {
  max-width: 100%;
}
.cta h2,
.cta a {
  font-size: 15px;
  line-height: 1.35;
}
.cta a:hover,
.cta a:hover h2 {
  opacity: 0.65;
}

.cta .overlay {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 110px;
  overflow: hidden;
  padding: 10px 0px 30px;
  background: #cf5300;
}
.scrolling {
  width: 100%;
  height: 92px;
}

/* FOOTER
------------------------------*/
.footleft {
  float: left;
  text-align: left;
}
.footright {
  float: right;
  text-align: right;
}

ul.tertiary li {
  list-style: none;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

.my-footer {
  color: #eaeaea;
  font-size: 14px;
  text-align: center;
  background: #333;
  padding: 30px;
}

.my-footer a {
  color: #fff !important;
  text-decoration: none;
}

.my-footer a:hover {
  color: #eaeaea;
  text-decoration: none;
}
.my-divfooter {
  width: 60%;
  margin: 20px auto;
}

/* RESPONSIVE STYLES */

@media screen and (max-width: 1270px) {
  .cta {
    width: 23%;
  }
  .cta h2,
  .cta a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1300px) {
  .carousel-caption {
    left: 15% !important;
    right: 15% !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 1025px) {
  .cta {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .tertiary {
    padding-inline-start: 0 !important;
  }
  .text-left,
  .text-right {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .my-manu-bar {
    text-align: center !important;
  }
  .my-manu-bar img {
    width: 120px;
    padding: 1px 0;
    margin: 0 auto;
  }
  .og-btn {
    padding: 10px;
    margin-bottom: -15px;
  }
  .cta {
    width: 95%;
  }
}

@media screen and (max-width: 560px) {
  .my-top-bar {
    text-align: center !important;
  }
  .col-sm-6 {
    width: 50% !important;
  }
  ul.secondary li {
    display: block;
  }
  .my-logo img {
    width: 100%;
  }
}
