/*!
 * APEX print solutions - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2017-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
  background: #000;
}
body {
  font-family: 'Roboto', 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #e01b22;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #e01b22;
}
a:hover,
a:focus {
  color: #b2161b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #e01b22;
}
.bg-dark {
  background-color: rgba(1, 1, 1, 0.9);
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.text-white {
  color: white;
}
section {
  padding: 150px 0 !important; 
}
section > .container{
  border:1px solid lightgray; 
  background:rgba(255, 255, 255, 0.9);
   padding: 30px 0; 
   color:#000;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar {
  min-height: 80px;
}
.navbar-right {
  margin-top: 15px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #e01b22;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #b2161b;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #e01b22;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #e01b22 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {

  .navbar-default {
    background-color: rgba(155, 11, 15, 1);
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #e01b22;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #000000;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #e01b22;
  }
  .navbar-default.affix div.logo {
    background-image: url("../img/apex_logo_black.svg");
    background-repeat: no-repeat;
  }
}
footer {
  position: relative;
  width: 100%;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/pattern_slide.png');
  text-align: center;
  color: white;
}
footer .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
footer .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
footer .header-content .header-content-inner hr {
  margin: 30px auto;
}
footer .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
 
  footer {
    min-height: 100%;
  }
  footer .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  footer .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  footer .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {

  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.bg-yellow {
  color: #333;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(224, 27, 34, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #e01b22;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #e01b22;
  border-color: #e01b22;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #c9181f;
  border-color: #c0171d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e01b22;
  border-color: #e01b22;
}
.btn-primary .badge {
  color: #e01b22;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.carousel {
  overflow: hidden;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item > img,
.carousel-inner > .item > video {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 100px) {
  .carousel-caption > div > h1 {
    font-size: 1.5em;
    font-family: Impact, Charcoal, sans-serif;
  }
  .carousel-caption {
    top: -15px;
  }
  .carousel {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 320px) {
  #extra { 
    background-size: 100% !important;
  } 
  .carousel-caption > div > h1 {
    font-size: 2.5em;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
  }
  .carousel-caption {
    top: 15%;
  }
  .img-banner-container > img{
    width:250%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  #extra { 
    background-size: 100% !important;
  }
  .carousel-caption > div > h1 {
    font-size: 4em;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    /* width: 50%; */
  }
  .carousel-caption {
    top: 20%;
  }
  .img-banner-container > img{
    width:250%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #extra { 
    background-size: 100% !important;
  }
  .carousel > .carousel-inner > .item > .container > .carousel-caption {
    position: absolute;
    top: 100px; 
  }
  .carousel {
    padding-top: 80px !important; 
  }
  .carousel-caption {
    top: 10% !important;
  }
  .carousel-caption > div > h1 {
    font-size: 4em;
    font-weight: bold;
  }
  .img-banner-container > img{
    width:100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #extra { 
    background-size: 50% !important;
  }
  .carousel > .carousel-inner > .item > .container > .carousel-caption {
    position: absolute;
    top: 150px;
  }
  .carousel-caption > div > h1 {
    font-size: 4.5em;
    font-weight: bold; 
  } 
  .carousel-caption {
    top: 15% !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #extra { 
    background-size: 50% !important;
  }
  .carousel > .carousel-inner > .item > .container > .carousel-caption {
    position: absolute;
    top: 200px;
  }
  .carousel-caption > div > h1 {
    font-size: 4.5em;
    font-weight: bold;
  }
  .carousel-caption {
    top: 28% !important;
  }
}
@media screen and (min-width: 1101px) {
  #pattern-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 450px;
    opacity: 0.5;
    background-position: center;
    background-image: url('../img/pattern_slide.png');
  }
}
@media (max-width: 400px) {
  #pattern-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-position: center;
    background-image: url('../img/pattern_slide.png');
  }
}
.logo {
  position: absolute;
  top: 0px;
  width: 160px;
  height: 100%;
  background-image: url("../img/asm/asm-logo-lr.png") !important;
  background-repeat: no-repeat;
}
.logo-small {
  position: absolute;
  top: 0px;
  width: 160px;
  height: 100%;
  background-image: url("../img/asm/asm-logo-lr.png") !important;
  background-repeat: no-repeat;
}
.thum-h {
  height: 340px;
}
#extra { 
  background: url(../img/asm/asm-logo-hr-bg.png) 50% 50% no-repeat fixed;
  background-color : #790000;
  color: white;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px; 
}

