/*.search, .searchform { display: none; }*/
html, body { height: 100%; }

#page {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-top: 70px;
    box-sizing: border-box;
}

#page #outerHeader {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 70px;
    background-color: #f1f1f1;
}

#page #outerHeader .logo {
    height: 50px;
}
#page #outerHeader .logo img {
    max-width: 100%;
    height: auto;
}
#page #outerHeader nav a.search,
#page #outerHeader nav a.homelink,
#page #outerHeader nav a.hamburger {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
#page #outerHeader nav a.hamburger {
    display: none;
}
#page #outerHeader nav.activeMenu .search{
    display: none;
}
#page #outerHeader nav .searchform {
    position: absolute;
    top: -1000px;
    right: 0;
    padding: 10px;
    background-color: #f1f1f1;
    box-sizing: border-box;
}
#page #outerHeader nav.activeSearch .searchform {
    top: 60px;
}
#page #outerHeader nav.activeMenu .searchform {
    top: -1000px;
}
#page #outerHeader nav .searchform input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
#page #outerHeader nav > ul > li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    background: none;
}
#page #outerHeader nav > ul > li > a {
    display: block;
    font-size: 18px;
    color: #8d8d8d;
    text-decoration: none;
    padding: 15px 10px;
}
#page #outerHeader nav > ul > li.active > a {
    font-weight: 700;
}
#page #outerHeader nav > ul > li:hover > ul {
    display: block;
}
#page #outerHeader nav ul li hr {
    margin: 10px 0;
}
#page #outerHeader nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 10px;
    padding: 5px;
    background: #fff;
    border: 1px solid #8d8d8d;
    border-radius: 2px;
}
#page #outerHeader nav ul ul > li {
    text-align: left;
    padding: 0;
    background: none !important;
}
#page #outerHeader nav ul ul > li > a {
    display: block;
    color: #8d8d8d;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 4px;
}
#page #outerHeader nav ul ul > li.active > a,
#page #outerHeader nav ul ul > li:hover > a {
    color: #fff;
    background: #8d8d8d;
}
#page #outerHeader nav ul ul ul {
    position: relative;
    top: -4px;
    right: 0;
    background: #f1f1f1;
    border-top: 4px solid #8d8d8d;
    border-radius: 0 0 2px 2px;
}
#page #outerHeader nav ul ul > li.active ul {
    display: block;
}

#page #outerContent aside {
    color: #fff;
}
#page #outerContent section {
    box-sizing: border-box;
}

@media (max-width: 992px) {
    #page #outerHeader nav > ul > li { padding-right: 10px; }
    #page #outerHeader nav > ul > li a { font-size: 15px; padding: 15px 5px; }
}
@media (max-width: 768px) {
    #page #outerHeader nav a.homelink { display: none; }
    #page #outerHeader nav a.search { max-width: 50%; }
    #page #outerHeader nav .searchform {
        position: fixed;
        width: 100%;
    }
    #page #outerHeader nav a.hamburger { display: block; max-width: 50%; text-align: right; }
    #page #outerHeader nav ul {
        position: fixed;
        top: -1000px;
        left: 20px;
        width: 100%;
        padding: 10px 20px;
        background: #f1f1f1;
        box-sizing: border-box;
    }
    #page #outerHeader nav.activeMenu ul { top: 70px; bottom: auto; }
    #page #outerHeader nav > ul > li { display: block; text-align: right; padding: 0 25px 0 5px; }
    #page #outerHeader nav > ul > li > a { padding: 10px 0; }
    #page #outerHeader nav ul ul { position: relative; top: 0 !important; right: 0; left: auto; }
    #page #outerHeader nav ul ul > li { text-align: right; }
    #page #outerHeader nav ul ul ul { top: -4px !important; }
    #page #outerContent aside { display: none; }
    #page #outerContent section.col-xs-12 { width: 100%; border-left: 20px solid transparent; }
    #page #outerContent .home { position: absolute; top: 0; left: -20px; width: calc(100% + 20px); margin: 0; }
    #page #outerContent .home a { float: left; }
    #page #outerContent .column > .col-xs-12 { margin: 0 0 20px 0; padding: 0; }

    .home h2 { height: auto !important; }
    .home a .pppp { position: absolute; margin-right: 20px; }
    
    .home a p {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
    }
}

@media (max-height: 650px) {
    .rslides_container { display: none; }
}

@media (min-width: 900px) and (max-height: 850px) {
    .rslides_container { display: none; }
}

section > .row { margin-bottom: 20px; }

