/*
Theme Name: Skylark
Theme URI: http://blankthemes.com/skylark/
Author: Blank Themes
Author URI: http://blankthemes.com/
Description: Skylark is a bright, clean, and responsive theme that's a great starting point for individuals and businesses who want to establish a professional online presence. Not only is the theme well-suited for general blogging, but its showcase and portfolio page templates make it easy to highlight latest news and projects in style.
Version: 1.6
License: GNU General Public License
License URI: license.txt
Tags: blue, orange, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Skylark is a derivative of _s ("Underscores") WordPress Theme, Copyright 2012 Automattic, Inc. This theme, like WordPress, is licensed under the GPL.
*/


/* =Resetr
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	font: "Segoe UI", Tahoma, Arial !important ;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Clear Fix
----------------------------------------------- */

.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Global
----------------------------------------------- */
html {
	background: #d6d8d5;
}
body {
	background: #fff;
	max-width: 1360px;
	margin: 0 auto;
}
.site {
	background: #fff;
	overflow: hidden;
}
body,
button,
input,
select,
textarea {
	font: 13px/18px Trebuchet MS;
	color: #434343;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #e3e3e3;
	border: 0;
	height: 1px;
	margin-bottom: 1.313em;
}

/* Text elements */
p {
	margin-bottom: 1.313em;
	text-align: justify;
}
ul, ol {
	margin: 0 0 1.313em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.313em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.313em 1.313em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.313em;
}
address {
	margin: 0 0 1.313em;
}
pre {
	background: #e3effc;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.313em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #589fe6 60%, #468cd4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#589fe6), color-stop(100%,#468cd4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #589fe6 60%,#468cd4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #589fe6 60%,#468cd4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #589fe6 60%,#468cd4 100%); /* IE10+ */
	background: linear-gradient(top,  #589fe6 60%,#468cd4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589fe6', endColorstr='#468cd4',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px #2e6aa7;
	color: rgba(255,255,255,1);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	padding: 1em 1.5em .88em;
	text-shadow: 1px 1px #3e79b9;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
#searchform input#s {
	background: url("images/search.png") right center no-repeat #fafafa;
	height: 22px;
	line-height: 1.2em;
	padding: 0.2em 2.3em 0.2em 0.6em;
	width: 85%;
}
#searchform input#s:focus {
	background-color: #fff;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
    border: solid 1px #e0e0e0;  
    background: #fff;  
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));  
    background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);  
    box-shadow: rgba(0,0,0, 0.2) 0 0 1px;  
    -moz-box-shadow: rgba(0,0,0, 0.2) 0 0 1px;  
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0 0 1px;
    color: #7d7d7d;
    outline: 0;  
}  
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	background: #fff;
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 5px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 5px 0 0 5px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a,
a:visited {
	color: #cc6a22;
	text-decoration: none;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
}
a:hover,
a:focus,
a:active {
	color: #000;
}
a:hover img,
.feature-thumbnail:hover,
.feature-thumbnail:hover .post-format-icon {
	opacity: 0.7;
	transition: opacity 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-moz-transition: opacity 0.2s linear;
    -o-transition: background 0.2s linear;
}
a:hover img.avatar {
	opacity: inherit;
	transition: none;
}
.feature-thumbnail a:hover img {
	opacity: inherit;
	transition: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.313em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.313em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Layout
----------------------------------------------- */

#featured-content,
#main,
.header-wrapper {
	max-width: 920px;
}
.header-wrapper,
#featured-content {
	margin: 0 auto;
}
#main {
	margin: 0 auto;
	padding: 0 0 24px;
}
body.page-template-page-showcase-php #main {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.site-content {
	float: left;
	margin-right: 1.41304348%;
	width: 72.826087%;
}
body.full-width .site-content,
body.attachment .site-content,
body.page-template-page-showcase-php .site-content,
body.page-template-page-portfolio-php .site-content,
body.page-template-page-full-width-php .site-content,
body.single-format-gallery .site-content,
body.single-format-image .site-content,
body.single-format-video .site-content {
	float: none;
	width: 100%;
}
#secondary {
	float: right;
	width: 25.1521739%;
}
.site-footer {
	clear: both;
	width: 100%;
}


/* =Site Header and Main Navigation
----------------------------------------------- */

.site-header {
	background: url(images/header-bg.png) repeat-x 0 100%;
}
.site-header:after {
	clear: both;
	content: '';
	display: block;
}

/* Site Branding */
.site-header hgroup {
	float: left;
	margin: 1.5em 2.06521739% 1.5em 0;
	width: 42.0652174%;
}
.site-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -0.015em;
	line-height: 1.5;
	font-weight: 400;
	text-shadow: 1px 1px #527ca7;
}
.site-title a:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.site-title,
.site-title a {
	color: #fff;
}
.site-description {
	font-size: 13px;
	font-size: 1.3rem;
	color: #a7d2ff;
}
.site-title,
.site-description {
	word-wrap: break-word;
}

