html,body {
    background-color: #ffffff;
    height:100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    letter-spacing:0.1em;
}

.padding5 {
    padding: 0 5px;  
}

.marginRight60 {
    margin-right: 60px;
}

.hiddenImportant {
    display:none !important;
}

img {
    border: 0;
}

p {
    margin: 0;
}

a {
    color: #676167;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #2b272b;
    text-decoration: none;
    cursor: pointer;
}

#site {
    position: relative;
    min-height:100%;
    overflow: hidden;
}

div#header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    height: 100px;
    background-color:#ffffff;
    border-top:6px solid #2b272b;
    margin-bottom:30px;
    z-index:9999;
}

div#headerArrow {
    position:absolute;
    top:0;
    right:0;
}

div#closeHeader {
    position:absolute;
    top:25px;
    right:0;
}

div#separator {
    position:absolute;
    top:99px;
    left:5px;
    right:5px;
    border-bottom:1px solid #d6d4d6;
}

div#content {
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom:220px;
}

div#footer {
    position:absolute;
    bottom:0;
    width: 100%;
    min-height: 220px;
    background-color: #2b272b;
    color: #e3dfdc;
}

@media (max-width:767px) {
    div#header {
        left:20px;
        right:20px;
    }
    
    div#separator {
        left:0; right:0; 
    }
    
    div#closeHeader {
        position:absolute;
        top:60px;
        right:20px;
        z-index:1
    }
    
    div#content {
        position: relative;
        width: 100%;
        margin-top: 100px;
        padding-bottom:0px;
    }
    
    div#footer {
        position:relative;
        width: 100%;
        min-height: 220px;
        background-color: #2b272b;
        color: #e3dfdc;
    }
}

div#address {
    float:left;
    padding-top:25px;
    padding-left:50px;
    padding-right:30px;
    color:#e3dfdc;
    font-size:1.1em;
    line-height:1.3em;
    display:none;
}

div#contact {
    float:left;
    padding-top:20px;
    padding-left:20px;
    color:#e3dfdc;
    font-size:2em;
    line-height: 1.3em;
    display:none;
}

div#contact a {
    color: #e3dfdc;
    text-decoration: none;
}

div#contact a:hover {
    color: white;
    text-decoration: none;
}

div#logo {
    position: relative;
    float: left;
    padding-top: 50px;
}

img#logoImageNeg {
    display: none;
}

div#navigation {
    position: absolute;
    top:65px;
    right: 0;
    font-size: 1.2em;
}

div#navigationPhone {
    padding-top: 10px;
}

div#navigation a, div#navigationPhone a {
    color: #7a7a7a;
    text-decoration: none;
}

div#navigation a:hover, div#navigationPhone a:hover {
    color: #2b272b;
    text-decoration: none;
}

ul#navItems {
    margin: 0;
    text-align: right;
}

ul#navItems li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
}

div#loader {
    float:right;
    display:none;
}

div#footer a {
    color: #e3dfdc;
    text-decoration: none;
}

div#footer a:hover {
    color: #d6d4d6;
    text-decoration: none;
}

p.title {
    font-size: 1.4em;
    padding-bottom: 10px;
    color: #2b272b;
}

span.title {
    font-size: 1.4em;
    color: #2b272b;
}

p.subTitle {
    font-size: 1.2em;
    color: #676167;
    padding-top:5px;
    padding-bottom:5px;
}

span.subTitle {
    font-size: 1.2em;
    color: #676167;
}

.padding20 {
    padding: 20px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

a.active {
    font-weight: bold;
    color: #2a272b !important;
}

#navigation a.whiteLink {
    color: white !important;
}

#navigation a:hover.whiteLink {
    color: #d6d4d6 !important;
}

.opacity70 {
     /* opacity setting */
    filter:alpha(opacity=70);    /* ie  */
    -moz-opacity:0.7;    /* old mozilla browser like netscape  */
    -khtml-opacity: 0.7;    /* for really really old safari */  
    opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */
}

.opacity50 {
     /* opacity setting */
    filter:alpha(opacity=50);    /* ie  */
    -moz-opacity:0.5;    /* old mozilla browser like netscape  */
    -khtml-opacity: 0.5;    /* for really really old safari */  
    opacity: 0.5;    /* css standard, currently it works in most modern browsers like firefox,  */
}

.item {
    position: relative;
    max-width:376px;
    margin-bottom: 10px;
}

.caption {
    background:#2b272b;
    color:#fff;
    font-weight:bold;
    font-size:0.9em;
    position:absolute;top:0;left:0; right:0;
    
    height:100%;
    max-width:376px;
    
    /* hide it by default */
    display:none;

    /* opacity setting */
    filter:alpha(opacity=90);    /* ie  */
    -moz-opacity:0.9;    /* old mozilla browser like netscape  */
    -khtml-opacity: 0.9;    /* for really really old safari */  
    opacity: 0.9;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.caption p {
    margin:0;
    text-align: center;
}

.captionLink {
    display: inline-block;
    width:100%;
    height:100%;
    color: white;
}

.refTitle {
    font-size:1.6em;
    color:white;
}
