/* CSS Document */

.jumbotron {
	background-image:url(../img/bg/fb1.jpg);
}

#features li {
	background: url('../img/check.png') no-repeat left;
	list-style: none;
	padding-left: 25px;
	margin-left: -23px;
	line-height: 1.7em;
	font-size:16px;
}

.release-date {
	color: #999;
}

.version {
	float:left;
	}
	
	/***** PARSLEY *****/
input.parsley-success
{
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error
{
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}

ul.parsley-error-list
{
	font-size: 11px;
	margin: 2px;
	list-style-type:none;
}

ul.parsley-error-list li
{
	line-height: 11px;
	color: #B94A48 !important;
	white-space:nowrap;
	margin-left:-40px;
}

@font-face
{
font-family: code_bold;
src: url("../font/CODE Bold.otf");
}

@font-face
{
font-family: code_bold;
src: url("../font/CODE Bold.otf");
font-weight:bold;
}

@font-face
{
font-family: captain;
src: url("../font/American Captain.otf");
}

@font-face
{
font-family: captain;
src: url("../font/American Captain.otf");
font-weight:bold;
}

@font-face
{
font-family: arkitech;
src: url("../font/Arkitech Bold.ttf");
}

@font-face
{
font-family: arkitech;
src: url("../font/Arkitech Bold.ttf");
font-weight:bold;
}





@font-face
{
font-family: digital;
src: url("../font/01 Digitall.ttf");
}

@font-face
{
font-family: digital;
src: url("../font/01 Digitall.ttf");
font-weight:bold;
}

@font-face
{
font-family: belfast;
src: url("../font/belfast.ttf");
}

@font-face
{
font-family: belfast;
src: url("../font/belfast.ttf");
font-weight:bold;
}

@font-face
{
font-family: bitstorm;
src: url("../font/Bitstorm SQUARE.ttf");
}

@font-face
{
font-family: bitstorm;
src: url("../font/Bitstorm SQUARE.ttf");
font-weight:bold;
}

@font-face
{
font-family: checkbox;
src: url("../font/CheckboxFLF.ttf");
}

@font-face
{
font-family: checkbox;
src: url("../font/CheckboxFLF.ttf");
font-weight:bold;
}

@font-face
{
font-family: circuit;
src: url("../font/CIRCUIT_.TTF");
}

@font-face
{
font-family: circuit;
src: url("../font/CIRCUIT_.TTF");
font-weight:bold;
}
@font-face
{
font-family: dsterm;
src: url("../font/DS-TERM.TTF");
}

@font-face
{
font-family: dsterm;
src: url("../font/DS-TERM.TTF");
font-weight:bold;
}

@font-face
{
font-family: fafers;
src: url("../font/FAFERS_Technical_Font.ttf");
}

@font-face
{
font-family: fafers;
src: url("../font/FAFERS_Technical_Font.ttf");
font-weight:bold;
}

@font-face
{
font-family: highland;
src: url("../font/HighlandGothicFLF-Bold.ttf");
}

@font-face
{
font-family: highland;
src: url("../font/HighlandGothicFLF-Bold.ttf");
font-weight:bold;
}

@font-face
{
font-family: transist;
src: url("../font/Transist.ttf");
}

@font-face
{
font-family: transist;
src: url("../font/Transist.ttf");
font-weight:bold;
}
/* IE8 Placeholder polyfill */
input, textarea { color: #000; }
.placeholder { color: #aaa; }

/* Services Wrap */
#service {
	margin-bottom: 20px;
	background-color:#ffffff;
	padding-top: 20px;
	padding-bottom:10px;
}

#service i {
	color: #ffffff;
	font-size: 60px;
	}
	
	/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: white;
}

#footerwrap p {
	color: #666;
}

#footerwrap h4 {
	color: black;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #5dc12e
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid black;
	margin-bottom: 25px;
}

#copywrap{
	background:#CCC;
	color:black;
	}