

.title {
    display: block;
    width: 100%;
    height: 100px;
    text-align: right;
    position: relative;
    z-index: 101;
    background-color: #5d5d5d
}
.title_outer.with_image .title .title_subtitle_holder,.title_outer .has_fixed_background.title .title_subtitle_holder,.title_outer .has_background.title .title_subtitle_holder {
    display: table-cell;
    vertical-align: bottom;
    width: 100%
}
nav.main_menu>ul>li>a {
    position: relative;
    padding: 0 20px;
    color: #696969;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    display: inline-block;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out
}
header.centered_logo .header_inner_left {
        float: none;
        position: relative;
        display: block;
        margin: 0px 0 0;
        left: 0
    }
h1 {
    font-size: 36px;
    line-height: 1.3125em;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase
}

h2 {
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 800;
   text-transform: uppercase
}

h3 {
    font-family: 'tahoma',sans-serif;
    font-size: 24px;
    line-height: 1.285714285714286em;
    font-style: normal;
    font-weight: 400
}

h4 {
    font-size: 20px;
    line-height: 1.538461538461538em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: none
}

h5 {
    font-size: 18px;
    line-height: 1.444444444444444em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase
}

h6 {
    font-family: 'tahoma',sans-serif;
    font-size: 14px;
    line-height: 1.571428571428571em;
    font-style: italic;
    font-weight: 400
}
.drop_down .narrow .second .inner ul li {
    padding: 0;
    width: 275px
}

.drop_down .second .inner ul li a,.drop_down .second .inner ul li h4 {
    display: block;
    color: #000;
    height: auto;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 24px;
    padding: 0 4px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    border-bottom: 1px solid transparent
}
  header.centered_logo .q_logo {
        top: -20px
    }

.footer_top {
    padding: 32px 0 26px
}
