/*
	Theme Name: Raluk Responsive Business Theme
	Theme URI: http://danthemes.com/wp/raluk/
	Description: Raluk Business Theme is a responsive, clean & modern WordPress theme with 6 color styles, perfect for a business/corporate website.
	Author: DanThemes
	Author URI: http://danthemes.com
	Version: 1.0
	Tags: blue, red, green, brown, black, orange, one-column, two-columns, translation-ready, left-sidebar, right-sidebar
	License: GNU General Public License
	License URI: license.txt
*/

@charset utf-8;
@import url(css/reset.css);
@import url(fonts.css);



/*******************************************************************************************************/
/* General */
/*******************************************************************************************************/



body {
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	color: #777;
	font-size:13px;
	line-height:25px;
}

/*************************/
/* ADDED BY IH 7/10/13  */
/**************************/

#content_full .wrap ul li {
	list-style:circle;
}

/* overwrite styles in places not wanted */
#footer ul li, #flexslider_hg_homepage_wrapper ul li, .page-id-87 #content_full .wrap ul li {
	list-style:none;
}



/*******************************************************************************************************/
/* Miscellaneous */
/*******************************************************************************************************/


.wrap {
	width:960px;
	margin:0 auto;
	position:relative;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:20px;
}
.aligncenter {
	margin:0 auto;
	padding:0;
	text-align:center;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:20px;
}
img.alignleft {
	float:left !important;
	padding:3px;
	border:5px solid #ddd;
}
img.aligncenter {
	float:none !important;
	margin:0 auto;
	padding:3px;
	border:5px solid #ddd;
}
img.alignright {
	float:right !important;
	padding:3px;
	border:5px solid #ddd;
}
.space {
	padding:30px 0;
}
.space2 {
	padding:20px 0;
}
.space3 {
	padding:10px 0;
}
.tinynav { display:none; }
.image-holder {
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
}
.image-holder_left {
	border:5px solid #ddd;
	padding:3px;
	margin:0 20px 20px 0;
}
.image-holder_right {
	border:5px solid #ddd;
	padding:3px;
	margin:0 0 20px 20px;
}
.nomargin {
	margin:0 !important;
}
.flexslider_divider {background: url(./images/divider.png) repeat-x;height:8px;width:100%;margin:-50px 0 50px 0;}
.divider {
	background: url(images/divider.png) repeat-x;
	height:8px;
	width:100%;
	margin:50px 0;
}
span.dropcap {
	font-size:50px;
	line-height: 1;
	padding-right:10px;
	float: left;
	display: block;
}
p.mbox {
	text-shadow:none;
	margin:10px 0;
	padding:10px 0;
}
.img {
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.img:hover {
	opacity:0.8;
}
ul li {
	font-family: 'Lato', sans-serif;
	font-size:14px;
}

.read-more {
	clear:both;
	margin-top:10px;
	display:block;
}

input[type="password"] {
	background: transparent;
	border: 5px solid #ddd;
	padding:5px 20px;
	font:inherit !important;
	color: #777;
	width:175px;
	margin:0 10px 10px 0;
	text-align:left;
}
input[type="submit"] {
	border:none;
	background: #34342c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	text-decoration: none;
	color: #fff;
	width:auto;
	padding:10px 15px;
	cursor:pointer;
	display: inline-block;
	font-family: inherit;
	text-align: center;
	text-decoration: none;
}
input[type="submit"]:hover {
	background: #050505;
	color: #fff;
}

.comments-nav-left {
	float:left;
	text-align:left;
}
.comments-nav-right {
	float:right;
	text-align:right;
}

#comment-form-author {
	float:left;
}
#comment-form-email {
	float:left;
}
#comment-form-url {
	float:left;
}
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }

