/*********************
***** UNIVERSAL ******
**********************/

#office2, #certifications2, .about_us_title {
	padding-left: 20px;
}

#certifications2 {
    padding-bottom: 12px;
}

span.nowrap {
	white-space: nowrap;
}
span.caps {
	text-transform: uppercase;
}

input#noName {
   display: none;
}
/**********************
********* NAV *********
**********************/
.navbar-default { 
	border-radius: 0; 
	background:rgba(255, 255, 255, .9); 
	border-bottom:1px solid rgba(255, 255, 255, 0.15); 
	min-height: 76px; 
	padding-top:15px; 
	margin-bottom:0;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #000;
}

.navbar-default *:focus { outline: 0; }
@media (max-width: 767px) {
	.navbar-default { rgba(222, 222, 222, .9); }
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open ul > a { color:#808080; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus { color: #000; background:none ; }
.navbar-default .navbar-nav > .open > a{ background:none; color: #000; }

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus { background:none; color:#000; }

.navbar-default .navbar-nav > .active > a { background:none; color:#000; }

.navbar-default .navbar-brand { font-family: 'Oswald', sans-serif; font-size: 24px; color:#000; padding:0 0 0 36px; margin: 0px 0 0 0; }
	.navbar-default .navbar-brand img { margin-top:-12px; margin-bottom: 2px; width: 150px;}

.navbar-nav .dropdown-menu {
	left:-5px;
	font-size: 13px;
	background-color: rgba(0, 0, 0, .7);
	border: 0px none;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-nav .dropdown-menu > li > a { color:rgba(255, 255, 255, .7); padding:7px 20px; }
	.navbar-nav .dropdown-menu > li > a:hover,
	.navbar-nav .dropdown-menu > li > a:focus,
	.navbar-nav .dropdown-menu > .active > a:hover{ background: rgba(255, 255, 255, .1); color:#000; }

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:focus { background: none; color:#fff; }

.navbar-header {
	padding: 0px 25px 0px 0px;
}

.navbar-nav.navbar-right:last-child {
    margin: 16px 0px 0px 0px;   
}

.navbar-collapse { border:0 none;  border-top:0 none; box-shadow: none; }
@media (max-width: 767px) {
	.navbar-collapse ul { text-align: center;  width:100%; padding-bottom:10px; }
	.navbar-collapse ul .btn{ max-width:50%; margin:0 auto; }
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom { border-radius: 0; }

.navbar-toggle {
    margin-top: 22px;
}

.navbar-default .navbar-toggle .icon-bar {
	color: black;
	border-color: black;
	background-color: black;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFF;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
/***** HAMBURGER TO X *****/
.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	top: 2px;
}

.navbar-toggle .icon-bar {
	position: relative;
	-moz-transition: all 500ms ease-in-out; /* FF */
	-ms-transition: all 500ms ease-in-out; /* IE 9 */
	-webkit-transition: all 500ms ease-in-out; /* Chrome, Safari, Opera */
	transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 6px;
	-moz-transform: rotate(45deg); /* FF */
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -6px;
	-moz-transform: rotate(-45deg); /* FF */
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}

/***** AUTOHIDE NAV *****/
.slideUp { 
	top:-100px; 
}

.headroom { 
	-webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out; 
}

/**********************
******** MAIN *********
**********************/
.carousel-caption {
    position:static;
}

.jumbotron {
    padding: 0.5em 0.6em;
	margin: 20px 0px 0px 0px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glyphicon {
	margin: 15px 0px 20px 0px;
}

span.glyphicon-road,
span.glyphicon-wrench,
span.glyphicon-cog {
	font-size: 7em;
	color: rgba(0, 0, 0, 1);
}

#head { 
	background:#181015 url( ../images/la_steel_services_rebar_construction.jpg) no-repeat; 
	background-size: cover; 
	background-position: center;
	color: #000; 
	font-weight:400;
	margin-top: 107px;
	min-height:480px; 
	padding-top:88px;
	position: relative;
	text-align: center; 
	border-bottom: 0px solid rgba(4, 58, 104, 1);
}

	#head .main_headline, 
	#head .carousel-caption p { 
		font-family:"Oswald", sans-serif;
		text-transform: uppercase;
		font-size: 4em;
		padding-top: 165px;
		margin-bottom:6px; 
		color:#FFF; 
		line-height:1.15em; 
	} 

	.thanks #head .carousel-caption p {
		font-size: 5em;
	}
		
@media (max-width: 767px) {
	#head { 
		background: #0d4b93 url( ../images/la_steel_services_rebar_construction.jpg) no-repeat; 
		background-size: cover; 
		background-position: center;
		min-height:400px; 
		padding-top:160px; 
	}
	
	#head .main_headline, 
	#head .carousel-caption p { 
	font-size: 2em; 
	padding-top: 125px;
	}
	.thanks #head .carousel-caption p {
		font-size: 4em;
	}
}


/***** FONT *****/
h1, h2, h3, h4, h5, h6 { 
	font-family:"Oswald", sans-serif; 
}

h1, .h1, h2, .h2, h3, .h3 { 
	margin-top:30px; 
}

section.sub h1 {
	font-size: 32px;
	line-height: 44px;
    margin: 5px 5px 10px;
}

.contact_us_title { 
	font-weight:400; 
}

.about_us_title { 
	font-weight:400; 
    margin-top: 20px;
	color: #fff;
}

/***** MISC *****/
.la_steel_space_profiles { 
	margin-top: 30px;
	margin-bottom: 40px;	
    padding: 0px 10px 20px 10px;
}

.la_steel_space_profiles_outer {
	background-color: rgba(4, 58, 104, 1);
	margin-top: 9px;
	margin-bottom: 40px;
}

.la_steel_space2 { 
	margin: 60px 0px 70px; 
}
.thanks .la_steel_space2 {
	margin: 80px 0px 150px;
}
.careers .la_steel_space_careers {
	margin: 20px 0px 150px;
}
.careers .la_steel_space_careers h2 {
        color: rgba(0, 0, 0, .35);
}
.careers .la_steel_space_careers h3 {
        padding-bottom: 10px;
        line-height: 1.3;
}
.careers .la_steel_space_careers .underline {
        text-decoration: underline;
}

.la_steel_space3 { 
	margin: 60px 0px 0px 0px; 
}

.la_steel_space4 { 
	margin: 12px 0px 40px 0px; 
}

.profile_padding {
    padding: 30px 30px 0px 30px;
}

img { 
	max-width:100%; 
}

.btn-primary {
	background: rgba(4, 58, 104, 1);
	border: 1px solid #fff;
	-webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
}

.btn-primary:hover {
	background: #fff;
	border: 1px solid rgba(4, 58, 104, 1);
	color: rgba(4, 58, 104, 1);
	-webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
/**********************
******** ABOUT ********
**********************/
.more, .more2 {
    color: #d6081c;
}

#show, 
#show2 {
    display: none;
}

.profile_padding p {
`	color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.white {
	color: #fff;
	margin-top: 10px;
}
/**********************
******* OFFICE ********
**********************/
#get_directions {
	padding: 15px 0px 0px 0px;
}

/**********************
******* FOOTER ********
**********************/
footer span {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

.footer_one { 
	background: rgba(4, 58, 104, 1); 
	padding: 10px 0 20px 0; 
	font-size: 16px;
	color: #fff;
}
		
.footer_two_style { 
		margin: 5px 0px; 
	}		

.footer_two { 
	background-color: rgba(4, 58, 104, 1); 
	padding: 8px 0 5px 0; 
	color: #fff; 
	font-size: 13px; 
	margin-bottom: 0px;
}

		.footer_two p { 
			margin: 0; 
		}	
	
/**********************
********* MAP *********
**********************/
#map { 
	width:100%; 
	height:260px; 
}

/**********************
**** SCROLL ARROW *****
**********************/
#goTop {
	background: rgba(0, 0, 0, 0.6);
	background-repeat: no-repeat;
    background-position: -9px -4px; 
	border-radius: 50%;
	color: #fff;
    padding: 5px 19px;
    position: fixed;
	bottom: -100px;
	right: 20px;
}

span.glyphicon-arrow-up {
	font-size: 2em;
}


@media screen and (max-width: 580px) {
    .pull-left, .pull-right {
        float: none!important;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width: 358px) 
{
	.navbar-default .navbar-brand img { 
	    margin-top:-6px; margin-bottom: 5px; width: 134px;
    
}
    .footer_two_style { 
        font-size: 11px; 
        
    }
}

/*********************
PIC PAGE
*********************/
.gallery {
    margin-top: 107px;
}
.gal {
    -ms-column-count: 2;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}	
.gal img{ width: 100%; padding: 7px 0; }

@media (max-width: 500px) {
		
.gal {
    -ms-column-count: 1;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
}


