/**
 * Rustlab.co
 * Date: 07.14.2
 * Version: 1.00
 *
 */
/**
 * Updates:
 * 
***/
 
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Alignments
 * 4.0 - Elements
 * 5.0 - Navigation
 * 6.0 - Content


 * 		6.1 - Header
 * 		6.2 - Banner
 * 		6.3 - Main Content
 * 		6.4 - Contact Page
 * 		6.5 - Forms
 * 		6.6 - 
 * 		6.7 - 
 * 		6.8 - Aside / Sidebar
 * 		6.9 - Footer


 * 7.0 - Misc Classes & Styling
 * 8.0 - Helper Classes
 * 9.0 - Not Used 
 * 10.0 - Not Used 
 * 11.0 - Not Used 
 * 12.0 - Not Used 
 * 13.0 - Not Used 


 * 14.0 - Media Queries
 * 		14.1 - Medium + Large ( >= 768px )
 *		14.2 - Small + Medium ( 1000px >= x >= 50px)
 *		14.3 - Medium ( 1000px >= x >= 768px)
 *		14.4 - Small ( 767px >= x >= 50px )
 * 15.0 - Print
 *
 **/

/**
* 1.0 - Normalize
**/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
* 2.0 - Typography
**/

body,
button,
input,
select,
textarea {
	color: #333;
	/* font-family: 'Open Sans', Tahoma, sans-serif; */
	font-family: freight-sans-pro, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
    line-height: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: 'Roboto Slab', serif;*/
	/* font-family: 'Open Sans', Tahoma, sans-serif; */
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 10px 0px 25px 0px;
	
	/* text-rendering: optimizeLegibility; */
}

h1 {
	font-size: 3.0rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2.0rem;
}

h4 {
	font-size: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #3a3a3a;
	/* border: 0 solid #FF8200; */
	/* background: rgba(0,0,0,0.5); */
	border-left-width: 6px;
	/* color: #777; */
	color: #FF8200;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.0em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.0em !important;
	margin-top: 1.0em !important;
	padding-bottom: 1.0rem;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/**
* 3.0 - Alignments
*/

.alignleft {
	float: left;
	margin: 0.375em 0.875em 0.875em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 0.875em 0.875em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.50em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/**
* 4.0 - Elements
**/

html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	
	/*-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	     -o-font-smoothing: antialiased;
	        font-smoothing: antialiased;*/
	
	/*background-image:url(../images/image01.jpg);*/
	/* background: #0a0a0a url() no-repeat center center fixed; */
	/* background: #fff no-repeat center center fixed;*/
	/*background-repeat: no-repeat;
	background-position: center center;*/
	background: url(../images/image01.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
	
	
	text-align: center; /* good for older browsers */
	
	 -webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
			 text-rendering: optimizeLegibility;
}

ul {
	margin: 0;
}

/* Imported from style.css (wordpress theme): */

/* ul, */
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

/* ul {
	list-style: disc;
} */

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #888;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #888;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #888;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #888;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

/**
* 5.0 - Navigation
**/
.content-box a {
	
	color: #333;
	text-decoration-line: none;
	border-bottom: 1px solid #333;
	
}

nav {
	
	display: table-cell;
	width: auto;
	z-index: 9999;
	-webkit-backface-visibility: hidden; /* Removes flickering caused by transition */
	
}

/* Add CSS property to WordPress entity: */
#wpadminbar {
	-webkit-backface-visibility: hidden; /* Removes flickering caused by transition */
}

#main-nav-row {
	display: table-row;
}

#main-nav,
.social-nav {
	padding: 0;
	display: table-cell;
	
}

#main-nav {
	text-align: right;
	padding-left: 255px;
}

.social-nav {
	/* text-align: right; */
}

#main-nav li,
.social-nav li {
	display: inline-block;
}

#main-nav li a,
.social-nav li a  {
	font-size: 0.8125rem;
	/* font-size: 0.75rem; */
	letter-spacing: 0.0625rem;
	/* font-family: 'Open Sans', Tahoma, sans-serif;
	font-weight: 400; */
	display: block;
	color: #999;
	/* -webkit-font-smoothing: antialiased !important; */
	/* -webkit-font-smoothing: subpixel-antialiased !important; */
	-webkit-transition: all 100ms linear; /* Safari */ 
			transition: all 100ms linear;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.004);
}

#main-nav li a {
	padding: 8px 22px 6px 22px;
	text-transform: uppercase;
	text-decoration: none;
	
}

.social-nav li a {
	padding: 8px 3px 6px 3px;
}

#main-nav li:hover a,
.social-nav li:hover a {
	/* color: #FF8200; */
	color: #e8e8e8;
}

.mobile-menu {
	display: none;
}

/**
* 6.0 - Content
**/

#page-wrapper {
	margin: 0; 
	width: 100%;
	height: 100%;
	display: table;
}

#placeholder {
	width: 50%;
	height: auto;
	/* display: table-cell; */
	position: fixed;
	left: 0px;
	top: 0px;
	margin-right: 25px;
}

