html {scroll-padding-top: 65px;} 	
	
body {
	padding-left: 0!important;
	padding-right: 0!important;
	margin-left: 0!important;
	margin-right: 0!important;
	width: 100%!important;
	overflow-x: hidden;	
}		
	
	
.row {
    margin-left: 0px!important;
    margin-right: 0px!important;
}	
	
.cookie-message, 
.mobile-canvas,
.navigation-bar-extended,
.header-utility,
.footer-dividing-line	
	{display: none!important}	


.main-content {width: 100vw!important}

.container {padding: 0!important}	

#monetate_selectorHTML_f92ed8b4_0 {display: none!important}	

.pageType-ContentPage .main-content .col-xs-4 .content ul, .pageType-ContentPage .main-content .col-xs-4 .content ol, .pageType-ContentPage .main-content .col-xs-5 .content ul, .pageType-ContentPage .main-content .col-xs-5 .content ol {
	padding-left: 0!important;
	padding-right: 0!important;}
	
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
	padding-left: 0!important;
	padding-right: 0!important;
}
	
	
/* 
==================================================
- h , p
==================================================
*/
/* Just for the example */


.intro-text, .section-text {
	font-size: 20px;
	line-height: 30px;
}


/* 
==================================================
- Header 
==================================================
*/
header {
	position: fixed;
	top: 0px;
	padding: 14px 0;
	width: 100%;
	height: 130px;
	color: #fff;
	background-color: transparent;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 1000;
}

header.stick {
	height: 66px;
	text-align: left;
	padding: 0 !Important;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	background: #fff;
}
	
header.stick a {
	color: #006272!important;
	font-size: 14px!important;
}	

.wrap-container {
	padding: 0 70px;
	margin: 0 auto;
}


