/****HOMEPAGE****/
#background {
/*height: 100vh;*/
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
    background-size: cover;

}
/*.container h1 {*/
/*  color: white;*/
/*}*/

.videocontainer {
height: 100vh;
}
/** Parallax video styles**/
/**.video-parallax {
  clip: rect(0, 100vw, 700px, 0);  Change second and third value to manipulate the width and height of your video 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: -100;
}**/

/*.view .video-parall {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 100vw;
  min-height: 100vh;
  max-width: none;
  max-height: none;
  visibility: visible;
  z-index: -1;
}*/

/** Moving Hero Text  **/
.word-container {
  overflow-x: hidden;
  top:0;
}
.videocontainer .h1 {
    font-size:2.5rem;
}
@media(min-width: 768px){
  .word-container {
  overflow-x: hidden;
  top:240px;
}  
.videocontainer .h1 {
    font-size:4.5rem;
}  
}
.hpBlockquote {
    padding: 2.5rem;
}
.hpBlockquote p {
    font-size: 1.65rem;
    line-height: 2rem;
    font-weight: bolder;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.pin-spacer { 
    height: initial !important;
    padding: initial !important;
    
}


/** Tab block Homepage **/

.section-tabs .nav {
    flex-wrap: initial;
}
    
.section-tabs .nav-tabs .nav-item .nav-link {
    color: #97a9ab !important;
    transition: 300ms;
}

.section-tabs .nav-tabs .nav-item .nav-link.active {
    color: #fff !important;
}

.section-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
}

.section-tabs .ripple-container {
    display: none;
}

.section-tabs .tablink {
    cursor: pointer;
}
.section-tabs .nav-tabs .nav-item .nav-link p {
    font-size: .8rem;
    letter-spacing: .22em;
}
/* top red border*/
.section-tabs .nav-link::before {
    content: " ";
    position: absolute;
    display: block;
    top: -1rem;
    left: 0;
    height: .5rem;
    background-color: red;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}


.section-tabs .nav-link.active::before {
    content: " ";
    position: absolute;
    display: block;
    top: -1rem;
    left: 0;
    height: .35rem;
    width: 100%;
    background-color: #ed1a38;
    transform: scaleX(1);
}

@media(max-width: 480px){
    .section-tabs .nav-link.tablink p {
        font-size: .67rem;
    }
}

/*bottom triangle*/
@media(min-width: 768px){
    .section-tabs .nav-link.active::after {
        content: " ";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        bottom: -1.7rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #171f29;
    }
}

/** END Tab block Homepage **/

/*Carousel Section in Homepage*/


.slider,
.home-carousel {
    background:#e5e8eb;
}
.home-carousel .h2,
.home-carousel .h4 {
    line-height: 1;
}

.home-carousel .slick-dots li button:before
{
    font-size: .75rem;
    line-height: .75rem;
    
}
.home-carousel .slide-text p {
    font-size: .875rem;
}   
.home-carousel .slick-slide.slick-current.slick-active.slick-center .container {
      box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)
}
.home-carousel .slick-dots li {
    width: .6rem;
}
    
/*.slick-prev, 
.slick-next { 
    color: #667376; 
    opacity: 0.75; 
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    font-family: 'Font Awesome 5 Free'; 
    font-size: 1.3rem; 
    line-height: 1; 
}*/

.slider .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f060';
    font-weight:900;
    font-size: 1.75rem;
    line-height: 1;
    opacity: .75;
    color: #667376;
    -webkit-font-smoothing: antialiased;
}
.slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f061';
    font-weight:900;
    font-size: 1.75rem;
    line-height: 1;
    opacity: .75;
    color: #667376;
    -webkit-font-smoothing: antialiased;
}

/*.slick-next:before { content: '\f061'; }
.slick-prev:before { content: '\f060'; }

[dir="rtl"] .slick-prev:before { content: "\f061"; }
[dir="rtl"] .slick-next:before { left: -10px; top: 70px; right: auto; }
[dir="rtl"] .slick-next:before { content: "\f060"; }
*/
.slick-next {
    right: 20%;
}

