/* here you can put your own css to customize and override the theme */


/* h1-h6 */
.content h1, .content h2 {
    font: 400 37px "PT Sans Narrow", Arial, sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
  }
  .content h1:after, .content h2:after {
    z-index: 2; 
    content: " "; 
    display: block;
    padding-top: 7px;
    border-bottom: 2px solid #b7bbbf;
    width: 73px;
    margin: 0 auto;
  }
  .content h3, .content h4, .content h5, .content h6 {
    font: 300 18px "Open Sans", Arial, sans-serif;
    padding: 0;
    margin: 0;
  }
  .content h1 strong, 
  .content h2 strong,
  .content h3 strong,
  .content h4 strong {
    color: #e54a1a;
    font-weight: 300;
  }

  
/* Choose us block */
.choose-us-block {
    padding-top: 60px;
  }
  .choose-us-block h4 {
    margin-bottom: 35px;
  }
  .choose-us-block h4 a {
    color: #1ea9e3;
  }
  .choose-us-block .panel-group {
    padding-top: 50px;
  }
  .choose-us-block .panel-default {
    border-radius: 0 !important;
    border: none;
    background: none;
    margin-bottom: 0 !important;
    padding-bottom: 14px;
  }
  .choose-us-block .panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
  }
  .choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
    padding: 0 0 0 32px;
  }
  .choose-us-block .panel-default h5 {
    font: 300 19px "Open Sans", Arial, sans-serif;
    padding: 0;
    margin: 0 0 5px;
  }
  .choose-us-block .panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #e54a1a url(../img/toggle-icons.png) no-repeat 6px 10px;
    border-radius: 50% !important;
    margin-right: 10px;
    position: relative;
    top: 4px;
  }
  .choose-us-block .panel-default .collapsed:before {
    background: #495764 url(../img/toggle-icons.png) no-repeat 6px -148px;
  }
  .choose-us-block .panel-default .panel-title:hover .collapsed:before {
    background-color: #e54a1a;
  }
  .choose-us-block .panel-default .accordion-toggle, .choose-us-block .panel-default .accordion-toggle:focus, .choose-us-block .panel-default .accordion-toggle:hover, .choose-us-block .panel-default .accordion-toggle:active {
    color: #1ea9e3;
    text-decoration: none;
  }
  .choose-us-block .panel-default .collapsed {
    color: #5f6f7e;
  }

  
  /* Checkout block */
.checkout-block {
    background: #292f34;
    color: #c8ced4;
    padding: 25px 0;
  }
  .checkout-block h2 {
    font: 400 33px "PT Sans Narrow", Arial, sans-serif;
    margin: 2px 0 0;
    text-align: left;
  }
  .checkout-block h2 em {
    color: #767c81;
    font: 300 18px "Open Sans", Arial, sans-serif;
    text-transform: none;
  }
  .checkout-block h2:after {
    display: none;
  }
  .checkout-block .btn {
    font: 400 20px/20px "PT Sans Narrow", Arial, sans-serif;
    padding: 15px 20px 14px;
  }
  @-moz-document url-prefix() { 
    .checkout-block .btn {
      padding: 14px 20px 15px;
    }
  }

  
/* Testimonials block */
.testimonials-block {
    padding-top: 60px;
  }
  .testimonials-block h4 {
    margin-bottom: 57px;
  }
  .testimonials-block .carousel {
    width: 62%;
    margin: 0 auto;
  }
  .testimonials-block blockquote {
    border: none;
    font: italic 300 23px/1.3 "Open Sans", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #66717c;
  }
  .testimonials-name {
    font: italic 300 23px/1.3 "Open Sans", Arial, sans-serif;
    color: #2dafe5;
  }
  .carousel-indicators {
    position: static;
    margin: 27px 0 0;
    width: 100%;
  }
  .carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #dce0e2;
    position: relative;
    margin: 0 3px !important;
    border: none;
  }
  .carousel-indicators li.active {
    background: #e6400c;
  }

  /* Portfolio block */
.portfolio-block {
    background: #f6f6f6;
    padding-top: 60px;
  }
  .portfolio-block .row {
    padding: 0;
    margin: 0;
  }
  .portfolio-block .item {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .portfolio-block .item > a {
    background: rgba(229,74,26,0.85);
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
  
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  
    color: #fff;
  }
  .portfolio-block .item:hover > a {
    bottom: 0;
  }
  .portfolio-block .item > a:hover {
    text-decoration: none;
  }
  .ie8 .portfolio-block .item > a {
    background: #e54a1a;
  }
  
  .portfolio-block .item strong {
    font: 400 17px/1.2 "Open Sans", Arial, sans-serif;
    display: block;
    margin-bottom: 4px;
  }
  .portfolio-block .item em {
    font: 300 13px "Open Sans", Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
  }
  .portfolio-block .item b {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    border: solid 1px #fff;
    padding: 8px 15px 7px;
  }
  .portfolio-block .item b:hover {
    background: #fff;
    color: #E85425;
    border-color: #fff;
  }

  /* Services block */
.services-block {
    background: #f6f6f6;
    padding: 60px 0 70px;
  }
  .services-block .row {
    padding-top: 44px;
  }
  .services-block .item {
    border-right: solid 1px #e8e7e7;
    padding-top: 9px;
  }
  .services-block .col-md-3:last-child {
    border-right: none;
  }
  .services-block .fa {
    background: #e85425;
    color: #fff;
    width: 99px;
    height: 99px;  
    line-height: 1;
    border-radius: 50%;
    position: relative;
    margin-bottom: 29px;
  }
  .services-block .fa:after {
    bottom: -8px;
    width: 0; 
    height: 0;
    left: 50%;
    margin-left: -9px;
    z-index: 2; 
    content: " "; 
    display: block; 
    position: absolute;
    border-top: 9px solid #e85425;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  
  .services-block .fa {
    font-size: 38px;
    padding: 35px 0 0;
  }
  
  .services-block p {
    margin-bottom: 5px;
  }