/*
* Theme Name: Black&Green
* Theme URI: http://themeforest.net/user/The_Silverman
* Description: Black&Green is gr8 ;)
* Author: Suciu Silviu
* Author URI: http://themeforest.net/user/The_Silverman
* Version: 1
*/

/* Import Basic Files
================================================== */

@import url("../fonts/openSans/stylesheet.css");               /* Custom Fonts */
@import url("../fonts/rabioHead/stylesheet.css");               /* Custom Fonts */
@import url("base.css");                                       /* Reset & Basics */
@import url("skeleton.css");                                   /* Base 960 Grid */

/* Site Styles
================================================== */
.box4pad {padding:20px;}
.portpad { padding-left:20px; padding-right:20px}
@media only screen and (max-width: 767px) {
.portpad { padding-left:0px; padding-right:0px}
}
.homeadj {margin:0 0 0 10px !important}
@media only screen and (max-width: 767px) {
.homeadj {margin:0 !important}
}
.downfrom a {
	color: #7EB535;
	font-weight:bold;
	text-decoration:none;
	text-shadow:none;
}
.downfrom a:hover {
	text-decoration:none;
	color: #333;
}
/* Titles */

.title-default {
	box-shadow: #e4e4e4 0 -3px 0 inset;
}
.title-defaultb {
	box-shadow: #555 0 -3px 0 inset;
}

.title-default > a {
	font-family: 'OpenSansBold', sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	color: #999;
	padding: 0 0 10px 0;
	margin: 0 25px 0 0;
	display: inline-block;
	text-decoration:none;
}

.title-default > a:hover {
	color: #7EB535;
}

.title-default > a.active {
	color: #7EB535;
	box-shadow: #7EB535 0 -3px 0 inset;
}
.title-default .view-all {
	font-size: 11px;
	line-height: 10px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	float: right;
	text-decoration:none;
}

.title-default .view-all:after {
	font-family: FontAwesome;
	content: "\f0ca";
	color: #999;
	font-size: 10px;
	line-height: 10px;
	vertical-align: top;
	margin: 0 0 0 6px;
}

.title-default .view-all:hover:after {
	color: #7EB535;
}
.reviewhr {	margin:0;
	padding:10px 0;
	border-width: 1px 0 0;
	border-color: #efefef;
	border-style: solid;}