.gallery img {
	border:5px solid #ddd !important;
	padding:3px;
}
#respond label {
	float:left;
	clear:both;
}
#respond input {
	background: transparent;
	border: 5px solid #ddd;
	padding:10px 20px;
	float:left;
	font:inherit !important;
	color: #777;
	width:275px;
	margin:0 10px 10px 0;
	text-align:left;
	clear:both;
	display:block;
}
#respond input#submit {
	border:none;
	background: #34342c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	text-decoration: none;
	color: #fff;
	width:auto;
	padding:10px 15px;
	cursor:pointer;
	display: inline-block;
	font-family: inherit;
	text-align: center;
	text-decoration: none;
}
#respond input#submit:hover {
	background: #050505;
}
#respond textarea {
	width:620px;
	display:block;
	clear:both;
	color: #777;
	font:inherit !important;
	margin-bottom:10px;
	height:150px;
	padding:10px 15px;
	border:5px solid #ddd;
}
code {
	background: #ddd;
	padding:5px 10px;
	margin-top:10px;
	display:block;
	clear:both;
}
.quote-container,
.url-container,
.gallery-container {
	float:right;
	width:420px;
}
.quote-container blockquote p {
	text-align:center;
	font-style:italic;
	font-size:18px !important;
}
.quote-container cite {
	text-align:center;
	font-size:13px;
	font-style:normal;
	clear:both;
	display:block;
	margin-top:20px;
}
.url-container p {
	text-align:center;
}
.url-container span a {
	text-align:center;
	font-size:18px !important;
}
.preview-image img {
	border: 5px solid #ddd;
	padding:3px;
}



/*******************************************************************************************************/
/* Page/Post Navigation */
/*******************************************************************************************************/

.default-blog-nav a {
	border: 5px solid #ddd;
	padding:3px 10px;
	color: #777;
	margin-right:10px;
	display:inline-block;
	width:auto;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.default-blog-nav a:hover {
	border: 5px solid #777;
	color: #777;
}

.post_navigation span.pages {
	border: 5px solid #ddd;
	padding:3px 10px;
	color: #777;
	margin-right:10px;
	display:inline-block;
	width:auto;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.post_navigation a p:hover {
	border: 5px solid #777 !important;
	padding:3px 10px;
	color: #777;
}
.post_navigation_links a p {
	border: 5px solid #ddd !important;
	padding:3px 10px !important;
	color: #777 !important;
	margin-right:10px !important;
	display:inline-block !important;
	width:auto !important;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.post_navigation_links p {
	color: #777;
	border: 5px solid #777;
	padding:3px 10px;
	margin-right:10px;
	display:inline-block;
	width:auto;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #777;
	border: 5px solid #ddd;
	padding:3px 10px;
	margin-right:10px;
	display:inline-block;
	width:auto;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 5px solid #777;
	padding:3px 10px;
	color: #777;
}
.wp-pagenavi span.current {
	border: 5px solid #777 !important;
	padding:3px 10px !important;
	color: #777 !important;
}



/*******************************************************************************************************/
/* Columns */
/*******************************************************************************************************/


.one_half {
	float:left;
	width:47%;
	margin:0 6% 0 0;
}
.one_third {
	width:30%;
	float:left;
	margin-right:5%;
}
.two_thirds {
	float:left;
	width:65%;
	margin:0 5% 0 0;
}
.one_fourth {
	width:23%;
	float:left;
	margin-right:2.6%;
}
.one_fifth {
	float:left;
	width:18%;
	margin:0 2.5% 0 0;
}
.last {
	margin-right: 0 !important;
}



/*******************************************************************************************************/
/* Links */
/*******************************************************************************************************/


a {
	color: #49e53d;
	text-decoration:none;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	color: #444;
	text-decoration:none;
}



/*******************************************************************************************************/
/* Headings */
/*******************************************************************************************************/


h1 {
	font-size:21px;
}
h2 {
	font-size:19px;
}
h3 {
	font-size:17px;
}
h4 {
	font-size:15px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Arial,Helvetica,sans-serif;
	color: #444;
	font-weight:bold;
	margin:0px 0 5px 0;
}



/*******************************************************************************************************/
/* Paragraph */
/*******************************************************************************************************/


p {
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	line-height:25px;
	margin:0 0 10px 0;
	text-shadow:none;
	color: #777;
}



/*******************************************************************************************************/
/* Logo */
/*******************************************************************************************************/


#logo {
	height:auto;
	background:none;
	border:none;
	float:left;
	position:relative;
	margin-top:0px;
}



/*******************************************************************************************************/
/* Top */
/*******************************************************************************************************/


#top {
	background: #0c6c05 url(images/green.png) no-repeat top center;
	border-top:5px solid #095103;
	border-bottom:5px solid #095103;
	width:100%;
	position:relative;
}
#top_bottom {
	background: #fff;
	height:100px;
	width:1060px;
	border-top:5px solid #095103;
	border-left:5px solid #095103;
	border-right:5px solid #095103;
	margin:0 auto -5px auto;
}



