/* Your custom css code goes here */

/*p {
    margin: 0 10em 10px;
}
*/
hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 3px solid #F3802B;
    margin: 0em 10em 0 10em;
    padding: 0;
}

h1{
    padding-left: 10px;
}

.probootstrap-hero .probootstrap-slider-text h1 span {
    padding-left: 5px;
}

.orange-transparent-button {
  background:rgba(243, 128, 43, .85) !important;
}


.probootstrap-service-intro .probootstrap-service-intro-flex .item {
    background: rgba(243, 128, 43, .85);
    width: 25%;
}


@media screen and (min-width: 768px){
     .container {
/*    width: auto;*/
    }
}

@media screen and (min-width: 1280px){
    .col-xs-8 {
        width: 66%;
    }
}

@media screen and (min-width: 1280px){
.probootstrap-service-intro .probootstrap-service-intro-flex .item .text p {
    line-height: 1.5;
    font-size: inherit;
    visibility: visible;
}}

@media screen and (max-width: 768px){
.probootstrap-service-intro .probootstrap-service-intro-flex .item {
    width: 25%;
    background: #f3802b;
    padding: 10px;
    border-right: 1px solid rgba(255,255,255,.3);
}}



@media screen and (max-width: 768px){
.probootstrap-service-intro {
position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}}

@media screen and (max-width: 768px){
    .probootstrap-service-intro .probootstrap-service-intro-flex .item .text h2 {
        font-size: 13px;
        }
}

@media screen and (max-width: 992px){
.probootstrap-service-intro .probootstrap-service-intro-flex .item .text p {
    line-height: 0;
    font-size: inherit;
    visibility: hidden;
}}

@media screen and (max-width: 768px){
.probootstrap-service-intro {
    margin-bottom: 0;
}}

@media screen and (max-width: 510px){
.probootstrap-service-intro .probootstrap-service-intro-flex .item .text h2 {
    font-size: 12px;
}}

@media screen and (max-width: 480px){
.probootstrap-service-intro .probootstrap-service-intro-flex .item .icon, .probootstrap-service-intro .probootstrap-service-intro-flex .item .text {
    display: block;
}}

@media screen and (max-width: 540px){
    .col-xs-8 {
        width: 100%;
    }
}    
   
@media screen and (max-width: 768px){
    .col-xs-6 {
    width: 33%;
    }
}    

@media screen and (max-width: 992px){
.probootstrap-navbar .navbar-brand {
    background: url(../img/logo.png) left 100% no-repeat;
    width: 332px;
}}

@media screen and (max-width: 480px){
.probootstrap-navbar .navbar-brand {
    background: url(../img/logo_sm.png) left 100% no-repeat;
    width: 240px;
}}

@media screen and (max-width: 768px){
.probootstrap-hero.probootstrap-hero-inner {
    height: 600px;
}}

@media screen and (max-width: 480px){
.probootstrap-section p {
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    color: #000;
    line-height: 1.2;
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 400;
    margin: 0 0 30px;
}}

@media screen and (max-width: 768px){
.probootstrap-hero .probootstrap-slider-text h1 {
    line-height: 25px;
}}

.list-container {
  background-color: #fff;
  /*padding: 2rem;*/
}
.list-container .nav {
  background-color: #fafafa;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1rem;
  margin: 0 -3rem 2rem;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  position: relative;
}
.list-container .nav:before,
.list-container .nav:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  border: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #f2f0f0;
  -webkit-transform-origin: center;
          transform-origin: center;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  z-index: -1;
}
.list-container .nav:before {
  left: 0;
  -webkit-transform: translateY(-0.45rem) rotate(135deg) translateX(-0.4rem);
          transform: translateY(-0.45rem) rotate(135deg) translateX(-0.4rem);
}
.list-container .nav:after {
  right: 0;
  -webkit-transform: translateY(-0.45rem) rotate(-135deg) translateX(0.4rem);
          transform: translateY(-0.45rem) rotate(-135deg) translateX(0.4rem);
}
.list-container .nav a {
  display: inline-block;
  margin: 0 3rem;
  font-size: 2rem;
  color: #2980b9;
  opacity: 0.7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .nav a:hover {
  opacity: 1;
}
.list-container .list .num {
  margin-left: auto;
  margin-right: auto;
  width: 40em;
  
  padding: 0.5rem 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
          justify-content: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(0):before {
  content: '0';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(1):before {
  content: '1';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(2):before {
  content: '2';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(3):before {
  content: '3';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(4):before {
  content: '4';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(5):before {
  content: '5';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(6):before {
  content: '6';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(7):before {
  content: '7';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(8):before {
  content: '8';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:nth-child(9):before {
  content: '9';
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num h9 {
  position: relative;
  left: -1.5rem;
  color: #3d3d3d;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.list-container .list .num:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.list-container .list .num:hover:before {
  opacity: 0.2;
}
.list-container .list .num:hover h9 {
  left: 1rem;
}

.message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
}