#main-home-content,
#main-content {

	height: auto; 
	text-align: center;
	width:100%;

}

#main-content {
	
	display: table;
	padding: 72px 0px 0px 0px;
}

#main-home-content {
	
	display: table-cell; 
	vertical-align: middle;
	height: auto;
	
}

.main-article {
	
	text-align: left;
	padding: 20px;
	/* border: 1px solid #999; */
	margin: 10px auto;
	max-width: 1200px;
	background-color: #fff;
	
}

.main-article .entry-title{
	
	/* border-bottom: 1px solid #000; */
	/* margin-bottom: 20px; */
	
}

#main-section {
	
	text-align: center;
	background-color: #fff;
	
}


#main-section-banner {
	/* position: absolute;
	top: 0px;
	left: 0px;*/
	/* display: table-cell; */
	
	width: 101%; 
	margin: -2px;
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	text-align: center;
	/* overflow: auto; */
}

#banner-logo {
	
	margin: 0px auto;
	padding: 0px 75px;
	max-width: 1000px;
	
}

#construction-message {
	/* margin-top: 120px; */
	/* min-height: 300px; */
	color: #fff;
	letter-spacing: .2em;
	word-spacing: .5em;
	/* background-color: #fff; */
}

/**
* 6.1 - Header
**/

#main-header {
	
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #0c0c0c;
	width: 100%;
	overflow:auto;
	height: 72px;
	text-align: center;
	
}

#main-header-content {
	
	display: table;
	margin:0px auto;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding: 0px 20px;
	/* text-align: center; */
	
}

#company-logo-container {
	
	width: 220px;
	height: auto;
	
	display: table-cell;
	font-size: 0;
	vertical-align: middle;
	line-height: 0;
	
}

#company-logo-container a {
	
	/* display: inline-block;
	font-size: 1rem; */
	
}

#company-logo {
	
}

/**
* 6.2 - Banner
**/

#banner {}

/**
* 6.3 - Main Content & Tile Display
**/

.br-loader {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 99999;
	margin: 0;
	display: table;
	/* text-align: center;
	vertical-align: middle; */
	font-size: 5rem;
	background-color: rgba(23,23,23,0.9);
}

.br-loader i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

article {
	/* background-size: cover; 
	background-position: 50% 50%; */
}

.tile-img-container { 
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	/* background-color: #000; */
	z-index: 1;
	overflow: hidden;
}

.tile-img-container > div {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	position: absolute;
	
	-webkit-backface-visibility: hidden;
	
	-webkit-box-shadow: -2px 0px 5px rgba(0,0,0,0.8);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    -2px 0px 5px rgba(0,0,0,0.8);  /* Firefox 3.5 - 3.6 */
	box-shadow:         -2px 0px 5px rgba(0,0,0,0.8);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	
}

.shadow {
	-webkit-box-shadow: -3px 0px 3px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    -3px 0px 3px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
	box-shadow:         -3px 0px 3px rgba(0,0,0,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.tile-img {
	display: none;
}

.tile-card-text {
	
}

.tile-card-text h2,
.br-mtt-text-container h1 {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.625rem;
	/* color: #eaeaea; */
	color: #fff;
	/* border: 1px dotted #777; */
	/* padding: 2px 8px; */
}

.tile-card-text p,
.br-mtt-text-container p {
	/* margin: 0 auto 8px auto; */
	/* width: auto; */
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 0.75rem;
	color: #FF8200;
	
}

.tile-card-text p:last-child {
	color: #c7c7c7;
	font-style: italic;
	/* color: #d7d7d7; */
	font-size: 11px;
	font-size: 0.6875rem;
}

.tile-card-text p {
	margin: 0;
}

/**
* 6.4 - Contact Page
**/

/**
* 6.4 - Forms
**/

/**
* 6.5 - Page Banners
**/

/**
* 6.6 - Services
**/

/**
* 6.8 - Aside / Sidebar
**/

/**
* 6.9 - Footer
**/

footer {
	
}


/**
* 7.0 - Misc. classes & styling
**/

.highlighted-text {
	color: #FF8200;
}

/**
* 8.0 - Helper classes
**/

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
	display: none;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hidden {
	display: none !important;
}

/**
* 14.0 - Media Queries
**/

/**
* 14.1 - Medium + Large
**/

@media only screen and (min-width:768px) {
	
	

}

/**
* 14.2 - Small + Medium
**/

@media all and (max-width:1000px) and (min-width:50px) { 

	/* #company-logo {
		width: 300px;
		height: auto;
	} */

	#signature {
		width: 240px;
		height: 66px;
		/* height:auto; */
		background: url(../images/company-signature-medium.png) no-repeat;
		background-size: contain;
	}
	
}

/**
* 14.3 - Medium
**/

@media all and (max-width:1000px) and (min-width:768px) { 
	
}

/**
* 14.4 - Small
**/

@media all and (max-width:767px) and (min-width:50px) { 

}

/**
* 15.0 - Print
**/

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}