/*******************************************************************************************************/
/* Navigation Menu */
/*******************************************************************************************************/


#nav {
	float:right;
	width:auto;
	padding:0;
	margin:0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav ul {
	float:right;
	display:inline-block;
	position:relative;
}
#nav ul li {
	float:left;
}
span.sub {
	text-transform:lowercase;
	color: #49e53d;
	line-height:10px;
	width:100%;
}
.sf-sub-indicator {
	line-height:10px;
	color: #49e53d;
}
.sub-menu {
}

#nav ul li a:hover span {
	color: #49e53d;
}
#nav ul li a {
	padding:30px 30px 35px 30px;
	font-size:14px;
	border-top:5px solid transparent;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	display:block;
	text-shadow: 1px 1px 0 #0c6c05;
	color: #fff;
	
	-webkit-transition:all 350ms ease-in;
	-o-transition:all 350ms ease-in;
	-moz-transition:all 350ms ease-in;
}
#nav > ul > li:hover a {
	color: #fff;
	border-top:5px solid transparent;
}
#nav ul li a:hover {
	color: #fff;
	border-top:5px solid transparent;
}
#nav ul li a.selected {
	color: #fff;
}

#nav ul ul {
	position: absolute;
	background:#095103;
	top:105px;
	min-width:210px;
	display:block;
	visibility: hidden;
	z-index:999999;
	border-left:none !important;
}
#nav ul ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav ul ul li {
	float: none;
	display: list-item;
	width:100%;
	margin:0;
	border-right:none !important;
	border-left:none !important;
	text-align:left;
	border-bottom:1px solid #0c5c05;
}
#nav ul ul a {
	display:block;
	position:relative;
	text-shadow:none;
	width:auto;
	margin:0px 0 0 0;
	border-top:none !important;
	border-right:none !important;
	border-left:none !important;
	text-decoration:none;
	font-size:11px;
	color:#49e53d !important;
	padding: 7px 30px;
	
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
}
#nav ul ul a:hover {
	background: #0c5c05;
	color: #fff !important;
}



/*******************************************************************************************************/
/* Breadcrumbs */
/*******************************************************************************************************/


#breadcrumbs {
	width:100%;
	padding:10px 0 25px 0;
	overflow: hidden;
	margin:-75px auto -30px auto;
}
#breadcrumbs .wrap {
	background: url(images/divider.png) repeat-x bottom;
	padding-bottom:40px;
}
#breadcrumbs h1 {
	color: #444;
	word-spacing: 5px;
	margin:0;
	text-transform:uppercase;
}
#breadcrumbs p {
	color: #777;
	margin:0;
	padding-left:20px;
}



/*******************************************************************************************************/
/* Search Boxes */
/*******************************************************************************************************/


.search-text {
	width: 11px;
	height:20px;
	border: none;
	color:transparent;
	padding: 11px 0px 9px 0;
	margin-left:17px;
	margin-top:32px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	background: url(images/search.png) no-repeat left;
	cursor: pointer;
	-moz-transition: 0.4s width ease;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 0.4s;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
}
.search-text:focus {
	padding: 11px 0px 9px 20px;
	width: 90px;
	border: none;
	cursor: text;
	font: inherit;
	color: #49e53d;
	outline-width: 0;
}

.search-sidebar {
	border:5px solid #ddd;
}
.search-text-sidebar {
	width: 160px;
	outline: 0;
	height:20px;
	border: none;
	color: #777;
	padding: 11px 0px 9px 20px;
	margin-left:17px;
	background: url(images/search-sidebar.png) no-repeat left;
	cursor: text;
}

.menu .sub-menu {
	display:none;
}
.menu {
	border-bottom:none !important;
}
.menu .search {
	border:5px solid #ddd;
}
.menu .search-text {
	width: 160px;
	height:20px;
	border: none;
	margin:0;
	color: #777 !important;
	padding: 11px 0px 9px 20px;
	margin-left:17px;
	background: url(images/search-sidebar.png) no-repeat left;
	cursor: text;
}