body {
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #8d8d8d;
}
h1 {
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    color: #5c5c5c;
/*    margin: 0;*/
    margin-left: 0px;
    margin-right: 0px;
}
h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #5c5c5c;
/*    margin: 0;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #777;/* #8d8d8d; */
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #5c5c5c;
/*    margin: 0;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}

p, li {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #8d8d8d;
}

p img.f-left {
    margin: 0 20px 20px 0;
}
p img.f-right {
    margin: 0 0 20px 20px;
}

p, ul, ol {
    margin: 0;
}

ul {
    padding-left: 0;
}
ul li {
    list-style-type: none;
    padding-left: 20px;
    background: url('../images/list-style-image.png') no-repeat left 3px;
}

a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.noul a{
    color: #6f6f6f;
    text-decoration: none;
}
.noul a:hover{
    text-decoration: none;
}

strong {
    font-weight: 700;
    color: #000;
}

/* line.html */
.line hr {
    height: 1px;
    margin: 0;
    background: #dbe2e7;
    border: none;
}

/* home.html */
.home {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
}
.home a {
    position: relative;
    text-decoration: none;
    padding: 40px 20px;
}
.home a h2 {
    height: 150px;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
}
.home a p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.home a span {
    position: absolute;
    bottom: 40px;
    font-weight: bold;
    color: #fff;
}
.home a div {
    position: absolute;
    bottom: 20px;
    font-weight: normal;
    color: #fff;
    width: 90%;
}


.home a div .newsbox{
    min-height: 80px;
    width: 100%;
    position: static;
    cursor: pointer;
}

.home a div h4 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.home a div p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 100;
    color: #fff;
}

.home a div a {
   height: 9px !important;
   float: none !important;
}
.home a div .trbg { background-color: rgba(255, 255, 255, 0.1); }


.container a { cursor: pointer; }



/* column.html */
.column > div:first-child {
    padding-left: 0;
}
.column > div:last-child {
    padding-right: 0;
}



/* home.html */
.menulink {
    font-family: 'myprod', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
}

.menulink2 {
    font-family: 'myprod', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    opaacity: 0.4;
    color: #000;
}

.menuheader {
    font-family: 'myprod', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 35px;
    color: #FFF;
}


/* agb.html */
.agb {
    padding-left: 0px;
    padding-top: 10px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
.agb li {
    margin-bottom: 20px;
}
.agb li li{
    margin-bottom: 12px;
    margin-left: -20px;
    list-style-type: lower-alpha;
}
.agb li li li{
    margin-bottom: 4px;
    margin-left: 0px;
    list-style-type: none;
}


/* box.html */
.box {
    padding: 10px;
    border: 1px solid #dbe2e7;
/*    border-left-width: 5px;  */
    border-top-color: #dbe2e7 !important;
    border-right-color: #dbe2e7 !important;
    border-bottom-color: #dbe2e7 !important;
    border-radius: 4px;
}
.box .description {
    margin-bottom: 20px;
}
.box .name {
    color: #000;
    font-size: 120%;
}
.box .imagebox {
    width: 25%;
    min-width: 200px;
    max-width: 300px;
}


.editbox {
    padding: 5px;
    border: 1px solid #dbe2e7;
    border-top-color: #dbe2e7 !important;
    border-right-color: #dbe2e7 !important;
    border-bottom-color: #dbe2e7 !important;
    border-radius: 4px;
}
.editbox .description {
    margin-bottom: 20px;
}
.editbox .name {
    color: #000;
    font-size: 120%;
}



/* quotation.html */
.quotation {
    padding: 10px;
    border: 1px solid #5c5c5c;
    border-left-width: 5px;
    border-top-color: #5c5c5c !important;
    border-right-color: #5c5c5c !important;
    border-bottom-color: #5c5c5c !important;
    border-radius: 4px;
}
.quotation .description {
    margin-bottom: 20px;
}
.quotation .name {
    color: #000;
    font-size: 120%;
}


/* accordion.html */
.accordion .ui-accordion-header {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    padding: 5px 25px 5px 0;
    background: url('../images/accordion-icon.png') no-repeat right center;
    border-top: 1px solid #000;
    cursor: pointer;
    outline: none;
}
.accordion .ui-accordion-header:first-child {
    border: none;
}
.accordion .ui-accordion-content {
    padding-bottom: 5px;
}

/* tabs.html */
.tabs .ui-tabs-nav {
    margin-bottom: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
}
.tabs .ui-tabs-nav .ui-state-default {
    display: inline-block;
    padding: 10px;
    background: none;
    border-right: 1px solid #8d8d8d;
    outline: none;
}
.tabs .ui-tabs-nav .ui-state-default:last-child {
    border: none;
}
.tabs .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
    color: #8d8d8d;
    text-decoration: none;
}

/* newsentry.html */
.newsentry {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.newsentry p {
    margin-bottom: 5px;
}
.newsentry a {
    text-decoration: none;
    padding-right: 15px;
    background: url('../images/marker.png') no-repeat right center;
}


/* main images opacity */
.opacity50 {
     opacity: 0.5;
     filter: alpha(opacity=50); /* For IE8 and earlier */
 } 