/* Eric Meyer's CSS Reset */
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, strong, 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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	background-color:#cfd0cf;
}
.wrapper {
	/* width: 1000px; */
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 252px;
	position:fixed;
	width:100%;
	z-index:9999;
	background:url(pics/codeflogo.png) center no-repeat;
}



/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 300px 0 230px 0;
	width:800px;
	margin:0 auto;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.content h2 {
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin:80px 0 20px 0;
}

.content strong {
	font-weight:700;
}
.content ul {
	padding:0 0 10px 0;
}

.content li {
  	width: 100%;
    position: relative;
	height:24px;
	line-height:24px;
	text-align:right;
}
	

.content li a {
    position: absolute;
    left: 0px;
	text-align:left;
	width: 100%;
}


.content a:link, .content a:visited {
	text-decoration:none;
	color:#6A2324;
	letter-spacing:0.8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
}

.content a:hover, .content a:active, .content a:focus {
	text-decoration:none;
	color:#fff;
	letter-spacing:0.8px;
	background-color:rgba(0,0,0,0.30);
	padding:0 0px 0 6px;

}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -186px auto 0;
	height: 186px;
	position: relative;
	background:url(pics/floor.png) center no-repeat,url(pics/floorbg.png) repeat-x;
}
.footer img {
	margin:0 auto;
	display:block;
}

.footer .copyright {
	text-align:right;
	display:block;
	margin:0 auto;
	padding-top:58px;
	width:860px;
}

.footer .copyright a:link, .footer .copyright a:visited{
		font-family:Verdana, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#585858;
	      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
}
.footer .copyright a:hover, .footer .copyright a:active, .footer .copyright a:focus{
	color:#C8C8C8;
}

.intro {
	font-size:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	background-color:#ddd;
	line-height:25px;
}

nav {
  background-color: #000;
  color: #888;
  display: block;
  margin-top:252px;
  overflow: hidden;
  width: 100%;
  text-align:center;
-webkit-box-shadow: 0px 15px 30px 0px rgba(207, 208, 207, 1);
-moz-box-shadow:    0px 15px 30px 0px rgba(207, 208, 207, 1);
box-shadow:         0px 15px 30px 0px rgba(207, 208, 207, 1);
}

  nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 30px;
        padding: 0 24px;
        text-decoration: none;
		font-family: 'Roboto', sans-serif;
		font-weight:700;
		text-transform:uppercase;
		font-size:13px;
      }

        nav > ul > li:hover {
          background-color: rgb( 255, 255, 255 );
        }

        nav > ul > li:hover > a {
          color: rgb( 0, 0, 0 );
        }

@-webkit-keyframes blink{ 
 0%{ color:#49a04b}
 20%{ color:#499da0}
 40%{ color:#6c49a0}
 60%{ color:#a0498b}
 80%{ color:#a07e49}
 100%{ color:#49a04b}
}
@-moz-keyframes blink{ 0%{ opacity:1}
 0%{ color:#49a04b}
 20%{ color:#499da0}
 40%{ color:#6c49a0}
 60%{ color:#a0498b}
 80%{ color:#a07e49}
 100%{ color:#49a04b}
}
.objblink{ -webkit-transition:all 1s linear ;  -moz-transition:all 1s linear ;  -o-transition:all 1s linear ;  -ms-transition:all 1s linear ;  transition:all 1s linear ;   -webkit-animation-direction:normal;  -webkit-animation-duration:2s;  -webkit-animation-iteration-count:infinite;  -webkit-animation-name:blink;  -webkit-animation-timing-function:linear ;  -moz-animation-direction:normal;  -moz-animation-duration:2s;  -moz-animation-iteration-count:infinite;  -moz-animation-name:blink;  -moz-animation-timing-function:linear }