/*******************************************************************************************************/
/* Text Slider */
/*******************************************************************************************************/


.heading p {
	margin:20px 0;
	text-align:center !important;
}
.heading h1 {
	text-align:center !important;
}
.heading a.button {
	margin:20px 0 0 0;
}
#slides {
	position:relative;
	height:auto;
}
.slides_container {
	width:960px;
	display:none;
	height:auto;
}
.slides_container div {
	width:960px;
	padding-top:70px;
	height:100px;
}
.slides_container p {
	width:960px !important;
}
#slides .next, #slides .prev {
	position:absolute;
	top:0;
	left:44.6%;
	width:25px;
	height:42px;
	display:block;
	z-index:101;
	color:transparent;
	-webkit-transition:all 250ms ease-in;
	-o-transition:all 250ms ease-in;
	-moz-transition:all 250ms ease-in;
}
.prev {
	margin-right:70px;
	background: url(images/prev.png) no-repeat;
}
.prev:hover {
	background: url(images/prev_hover.png) no-repeat;
}
.next {
	margin-left:70px;
	background: url(images/next.png) no-repeat;
}
.next:hover {
	background: url(images/next_hover.png) no-repeat;
}





/*******************************************************************************************************/
/* Content Misc */
/*******************************************************************************************************/


.homepage-p {
	display:block;
	text-align:center;
}
.homepage-p h3 {
	margin:20px auto 5px auto;
	text-align:center;
	-webkit-transition:all 250ms ease-in;
	-o-transition:all 250ms ease-in;
	-moz-transition:all 250ms ease-in;
}
.homepage-p:hover h3 {
	color: #49e53d;
}
.homepage-p p {
	margin:0 auto;
	text-align:center;
}
.homepage-p img {
	margin:0 auto !important;
	display:block;
}
.homepage_top_icon1 { background: url(images/icons/icon1.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon2 { background: url(images/icons/icon2.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon3 { background: url(images/icons/icon3.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon4 { background: url(images/icons/icon4.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon5 { background: url(images/icons/icon5.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon6 { background: url(images/icons/icon6.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon7 { background: url(images/icons/icon7.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon8 { background: url(images/icons/icon8.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }





/*******************************************************************************************************/
/* Social icons */
/*******************************************************************************************************/


.social {
	margin-top:30px;
}
.social li img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	opacity: 0.5;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.social li img:hover {
	opacity: 1;
}



/*******************************************************************************************************/
/* Testimonials */
/*******************************************************************************************************/


.testimonials_img {
	background: url(images/quote.png) no-repeat top left;
	float:left;
	display:block;
	width:59px;
	height:44px;
	margin-top:5px;
}
.testimonials blockquote {
	display:block;
	width:100%;
	margin:0;
}
.testimonials blockquote p {
	margin:0;
	padding-left:70px;
}
.testimonials cite {
	font-weight:bold;
	float:left;
	display:block;
	clear:both;
}



/*******************************************************************************************************/
/* Footer */
/*******************************************************************************************************/


#footer {
	background: #0c6c05;
	border-top:5px solid #095103;
	border-bottom:5px solid #095103;
	padding:0 0 40px 0;
	width:100%;
	color:#49e53d;
	text-shadow: 1px 1px 0 #0c6c05;
}
#footer_top {
	background: #fff;
	height:100px;
	width:1060px;
	border-bottom:5px solid #095103;
	border-left:5px solid #095103;
	border-right:5px solid #095103;
	margin:-5px auto 40px auto;
}
#footer p {
	color: #49e53d;
	text-shadow: 1px 1px 0 #0c6c05;
}
#footer h3 {
	color: #eee;
	z-index:99999;
	font-weight:bold;
	padding:0 0 5px 0;
	margin-bottom:20px;
	border-bottom:5px solid #095103;
}
#footer a {
	color: #ddd;
}
#footer a:hover {
	color: #eee;
}



/*******************************************************************************************************/
/* Twitter */
/*******************************************************************************************************/


.latest-tweets {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.latest-tweets li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	color: #49e53d;
	padding-bottom:10px;
	margin-bottom:30px;
}	
.latest-tweets li a {		
	color: #49e53d;
}
.tweet-text {
	background: url(images/bird.png) left center no-repeat;
	display:block;
	padding-left:35px;
}
.tweet-details {
	display:block;
	float:right;
	width:100%;
	text-align:right;
	color: #49e53d;
}
.tweet-details a {
	color: #49e53d !important;
}
.tweet-details a:hover {
	color: #eee !important;
}



/*******************************************************************************************************/
/* Get In Touch */
/*******************************************************************************************************/


#get-in-touch p {
	padding-bottom:10px;
	color:#49e53d;
	width:100%;
}
#get-in-touch span {
	color: #eee;
}
#get-in-touch a {
	color:#49e53d;
}



/*******************************************************************************************************/
/* Copyright */
/*******************************************************************************************************/


#copyright {
	background: #0c6c05;
	width:100%;
}
#copyright p {
	padding:10px 10px;
	text-shadow: 1px 1px 0 #0c6c05;
	font-size:14px;
	margin:0;
	color: #49e53d;
}
#copyright a {
	color: #eee;
}
#copyright a:hover {
	color: #eee;
}



/*******************************************************************************************************/
/* Sidebars */
/*******************************************************************************************************/


.textwidget {
	width:220px;
}
#sidebar_left {
	float:left;
	width:250px;
	background:url(images/divider-sidebar.png) right repeat-y;
}
#sidebar_right {
	float:right;
	width:250px;
	background:url(images/divider-sidebar.png) left repeat-y;
}

