﻿/* font families */
.font-body {
    color: #000000; 
    font-family: 'Myriad Pro', Arial, sans-serif ; 
    font-size: 14pt;
    font-weight: normal;
    line-height: 18pt; 
}

.font-body-lg {
    color: #000000;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    line-height: 20pt;
}

.font-header-lg {
    color: #000000;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 30pt;
    font-weight: bold;
    line-height: 40pt;
    text-align: center;
}
h1.head {
    color: #4f57a2;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    line-height: 30pt;
    text-align: left;
    margin-bottom:20px;
    margin-top:10px;
}

.font-header-md {
    color: #000000;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 22pt;
    font-weight: bold;
    line-height: 25pt;
    text-align: center;
    padding: 30px 0px;
}

.font-header-sm {
    color: #000000;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    line-height: 25pt;
    text-align: center;
}

.font-footer {
    color: #3d6ae2;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    line-height: 20pt;
    text-align: center; 
   
}

.font-nav {
    color: #ffffff;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    line-height: 25pt;
    text-align: left;
}

.font-align-left {
    text-align: left;
}

.font-align-center {
    text-align: center;
}

.font-align-right {
    text-align: right;
}

.font-color-white {
    color: #ffffff;
}

.font-normal {
    font-weight: normal;
}

.logo-opacity{
    opacity: .9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

/* links, hrefs, emails */
a:link, a:active, a:visited, a:hover{
    font-family:'Myriad Pro', Arial;
    cursor: pointer;
    color: #333333;
    text-decoration: underline;
}

a.email:link, a.email:active, a.email:visited {
     font-family:'Myriad Pro', Arial;
    text-decoration: none;
}

a.email:hover {
     font-family:'Myriad Pro', Arial;
    text-decoration: underline;
}

a.keys:link, a.keys:active, a.keys:visited, a.keys:hover{
    font-family:'Myriad Pro', Arial;
    font-size: 14pt;
    cursor: pointer;
    color: #333333;
    text-decoration: none;
}
a.certlink:link, a.certlink:visited, a.certlink:active {
    color: #fff;
    text-decoration: none;
}

a.certlink:hover {
    color: #fff;
    text-decoration: none;
}
.page-padding{padding-left:65px;}

/* Custom Client Specific CSS Styles */
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

header, hgroup, section {
    display: block;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* Custom Nav Bar CSS */
nav
{
    clear: both;
    display: block;
    height: auto;
    z-index: 999;  
}

#nav-wrapper {
    background-color: #e1e2e2;
    display: table;
    width:100%;
    min-height:105px;
}

#nav-wrapper #top-nav-logo
{
    /*border: 2px dotted yellow;*/
    /*display: table-cell;*/
    /*height:132px;*/    
    /*min-height: 69px;*/
    /*width: 153px;
    height: 69px;*/
      width: 147px;
    height: 100px;
    float:left;
}

#nav-wrapper .logo {
    display: table;
    vertical-align: middle;
}

/* Logo Dimensions */
#nav-wrapper .logo img {
    /*display: table-cell;
    height: 69px;
    text-align: center;
    width: 153px;*/
    
    /*width: 153px;
    height: 69px;*/

    width: 147px;
    height: 100px;

    float:left;
}

#nav-wrapper #top-nav-menu {
    /*border: 2px dotted cyan;*/
    /*display: table-cell;
    vertical-align: middle;
    width: 100%;*/
    
    float:left;
    /*margin-top:13px;*/
}

#nav-wrapper #top-nav-menu a {
    text-decoration: none;
}

#nav-wrapper #top-nav-menu li {
    vertical-align: middle;
}

#nav-wrapper #top-nav-social {
    /*border: 2px dotted orange;*/
    /*display: table-cell;
    vertical-align: middle;*/
    float: right;
}

#nav-wrapper #top-nav-social-wrapper {
    display: table;
}

#nav-wrapper #top-nav-social-wrapper img {
    display: table-cell;
    /* padding: 8px 8px 8px 8px; */
    width: 34px;
}
#top-nav-social-wrapper a {
    display:table-cell;
    padding-left:5px;
}

/* Custom Body CSS */
#outside-footer-wrapper {
    min-height: 100%;
}

#body {
    font-family:'Myriad Pro', Arial, sans-serif;
    background-color: #ffffff;
    display: block;
    height: auto;
    padding-bottom: 140px; /* height of footer */
    overflow: auto;
    vertical-align: top;
    width: 100%;
    
}
h2 {
    font-family:'Myriad Pro', Arial, sans-serif;
    font-size: 13pt;
    color: #98012E;
    line-height: 15pt;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 5px 0px;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    line-height: 25pt;
}
p {
    margin-bottom:25px;
    color: #000000;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    line-height: 18pt;
}
.row {
    color: #000000;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 14pt;
    font-weight: normal;
}
ul {
    font-family: 'Myriad Pro', Arial, sans-serif;
    list-style-position: outside;
    list-style-type: disc;
    margin-left:45px;
  
}

