html {
    height:  100%;
}

body {
    height:  100%;
    background:  #fff;
    font-family: 'texgyreadventorregular';
    font-size:  100%;
}

.wrap {
    width:  1200px;
    margin: 0 auto;
    overflow:  hidden;
    border:  0;
}

/* Home Menu */
.RadMenu {
    float: left;
    width:  100%;
    /*overflow:  hidden;*/
    position:  relative;
    margin-top: -50px;
}

.RadMenu .rmRootGroup {
    clear:  left;
    float:  left;
    position:  relative !important;
    left:  50% !important;
}

.RadMenu .rmRootGroup .rmItem {
    border-right: 1px solid #cfccc8;
    display: block;
    float: left;
    position: relative;
    right: 50%;
}

.RadMenu .rmRootGroup .rmLast {
    border-right: 0;
}

.RadMenu .rmRootGroup .rmItem .rmLink {
    cursor: pointer;
    padding:  5px 15px !important;
    line-height:  100%;
}

.RadMenu .rmRootGroup .rmItem .rmLink .rmText {
    color:  #3b3632;
    font-family: 'texgyreadventorbold';
    font-size:  13px;
    padding:  0 !important;
    line-height:  100%;
}

.RadMenu .rmRootGroup .rmItem .rmLink:hover .rmText {
    background:  #fff;
    color:  #3b3632;
}

.rmHorizontal.rmLevel1 .rmLink {
    padding: 5px 8px !important;
}

.RadMenu .rmRootGroup .rmItem .rmLink + .rmSlide {
    display: block;
    opacity: 1;
    overflow: visible;
    top: 23px;
}

.RadMenu .rmRootGroup .rmItem .rmLink + .rmSlide .rmLevel1 {
    display: block;
    opacity: 0;
}

.RadMenu .rmRootGroup .rmItem:hover .rmLink + .rmSlide .rmLevel1 {
    opacity: 1;

    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

/* Home Logo */
.home-wrap {
    min-width: 1200px;
    width:  100%;
    height: 100%;
    min-height:  600px;
    position:  absolute;
    top: 0;
    left: 0;
}

.home-content {
    width:  1075px;
    position:  absolute;
    top:  50%;
    left:  50%;
    margin-left:  -538px;
    margin-top:  -250px;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
} 

.home-content.load {
    opacity: 1;
}

/* Footer */
#footer {
    width: 100%;
    background:  #a0a4ae;
    position:  absolute;
    bottom:  0;
    margin: 0;
    padding:  10px 0;
}

#footer ul {
    margin:  0;
    padding:  0;
}

#footer .nav-footer-right {
    float:  right;
    margin-right:  10px;
}

#footer .nav-footer-left {
    overflow: hidden;
    border: 0;
    margin-top: 8px;
    float:  left;
    margin-left:  10px;
}

#footer ul li {
    float: left;
    list-style: none;
    color:  #d7d7dd;
    font-size:  11px;
    font-family: Arial;
    margin-right:  10px;
}

#footer ul li a {
    color:  #d7d7dd;
    font-size:  11px;
}

.RadMenu .rmSlide, .RadMenu_Context {
    left: 8% !important;
}

.rmItem .rmSlide, .rmLevel1 {
    width:732px !important;
}
/* Fonts */
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventoritalic';
    src: url('../fonts/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold_italic';
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}