.reviewpad {padding:15px; /*border:dotted 1px #eee*/}
@media only screen and (max-width: 767px) {
.reviewpad {border:none}
}
.reviewstext {background-color:#fcfcfc}
.reviewstext .rtext {
	font-family: Georgia, serif;
	font-size:11px;
	color: #777;
	font-style: italic;
	line-height:15px;
	/*text-shadow: 0 1px 0 #ECFBFF;*/
}
.reviewstext .rtext a {
	color: #7EB535;
	font-weight:bold;
	text-decoration:none;
}
.reviewstext .rtext a:hover {
	color: #666;
}
.reviewstext .rtitle {
	font-family: Georgia, serif;
	font-size:12px;
	color: #000 !important;
	font-style: italic;
	font-weight:bold;
	margin-bottom:10px !important;
}
.reviewstext .rdate {
	font-size:11px;
}
/* homenews */


/* general styles */
body {
	background: #fff;
	font: 13px "OpenSansRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #828282 /* 656565 */;
}
.thead {
	/*text-transform:uppercase;
	font-family: 'OpenSansLight';
	font-weight:bold;*/
}
p { line-height: 18px; }

strong { color: #707070; font-family: 'OpenSansSemiBold'; }
h3 {
	color: /* 686868 */;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr.line {
	margin:0;
	padding:0;
	border-width: 1px 0 0;
	border-color: #efefef;
	border-style: solid;
}
hr.dotted-hr {
	margin:0;
	padding:0;
	border-width: 1px 0 0;
	border-color: #d7d7d7;
	border-style: dotted;
}
.light_gray {
	color: #d7d7d7;
}
a {
	transition: color 0.2s;
}
.navigation ul li a {
	transition: background 0.1s;
}
h2.post-title { margin: -8px 0 20px; line-height: 32px; }
form { overflow: hidden; }

/**/
.newspad {padding-right:10px;}
.formad input[type="text"] {
	padding:8px 0 8px 7px;
	margin-top:0px;
	margin-bottom:10px;
	width:210px;
}
input[type="text"].inputres {width:60px;}
footer input[type="text"] {width:180px; background-color:#fff}
.floatright {
	float:right
}
input[type="text"], textarea {
	border: 1px solid #dedede;
	background: #efefef;
	color: #909090;
	font: 11px/17px 'OpenSansRegular';
}

input[type="submit"].submit, .button {
	background: green;
	color: white;
	border: none;
	text-shadow: none;
	transition: all 0.2s;
}
input[type="submit"].submit:hover, .button:hover {
	background: gray;
	color: white;
	border: none;
	text-shadow: none;
}
a.img-overlay {
	position: relative;
	display: block;
}
.img-overlay-div {
    background: rgba(0, 0, 0, 0.7) url(../images/overlay-icon-01.png) center no-repeat;
    cursor: pointer;
    display: block;
	opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}
.space05 {height:5px; width:100%}
.space10 {height:10px; width:100%}
.space20 {height:20px; width:100%}
.space30 {height:30px; width:100%}
.space40 {height:40px; width:100%}
.space50 {height:50px; width:100%}
.spacetitle {height:0px; width:100%}
.homenews p span {font-size:0.9em;}
.homenews p a, .homenews p a:visited {
	color:#7EB535;
	text-decoration:none;
}
.homenews p a:hover {
	color:#000;
}

.modalDialog {
	position: fixed;
	font-family: 'Open Sans', sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 335px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }


/* header styles */
#wrap > header {
	/*border-top: 5px solid #3a3a3a;*/
	min-height: 85px;
	padding-top:25px;
}
.logo a img {
    display:block;
    margin:auto;
	float:left;
}
.banner1 a img {
    margin:auto;
	float:right;
}
/* navigation styles */
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
}
nav.primary select {
	display:none;
	width:100%;
	margin:21px;
	height:auto;
}

.navigation ul {
	float: right;
	/*text-align: center;*/
	margin: -5px 0 0;
}
.navigation ul ul {
	position: absolute;
	right: 0;
	top: 75px;
	z-index: 100;
	margin: 0 0 0 5px;
	padding: 0;
	display: none;	
	box-shadow: 2.5px 2.5px 5px rgba(0,0,0,0.2);
}
.navigation ul ul ul {
	left: 182px;
	top: -1px;
}
.navigation ul li {
	float: left;
	text-align: left;
	margin:0;
	position: relative;
}
.navigation ul ul li {
	text-align: left;
	border-top: 1px solid #fff;
}
.navigation ul li a {
	text-decoration: none;
	padding:30px 16px 30px 16px;
	display: block;
	font-family: 'OpenSansBold';
	font-size: 12px;
	color: #3a3a3a;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-left: 5px;
}
.navigation ul li a:hover {
	color: #7EB535;
}
.navigation ul ul li a {
	text-decoration: none;
	font-family: 'OpenSansRegular';
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	margin-left: 0;
	width: 150px;
	padding: 9px 18px;
}
.navigation > ul > li:hover > a, .navigation ul li a.active {
	color: #7EB535;
	/*box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
}
.navigation ul ul li a:hover, .navigation ul ul li a.active {
	box-shadow: none;
	background: #3a3a3a;
}
.navigation > ul > li:hover > a span, .navigation ul li a.active span {
	color: #7EB535;
}
.navigation ul li a span {
	display: block;
	font-family: 'rabioheadregular';
	font-size: 1.3em;
	color: #aeaeae;
	font-weight: 400;
	text-transform: none;
}
.navigation ul li a .dash {
	display:none;
}
@media only screen and (max-width: 767px) {
.navigation ul li a .dash2 {
	display:none;
}
}
@media only screen and (max-width: 767px) {
	nav.primary select {
	display:block;
	margin: 20px auto;
	height:30px;
	padding:5px;
	background-color:#efefef;
	font-family: "OpenSansRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	

}
	nav.primary select > option {
	background-color:#7EB535;
	line-height:50px;
	font-weight:bold;
		
	text-decoration: none;
	font-family: 'OpenSansRegular';
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	padding: 9px 18px;
	}
	nav.primary select > span {
		disply:none;
	}
	nav.primary ul {
	display:none;
}
	.navigation {
		float:none;
}
}

.flexshadow {
	background: url(../images/imgs/slider/flexshadow.png) bottom center no-repeat;
}
/* main content styles */
.main {
	padding-bottom:40px;
}
.slogan {
	font-family: 'OpenSansRegular';
	font-size: 28px;
	color: #3a3a3a;
	font-weight:bold;
	/*text-transform: uppercase;*/
}
.slogan2 {
	font-family: 'OpenSansRegular';
	font-size: 16px;
	color: #3a3a3a;
	/*text-transform: uppercase;*/
	line-height: 24px;
	padding: 25px 0 0px 0 !important;
}
.slogan3 {
	line-height: 20px;
	padding: 45px 0 0px 0;
}
.slogan p {
	margin: 0;
	line-height: inherit;
}
hr.line.slogan {
	margin-bottom: 20px;
	margin-top:0px;
}

.headline {
	margin: 30px 0 0;
	background: url(../images/headline_bg.jpg) left 45% repeat-x;
}
.headline h3 {
	background: #fff;
	display: inline-block;
	padding: 0 10px 0 0;
}

/* pagination styles */
.pagination {
	overflow: hidden;
	margin-left: 80px}

.pagination li a {
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	padding: 10px 15px 9px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 10px;
}
.pagination li a:hover {
	background: #f8f8f8;
}

/* sidebar styles */

#sidebar iframe {
	width: 100%;
	height: auto;
}
#sidebar .sidebar-widget:last-child {
	margin-bottom: 20px;
}
.sidebar-widget {
	margin: 14px 0 30px;
}
.sidebar-widget p, .sidebar-widget span {
	color: #909090;
}
.sidebar-widget ul, .sidebar-widget ul li {
	margin: 0;
}
.sidebar-widget .video-shortcode {
	margin-top: 15px;
}
.sidebar-widget .video-shortcode iframe {
	display: block;
}
.sidebar-widget .popular-posts li {
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	margin-top: 15px;
}
.sidebar-widget .popular-posts li p {
	margin: 4px 0 0;
	font-size: 10px;
	font-family: 'OpenSansBold';
}
.sidebar-widget .popular-posts li p a {
	text-decoration: none;
	color: #3a3a3a;
}
.sidebar-widget p a {
	text-decoration: none;
	color: #7EB535;
	font-weight:bold;
}
.sidebar-widget .popular-posts li span {
	font-size: 10px;
	text-transform: uppercase;
}
.sidebar-widget .popular-posts li a.pp-image {
	float: left;
	margin: 0 15px 15px 0;
}
.sidebar-widget .popular-posts li a.pp-image img {
	display: block;
}
.list-styles li, .sidebar-widget .blog-categories li, .sidebar-widget .blog-archives li {
	border-bottom: 1px dotted #d7d7d7;
	padding: 5px 0 6px;
	background: url(../images/arrow.png) top left no-repeat;
	padding-left: 15px;
}

.list-styles li:last-child, .sidebar-widget .blog-categories li:last-child, .sidebar-widget .blog-archives li:last-child,  footer .weblinks li:last-child {
	border-bottom: none;
}
.list-styles li a, .sidebar-widget .blog-categories li a, .sidebar-widget .blog-archives li a, footer .weblinks li a:hover {
	color: #909090;
	text-decoration: none;
}
.sidebar-widget h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'OpenSansRegular';
}

