/* CSS Document */
/* Design and coding by F3 Designs http://www.f3designs.ca */


/* COLOR PALETTE (defined for Sig Steel)
================================================== */
/* red: #dc4839 */
/* black-darkest: #1a1a1a */
/* black-darker: #252525 */
/* black-dark: #303030 */
/* grey-dark: #4f4f4f */
/* grey-medium: #818181 */
/* grey-light: #f2f2f2 */


/* GOOGLE FONTS (defined for Sig Steel)
================================================== */
/* font-family: 'Droid Sans', sans-serif; (for headings, etc.; 400 and 700)*/ 
/* font-family: 'Droid Serif', serif; (for body; 400 and 700)*/ 


/* MEDIA QUERIES (key breakpoints)
================================================== */
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
	...
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
	...
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	...
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	...
}

/* BOOTSTRAP CSS Customizations Start Here (customized by F3 Designs, specifically for Sig Steel)
================================================== */
/* (elements) */
body, html {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	background-color: #252525;
}
p {
	margin-bottom: 30px;
	color: #303030;
	font-size: 15px;
	line-height: 25px;
}
p img {
	margin-bottom: 30px;
}
h1 {
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-top: 90px;
	font-weight: 700;
	
}
h2 {
	font-family: 'Droid Sans', sans-serif;
	color: #dc4839;
	margin-top: 45px;
}
h3 {
	font-family: 'Droid Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	background-color: #e2e2e2;
	padding: 15px 5px 5px 5px;
}
h4 {
	font-family: 'Droid Sans', sans-serif;
	color: #dc4839;
	text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	border-top: solid 1px #cccccc;
	padding-top: 5px;
}
h5 {
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	color: #818181;
	margin: 0px 0px 15px 0px;
}
/* (unordered lists) */
ul {
	margin: 0px 0px 30px 0px;
}
li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/* (link: default) */
a:link {
	color: #dc4839;
	text-decoration: underline;
}
a:visited {
	color: #dc4839;
	text-decoration: underline;
}
a:hover {
	color: #818181;
	text-decoration: underline;
}
a:active {
	color: #dc4839;
	text-decoration: underline;
}
/* (btn-primary: red) */
.btn-primary:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 15px;
    position: relative;
	color: #1a1a1a;
}
.btn-primary:link {
	font-family: 'Droid Sans', sans-serif;
	color: #ffffff !important;
	background-color: #dc4839 !important;
	border-color: #dc4839 !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 15px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	margin-bottom: 30px;
}
.btn-primary:visited {
	background-color: #dc4839 !important;
	border-color: #dc4839 !important;
	color: #ffffff !important;
}
.btn-primary:hover {
	background-color: #1a1a1a !important;
	border-color: #1a1a1a !important;
}
.btn-primary:active {
	background-color: #dc4839 !important;
	border-color: #dc4839 !important;
	color: #ffffff !important;
}
/* (btn-default: black) */
.btn-default:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 15px;
    position: relative;
	color: #dc4839;
}
.btn-default:link {
	font-family: 'Droid Sans', sans-serif;
	color: #ffffff !important;
	background-color: #1a1a1a !important;
	border-color: #1a1a1a !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 15px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	margin: 15px 0px 60px 0px;
}
.btn-default:visited {
	color: #ffffff !important;
	background-color: #1a1a1a !important;
	border-color: #1a1a1a !important;
}
.btn-default:hover {
	background-color: #dc4839 !important;
	border-color: #dc4839 !important;
}
.btn-default:active {
	color: #ffffff !important;
	background-color: #1a1a1a !important;
	border-color: #1a1a1a !important;
}
/* (btn-top) */
.btn-top {
	color: #dc4839 !important;
	font-size: 45px !important;
	background-color: none !important;
	border-color: none !important;
	border-radius: 0px;
	text-decoration: none;
	padding: 0px !important;
	margin: 90px 0px 0px 0px !important;
}
.btn-top:link {
}
.btn-top:visited {
}
.btn-top:hover {
	color: #ffffff !important;
	background-color: none !important;
	border-color: none !important;
}
.btn-top:active {
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.btn-top {
	margin: 30px 0px 0px 15px !important;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.btn-top {
	margin: 30px 0px 0px 15px !important;
}
}

.contact button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Droid Sans', sans-serif;
	color: #ffffff !important;
	background-color: #1a1a1a !important;
	border-color: #1a1a1a !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 15px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	margin: 15px 0px 60px 0px;
}



