@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/*RESET*/

	*, *:before, *:after {
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		text-decoration: none;
		outline: none;
		color: inherit;
        font-family: 'Lato', sans-serif;
        -webkit-transition: all .3s ease;
        -webkit-appearance: none;
        transition: all .3s ease;
	}
	
	html, body {
		height: 100%;
		overflow-x: hidden;
		overflow: visible;

	}

	.full {
		width: 100%;
	}
	
	.center {
		width: 65%;
		margin: 0 auto;
	}
	
	.clear {
		clear: both;
	}
	
	.white {
		color: white;
	}
	
	.blue {
		color: #006ab1;
	}
	
	.black { 
		color: #2f2f2f;
	}
	
	.text-center {
		text-align: center;
	}
	
	.margin-bottom {
		margin-bottom: 75px;
	}
	
	.margin-top {
		margin-top: 75px;
	}

	.button {
		display: inline-block;
		margin: 10px auto;
		padding: 10px 20px !important;
		border: 2px solid #006ab1;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: 1.25px;
		color: #006ab1;
		text-transform: uppercase;
		text-align: center;
		transition: .25s ease all;
	}
	
	.button:hover {
		background: #006ab1;
		color: white;
		transition: .25s ease all;
	}

/*HEADER*/

	header {
		position: relative;
		height: 700px;
		background: url(../images/backgrounds/01.jpg) no-repeat center fixed;
		background-size: cover;
	}

    header .menu-icon {
    	display:none;
    }
	
	.subpage {
		height: 400px !important;
	}
	
	#header-menu {
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;
		position: sticky;
		top: 0;
		z-index: 1000;
		background: rgba(0,0,0,0.7);
	}
	
	#header-menu p {
		display: inline-block;
        font-weight: 400;
		font-size: 14pt;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 1.25px;
		margin-right: 50px;
	}

    #header-menu p:hover {
        color: #006ab1;
    }
	
	#header-menu .active {
		color: #006ab1;
        font-weight: 700;
	}
	
	#header-menu .last {
		margin-right: 0px;
	}

    #header-menu ul {
        list-style: none;
        padding: 0;
        display: none;
        background: rgba(0,0,0,0.95);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    #header-menu li {
        width: 20%;
        padding: 10px 0;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
    }

    #header-menu li img {
        width: 50%;
        border: 2px solid #006ab1;
        border-radius: 100%;
    }

    #header-menu li img.active {
        border: 2px solid #fff;
    }
	
	#header-content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 65%;
		text-align: center;
        padding-top: 75px;
	}
	
	#header-content img {
		max-width: 90%;
	}
	
	#header-icons {
		padding-top: 50px;
		width: 65%;
		margin: 0 auto;
	}
	
	.header-holder {
		width: 25%;
		float: left;
	}

	.header-holder p {
		font-size: 14pt;
        font-weight: 400;
		color: #fff;
		letter-spacing: 1.25px;
		text-align: center;
		text-transform: uppercase;
	}
	
	.header-subholder {
		width: 80%;
		margin: 0 auto;
	}
	
	.header-subholder .header-icon {
		position: relative;
        width: 50%;
		/*border-radius: 75px;
		border: 3px solid #006ab1;*/
		margin: 0 auto;
	}

/*WELCOME*/

	#welcome {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#welcome .center h1,
	#welcome .center h2 {
		font-family: "Arial", sans-serif;
		font-size: 24pt;
		font-weight: 700;
		color: #006ab1;
		text-transform: uppercase;
	}

	#welcome .center h2 {
		margin-top: 50px;
	}
	
	#welcome .center p {
		font-size: 14pt;
        font-weight: 400;
		letter-spacing: 1.25px;
	}

	#welcome .center img {
		width: 100%;
		margin: 25px 0;
	}

	#welcome .center a:link {
		color: #006ab1;
		font-weight: bold;
		text-transform: uppercase;
	}