/* Main Navigation */
.main-navigation {
	display: block;
	float: right;
	margin-top: 1.5em;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	margin: 0 0 0 1.538em;
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	padding: 0;
	text-decoration: none;
	word-wrap: break-word;
}
.main-navigation ul ul {
	background: #4188d4;
	-moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.2);
	box-shadow: 1px 0 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 35px;
	left: 0;
	width: 250px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -120%;
	top: 0;
}
.main-navigation ul ul a {
	color: #fff;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	padding: 0.8em 0.6em;
	width: 200px;
}
.main-navigation ul ul li {
	margin-left: 1em;
}
.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #e3f0ff;
}
.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu */
.main-small-navigation {
	border-top: 0 solid #6aa3df;
	margin-top: 0.5em;
	padding-top: 0.5em;
}
.menu-toggle {
	color: #a7d2ff;
	cursor: pointer;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation .menu,
.main-small-navigation .menu a {
	color: #fff;
}

/* Header Image */
.header-image {
	 clear: both; 
	text-align: center;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	border-bottom: 1px solid #e3e3e3;
	margin: 0 0 1.313em;
	padding-bottom: 1em;
}
.entry-title {
	color: #000;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #777;
}
body.page .entry-title,
body.single .entry-title,
.page-title {
	border-bottom: 1px solid #e3e3e3;
	font-weight: normal;
	/*margin-bottom: 0.5em;
    padding: 0 0 0.3em;*/
}
.page-title {
	color: #7d7d7d;
	margin-bottom: 1.313em;
	text-transform: uppercase;
}
.entry-meta {
	clear: both;
	color: #7d7d7d;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 0.2em 0 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 1.313em 0;
}
.page-links {
	clear: both;
	color: #589fe6;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 1.313em;
}
.page-links a {
	background-color: #589fe6;
	background: -webkit-gradient(linear, left top, left bottom, from(#589fe6), to(#468cd4));
	background: -moz-linear-gradient(top, #589fe6, #468cd4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589fe6', endColorstr='#468cd4');
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	line-height: 1.3;
    padding: 0.02em 0.5em;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
}
.page-links a:hover {
	opacity: 0.8;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
   /* margin-bottom: 0.8em;*/
   margin-bottom: 10px;
}
.entry-content h1 {
	font-size: 24px;
	font-size: 2.0rem;
	text-transform:uppercase;
}
.entry-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
}
.entry-content h3 {
	font-size: 20px;
	font-size: 2rem;
}
.entry-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #177B41;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom:6px;
}
.entry-content h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
.entry-content h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
.entry-content table,
.comment-content table {
    border: 1px solid #e3e3e3;
    margin: 0 0.077em 1.923em 0;
    text-align: left;
    width: 100%;
}
.entry-content tr th, 
.entry-content thead th,
.comment-content tr th, 
.comment-content thead th {
	font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.615em;
    padding: 0.462em 1.154em;
    text-transform: uppercase;
}
.entry-content tr td,
.comment-content tr td {
    border-top: 1px solid #e3e3e3;
    font-weight: 300;
    padding: 0.462em 1.154em;
}

text_bar .entry-content tr td,
.comment-content tr td{
    border:none !important;
}
.not-found .widget {
	padding: 0;
}
.not-found #searchform {
	margin-bottom: 2em;
}


/* =Featured Content
----------------------------------------------- */

.featured-wrapper {
	background-color: #1d5ea0;
	background: -webkit-gradient(linear, left top, left bottom, from(#478ed7), to(#1d5ea0));
	background: -moz-linear-gradient(top, #478ed7, #1d5ea0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#478ed7', endColorstr='#1d5ea0');
	border-top: 1px solid #6aa3df;
	height: 362px;
	overflow: hidden;
	padding: 1.5em 0 0;
	position: relative;
		z-index: 1;
}
.featured-wrapper:after {
	clear: both;
	content: "";
	display: table;
}
.featured-nav-wrapper {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
#featured-content {
	position: relative;
}
.featured-thumbnail {
	float: left;
	margin-right: 2.06521739%;
	width: 54.7826087%;
}
.featured-post-content {
	float: right;
	width: 42.3913043%;
}
.featured-post {
	display: none;
	position: relative;
	overflow: hidden;
}
.featured-post.first {
	display: block;
}
.slider-nav {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	height: 32px;
	position: absolute;
		top: 150px;
	text-indent: -9999em;
	width: 24px;
	z-index: 9;
}
#slider-prev {
    background: url("images/prev.png") no-repeat;
	left: 0;
}
#slider-next {
 	background: url("images/next.png") no-repeat;
    right: 0;
}

/* Featured Slider Entry Content */
#featured-content .featured-post-content .entry-title {
	border: none;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0.950em;
	padding: 0;
}
#featured-content .featured-post-content .entry-title a {
	color: #fff;
}
#featured-content .featured-post-content .entry-title a:hover {
	color: #e3f0ff;
}
.featured-post-content .entry-summary {
	color: #e1f0ff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.571em;
}
.featured-post-content .more-link {
	background-color: #589fe6;
	background: -webkit-gradient(linear, left top, left bottom, from(#589fe6), to(#468cd4));
	background: -moz-linear-gradient(top, #589fe6, #468cd4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589fe6', endColorstr='#468cd4');
	border-radius: 4px;
	box-shadow: 1px 1px 1px #2e6aa7;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 34px;
    line-height: 2.429em;
    margin-top: 1.571em;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
    width: 160px;
}
.featured-post-content .more-link a {
	color: #fff;
}
.featured-post-content .more-link:hover {
	opacity: 0.8;
}


/* =Showcase Template
----------------------------------------------- */

/* Introduction */
.introduction {
	padding: 0;
}
.introduction p {
	font: 1.538em/1.5 Georgia, 'Times New Roman', serif;
	font-style: italic;
	text-align: center;
	word-wrap: break-word;
}

/* Featured Categories */
#category-highlight .category-section {
	border-top: 1px solid #e9e9e9;
}
#category-highlight .category-header {
	margin: 1.5em 0;
}
#category-highlight .category-section .category-title {
	font-size: 18px;
	font-size: 1.8rem;
}
#category-highlight .category-section .category-title a {
	color: #000;
}
#category-highlight .category-section .category-description {
	color: #7d7d7d;
}
#category-highlight .category-section .hentry {
	border: 0;
	float: left;
	margin-right: 2.2826087%;
	width: 23.1521739%;
	word-wrap: break-word;
}
#category-highlight .category-section .hentry:last-of-type {
	margin-right: 0;
}
#category-highlight .category-section .entry-title {
	border: 0;
	line-height: 0.6em;
}
#category-highlight  .category-section .entry-title a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
#category-highlight .category-section .entry-summary {
	color: #7d7d7d;
	margin-top: 0.5em;
}
#category-highlight .category-section .category-title a:hover,
#category-highlight .category-section .entry-title a:hover {
	color: #555;
}


/* =Portfolio Template
----------------------------------------------- */

#portfolio-wrap {
	margin: -1em 0 0;
}
.portfolio-posts {
	margin: 0;
}
.portfolio .hentry {
	border: none;
	float: left;
	list-style: none;
	margin-right: 4.2826087%;
	width: 30.4347826%;
	word-wrap: break-word;
}
.portfolio .hentry:last-of-type {
	margin-right: 0;
}
#portfolio-wrap .portfolio .entry-title {
	border: 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0.5em 0;
	padding: 0;
}
.portfolio .entry-title a {
	color: #000;
}
.portfolio .entry-title a:hover {
	color: #555;
}
.portfolio .entry-summary {
	color: #7d7d7d;
	margin-top: 0.5em;
}



