/* -----------------------------------------
   Shared Styles
----------------------------------------- */

a {
	text-decoration: none;
	color: rgba(85, 85, 85, 0.81);
}



html {
	font-size: 16px;
}

body {
	width: 100%;
	height: 100%;
	color: #525252;
	border-top: 4px solid #ffc30f;
	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: 14px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 30px;
	margin-bottom: 30px;
}

service h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	border-bottom: 1px solid #000066;
	line-height: 30px;
	margin-bottom: 30px;
	color: #000066;
}

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(225, 225, 225, 0.29);
	border-top: 1px solid #e7e7e7;
}

footer h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
}

.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 {
	line-height: 24px;
}

/* -----------------------------------------
   Page Name: Features
----------------------------------------- */

.title {
	margin-top: 40px;
	padding-bottom: 7px;
	font-size: 30px;
}

.title2 {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	color: #acacac;
	font-size: 12px;
	margin-bottom: 50px;
}

.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 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: 1px dotted rgba(172, 172, 172, 0.41);
}

textarea {
	min-height: 100px;
}

iframe {
	height: 350px;
}

/* -----------------------------------------
   Page Name: Portfolio
----------------------------------------- */

.ff-container {text-align: center;}.ff-container label{cursor:pointer;display:inline;margin-right:30px;padding-bottom:10px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eaeaea',GradientType=0);font-size:13px}.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#646d93',endColorstr='#7c87ad',GradientType=0);color:#ffc30f;border-bottom:1px solid #ffc30f}.ff-container input{display:none}.ff-items{position:relative;list-style:none;margin:35px auto}.ff-items a{display:block;position:relative}.ff-items a span{display:block;color:#fff;padding:0;padding-left:20px;position:absolute;bottom:0;width:94%;left:10px;height:100%;overflow:hidden;opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#ffc30f;line-height:45px}.ff-items a span img{margin-top:60px;margin-left:100px}.ff-items a:hover span{height:100%;opacity:.9}.ff-items li img{display:block;margin:10px}.ff-items li{margin:0;float:left;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.ff-container input.ff-selector-type-all:checked ~ .ff-items li,.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3{opacity:1}.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3){opacity:.1}.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1) span,.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2) span,.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) span{display:none}


/* -----------------------------------------
   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;
}