/*SERVICES*/

	#services {
		padding: 50px 0;
	}

	#services .center {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}

	#services .center .service-block {
		width: calc(50% - 10px);
		padding: 50px 20px 150px;
		min-height: 600px;
	}

	#services .center .service-block-2 {
		width: calc(50% - 10px);
		background: #f9f9f9;
		padding-bottom: 50px;
		margin-bottom: 20px;
	}

	#services .center #welding-service {
		background: url(../images/thumbs/welding-service.webp) no-repeat center #888888;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #welding-service:hover {
		background: url(../images/thumbs/welding-service.webp) no-repeat center #333333;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #metal-fabrication {
		background: url(../images/thumbs/metal-sheets.webp) no-repeat center #555555;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #metal-fabrication:hover {
		background: url(../images/thumbs/metal-sheets.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #welding-repair {
		background: url(../images/thumbs/welding-repair.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #welding-repair:hover {
		background: url(../images/thumbs/welding-repair.webp) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #mobile-welding {
		background: url(../images/thumbs/mobile.jpg) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #mobile-welding:hover {
		background: url(../images/thumbs/mobile.jpg) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #custom-fabrication {
		background: url(../images/thumbs/custom-fabrication.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #custom-fabrication:hover {
		background: url(../images/thumbs/custom-fabrication.webp) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #design {
		background: url(../images/thumbs/design.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #design:hover {
		background: url(../images/thumbs/design.webp) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #rolling {
		background: url(../images/thumbs/rolling.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #rolling:hover {
		background: url(../images/thumbs/rolling.webp) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #shearing {
		background: url(../images/thumbs/shearing.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #shearing:hover {
		background: url(../images/thumbs/shearing.webp) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #braking {
		background: url(../images/thumbs/braking.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #braking:hover {
		background: url(../images/thumbs/braking.webp) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center #installation {
		background: url(../images/thumbs/installation.webp) no-repeat center #222222;
		background-size: cover;
		background-blend-mode: multiply;
	}
	#services .center #installation:hover {
		background: url(../images/thumbs/installation.webp) no-repeat center #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#services .center .service-block h2 {
		font-size: 24pt;
		font-weight: 700;
		color: white;
		text-transform: uppercase;
	}

	#services .center .service-block-2 h2 {
		font-size: 24pt;
		font-weight: 700;
		text-transform: uppercase;
		padding: 0 20px;
	}

	#services .center .service-block p,
	#services .center .service-block li {
		font-size: 15pt;
		letter-spacing: 1.25px;
		text-align: left;
		line-height: 120%;
		margin-top: 20px;
		color: white;
	}
	#services .center .service-block li {
		margin-left: 25px;
	}

	#services .center .service-block-2 p,
	#services .center .service-block-2 li {
		font-size: 15pt;
		letter-spacing: 1.25px;
		text-align: left;
		line-height: 120%;
		margin-top: 20px;
		padding: 0 20px;
	}

	#services .center .service-block-2 img {
		width: 100%;
	}

	#services .center .service-block-2 p.button {
		margin-left: 20px;
	}

	#servicespage #header-icons {
		padding: 0 0 50px 0;
		width: 90%;
		max-width: 960px;
		margin: 0 auto;
	}

	#servicespage .header-holder p {
		font-size: 14pt;
        font-weight: 400;
		color: black;
		letter-spacing: 1.25px;
		text-align: center;
		text-transform: uppercase;
	}
	
	#services-icons {
		padding-top: 50px;
		width: 65%;
		margin: 0 auto;
	}
	
	.services-holder {
		width: 25%;
		float: left;
	}
	
	.services-subholder {
		width: 95%;
		margin: 0 auto;
	}
	
	.services-subholder img {
		max-width: 80%;
        border: 3px solid #006ab1;
        border-radius: 100%;
        margin: 25px 0;
	}
	
	.services-subholder p {
		font-size: 14pt;
        font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1.25px;
		color: #4d4d4d;
	}
	
	#services-button {
		width: 150px;
		margin: 0 auto;
		margin-top: 100px;
		padding: 10px;
		border: 2px solid #006ab1;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: 1.25px;
		color: #006ab1;
		text-transform: uppercase;
		text-align: center;
		transition: .25s ease all;
	}
	
	#services-button:hover {
		background: #006ab1;
		color: white;
		transition: .25s ease all;
	}

	.metal-sales {
		width: 100%;
		padding: 100px 0;
		background: url(../images/backgrounds/metal-sales.webp) no-repeat center fixed #777777;
		background-size: cover;
		background-blend-mode: multiply;
		color: white;
		text-align: center;
	}
	.metal-sales h2 {
		font-size: 24pt;
	}
	.metal-sales p {
		font-size: 14pt;
		letter-spacing: 1.25px;
		margin: 10px auto;
	}

	#welcome .center .image-block {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	#welcome .center .image-block img {
		width: 25%;
		border: 2px solid white;
	}

	#welcome .center .lists {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		margin-top: 20px;
	}

	#welcome .center .lists .list:first-child {
		width: calc(100% - 300px);
	}
	#welcome .center .lists .list:nth-child(2) {
		width: 250px;
	}
	#welcome .center .lists .list ul li {
		margin-left: 20px;
		margin-top: 10px;
	}

