@font-face {
  font-family: "Raleway";
  src: url("visuals/raleway_thin.ttf");
  }
html {
    font-family: "Cabin", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    height: 100%;
    background: #efefef;
}

body {
    margin: 0px;
    padding: 0px;
    height: 101%;
    width: 100%;
    font-size: 1em;
    color: #222;
}

img {
    border: none;
}

a {
	text-decoration:none;
}

#loader {
	margin:auto;
	text-align:center;
	position:absolute;
	left:150px;
	top:138px;
}
#header {
	background: none repeat scroll 0 0 #222;
    float: left;
    height: 50px;
    margin: 108px 0 0;
    padding: 25px 30px;
    width: 186px;
}
#logo {
	display:block;
	float:left;
	width:131px;
	height:50px;
	background:url("../visuals/logo.png") no-repeat left 5px;
}
#description {
	position:absolute;
	left:0;
	top:68px;
	padding-left:30px;
	width:220px;
}
#contact {
	position:absolute;
	left:0;
	top:213px;
	padding-left:30px;
	width:220px;
}
#contact span {
	color:#df243e;
}
#container {
	float:right;
	width:710px;
}
.box{
	background:#222;
	margin:4px;
	color:#efefef;
	overflow:hidden;
	float:left;	
	position:relative;
}
.box p{
	margin:5px;
	padding:0;
	position:absolute;
	bottom:0;
}

.box span{
	color:#606060;
}
.boxMain {
	font-size:24px;
	position:absolute;
	z-index:10;
}
.boxMain p{
	font-size: 27px;
    line-height: 21px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.boxMain:hover {
	background:#df243e;
}
.boxMain.active {
	background:#4ea5d7;
}
.hidden {
	display:none;
}
.childWrapper {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
}
.boxWrapper {
	width:225px;
	height:416px;
	float:left;	
	position:relative;
}
.boxChild {
	position:absolute;
}
.boxChild:hover {
	color:#;
}
.mainWrapper {
	width:1030px;
}
#gallery {
    clear:both;
}
.galleryPhoto {
    width:89px;
    height:89px;
    float:left;
    display:block;
    position:relative;
}
.galleryPhoto a{
    width:100%;
    height:100%;
    display:block;
}
.galleryPhoto .mark{
    width:20px;
    height:20px;
    position:absolute;
    left:5px;
    top:5px;
    font-size:70px;
    line-height:60px;
    font-weight:bold;
    color:#f93056;
    cursor:pointer;
}
.galleryPhoto .overlay{
    width:100%;
    height:100%;
    top:0;
    cursor:pointer;
    left:0;
    position:absolute;
    display:block;
}
.galleryPhoto .description{
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    bottom:89px;
    left:0;
    width:500px;
    z-index:10;
    position:absolute;
}
.galleryPhoto .description span{
    background: #F00;
    color: #FFFFFF;
    font-size: 15px;
    padding:0 10px;
}