/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.featured-thumbnail img,
.category-section img,
img[class*="align"],
img[class*="wp-image-"],
.portfolio img,
.entry-thumbnail img {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.site-header img,
.entry-content img,
.comment-content img,
.widget img,
.featured-thumbnail img,
.category-section img,
.portfolio img,
.entry-thumbnail img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.featured-thumbnail img,
.category-section img,
img[class*="align"],
img[class*="wp-image-"],
.wp-caption img,
.portfolio img,
.entry-thumbnail img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full,
.featured-thumbnail img,
.category-section img,
.portfolio img,
.wp-caption img,
.entry-thumbnail img {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img, .wp-caption {
    margin-top: 0.333333em;
}
img.aligncenter, 
img.alignleft, 
img.alignright {
    margin-bottom: 1.313em;
}
.wp-caption {
	background: #589fe6;
	border: 0px solid #e0e0e0;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 1.313em;
	padding: 5px 0;
}
.wp-caption img {
	box-shadow: none;
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption-text {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.313em;
}
.gallery-caption {
	color: #7d7d7d;
	font-size: 12px;
	font-size: 1.2rem;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-attachment {
	clear: both;
	text-align: center;
}

/* Overlay icons on top of featured images for image, gallery, and video post formats */
.feature-thumbnail {
	position: relative;
}
.feature-thumbnail:hover .post-format-icon {
	opacity: 0.8;
}
.feature-thumbnail a {
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.feature-thumbnail .post-format-icon {
    color: #fff;
    display: none;
	height: 47px;
    margin-left: -35px;
    position: absolute;
		left: 50%;
		top: 35%;
    text-indent: -9999px;
    width: 64px;
}
.feature-thumbnail:hover .post-format-icon {
	display: block;
}
.format-gallery .feature-thumbnail .post-format-icon,
.format-image .feature-thumbnail .post-format-icon,
.format-video .feature-thumbnail .post-format-icon {
	background: url(images/post-format-icons.png) no-repeat;	
}
.format-gallery .feature-thumbnail .post-format-icon {
	background-position: 0 -54px;
}
.format-video .feature-thumbnail .post-format-icon {
	background-position: 0 -117px;
}

/* =Navigation
----------------------------------------------- */

#content .site-navigation,
#content #image-navigation {
	margin: 0 0 1.313em;
	overflow: hidden;
}
#content .nav-previous,
#content .previous-image {
	float: left;
	width: 50%;
}
#content .nav-next,
#content .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
#content .next-image {
	text-align: left;
}
#content .previous-image {
	text-align: right;
}
#content .nav-next a,
#content .next-image a,
#content .nav-previous a,
#content .previous-image a {
	background-color: #589fe6;
	background: -webkit-gradient(linear, left top, left bottom, from(#589fe6), to(#468cd4));
	background: -moz-linear-gradient(top, #589fe6, #468cd4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589fe6', endColorstr='#468cd4');
	border-radius: 6px;
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
	line-height: 1.6em;
    margin: 1.571em 0;
    opacity: 0.8;
    padding: 1em 0.8em;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
}
#content .next-image a,
#content .previous-image a {
	margin-left: 1em;
	margin-right: 1em;
}
#content .nav-next a:hover,
#content .next-image a:hover,
#content .nav-previous a:hover,
#content .previous-image a:hover {
	opacity: 1;
}

/* Comment Navigation */
#content .comment-navigation .nav-next a,
#content .comment-navigation .nav-previous a {
	background: none;
	border-radius: 0;
	color: #7d7d7d;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 1em 0;
    padding: 0;
    text-align: left;
    text-shadow: none;
}
#content .comment-navigation .nav-next a:hover,
#content .comment-navigation .nav-previous a:hover {
	color: #c0c0c0;
}


/* =Comments
----------------------------------------------- */

.comments-title,
#respond h3#reply-title {
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0 0 0.9em;
	text-transform: uppercase;
}
#respond h3#reply-title {
	border: none;
}
#respond {
	background: #e3effc;
	margin: 2em 0;
	padding: 1.5em;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 6%;
}
.full-width .children {
	margin: 0 0 0 4%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #e3d3d3;
}
.commentlist .children li {
	border: none;
}
article.comment,
li.pingback {
	overflow: hidden;
	padding: 3em 0 0.7em;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 1.0em;
}
.comment-author {
	margin: 0;
	position: relative;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .avatar {
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    	right: 0;
   	 	top: 0;
}
.bypostauthor > article .comment-author .avatar {
	background: #4188d4;
	padding: 3px;
}
.comment-meta {
	color: #7d7d7d;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 0 0 1.5em;
    padding: 0;
}
.comment-meta a {
	color: #7d7d7d;
}
.comment-content {
	margin: 0;
	position: relative;
}
.comment-content p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.538em;
	padding-bottom: 1.13em;
}
a.comment-reply-link {
	background-color: #589fe6;
	background: -webkit-gradient(linear, left top, left bottom, from(#589fe6), to(#468cd4));
	background: -moz-linear-gradient(top, #589fe6, #468cd4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589fe6', endColorstr='#468cd4');
	border-radius: 6px;
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.429em;
    margin: 0 0 2em;
    opacity: 0.8;
    padding: 0 0.8em;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
}
a.comment-reply-link:hover {
	opacity: 1;
}
#cancel-comment-reply-link {
	background: #cc6a22;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 1.5em;
    padding: 0.3em 1em 0.1em;
    text-align: right;
}
#cancel-comment-reply-link:hover {
	opacity: 0.8;
}
#content .comment-navigation {
	margin: 1em 0 0;
}
.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
	color: #7d7d7d;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}

/* Comments Form */
#commentform {
	position: relative;
}
#respond label {
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0.5em 0;
}
#respond .comment-form-author input[type="text"], 
#respond .comment-form-email input[type="text"] {
	margin-left: 1.25em;
}
#respond .comment-form-url input[type="text"] {
	margin-left: 1em;
}
.form-allowed-tags {
	color: #7d7d7d;
	line-height: 1.6em;
}
.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code {
	font-size: 11px;
	font-size: 1.1rem;
}
#respond .required {
	color: #ff4b33;
}


/* =Widgets
----------------------------------------------- */