ol {
    font-family: 'Myriad Pro', Arial, sans-serif;
    list-style-position: inside;
    list-style-type:decimal;
    margin-left:0
  
}

li span { position: relative; left: -5px; }
 .product-spotlight-home{
        background-color:#feface;
        min-height:655px; 
        width:90%;
    }

div#content-aboutus {
    background-color: rgb(55,53,54);
    /*height: 370px;*/ /* same as content-aboutus-map height */
}

div#content-aboutus-map {
    background-image: url(../../Images/photos/4.png);
    background-image: -moz-linear-gradient(left, rgba(55,53,54,1) 10%, rgba(55,53,54,0) 100%, rgba(55,53,54,0) 100%), url(../../Images/photos/4.png);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(55,53,54,0)), color-stop(100%, rgba(55,53,54,0)), color-stop(100%, rgba(55,53,54,0))), url(../../Images/photos/4.png);
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(left, rgba(55,53,54,1) 10%, rgba(55,53,54,0) 100%, rgba(55,53,54,0) 100%), url(../../Images/photos/4.png);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(left, rgba(55,53,54,1) 10%, rgba(55,53,54,0) 100%, rgba(55,53,54,0) 100%), url(../../Images/photos/4.png);
    /* Opera 11.10+ */
    background-image: linear-gradient(left, rgba(55,53,54,1) 10%, rgba(55,53,54,0) 100%, rgba(55,53,54,1) 100%), url(../../Images/photos/4.png);
    /* W3C */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 370px; /* same as content-aboutus height */
    width: 100%;
}

button#content-location-btn {
    /*width: 25%;*/
}

div.content-portfoliorow-lg {
    display: block;
    height: 450px;
    margin: auto;
    width: 80%;
}

div.content-portfoliorow-lg img {
   height: auto;
   max-height: 99%;
   max-width: 99%;
}

div.content-showroomrow-lg {
    display: block;
    height: 400px;
    margin: auto;
}

div.content-showroomrow-lg div.content-showroomtile-wrapper {
   height: 400px;
   margin: auto;
   max-height: 99%;
   max-width: 80%;
}

div.content-2col div.content-2col-col div.content-showroomtile-wrapper button.showroom-button {
    display: block;
    position: relative;
    top: 45%;
}

p#content-showroom-info {
    margin: auto;
    width: 45%;
}

div.content-2col div.content-2col-col div#content-contactinfo-wrapper p {
    width: 80%;
}
#content-contactinfo-wrapper {
    padding:30px;
}
#contact-form {
    /* padding:30px; */
}

div.content-2col div.content-2col-col div#contact-form {
    display: block;
    margin: auto;
    text-align: left;
    width: 80%;
}

div#contact-form label.contact-label {
    color: rgb(183, 183, 183);
    display: block;
    font-style: italic;
    text-align: left;
}

div#contact-form textarea#contact-message {
    resize: none;
}

div#contact-form .form-control {
    background-color: rgb(242, 242, 242);
}

div#contact-form button {
    display: block;
    font-size: 18pt;
    height: 40px;
    width: 30%;
}

div#products-form label.contact-label {
    color: #0054a6;
    font-style: normal;
    text-align: left;
}

div#divOptions label.contact-label {
    color: #0054a6;
    font-style: normal;
    text-align: left;
}

div.content-3col div.contact-name-field {
    float: left;
    text-align: center;
    width: 45%;
}

div.content-3col div#contact-name-spacer {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 10%;
}

div.content-3col div#contact-name-spacer span {
    display: inline-block;
    height: 100%;
    width: 100%;
}

div.content-layer {
    display: block;
    overflow: hidden;
}

div.content-layer > div.content-layer-header {
    padding:60px 0px 30px 0px;
}

div.content-layer-header {
    display: block;
    text-align: center;
}

span.content-spacer-lg {
    display: block;
    height: 75px;
}

span.content-spacer-sm {
    display: block;
    height: 25px;
}

span.content-spacer-tiny {
    display: block;
    height: 3px;
}

div.content-layer-header fieldset {
    border-top: solid 2px #000000;
    display: block;
    height: 10px;
    margin: auto;
    width: 50px;
}

div.content-2col {
    display: block;
    height: 100%;
    overflow: hidden;
}
div.content-2col-col > div > img {
    width:100%;
}