#sidebar_left .sidebar_area {
	width:220px;
	float:left;
	background:url(images/divider.png) bottom repeat-x;
	padding-bottom:40px;
	margin-bottom:30px;
}
#sidebar_right .sidebar_area {
	width:220px;
	float:right;
	background:url(images/divider.png) bottom repeat-x;
	padding-bottom:40px;
	margin-bottom:30px;
}

.sidebar_area h3 {
	text-transform:uppercase;
	font-size:13px;
}
#sidebar_left ul,
#sidebar_right ul {
	width:220px;
}
#sidebar_left ul li,
#sidebar_right ul li {
	border-bottom:1px dashed #ddd;
	font-size:13px !important;
	width:220px;
	padding:3px 0;
}
.tagcloud a {
	float:left;
	font-size:13px !important;
	margin-right:20px;
	border-bottom:1px dashed #ddd;
}



/*******************************************************************************************************/
/* Content */
/*******************************************************************************************************/


#content_left {
	float:left;
	width:660px;
}
#content_right {
	float:right;
	width:660px;
}

#content_full {
	padding:60px 0;
	margin:0 0 -100px 0;
}
#content_full img {
	height:auto;
	max-width:944px;
	width: auto;
}

#content_left img {
	height:auto;
	max-width:644px;
	width: auto;
}
#content_right img {
	height:auto;
	max-width:644px;
	width: auto;
}

#content_full h1, h2, h3, h4, h5, h6,
#content_left h1, h2, h3, h4, h5, h6,
#content_right h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
}



/*******************************************************************************************************/
/* 404 Search Form */
/*******************************************************************************************************/


#search_form_404 .search-sidebar {
	width:220px;
	padding-right:20px !important;
	margin:40px auto;
}




/*******************************************************************************************************/
/* Member Image */
/*******************************************************************************************************/


.member-img {
	background:transparent;
	border:5px solid #ddd;
	padding:3px;
	max-width:80px;
	max-height:80px;
	margin-right:20px;
}
.member-name {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	margin-top:15px;
}
.member-role {
	font-size:12px;
}




/*******************************************************************************************************/
/* Blog Post */
/*******************************************************************************************************/