/* CUSTOM CSS Class Definitions Start Here (defined by F3 Designs, specifically for Sig Steel)
================================================== */
/* (note) */
.note {
	border: solid 1px #dc4839;
	padding: 5px;
	background-color: #cccccc;
}
/* (red forced) */
.red {
    color: #dc4839;
}
.red:link {
    color: #dc4839;
}
.red:visited {
    color: #dc4839;
}
.red:hover {
    color: #818181;
}
.red:active {
    color: #dc4839;
}
/* (shadow) */
.shadow {
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
}


/* HEADER Classes Start Here (defined by Vitality, noted where customized by F3 Designs)
================================================== */
/* (f3 designs customized) */
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #303030 !important; /* f3 customization */
  background: no-repeat top center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 0px; /* f3 customization */
}
/* (f3 designs defined/added) */
.index {
  background-image: url(../img/bg-header.jpg);
}
/* (f3 designs defined/added) */
.page {
  position: inherit;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: none;
  padding: 0;
}
/* (f3 designs defined/added) */
header .btn-primary {
	float: right;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .btn-primary {
	float: none;
}
}
/* (f3 designs defined/added: header-top logo, supplemental and global) */
header .top {
	text-align: right;
	padding: 15px 0px 0px 0px;
	color: #818181;
	border-bottom: solid 5px #dc4839;
	background-color: #303030;
	font-family: 'Droid Sans', sans-serif;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .top {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
}
header .top a:link {
	color: #818181;
	text-decoration: none;
}
header .top a:visited {
	color: #818181;
	text-decoration: none;
}
header .top a:hover {
    color: #dc4839;
	text-decoration: none;
}
header .top a:active {
	color: #818181;
	text-decoration: none;
}
/* (f3 designs defined/added: header-intro corrugated metal roofing and siding... because I couldn't get vitality's intro-content to do what I needed it to do) */
header .intro {
	text-align: left !important;
	position: relative;
	background-color:  rgba(26,26,26,.8);
	margin-top: 90px;
	float: right;
	padding: 30px 30px 0px 30px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .intro {
	margin-top: 15px;
	float: none;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
header .intro {
	margin-top: 30px;
}
}
/* (f3 designs customized: CORRUGATED METAL ROOFING AND SIDING) */
header .brand-name {
	font-family: 'Droid Sans', sans-serif; /* f3 customization */
	font-size: 50px !important; /* f3 customization */
	line-height: 60px !important; /* f3 customization */
	text-transform: none; /* f3 customization */
	font-weight: 700; /* f3 customization */
	margin-top: 0px; /* f3 customization */
	color: #ffffff; /* f3 addition */
	text-align: right; /* f3 addition */
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .brand-name {
	font-size: 30px !important;
	line-height: 30px !important;
	text-align: left;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
header .brand-name {
	font-size: 40px !important;
	line-height: 40px !important;
}
}
/* (f3 designs customized: MESSAGE) */
header .brand-name-subtext {
	font-size: 22px !important; /* f3 customization */
	line-height: 22px; /* f3 customization */
	font-weight: 300;
	color: #ffffff !important; /* f3 addition */
	margin: 30px 0px 30px 0px; /* f3 addition */
	text-align: right; /* f3 addition */
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .brand-name-subtext {
	font-size: 18px !important; /* f3 customization */
	line-height: 18px; /* f3 customization */
	text-align: left; /* f3 addition */
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
header .brand-name-subtext {
	font-size: 18px !important;
}
}
/* (f3 designs added: header-bottom residential, commercial, agricultural) */
header .bottom {
	background-color: #1a1a1a;
	position: absolute; left: 0; width: 100%; bottom: 0;
	padding: 30px 0px 30px 0px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .bottom {
	background-color: #1a1a1a;
	position: relative; left: auto; width: auto; bottom: auto;
	top: 30px;
	padding: 30px 0px 30px 0px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
header .bottom {
	background-color: #1a1a1a;
	position: relative; left: auto; width: auto; bottom: auto;
	top: 30px;
	padding: 30px 0px 30px 0px;
}
}
header .bottom-col1 img {
	margin: 0 auto 0 0;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .bottom-col1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
header .bottom-col1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
}
header .bottom-col2 img {
	margin: 0 auto 0 auto;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .bottom-col2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
header .bottom-col2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
}
header .bottom-col3 img {
	margin: 0 0 0 auto;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .bottom-col3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
header .bottom-col3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
}
header .bottom-col4 img {
	margin: 0 0 0 auto;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .bottom-col4 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
header .bottom-col4 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
/* (VITALITY... left as-is from this point forward) */
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }
  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.5;
  }
}


/* NAVBAR Classes Start Here (defined by Vitality, noted where customized by F3 Designs)
================================================== */
/* (f3 designs customized: navbar global list active) */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #dc4839;
	background-color: transparent !important;
}
/* (f3 designs customized) */
.navbar-default {
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 18px;
	background-color: transparent;
	border-bottom: none !important;
}
/* (f3 designs added: background-color of toggle menu on mobile) */
.navbar-toggle {
	background-color: #dc4839;
}
/* (f3 designs customized: line color on toggle menu on mobile) */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1a1a1a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #4f4f4f;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-inverse {
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* (f3 designs added: moves the logo up */
.navbar-brand img {
	position: relative; 
	top: -45px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-brand img {
	position: relative; 
	top: 0px;
}
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
/* (f3 designs customized: navbar global list) */
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
	color: #ffffff;
	background: none;
	text-decoration: none;
	padding-left: 15px;
	text-align: left;
}
/* (f3 designs customized: navbar global list hover) */
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
	color: #dc4839 !important;
	background: none;
	text-decoration: none !important;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
/* (f3 designs added: customizes the inactive global nav on hover that has a dropdown) */
.navbar-default .navbar-nav > li.dropdown.open > a {
	background-color: transparent;
	color: #dc4839;
}
/* (f3 designs added: customizes the inactive local nav menu in off state) */
.navbar-nav > .dropdown .dropdown-menu {
	background-color:  #252525;
}
/* (f3 designs added: customizes the inactive local nav items in off state) */
.navbar-nav > .dropdown .dropdown-menu > li a {
	background-color:  none;
	color: #ffffff !important;
	text-decoration: none !important;
}
/* (f3 designs added: customizes the inactive local nav items on hover) */
.navbar-nav > .dropdown .dropdown-menu > li a:hover {
	background-color: none;
	color: #dc4839 !important;
	text-decoration: none !important;
}
/* (faye added: customizes the dropdown-menu caret) */
.caret {
  border-top: 6px solid #dc4839;
  display: block;
  margin: 5px auto 0px auto;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.caret {
  display: inline-block;
  margin: 0px 0px 0px 5px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.caret {
  display: inline-block;
  margin: 0px 0px 0px 5px;
}
}


/* CONTENT-INDEX Starts Here (defined by F3 Designs, specifically for Sig Steel)
================================================== */
.content-index {
}
.content-index h2 {
	font-size: 24px;
}
/* (row1: welcome) */
.content-index-row1 {
	background-color: #f2f2f2;
	padding: 0px 0px 30px 0px;
}
/* (row2: profiles) */
.content-index-row2 {
	background-color: #4f4f4f;
	padding: 120px 0px 30px 0px;
}
.content-index-row2 h1 {
	color: #ffffff;
	text-transform: none;
	margin-top: 0px;
}
.content-index-row2 p {
	color: #f2f2f2;
}


/* CONTENT-PAGE Starts Here (defined by F3 Designs, specifically for Sig Steel)
================================================== */
.content-page {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 120px 0px;
	background-color: #f2f2f2;
}
/* (col1: local nav) */
.content-page-col1 {
	border-bottom: 5px solid #dc4839;
	padding: 65px 0px 0px 0px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.content-page-col1 {
	display: none;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.content-page-col1 {
	display: none;
}
}
/* (col2: main body) */
.content-page-col2 {
	padding: 0px 0px 0px 60px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.content-page-col2 {
	padding: 0px 0px 0px 0px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.content-page-col2 {
	padding: 0px 0px 0px 0px;
}
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.content-page-col2 .col-md-4 {
  margin-bottom: 60px;
}
}

.content-page-col2 h3 {
	color: #4f4f4f;
}
/* (col2row1: breadcrumbs) */
.content-page-col2row1 {
	color: #dc4839;
	font-family: 'Droid Sans', sans-serif;
}
.content-page-col2row1 a:link {
	color: #303030 !important;
	text-decoration: none !important;
}
.content-page-col2row1 a:visited {
	color: #303030 !important;
	text-decoration: none !important;
}
.content-page-col2row1 a:hover {
	color: #dc4839 !important;
	text-decoration: underline !important;
}
.content-page-col2row1 a:active {
	color: #303030 !important;
	text-decoration: none !important;
}


/* LOCAL NAVBAR Class Modifications (customized Bootstrap's defaults for Sig Steel)
================================================== */
/* customizes the overview title in local nav */
.overview {
	text-transform: uppercase;
	font-weight: 700;
}
/* customizes the ??? */
.nav-tabs.nav-stacked {
	font-family: 'Droid Sans', sans-serif;
	border: none;
	margin-top: 60px;
	
}
/* customizes the inactive nav-tabs */
.nav-tabs.nav-stacked > li > a, .nav-tabs.nav-stacked > li > a:visited, .nav-tabs.nav-stacked > li > a:active {
	background-color: transparent;
	color: #4f4f4f;
	border-radius: 0px;
	border: none;
	text-decoration: none !important;
}
/* customizes the inactive nav-tabs on hover */
.nav-tabs.nav-stacked > li > a:hover {
	border-radius: 0px;
	border: none;
	text-decoration: underline !important;
	color: #dc4839;
}
/* customizes the active nav-tabs */
.nav-tabs.nav-stacked > li.active > a, .nav-tabs.nav-stacked > li.active > a:visited, .nav-tabs.nav-stacked > li.active > a:hover, .nav-tabs.nav-stacked > li.active > a:active {
	color: #dc4839;
	border-radius: 0px;
	border: none;
	font-weight: 400;
	text-decoration: none !important;
	text-transform: uppercase;
}
/* places a font awesome icon within the active local nav item */
#localnav .active a:before {    
font-family: 'FontAwesome';
font-weight: bold;
content: "\f105  ";
}

/* customizes the active nav-tabs on hover */
.nav-tabs.nav-stacked > li.active > a:hover {
	background-color: transparent;
	text-decoration: none !important;
}
/* customizes the nav-tertiary */
.nav-tertiary {
	margin-bottom: 30px;
}
.nav-tertiary li {
	margin: 0px 0px 0px 30px;
}
.nav-tertiary > li > a, .nav-tertiary > li > a:visited, .nav-tertiary > li > a:active {
	color: #4f4f4f;
	text-decoration: none;
	border-left: solid 1px #CCCCCC;
}
/* customizes the nav-tertiary on hover */
.nav-tertiary > li > a:hover {
	background: none;
	color: #dc4839;
	border-radius: 0px;
}
/* customizes the active nav-tertiary item */
.nav-tertiary > li.active > a, .nav-tertiary > li.active > a:visited, .nav-tertiary > li.active > a:hover, .nav-tertiary > li.active > a:active {
	color: #dc4839;
	background-color: #e2e2e2;
}


/* ASIDE Classes Start Here (defined by Vitality, noted where customized by F3 Designs)
================================================== */
/* (f3 designs customized) */
aside.cta-quote {
  color: #ffffff;
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: left;
}
/* (f3 designs added) */
aside.cta-quote h2 {
	font-size: 30px;
	font-weight: 700;
	padding: 45px 30px 45px 30px;
	text-transform: none;
	color: #1a1a1a;
	color: #ffffff;
	margin: 0px;
}
/* (f3 designs added) */
.aside-col1 {
	background-color:  rgba(26,26,26,.8);
}
aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 300px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}


/* FOOTER Classes Start Here (defined for Sig Steel)
================================================== */
footer {
	font-family: 'Droid Sans', sans-serif;
	color: #818181;
}
footer p {
	color: #818181;
	line-height: 20px;
	font-size: 12px;
}
footer h3 {
	background-color: transparent;
	padding: 0px;
}
footer a:link {
	color: #ffffff;
	text-decoration: none;
}
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #dc4839;
	text-decoration: none;
}
footer a:active {
	color: #ffffff;
	text-decoration: none;
}
/* (footer-row1: logo, contact, nav) */
.footer-row1 {
	padding: 60px 0px 60px 0px;
	background-color: #303030;
}
/* (footer-row1col2: contact) */
.footer-row1col2 {
	padding-left: 60px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.footer-row1col2 {
	padding-left: 15px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.footer-row1col2 {
	padding-left: 15px;
}
}
/* (footer-row1col3: nav) */
.footer-row1col3 {
	text-align: right;
	text-transform: uppercase;
	padding-top: 20px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.footer-row1col3 {
	text-align: left;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.footer-row1col3 {
	text-align: left;
}
}
.footer-row1col3 a:link {
	margin-left: 20px;
}
/* (footer-row2: copyright) */
.footer-row2 {
	padding: 30px 0px 30px 0px;
	text-align: right;
	font-size: 12px;
	background-color: #1a1a1a;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.footer-row2 {
	text-align: left;
	padding: 30px 0px 30px 15px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.footer-row2 {
	text-align: left;
	padding: 30px 0px 30px 15px;
}
}


/* VITALITY CSS Starts Here (noted where F3 Designs customized and defined, specifically for Sig Steel)
================================================== */
html,
body {
  height: 100%;
}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  padding: 100px 0;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-dark {
  color: white;
  background-color: #222222;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
input.form-control {
  border-radius: 0 !important;
}
input.form-control:focus {
  border-color: #38e6d8;
  box-shadow: none;
}
.btn,
.input-group-btn {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: #ffffff;
  background-color: #38e6d8;
  border-color: #38e6d8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #21e3d4;
  border-color: #1cdecf;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #38e6d8;
  border-color: #38e6d8;
}
.btn-primary .badge {
  color: #38e6d8;
  background-color: #ffffff;
}
/*body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
*/
a {
  color: #38e6d8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
/*p {
  font-size: 18px;
  line-height: 1.5;
}
*/
p.lead {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}
*/
hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #38e6d8;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}
.text-primary {
  color: #38e6d8;
}
.testimonials {
  text-align: center;
}
.testimonials .testimonials-carousel .item {
  padding: 0;
}
.testimonials .testimonials-carousel .item p.quote {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
  margin: 0;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
  color: #f1c40f;
}
.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #38e6d8 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
  left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
  right: 15px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
  }
}
.cta-form h3 {
  margin-top: 0;
}
.about-content {
  padding: 30px;
}
.about-carousel .item {
  padding: 15px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
  margin: 0;
}
.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
}
.about-carousel .item .caption p {
  margin: 0;
}
.about-carousel .item .caption ul.social {
  margin-top: 5px;
}
.about-carousel .item .caption ul.social li a {
  color: rgba(255, 255, 255, 0.7);
}
.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
  color: white;
}
.about-carousel .owl-controls {
  margin-top: 0;
}
.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #38e6d8 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.about-carousel .owl-controls .owl-prev {
  left: 15px;
}
.about-carousel .owl-controls .owl-next {
  right: 15px;
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: inside;
  padding: 0;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
}
@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}
@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}
/* Vitality PORTFOLIO Classes Start Here
================================================== */
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222222;
}
.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 55px;
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #38e6d8 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px 155px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }
  .portfolio-carousel .item .project-details {
    padding: 15% 0 0;
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 46px;
}
.portfolio-modal .modal-content img {
  margin: 30px auto;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #38e6d8;
  color: white;
  border-color: #38e6d8;
}
#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #38e6d8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}
.pricing {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing .pricing-item {
  text-align: center;
  background: white;
  color: #222222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #38e6d8;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
/* Vitality FOOTER Classes Start Here
================================================== */
/*footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0 20px;
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  font-size: 22px;
}
footer.footer .contact-details {
  margin: 75px 0;
}
footer.footer .social {
  margin-bottom: 75px;
}
footer.footer .copyright p.small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}
*/
.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #38e6d8;
  background: white;
  outline: none;
}
.btn-outline-dark {
  color: #222222;
  border: 1px solid #222222;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #38e6d8;
  border-color: #38e6d8;
  outline: none;
}
.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222222;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full-width:hover {
  background-color: #38e6d8;
  color: white;
}
.btn-full-width:focus {
  color: white;
}
body.modern {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern p.lead {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern header .brand-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.modern .portfolio-carousel .item .project-details .project-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6 {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage p.lead {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage header .brand-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage .portfolio-carousel .item .project-details .project-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}

/* 404 NOT FOUND ======================================================================================================== */
.notfound {
	color: #ffffff !important;
	height: 100%;
}
.notfound-message {
	color: #ffffff !important;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 360px;
	width: 100%;
	text-align: center;
}
.notfound-message img {
	margin: 0 auto !important;
	text-align: center !important;
}
.notfound-message p {
	color: #ffffff !important;
}