.divLeftImage {
    /*padding-left:30px;*/
    padding-bottom:30px;
}
.divRightImage {
    /*padding-right:30px;*/
    padding-bottom:30px;
}
div.content-2col div.content-2col-col {
    float: left;
    height: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

div.content-2col div.content-2col-col  p {
    display: block;
    margin: auto;
    overflow: hidden;
    width: 320px;
}

div.content-2col div.content-2col-col  button {
    background-color: rgb(196, 74, 70);
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 13pt;
    font-weight: normal;
    height: 35px;
    line-height: 13pt;
    margin: auto;
    overflow: hidden;
    text-align: center;
    width:170px;
}
/*form button {
    background-color: #4f57a2;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 13pt;
    font-weight: normal;
    height: 35px;
    line-height: 13pt;
    margin: auto;
    overflow: hidden;
    text-align: center;
    width:170px;
}*/

div.content-3col {
    display: block;
    height: auto;
    overflow: hidden;
    padding-bottom:10px;
}

div.content-3col div.content-3col-col {
    /*float: left;*/
    overflow: hidden;
    text-align: center;
    /*width: 33.1%;*/
}

div.content-3col div.content-3col-col img {
   
    display: block;
    height: 224px;
    margin: auto;
    width: 401px; /* commented out because it is not currently square */
}


div.content-split-top {
    height: 85%;
}

div.content-split-bottom {
    height: 15%;
    /*margin:25px;*/
}

/* Custom Footer CSS */
/* Implemented cssstickyfooter.com's example to keep footer on bottom */
footer {
    background-color: #fff;
    bottom: 0;
    clear: both;
    display: table;
    height: 50px;
    margin-top: -80px; /* negative value of footer height */
    position: relative;
    width: 100%;
}

footer #custom {
    height: inherit;
    /*text-align: center;*/
    text-align:right;
    vertical-align: middle;
    width: inherit;
}

footer #custom .footer-text{
    text-align:right;
    padding-right: 65px;
}

footer .footer-text-align{
     text-align: right;
}

footer .footer-padding
{
    padding-right:50px;
}

.home-footer-1{
    color:black;
    font-size:10pt;
    font-weight:bold;
    padding-left:110px;
}

.home-footer-2{
    padding-left:220px;
}

.content-col-2 {
    max-height:350px;
    height:initial !important;
    background:black;
    overflow: hidden;
}
.content-col-2 img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1900px;
}

.innerPageHeader {
    height: 350px;
    overflow: hidden;
}

.innerPageHeader img{
    width: 100%;
    max-width: 1900px;
}

/*#nav-wrapper {
    width:100px;
}*/

.row {
    margin-left:auto !important;
    margin-right:auto !important;
}
.divAboutUs {
    height:370px;
}
.hide-column{display:block;}

 .product-spotlight-column{
        width:58%;
        float:right;
    }
   .product-spotlight-buttons{
       /*float:right;*/
       width:275px; 
       height:47px; 
       background-color:#4f57a2; 
       text-align:center;
       padding-top:7px;
       margin-bottom:20px;
    }
 /* page error messages */
 p.message-info
{
    background-color: #ffffcc;
    border: 1px solid #ffcc66;
    clear: both;
    padding: 10px 30px;
    background-image: url(~/images/icnInfo.png);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12px;
    margin-bottom: 10px;
}

p.message-error
{
    clear: both;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 10px 30px;
    background-color: #FFCACA;
    border: 1px solid #ff0000;
    background-image: url(~/images/icnError.gif);
    background-repeat: no-repeat;
    background-position: left;
}

p.message-success
{
    color: #009800;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 10px 30px;
    background-color: #ffffcc;
    border: 2px solid #009800;
    background-image: url(~/images/icnMessage.gif);
    background-repeat: no-repeat;
    background-position: left;
}
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.12pt;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}
@media (max-width: 992px) {
    div.content-2col div.content-2col-col p {
        width:100% !important;
    }
    .divAboutUs {
        min-height: 450px;
        height: auto;
    }    
    .divAboutUs div.content-split-bottom {
        height: 15%;
        /*margin:25px;*/
        margin-top:20px;
    }
       .page-content
    {
        width:100%;
    }
    .page-padding{padding-left:0;}
    .product-spotlight-home{
        background-color:#feface;
        min-height:640px; 
        width:100%;
    }
    .product-spotlight-column{
        width:100%;
        float:left;
    }
    .product-spotlight-buttons{
        /*float:left;
        margin-left:10px;*/
        width:275px;
        height:47px; 
        background-color:#4f57a2; 
        text-align:center;
        padding-top:7px;
        margin-bottom:20px;
    }
   .home-footer-1{
    color:black;
    font-size:10pt;
    font-weight:bold;
    padding-left:50px
    }

    .home-footer-2{
        padding-left:50px;
    }

    
    footer #custom .footer-text{
        text-align:center;
        padding-right: 15px;
    }

    footer .footer-text-align{
        text-align: center;
    }
    footer .footer-padding
    {
        padding-right:10px;
    }
}
@media screen and (max-width:1325px) {
   .hide-column{display:none;}
}

@media screen and (min-width:1200px) {
    .page-content
    {
        width:60%;
    }
}