.widget {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 2.5em;
	padding-left: 1.313em;
	word-wrap: break-word;
}
.widget-title {
	font-size: 13px;
	font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
.widget-title,
.widget-title a {
	color: #000;
}
.widget ul {
	list-style: none;
	/*margin: 0.8em 0 0;*/
	margin: 0 0 0;
}
.widget ul li {
    background: url('images/bulletone.png') no-repeat 0 12px;
    border-bottom: 1px dotted #e0e0e0;
    line-height: 1.6em;
    padding: 0.5em 0.5em 0.5em 1.2em;
}
.widget ul.sub-menu li,
.widget ul.children li {
	border-bottom: none;
}


/* Flickr Widget */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr .flickr-size-thumbnail {
	margin:  0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 10px;
}
.widget_flickr .flickr-size-small img {
	max-width: 98%;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #cc6a22;
    display: block;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 0.231em 0;
}

/* RSS Widget */
.rsswidget img {
	margin: 0 !important;
	vertical-align: text-top;
}
.rss-date {
	color: #7d7d7d;
	font-size: 90%;
	font-style: italic;
}
.rssSummary {
	font-size: 90%;
    font-style: italic;
    margin: 0.5em 0;
}

/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {
	border-width:  0;
}

/* Authors Widget */
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	margin-bottom: 1em !important;
	padding-right: 0.833em;
	vertical-align: text-top;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	margin-bottom: 1.154em;
	margin-top: 0.769em;
}
#wp-calendar thead th {
	color: #7d7d7d;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 1.154em;
	text-align: center;
}
#wp-calendar tbody {
	border: 1px solid #e0e0e0;
}
#wp-calendar tbody td {
	border: 1px solid #e0e0e0;
	color: #7e6b54;
	font-size: 90%;
 	padding: 0.615em 2%;
	text-align: center;
}
#wp-calendar tbody td:hover {
	background: #eee;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	background: #e0e0e0;
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
	color: #cc6a22;
	font-size: 90%;
	padding-top: 0.8em;
	text-transform: uppercase;
}
#wp-calendar tbody .pad {
	background: none;
}

/* Twitter Widget */
.widget_twitter .timesince {
	color: #7d7d7d;
	font-size: 90%;
}
.widget_twitter .twitter-follow-button {
	margin-top: 0.8em;
}

/* Recent Comments Widget */
td.recentcommentsavatarend,
td.recentcommentsavatartop {
	padding: 0.385em !important;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	padding: 0 0.615em 1.1em !important;
    vertical-align: top;
}

/* Search widget */
#searchsubmit {
	display: none;
}


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

.site-footer {
	background: #434242 url(images/footer-bg.jpg) repeat-x 0 100%;
}
.site-info {
	color: #aaa;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 auto;
	max-width: 1170px;
	padding: 12px 0 0;
	text-align: center;
}
.site-info a,
.site-info a:hover {
	color: #fff;
}

/* =Responsive Structure
----------------------------------------------- */

@media only screen and (max-width: 1060px) {
	.featured-wrapper {
		padding: 1.5em;
	}
	.featured-nav-wrapper {
		text-align: right;
	}
	#featured-content {
		text-align: left;
	}
	.featured-post-content .post-title {
		margin-right: 25.5%;
		word-wrap: break-word;
	}
	.slider-nav {
		display: inline-block;
		position: relative;
			top: 0;
		text-indent: 9999px;
	}
}
@media only screen and (max-width: 960px) {
	.header-wrapper,
	#main {
		padding: 1em;
	}
	#main {
		margin: 0 auto;
	}
	.site-content,
	#secondary {
	    float: none;
	    margin: 0;
	    width: 100%;
	}
}
@media only screen and (max-width: 936px) {
	.featured-wrapper:after {
		height: 0;
		padding-bottom: 32%;
	}
}
@media only screen and (max-width: 768px) {
	#category-highlight .category-section .hentry,
	.portfolio .hentry {
		clear: both;
	    float: none;
	    margin: 0;
	    overflow: hidden;
	    width: 100%
	}
	#category-highlight .feature-thumbnail,
	.portfolio .feature-thumbnail {
		float: left;
	}
	#category-highlight .feature-thumbnail {
		margin: 0 4% 0 0;
		max-width: 213px;
	}
	.portfolio .feature-thumbnail {
		margin: 0 3% 0 0;
		max-width: 257px;
	}
	#category-highlight .category-section .entry-title,
	#portfolio-wrap .portfolio .entry-title {
	    clear: none;
	    font-size: inherit;
	    line-height: 1.4em;
	    margin: 0;
	}
}
@media only screen and (max-width: 611px) {
	.site-header hgroup {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	}
	.site-header {
		padding-bottom: 0;
	}			
	/* Remove the floats in the featured content area and instead show images and text one after another. 	   Simplify the read-more link. */
	.featured-wrapper:after {
		margin-bottom: 54%;
	}
	.featured-post-content,
	.featured-thumbnail {
		float: none;
		margin: 0;
		width: 100%;
	}
	.featured-thumbnail img {
		width: 100%;
	}
	.featured-post-content .more-link {
	    display: inline;
	    background: none;
	    border-radius: 0;
	    box-shadow: none;
	    font-style: italic;
	    line-height: inherit;
	}
}


/* =Internet Explorer
----------------------------------------------- */

#ie8 .site-header img,
#ie8 .entry-content img,
#ie8 img.size-full,
#ie8 .featured-thumbnail img,
#ie8 .category-section img,
#ie8 .portfolio img,
#ie8 .wp-caption img,
#ie8 .entry-thumbnail img {
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
#ie8 .featured-post {
	background-color: none !important;
}
#ie8 #category-highlight .category-section .hentry {
	margin-right: 1.8%;
}
#ie8 .portfolio .hentry {
	margin-right: 2.9%;
}
#ie8 .main-navigation ul ul {
	border: 1px solid #1d5ea0;
}


/*========== Menu Styles ==========*/
.site-navigation {
	width: 100%;
	height: 53px;
	padding: 0;
	margin: 0 auto;
}
#menu-main-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-main-menu li {
	float: left;
	padding: 12px 1px 12px 0;
	margin: 0;
	height: 29px;
	position: relative;
	line-height: 0;
	/* background: url(images/menuspacer.jpg) no-repeat right center; */
}
#menu-main-menu li:last-child {
	background: none;
}
#menu-main-menu a {
	float: left;
	height: 29px;
	padding: 0 12px;
	color: #456733;
	text-transform: uppercase;
	font: bold 13px/29px Trebuchet MS;
	text-decoration: none;
}
#menu-main-menu li:hover > a, #menu-main-menu li.current-menu-parent > a {
	background: #F29604;
	color: #ffffff;
}

#menu-main-menu li.current-menu-item  > a {
color:#146D4A;
background: #F29604;
}


#menu-main-menu ul.sub-menu li.current-menu-item  > a {
color:#146D4A;
background: none;

}

#menu-main-menu li:hover > ul {
	display: block;
}

/* Sub-menu */
#menu-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 99999;
	/*-moz-box-shadow: 0 2px 5px 1px #5e9bca;
	-webkit-box-shadow: 0 2px 5px 1px #5e9bca;
	box-shadow: 0 2px 5px 1px  #5e9bca;
	border: 1px solid #ffffff;*/
	background: #f5f4f4;
	width: 250px;
}