/*METAL RAILINGS*/

	#metal-railings {
		background: url(../images/backgrounds/metal-railings.jpg) no-repeat center fixed #222222;
		background-size: cover;
		background-blend-mode: multiply;
		padding: 100px 0;
		text-align: center;
	}

	#metal-railings:hover {
		background: url(../images/backgrounds/metal-railings.jpg) no-repeat center fixed #111111;
		background-size: cover;
		background-blend-mode: multiply;
	}

	#metal-railings .center h2 {
		font-size: 24pt;
		font-weight: 700;
		color: white;
		text-transform: uppercase;
	}

	#metal-railings .center p {
		font-size: 14pt;
		line-height: 120%;
		letter-spacing: 1.25px;
		color: white;
	}

	#metal-railings .center #railings-button {
		display: inline-block;
		width: auto;
		margin: 10px;
		padding: 0 0 20px 0;
		border: 2px solid white;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: 1.25px;
		color: white;
		text-transform: uppercase;
		text-align: center;
		transition: .25s ease all;
	}

	#metal-railings .center #railings-button img {
		width: 100%;
		max-width: 300px;
		margin: 0 0 10px 0;
		opacity: .5;
	}

	#metal-railings .center #railings-button:hover {
		background: white;
		color: #006ab1;
		transition: .25s ease all;
	}

	#metal-railings .center #railings-button:hover img {
		opacity: 1;
	}

/*INSTAGRAM*/

	#instagram {
		background: #006ab1;
	}
	
	#instagram-top {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}
	
	#instagram-top i {
		color: white;
	}
	
	#instagram-top h2 {
		padding-top: 5px;
		font-size: 22pt;
		color: white;
		text-transform: uppercase;
		letter-spacing: 1.25px;
	}
	
	#instagram-arrow {
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translate(-50%);
        width: 0; 
        height: 0; 
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;  
        border-top: 30px solid #006ab1;
	}

/*FOOTER*/

	footer {
		background: #006ab1;
		padding-top: 50px;
		padding-bottom: 50px;
        margin: 0;
        text-align: center;
	}
	
	.footer-holder {
		width: 33.33%;
		float: left;
	}
	
	.footer-subholder {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}

    .footer-subholder img {
        margin-bottom: 10px;
        width: 90px;
    }
	
	.footer-subholder p {
		font-size: 12pt;
		color: white;
		letter-spacing: 1.25px;
        font-weight: 400;
	}

    .footer-subholder a:hover {
        color: #000;
        font-weight: 400;
        text-decoration: underline;
    }

    footer .beard {
        width: 40px;
        border: 2px solid white;
        border-radius: 40px;
        margin: 50px auto 0;
    }

    footer .beard:hover {
        border: 2px solid #006ab1;
    }