.blog-post {
	padding-bottom:20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-post embed {
	max-width:660px;
}
.blog-post h3 {
	padding:0 0 10px 0;
	margin:0;
}
.blog-post-info {
	width:200px;
	float:left;
}
.blog-post-text {
	width:420px;
	float:right;
}
.blog-post-info img {
	padding-right:5px;
	margin-top:3px;
}
.blog-post-info li {
	font-size:11px;
	border-bottom:1px dashed #ddd;
	padding:3px 3px 3px 0;
	width:100%;
	margin-right:50px;
	float:left;
}


.blog-post-info_single {
	background: url(./images/divider.png) repeat-x bottom;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
}
.blog-post-info-divider {
	background: url(./images/divider.png) repeat-x bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}

.blog-post-single-top {
	border-bottom:1px dashed #ddd;
	padding-bottom:3px;
}
.blog-post-cats {
	width: 100%;
	padding-bottom:3px;
}
.blog-post-tags {
	width: 100%;
	border-top:1px dashed #ddd;
	padding-top:3px;
}

.blog-post-others {
	width:100%;
	padding-top:3px;
}
.blog-post-info_single img {
	margin-top:4px;
	padding-right:10px;
}
.blog-post-others-one {
	float:left;
	width:200px;
}
.blog-post-others-two {
	float:left;
	margin-left:84px;
	width:auto;
	text-align: center;
}
.blog-post-others-three {
	text-align:right;
	float:right;
}

#blog-content {
	padding:20px 0;
	overflow:hidden;
}
#blog-content img {
	height:auto;
	max-width:660px;
	width: auto;
}

.wp-caption {
	width:auto !important;
	margin-bottom:15px;
}
.wp-caption-text {
	padding:5px 0;
	width:auto !important;
	margin:0;
	text-align: center;
}

span.edit-link {
	float:left;
}

.blog-post-author {
	background: url(./images/divider.png) repeat-x top;
	padding-top:40px;
	padding-bottom:20px;
	margin-top:20px;
}
.blog-post-author h3 {
	font-size:13px;
	margin:0;
	padding:0;
}
.blog-post-author h3 span {
	text-transform:none;
	font-size:13px;
}


.attachment-post-thumbnail {
	border:5px solid #ddd;
	padding:3px;
	width:auto;
	max-width:644px;
	height:auto;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}




/*******************************************************************************************************/
/* Blog Comments */
/*******************************************************************************************************/