#consultation {
  background: url(../img/asm/img-8.jpg) 50% 50% no-repeat fixed;
  color: white;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  background-size: 100%;
  background-color: #fff;
}

#warehousing {
  background: url(../img/asm/img-5.jpg) 50% 50% no-repeat fixed;
  color: white;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  background-size: 100%;
  background-color:#fff;
}
#creative {
  background: url(../img/asm/img-2.jpg) 50% 50% no-repeat fixed;
  color: white;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  background-size: 100%;
  background-color:#fff;
}
#service {
  background: url(../img/asm/img-7.jpg) 50% 50% no-repeat fixed;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0px;
  background-size: 100%;
  background-color: #fff;
}
#contact {
  background: url(../img/bg-black-grid.jpg) 50% 0 no-repeat fixed;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0px;
}
#about {
  background: url(../img/asm/img-1.jpg) 50% 0 no-repeat fixed;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0px;
  width:100%;
  
}
#video-background {
  /*  making the video fullscreen  */
  right: 0;
  bottom: 0;
  min-width: 100%;
  overflow: hidden;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.text-yellow {
  color: #ffd400;
}
.text-orange {
  color: #f58120;
}
.text-green {
  color: #1fa349;
}
.text-purple {
  color: #812a90;
}
.text-blue {
  color: #104fa0;
}
.hr-orange {
  border-color: #f58120;
}
.hr-yellow {
  border-color: #ffd400;
}
.hr-green {
  border-color: #1fa349;
}
.hr-purple {
  border-color: #812a90;
}
.hr-blue {
  border-color: #104fa0;
}
.bg-yellow {
  background: #ffd400;
}
.bg-orange {
  background-color: #f58120;
}
.bg-green {
  background: #1fa349;
}
.bg-purple {
  background: #812a90;
}
.bg-blue {
  background: #104fa0;
}
.carusel-text-width {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.btn-yellow {
  background: #ffd400;
  color: #000;
}
.btn-orange {
  background: #f58120;
  color: #fff;
}
.btn-blue {
  background: #104fa0;
  color: #fff;
}
.btn-green {
  background: #1fa349;
  color: #fff;
}
.btn-purple {
  background: #812a90;
  color: #fff;
}
.thumbnail {
  transition: all .3s;
}
.thumbnail:hover {
  transition: all .3s;
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.fa-stack-2x {
  font-size: 3em;
}
.fa-inverse {
  font-size: 1.5em;
  top: 10px;
  color: #fff;
  left: 5px;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 8px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
#vid-logo-buttons {
  opacity: 0;
}
.btn-s {
  transition: all .3s;
}
.btn-s:hover {
  transition: all .3s;
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nounderline {
  text-decoration: none !important;
}
.float-menu {
  transition: all .3s;
}
.float-menu {
  width: 150px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  top: 80px;
  left: 30px;
  z-index: 99;
}
.float-menu-circle {
  position: absolute;
  top: 0px;
  z-index: -1;
  background: rgba(139, 3, 4, 0.7);
  width: 150px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.float-menu:hover {
  transition: all .3s;
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.float-menu > i {
  margin-left: 25px;
  margin-top: 12px;
  color: #fff;
}
.float-menu > i > span {
  position: absolute;
  padding-left: 10px;
  margin-top: 9px;
  top: 0px;
  font-family: tahoma;
  font-size: 1.2em;
}
.float-menu > ul > li > a {
  color: #333;
  text-decoration: none;
}
.float-menu > ul > li > a:hover {
  color: black;
}
.float-menu-list {
  position: relative;
  top: 5px;
  opacity: 0;
  height: 0px;
}
