@font-face
{
    font-family: 'DistantGalaxyRegular';
    src: url('font/distgrg_-webfont.eot');
    src: url('font/distgrg_-webfont.eot?#iefix') format('embedded-opentype'), url('font/distgrg_-webfont.woff') format('woff'), url('font/distgrg_-webfont.ttf') format('truetype'), url('font/distgrg_-webfont.svg#DistantGalaxyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Footer */
#footer
{
    width: 100%;
    position: fixed;
    padding-left: 20px;
    bottom: 0;
    left: 0;
    line-height: 20px;
    color: #888;
    font-size: 13px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}
#footer span
{
    display: block;
}

/* clearfix */
.clearfix
{
    clear: both;
}

/* wrapper css */
#wrapper
{
    margin-top: 70px;
    width: 100%;
}

#container
{
    position: relative; /*width:1100px;*/
    width: 550px; margin:0 0  ;
     /*margin-left:40px;*/
    
}
.block
{
    min-height:190px;
    
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    line-height: 1.7;
    box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    transition: box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
    text-align: center;
}
.block:hover
{
    box-shadow: 0 1px 13px rgba(34,25,25,1);
    -moz-box-shadow: 0 1px 13px rgba(34,25,25,1);
    -webkit-box-shadow: 0 1px 13px rgba(34,25,25,1);
}

.block h3
{
    font-size: 22px;
    color: #7A8489;
    margin: 0 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff, 2px 2px 1px #ccc;
    font-family: 'Arial Narrow' , Arial, Helvetica, sans-serif; /*border-bottom:4px double #ccc;*/
}
.block pre
{
    background: #F4FAFC;
    padding: 15px;
    margin: 0 25px;
    border: 1px solid #ADC6D1;
    line-height: 1.8;
}

.imgholder
{
    width: 130px;
    height: 120px;
    overflow: hidden;
    margin: 4px auto;
    display: block;
    background: #000; /*border:5px solid; 	border-color:#ccc;*/
}
/*.imgholder:hover{
	border-color:#aaa;
}*/

.ss
{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s;
}
.imgholder img
{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s;
}