.depth-2 {width:600px;float:right;}
.depth-2 .comment-body {width:480px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.depth-3 {width:540px;float:right;}
.depth-3 .comment-body {width:420px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.depth-4 {width:480px;float:right;}
.depth-4 .comment-body {width:360px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.depth-5 {width:420px;float:right;}
.depth-5 .comment-body {width:300px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.comment-body {
	width:510px;
	padding-left:40px;
	background: url(images/comment-img.png) no-repeat left top;
	float:right;
}
.comment-info {
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
}
.comment-form-comment {
	margin:20px 0;
}

p.comment-name {
	float:left;
	margin:0;
}
p.comment-reply {
	float:right;
	margin:0;
}



/*******************************************************************************************************/
/* Tabs */
/*******************************************************************************************************/


.tabcontainer {
	margin:0px 0px 0px 0px; 
}
ul.tabs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 29px;
	width: 100%;
	
	border-bottom:3px solid #ddd;

}
ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 29px;
	overflow: hidden;
	position: relative;
	font-size:11px;
	
	border-bottom:3px solid #ddd;
	
	font-family: inherit;
	font-size:13px;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
ul.tabs li:hover {
	border-bottom:3px solid #777;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 15px;
	outline: none;
	color: #777;
}
ul.tabs li a:hover {
	text-decoration:none;
	padding-bottom:1px;
	background:none;
}
ul.tabs li.active {
	border-bottom:3px solid #777;
}
.tab-content {
	padding: 15px 0 0 0;
	margin-top:0px;
}
.tab-content p {
	margin-bottom:10px;
}



/*******************************************************************************************************/
/* Toggle */
/*******************************************************************************************************/


p.trigger {
	padding: 7px 0px;
	margin: 0 0 0px 0;
	width:auto;
	font-weight: normal;
	border-top:0px;
}
p.trigger span {
	text-decoration: none;
	display: block;
	padding-left:25px;
	line-height:normal;
	background: url(images/open.png) no-repeat left center;
	cursor:pointer;
}
p.active span{
	background: url(images/close.png) no-repeat left center !important;
}
p.trigger a:hover {
	color: #454545;
}
.toggle_container {
	margin: 10px 0 10px 25px;
	padding: 0;
	overflow: hidden;
	clear: both;
	
	background: #fff;
	border: 1px solid #ddd;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 10px 20px;
	margin:0;
}



/*******************************************************************************************************/
/* Typography */
/*******************************************************************************************************/


table.demotable {
	width:100%;
	font-size:11px;
	border:0;
}
.demotable tr th {
	background:#0c6c05;
	border-top:5px solid #095103;
	border-bottom:5px solid #095103;
	color: #fff;
	padding:10px 0;
	font-size:13px;
}
.demotable tr td{
	background:#eee;
	padding:6px 0;
	text-align:center;
	border-bottom:1px solid #fff;
}
.demotable tr:hover td{
	background:#ddd;
}



/*******************************************************************************************************/
/* List */
/*******************************************************************************************************/


.list .icon1 { background: url(images/list/icon1.png) no-repeat left center; padding-left:30px; }
.list .icon2 { background: url(images/list/icon2.png) no-repeat left center; padding-left:30px; }
.list .icon3 { background: url(images/list/icon3.png) no-repeat left center; padding-left:30px; }
.list .icon4 { background: url(images/list/icon4.png) no-repeat left center; padding-left:30px; }
.list .icon5 { background: url(images/list/icon5.png) no-repeat left center; padding-left:30px; }
.list .icon6 { background: url(images/list/icon6.png) no-repeat left center; padding-left:30px; }
.list .icon7 { background: url(images/list/icon7.png) no-repeat left center; padding-left:30px; }
.list .icon8 { background: url(images/list/icon8.png) no-repeat left center; padding-left:30px; }
.list .icon9 { background: url(images/list/icon9.png) no-repeat left center; padding-left:30px; }
.list .icon10 { background: url(images/list/icon10.png) no-repeat left center; padding-left:30px; }
.list .icon11 { background: url(images/list/icon11.png) no-repeat left center; padding-left:30px; }
.list .icon12 { background: url(images/list/icon12.png) no-repeat left center; padding-left:30px; }
.list .icon13 { background: url(images/list/icon13.png) no-repeat left center; padding-left:30px; }
.list .icon14 { background: url(images/list/icon14.png) no-repeat left center; padding-left:30px; }
.list .icon15 { background: url(images/list/icon15.png) no-repeat left center; padding-left:30px; }
.list .icon16 { background: url(images/list/icon16.png) no-repeat left center; padding-left:30px; }



/*******************************************************************************************************/
/* Highlight */
/*******************************************************************************************************/


.highlight_light {
	padding:2px 5px;
	text-shadow:none;
	background: #fff;
	color: #333;
	border:1px solid #e5e5e5;
}
.highlight_dark {
	padding:2px 5px;
	text-shadow:none;
	background: #555;
	color: #eee;
	border:1px solid #222;
}



/*******************************************************************************************************/
/* Message Boxes */
/*******************************************************************************************************/


.info {
	background: #b5e1ff;
	color: #2f9de8;
	width:100%;
	margin:1px;
	display:block;
	padding:10px;
	text-align:center;
	border-top:2px solid #7cc9ff;
	border-bottom:2px solid #7cc9ff;
}
.success {
	background: #d6f1c3;
	color:#6baf3c;
	width:100%;
	margin:1px;
	display:block;
	padding:10px;
	text-align:center;
	border-top:2px solid #c0e4a7;
	border-bottom:2px solid #c0e4a7;
}
.error {
	background: #ffb3b3;
	color:#d65151;
	width:100%;
	margin:1px;
	display:block;
	padding:10px;
	text-align:center;
	border-top:2px solid #fe7878;
	border-bottom:2px solid #fe7878;
}




/*******************************************************************************************************/
/* Pricing Tables */
/*******************************************************************************************************/


.pricing {
	width:960px;
}
.plan-title {
	font-size: 24px;
	margin:10px 0 0 -10px;
	font-family: 'Lato', Arial,Helvetica,sans-serif;
	color: #444;
	font-weight:bold;
	text-align:center;
}
.plan-list {
	margin:20px 0 20px 10px;
	width:88%;
}
.plan-list ul {
	border-top:1px solid #eee;
}
.plan-list li {
	border-bottom:1px solid #eee;
	line-height:30px;
	text-align:center;
}
.plan-list img {
	padding-right:10px;
}
.plan-list li.plan-list-first {
	border-top:1px solid #eee;
}








/*******************************************************************************************************/
/* Portfolio Filter */
/*******************************************************************************************************/


#portfolio-filter {
	list-style-type: none;
	text-align:center;
}
#portfolio-filter li {
	display: inline;
	margin-right: 30px;
}
#portfolio-filter li a {
	color: #777;
	text-decoration: none;
}
#portfolio-filter li .current,
#portfolio-filter li a:hover {
	color: #49e53d;
}
#portfolio-list {  
    list-style-type: none;
}
#portfolio-wrapper {  
    padding-bottom: 25px;
    margin:0 auto;
}

