/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* Image Thumbnails ---------------------- */
.th { display: block; }
.th img { display: block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition-property: box-shadow; -moz-transition-property: box-shadow; -o-transition-property: box-shadow; transition-property: box-shadow; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.th:hover img, .th:focus img { -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

a {
	text-decoration: none;
	color: rgba(85, 85, 85, 0.81);
}

html {
	font-size: 13px;
}

body {
	width: 100%;
	height: 100%;
	color: #525252;
	background-color: #ffffff;
}

header {
	max-width: 970px;
	min-height: 90px;
	padding-top: 35px;
	margin: auto;
}

logo img{
	margin-top: -10px;
	margin-bottom: 20px;
}

work h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	border-bottom: 0;
	line-height: 30px;
	margin-bottom: 10px;
}

service h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	border-bottom: 0;
	line-height: 30px;
	margin-bottom: 10px;
}

service img {
	float: left;
	margin-right: 15px;
	max-width: 32px;
	max-height: 32px;
}

service h3 {
	font-size: 14px;
	line-height: 10px;
	color: #6c6c6c;
}

footer {
	padding-top: 30px;
	margin-top: 40px;
	background-color: rgba(11, 153, 41, 0.30);
	border-top: 2px solid #84cb93;
}

footer h3 {
	color: #3d3c41;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}
footer p {
	font-size: 13px;
	line-height: 1.3;
}

.logofoot img {
	float: right;
	margin-top: 15px;
	margin-bottom: 25px;
}

.copyright {
	text-align: right;
	font-size: 11px;
	color: #a2a2a2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e7e7e7;
}

social {
	list-style: none;
	line-height: 18px;
}

social li {
	margin-bottom: 15px;
	font-size: 12px;
}

.nav-bar>li>a:first-child {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 15px;
}
p {
	font-size: 16px;
}
.ff-container .ff-items {
	margin: 0 auto;
}
.ff-container .ff-items li a span {
	background-color: rgba(255, 195, 15, 0.70);
	line-height: 176px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	padding-left: 0;
	width: 100%;
	max-width: 300px;
}
.ff-container .ff-items li a span img  {
	margin-top: 0;
	margin-left: -10px;
}
div.orbit-wrapper div.timer,
div.orbit-wrapper div.slider-nav span {
	display: none;
}
.home-text {
	padding: 0 10px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 25px;
}
.clearing-thumbs li {
	list-style: none;
	padding: 15px;
}


/* -----------------------------------------
   Page Name: Features
----------------------------------------- */

.title {
	margin-top: 40px;
	padding-bottom: 7px;
	font-size: 25px;
	text-transform: uppercase;
}

.title2 {
	padding-bottom: 0;
	color: #acacac;
	font-size: 12px;
	margin-bottom: 30px;
}

.gray {
	background-color: #d3d3d3;
	padding-left: 50px;
	padding-top: 30px;
}

.line {
	border-bottom: 1px dotted #e7e7e7;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* -----------------------------------------
   Page Name: About
----------------------------------------- */

about h5 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

about h6 {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	line-height: 0;
	color: #acacac;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted rgba(172, 172, 172, 0.41);
}

/* -----------------------------------------
   Page Name: Contact
----------------------------------------- */

contact h5 {
	color: #3d3c41;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
	margin-top: 20px;
}

textarea {
	min-height: 100px;
}

/* -----------------------------------------
   Page Name: Feature
----------------------------------------- */




/* -----------------------------------------
   Page Name: Single
----------------------------------------- */

single #featured {
	max-height: 400px;
	height: 400px;
}

.prevnext {
	text-align: center;
	border-top: 1px dotted rgba(172, 172, 172, 0.41);
	padding-top: 20px;
	margin-top: 20px;
}


/* Responsive Override
------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
	header,	footer {
		text-align: center;
	}
	.footer.logo {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 320px) {
	.ff-container .ff-items li a img {
		margin: 10px 0;
	}
	.ff-container .ff-items li a span {
		left: 0;
	}
}