.slick-prev {
    left: 20%;
}

.slick-prev,
.slick-next {
    top: 108%;
    z-index: 10;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    width: 1.5rem;
    height: 1.5rem;
}
.home-carousel .slick-dots {
    bottom: -3rem;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


@media(max-width: 480px){
    .home-carousel .slick-dots {
        left: 0;
        right: 0;
        top: 41rem;
    }
    
    .home-carousel .slick-dotted.slick-slider {
        margin-bottom: 0rem;
    }
}

@media(min-width: 768px){
    .home-carousel .slick-slide.slick-current.slick-active.slick-center { 
        transform: scale(1) !important;
        opacity:1;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .home-carousel .slick-slide {
        transform: scale(.7);opacity:.6;
    }
} 

/* End Carousel Section in Homepage*/

/* Google / language translate */
#goog-gt-tt {display:none !important;}
/*.goog-te-banner-frame {display:none !important;}*/
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-te-gadget-icon {background-image:url(//gtranslate.net/flags/gt_logo_19x19.gif) !important;background-position:0 0 !important;}
.goog-te-gadget {display:none;}

.form-control:focus, .form-control:active {
    border-color: #009791;
    outline: 0;
    box-shadow: inset 0 0 0;
}
/****END HOMEPAGE****/


/* top red border*/
#myModal .red-border-top {
    border-top: 8px solid red;
}
#myModal .navy-border-top {
    border-top: 8px solid #004d5d;
}
.redBorder::after {
    content: " ";
    display: block;
    height: .35rem;
    width: 50px;
    background-color: #ed1a38;
    transform: scaleX(1);
    margin:0 auto;
}

.navyBorder::after {
    content: " ";
    display: block;
    height: .35rem;
    width: 50px;
    background-color: #004d5d;
    transform: scaleX(1);
    margin:0 auto;
}

/* entire container, keeps perspective */
.card-container {
	  -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;

}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

#StandardShapesCards  {
    padding: 2rem;
}
#StandardShapesCards .nav-link {
    display: inline-block;
    border-top: solid 1px white;
}
#StandardShapesCards .nav-link:first-child {
    border-top: none;
}


.card-container, .front, .back {
	width: 100%;
	height: 350px;

}

.blogposts .card-title a {
        color: #009791;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}


div.triangle-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #008791 transparent transparent transparent;
    margin: 0 auto;
}

div.triangle-down-steel {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #98a8ab transparent transparent transparent;
    margin: 0 auto;
}

div.triangle-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #009791 transparent;
    margin: -10px auto 0;
}

form.product-detail select, select.form-control {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
    border:none;
    padding:4px;
}
    
.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
overflow-x: auto;
}

#StandardShapes .table th, #StandardShapes .table td {
    padding: 0.75rem 0;
}

.customextrudedproducts select,
.customextrudedproducts select.form-control {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  padding-top:5px;
  padding-bottom:5px;
  height:35px;
}

.customextrudedproducts .form-control:read-only {
    background-image: none;
}
.customextrudedproducts label {
    color: #fff;
}
.customextrudedproducts .bmd-form-group {
    position: relative;
    padding-top: 0; 
}
.customextrudedproducts .form-group {
    margin-bottom: 1rem;
}
.customextrudedproducts input.form-control, .customextrudedproducts textarea {
    padding: 5px;
    display: block;
    width: 100%;
    background: #fff;
    height:41px;
}

