@import url(alef.css);

html,
body {
    margin:0px;
    padding:0px;
    background:#333333;
}

body {
    font-family: 'Alef', sans-serif;
    color:#999999;
	font-size:16px;
}

a {
    color:#3FA9F5;
    text-decoration:none;
}

#logo,
#footer {
    padding:30px;
    background: #222222;
    position: relative;
    z-index: 10;
}

#content {
    background:#333333;
    padding:30px;
    text-align:center;
    height:955px;
}

.row {
    width:80%;
    margin:0 auto !important; 
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li {
    border: 1px solid #333;
    width:25%;
    display: table-cell;
    float: left;
    height:180px;
    line-height: 180px;
    overflow: hidden;
    vertical-align: middle;
    margin: -1px 0 0 -1px;
    top: 1000px;
    position: relative;
}

ul li img {
    width: 100%;
}

.fancybox-inner {
    height:265px !important;
}