@import url('https://fonts.googleapis.com/css?family=Raleway|Work+Sans:300');

html, body, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

html, body {
	overflow-x: hidden;
}


p, .machine-rows ul {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 20px 0;
	list-style-position: inside;
}

.machine-rows .row {
	padding: 30px 0;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	font-weight: 200;
}

body {
	background: #fafafa;
	color: #333;
}

.uppercase {
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}

.rotate {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

button {
}

button:hover {
}

a {
	text-decoration: none !important;
	cursor: pointer;
	color: #3478b5;
}

a:hover {
	text-decoration: none;
}

#nav {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#nav .container {
	padding: 15px;
}

#nav #icon {
	height: 24px;
	width: 24px;
	float: left;
}

#nav #social {
	height: 24px;
	width: 24px;
	float: right;
}

#nav #email {
	float: right;
	font-size: 12px;
	color: #111;
	padding: 2px 10px;
	cursor: pointer;
}

#nav #email a {
	color: #111;
    font-family: 'Work Sans', sans-serif;
}

#menu {
	float: left;
	margin: -10px 0 -10px 20px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	list-style-type: none;
}

#menu li {
	display: inline-block;
	margin: 0;
	padding: 12px;
	font-size: 12px;
}

#menu li a {
	color: #111;
	cursor: pointer;
}

#header {
	height: 600px;
	overflow: hidden;
	background: #111 url(../media/fallback.jpg) no-repeat;
	background: cover;
}

#header video {
    width: 100%;
    z-index: -1;
}

#header img {
	position: absolute;
	z-index: 2;
	top: 270px;
	left: 50%;
	width: 400px;
	height: 144px;
	margin-left: -200px;
}

#about, #about2, #why, #projects, #contactus, #machinery {
	padding: 60px 0;
}

#machinery {
	background: #ddd;
}

#about {
	background: #111;
	background-size: 900px;
	background-position: bottom right;
	color: #fff;
}

#about2 {
	color: #fff;
	background: #222 url(../media/bldg-outline.jpg) no-repeat;
	background-size: contain;
	background-position: bottom right;
}

#sample-list li {
	padding: 5px 10px;
	list-style-type: none;
	width: 200px;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	text-align: left !important;
	font-size: 12px;
}

#sample-list li:hover {
	color: #fff;
	background: #444;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#sample-list li.active {
	background: #ddd;
	color: #111;
}

#sample-image {
	width: 400px;
	float: left;
}

#sample-image {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#sample-list-wrapper {
	float: left;
}

#why {
	background: #111;
	color: #fff;
}

