/* General CSS */
h1,h2,h3,h4{
    font-family:'Oswald', sans-serif;
    text-transform: uppercase;
}
p{
    font-family:'Open Sans Condensed', sans-serif;
}
.jumbotron{
    margin-bottom:0;
}

body{
    background-color:#333;
    overflow-x:hidden;
}

/* ======================================== */
/* Carousel CSS */
.caption-title{
    font-family:'Oswald', sans-serif;
    text-transform: uppercase;
    top:22%;
    height:100px;
}
.caption-title h1{
    font-size:48px!important;
}
.caption-description{
    text-transform:uppercase;
    font-family:'Open Sans Condensed', sans-serif;
    top:45%;
    z-index:9;
}
.caption-description p{
    font-size:26px;
    letter-spacing:2px;
    font-weight:700;
}
.caption-description .focus-text{
    color:#fff;
}
.carousel-caption{
	background-color:rgba(0,0,0,0.4);
	width:45%;
  left:0%;
    bottom:13%;
    margin-top:5%;
	text-align: left;
	padding-left:5%;
	padding-right:5%;
	text-transform: uppercase;
}


.carousel-caption h2{
	font-size:2.3em;
	font-weight:200;
}

.carousel-caption .btn{
    background-color:transparent;
    border:2px solid #fff;
    color:#fff;
    border-radius:0;
    z-index:999;
}
.carousel-caption .btn:hover{
    background-color:#fff;
    color:#CE2029;
    border:2px solid rgb(206, 32, 41);
}
.carousel{
    border-bottom:10px solid #CE2029;
}

.carousel img {
    width: 100%;
    max-height: 650px;
}


/* ======================================== */

/* Navbar CSS */
.navbar-nav{
    margin-top:33px;
}
.navbar{
    background-image: linear-gradient(rgba(26,26,26,0.6),rgba(26,26,26,0.6)),url("images/black-diamond-plate-bg-wide-2.jpg");
    padding:0 16px;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(102,102,102,0.25);
    -moz-box-shadow: 0px 6px 6px 0px rgba(102,102,102,0.25);
    box-shadow: 0px 6px 6px 0px rgba(102,102,102,0.25);
    position:fixed;
    z-index:999;
    width:100%;
}
.navbar li a{
    color:#fff!important;
    font-weight:200;
    font-size:18px;
    margin:0 7px;
    text-transform: uppercase;
    /* font-family:'Open Sans Condensed', sans-serif; */
    font-family: 'Oswald', sans-serif;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    top:35px;
}
.dropdown-menu{
    background-color:#0D0D0D;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(102,102,102,0.25);
    -moz-box-shadow: 0px 6px 6px 0px rgba(102,102,102,0.25);
    box-shadow: 0px 6px 6px 0px rgba(102,102,102,0.25);
    transition:all ease-in-out 0.2s;
}
.dropdown-item{
    margin:0!important;
    border-top:1px solid #1A1A1A;
    border-bottom:1px solid #1A1A1A;
}
.dropdown-item:first-child {border-top:none;}
.dropdown-item:last-child {border-bottom:0;}

