﻿.gallery{
     position: relative;
      z-index: 0; 
 }

#slides {
    position: relative;
    height: 200px;
    padding: 0;
    margin: 0;
    list-style-type: none !important;
}

.slide {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    background: none !important;
    line-height: inherit;
    font-size: inherit;
    margin: 0 !important;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
         
/*options ui config*/
            
.slide {
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
}
    
.slide.active {
    opacity: 1;
    z-index: 2;
}
            

.controls{
    /*hide controls by default so with no JS, graceful fallback */
    position: absolute;
    padding-top: 140px;
    width: 99%;
    left: 0;
    top: 0;
    z-index: 10;
    vertical-align: middle;
    cursor: pointer;
    pointer-events:none;        
}



.control {
   pointer-events:auto;
}

.control:hover,
.control:focus{
    background: #45618d;
    color: #fff;

}

.control {
    display: none;
    width: 20px;
    height: 20px;
    padding: 0 0 0 8px;
    margin: 4px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    background: #eee;
    color: #bebebe;
    z-index: 10;
}

#prev { float: left;}
#pause { float: right;}
#next { float: right;}


/*read more classes*/

.more-text {
    display: inline-block;
    height: 0;
    overflow: hidden;
    transition: opacity 2s;
    opacity: 1;
}

.fade-in {
    height: auto;
    opacity: 1;
    cursor: pointer;
}

.fade-out {
    height: 0;
    opacity: 0;
}

.hidden { 
          display: none;
}

.quick-tip {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #bebebe;
    color: #bebebe;
    cursor: pointer;
    line-height: 10px;
    height: 10px;
    width: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 6px;
    margin-left: 5px;
        
}
.tip-box {
    /* change dimensions to be whatever the background image is */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 50px;
    margin-left:220px;
    width: 210px;
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    left: 100px;
    padding: 5px;
}


#homeList {
    clear:both;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    list-style-type: disc;
    list-style-image: none;
    color: #00aaea;
    list-style-position: inside;
    background: none;
    margin: 10px 10px;
}

#homeList LI {
    padding: 0px;margin: 0px;
    line-height: 40px;
  
    background-image: none;
    font-weight: bolder;
    font-size: 36px;

}

#homeList li a { color: #00aaea;  font-size: 15px;  vertical-align: middle;}

#homeList li span { font-size: 9px; display: inline-block;  vertical-align: middle;}



     
.nicetable a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.nicetable a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.nicetable a:active,
.nicetable a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
.nicetable {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
.nicetable th {
    padding:1px 5px 2px 5px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.nicetable th:first-child {
    text-align: left;
    padding-left:20px;

}



.nicetable tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.nicetable tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.nicetable tr {
    text-align: center;
    padding-left:20px;
}
.nicetable td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}


.nicetable td {
    padding:5px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.nicetable tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.nicetable tr:last-child td {
    border-bottom:0;
}
.nicetable tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.nicetable tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.nicetable tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

#div1 {
    display: inline-block;
    align-content: center;
    width: 75%;
}

#div2 {
    display: inline-block;
    vertical-align: top;
    align-content: center;
    width: 23%;
}