/* corner ribbons */
	.side-corner-tag {
		position: relative;
		color: #fff;
		display: block;
		padding: 0px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 700;
		font-size:10px;
		border: none;
		margin:0;
	} 
	
	.side-corner-tag p {
		display: inline;
		margin:0;
		padding:0;	
	}
	
	.side-corner-tag p span {
		position: absolute;
		display: inline-block;
		right: -28px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
		text-align: center;
		text-transform: uppercase;
		top: 20px;
		background: #7EB535;
		width: 100px;
		padding: 5px 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		margin:0;
	} 
	
	.side-corner-tag p:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: -17px;
		right: 69px;
		z-index: -1;
		border: 17px solid;
		border-color: transparent transparent #662121 transparent;
	}
	
	.side-corner-tag p:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 74px;
		z-index: -1;
		right: -10px;
		border: 17px solid;
		border-color: #662121 transparent transparent transparent;
	}
.newslettertag {
	font-size:11px;
}
/* contact form styles */
#contact-form .contact-form label {
	font-family: 'OpenSansRegular';
	font-size: 11px;
	font-weight: 100;
}
#contact-form .contact-form textarea {
	width: 430px;
}
input[type="email"], input[type="text"]  { width: 425px; }
#contact-form .contact-form label {
	margin-bottom: 5px;
}
#contact-form .contact-form p {
	display: inline-block;
	margin: 0 17px 0 0;
}
#contact-form .contact-form input[type="submit"] {
	margin-bottom: 0;
}
.contact-header {
	margin-bottom: 26px;
}