/*******************************************************************************************************/
/* Portfolio - One Column Layout */
/*******************************************************************************************************/

.thumb1 img {
	width:944px !important;
	height:auto !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb1 img:hover {
	opacity:0.8;
}
.portfolio-item1 {  
    width: 960px;
    margin: 0 0 50px 0;
}
.portfolio-item1 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item1 .excerpt {
    margin-bottom: 5px;  
}


/*******************************************************************************************************/
/* Portfolio - Two Columns Layout */
/*******************************************************************************************************/

.thumb2 img {
	width:454px !important;
	height:200px !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb2 img:hover {
	opacity:0.8;
}
.portfolio-item2 {  
    width: 470px;  
    float:left !important;
    margin: 0 5px 50px 5px;
}
.portfolio-item2 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item2 .excerpt {
    margin-bottom: 5px;  
}



/*******************************************************************************************************/
/* Portfolio - Three Columns Layout */
/*******************************************************************************************************/

.thumb3 img {
	width:284px !important;
	height:120px !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb3 img:hover {
	opacity:0.8;
}
.portfolio-item3 {  
    width: 300px;  
    float: left;
    margin: 0 10px 50px 10px;
}
.portfolio-item3 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item3 .excerpt {
    margin-bottom: 5px;  
}



/*******************************************************************************************************/
/* Portfolio - Four Columns Layout */
/*******************************************************************************************************/

.thumb4 img {
	width:214px !important;
	height:100px !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb4 img:hover {
	opacity:0.8;
}
.portfolio-item4 {  
    width: 230px;  
    float: left;
    margin: 0 5px 50px 5px;
}
.portfolio-item4 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item4 .excerpt {
    margin-bottom: 5px;  
}




/*******************************************************************************************************/
/* Contact Form */
/*******************************************************************************************************/


#simple-contact-form { padding-top:50px !important; }
#simple-contact-form fieldset { width: 100% !important; overflow: hidden !important; margin: 5px 0 !important; border: 0 !important; } 
#simple-contact-form fieldset input { float: right !important; width: 60% !important; padding:10px 15px !important; border:5px solid #ddd !important; } 
#simple-contact-form textarea { float: left !important; width: 620px !important; color: #777; padding:10px 15px !important; border:5px solid #ddd !important; } 
#simple-contact-form label { float: left !important; width: 30% !important; padding-top: 10px; }

.scf_error {
	padding:10px 15px;
	border:1px solid red;
}
.scf_success {
	padding:10px 15px;
	border:1px solid green;
}
.scf_spam {
	padding:10px 15px;
	border:1px solid yellow;
}




/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/

.flexslider_wrapper {
	width:100%;
	padding:50px 0 50px 0;
	overflow: hidden;
	background: transparent;
	margin:-100px auto 0px auto;
}
.slide-text {
	color: #fff;
	background: #000;
	display:block;
	position:absolute;
	bottom:30px;
	left:30px;
	width:300px;
	padding:20px 20px 10px 20px;
	opacity:0.8 !important;
} 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important;box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -o-box-shadow: none !important;margin: 0 auto !important; background: transparent !important; border:5px solid #ddd !important; padding:3px !important; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}


/* Direction Nav */
.flex-direction-nav {display:none !important;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* Slide Data -- EVERYTHING ABOVE IS FROM THE BASE ROTATOR */
.flexslider .slides li { position: relative; }
.flex-direction-nav a { }
.slide-data { color: #777 !important; padding:0px 15px !important; position: absolute; bottom: 25px !important; left: 25px !important; background: #000 !important; width:300px !important; opacity:0.8 !important; border-radius:0 !important; }
.slide-title { display:none; }