/*SERVICES PAGE*/

	#servicespage {
        padding: 100px 0 0;
	}
	
	#servicespage h1,
	#servicespage h2 {
		font-size: 18pt;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 25px;
        font-weight: 700;
	}
	
	.servicespage-text {
		font-size: 14pt;
		letter-spacing: 1.25px;
        font-weight: 400;
	}
	
	#servicespage-banner {
		position: relative;
		background: url(../images/backgrounds/02.jpg) no-repeat center #555;
		background-size: cover;
		background-blend-mode: multiply;
        padding: 200px 0;
	}
	
	#servicespage-triangle {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
        width: 0; 
        height: 0; 
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;  
        border-top: 30px solid #fff;
	}
	
	#servicespage ul {
		text-align: center;
        margin: 50px auto;
        list-style: none;
	}
	
	#servicespage-banner ul li {
        width: 25%;
        float: left;
        padding: 10px;  
        text-transform: uppercase;
        height: 100px;
        position: relative;
	}

    #servicespage-banner ul li > div {
        border: 3px solid #fff;
        width: calc(100% - 20px);
        position: absolute;
        margin: 0;
        padding: 20px;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	
	#servicespage-categories {
		padding: 50px 0 100px 0;
        position: relative;
	}
	
	.servicespage-holder {
		width: 33.3333%;
		float: left;
        text-align: center;
        margin: 20px auto;
	}
	
	.servicespage-icon {
		width: 200px;
		margin: 0 auto;
        border: 3px solid #006ab1;
        border-radius: 100%;
        display: inline-block;
        margin: 10px auto;
	}

    .servicespage-icon:hover {
        background: #f4f4f4;
    }
	
	.servicespage-icon img {
		width: 100%;
	}
	
	.servicespage-title {
		font-size: 14pt;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: center;
        font-weight: 400;
	}

	#holy-roller {
		padding: 100px 0;
	}

	#holy-roller .center {
		text-align: center;
	}

	#holy-roller .center img {
		width: 100%;
		margin: 25px 0;
	}

	#holy-roller .center h2 {
		font-size: 18pt;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 25px;
        font-weight: 700;
	}

	#holy-roller .center p {
		font-size: 14pt;
		letter-spacing: 1.25px;
        font-weight: 400;
	}