.navbar i{
    margin-top:5px;
}
.tool-tip {
    padding: 5px 15px;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    text-transform: uppercase;
    font-size:12px;
    
  }
  
  .tool-tip::after {
    background-color: #323a45;
    border-radius: 2px;
    color: #fff;
    content: attr(data-tooltip-title) " ";
    font-weight: normal;
    min-width: 100px;
    padding: 5px 8px;
    text-align: center;
    text-transform: none;
  }
  
  .tool-tip::before {
    width: 0;
    height: 0;
    content: "";
  }
  
  .tool-tip::before,
  .tool-tip::after {
    position: absolute;
    transition: opacity 250ms ease 0ms, transform 250ms ease 0ms;
    transform-style: preserve-3d;
    opacity: 0;
    z-index: -1;
  }
  
  .tool-tip[data-tooltip-position="bottom"]::after {
    left: 50%;
  }
  .tool-tip[data-tooltip-position="bottom"]::after {
    transform: translate3d(-50%, -10px, 0);
  }
  .tool-tip[data-tooltip-position="bottom"]::after {
    top: calc(100% + 10px);
  }
  .tool-tip[data-tooltip-position="bottom"]::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 50%;
  }
  .tool-tip[data-tooltip-position="bottom"]::before {
    transform: translate3d(-50%, -10px, 0);
  }
  .tool-tip[data-tooltip-position="bottom"]::before {
    border-bottom: 7px solid #323a45;
    top: calc(100% + 3px);
  }
  .tool-tip:hover::before,
  .tool-tip:hover::after {
    opacity: 1;
    z-index: 100;
  }
  .tool-tip[data-tooltip-position="bottom"]:hover::before{
    transform: translate3d(-50%, 0px, 0);
  }
  .dropdown-item:focus, .dropdown-item:hover{
      background-color:#323a45!important;
  }

  @media (min-width: 766px) and ( max-width: 1026px ) {
      .dropdown:hover .dropdown-menu { top:24px; }
  }

/* ======================================== */

/* About Us CSS */
.about-us{
    background-color:#1A1A1A;
    color:#fff;
    padding-bottom:0;
}
.about-us hr{
    background-color:#CE2029;
    width:24%;
    height:2px;
    margin-left:0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .about-us hr{
        position:relative;
        left:-38%;
     }
}

.about-us .btn, .add-btn{
    border-radius:0;
    background-color:transparent;
    border:2px solid #fff;
    color:#fff;
    transition: all ease-in-out 0.2s;
}
.about-us .btn:hover, .add-btn{
    background-color:#CE2029!important;
    color:#fff!important;
    border:2px solid #fff;
}


/* ======================================== */

/* Parallax CSS */
.parallax {
    background-image:linear-gradient(rgba(0,0,0,0.30),rgba(0,0,0,0.30)), url("images/Birds_Eye_Building.jpg");
    /* Set a specific height */
    padding:60px 0;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    padding-top:60px;
  }
  .parallax hr{
    background-color:#CE2029;
    width:15%;
    height:2px;
}
/* ======================================== */

/* Rig Repair CSS */
.rig-repair{
    background-color:#1A1A1A;
    color:#fff;
    padding:30px;
    padding-top:55px;
    padding-bottom:60px;
}
.rig-repair .container{
    border:10px solid #666;
    padding:20px;
}
.number {
    margin-bottom: 13px;
}
.number a {
    color:#fff;
    font-size: 2.5rem;
}
.rig-repair .btn{
    background-color:transparent;
    color:#fff;
    border:2px solid #fff;
    border-radius:0;
    transition: all ease-in-out 0.2s;
}
.rig-repair .btn:hover{
    background-color:#fff;
    color:#CE2029;
}
.rig-repair i{
    margin-top:-45px;
    padding:15px;
    background-color:#1A1A1A;
}

.modal{
    top:30%;
}
.close:focus, .close:hover, .close{
    color:#fff;
}
.modal-content{
    background-color:#333;
}
.modal-header{
    background-color:#1A1A1A;
}
.modal-header, .modal-footer{
    border:none;
}

/* ======================================== */

/* 4 Focus Areas */

.service-blocks-wrapper{
	overflow:hidden;
}
/* ======================================== */


section{
	overflow:hidden;
	display:block;
	position:relative;
	background-size:cover!important;
	box-sizing:border-box!important;

}