.branding {
	width: 25%;
	float: left;
	text-align: left;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.branding.stick {
	height: 70px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.logo-lg {
	max-width: 138px;
	height: 100%;
}

.logo-sm {
	max-width: 150px;
	height: 100%;
	display: none;
}

.menu {
	width: 75%;
	float: left;
	text-align: right;
}

.listMenu {
	display: none;
}
	



/* 
==================================================
- The Mobile Menu
==================================================
*/

/* The Menu Button */
.hamburgerMenu {
	position: absolute;
	top:16px;
	left: 20px;
	width: 30px;
	height: 34px;
	z-index: 1000;
	border-radius: 40px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.hamburgerMenu:hover {
}


.hamburgerMenu:hover span {
	background: #fff;
}

.hamburgerMenu:hover span:before {
	background: #fff;
}

.hamburgerMenu:hover span:after {
	background: #fff;
}

.hamburgerMenu span {
	margin-top: 50%;
}

.hamburgerMenu span, .hamburgerMenu span:before, .hamburgerMenu span:after {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: white;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	content: '';
}

	
.stick .hamburgerMenu span, .stick .hamburgerMenu span:before, .stick .hamburgerMenu span:after {
	background: #006272;
}	
	
	
.hamburgerMenu span:before {
	top: -10px;
}

.hamburgerMenu span:after {
	bottom: -10px;
}



/* The Menu */
.mobileMenu {
	width: 240px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1200;
	text-align: center;
	padding-top: 50px;
	transition: all .3s ease-in-out;
}

.slideOut {
	margin-left: -240px;
	transition: all .3s ease-in-out;
}

.slideIn {
	margin-right: 0px;
}

.mobileMenu h2 {
	font-family: sans-serif;
	color: #333333;
	font-size: 36px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.mobileMenu ul {
	list-style: none;
}

.mobileMenu li {
	padding: 0 30px;
}

.mobileMenu li a {
	color: #006272;
	line-height: inherit;
	padding: 0;
	font-weight: 400;
	padding: 12px 0;
	font-size: 15px;
	text-decoration: none;
	font-family: sans-serif;
	display: block;
    /* CSS Transition */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mobileMenu li a:hover {
	font-weight: 700;
	text-decoration: none;
}

.overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	position: fixed;
	transition: all .3s ease-in-out;
	z-index: 1150;
}




/* 
==================================================
- Media Query Mobile First Aproach
==================================================
*/
@media (min-width:769px) {

	.overlay {
		display: none !important;
	}

	.mobileMenu {
		display: none;
	}

	.hamburgerMenu {
		display: none;
	}

	.listMenu {
		display: inherit;
	}

	.listMenu li {
		display: inline;
		padding: 0 20px 0 0;
	}

	.listMenu li a {
		color: #fff;
		line-height: inherit;
		padding: 0;
		font-weight: 400;
		font-size: 16px;
		text-decoration: none;
		font-family: 'Roboto', sans-serif;
		display: inline-block;
        /* CSS Transition */
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.listMenu li a:hover {
		font-weight: 700;
	}
	
	
	.listMenu li a::before {
		display: block;
		content: attr(title);
		font-weight: bold;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}	
	

	.mobileButton {
		display: none;
	}
}
	
	
	
	
@media (max-width:1024px) {	
	.wrap-container {
		padding: 0 14px!important;
		margin: 0 auto;
	}
}

	
.main-menu-links {text-transform: uppercase}	

	
.hero-box {
	height:1100px!important;
	background-image: url("https://torvikwelding.com/html/2567/images/hero.jpg");
	background-color: #333;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */		
}		

	
.text-center {
	text-align: center;
}

	
.make-relative {position: relative}	
	
	
.intro-content-container {	
	position: absolute;
	display: block;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 10px;
}	
	
	
.section-content {	
	max-width:1440px;
	padding: 0 10px;
	text-align: left;
}		
	
	
	
	
	
/* 
==================================================
- Three dot drop-down
==================================================
*/	



.three-dots:after {
	cursor: pointer;
	content: '\22EE';
	font-size: 30px;
	padding: 20px 5px;
}

	
header.stick .three-dots:after {
	color: #006272;
	font-size: 25px;
}	
	
	
header.stick .dropdown-container a {
	color: #666!important;
}		
	
	
.dropdown a {
	text-decoration: none;
	color: #666;
	font-size: 18px;
}
	
.dropdown a:hover {
	font-weight: 700;
}	

.dropdown a div {
	padding: 10px;
	min-width: 200px;
	text-align: left;
}
	
.right-arrow {
	fill:#666;
}	

.dropdown {
	position: absolute;
	top: 60px;
	right: 0;
	background-color: white;
	outline: none;
	opacity: 0;
	max-height: 0;
	transition: opacity 0.1s, z-index 0.1s, max-height: 5s;
}
	
.stick .dropdown {
	top: 66px!important;
}	

	
.dropdown-container {
	outline: none;
	display: inline-block!important;
}	
	
.dropdown-container:focus {
	outline: none;
}

.dropdown-container:focus .dropdown {
	opacity: 1;
	z-index: 100;
	max-height: 100vh;
	transition: opacity 0.2s, z-index 0.2s, max-height: 0.2s;
}	
	
	
.drop-down-divider {
	margin: 0;
}	
	
	
.mobile-hr {
	margin: 0 0 30px 0;
	border: 1px solid #006272; 
}	



@media screen and (max-width: 768px) {

	.branding {
		width: 100%;
		text-align: center;
	}				
	
	.intro-content-container {
		width: 60%;
		top: 140px;
		transform: translate(-50%,0%);
	}		
	
	.hero-box {
		height: 920px!important;
	}	
}  			
	

	
@media screen and (max-width: 600px) {
		
	.intro-content-container {
		top: 150px;
		width: 80%;
	}
	
	.intro-text {
		font-size: 14px; 
		line-height: 22px!important;
	}		
	
	
	.hero-box {
		height: 800px!important;
	}		
	
	
	.intro-spacer {height: 40px!important}
	
	.theme-line-logo {width: 90%}
}  				
	
	
	
@media screen and (max-width: 500px) {
	.hero-box {
		height: 760px!important;
	}		
}  			
	
	
	
@media screen and (max-width: 320px) {
	.intro-text {font-size: 13px;}		
}  		





/* 
==================================================
- The Mobile Flyout Menu
==================================================
*/


.flyoutClose {
	position: absolute;
	left: 16px;
	top: 12px;
	width: 40px;
	height: 40px;
}
	
.flyoutClose:hover {
	opacity: 1;
	cursor: pointer;
}
	
.flyoutClose:before, .flyoutClose:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 40px;
	width: 2px;
	background-color: #006272;
}
	
.flyoutClose:before {
	transform: rotate(45deg);
}
	
.flyoutClose:after {
	transform: rotate(-45deg);
}	





/* 
==================================================
- Video
==================================================
*/


/* Adjust div container */        
	.video-container {
		position:relative;
		padding-bottom: 56.25%;
		overflow:hidden;
		width:100%;
		height:auto;
	}	


/* Adjust iFrame */            
	.video-container iframe {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}  


	#video:hover,
	.video-container:hover,
	.video-frame:hover {
		cursor:pointer!important;
	}  	







/* 
==================================================
- Sections
==================================================
*/


	#Industries {
		background-color: #afe400;
		min-height: 100%;
	}	
	
	#Solutions {
		background-color: #4ec3e0;
		min-height: 100%;
	}		
	
		
	#Careers {
		background-color: #fe8100;
		min-height: 100%;
	}		
			
	#Company {
		background-color: #006272;
		min-height: 100%;
	}	
	
	#Shop-products {
		background-color: #f1b434;
		min-height: 100%;
	}	
	
	
	.hover-green:hover {color:#afe400!important}	
	.hover-blue:hover {color:#4ec3e0!important}	
	.hover-orange:hover {color:#fe8100!important}	
	.hover-teal:hover {color:#006272!important; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4)!important;}	
	.hover-yellow:hover {color:#f1b434!important}	
	
	
	.section-headlines {
		font-family: 'Roboto Slab', serif!important;
		font-size:32px;
	}	
	
	
		.section-text-container {
			z-index: 2; 
		}		
	
	
	.theme-line-button {
        color: #006272!important;
		background: rgba(255,255,255,1);
        padding: 18px 40px!important;
		border-radius: 6px;
        cursor: pointer;  
		font-size: 20px;
		z-index: 99;
	}	
	
	
	.theme-line-button:hover {
		  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

	}	
	

	
	
	.careers:hover {
		background: #006272!important;
	}			
	
	
	
	.center-the-content-div {
		display: flex;
		justify-content: space-around;
		overflow: hidden;
	}
		
	
	
.revealUp {
  opacity: 0;
  visibility: hidden;
}

.filter-drop-shadow-1 {
	-webkit-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
	-o-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
	filter: drop-shadow(-300px 0 50px rgba(0,0,0,.25));
}


.filter-drop-shadow-2 {
	-webkit-filter: drop-shadow(-60px 20px 40px rgba(0,0,0,.4));
	-moz-filter: drop-shadow(-60px 20px 40px rgba(0,0,0,.4));
	-ms-filter: drop-shadow(-60px 20px 40px rgba(0,0,0,.4));
	-o-filter: drop-shadow(-60px 20px 40px rgba(0,0,0,.4));
	filter: drop-shadow(-60px 20px 40px rgba(0,0,0,.4));
}	
	
	
.filter-drop-shadow-3 {
	-webkit-filter: drop-shadow(300px 40px 40px rgba(0,0,0,.25));
	-moz-filter: drop-shadow(300px 40px 40px rgba(0,0,0,.25));
	-ms-filter: drop-shadow(300px 40px 40px rgba(0,0,0,.25));
	-o-filter: drop-shadow(300px 40px 40px rgba(0,0,0,.25));
	filter: drop-shadow(300px 40px 40px rgba(0,0,0,.25));
}		
	
	
.filter-drop-shadow-4 {
	-webkit-filter: drop-shadow(300px 40px 50px rgba(0,0,0,.35));
	-moz-filter: drop-shadow(300px 40px 50px rgba(0,0,0,.35));
	-ms-filter: drop-shadow(300px 40px 50px rgba(0,0,0,.35));
	-o-filter: drop-shadow(300px 40px 50px rgba(0,0,0,.35));
	filter: drop-shadow(300px 40px 50px rgba(0,0,0,.35));
}		

	
.filter-drop-shadow-5 {
	-webkit-filter: drop-shadow(-130px 60px 60px rgba(0,0,0,.4));
	-moz-filter: drop-shadow(-130px 60px 60px rgba(0,0,0,.4));
	-ms-filter: drop-shadow(-130px 60px 60px rgba(0,0,0,.4));
	-o-filter: drop-shadow(-130px 60px 60px rgba(0,0,0,.4));
	filter: drop-shadow(-130px 60px 60px rgba(0,0,0,.4));
}		
		
	
	
	
	
	
	
	@media screen and (min-width: 1025px) and (max-width: 1450px) {
		
		.section-headlines {
			font-size: 2.25vw!important; 
			line-height: 2.25vw!important;
		}
		
		.section-text {
			font-size: 1.4vw!important; 
			line-height: 2.125vw!important;
		}		
	} 
	
	
	@media screen and (max-width: 1024px) {
		.hide-1024 {display: none}	
		
		.section-headlines {
			font-size: 3vw!important; 
			line-height: 1vw!important;
		}
		
		.section-text {
			font-size: 1.75vw!important; 
			line-height: 2.75vw!important;
			margin-bottom:18px!important;

		}	
		
		.section-text-container {
			width: 20rem;
			margin: 0 10px; 
		}	
					
	}  	

	
		
	
	@media screen and (max-width: 870px) {

		.hide-870 {display: none}	
		
		.adjust-me-870 {
			width: 24rem;
			margin: 0 10px
		}	
		
		.section-headlines {
			font-size: 4vw!important; 
			line-height: .1vw!important;
		}
		
		.section-text {
			font-size: 2vw!important; 
			line-height: 3.25vw!important;
		}				
		
	}  		
		
	
	
	
	@media screen and (max-width: 794px) {
		
		.adjust-me-794 {
			width: 24rem;
			margin: 0 10px
		}				
		
	}  		
	
	
	
	
@media screen and (max-width: 767px) {

	.section-text-container {
		width: 100%!important;
		padding: 60px 20px 20px 20px;
	}
	
	.section-headlines {
		font-size:28px!important; 
		line-height:inherit;
	}

	.section-text {
		font-size: 16px!important; 
		line-height:24px!important;
	}		

	
	.images-LG {display: none;}	
	
	.images-SM {display: block;text-align: center;}	
	
	.hide-767 {display: none;}		
	
	.ninety-767 {width: 90%!important;}
	
	.theme-line-button {
        padding: 16px 30px!important;
		border-radius: 6px;
		margin-bottom: 0!important;
		font-size: 16px;
	}		
	
	
	.filter-drop-shadow-1 {
		-webkit-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
		-moz-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
		-ms-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
		-o-filter: drop-shadow(-300px 0 50px rgba(0,0,0,.5));
		filter: drop-shadow(-100px 0 10px rgba(0,0,0,.25));
	}	


	.filter-drop-shadow-2 {
		-webkit-filter: drop-shadow(-30px 10px 20px rgba(0,0,0,.4));
		-moz-filter: drop-shadow(-30px 10px 20px rgba(0,0,0,.4));
		-ms-filter: drop-shadow(-30px 10px 20px rgba(0,0,0,.4));
		-o-filter: drop-shadow(-30px 10px 20px rgba(0,0,0,.4));
		filter: drop-shadow(-30px 10px 20px rgba(0,0,0,.4));
	}	


	.filter-drop-shadow-3 {
		-webkit-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.25));
		-moz-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.25));
		-ms-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.25));
		-o-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.25));
		filter: drop-shadow(100px 30px 20px rgba(0,0,0,.25));
	}		


	.filter-drop-shadow-4 {
		-webkit-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.4));
		-moz-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.4));
		-ms-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.4));
		-o-filter: drop-shadow(100px 30px 20px rgba(0,0,0,.4));
		filter: drop-shadow(100px 30px 20px rgba(0,0,0,.4));
	}		


	.filter-drop-shadow-5 {
		-webkit-filter: drop-shadow(-70px 60px 30px rgba(0,0,0,.5));
		-moz-filter: drop-shadow(-70px 60px 30px rgba(0,0,0,.5));
		-ms-filter: drop-shadow(-70px 60px 30px rgba(0,0,0,.5));
		-o-filter: drop-shadow(-70px 60px 30px rgba(0,0,0,.5));
		filter: drop-shadow(-70px 60px 30px rgba(0,0,0,.5));
	}		
	
}  		



