/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

article.col1{
float:left;
width:30%;
margin-right:30px;	
}

article.col2{
float:left;
width:30%;
margin-right:30px;	
}

article.col3{
float:left;
width:30%;
}

body {
   width:100%;
   height:100%;
}
ol, ul {
	list-style-type:disc;
	color:#515151;
}

ul.list{
	margin-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------------------------------------------------
--  GENERAL
------------------------------------------------------------------------------------ */
html, body { 
	width:100%;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    font-size:100%;
	margin:0;
	padding:0;
	background: #000;
}
::selection{
	background:#dbf1f6;
}
::-moz-selection{
	background:#dbf1f6;
}
figure{
	float:left;
}
#wrapper{
	float:left;
	padding:0;
	margin:0;
	width: 100%;
	min-height:100%;
	/* max-width: 120em; (1920x / 16px) */
	position:relative;
}
.full-width{
	float:left;
	width:100%;
}
.bg{
	background:url(images/white.png);
	background-repeat:repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
.deco-line{
	float:left;
	width:100%;
	height:20px;
	background:#f7f7f7;
	margin-bottom:40px;
	border-bottom:2px solid #c9c9c9;
	-moz-box-shadow: 0 2px 6px #747474;	
	-webkit-box-shadow: 0 2px 6px #7474740;
	-o-box-shadow: 0 4px 6px #747474;
	-khtml-box-shadow: 0 6px 6px #747474;
	-ms-box-shadow: 0 2px 6px #747474;
	box-shadow: 0 2px 6px #747474;
}
.deco-line-top{
	float:left;
	width:100%;
	height:20px;
	background:#141414;
	margin-bottom:40px;
	margin-top:-30px;
	border-bottom:2px solid #1f1f1f;
	-moz-box-shadow: 0 4px 8px #000;	
	-webkit-box-shadow: 0 4px 8px #000;
	-o-box-shadow: 0 4px 8px #000;
	-khtml-box-shadow: 0 4px 8px #000;
	-ms-box-shadow: 0 4px 8px #000;
	box-shadow: 0 4px 8px #000;
}
.inner-wrap{
	margin:0 auto;
	width:80%;/*1536px*/
}
.inner{
	float:left;
	width:100%;
	clear:both;
}
.grey-line{
	float:left;
	width:100%;
	height:1px;
	background:#ccc;
}
.white-line{
	float:left;
	width:100%;
	background:rgba(255,255,255,0.6);
	height:1px;
}
/* ------------------------------------------------------------------------------------
--  TYPOGRAPHY
------------------------------------------------------------------------------------ */
h2{
	font-size:1.9em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#383838;
	text-shadow:0 1px 1px #fff;
}
h3{
	font-size:1.6em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#ad0000;
	text-shadow:0 1px 1px #fff;	
}
h4{
	font-size:1.4em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#767676;
	text-shadow:0 1px 1px #fff;	
}
p{
	line-height:1.5em;
	color:#515151;
	margin-bottom:20px;
}
p.last{
	margin-bottom:0;
}
/* ------------------------------------------------------------------------------------
--  ANCHORS
------------------------------------------------------------------------------------ */
a{
    text-decoration:none;
	outline:none;
	color:#a80000;
}
a:hover, a:focus{
	color:#910101;
}
a.external:after {
    padding:0 10px;
    margin: 0 0 0 5px;
    content: "";
    background: url(images/external.png);
	background-repeat: no-repeat;
	display:inline;
}
a.readmore{
	float:right;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:0.5em;
	display:inline-block;
}
/* ------------------------------------------------------------------------------------
--  CSS TOOLTIP
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  CSS TOOLTIP
------------------------------------------------------------------------------------ */
span.tool {
    position: relative;   /*this is important*/
    cursor: pointer;
}
span.tool span.tip {
    display: none;
	width:10em; 
}
span.tool:hover span.tip {
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 1.8em;
    left: -4em;
    padding: 0.5em;
	background:#e6e6e6;
	border:1px solid #ddd;
    text-align: left;
	width:10em; 
}
span.tool:hover span.forfolio{
    top: 1.8em;
    left: -9em;	
}
q{
	font-size:0.9em;
	float:left;
	color:#515151;
}
/* ------------------------------------------------------------------------------------
--  TOP (BLOCK1)
------------------------------------------------------------------------------------ */
.border{
	background:#1a1a1a;
	border-bottom:2px solid #2a2a2a;
	padding:1% 0;
	width:100%;
}
#top-inner{
	clear: both;
	position: relative;
	width:100%;
}
#logo-img{
	width:350px;
	float:left;
}
#logo h1 a{
	display:inline-block;
	float:left;
}
nav{
	float:right;
	margin-left:4%;
}

/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK4)
------------------------------------------------------------------------------------ */
.lightgrey{
	background:#e7e7e7;
}
#scrollercontainer{
    position: relative;
    width: 100%;
    height: 6em;
    overflow: hidden;
	float:left;
}
#scroller{
    white-space: nowrap;
    line-height: 6em;
    font-size: 3em;
}
#scroller p{
     padding: 0;
	 margin:0;
	 text-shadow:0 1px 1px #fff;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK5)
------------------------------------------------------------------------------------ */
.grey{
	background:#cfcfcf;
}
.bottom-content{
	float:left;
	width:100%;/*1536px*/
	margin:0 0 40px 0;
}
.bottom-content section{
	float:left;
	width:31.3333%; 
	margin-right:3%;
    position:relative; 
}
.bottom-content section.last{
	margin-right:0 !important;
	clear:right;
}
.bottom-content h3{
	text-shadow:none;
	margin-bottom:20px;
}
#links{
	float:left;
	width:100%;
	list-style:none;
}
#links li{
	width:100%;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #1f1f1f;
	color:#515151;
	font-size:0.9em;
}
blockquote{
	line-height:1.5em;
	color:#515151;
	font-style:italic;
	background:#141414;
	padding:1.5em;
	border:1px solid #000;
	-moz-box-shadow: inset 0 4px 4px #000;	
	-webkit-box-shadow: inset 0 4px 4px #000;
	-o-box-shadow: inset 0 4px 4px #000;
	-khtml-box-shadow: inset 0 4px 4px #000;
	-ms-box-shadow: inset 0 4px 4px #000;
	box-shadow: inset 0 4px 4px #000;
	font-size:0.9em;
	margin-bottom:20px;
}
.social{
	width:100%
}
.social h4{
	text-shadow:none;
	margin-bottom:20px;
	padding-bottom:20px;
}
a.socialicon{
	margin-right:3%;
}
.social .last{
	margin-left:0;
}
a.socialicon img{
	 opacity: 0.4;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
a.socialicon img:hover{
 	 opacity: 1;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
/* ------------------------------------------------------------------------------------
--  FOOTER (BLOCK6)
------------------------------------------------------------------------------------ */
.darkgrey{
	background:#141414;
	border-top:1px solid #1f1f1f;
}
footer{
	float:left;
	width:100%;
}
small{
	font-size:0.8em;
	line-height:1.4em;
	color:#515151;
	margin:20px 0;
	width:100%;
	float:left;
}

.go-to-top{
	display:none;
	text-align:center;
}
