html {
    background-color:#1d1d1d;
    padding: 0;
    margin: 0;
    font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 75%;
    color:#636363;
    overflow: hidden;
}

h1{font-family: 'Abel', sans-serif;font-weight:300;font-size: 2.500em;color:#82a473;display: none; }
h2{font-family: 'Abel', sans-serif; font-size: 2.000em;color:#008699;font-weight:400;margin:0 0 15px;}
.contact{font-family: 'Abel', sans-serif; font-size: 1.20em;color:#008699;font-weight:400;padding:10px 0 0;}
.comms, .comms a{color:#008699;}

i,p{font-size:1.167em;line-height:22px;}
i{padding:0 0 10px 0;}
p.person{font-size: 1.000em;line-height: 16px;margin:5px 0 0 0;}
a{color:#636363;}

section{height: 800px;
    left: 50%;
    margin: -280px 0 0 -421px;
    position: absolute;
    top: 50%;
    width: 840px;}

ul{padding: 0;margin: 0;}
ul li {list-style: none;padding: 0;margin: 0;float:left;}
ul li img{display: block;height:100%;width: 100%;}

#lightbox {  
    display:none;  
    background:#333333;  
    opacity:0.85;  
    filter:alpha(opacity=70);  
    position:absolute;  
    top:0px;  
    left:0px;  
    min-width:100%;  
    min-height:100%;
    height:960px;  
    z-index:1000;  
    }  
    
 /* Lightbox panel with some content */  
#lightbox-panel{  
    display:none;  
    position:fixed;  
    top:50%;  
    left:50%;  
    margin:-244px 0 0 -472px;
    width:880px; 
    background:#FFFFFF;  
    padding:25px;  
    border:5px solid #008699;  
    z-index:1001;  
    -moz-border-radius: 18px;
	border-radius: 18px;
    }  

 .copy{position: relative;width: 700px;float:right;}
 .imgs{width:180px;float:left;}

 a#close-panel{
    background: url("../image/close.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    text-indent: 100%;
    top: 0px;
    white-space: nowrap;
    width: 56px;
 }

.lightbox-content{float:none; clear:both;}

#thumbnails li a{
    display: block;
    height: 80px;
    text-indent: 111%;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    padding: 30px 10px;
    font-size: 1em;
    -webkit-transition: font-size 2s ease;
    -moz-transition: font-size 2s ease;
    -o-transition: tfont-size 2s ease;
    -ms-transition: font-size 2s ease;
    transition: font-size 2s ease;
}

#thumbnails li.one a{
    font-size: 1.333em;
}

#thumbnails li.one a{background: url("../image/image-01.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.two a{background: url("../image/image-02.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.three a{background: url("../image/image-03.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.four a{background: url("../image/image-04.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.five a{background: url("../image/image-05.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.six a{background: url("../image/image-06.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.seven a{background: url("../image/image-07.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.eight a{background: url("../image/image-08.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.nine a{background: url("../image/image-09.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.ten a{background: url("../image/image-10.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.eleven a{background: url("../image/image-11.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.tweleve a{background: url("../image/image-12.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.thirteen a{background: url("../image/image-13.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.fourteen a{background: url("../image/image-14.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.fithteen{background: url("../image/image-15.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.sixteen a{background: url("../image/image-16.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.seventeen a{background: url("../image/image-17.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.eighteen a{background: url("../image/image-18.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.nineteen a{background: url("../image/image-19.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.twenty a{background: url("../image/image-20.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.twentyone a{background: url("../image/image-21.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.twentytwo a{background: url("../image/image-22.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.twentythree a{background: url("../image/image-23.jpg") no-repeat scroll 0 0 transparent;}
#thumbnails li.twentyfour a{background: url("../image/image-24.jpg") no-repeat scroll 0 0 transparent;}


#thumbnails li a:hover{
    background-image: none;
    background-color: #008699;
    text-indent:0;
    font-family: 'Abel', sans-serif;
    font-size: 1.5em;
    color:#FFFFFF;
    text-decoration: none;
    visibility: visible;
    text-align: center;
    white-space: normal;
    transform:scale(1) translate3d(0, 0, 0);
    }

#thumbnails li.one a:hover{
    background-color: #82A473;
    font-family: 'Orbitron', sans-serif;
    line-height: 26px;
    font-size: 1.333em;
}

#thumbnails li a:hover span{position:relative;top:20%;display:block;}
#thumbnails li a:hover span.single-line{top:33%;}