/* coments styles */
.comments {
	border-bottom: 1px dotted #e7e7e7;
	margin-bottom: 30px;
}
.comments li {
	margin-bottom: 34px;
}
.comments li:last-child {
	margin-bottom: 40px;
}
.comments li img {
	float: left;
	margin-right: 20px;
}
.comments li .comment {}
.comments li .comment .comment-container {
	background: url(../images/comment-arrow.png) left center no-repeat;
	margin-left: 90px;
	padding: 0 0 0 11px;
}
.comments li .comment .comment-container p {
	background: #fcfcfc;
	border: 1px solid #e7e7e7;
	border-left: none;
	padding: 9px 20px 10px;
	line-height: 20px;
	margin: 0;
}
.comments li .comment h4.author {
	font-size: 12px;
	margin: 5px 0 0 100px;
	display: inline-block;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 3px;
}
.comments li .comment h4.author span {
	font-size: 10px;
	color: #909090;
	text-transform: uppercase;
	font-family: 'OpenSansRegular';
}
.comments li .comment a.reply {
	float: right;
	margin: 11px 0 0;
}
.comments li .comment a.reply:hover {
	color: #909090;
}
ul.children {
	margin: 34px 0 0 100px;
}
.author-header, .comments-header {
	margin-bottom: 30px;
}

/* blog page styles */

article.blog-post {
	margin: 25px 0 40px;
	border-bottom: 1px solid #efefef;
}
article.blog-post.single {
	margin-bottom: 30px;
}
.blog-post .post-image {
	margin-bottom: 40px;
}
.blog-post .post-image img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-post .post-image.variant {
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 20px;
}
.blog-post .post-right .post-meta {
	text-transform: uppercase;
	margin: -10px 0 5px;
}
.blog-post .post-right .post-meta a:hover {
	color: #3a3a3a;
}
.blog-post .post-left {
	float: left;
	margin-right: 10px;
}
.postpad {padding-right:15px;}

.blog-post .post-left .post-meta a.post-date {
	width: 80px;
	height: 80px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}
.blog-post .post-left .post-meta a.post-date span {
	display: block;
	font-size: 40px;
	font-family: 'OpenSansLight';
	padding: 20px 0 10px;
}
.blog-post .post-left .post-meta /*a.post-type*/ {
	width: 80px;
	height: 80px;
	display: block;
}
.twelve .blog-post .post-right {
	float: right;
	width: 600px;
}
.twelve .blog-post .post-right.variant {
	width: 430px;
}
.sixteen .blog-post .post-right {
	float: right;
	width: 840px;
}
.blog-post .post-title a {
	color: #3a3a3a;
	text-decoration: none;
}
.blog-post a.read-more:hover {
	text-decoration: none;
	color: #656565;
}
.blog-post .post-content {
	margin-bottom: 40px;
}
.blog-post .post-content p {
	margin-bottom: 15px;
}
/*.blog-post .post-content img {
	 float:left;
	 padding: 0 24px 18px 0;
}
*/
.post-content .img-float-left {
	float: left;
	margin: 5px 20px 15px 0;
	display: block;
	position: relative;
}
.post-content .img-float-right {
	float: right;
	margin: 5px 0 15px 20px;
	display: block;
	position: relative;
}
.post-content .img-float-left .img-float-left-caption, .post-content .img-float-right .img-float-right-caption {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	background: rgba(0,0,0,0.5);
	color: #cecece;
}
.post-content .img-float-left img, .post-content .img-float-right img {
	display: block;
	width: 100%;
}
.post-content .blockquote { margin-bottom: 20px; }