#menu-main-menu ul ul {
  top: 0;
  left: 250px;
}
#menu-main-menu ul li {
    float: none;
    margin: 0;   
    padding: 4px 8px;
	height: auto;
    display: block;
	background: none;
}
#menu-main-menu ul a { 
	font: 12px/18px Trebuchet MS;
	padding: 3px 5px 3px 18px;	
	border-bottom: 1px solid #d2d2d2;
	color: #262626;
	height: auto;
	/* white-space: nowrap; */
	overflow: hidden;	
	text-overflow: ellipsis;
    display: block;
    float: none;
	text-transform: none;
}
#menu-main-menu ul li:last-child a {
	border-bottom: 0;
}
#menu-main-menu ul a:hover, #menu-main-menu ul li:hover > a {
    background: url(images/submenu-hover.png) no-repeat 4px 9px;
	color: #066941;
}
.header-wrapper {
}
.header-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.header-image {
	padding-top: 5px;
	height: 105px;
	width: 48.22%;
	float: left;
	text-align: left;
}
.header-image a {
	height: 86px;
	display: block;
}
.header-image a img {
	/* width: 100%; */
	max-width: 552px;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.header-image a:hover img{
opacity:1;
}
.login-box {
	height: 26px;
	float: left;
	background: #187b42;
}
.logout-box {
	width: 22.83%;
	height: 26px;
	float: left;
	background: #187b42;
}

.login-box ul, .logout-box ul  {
	padding: 0 0 0 4px;
	margin: 0;
	list-style: none;
	width: 100%;
	height: 26px;
}
.login-box ul:after, .logout-box ul:after {
	content: "";
	display: block;
	clear: both;
}
.login-box ul li, .logout-box ul li  {
	float: left;
	padding: 0 7px;
	background: url(images/login-menu-spacer.jpg) no-repeat right center;
}
.login-box ul li:last-child, .logout-box ul li:last-child {
	background: none;
}
.login-box ul li a, .logout-box ul li a {
	padding: 0 0 0 18px;
	font: 12px/26px Trebuchet MS;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}
.login-box ul li a:hover, .logout-box ul li a:hover {
	/* color: #0e4e35; */
	text-decoration:underline;
}
a.logout-icon {
	background: url(images/logout-btn.png) no-repeat 0 center;
}
a.register-icon {
	background: url(images/register-icon.png) no-repeat 0 center;
}
a.sitemap-icon {
	background: url(images/sitemap.png) no-repeat 0 center;
}
.cm-photo {
	width: 17.95%;
	height: 80px;
	float: right;
	position: relative;
}
.cm-photo img {
	position: absolute;
	top: 10px;
	left: -2px;
	z-index: 12;
	display: block;
	height: auto;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.cm-photo h2 {
	border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    font: bold 15px/30px Trebuchet MS;
    height: 53px;
    margin: 104px 0 0;
    text-align: center;
    width: 213px;
}
.cm-photo h2 span{
		display: block;
		font: 12px/18px Trebuchet MS;
}
#featured-content, #main, .header-wrapper {
	max-width: 1170px;
}

#main .entry-content {
	margin: 0;
}
.home #page {
	background: #f8f8f8 url(images/content-bg.jpg) no-repeat top center;
}
.page #page {
	/*background: #f8f8f8;   june-04-14*/
	background: #FFF;
}
 {
	padding: 0 0 24px;
}
.inner-cont-box-outer {
	padding: 30px 0;
	width: 100%;
}
.inner-cont-box-outer {
	padding: 0;
	width: 100%;
}
.inner-cont-box-outer:after {
	content: "";
	display: block;
	clear: both;
}
.inner-cont-box {
	width: 270px;
	height: 356px;
	overflow: hidden;
	float: left;
	margin: 0 0 30px 30px;
}
.inner-img-title {
	width: 248px;
	padding: 10px;
	border: 1px solid #d8d8d8;
	margin: 0 0 20px;
}
.inner-cont-box:first-child {
	margin: 0 0 30px;
}
.inner-cont-box aside {
	padding: 0;
	margin: 0;
}
.inner-img-title .simple-image,  .inner-img-title .simple-image img {
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.inner-img-title .simple-image img {
	width: 248px;
	height: 159px;
}
.inner-img-title .widget-title {
	height: 44px;
	display: block;
	padding: 0 0 0 15px;
	margin: 0;
	background: #f4f4f4;
	font: 17px/44px Trebuchet MS; 
	color:#12714b;
}
.main-cont-wrapper p {
	font: 13px/18px Trebuchet MS;
	/* font: "Segoe UI", Tahoma, Arial !important ; */
	padding: 0 0 20px !important;
	margin: 0 !important;
	color: #434343;
}
.main-cont-wrapper ul li {
	font: 14px/18px Trebuchet MS;
	color: #434343;
	list-style: none;
	padding: 0 0 0 14px;
	background: url("images/rightmenu.png") no-repeat scroll 0 7px;
}
.widget_simpleimage p {
	font: 13px/18px Trebuchet MS;
	color: #7d7d7d;
	padding: 0 !important;
	margin: 0 0 12px !important;
	height: 58px;
	overflow: hidden;
}
.widget_simpleimage p.simple-image {
	padding: 0 !important;
	margin: 0 !important;
	height: auto;
}
a.more-btn {
	width: 128px;
	height: 41px;
	display: inline-block;
	background: #9d9d9d;
	color: #ffffff;
	text-decoration: none;
	font: 18px/41px Trebuchet MS;
	text-align: center;
}
a.more-btn:hover {
	background: #F29604;
}

.main-cont-wrapper {
	width: 100%;
	padding: 30px 0 0;
	display: table;
}
.main-cont-wrapper img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.main-cont-wrapper h2 {
	font: bold 21px/30px Trebuchet MS;
	padding: 0 0 20px;
	margin: 0;
	text-transform: uppercase;
	color: #434343;
}
.main-cont-wrapper h3 {
	font: 17px/20px Trebuchet MS;
	padding: 0 0 12px;
	margin: 0;
	color: #096e46;
}
.main-cont-left {
	width: 870px;
	height: auto;
	float: left;
}
.main-cont-rght {
	width: 270px;
	height: auto;
	float: right;
}
.clear {
	clear: both;
}
.new-top-padd {
	padding-top: 30px !important;
}
.news-outer {
	width: 222px;
	height: auto;
	padding: 24px;
	background: #fff;
}
.main-cont-wrapper .news-list {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-cont-wrapper  .news-list li {
	display: block;
	border-bottom: 1px solid #d5d5d5;
	padding: 0 0 24px;
	margin: 0 0 24px;
	background: none;
}
.main-cont-wrapper .news-list li:last-child {
	border: 0;
}
.main-cont-wrapper .news-list li:after {
	clear: both;
	content: "";
	display: block;
}
.main-cont-wrapper .news-list li a {
	display: block;
}
.main-cont-wrapper .news-list li a img {
	width: 77px;
	height: 81px;
	padding: 1px;
	margin: 0 11px 0 0;
	border: 1px solid #808080;
	border-top: 1px solid #bfbfbf;
	box-shadow: 0 0 3px 1px #ccc;
	-moz-box-shadow: 0 0 3px 1px #ccc;
	-webkit-box-shadow: 0 0 3px 1px #ccc;
	float: left;
}
.main-cont-wrapper .news-list li a h3 {
	width: 130px;
	height: 75px;
	overflow: hidden;
	padding: 0;
	font: bold 14px/18px Trebuchet MS;
	color: #096e46;
	clear: inherit;
	text-transform: uppercase;
	display:inline;
}
.main-cont-wrapper .news-list li a p {
	clear: both;	
	overflow: hidden;	
	color: #A6A6A6;
    height: 40px;
    padding: 15px 0 0 !important;
}
.main-cont-wrapper .news-list li a.new-link-btn {
	clear: both;
	color: #6a6a6a;
	width: 128px;
	height: 41px;
	display: block;
	float: left;
	text-align: center;
	font: bold 13px/41px Trebuchet MS;
	border: 1px solid #d5d5d5;
	background: #f8f8f8;
	margin: 14px 0;
	text-transform: uppercase;
}
.main-cont-wrapper .news-list li a.new-link-btn:hover {
	color: #096e46;
}
/* .news-list li:last-child a img {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0 solid #808080;
	border-top: 0 solid #bfbfbf;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.news-list li:last-child a p {
	clear: both;		
	color: #58392f;
    height: auto;
	font: bold 13px/13px Trebuchet MS;
    padding: 15px 0 0 !important;
} */

/*=-=-= Right Content Top =-=-=*/
.main-cont-rght h1 {
	font: bold 21px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #474747;
	padding: 0;
	margin: 0 0 14px;
}
.rght-cont-top-box {
	background: #f8f8f8;
	margin: 0 0 30px;
    padding: 24px 24px 21px;
	width: 222px;
	height: 312px;
}
.rght-cont-top-box h1 {
	background: #187b42;
	text-transform: uppercase;
	padding: 5px;
	margin: 0;
	height: 48px;
	color: #fff;
	font: 14px/17px Trebuchet MS;
}
.rght-cont-top-box img {
	max-width: 222px;
	width: auto;
	padding: 0;
	margin: 0 0 12px;
}
.rght-cont-top-box p {
	font: 13px/18px Trebuchet MS;
	margin: 0 0 7px !important;
	padding: 0 !important;
	height: 78px;
	overflow: hidden;
}
.rght-cont-top-box a {
	font: 12px/18px Trebuchet MS;
	text-transform: uppercase;
	padding: 0 14px 0 0;
	background: url(images/forward-arrow.png) no-repeat 100% center;
	color: #096e46;
}
.rght-cont-top-box a:hover {
	color: #CC6A22;
}
.click-more a {
	font: 12px/18px Trebuchet MS;
	text-transform: uppercase;
	padding: 0 14px 0 0;
	background: url(images/forward-arrow.png) no-repeat 32% center;
	color: #CC6A22;
}
.click-more  a:hover {
	color: #096e46;
}

.banner-outer {
	max-width: 1170px;
	width: 100%;
	height: 274px;
	padding: 24px 0;
	margin: 0 auto;
	position: relative;
}
.ls-wp-container.ls-container {
	padding: 0;
	margin: 0 !important;
}
.banner-updates {
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 100;
	width: 294px;
	height: 234px;
	padding: 20px 28px;
	background: #f0f0f0;
}
.banner-updates h2 {
	margin: 0 0 15px;
	color: #096e46;
	text-transform: uppercase;
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.updatenewslist {
	width: 100%;
	height: 175px;
	overflow: auto;
	overflow-x: hidden;
	
}
.updatenewslist ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top:5px;
}
.updatenewslist ul li {
	padding: 0 0 8px 25px;
	margin: 0;
	font: 13px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/updates-pointer.png) no-repeat 0 6px;
	/*text-transform: uppercase;*/
}
.updatenewslist ul li a {
	color: #616161;
}
.updatenewslist ul li:nth-child(2n) a {
	color: #12714b;
}
.updatenewslist ul li a:hover {
	color: #CC6A22;
}

/*=-=-= Pie Chart Table =-=-=*/
.fl {
	float: left;
}
.fr {
	float: right;
}
table.achieve-data {
	width: 100% !important;
	max-width: 345px !important;
	border: 1px solid #d8d8d8 !important;
	border-right: 0 !important;
}
table.achieve-data th, .achieve-data td {
	text-align: left !important;
	padding: 13px !important;
	font: 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color: #505050 !important;
	text-transform: none !important;
	border: 0 !important;
}
table.achieve-data th {	
	border-bottom: 1px solid #d8d8d8 !important;
	border-right: 1px solid #0c5c3d !important;
	background: #146d4a;
	color: #fff !important;
}
table.achieve-data th:last-child {
	border-right: 1px solid #d8d8d8 !important;	
}
table.achieve-data td {
	border-right: 1px solid #d8d8d8 !important;
}
table.achieve-data tr:nth-child(2n) td {
	background: #deece7;
}
table.achieve-data tr:nth-child(2n+1) td {
	background: #ffffff;
}
table.achieve-data .achieve-val {
	text-align: right !important;
	padding-right: 20px !important;
}

table.achieve-chart {
	max-width: 264px !important;
	margin: 0 0 0 20px !important;
}
table.achieve-chart th, .achieve-chart td {
	padding: 6px 13px 5px !important;
}
table.achieve-chart .achieve-val {
	text-align: right;
	padding-right: 20px;
}
p.chart-para {
	padding: 0 0 0 32px !important;
}



/*==-==-== Footer Styles ==-==-==*/
.footer-left {
	width: 650px;
	height: auto;
	margin: 0; 
	/* padding: 0 0 15px;
	min-height: 100px;*/
	border-right: 1px dashed #2f2f2f;
	text-align: left;
	float: left;
}
.footer-rght {
	width: 490px;
	padding: 0px 0 5px 20px;
	height: auto;
	float: right;
	margin: 0;
}
.footer-part h2 {
	font: 24px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0 0 20px;
	margin: 0;
}
.footer-left ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-left ul li {
	margin: 0;
	padding: 0 5% 15px 0;
	width: 20%;
	float: left;
}
.footer-left ul li a {
	font: 12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999898;
	padding: 0 0 0 15px;	
	background: url(images/footermenu-pointer.png) no-repeat 3px 5px;
}
.footer-left ul li a:hover {
	color: #fff;
}
.copy-rights-txt {
	width: 100%;
	height: 36px;
	text-align: center;
}
.copy-rights-txt ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.copy-rights-txt ul li {
	padding: 0 10px;
	margin: 0;
	height: 36px;
	display: inline;
	font: 11px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #616161;
	background: url(images/footermenu-spacer.png) no-repeat right center;
}
.copy-rights-txt a {
	color: #616161;
	height: 36px;
}

.innerpage #main {
	padding-top: 0;
}
.inner-page-banner {
	padding: 0;
	height: auto;
	width: 100%;
	max-width: 1360px;
	max-height: 210px;
}
.inner-page-banner img {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
}

