/* 
Theme Name: E-Quip
Description: E-Quip theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #fff;
	min-width: 300px;
}

html, body, p, li, dd, td {
	color: #157e9d;
	line-height: 130%;
	font-size: 1.1em;
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
}

.pace-running > :not(.pace) {
	opacity: .1;
}

.pace-done > :not(.pace) {
	opacity: 1;
	transition: opacity .4s ease;
}

img a, a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

td {
	vertical-align: top;
}

a {
	color: #1a6eb7;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #ff9900; 
}

ul { 
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 100%;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 2.6em;
	margin-top: 0;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.8em;
}

hr {
	height: 3px;
	border: 0;
	width: 100%;
	background: #8abece;
	color: #8abecd;
	margin: 30px 0;
	clear: both;
}
  
.wrapper {
	width: 950px;
	padding: 0 25px;
	margin: 0 auto;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	font-size: 24px;
	line-height: 130%;
	min-height: 166px;
	background: #141414 url(images/header-bg.jpg) top center;
}


img#logobig {
	float: left;
}

#header-contact {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 37px;
}

#header-contact, #header-contact a {
	font-weight: 900;
}

#header-contact a {
	font-size: 27px;
	color: #fff;
}

#header-contact span {
	font-size: 20px;
	text-transform: uppercase;
}

/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 40px 0;
	overflow: hidden;
	min-height: 200px;
}

.content, .content p, .content li {
	line-height: 130%;
}

.content img {
	max-width: 100%;
	height: auto;
}


/* Homepage                                         */
/* ------------------------------------------------ */
.section {
	position: relative;
	min-height: 320px;
}

.intro-text-position {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16%;
	background: url(images/intro-bg.png);
	background-size: 62% 100%;
	background-repeat: no-repeat;
	z-index: 9;
}

.intro-text-content-outer {
	padding: 25px 0;
	width: 60%;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	font-weight: 900;
	line-height: 100%;
}

#homepage-intro {
	background: #157e9d;
}

#homepage-intro .wrapper {
	background: url(images/leading-light.jpg) right bottom no-repeat;
}

#homepage-intro, #homepage-intro p, #homepage-intro a {
	color: #fff;
}

#homepage-intro h1 {
	color: #ffb300;
}

#homepage-intro p:first-of-type {
	font-size: 1.2em;
}

.blue-section {
	background: #8abece;
}


a.readmore, input[type="submit"] {
	background: #ffb300;
	color: #157e9d !important;
	padding: 12px 25px 14px 25px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: none;
	line-height: 100%;
	border: 0;
	cursor: pointer;
}

a.readmore:hover, input[type="submit"]:hover {
	background: #eb6227;
	color: #fff !important;
}


a.readmore, .homepagebox-image img, input[type="submit"] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.column-container {
	margin-left: -4%;
}

.column-third {
	width: 29.33%;
	margin-left: 4%;
	float: left;
	position: relative;
}

.column-third img {
	width: 100%;
	height: auto;
}

.homepagebox-image {
	overflow: hidden;
	margin-bottom: 10px;
}

.homepagebox-image img {
	display: block;
}

.homepagebox-image img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-mz-transform: scale(1.1);
	transform: scale(1.1);
}

input, select, textarea {
	background-color: #fff;
	color: #000;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	font-size: 18px;
	color: #5e5d5d;
}
/*
input[type="submit"] {
	background: #da5000;
	color: #fff !important;
	border-radius: 5px;
	padding: 12px 25px 14px 25px;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0;
	font-size: 20px;
	text-shadow: none;
	line-height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 0;
}

input[type="submit"]:hover {
	background: #c00000;
	color: #fff !important;
	cursor: pointer;
}
*/

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	padding: 20px 0 60px 0;
	text-align: center;
	background: #141414 url(images/header-bg.jpg) top center;
	line-height: 130%;
}

#footer-inner {
	background: #0a5a72 \9;
	background: rgba(10, 90, 114, .7);
	padding: 30px 0;
}
 
#footer, #footer p {
	color: #fff;
	font-size: 25px;
}

#footer a {
	color: #fff;
}

a.scrollup {
	width: 53px;
	height: 53px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/top.png') no-repeat;
	opacity: 0.7;
}

#copyright {
	padding: 20px 0;
}

#copyright, #copyright a {
	font-size: 16px;
}


/* Responsive elements                              */
/* ------------------------------------------------ */

@media screen and (min-width: 1280px) {
	.wrapper {
		width: 1200px;
	}


	body ul.menu li a {
		padding: 0 22px;
		font-size: 25px;
	}
}


@media screen and (max-width: 1200px) {
	.wrapper {
		width: auto;
	}
}

@media screen and (max-width: 900px) {
	.intro-text-position {
		bottom: 12%;
	}

	.intro-text-content-outer {
		width: 60%;
		font-size: 40px;
	}
	
	.homepagebox-content h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 680px) {
	#header {
		text-align: center;
	}
	
	img#logobig {
		float: none;
	}
	
	#header-contact {
		float: none;
		text-align: center;
		padding-bottom: 20px;
	}
}


@media screen and (max-width: 560px) {
	.intro-text-position {
		background-size: 80% 100%;
	}

	.intro-text-content-outer {
		width: 80%;
		font-size: 30px;
	}

	.column-third {
		width: auto;
		float: none;
		margin-bottom: 50px;
	}	
	
	#footer img {
		width: 150px;
		height: auto;
	}
}

@media screen and (max-width: 460px) {
	#homepage-intro .wrapper {
		padding-bottom: 50px;
	}
}

/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}