/* twitter */
p.e-entry.title {
  font: 8px/16px "OpenSansRegular", Helvetica, Arial, sans-serif;
  color:#8F8F8F;
}
div.h-card.p-author { margin-left:-36px}
a.u-url.permalink.customisable-highlight {margin-right:15px}
.tweet { width:100%; color:#909090}
a.hashtag.customisable { color: #828282 !important;}
a.link.customisable { color:#909090 !important;}
span.p-name { color:#ccc !important}
/*div.h-card.p-author, a.u-url.profile, span.full-name, span.p-nickname,*/ a.favorite-action.web-intent, a.reply-action.web-intent, i.ic-retweet.ic-mask, img.u-photo.avatar { display:none}
li.h-entry.tweet.customisable-border {padding:0; margin:0;}

/* footer styles */
footer {
	background: none;
	padding: 20px 15px 20px 15px;
	color:#8F8F8F;
}
footer .container {background-color:#333;}
footer .weblinks {
	list-style: none;
}
footer .weblinks span {
	font-family: 'rabioheadregular';
	font-size: 1.3em;
	font-weight: 400;
	text-transform: none;
	color:#8f8f8f;
}
footer .weblinks li {
	border-bottom: 1px dotted #555;
	padding: 0px 0 0px 5px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:34px;
	/*background: url(../images/arrow.png) 2px 0px no-repeat;*/
}
footer .weblinks li:first-child {
	margin-top:-6px;
}
footer .weblinks li a {
	color:#7EB535;
}
footer h3 {
	padding-bottom:7px;
	margin-bottom:0;
	color:#909090;
}
footer .foottest {
	color:#000; font-weight:bold; font-size:14px;
	margin-top:5px;
	margin-bottom:2px;
	padding:0;
}*/
hr.line.footer {
	margin: 10px 0 15px;
	border: 1px dotted #909090;
}
footer a, footer a:visited {
	color: #7EB535;
}
footer a:hover {
	text-decoration: none;
	color: #909090 !important;
}
.copyright {
	margin-top: 14px;
	font-size:11px;
	font-family: "OpenSansBold", arial;
	text-align:center;
}

/* contact page */

#googlemaps { margin: 25px 0 29px; }
h3.gmap-header {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    text-transform: uppercase;
}

/* shortcodes page */

ul.tabs-nav {
	margin: 0;
	overflow: hidden;
}
ul.tabs-nav li { float: left; margin: 0; }
ul.tabs-nav li a { 
	text-transform:uppercase; 
	font-size: 12px; 
	text-decoration: none; 
	width: 120px;
	padding: 8px 0 9px;
	text-align: center;
	display: block;
	border: 1px solid #e7e7e7;
	margin-right: -1px;
}
ul.tabs-nav li.active a {
	border-bottom: 1px solid #fff;
	padding-top: 7px;
}
div.tabs-container {
	padding: 23px 25px 25px;
	border: 1px solid #e7e7e7;
	margin-top: -1px;
}
div.tabs-container div {}
h3.shortcodes, h3.front-page {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    text-transform: uppercase;
	margin-top: 14px;
}
.acc-container {
	padding: 0 0 0 25px;
	border-bottom: 1px dotted #D7D7D7;
}
span.acc-trigger {
	display: block;
	padding: 9px 0 9px 25px;
	border-bottom: 1px dotted #D7D7D7;
	background: url("../images/acc-style.jpg") left center no-repeat;
}
span.acc-trigger a { text-decoration: none; }
span.acc-trigger.active {
	background: url("../images/acc-style02.jpg") left center no-repeat;
	border-bottom: 1px dotted #fff;;
}
.price-box { 
	width:180px; 
	float: left;
	margin: 10px -1px 0 0;
	position: relative;
}
.price-box li { 
	border: 1px solid #fff; 
	margin-bottom: -1px; 
	text-align: center;  
	padding: 11px 0;
	font-size: 12px;
}
.price-box li button { margin:0; }
.price-box.featured { 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	z-index: 5;
	margin-top: 0px;
}
.price-box.featured li:last-child {
	padding: 25px 0;
}
.price-box.featured li:first-child {
	padding: 16px 0;
}
.price-box li:last-child {
	padding: 20px 0;
}
.price-box li:nth-child(odd) {
	background: #f5f5f5;
}
.price-box li:nth-child(even) {
	background: #fafafa;
}
.price-box.items li:nth-child(odd) {
	background: #f5f5f5;
}
.price-box.items li:nth-child(even) {
	background: #fafafa;
}
.price-box.items {
	margin-top: 136px;
	width: 225px;
}
.price-box.items li, .price-box.items li:nth-child(1), .price-box.items li:nth-child(2) {
	color: #909090;
	text-transform: none;
	text-align: left;
	padding: 11px 0 11px 20px;
}
.price-box li:nth-child(1), .price-box li:nth-child(2) {
	background: #6a6a6a;
	color: #fff;
}
.price-box li:nth-child(1) { text-transform: uppercase; }
.price-box li:nth-child(2) h3 { font-size: 34px; color: #fff; position: relative; font-family: 'OpenSansRegular'; margin: 5px 0 0; line-height: 24px; }
.price-box li:nth-child(2) h3 sup { font-size: 14px; position: relative; top:-12px; }
.price-box li:nth-child(2) span { font-size: 12px; display: block; }
.list-styles.bigger-arrow li {
    background: url("../images/big-arrow.png") no-repeat scroll left top transparent;
}
.list-styles.arrow-twice li {
    background: url("../images/arrow-twice.png") no-repeat scroll left top transparent;
}
.list-styles.big-arrow li {
    background: url("../images/arrow-big.png") no-repeat scroll left top transparent;
}
.list-styles.squared li {
    background: url("../images/square.png") no-repeat scroll left top transparent;
}
.list-styles.dotted li {
    background: url("../images/dotted.png") no-repeat scroll left top transparent;
}
.list-styles, .list-styles li {
	margin:0;
}

.text-style-color-marker {
	color: #fff;
}
.text-style-dark-marker {
	background: #000;
	color: #fff;
}
.text-style-underline {
	border-bottom: 1px solid #dddddd;
}

.testimonial {
	margin: 0;
	background: #dddddd;
	padding: 35px 65px 20px 65px;
	position: relative;
	font-family: Georgia, serif;
	font-size:20px;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	background-image: linear-gradient(#eeeeee, #dddddd);
}
.titletest {
	color:#000;
	font-family: 'OpenSansSemiBold', sans-serif;
	font-style:normal;
	font-size:22px;
}
.testimonial:before, .testimonial:after {
     content: "\201C";
	 position: absolute;
	 font-size: 80px;
	 line-height: 1;
	 color: #999;
	 font-style: normal;
} 
.testimonial:before {
	top: 10px;
	left: 20px;
}
.testimonial:after {
	content: "\201D";
	right: 20px;
	bottom: -0.4em;
}
.ab1 {
	/*position:absolute; width:40px !important; padding:0;*/
	display:inline-block;
}
.ab2 {
	/*position:absolute; */
	display:inline-block;
	padding-left:5px;
}
.ab3 { 
	/*position:relative;*/
	display:inline-block;
}
.arrow-downt {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ddd;
	margin: 0 0 0 55px;
}
.testimonial-author {
	margin: 0 0 0 0px;
	font-family: 'OpenSansSemiBold', sans-serif;
	color: #666;
	/*text-align:left;*/
	font-weight:bold;
}
.testimonial-author span a {
	color: #7EB535;
	font-size:12px;
	text-decoration:none;
}
.testimonial-author span a:hover {
	color:#828282;
}
/*.testimonials {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    padding: 20px;
}
.testimonials-bg {
    background: url("../images/testimonials-bg.png") no-repeat;
    display: block;
    height: 30px;
    margin-top: -1px;
    width: 200px;
}
.testimonials-author {
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-top: -23px;
}
.testimonials-author span {
    color: #909090;
}*/

.alert-success {
	text-align: center;
	background: #e3fbd9 url("../images/alert-success.png") 15px center no-repeat;
	border: 1px solid #c4f1ac;
	line-height: 38px;
	color: #86b278;
	position: relative;
	margin-bottom: 1px;
}
.alert-info {
	text-align: center;
	background: #e7fbfc url("../images/alert-info.png") 15px center no-repeat;
	border: 1px solid #b0e9f0;
	line-height: 38px;
	color: #6d89b6;
	position: relative;
	margin-bottom: 1px;
}
.alert-warning {
	text-align: center;
	background: #f8f7db url("../images/alert-warning.png") 15px center no-repeat;
	border: 1px solid #f2e05a;
	line-height: 38px;
	color: #d8a92d;
	position: relative;
	margin-bottom: 1px;
}
.alert-error {
	text-align: center;
	background: #fdebeb url("../images/alert-error.png") 15px center no-repeat;
	border: 1px solid #fbbab8;
	line-height: 38px;
	color: #d45959;
	position: relative;
	margin-bottom: 1px;
}
.alert-notice {
	text-align: center;
	background: #fff url("../images/alert-notice.png") 15px center no-repeat;
	border: 1px solid #cccccc;
	line-height: 38px;
	color: #9a9999;
	position: relative;
	margin-bottom: 1px;
}
.alert-success span,
.alert-info span,
.alert-warning span,
.alert-error span,
.alert-notice span {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 12px;
	top: 13px;
	background: #e3fbd9 url("../images/close.png") no-repeat;
	cursor: pointer;
}

.blockquote {
	font-family: 'OpenSansSemibold';
	padding: 20px;
	background: #f9f9f9;
}

.b-white {
	line-height: 40px;
	background: url("../images/button01.jpg") top left repeat-x;
	width: 150px;
	color: rgba(0,0,0,0.3);
	font-family: 'OpenSansRegular';
	box-shadow: 0 2.5px 1px rgba(0,0,0,0.15);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	border-radius: 2px;
	border: 1px solid #bbbbbb;
}
.b-white:hover {
	background: url("../images/button01.jpg") top left repeat-x;
	color: rgba(0,0,0,0.3);
	border: 1px solid #bbbbbb;
	box-shadow: none;
}
.b-black {
	line-height: 40px;
	background: url("../images/button02.jpg") top left repeat-x;
	width: 150px;
	color: rgba(0,0,0,0.6);
	font-family: 'OpenSansRegular';
	box-shadow: 0 2.5px 1px rgba(0,0,0,0.25);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	border-radius: 2px;
	border: 1px solid #333333;
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
}
.b-black:hover {
	background: url("../images/button02.jpg") top left repeat-x;
	color: rgba(0,0,0,0.6);
	border: 1px solid #333333;
	box-shadow: none;
}

.b-color {
	line-height: 40px;
	background: url("../images/button03.jpg") top left repeat-x;
	/*width: 150px;*/
	color: rgba(13,105,0,1);
	font-family: 'OpenSansRegular';
	box-shadow: 0 1.5px 1px rgba(0,0,0,0.25);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0;
	border-radius: 2px;
	border: 1px solid #648e00;
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
	padding-left:5px;
	padding-right:5px;
}
.b-color:hover {
	background: url("../images/button03.jpg") top left repeat-x;
	color: rgba(0,0,0,0.6);
	border: 1px solid #648e00;
	box-shadow: none;
}

table {
    margin: 0 0 20px;
    padding: 0 5px;
    text-align: left;
	border-collapse: collapse;
    border-spacing: 0;
}

tr:nth-child(even) { background: #f4f4f4 }
tr:nth-child(odd) { background: #ffffff }

tr { border-bottom: 1px solid #dcdcdc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-size:12px;
	
}

thead th{
	font-size:14px;
	text-transform: uppercase;
	color:#707070;
	border:none;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
	padding:10px 5px;
}

.dropcap {
	font-size: 55px;
	float: left;
    height: 35px;
	margin: 15px 5px 0 0;
	display: inline-block;
}

/* projects */

.our-work.our-work-margin, .flexslider.work-slider { margin-bottom: 0; }
.work-slider .flex-direction-nav a {
    right: 10px;
	bottom: 10px;
}
.work-slider .flex-direction-nav .flex-next {
    right: 46px;
}
.our-work-single ul li {
	border-bottom: 1px dotted #d7d7d7;
    padding: 5px 0 6px 0;
	margin: 0;
}
.our-work-single ul li a {
	color: #7EB535;
	font-family: 'OpenSansSemiBold';
}
.our-work-single ul li a:hover {
	text-decoration:none;
	color: #707070;
}
.our-work-single ul li:last-child {
	border-bottom: none;
}
.our-work-single ul li strong { color: #707070; font-family: 'OpenSansSemiBold'; }
.our-work-single h3 {
	font-family: 'OpenSansRegular';
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	margin: -5px 0 11px
}
#filters ul {
	overflow: hidden;
	margin: 25px 0 40px;
}
#filters ul li {
	float: left;
	margin: 0;
}
#filters ul li a {
	font-size: 14px;
	text-transform: uppercase;
	background: #f8f8f8;
	color: #aeaeae;
	padding: 8px 16px;
	text-decoration: none;
	margin-right: 10px;
	display: block;
	transition: all 0.2s;
}
#filters ul li a:hover, #filters ul li a.selected {
	color: #fff;
}

/* homepage */

.client-list li {
	margin: 0 -1px 0 0;
	border: 1px solid #e5e5e5; 
	float: left;
}
.client-list li img { 
	width:191px; 
	display: block;
}
.home-folio-style {
	background: #f3f3f3; 
	border-top: 1px solid #dedede; 
	border-bottom: 5px solid #eaeaea; 
	margin: 0 -35px 30px; 
	padding: 20px 35px 30px;
	overflow: hidden;
}
.home-folio-style .our-work h3 { background: #f8f8f8; }
.projects .our-work { margin-bottom: 30px; }
.slide-caption {
	position: absolute;
	padding: 20px;
	margin: 0 0 20px 20px;
	background: rgba(0,0,0,0.3);
	width: 30%;
	bottom: 0;
}
/*.slide-caption a, .slide-caption a:visited {
	color:#fff;
}
.slide-caption a:hover {
	color:#7EB535;
	text-decoration:none;
}*/
.slide-caption h3 {
	color: #000;
	padding:0 0 4px 0;
	margin:0px;
	line-height:18px;
}
.slide-caption h2 {
	color: #fff;
	margin-bottom:0px;
	padding-bottom:10px;
	line-height:30px;
}
.slide-caption p {
	margin: 0;
	padding:0;
	line-height:18px;
}
.slide-caption p span {
	color: #000;
	font-size:14px;
}

.home-blog { overflow: hidden; }
.home-blog h3 { margin-bottom: 3px; }
.home-blog img { 
	width: 100%; 
	display: block;
}
.home-blog a.img-overlay { 
	margin-bottom: 15px;
}
.home-blog .meta-blog { 
	float: left;
	margin-right: 10px;
	width: 45px;
}
.home-blog .home-post-type {
	display: block;
	width: 45px;
	height: 45px;
}
.home-blog .home-date {
	display: block;
	width: 45px;
	height: 39px;
	padding-top: 6px;
	color: #fff;
	text-align: center;
	font-family: 'OpenSansSemibold';
	font-size: 20px;
}
.home-blog .home-date span {
	display: block;
	font-family: 'OpenSansLight';
	font-size: 10px;
}
.home-blog .home-post-type
.home-blog .home-blog-post {
	float: left;
	width: 165px;
}

.recent-posts {
	overflow: hidden;
}
.recent-posts h3 {
	display: inline-block;
	float: left;
	margin-bottom: 19px;
}
.recent-posts p {
	float: left;
	margin: -3px 0 0 20px;
}
.our-work { margin-bottom: 54px; }
.w2 {margin-bottom: 30px !important;}
.our-work h3:hover {
	background: #f8f8f8;
}
h3.front-page { margin-top: -11px; }
.our-work img {
	width: 100%;
	display: block;
}
.our-work h3 {
	font-family: 'OpenSansRegular';
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	padding: 12px 0;
	border-bottom: 1px solid #dfdfdf;
	border-top: 2px solid #dfdfdf;
	transition: all 0.2s;
}
.our-work h3 a, .home-blog h3 a {
	color: #3a3a3a;
	text-decoration: none;
}
.our-work h3 span {
	font-family: 'OpenSansItalic';
	text-transform: none;
	font-size: 11px;
	display: block;
	color: #aeaeae;
}
.flexslider {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 60px 0;
}
.flexslider li { margin: 0; position: relative; }
.flexslider img { display: block }

/* pages */

.callout-header {
	font-family: 'OpenSansLight';
	font-size: 22px;
	margin-bottom: 50px;
}
.tabs-container .list-styles.bigger-arrow li { border-bottom: 1px dotted #e4e4e4; }
.client-list.on-sidebar {
	overflow: hidden;
	margin-top: 10px;
}
.client-list.on-sidebar li {
	border: none;
	cursor: pointer;
	padding: 0 15px 0 14px;
}
.our-team {
	position: relative;
}
.our-team .social {
	position: absolute;
	top: 264px;
	left: 6px;
	background: rgba(0,0,0,0.2);
	padding: 5px 10px 5px 5px;
	opacity: 0;
	transition: opacity 0.2s;
}
.our-team:hover .social {
	opacity: 1;
}
.our-team > img {
	width: 288px;
	display: block;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
}
.our-team span {
	padding: 15px 0;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.our-team span strong {
	display: block;
	color: #3a3a3a;
}
.our-team p {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
}

.page-content { margin-top: 20px; }
.page-content .img-float-left, .page-content .img-float-right {
	float: left;
	margin: 5px 20px 15px 0;
	display: block;
	position: relative;
}
.page-content .img-float-right {
	float: right;
	margin: 5px 0 15px 20px;
}
.page-content .img-float-left .img-float-left-caption, .page-content .img-float-right .img-float-right-caption {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	background: rgba(0,0,0,0.5);
	color: #cecece;
}
.page-content .img-float-left img, .page-content .img-float-right img {
	display: block;
	width: 100%;
}
.page-content .blockquote { margin-bottom: 20px; }

/* social */

.social {
	/*float: right;*/
	text-align:center;
}
.social a {
	opacity:0.5;
	margin: 0 0 0 5px;
	float: left;
	transition: opacity 0.2s;
}
.social a:hover {
	opacity:1;
}
.social a img {
	float: left;
	height:auto;
	width:23px;
}
footer h3 {
	font-size: 12px;
	/*color: #909090;*/
	text-transform: uppercase;
	/*font-family: 'OpenSansRegular';*/
}
/*.tweets {
}
.tweets a, .tweets a:visited {
	color:#7EB535;
}
.tweets a:hover{
	color:#606060;
}
.tweet_time {
	color: #606060;
	display: block;
	margin-top: 5px;
}*/
.flickr {
	margin: 0 0 16px;
}
.flickr a img {
	float: left;
	margin: 3px 7px 4px 0;
	opacity: 0.8;
	transition: opacity 0.2s;
}
.flickr a:hover img {
	opacity: 1;
}
.company img {
	margin: 11px 0 15px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}