/*==-==-== Right Side Dropdown Menu Styles ==-==-==*/
.rght-menu-acc {
	background: #fff;
	/*padding: 6px 0;*/
	padding: 0 0;
	
	
}
.rght-menu-acc li {
    background: none !important;
    border-bottom: 1px dashed #e2e2e2 !important;
    line-height: 24px !important;
    padding: 0 !important;
}

/*june-04-2014*/
.rght-menu-acc li:hover {
    background: none !important;
    border-bottom: 1px dashed transparent !important;
    line-height: 24px !important;
    padding: 0 !important;
}


/**/
.rght-menu-acc li:last-child {
	border: 0 !important;
}
.rght-menu-acc li a {
	font: 13px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	padding: 6px 10px 6px 26px;
	display: block;
	background: url("images/rightmenu.png") no-repeat 13px 16px;
}
.rght-menu-acc li a:hover, .rght-menu-acc li a.active {
	background: #efefef url("images/rightmenuact.png") no-repeat 13px 16px;
	color: #146d4a;
	outline: none;
}
.rght-menu-acc li .sub-menu {
	padding: 0 0 0 15px;
	margin: 0;
}
.rght-menu-acc li .sub-menu li {
	border: 0 !important;
}
.entry-content:after {
	content: "";
	clear: both;
	display: block;
}
.greenhouse-sample {
	width: 248px;
	height: 203px;
	padding: 10px;
	margin: 0 0 30px;
	background: #fff;
	border: 1px solid #e6e5e5;
}
.greenhouse-sample img {
	width: 248px;
	height: 159px;
	display: block;
}
.greenhouse-sample h3 {
	width: 238px;
	padding: 5px;
	display: block;
	font: 13px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	background: #f29604;
	text-transform: uppercase;
	margin: 0;
	height: 34px;
	color: #fff;
}
.main-cont-rght aside {
	padding: 0;
	margin-bottom: 14px;
}
a.application-link {
	color: #fff;
	display: block;
	height: 40px;
	font: 18px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	background: #177b41;
	border: 1px solid #d5d5d5;
}
a.application-link:hover {
	background: #f29604;
}