.customextrudedproducts input.form-control, .customextrudedproducts input.title, .customextrudedproducts textarea, .customextrudedproducts select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
}
.umbraco-forms-form.customextrudedproducts span.contourError, .umbraco-forms-form.customextrudedproducts span.field-validation-error {
    color: #ff0510 !important;
    background: transparent !important;
}
.umbraco-forms-form.customextrudedproducts input.contourError, .umbraco-forms-form.customextrudedproducts textarea.contourError,.umbraco-forms-form.customextrudedproducts input.input-validation-error, 
.umbraco-forms-form.customextrudedproducts textarea.input-validation-error, .customextrudedproducts select.input-validation-error, 
.customextrudedproducts input.input-validation-error[type="radio"] label, .customextrudedproducts input[type="checkbox"].input-validation-error label
{
	/*background: #FBE3E4;*/
	background: #ff0510 !important;
	border-color: #FBC2C4;
}
.customextrudedproducts select.input-validation-error {
    color: #fff;
}
.customextrudedproducts .privacypolicy p {font-size:.875rem;}


                .myCssClass {
                    
                    background-size: cover;
                    background-repeat:no-repeat;
                    height:245px;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                }
                .color-overlay {
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 151, 145,.2);
                    position: absolute;
                }
                .light-overlay {
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255,.5);
                    position: absolute;
                }
                .dark-overlay {
                    width: 100%;
                    height: 100%;
                    background: rgba(23, 31, 41,.5);
                    position: absolute;
                }
            
@media(max-width: 480px){            
 .imageRight {
	float:none;
	padding-left:initial;
}
.imageRight img {
	max-width:100%;
	height:auto;
	padding-bottom:.5rem;
}

.imageLeft {
	float:none;
	padding-right:initial;
}
 .imageLeft img {
	max-width:100%;
	height:auto;
	padding-bottom:.5rem;
}  
    
    
}

.des_left {
    border-left: 1px solid #000;
}
.des_cd_c0w {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    float: left;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.des_btm {
    border-bottom: 1px solid #000;
}
.des_cd_c0b {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    float: left;
    color: #666;
    background-color: #b4d7ed;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.des_cd_top {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 600px;
    float: left;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.table-alloys div {
    display: block;
}

.acomp_t1 {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 98px;
    float: left;
    color: white;
    background-color: #65a5d3;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.acomp_cdw {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 98px;
    float: left;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.acomp_cdb {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 98px;
    float: left;
    color: #666;
    background-color: #b4d7ed;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

#mech {
    width: 100%;
}
#mech .header {
    color: #fff;
    background-color: #65a5d3;
    font-weight: bold;
}

#mech td {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    border: 1px solid #000;
}
#mech .header {
    color: #fff;
    background-color: #65a5d3;
    font-weight: bold;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}


#backToTopButton {
  display: inline-block;
  background-color: #a8dcd9;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backToTopButton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backToTopButton:hover {
  cursor: pointer;
  background-color: #333;
}
#backToTopButton:active {
  background-color: #555;
}
#backToTopButton.show {
  opacity: 1;
  visibility: visible;
}

.section-capabilities a:hover .card-title {
    color: #00a79e;
}     

.section-homepage-text h2 {
    font-size: 4.25rem;
    line-height: 1.01;
}

@media (max-width: 1024px) {
    .section-homepage-text h2 {
        font-size: 1.75rem;
    }
}

.transitionFinder select, .transitionFinder select.form-control {
    -moz-appearance: auto;
    -webkit-appearance: auto; 
}
.transitionFinder label,
.transitionFinder select {
    font-size: .875rem;
}
.section-mainCategories a:hover,
.section-categories a:hover,
.transitions-finder-results a:hover {
    text-decoration: none;
}
.section-mainCategories a:hover .card-title,
.section-categories a:hover .card-title,
.transitions-finder-results a:hover .card-title{
    color: #00a79e;
}

 .heroSlider .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}
.heroSlider .slick-dots {
    bottom: 25px;
}
.heroSlider .slick-dots li button:before {
    font-size: 12px;
}
.heroSlider li.slick-active button:before,
.heroSlider li:hover button:before{
    color:#00837e;
}

.heroSlider .overlay::before {
    background: rgba(0,0,0,.2);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0.15;
    
}

.transitions-finder-results a .card-title{
    margin-left: auto;
    margin-right: auto;
}
.transitions-finder-results a .card-body {
    padding-left: 8px;
    padding-right: 8px;
}

.umb-block-list img {
    height: auto;
    max-width: 100%;
}

@media(max-width: 480px){ 
    .product-detail:before {
        padding: 2px 5px;
        content: "Swipe left to read more";
        color: #fff;
        background: #333;
    }
}