@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,%20600,700,800");
body {
	color: #222222;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background:url(../images/bg.jpg) no-repeat top center;
  background-size:cover;
  
}
.wrapper {
	margin:5% auto 0;
}
.content-area {
	max-width:900px;
	margin:25px auto;
}
h2 {
	font-family: "Open Sans", sans-serif;
	font-weight:800;
	font-size:3em;
	text-align:center;
}
h2 span {
	font-size:24px;
	text-transform:uppercase;
	font-weight:400;
	display:block;
	font-family: 'Timmana', sans-serif;
}
.content-area ul {
	margin:20px auto;
	padding:0;
	text-align:center;
}
.content-area ul li {
	background:#eaeaea;
	max-width:218px;
	border:solid 4px #0075bd;
	border-radius:15px;
	list-style:none;
	color:#333;
	display:inline-block;
	margin:10px 20px;
	vertical-align:top;
}
.content-area ul li img {
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	
}
.comp-box h5 {
	font-size:14px;
	font-weight:600;
	text-align:center;
	padding:10px 0;
	min-height:50px;
	text-transform:uppercase;
	
	
}
.content-area ul li a {
	color:#333;
}

.content-area ul li:hover, .content-area ul li a:hover {
	background:#0075bd;
	color:#fff;
	text-decoration:none;
	
}


footer {
	background:#e5e5e5;
	padding:50px 0 30px;
	border-top:solid 1px #999;
	margin-top:50px;
}
.foot-logo {
	display:inline-block;
	margin-right:15px;
}
footer .social {
	margin:0;
	padding:0;
}
footer .social li {
	display:inline-block;
	list-style:none;
	margin:0 10px;
}
footer .social li a {
	color:#333;
}

footer .cal ul {
	margin:0;
	padding:0;
	text-align:right;
}
footer .cal ul li {
	display:inline-block;
}
fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before {
  content: "";
  position: absolute;
  height: 12px;
  border-bottom: 1px solid #333;
  top: 0;
  width: 40px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.mar {
	margin-right:60px;
}
.ftop {
	padding-bottom:20px;
}
.credits {
	border-top:solid 1px #CCC;
	padding-top:10px;
	font-size:12px;
	text-align:center;
}

@media only screen and (max-width: 500px) {
	
footer {
	text-align:center;
}
.foot-logo {
	display:block;
	text-align:center;
}
.foot-logo img {
	display:inline-block;
}
footer .cal ul {
	text-align:center;
	margin:20px 0 0;
}
.mar {
	margin-right:0px;
}
.fancy span:before {
	display:none;
}
footer .cal ul li {
	display:block;
}
	
}

	 
	
	