.ngg-gallery-thumbnail {
	width: 248px;
	height: 222px;
	padding: 0 0 32px;
}
.ngg-gallery-thumbnail a {
	width: 248px;
	height: 161px;
	display: block;
	line-height: 161px;
}
.ngg-gallery-thumbnail a img {
	width: auto;
	height: auto;
	max-width: 248px;
	max-height: 161px;
	vertical-align: middle;
	display: inline;
	background: none;
    border: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.ngg-gallery-thumbnail span {
	padding: 0 14px;
	height: 61px;
	font: 14px/61px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #096e46;
	text-transform: uppercase;
	background: #ffffff;
	/* June 04 14*/
	overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;   
    white-space: nowrap;
	/**/
}

.bread_crumb {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e3e3e3;
	background:#F5F4F4;

}
.bread_crumb .breadcrumb {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	height: 40px;
	color: #146d4a;
	font: bold 11px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.bread_crumb .breadcrumb a {
	color: #7d7d7d;
}
.bread_crumb .breadcrumb a:hover {
	color: #146d4a;
}

.news-container {
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #d8d8d8;
}
.news-container:after {
	clear: both;
	display: block;
	content: "";
}
.news-container h3 {
	clear: inherit;
	padding: 0;
}
.news-container h3 a {
	color: #096e46;
	font: 17px/20px "Trebuchet MS";
}
.news-container strong {
	color: #434343;
	font: normal 13px/18px "Trebuchet MS";
	display: block;
}
.news-container p {
	color: #434343;
	font: 13px/18px "Trebuchet MS";
	padding: 0 0 10px !important;
}
.news-img-container {
	width: 118px;
	height: 118px;
	padding: 10px;
	margin: 0 20px 0 0;
	background: #ffffff;
	border: 1px solid #e7e6e6;
}
.news-img-container img {
	width: 118px;
	height: 118px;
	display: block;
}
a.news-more {
	font: 14px/18px "Trebuchet MS";
	color: #e38e08;
	background: url("images/moreicon.png") no-repeat 0 center;
	padding: 0 0 0 8px;
}
a.news-more:hover {
	color: #096e46;
}

a.news-more-right {
	font: 14px/18px "Trebuchet MS";
	color: #e38e08;
	background: url("images/moreicon.png") no-repeat 0 center;
	padding: 0 0 0 8px;
	float:right;
}
a.news-more-right:hover {
	color: #096e46;
}
.dcjq-accordion {
    border: 1px solid #E6E5E5;
}

.main-cont-wrapper table p{
	padding:0px!important;
}
/*==-==-== 05/06/2014 ==-==-==*/
/* .current-menu-item a {
background:#ffa500;
} */
body.page .entry-title, body.single .entry-title, .page-title, .hentry {
	border-bottom: 0;
}
.page-list  {
	margin: 0 0 0 12px;
}
.page-list .children {
	margin: 0;
}
.page-list  li a, .entry-content p a {
		color: #177b41;
}
.page-list  li a:hover, .entry-content p a:hover {
	color:#f29604;
}
.main-cont-left ul {
	margin: 0 0 0 10px;
}
.main-cont-left	 .entry-content ul li a{
	color: #177b41;
}
.main-cont-left	 .entry-content ul li a:hover{
	color: #f29604;
}

/* June 6 2014*/
.inner-arrow li {
padding:0 0 5px 0;
 }
 .about-aln p {
 padding:0 0 12px !important; 
 }

/**/


/*June 09 2014*/
a:hover img, .feature-thumbnail:hover, .feature-thumbnail:hover .post-format-icon {
opacity: 1;
}
.main-cont-wrapper p {
font: 14px/20px Trebuchet MS;
}
.main-cont-left .entry-content ul li a {
font: 15px/20px Trebuchet MS;
}
.rght-menu-acc li.current-menu-item > a,.rght-menu-acc li.current-menu-parent > a {
	color: #146D4A;
    
}
.rght-menu-acc li.current-menu-item > a {
	background: url("images/rightmenuact.png") no-repeat scroll 13px 16px #EFEFEF;
    color: #146D4A;
    outline: medium none;
}

/**/

/** June 11 06 2014 */
.renergy_img{
margin:5px 0px;
}
.renergy_premium {
color: #6a6a6a; font-family: 'Segoe UI', Tahoma, Arial; font-size: 13px; line-height: 20px; text-align: right;
color: #ff8c00;font-weight: inherit; font-style: inherit;
}
.renergy_premium_text {
margin: 0px; padding: 0px; border: 0px; font-size: 16px; font-family: Calibri; vertical-align: baseline; line-height: 20px; text-align: right; color: #000000;
}
a.renergy_bottom_btns{
margin: 0px; padding: 0px; border: 0px; font-size: 13px; font-family: 'Segoe UI', Tahoma, Arial; vertical-align: baseline; color: #0066cc; line-height: 20px;
}
img.renergy_bottom_btns_img{margin: 0px; padding: 0px; border: none; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; width: 132px; height: 50px;
}
.active_cls{color:#FFFFFF !important;}

/**/
.tender-outer {
	padding: 3px 24px 0;
}
ul.tender-list {
	list-style: none;
	margin: 0;
}
ul.tender-list li {
	background: none;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
    padding: 15px 0 7px;
    text-transform: uppercase;
}
ul.tender-list li:last-child {
	border-bottom: 0;
}
ul.tender-list li ul {
	list-style: none;
	margin: 15px 0 0;
}
ul.tender-list li ul li {
	padding: 0 0 7px 0;
	font-size: 14px;
	border-bottom: 0 solid #EBEBEB;
}
ul.tender-list li ul li a {
	color: #12714b;
	background: url("images/pdf-icon.png") no-repeat scroll 0 3px;
	padding: 0 0 5px 22px;
	line-height: 24px;
	word-wrap: break-word;
	display: block;
	font-size:13px;
	text-transform:capitalize;
}
ul.tender-list li ul li a:hover {
	color: #cc6a22;font-size:13px;
}

/*Home page more button color change */
#simpleimage-2 a.more-btn {
	width: 128px;
	height: 41px;
	display: inline-block;
	background: #8BBD15;
	color: #ffffff;
	text-decoration: none;
	font: 18px/41px Trebuchet MS;
	text-align: center;
}
#simpleimage-2 a.more-btn:hover {
	background: #AFD227;
}

#simpleimage-3 a.more-btn {
	width: 128px;
	height: 41px;
	display: inline-block;
	background: #FFBA0F;
	color: #ffffff;
	text-decoration: none;
	font: 18px/41px Trebuchet MS;
	text-align: center;
}
#simpleimage-3 a.more-btn:hover {
	background: #FFC017;
}
#simpleimage-4 a.more-btn {
	width: 128px;
	height: 41px;
	display: inline-block;
	background: #FC7400;
	color: #ffffff;
	text-decoration: none;
	font: 18px/41px Trebuchet MS;
	text-align: center;
}
#ssimpleimage-4 a.more-btn:hover {
	background: #FD9807;
}

