@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------------- */
/* --------------------------------- Intro ----------------------------------- */
/* --------------------------------------------------------------------------- */
#content{
	margin-top:0;
	padding-top:0;
	width:990px;
}
#content #intro{
	width:990px;
	height:435px;
	position:relative;
	text-align:center;
	background:url(../images/intro_loading.gif) no-repeat 50% 50%;
}
#content #intro img{
	width:990px;
	height:435px;
	position:relative;
}
/* --------------------------------------------------------------------------- */
/* -------------------------------- Headlines -------------------------------- */
/* --------------------------------------------------------------------------- */
#content #headlines{
	margin:-5px 0 0;
	width:990px;
	height:55px;
	background:url(../images/bg-headlines.png);
}
#content #headlines #base{
	height:25px;
	width:980px;
	margin:14px 5px 0;
	display:inline-block;
	background-color:#FFFFFF;
}
#content #headlines #base img.title{
	padding:0;
	margin:0;
	float:left;
	width:100px;
	height:25px;
	background:url(../images/bg-headlines-title.jpg) no-repeat;
}
#content #headlines #base p.scroll-text{
	width:880px;
	height:20px;
}
#content #headlines #base div.pointer{
	/*div.pointer generated by marquee jQuery plugin*/
	padding:5px 0 0;
	margin:0;
	font-size:16px;
}
/* --------------------------------------------------------------------------- */
/* --------------------------------- Boxes ----------------------------------- */
/* --------------------------------------------------------------------------- */
#content #boxes{
	margin:20px auto 0px;
	width:980px;
	height:245px;
	background:url(../images/bg-boxes.png);
}
#content #boxes .random-box-1,
#content #boxes .random-box-2,
#content #boxes .random-box-3,
#content #boxes .random-box-4 {
	display:none;
}
#content #boxes .view{
	width:215px;
	height:215px;
	float:left;
	margin:15px;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
	/* ----------------------------- */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#content #boxes .view .mask{
	width:215px;
	height:215px;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	background-color:#612f1d;
	background-color:rgba(72, 20, 1, 0.6);
	/* ----------------------------- */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	/* ----------------------------- */
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#content #boxes .view:hover .mask{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#content #boxes .view img{
    display: block;
    position: relative;
	/* ----------------------------- */
	-webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
#content #boxes .view:hover img{
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#content #boxes .view h2{
	margin: 15px 10px 0px;
	text-align:center;
	font:28px 'ColaborateLightRegular';
	line-height:26px;
	position:relative;
	color:#e5a324;
	text-shadow:2px 2px 1px #411201;
	/* ----------------------------- */
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#content #boxes .view p{
	margin:0 10px;
	padding:0;
	text-align:center;
	position:relative;
	font-size:13px;
	color:#fff;
	/* ----------------------------- */
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#content #boxes .view a.info{
	margin-top:10px;
	padding:5px 10px;
	color:#612f1d;
	display: inline-block;
    text-decoration: none;
	background:#e5a324;
	
	/* ----------------------------- */
	-moz-box-shadow: 2px 2px 0px #000;
	-webkit-box-shadow: 2px 2px 0px #000;
	box-shadow: 2px 2px 0px #000;
	
	/* ----------------------------- */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	/* ----------------------------- */
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#content #boxes .view a.info:hover{
	color:#fff;
	background-color:#FF3600;
	transition:none;	
}
#content #boxes .view:hover h2,
#content #boxes .view:hover p,
#content #boxes .view:hover a.info{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
/* --------------------------------------------------------------------------- */
/* --------------------------------- XXXXX ----------------------------------- */
/* --------------------------------------------------------------------------- */