@CHARSET "ISO-8859-1";
/*
#logo {
        display: block;
        height: 100px;
        float: none;
        margin: 0 auto 0 !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important;
    }

    #logo a.standard-logo { display: inline-block; }
}
*/

/* Popup container */
.mypopup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 300px;
    background-color: #00ff00;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 35%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0s;
    animation: fadeIn 0s
    
     -webkit-animation: fadeIn 0s;
    animation: fadeIn 0s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

p, ul, ol, div {font-size: 17px}


a {  color: #0a4;}

a {  color: #24f;}

a:hover { color: #d24; }

.sidebar {
    background-color: #eeeeee;
    float: top;
    width: 240px;
    max-height:100%;
    overflow-y: auto;
    position: fixed;
    top:110px;
}

img {
    object-fit: fill;
    object-position: 50% 50%; /* default value: image is centered*/
    object-position: 0 0; /* positioned top left of the content box */
}


/* ----- slide panels ----- */

#f1, #p1, #f2, #p2 {
    padding: 5px;
    text-align: left;
    
    


}

#p1, #p2 {
    display: none;
    border-radius: 5px; 
     height: auto;
}

#f1, #f2 {
   line-height: 1.1;
} 

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 10;
    width: 16px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #146a6b;
    padding: 0 0 0 24px;
} 

.toggle .togglet, .toggle .toggleta {
    padding: 0 0 0 54px;
    font-size: 22px;
    color: #888888;
    cursor: pointer; 
} 

.togglet:hover {
    padding: 0 0 0 54px;
    font-size: 22px;
    color: #000000;
    cursor: pointer; 
}  

.toggle .togglec {
  padding: 10px 0 0 54px;  
  font-size: 16px;  
}

.dropcap {
    color:#aaaaaa;
}

.dropcap_small {
    float: left;
    font-size: 24px;
    line-height: 1;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}

.dropcap_vsmall {
    color:#888888;
    float: left;
    font-size: 22px;
    margin: 0 0 0 0;
    padding: 0px 10px 10px 10px;
    /*text-transform: uppercase;*/
}
 
.line-narrow, .double-line-narrow {
    clear: both;
    position: relative;
    width: 100%;
    margin: 12px 0;
    border-top: 1px solid #EEE;
}

a {p680
    color: #338ad7;
}

.fig600_frame{
    position: relative;
    width: 50%;
    float: right;
    padding-left: 15px;  
}

.history_frame{
    position: relative;
    width: 50%;
    float: right;
    padding-left: 15px;  
}




.lift_history_frame{
     position: relative;
    width: 60%;
    float: right;
    padding-left: 15px;   
}


.fig700_frame{
     position: relative;
    width: 700px;
    float: right;
    padding-left: 15px;   
}

.fig650_frame{
     position: relative;
    width: 60%;
    float: right;
    padding-left: 15px;   
}

.fig_50{
    position: relative;
    width: 50%;
    float: right;
    padding-left: 15px;   
}

.fig_30{
    position: relative;
    width: 30%;
    float: right;
    padding-left: 15px;   
}

.fig_40{
    position: relative;
    width: 40%;
    float: right;
    padding-left: 15px;   
}

.figteaser_frame{
     position: relative;
    width: 40%;
    float: right;
    padding-left: 15px;   
}


.fig800_frame{
     position: relative;
    width: 800px;
    float: right;
    padding-left: 15px;   
}


.RCII_frame{
     position: relative;
    width: 100%;
    float: center;
    padding-left: 15px;   
}

.frrmethod_frame {

  left: 35%;
  width: 150px;
  height: 150px;
}

.frr_img {
  position: absolute;
}

blockquote {
    margin:30px
}