/*GALLERY PAGE*/

    #gallerypage {
        padding: 100px 0;
        text-align: center;
    }

    #gallerypage h1,
	#gallerypage h2 {
		font-size: 18pt;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 25px;
        font-weight: 700;
	}
	
	.gallerypage-text {
		font-size: 14pt;
		letter-spacing: 1.25px;
        font-weight: 400;
	}

    #gallerypage .content {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    #gallerypage .button-sticky {
    	display: block;
    	position: sticky;
    	top: 0;
    	left: 0;
    	right: 0;
    	width: 100%;
    	padding: 20px 0;
    	background: rgba(255,255,255,0.7);
    	backdrop-filter: blur(20px);
    	z-index: 200;
    	font-size: 14pt;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: center;
        font-weight: 700;
    }
    #gallerypage .button-sticky:hover {
    	color: #006ab1;
    	background: white;
    }

    #gallerypage .flex {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: stretch;
	    margin-top: 50px;
	}

	#gallerypage .column,
	#gallerypage .column-lightbox {
		width: calc(33.33% - 10px);
		margin: 10px 0;
		overflow: hidden;
	}

	#gallerypage .column-half {
		width: calc(50% - 10px);
		margin: 0;
		overflow: hidden;
	}

	#gallerypage .column-lightbox {
		height: 300px;
		position: relative;
	}

	#gallerypage .column img,
	#gallerypage .column-half img {
		width: 100%;
		margin-bottom: 15px;
	}

	#gallerypage .column-lightbox a:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		background: url(../images/gallery/watermark.png) no-repeat top left;
		background-size: cover;
		opacity: .3;
	}

	#gallerypage .column-lightbox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: relative;
		pointer-events: none;
	}

	#gallerypage .column:hover img,
	#gallerypage .column-lightbox:hover img,
	#gallerypage .column-half:hover img {
		opacity: .5;
	}

	#gallerypage .title {
		font-size: 18pt;
		font-weight: 700 !important;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: center;
        font-weight: 400;
        margin: 0 auto 20px;
	}

	#back-button {
		width: 150px;
		margin: 20px auto 0;
		padding: 10px;
		border: 2px solid #006ab1;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: 1.25px;
		color: #006ab1;
		text-transform: uppercase;
		text-align: center;
		transition: .25s ease all;
	}
	
	#back-button:hover {
		background: #006ab1;
		color: white;
		transition: .25s ease all;
	}

	.gallery-section {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.gallery-section img {
		width: 20%;
		border: 2px solid #006ab1;
	}

/*CONTACT PAGE*/

    #contactpage {
        padding: 100px 0;
        text-align: center;
    }

    #contactpage .content {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    #contactpage h1,
    #contactpage h2 {
		font-size: 18pt;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		margin: 50px 0;
        font-weight: 700;    
    }

    #contactpage label {
        display: none;
    }

    #contactpage input {
        font-size: 14pt;
        color: #555;
        font-weight: 400;
    }

    #contactpage form {
        width: 90%;
        max-width: 600px;
        margin: 10px 0;
        border: 3px solid #006ab1;
        padding: 20px;
    }

    #contactpage form p {
        font-weight: 400;
        text-align: left;
        font-size: 14pt;
    }

    #contactpage .textbox,.textarea {
        width: 100%;
        height: 50px;
        margin: 5px 0;
        padding: 10px;
        border: 3px solid #006ab1;
    }

    #contactpage .textarea {
        height: 150px;
        font-size: 14pt;
        color: #555;
        font-weight: 400;
    }

    #contactpage .container-captcha {
        position: relative;
        width: 175px;
        height: 73px;
        overflow: hidden;
        display: inline-block;
        margin-top: 10px;
        border-radius: 4px;
    }

    #contactpage .captcha {
        filter: brightness(110%);
        position: absolute;
        top: -2px;
        left: -2px;
    }

    #contactpage button {
		width: 150px;
		margin: 10px auto;
		padding: 10px;
		border: 3px solid #006ab1;
		font-size: 12pt;
		font-weight: 700;
		letter-spacing: 1.25px;
		color: #006ab1;
		text-transform: uppercase;
		text-align: center;
        background: #fff;
		cursor: pointer;
	}
	
	#contactpage button:hover {
		background: #006ab1;
		color: white;
	}

    #contactpage-map {
        width: 100%;
        height: 500px;
        position: relative;
    }

    #contactpage-map .map {
        width: 100%;
        height: 500px;
    }

    #contactpage-map .overlay {
        background:transparent;
        position:absolute;
        width:100%;
        height:500px;/* your iframe height */
        top:500px;  /* your iframe height */
        margin-top:-500px; /* your iframe height */
	}

    #contactpage-facebook {
        padding: 100px 0 0;
        text-align: center;
    }

    #contactpage-facebook h1 {
        font-size: 18pt;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 25px;
        font-weight: 700;  
    }

    #contactpage-facebook .feed {
        width: 90%;
        max-width: 500px;
        margin: 0 auto -5px;
        background: #ddd;
        height: 700px;
        display: inline-block;
        border: 3px solid #006ab1;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding-top: 20px;
        background: #fff;
    }

    #contactpage-facebook .icon {
        display: inline-block;
        width: 60px;
        margin: 0 auto 20px;;
        background: #006ab1;
        border-radius: 10px;
    }

    #contactpage .cell-1-2 {
        width: 50%;
        margin: 0;
        padding: 0;
        float: left;
        text-align: left;
    }

    #contactpage .cell-1-2 a {
        border-bottom: 1px solid #fff;
    }

    #contactpage .cell-1-2 a:hover {
        border-bottom: 1px solid #333;
    }