#value {
	padding: 60px 0;`
	background: url(../media/bg.jpg) no-repeat;
	background-size: cover;
}

#value-content {
	background: url(../media/abstract-geometric.png) no-repeat;
	background-size: 50%;
	background-position: top left;
    margin-left: -20px;
    padding-left: 20px;
}

#value-text {
	padding-left: 20px;
	border-left: 1px solid #3478b5;
}

#value p {
	padding: 0 0 0 30px;
	margin: 30px 0;
	background: url(../media/list-style.png) no-repeat;
	background-size: 14px;
	background-position: center left;
}

#about hr, #why hr {
	border: 0;
	border-bottom: 1px solid #333;
	margin: 40px;
}

#value hr,
#projects hr, #machinery hr, #contactus hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 40px;
}

.carousel-caption {
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
}

#why h2 {
	color: #3478b5;
	font-size: 20px;
}
.machine-rows h4 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

#why p {
	padding: 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
}

#steel-structure {
	width: 800px;
}

#projects {
	background: #eee;
}

#contactus h4 {
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

#contactus p {
	padding: 0 0 10px 0;
}

#card {
	background: #fff;
	padding: 30px 40px 20px 40px;
}

#card img {
	margin-bottom: 20px;
}

#card hr {
	margin: 0 0 20px 0;
	padding: 0;
}

label {
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
}

input, textarea {
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	color: #111;
}

button {
	background: #3478b5;
	padding: 10px 40px;
	color: #fff;
	border: 0;
}

#footer {
	color: #fff;
	background: #111;
	padding: 20px 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
}

#project-slider .slick-slide {
	background: #fff;
	outline: none;
}

#project-slider .slick-slide img {
	height: 500px;
	opacity: 0.25;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	cursor: pointer;
}


#project-slider2 .slick-slide img {
	height: 300px;
	}

#project-slider .slick-slide img:hover {
	-webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
 	filter: blur(0px);
	opacity: 0.6;
}


#project-slider .slick-slide.slick-current img {
	opacity: 1;
	cursor: default;
	text-shadow: 2px 2px;
	-webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
 	filter: blur(0px);
}

#project-slider .slick-dots {
	bottom: -40px !important;
	cursor: pointer;
}

#project-slider .slick-next {
	right: 20px !important;
}

#project-slider .slick-prev {
    left: 20px !important;
    z-index: 1 ;
}

#about, #about2, #value, #why {
	padding-left: 20px;
	padding-right: 20px;
}

#project-caption {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#project-slider2  {
	text-align: center;
	padding: 0 20px;
}


#project-slider2 img {
	width: 200px;
	height: 250px;
	margin: 0 10px 20px;
}

#about-slider .slick-prev {
	left: -50px;
}


#about-slider .slick-next {
	right: -50px;
}

#about-caption {
    padding: 12px;
    background: rgba(0,0,0,0.6);
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.about-image {margin-top: 70px;}

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */

    @media only screen and (max-width : 1440px) {
    	#about {
    	}

    }


    @media only screen and (max-width : 1200px) {
    	#about2 {
    		background-size: 600px;
    	}
    	#header {
    		height: 500px;
    	}
    	#header img {
    		top: 220px;
    	}

		#sample-list li {
			font-size: 12px;
		}

		#sample-image {
			width: 350px;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    	#about2 {
    		background: #222;
    		text-align: center;
    	}

    	#about2-content {
    		display: inline-block;
    		width: 600px;
    	}

    	#sample-image {}
    	#sample-list-wrapper {}
    	#header {
    		height: 420px;
    	}
    	#header img {
    		top: 180px;
    	}

		#mail iframe {
			height: 600px;
		}
		.slick-dots {
			display: none !important;
		}
		#nav #email {
			display: none;
		}
    	#steel-structure {
		    margin-top: 60px;
			}
			.about-image {margin-top: 90px;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {



.machine-rows .row {
	text-align: left !important;
	padding: 20px;
}


.machine-rows .row img {
	width: 200px;
	float: left;
	margin: 0 20px 20px 0;
}

.machine-rows .row .span3 {
	width: 200px;
	float: left;
	margin: 0 20px 20px 0;
}


.machine-rows .row:nth-child(odd) {
	background: #eee;
}

    	#about {
    	}
    	#header img {
    		top: 180px;
    		width: 300px;
    		height: 108px;
    		margin-left: -150px;
    	}

    	#about2-content {
    		display: inline-block;
    		width: 600px;
    	}

    	#about2-content {
    		display: inline-block;
    		width: 440px;
    	}

		#sample-list li {
			font-size: 10px;
			width: 130px;
			display: inline-block;
			text-align: center !important;
		}

		#sample-image {
			float: none;
			width: initial;
			text-align: center;
			margin-bottom: 20px;
		}

		#sample-image {}

    	#header video {
    		display: none;
    	}
    	#about {
    		text-align: center;
    	}
    	#value-content {
    		background: none;
    	}
    	#value {
    		padding-right: 20px;
    	}
    	#value-text {
    		border: none;
    		padding: 0;
    	}
    	#steel-structure {
		    display: none;
		}
		#why p, #why h2 {
			text-align: left !important;
		    font-size: 14px;
		}
		h1 {
			font-size: 24px;
		}
		#card {
			margin: 0 40px;
			margin-bottom: 40px;
		}
		#card img {
			width: 180px;
		}
		#mail {
			padding: 0 30px 0 20px;
		}

		hr {
			margin: 20px !important;
		}
		.about-image {margin-top: 20px; width: 80%;}

		#about2-content {
			width: initial;
		}

		#menu li {
		    padding: 12px 8px;
		    font-size: 10px;
		}

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }
    #


