
/* ==========================================================================
  Global
========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #666;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
.img-border {
  border: 5px solid #ddd;
}
a:link {
	color: #4682B4;
	text-decoration: none;
}
a:hover {
	color: #419CF1;
	text-decoration: none;
}
a:visited {
	color: #0b5294;
	text-decoration: none;
}

strong, b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  color: #0b5294;
  font-weight: 600;
  margin: .5em 0;
}
h1 {font-size: 3em}
h2 {font-size: 2.5em}

ul {list-style: circle;}

/* ==========================================================================
  Modules
========================================================================== */

.alignleft {float: left}
.alignright {float: right}
.text-left {text-align: left}
.text-center {text-align: center}
.text-right {text-align: right}

.green {color: #008000}
.spacer { margin: 2em 0}

.panel {
  background: #fafafa;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2em 2em 1em;
  -webkit-box-shadow: 0 2px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 2px rgba(0,0,0,0.1);
          box-shadow: 0 2px rgba(0,0,0,0.1);
}
.panel-blue {
  background: rgba(7, 52, 95, .5);
  color: #eee;
  border: 0;
  font-weight: 400;
}
.panel-blue form textarea {
  width: 96%
}
.panel-title {
  margin-top: 0;
  color: #0b5294;
}

table td,
table th {
  padding: .25em 2em .25em 0
}
table .legend {
  color: #bbb;
  font-size: .7em;
  font-weight: 600;
  padding-top: .75em;
  text-transform: uppercase;
  vertical-align: top;
}

/* ==========================================================================
  Menu
========================================================================== */

.menu {
  background-color:#ffffff;
  border-bottom: 1px solid #ddd;
	height:auto;
  padding: .5em 0;
  position:fixed;
	top: 0;
	width:100%;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
  font-size: .9em;
	text-align: right;
	margin: 30px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
  font-weight: 400;
	padding:0 0 0 2em;
}
.navigation li:hover{
	cursor:pointer;
	color: #419CF1;
}
.navigation .active{
	cursor:pointer;
	color: #0b5294;
	font-weight: 700;
}

/* ==========================================================================
  Footer
========================================================================== */

.site-footer {
  background: #eee;
  border-top: 1px solid #d4d4d4;
  color: #777;
  font-size: 0.7em;
  font-weight: 400;
  padding-top: 2em
}
.site-footer p {margin: 0 0 .5em;}

.social-sharing {
  display: inline-block;
  margin-top: .5em;
}

.social-sharing a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin-right: .5em;
  padding: .5em 1em .5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
   transition: .25s;
}
.social-sharing a:hover {color: #fff;}
.social-sharing a.first {margin-left:0}
.social-sharing a.last {margin-right:0}

.social-sharing .tweet {background: #3a92c8; border-bottom: 2px solid #2b6d96;}
.social-sharing .google-plus {background: #dd4b39; border-bottom: 2px solid #a6382b;}
.social-sharing .facebook {background: #3b5998; border-bottom: 2px solid #2c4372}
.social-sharing .linkedin {background: #444; border-bottom: 2px solid #111}
.social-sharing .pinterest {background: #cb2027; border-bottom: 2px solid #98181d}

.social-sharing .tweet:hover {background: #2b6d96}
.social-sharing .google-plus:hover {background: #a6382b}
.social-sharing .facebook:hover {background: #2c4372 }
.social-sharing .linkedin:hover {background: #000}
.social-sharing .pinterest:hover {background: #98181d}

.social-sharing .tweet span,
.social-sharing .google-plus span,
.social-sharing .facebook span,
.social-sharing .linkedin span,
.social-sharing .pinterest span {
  display: none;
  color: #cb2027
}

.social-sharing span {
  width: 0;
  transition: width .1s;
  -webkit-transition: width .1s; /* Safari */
  overflow: hidden;
}


/* ==========================================================================
  Forms and Buttons
========================================================================== */
form {
  margin-top: 2em
}
label {
  color: #666;
  display: block;
  font-size: .9em;
  font-weight: 600;
}

fieldset {
  background: #fafafa;
  border: 0;
  color: #666;
  padding: 0 1.5em .1em;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 2px rgba(0,0,0,0.1);
          box-shadow: 0 2px rgba(0,0,0,0.1);
}

legend {
  background: #fafafa;
  color: #0b5294;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: .9em;
  font-weight: 600;
  padding: .5em 1em 1em;
}

input[type="text"],
input[type="email"],
input[type="phone"],
textarea {
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #0b5294;
  font-weight: 600;
  margin: .25em 0;
  padding: .5em;
  width: 100%;
}

textarea {
  height: 8em
}

.panel input[type="text"],
.panel input[type="email"],
.panel input[type="phone"],
.panel textarea {
  width: 93%
}

.button, .button:visited, input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  border-bottom: 2px solid #093F72;
  background: #0b5294;
  color: #fff !important;
  font-size: .9em;
  font-weight: 600;
  padding: .75em 1.5em;
  transition: .25s;
}
.button:hover, input[type="submit"]:hover {
  background: #07345F;
}
.button-icon {
  padding-left: .9em;
}

.button-icon i {
  margin-right: .4em;
}

.error {
  color: #DC143C;
  display: inline-block;
  font-size: .9em;
  font-weight: 300;
}
.error:before {
  content: "\f071";
  font-family: 'FontAwesome';
  margin-left: .25em;
  margin-right: .5em;
}

/* ==========================================================================
  Slides
========================================================================== */

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}
.slide-blue {
  background: #ddd url('../images/bg-blue-tile.jpg') repeat;
  border-top: 1px solid #062A4C;
  border-bottom: 1px solid #062A4C;
  color: #ddd
}

.slide-blue h1,
.slide-blue h2,
.slide-blue h3,
.slide-blue h4,
.slide-blue h5,
.slide-blue h6 {
  color: #fff;
}
.slide-title {
  margin-top: 0;
}
.slide a:link {font-weight: 600}


#slide1{
  background: #0b5294 url('../images/sports-equipment-maintenance.jpg');
  color: #333;
  padding: 250px 0;
  text-shadow: 0px 1px 3px #000;
}
#slide1 h1 {
	font-size: 3em;
	color:#fff;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide2{
  padding: 3em 0;
}

#slide3{
	background-color:#fff;
}

#slide4{
	background: #0b5294 url('../images/sports-equipment-servicing.jpg');
	color:#ffffff;
}

.vcard { margin: 3em 0}

/* ==========================================================================
  Tablet Responsiveness
========================================================================== */
@media screen and (max-width: 1024px) {

  #logo {
  	width: 100%;
  	text-align: center;
  }

  #nav {
  	width:100%;
  	text-align:center;
  	margin:10px 0;
  }

  .navigation{
  	width: 100%;
  	float: center;
  	list-style: none;
  	margin: 0;
  	padding:0;
  }

  .navigation li{
  	float: left;
  	width:25%;
  	padding:0;
  }

  .slide{
  	background-attachment: fixed;
  	width:100%;
  	position: relative;
  	padding:150px 0;
  }

  #decorative {
  	display:none;
  }

  #content {
  	text-align:center;
  	width:100%;
  }

}

/* ==========================================================================
  Mobile Responsiveness
========================================================================== */
@media screen and (max-width: 480px) {

  #logo {
  	width: 100%;
  	text-align: center;
  }

  #nav {
  	width:100%;
  	margin:5px 0;
  }

  .navigation{
  	width: 100%;
  	float: left;
  	list-style: none;
  	margin: 0;
  	padding:0;
  }

  .navigation li{
  	float: left;
  	width:25%;
  }

  .slide{
  	background-attachment: fixed;
  	width:100%;
  	position: relative;
  	padding:150px 0;
  }

}