/*THANKS*/

    .thanks {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url(../images/backgrounds/01.jpg) no-repeat center;
        background-size: cover;
    }

    .thanks .content {
        width: 90%;
        max-width: 1200px;
        position: absolute;
        margin: 0;
        padding: 0;
        top: 30%;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }

    .thanks .content img {
        width: 90%;
        max-width: 500px;
        margin-bottom: 100px;
    }

    .thanks .content h1 {
        font-size: 24pt;
        color: #006ab1;
    }

    .thanks .content p {
        font-size: 18pt;
        color: #fff;
        font-weight: 400;
    }

    .thanks .content button {    
            width: auto;
            margin: 0 auto;
            margin-top: 20px;
            padding: 10px;
            border: 3px solid #006ab1;
            font-size: 12pt;
            font-weight: 700;
            background-color: transparent;
            letter-spacing: 1.25px;
            color: #006ab1;
            text-transform: uppercase;
    }

    .thanks .content button:hover {
        background: #006ab1;
        color: #fff;
    }

/*MODAL*/
.modal {
    display: none;
    position: fixed;
    z-index: 900;
    padding: 50px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/thumbs/metal-sheets.webp) no-repeat center #333333;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-overflow-scrolling: touch;
}
.modal.display {
    display: block;
}
.modal-content {
    margin: auto;
    padding: 50px 20px 20px;
    width: 90%;
    max-width: 500px;
    height: auto;
    animation-name: animatetop;
    animation-duration: 0.4s;
    position: relative;
    text-align: center;
}
.modal-content img {
	width: 90%;
	margin: 0 auto;
}
.modal-content ul {
	list-style: none;
}
.modal-content ul li {
	color: white;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: 1.25px;
	margin: 15px 0;
}
.close {    
    position: absolute;
    top: 10px;
    right: 30px;
    font-family: '',;
    color: white;
    font-size: 48px;
}
.close:hover,
.close:focus {
    color: #d27d3b;
    text-decoration: none;
    cursor: pointer;
}
@keyframes animatetop {
    from {
        bottom: -200px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

.text-center {
	text-align: center;
}

/*MEDIA QUERIES*/

	@media (max-width: 1400px) {
		
		.center {
			width: 75%;
		}
		
		#header-content {
			width: 75%;
		}
		
		#header-icons {
			width: 75%;
		}
		
		#services-icons {
			width: 75%;
		}

		.gallery-section img {
			width: 25%;
		}
		.gallery-section img:nth-child(2),
		.gallery-section img:nth-child(6) {
			display: none;
		}
		
	}
	
	@media (max-width: 1200px) {
		
		.center {
			width: 85%;
		}
		
		#header-content {
			width: 85%;
		}
		
		#header-icons {
			width: 85%;
		}
		
		#services-icons {
			width: 85%;
		}
		
	}
	
	@media (max-width: 1024px) {
		
		.center {
			width: 95%;
		}
		
		#header-content {
			width: 95%;
		}
		
		#header-icons {
			width: 95%;
		}
		
		#services-icons {
			width: 95%;
		}

		#servicespage .header-holder p {
			font-size: 11pt;
		}
		
		footer {
			padding-bottom: 0px;
		}
		
		.footer-holder {
			width: 100%;
			margin-bottom: 50px;
		}

		#gallerypage .column,
		#gallerypage .column-lightbox {
			width: calc(33.33% - 10px);
			height: 250px;
		}
		#gallerypage .column {
			height: auto;
		}
		
	}

	@media (max-width: 960px) {
		header {
			background: url(../images/backgrounds/01.jpg) no-repeat center;
			background-size: cover;
		}

		#servicespage-banner ul li {
            width: 33%;
        }

		#services .center .service-block,
		#services .center .service-block-2 {
			width: 100%;
			min-height: none;
			margin-bottom: 20px;
		}

		#services .center .service-block {
			padding: 50px 20px;
		}

		#services .center .service-block-2 {
			background: none;
		}

		#services .center .service-block-2 h2,
		#services .center .service-block-2 p {
			padding: 0;
		}
		#services .center .service-block-2 p.button {
			margin-left: 0;
		}

        #header-menu {
	        display: none;
	    }
	    header .menu-icon {
	    	display: inline-block;
	    	width: 100%;
	    	padding: 10px 20px;
	    	background: rgba(0,0,0,0.7);
	    	position: sticky;
	    	top: 0;
	    	text-align: right;
	    }

	    .gallery-section img {
			width: 33.33%;
		}
		.gallery-section img:nth-child(6) {
			display: block;
		}

		#metal-railings {
			background: url(../images/backgrounds/metal-railings.jpg) no-repeat center #222222;
			background-size: cover;
			background-blend-mode: multiply;
			padding: 100px 0;
		}

		#metal-railings:hover {
			background: url(../images/backgrounds/metal-railings.jpg) no-repeat center #222222;
			background-size: cover;
			background-blend-mode: multiply;
		}

		.metal-sales {
			background: url(../images/backgrounds/metal-sales.webp) no-repeat center #777777;
			background-size: cover;
			background-blend-mode: multiply;
		}
		
	}
	
	@media (max-width: 750px) {
		
		#header-menu {
			width: 95%;
		}
		
		#header-icons {
			padding-top: 25px;
		}

		#header-menu p {
			font-size: 12pt;
			margin-right: 30px;
		}
        
        .header-holder p {
            font-size: 10pt;
        }
        
        #servicespage .header-holder {
        	width: 50%;
        	padding-bottom: 25px;
        }

        #servicespage-banner ul li {
            width: 50%;
        }
        
        #contactpage .cell-1-2 {
            width: 100%;
        }
        
        #contactpage form {
            margin-top: 50px;
        }

        #gallerypage .column,
        #gallerypage .column-lightbox {
			width: calc(50% - 10px);
		}
		#gallerypage .column-lightbox {
			height: 200px;
		}
		#gallerypage .column-half {
			margin-bottom: 0;
		}
		#gallerypage .column-half .title {
			margin-bottom: 0;
		}

		#welcome .center .image-block img {
			width: 50%;
			margin: 0;
		}

		#welcome .center .lists .list {
			width: calc(50% - 20px);
		}
		
	}
	
	@media (max-width: 600px) {
		
		header {
			height: auto;
		}

		.subpage {
			height: auto !important;
		}

		#header-menu p {
			font-size: 12pt;
			margin-right: 20px;
		}

		#header-content {
			position: relative;
			top: auto;
			left: auto;
			margin: auto;
			text-align: center;
			-webkit-transform: none;
			-ms-transform: none;
			-o-transform: none;
			-moz-transform: none;
			transform: none;
			padding-top: 0;
		}

		#header-content img {
            margin: 50px auto;
            width: 100%;
            max-width: none;
        }
        
        .header-holder {
            display: none;
        }
        
        .services-subholder p {
            font-size: 10pt;
        }
        
        #servicespage-categories {
            padding: 50px 0;
        }
        
        #servicespage-banner {
            padding: 100px 20px;
        }

        #servicespage .header-holder {
        	display: block;
        }
        
        #contactpage,
        #gallerypage,
        #servicespage {
            padding: 50px 0;
        }

        .gallery-section img {
			width: 50%;
		}
		.gallery-section img:nth-child(2) {
			display: block;
		}
		
	}
	
	@media (max-width: 500px) {
        
        #header-menu {
            padding: 0;
            width: auto;
        }
		
		#header-menu p {
			display: none;
		}
		
		#header-menu ul {
			display: inline-block;
		}
        
        #servicespage-banner ul li {
            width: 100%;
        }
        
        #servicespage-banner ul li > div {
            height: auto;
            width: 100%;
        }
        
        
        
        .services-holder {
            width: 50%;
        }
        
        #contactpage-map {
            height: 300px;
        }

        #contactpage-map .map {
            height: 300px;
        }

        #contactpage-map .overlay {
            height:300px;/* your iframe height */
            top:300px;  /* your iframe height */
            margin-top:-300px; /* your iframe height */
        }
        
        #contactpage-facebook .feed {
            height: 400px;
        }

        #gallerypage .title {
			font-size: 12pt;
		}

		#welcome .center .lists .list {
			width: 100%;
			margin-bottom: 20px;
		}
		
	}

    @media (max-width: 414px) {
    	#header-menu li {
    		font-size: 13px;
    	}

        #header-menu li img {
            width: 75%;
        }

        #gallerypage .column-lightbox {
        	height: 150px;
        }

        .gallery-section img {
			width: 100%;
		}
    }