.service-blocks-wrapper .service-blocks-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;

    -webkit-transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, transform 1s linear .8s;

    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.transparency{
    opacity: 0.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.service-blocks-wrapper .service-blocks-background.active-service-block {
    opacity: 1;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    -webkit-transition:opacity .8s tr.ease,-webkit-transform 10s linear 0s;
    transition:opacity .8s ease,-webkit-transform 10s linear 0s;
    transition:opacity .8s ease,transform 10s linear 0s;
    transition:opacity .8s ease,transform 10s linear 0s,-webkit-transform 10s linear 0s;
}

.imageBlock1 {
    transition: all .8s ease;
    transition-property: all;
    -webkit-transition: all .8s ease;
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-delay: initial;
    background-image: url(images/SeeOurWork.jpg);
    

    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.imageBlock2 {
  background-image: url(images/In_Production_big.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.imageBlock3 {
  background-image: url(images/Orders.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.imageBlock4 {
  background-image: url(images/Deliveries.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.bg-change1{
    background-image:linear-gradient(rgba(0,0,0,0.20),rgba(0,0,0,0.20)), url("images/SeeOurWork.jpg");
    
}

.bg-change2{
    background-image:linear-gradient(rgba(0,0,0,0.20),rgba(0,0,0,0.20)), url("images/In_Production.jpg");
}

.bg-change3{
    background-image:linear-gradient(rgba(0,0,0,0.20),rgba(0,0,0,0.20)), url("images/Orders.jpg");
}

.bg-change4{
    background-image:linear-gradient(rgba(0,0,0,0.20),rgba(0,0,0,0.20)), url("images/Deliveries.JPG");
}



.service-blocks-wrapper{
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    overflow:hidden!important;

}

.service-block-content{
    overflow:hidden;
    z-index: 3;
    height:230px;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.service-block-content:hover .service-block-blurb,
.service-block-content:hover .service-block-icon,
.service-block-content:focus .service-block-blurb,
.service-block-content:focus .service-block-icon {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    opacity: 1.0;
}

.service-block-content:hover .service-block-image.service-block-animate,
.service-block-content:focus .service-block-image.service-block-animate {
    transition: all .8s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


.service-block-image{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: 1;*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow:hidden;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.service-block-title{
    /*z-index:2;*/
    text-shadow: 0 0 5px black;
    position: relative;
    opacity: 1;
    transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
}

.service-block-title.no-icon {
    padding-top: 7rem;
}

.faded-service-title {
    opacity: .4;
    transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
}

.service-block-title h2 {
	font-weight:800;
    /* color:#414141; */
    text-transform:uppercase!important;
	line-height:2.5;
    -webkit-font-smoothing: antialiased;
    font-size:2.5rem;
    margin: 0 0 32px 45px;
   color: white;
   transition:transform 0.5s;
   text-transform: capitalize;
}
.service-block-icon {
    /*z-index:2;*/
    position: relative;
    opacity: 0.0;
   color: white;
   margin-bottom: 1.5rem;
   transition: opacity .8s ease-in-out;
   -webkit-transition: opacity .8s ease-in-out;
}

.service-block-blurb{
    /*z-index:2;*/
    position: relative;
    opacity: 0.0;
   color: #000;
   color: white;
   transition: opacity .8s ease-in-out;
   -webkit-transition: opacity .8s ease-in-out;
}
/* end service block classes */


a:hover{
    text-decoration:none!important;
}

/* ============================ */

/* Footer CSS */
.top-footer{
    background-color:#1A1A1A;
    
    background-image:linear-gradient(rgba(26,26,26,0.6),rgba(26,26,26,0.6)),url("images/black-diamond-plate-bg-wide-2.jpg");
    padding:30px;
    padding-top:35px;
}
.top-footer .site-map{
    list-style:none;
    padding-left: 0px;
    font-family: 'Oswald', sans-serif !important;
}
.top-footer .site-item a{
    color:#fff;
}

.top-footer .btn{
    margin-top:20px;
    border:1px solid #fff;
    border-radius:0;
    color:#fff;
    background-color:transparent;
    margin-left:34%;
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px;
}
.top-footer .btn:hover{
    color:#CE2029;
    background-color:#fff;
    border:1px solid #CE2029

}
.youtube-fb {
    text-align: center;
}
.youtube-fb .fa-youtube::before {
    padding-left: 24px;
}
.top-footer i{
    display:inline;
    color:#fff;
    font-size:40px;
    /* padding-right:30px; */
    /* float:right; */
    margin-bottom: 10px;
}
.address {
    text-align: center;
    color: #fff;
    font-size: 4;
    position: relative;
    right: 3px;
    font-family: 'Oswald', sans-serif !important;
}
.number-footer {
    text-align: center;
    color: #fff;
    margin-left: 27%;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif !important;
}


.bottom-footer{
    background-color:#0D0D0D;
    padding:10px;
    color:#969696;
}
.bottom-footer a{
    color:#969696;
}
.affility-image img{
    float:right;
}

.affility-image img:nth-child(2){
    margin-bottom:53px;
}

/* ============================ */
/* Delivery page */
.deliver-list .card-body{
    height: 230px;
}
.deliver-list h2 {
    font-size: 1.25rem;
    font-family: inherit;
    text-transform: capitalize;
}
.deliver-item h3 {
    font-size: 18px;
    font-family: inherit;
    text-transform: capitalize;
}
/* Delivery Detail page */
.delivery-detail-lg-photo {
    margin-bottom: 35px;
}
.delivery-detail-gallery-item {
    overflow: hidden;
    height: 195px;
    margin-bottom: 31px;
    border: 3px solid #000;
}
.delivery-detail-gallery-item img {
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    width: 100%;
    
}

/* ============================ */
/* Our work page */
.our-work-list h2 {
    font-size: 1.25rem;
}
/* Our work detail page */
.work-single-detail {
    overflow: hidden;
    height: auto;
    margin-bottom: 31px;
    border: 3px solid #000;
}
.work-single-detail img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}
.work-double-detail img{
    border: 3px solid #000;
}
.our-work-detail-title h4 {
    color: #fff;
}
.work-double-detail {
    margin-bottom: 13px;
}
/* .work-double-detail .after-title {
    position: absolute;
    left: 12%;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-shadow: 0 0 5px #000;
    top: 1%;
} */
.work-double-detail .before-title, .work-double-detail .after-title {
    position: absolute;
    left: 0;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-shadow: 0 0 5px #000;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* ============================ */
/* Videos */
.vid-title{
    color: #fff;
}
.video-thumb {
    margin-bottom: 8px;
}

/* ============================ */
/* E-one page */
.e-one-list h2{
    font-size: 1.25rem;
    font-family: inherit;
    text-transform: capitalize;
}

/* ============================ */
/* New page */
.new-page-img {
    overflow: hidden;
    height: 189px;
}
.new-page-img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: scale-down;
}

/* ============================ */
/* Orders page */
.orders-list h2{
    font-size: 1.25rem;
}

/* ============================ */
/* product page */
.product-btn a {
    background: #A71626;
    border-color: #A71626;
}
.product-list h2 {
    font-size: 1.25rem;
    font-family: inherit;
    text-transform: capitalize;
}
.product-photo {
    overflow: hidden;
    height: 189px;
}
.product-list .card-body {
    height: 100px;
}
/* ============================ */
/* Refurbishments page */
.refurbishments-list h2 {
    font-size: 1.25rem;
    font-family: inherit;
    text-transform: capitalize;
}
.refurbishments-list h3 {
    font-size: 18px;
    font-family: inherit;
    text-transform: capitalize;
}
.refurbishments-list .card-body {
    height: 165px;
}
.refurbish-all h2{
    font-size: 1.25rem;
    font-family: inherit;
    text-transform: capitalize;
}
.refurbish-all h3 {
    font-size: 18px;
    font-family: inherit;
    text-transform: capitalize;
}
.refurbish-all .card-body {
    height: 115px;
}

/* ============================ */
/* Gallery page */
.gallery-list h2 {
    font-size: 1.25rem;
    font-family: inherit;
    text-transform: capitalize;
}
.gallery-list a {
    color: #A71626; 
}

/* ============================ */
/* In Produciton project detail page */
.project-detail-page {
    margin-bottom: 15px;
}
/* ============================ */
/* login password page */
.production-login-password {
    margin: 6% 0;
    margin-bottom: 1%;
}
.production-login-password h3 {
    font-size: 33px;
}
.production-pass {
    justify-content: center;
}
.production-pass .text-light {
    width: 50%;
}
.login-logout-btn .btn{
    background-color:#fff;
    border:none;
    color:#000;
}
.login-logout-btn .btn:hover {
    background-color: #eee;
}
/* ============================ */
/* production project updates */
.production-project-update {
    overflow: hidden;
    height: 200px;
}
.production-project-update img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* ============================ */
/* Collision Repair Page */
.collision-carousel-photos {
    display: flex;
    width: 50%;
    height: 384px;
}
.collision-carousel-photos img {
    min-width: 100%;
    max-width: 100%;
    /* object-fit: contain; */
}
.collision-carousel {
    background: #000;
}
.collision-carousel-photos .before-title {
    position: absolute;
    left: 20%;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
}
.collision-carousel-photos .after-title {
    position: absolute;
    right: 20%;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
}

/* ============================ */
/* Email signup */
.email-signup-field input{
    width: 50%;
    display: initial;
}



div#text-editor, p#text-editor  {
    font-family: 'Oswald', sans-serif!important;
}



/* Media Queries */

@media(min-width:320px) and (max-width:767px){
    .navbar-toggler{
        background-color:#fff;
        padding:15px;
    }
    .carousel-inner img {
        width: 100%;
        height: 25%;
    }
    .service-blocks-wrapper .service-blocks-background{
        display:block;
    }
    .box-gradient{
        height:auto!important;
    }
    .carousel{
        height:35%;
    }
    #loader{
        display:none;
    }
    .top-footer .btn{
        margin-bottom:30px;
    }
    .new-page-detail img {
        width: 80%;
    }
    .production-large-photo img{
        width:100%
    }
    .work-double-detail {
        text-align: center;
    }
    .work-single-detail, .delivery-detail-gallery {
        overflow: hidden;
        height: auto;
        margin-bottom: 31px;
    }
    .before-photo {
        margin-bottom: 10px;
    }
    .collision-carousel-photos {
        height: 157px;
    }
    .collision-carousel-photos img {
        min-width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .collision-carousel-photos .before-title, .collision-carousel-photos .after-title {
        font-size: 19px;
    }
}


@media(max-width:667px){
    .carousel-inner img{
        height:100%;
    }
}


@media(min-width:768px) and (max-width:1023px){
    .navbar li a{
        padding:5px 3px!important;
        font-size:13px;
    }
    .navbar-brand img{
        width:100px!important;
    }
    .navbar-nav{
        margin-top:0;
    }
    .carousel-inner .carousel-item img{
        width:100%;
    }
    .carousel-caption{
        display:none!important;
    }
    .carousel{
        padding-top:0px;
    }
    .new-page-img img {
        object-fit: cover;
    }
    .work-double-detail {
        text-align: center;
    }
    .collision-carousel-photos {
        height: 314px;
    }
    .youtube-fb .fa-youtube::before {
        padding-left: 24px;
    }
    .youtube-fb .fa-facebook-square::before {
        padding-right: 24px;
    }
    .affility-image img {
        float: right;
        margin-left: 0px;
    }
}

@media only screen and (min-width:1024px) and (orientation: landscape){
    .top-footer i{
        display: contents;
    }
    .affility-image img {
        float: none;
        margin-left: -10px;
    }
}

div#main-header {
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('images/inner_header_update2020.jpg');
    background-size: cover;
    padding: 35px 0;
}

div#main-header h1 {
    color: white;
    text-shadow: 0 0 12px black;
    letter-spacing: 4.3px;
    font-size: 43px;
}

h2.sub-header {
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    margin: 50px 0 12px;
}

h3.coming-soon {
    font-size: 40px;
    color: white;
    margin: 10% 0;
}

a, button.btn-link {
    color: #ff5f67;
    text-decoration: none !important;
}


a:hover, button.btn-link:hover {
    color: #ff5f67;
}

div.main-text {
    color: white !important;
    font-family: 'Open Sans Condensed', sans-serif;
}

div.spacer {
    display:block;
    width: 100%;
    height: 40px;
}

div .main-text span font{
    color:#fff!important;
}

#errBlock, .errTitle { color: white }