/**/


@media only screen and (max-width: 1025px) {
	#featured-content, #main, .header-wrapper, .bread_crumb .breadcrumb { width: 970px; margin: 0 auto; }
	.banner-outer { width: 970px; margin: 0 auto; }	
	.main-cont-left { width: 740px; }
	.inner-cont-box { width: 226px; }
	.inner-img-title { width: 204px; }	
	.main-cont-rght { width: 216px; }	
	.rght-cont-top-box, .greenhouse-sample { padding: 24px 10px 21px; width: 194px; }
	.rght-cont-top-box img, .greenhouse-sample img { max-width: 194px; }
	.greenhouse-sample h3 { width: 184px; font-size: 12px; }
	a.application-link { font-size: 14px; }
	.table.achieve-data { max-width: 300px; }
	p.chart-para { padding: 0 0 0 10px !important; }
	table.achieve-data { max-width: 312px !important; }
	table.achieve-chart { max-width: 215px !important; margin-left: 10px !important; }
	table.achieve-data .achieve-val { padding-right: 10px !important; white-space: nowrap; }
	.news-outer { width: 196px; }
	.tender-outer { padding: 3px 10px 0; }
	.site-info { width: 970px; margin: 0 auto; }
	.footer-left { width: 740px; }
	.footer-rght { padding: 0 0 5px 20px; width: 200px; }
	.footer-rght a img { width: 100%; }
}


/*/*/



.page-numbers  {
    display: inline-block;
    padding: 0px 2px;
    
    border-radius: 3px;
   /* border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);*/
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    /*text-shadow: 0px 1px 0px rgba(255,255,255, 1);*/
}

.custom_paginate ul li {
    background: none !important; 
	 padding: 0 0 0 10px;
float:left;
	}

.page-numbers a:hover {
     background: #616161;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
	/*border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);*/
}

.page-numbers span.current  {
    border: 1px solid #616161;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page-numbers .gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}



.custom_paginate{
float:right;

}
/* Tender Quotation Button */
.quote_aln {
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
input.quote_btn{
	background: none repeat scroll 0 0 #177b41;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font: 13px/13px Trebuchet MS;      
    padding: 11px 17px;
  
}


#display-success
{
	width: 76%;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	background-color: rgb(236, 255, 216);
	color: green;	
	margin-bottom: 10px;
	}
#display-success img
{
	flaot:left;
	position: relative;
	bottom: 5px;
}
.success_img {
	float: left;
    height: 0px;
    margin-right: 10px;
    padding-top: 20px;
    width: 29px;
	background: url(images/success.png) no-repeat 100% center;
}

#display-error
{
	
	width: 76%;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #FFBABA;
	color: #D8000C;	
	margin-bottom: 10px;
}

.error_img {
	float: left;
    height: 0px;
    margin-right: 10px;
    padding-top: 20px;
    width: 29px;
	background: url(images/error.png) no-repeat 100% center;
}

.tender_quote_aln {
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
}
.tender-outer1 {
width:80%;
}

#main button {
margin: 0 0 0 153px;
padding: 5px 10px;
}

/**/