/*  
Theme Name: AVANIX
Theme URI: http://themeforest.net/user/imediapixel
Description: Responsive Corporate &amp; Business Wordpress Theme
Author: imediapixel
Author URI: http://themeforest.net/user/imediapixel
Version: 1.1
Tags: Blue, Red, Brown, Orange, Pink, Purple, Green, White, Translation-ready, Custom-menu,Two-columns, Fixed-width, custom-background
License:
License URI:
*/


/* ----------------------- SUMMARY -----------------------

- GENERAL LAYOUT
  - BODY
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, 
  - ORDER LIST
  - ARROW LIST
  - CHECK LIST
  - BULLET LIST
  - DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - BUTTON

- WRAPPER
  - TOP WRAPPER
  - MAIN WRAPPER
  - BOTTOM WRAPPER 
  - CENTER 
  
- HEADER
  - HEADER WRAPPER
	- LOGO
  - SEARCH BOX
		
- SLIDESHOW

- FEATURES BOX
	
- HOMEPAGE CONTENT

- PAGE HEADING  

- PRODUCTS PAGE / TABLE PRICING

- PORTFOLIO PAGE
  - PORTFOLIO LIST
  - FILTER PORTFOLIO
    
- BLOG PAGE
  - BLOG LIST ITEMS
  - POST META BOX
  - AUTHOR BOX
  - COMMENTS LIST
  - COMMENT FORM 
  
- CONTACT PAGE
  - CONTACT FORM
  - CONTACT ADDRESS

- FAQ PAGE

- SIDEBAR
  - NEWS LIST
  - ITEM LIST
  - TWITTER WIDGET
  
- FOOTER
	- FOOTER BOX
  - ADDRESS LIST
  - COPYRIGHT
  
*/

/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
  background-color: #eaeaea;
  background-image: url(images/pattern/minimalist9.png);
  background-repeat: repeat;
  font-family: Arial,'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #333;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color:#666666;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
h1{
	font-size:36px; 
	line-height:32px; 
	margin-bottom:18px;
  letter-spacing: -1px;
}
h2{
	font-size:30px; 
	line-height:26px; 
	margin-bottom:16px;
  letter-spacing: -1px;
}
h3{
	font-size:22px; 
	margin-bottom:14px;
  letter-spacing: -1px;
}
h4{
	font-size:16px; 
	line-height:16px; 
	margin-bottom:12px;
}
h5{
	font-size:14px; 
	margin-bottom: 12px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 10px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a,a:link,a:visited {
  color:#2a92bd;
  text-decoration:none;
}
a:hover{
  color:#555555;
  text-decoration: underline;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  margin-bottom:15px;
}
blockquote {
  margin: 0 0 20px 0;
  color: #9a9a9a;
  padding: 5px 10px;
  font-style: italic;
  background: url(images/quote.png) top left no-repeat;
}
blockquote p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(images/pre_bg.gif) repeat; 
  border: 1px solid #d3d3d3;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #555;
  margin: 0 0 20px 0;
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 2px 0; 
  padding-bottom: 3px;
} 
/* Star List */
.starlist {
  margin-bottom: 20px;
}
.starlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(images/star.png) 0 0 no-repeat;
}
/* Arrow List */
.arrowlist {
  margin-bottom: 20px;
}
.arrowlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(images/arrow.png) 0 2px no-repeat;
}
/* Check List */
.checklist {
  margin-bottom: 20px;
}
.checklist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 25px;  
  background: url(images/tick.png) 0 2px no-repeat;
}
/* Check List */
.bulletlist {
  margin-bottom: 20px;
}
.bulletlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(images/bullet.png) 0 3px no-repeat;
}
/* Item List */
.itemlist {
  margin-bottom: 20px;
}
.itemlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(images/item.png) 0 5px no-repeat;
}
/* Dropcap */
.dropcap{
	background:transparent url(images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
  font-size: 14px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:36%;
  font-style: italic; 
  background: url(images/quote.png) top left no-repeat;
}
.pullquote_left{
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
  
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 15px 0 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.imgbox2 {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.divider {
  background: url(images/divider.jpg) bottom repeat-x;
  padding: 5px 0;
  margin: 0 0 20px 0;
  display: block;
  clear: both;
}
.heading-title {
  background: url(images/divider.jpg) 50% 50% repeat-x;
  padding: 5px 0;
  margin: 0 0 12px 0;
  display: block;
  clear: both;
}
.heading-title span {
  background : #f5f5f5;
  padding: 0 10px 0 0;
  color: #555555;
  font-size: 14px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.spacer {
  margin-bottom: 20px;
  float: left;
  clear: both;
}
/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 14px;
  color: #246EA7;
  padding: 15px 12px 15px 47px;
  background: #DFECF7 url(images/info.png) .5em .4em no-repeat;
  border: 1px solid #A7CEEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;  
} 
.error {
  margin: 15px 0;
  font-size: 14px;
  color: #C92036;  
  padding: 15px 12px 15px 47px;
  background: #FAE1E1 url(images/error.png) .5em .4em no-repeat;
  border: 1px solid #EDA8A8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;   
} 
.warning {
  margin: 15px 0;
  font-size: 14px;
  color: #E08820;  
  padding: 15px 12px 15px 47px;
  background: #FDF4D7 url(images/warning.png) .5em .4em no-repeat;
  border: 1px solid #E8C779;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
.success, 
.success-message{
  margin: 15px 0;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 12px 15px 47px;
  background: #E6F2D2 url(images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
.success-message{ display: none;}
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	

/* Normal Button Styling */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
	text-decoration:none;
}
.button:active, .button.active {
	top:1px;
}
.button span {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
	padding:6px 12px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.3em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  white-space: nowrap
}

.button.small span {
	font-size:11px;
}
.button.medium span {
	font-size:13px;
  padding:8px 18px;
}
.button.large span {
	font-size:15px;
  padding: 10px 22px;
}

.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}


img.readmore {
  position: relative;
  top: 5px;
  left: 8px;
  overflow: hidden;
}
.last {
  float:  right;
  margin-right: 0;
}

/* Tabs */
.tabs-container {
  margin-bottom: 20px;
}
.tabs-wrapper {
  margin: 0 0 30px 0;
}
ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #dedede;
	border-left:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	float:left;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 35px;
	line-height: 32px;
	border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0px 0px -1px -1px;
	background-image:url(images/tabs.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
	display: block;
	padding: 1px 16px;
	outline: none;
  font-weight: bold;
  color: #868686;
}
ul.tabs li a:hover {
  background: #ffffff;
  border-bottom: none;
  text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}	
html ul.tabs li.current, html ul.tabs li.current a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.panes {
	border: 1px solid #dbdbdb;
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;  
	padding-bottom: 10px;
  color: #7d7d7d;
  display: block;
}
.pane {
	padding: 18px 20px 0 20px;
  border-top: 1px solid #dbdbdb;
}


/* ----------------------- Toggle -----------------------*/
.toggle-wrapper {
  margin-bottom: 20px; 
}
.toggle {
	position:relative;
	margin-bottom:5px;
}
.toggle_title {
	margin:0;
	padding:5px 0 5px 0;
	line-height:18px;
	background: url("images/toggle_icon.png") no-repeat scroll 100% 6px transparent;
	cursor:pointer;
  border-bottom:1px solid #d5d5d5;
}
.toggle_title h5 {
  margin-bottom: 0;
}
.toggle_active {
	background-position: 100% -18px;
}
.toggle_content {
	padding:10px;
	margin:-3px 0px 10px 0px;
	display:none;
  background-color:#ffffff;
}

/* Accordion
---------------------------------------------------------- */
.accordion {
	border:1px solid #ddd;
	margin-bottom:20px;
}
.accordion .tab {
	color:#666;
	background-color:#f5f5f5;
	margin:0;
	padding:8px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:none;
	cursor:pointer;
	border-bottom:1px solid #ddd;
  background: url("images/toggle-plus.png") no-repeat scroll 100% 11px transparent;
}
/* currently active header */
.accordion .tab.current {
	cursor:default;
	background-color:#fff;
  background: url("images/toggle-minus.png") no-repeat scroll 100% 11px transparent;
}
/* accordion pane */
.accordion .pane {
	border-bottom:1px solid #ddd;
	display:none;
	padding:10px 15px;
	font-size:12px;
	overflow: hidden;
  background: #ffffff;
}
.accordion .tab:nth-last-child(2) {
	border-bottom:none;
}
.accordion .pane:last-child {
	border-top:1px solid #ddd;
	border-bottom:none;
}
/* Columns */
.col_12 {
  width: 460px; 
  display: inline;
  float: left;
  margin-right: 20px;
}
.col_13 {
  width: 300px; 
  display: inline;
  float: left;
  margin-right: 20px;  
  margin-right: 20px;
}
.col_23 {
  width: 620px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_14 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_34 {
  width: 700px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
/* Inner Columns */
.col_12_inner {
  width: 340px; 
  display: inline;
  float: left;
  margin-right: 20px;
}
.col_13_inner {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 20px;  
  margin-right: 20px;
}
.col_23_inner {
  width: 460px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_14_inner {
  width: 160px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_34_inner {
  width: 520px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.last {
  float: right;
  margin-right: 0;
}
/* ----------------------- WRAPPER -----------------------*/
#topsection {
  width: 948px;
  margin: 15px auto 10px auto;
  padding: 0;
}
#wrapper {
  width: 100%;
  max-width: 986px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 20px;
  background: #f5f5f5;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .25);
  border:1px solid #ffffff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#topwrapper {
  height: 13px;
  width: 100%;
  max-width: 996px;
  margin-left:auto;
  margin-right:auto;
}
#mainwrapper {  
  width: 100%;
  max-width: 998px;
  margin-left:auto;
  margin-right:auto;
}
#bottomwrapper {
  height: 13px;
  width: 100%;
  max-width: 996px;
  margin-left:auto;
  margin-right:auto;
}
#center {
  margin : 0 auto;
  width: 940px;
}

/* ----------------------- HEADER -----------------------*/
.social-links ul {
  margin: 0 0 5px 0;
  padding: 0;
  float: right;
}
.social-links ul li {
  margin: 0 3px 0 0;
  float: left;
}
.phone-info {
  float: left;
  display: block;
  width: auto;
  background: url(images/phone-dark.png) left center no-repeat;
}
.phone-info p {
  color: #666666;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
#header {
  width: 100%;
  max-width: 986px;
  margin: 0 auto;
  height: 84px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  background: #f8f8f8 url(images/bg-header.png) bottom center repeat-x;
}
#logo {
  float: left;
  width: 280px;
  margin-left: 15px;
  position: absolute;
  margin-top: 15px;
  z-index: 100;
}
/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/
#navigation{
	float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.select-menu { display: none }
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
	margin: 0 15px 0 0;
  padding-right: 5px;    
}
.sf-menu li:last-child {
	margin: 0 ;
  padding-right: 0;    
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0px;
    top: 50px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 1px;
}
/*** navigation skin ***/
.sf-menu {
  float: left;
}
.sf-menu a {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
  color: #2a92bd;
  text-decoration: none;
  font-weight: 400;  
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.sf-menu li:first-child a{
	border-left: none;
}
.sf-menu a:hover{
  color: #555555;
}
.sf-menu a{
}
#navigation .current-menu-item > a{
	color: #555555;
}
.sf-menu li.sfHover > a{
  color: #555555;
}

/*Subs*/
.sf-menu ul{
	padding: 12px 0 0 0;
  background-image: url(images/topmenu.png);
  background-position:  0 0;
  background-repeat:  no-repeat;
}
.sf-menu ul a{
	margin: 0px;
	height: auto;
	padding: 8px 12px 8px 15px;
  border-bottom: 1px solid #ffffff;
  background: #fafafa url(images/bg-dropdown.png) bottom left repeat-x;
  display: block;
  z-index: 9999999;
  font-size: 13px;
  color: #868686;
  height: 100%;
  line-height: 18px;
  text-shadow: #ffffff 1px 1px;
}
.sf-menu ul a:hover{
	color: #2a92bd;
}
.sf-menu ul ul a{
	border-bottom: 1px solid #ffffff;
}
.sf-menu ul ul li:last-child a{
	border-bottom: none !important;
}

.sf-menu ul ul {
  background: none;
  padding-top: 0px;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
}
.sf-sub-indicator {
    position: absolute;
    display: block;
	 top: 50%;
	 margin-top: 0px;
    right: .75em;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    overflow: hidden;
	background: url(images/menu-arrow.png) no-repeat;
	opacity: 0.8;
}
a:focus >.sf-sub-indicator,
a:hover >.sf-sub-indicator,
a:active >.sf-sub-indicator,
li:hover >a >.sf-sub-indicator,
li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	top: 50%;
	margin-top: -2px;
	background: url('images/menu-arrow-right.png') no-repeat;
	opacity: 0.8;
}
.sf-menu ul a:focus >.sf-sub-indicator,
.sf-menu ul a:hover >.sf-sub-indicator,
.sf-menu ul a:active >.sf-sub-indicator,
.sf-menu ul li:hover >a >.sf-sub-indicator,
.sf-menu ul li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}

/*no text menu items*/
.sf-menu .no-text > a{
	text-indent: -9999px;
	background-position: center center !important;
}

.menudesc {
  clear: both;
  display: block;
  font-size: 11px;
  color: #9a9a9a;
  margin-top: -14px;
}
/* ----------------------- SLIDESHOW -----------------------*/
#slideshow {
  width: 100%;
  max-width: 986px;
  height: 100%;
  max-height: 328px;
  background: url(images/bg-slideshow.jpg) center center no-repeat;    
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #1b4d92;
  border-bottom: 2px solid #1b4d92;
  position:relative;
}
.slide-image {
  float: left;
  width: 622px;
}
.slide-text {
  float: left;
  width: 302px;
  margin: 20px 30px;
}
.slide-text-wide {
  float: right;
  width: 542px;
  padding: 20px 30px;
}
.slide-image-left {
  float: left;
  width: 282px;
  margin: 30px 40px 30px 60px;
}
.slide-text h3,
.slide-text p,
.slide-text-wide h3,
.slide-text-wide h4,
.slide-text-wide p,
.slide-desc h3,
.slide-desc p {
  color: #ffffff;
}
.slide-text p,
.slide-text-wide p,
.slide-desc p {
  margin-bottom: 10px;
}
.slide-text .starlist,
.slide-text-wide .starlist  {
  margin: 0;
}
.slide-text .starlist li,
.slide-text-wide .starlist li {
  margin: 0; 
  padding-bottom: 0px;
  padding-left: 24px;  
  background: url(images/star.png) 3px 3px no-repeat;
  color: #ffffff;
  border-bottom: none;
  height: auto;
}
.slide-desc {
  position: relative;
  bottom: 112px;
  padding: 10px 20px;
  width: 800px;
  margin: 0 auto;
  border: 1px solid #000;
  background: url(images/black60.png);
  background: rgba(0, 0, 0, .6);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
  background: linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.slide-desc h3 {
  margin-bottom: 5px;
}
.slide-desc p {
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
.slide-desc p strong {
  color: #ffffff;
  font-size: 13px;
}
.slide-desc-right { 
  width:280px; 
  height:298px; 
  position:relative; 
  padding: 15px 20px;  
  bottom:328px; 
  float:right; 
  z-index:10; 
  background:url(images/transparent.png); 
  margin-right:50px; 
}
.slide-desc-right h3{ 
  margin-bottom:15px;
  color: #ffffff;
}
.slide-desc-right .subtitle{ 
  font-size:16px; 
  color: #51a8d5;
  margin-bottom: 25px;
}
.slide-desc-right p{ 
  color: #eaeaea;
  margin-bottom:5px;
}
.slide-desc-right ul {
  margin: 0;
}
.slide-desc-right li {
  border: none;
  margin: 0;
  color: #eaeaea;  
}
/* Pager */
#pager{
  bottom: 6px;
  left: 45%;
	z-index:99999;
	position:absolute;
}
#pager a{
	background: url(images/slidenav.png) no-repeat;
	display:inline-block;
	font-size:0px;
	width:10px;
	height:10px;
	margin:11px 4px 0px 4px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
#pager .activeSlide{
	background: url(images/slidenav-active.png) no-repeat;
}
/* ----------------------- FEATURES BOX -----------------------*/
.featureslist,
.featureslist-4col,
.quotebox {
  padding: 15px 20px 15px 20px;
  background: url(images/bg-featureslist.jpg) bottom center repeat-x;  
  height: 65px;
  margin: 0 auto;
  width: 100%;
  max-width: 946px;
}
.quotebox {
  height: 88px;
  padding: 10px 20px 12px 20px;
}
.featureslist li {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.featureslist-4col li {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.featureslist li.last,
.featureslist-4col li.last {
  float: right;
  margin-right: 0;
}
.featureslist li h5,
.featureslist-4col li h5  {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 13px;
}
.featureslist li img,
.featureslist-4col li img {
  margin-bottom: 15px;
}
.featureslist li p,
.featureslist-4col li p {
  color: #666;
}
/* ----------------------- PAGE HEADING -----------------------*/
.pageheading {
  width: 986px;
  height: 162px; 
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #1b4d92;
}
#page-title {
  padding:10px 20px;
  background: url(images/headerbar.jpg) top center repeat-x;  
  height: 23px;
  margin: 0 auto;
  max-width: 946px;
  width: 100%;
}
#page-title img {
  width: 100%;
  height: 100%;
}
#page-title h4 {
  margin-top: 3px;
  text-shadow: #ffffff 1px 1px;
}
.breadcrumbs {
  display: block;
  text-align: right;
}
.breadcrumbs span.current {
  color: #9a9a9a;
}
/* ----------------------- HOMEPAGE CONTENT -----------------------*/
.quotetext {
  display: block;
  margin-bottom: 0;
}
.quotetext h3 {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.quotetext h4 {
  line-height: 22px;
  margin: 0;
  color: #666666;
  display: block;
  text-align: center;
}
img.speaker {
  float: right;
  margin-right: 20px;
  margin-left: 30px;
}
.homepage-content {
  margin: 20px 0;
}
.homepage-content p {
}
.image-box1 {
  background-image: linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -o-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -moz-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -ms-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.41, rgb(229,229,229)),
  	color-stop(0.71, rgb(245,245,245))
  );
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.35);
  padding: 6px;
  width:286px;
  height: 143px;
  margin-bottom: 15px;
}
.image-box1 img {
  border: 1px solid #fafafa;
  width: 99.5%;
  height: 99%;
}
.image-box2 {
  background-image: linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -o-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -moz-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -ms-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.41, rgb(229,229,229)),
  	color-stop(0.71, rgb(245,245,245))
  );
  width:206px;
  height: 103px;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.35);
  padding: 5px;
}
.image-box2 img {
  border: 1px solid #fafafa;
  width: 99.5%;
  height: 99%;
}
.homepage-box h4,
.homepage-box-last h4 {
  margin-bottom: 8px;
}
.homepage-box p  {
}

.clients {
	width:100%;
  height: 100%;
	margin: 5px auto;
  
}
.clients ul li{
  float: left;
  margin: 0 15px;
  height: 62px; 
}
.welcome {
}
/* Content */
.content {
  margin: 20px 0;
}
.content-box,
.content-box-last {
  width: 340px;
  float: left;
  margin-right: 20px;
}
.content-box h4,
.content-box-last h4 {
  color: #666666;
}

.content-box-last {
  float: right;
  margin-right: 0;
}
.small-box {
  background-image: linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -o-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -moz-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -ms-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.41, rgb(229,229,229)),
  	color-stop(0.71, rgb(245,245,245))
  );
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.35);
  padding: 5px;
  width:81px;
  height: 81px;
  margin-bottom: 30px;
  float: left;
  margin-right: 15px;
}
.small-box img {
  border: 1px solid #fafafa;
}
/* ----------------------- TABLE PRICING -----------------------*/
.pricing_table {  
	float:left;
  margin: 20px 0;
}
.pricing_table.inner-col{
  width: 100%;
  max-width: 720px;
}
.pricing_table ul {
	float:left; 
	margin:0; 
	text-align:center;
	background-color:#FFF;
  width: 232px;
  border: 1px solid #eaeaea !important;
  border-left: 0px solid #eaeaea !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px rgba(20, 20, 20, 0.1);
  -moz-box-shadow:    0px 0px 5px rgba(20, 20, 20, 0.1);
  box-shadow:         0px 0px 5px rgba(20, 20, 20, 0.1);
}
.pricing_table.fourth-col ul {
  width: 233px;
}
.pricing_table.third-col ul {
  width: 312px;
} 
.pricing_table.fifth-col ul {
  width: 186px;
}    
/* Pricing Coloumns*/
.pricing_table.inner-col.fourth-col ul {
  width: 173px;
}
.pricing_table.inner-col.third-col ul {
  width: 231px;
} 
.pricing_table.inner-col.fifth-col ul {
  width: 138px;
}     
.pricing_table ul:first-child {
  border: 1px solid #eaeaea !important;
}
.pricing_table ul li:last-child {
  border: 0px solid #eaeaea !important;
}
.pricing_table ul li ul li:last-child {
  border-bottom: 1px solid #eaeaea !important;
}
.pricing_table ul ul:first-child {
  border: 0px solid #eaeaea !important;
}
.pricing_table ul ul {
  padding: 0 !important;
  width: 100%;
  margin: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}
.pricing_table ul li:nth-child(3) {
  padding: 0 !important;
  width: 100%;
  margin: 0;
}
.pricing_table ul li ul li:nth-child(3) {
  padding:10px 0 !important;  
}
.pricing_table ul:hover { 
	cursor:pointer;
}
.pricing_table ul li {  
	padding:10px 0;  
  border-bottom: 1px solid #eaeaea;
}
.pricing_table ul li:hover{
  background: #fafafa;
}
.pricing_table ul li ul li {
}
.pricing_table ul li.pricing-title {  
  font-size: 18px;
  padding: 20px 0;
  color: #444444;
}
.pricing_table ul li.pricing {  
  font-size: 52px;
  padding: 30px 0 20px 0;
  letter-spacing: -1px;
  background: #fafafa;
  clear: both;
  color: #444444;
}
.pricing_table.inner-col.fifth-col ul li.pricing  {
  font-size: 32px;
}     
.pricing_table ul li.content {
  width: 100% !important;
}  
.pricing_table ul.featured li.pricing {
  background-color:#EFF9C0;
}
.pricing-cycle {
  font-size: 14px !important;
  letter-spacing: normal;
  color: #868686 !important;
}
.pricing_table ul li.pricing-button {
  background: #fafafa;
}
.pricing_table ul li.pricing-button .button {
  margin-top: 20px;
}


/* ----------------------- PORTFOLIO -----------------------*/
.portfolio {
  margin: 20px 0;
}
.portfolio li {
  clear: both;
}
.bgportfolio{
  width: 425px;
  height: 220px;
  background-image: linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -o-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -moz-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -ms-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.41, rgb(229,229,229)),
  	color-stop(0.71, rgb(245,245,245))
  );
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.35);
  padding: 7px;
}
.bgportfolio img {
  border: 1px solid #ffffff;
}
.blockimg {
  float: left;
  width: 470px;
  margin-bottom: 20px;
}
.blocktext {
  float: left;
  width: 470px;
}

/* Filterable Portfolio (3 columns) */
.portfolio-3col {
  margin: 20px 0;
  width: 968px;
}
.portfolio-3col:after {
  content: "";
  overflow: hidden;
}
.portfolio-3col li {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.portfolio-3col li.last{
  float: right;
  margin-right: 0;
}
.portfolio-3col li p {
}
.filter {
    margin: 0;
    padding: 10px 10px 10px 0px;
}
.filter ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter ul li a {
  background: -moz-linear-gradient(90deg, #FDFDFD, #F9F9F9) repeat scroll 0 0 transparent;
  border: 1px solid #DADADA;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #868686;
  display: block;
  font-weight: bold;
  line-height: 28px;
  padding: 0 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.filter ul li a:hover, .filter ul li a.current, 
.filter ul li.current a{
    background: none repeat scroll 0 0 #E7E7E7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #787878;
}
.zoom {
  background: url(images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(images/play.png) 50% 50% no-repeat;  
}
/* Single Portfolio */

.portfolio-single-box {
}
#portfolio-slider,
#pf-video-wrapper {
  padding: 8px;
  position:relative;
  width: 920px;
  height: 328px;
  background-image: linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -o-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -moz-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -ms-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.41, rgb(229,229,229)),
  	color-stop(0.71, rgb(245,245,245))
  );
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.35);
  clear: both !important;
  margin-bottom: 20px;
}
#pf-video-wrapper {
  height: 428px !important; 
}
/* ----------------------- BLOG PAGE -----------------------*/
.bloglist {  
}
.blogtitle {
  padding-bottom: 10px;
}
.postcomment {
  width: 50px;
  height: 50px;
  background: url(images/bgcomment.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  display: block;
  text-align: center;
  font-size: 24px;
}
.postcomment h3 {
  margin: 10px;
  color: #868686;
  text-shadow: #ffffff 1px 1px;
}
.postcomment h3 a {
  color: #868686;
}
.posttitle {
  float: left;
  width:620px;
}
.posttitle h3 {
  color: #666666;
  line-height: 24px;
  text-shadow: #ffffff 1px 1px;
}
.posttitle h3 a {
  color: #787878;
  line-height: 24px;
  text-shadow: #ffffff 1px 1px;
}
.posttitle h3 a:hover {
  color: #868686;
  line-height: 24px;
  text-decoration: none;
}
.postimage {
  background-image: linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -o-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -moz-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -ms-linear-gradient(bottom, rgb(229,229,229) 41%, rgb(245,245,245) 71%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.41, rgb(229,229,229)),
  	color-stop(0.71, rgb(245,245,245))
  );
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.35);
  width: 679px;
  height: 256px;
  margin-bottom: 20px;
  padding: 7px;
}
.postimage img {
  border: 1px solid #ffffff;
}
.postdate {
  width: 68px;
  height: 65px;
  background: url(images/bgdate.png) center center no-repeat;
  display: block;
  float: left;
  text-align: center;
  padding-top: 3px;
  margin-right: 20px;
}
.postdate h2 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #868686;
  text-shadow: #ffffff 1px 1px;
  letter-spacing: -1px;
}
.postdate h5 {
  color: #b7b7b7;
  text-transform: uppercase;
  text-shadow: #ffffff 1px 1px;
  margin-top: -2px;
}
.postcontent {
  width: 600px;
  float: left;
}
a.readmore {
  text-decoration: underline;
  margin-bottom: 10px;
  float: right;
}
.postmeta {
  display: block;
  color: #868686;
}
.postmeta a {
  text-decoration: underline;
}
/* Author Box */
#authorbox {
  background: #ffffff;
  border: 1px dotted #eee;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#authorbox h4{
  vertical-align: top;
  margin-bottom: 5px;
}
#authorbox .blockavatar {
  width: 80px;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
#authorbox img {
  margin-top: 0;  
  margin-bottom: 0;
  border: none;
}
#authorbox .detail {
  float: left;
  width: 550px;  
}
#authorbox .detail p {
  margin-bottom: 0;
}
/* Comment List */
#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
  display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	background: url(images/divider.jpg) bottom repeat-x;
}
.titlecomment {
	width: 673px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h4 {
  color: #666666;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 11px;
	color: #858585;
}
#listcomment li p {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

/* Comment Form */
#commentform label {
  font-size: 12px;
  display: block;
  text-align: left;
  color: #666666;
  margin-bottom: 10px;
}
.leftcomment {
  width: 285px;
  float: left;
}
.rightcomment {
  width: 395px;
  float: left;
}
.comment-input {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 19px;
  width: 250px;
  border: 1px solid #eaeaea;
  margin-bottom: 12px;
  background: #ffffff;
}
.comment-form-comment #comment {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 178px;
  width: 395px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
  background: #ffffff;
}
.form-submit #submit {
  display: block;
  float: left;
  background: url(images/comment-submit.png) no-repeat;
  color: #d4d4d4;
  border: none;
  width: 106px;
  height: 32px;
  padding: 3px 10px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  clear: both;
  margin-top: 10px;
}
#reply-title, .comment-heading {
  padding-bottom: 15px;
  background: url(images/sidebar-line.jpg) bottom repeat-x;
  font-size: 18px;
}

/* Pagination  */
.pagination {
  clear:both;
  left: 35%;
  padding:5px 0 20px 0;
  position:relative;
  font-size:12px;
  line-height:13px;
  float: left;
}
 .pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 10px 2px 0;
  padding:8px 10px;
  text-decoration:none;
  width:auto;
  color:#666666;
  background: url(images/paging.jpg) repeat-x;
  -webkit-box-shadow:0 0 4px #aaaaaa; 
  -moz-box-shadow: 0 0 4px #aaaaaa; 
  box-shadow:0 0 4px #aaaaaa;  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
 .pagination a:hover{
  color:#fff;
  background: #2a92bd;
}
.pagination .current{
  padding:8px 10px;
  background: #2a92bd;
  color:#fff;
}

.block-text h4 {
  line-height: 22px;
  margin-bottom: 6px;
}
/* ----------------------- CONTACT PAGE -----------------------*/
/* Contact Form */
.formleft {
  width: 280px;
  float: left;
}
.formright {
  float: right;
  width: 400px;
}
#maincontactform {
  margin: 20px 0px;
}
#maincontactform label {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  clear: both;
}
.textfield {
  margin-bottom: 10px;
  padding: 5px;
  color: #7d7d7d;
  width: 260px;
  height: 29px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  clear: both;
  float: left;
}
.textarea {
  padding: 5px;
  color: #7d7d7d;
  width: 380px;
  height: 198px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  clear: both;
  float: left;
}
.require {
  display: inline;
  float: left;
  color: #f00;
  font-weight: bold;
  margin-left: 2px;
  font-size: 10px;
}
.loading {
  margin-top: 15px;
  background: url(images/loading.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 12px;
  color: #8f8f8f;
  margin-left: 10px;
  float: right;
  padding-bottom: 15px;
}
#map {
  width: 690px;
  height: 320px;
  border: 1px solid #c6c6c6;
}
.google_map {
  border: 1px solid #ffffff;
}
.gmap_marker {
  font-size: 12px;
  line-height: 18px;
}

/* ----------------------- SIDEBAR -----------------------*/
#sidebar {
}
.sidebox {
  margin-bottom: 30px;
}
.sidebox h4 {
  padding-bottom: 15px;
  background: url(images/sidebar-line.jpg) bottom repeat-x;
  text-shadow: #ffffff 1px 1px;
}
.sidebox ul {
  
}
.sidebox ul li {
  background: url(images/divider.jpg) bottom repeat-x;
}
.sidebox ul li a {
  display: block;
  margin: 7px 0;
  padding-bottom: 6px;
}
/* Testimonials */
.sidebox blockquote {
  background: url(images/quote.png) 0 0 no-repeat;
  border-left: none;
  padding: 0;
}
.testilist blockquote {
  background: none;
  padding: 0;
  border-left: none;
}
.testibox {  
}
.testibox p {
  margin-bottom: 0;
}
.testiname {
  display: block;
  text-align: right;
  font-weight: bold;
}
.searchbox {
  width: 220px;
  height: 37px;
}
.searchinput {
  border: none;
  height: 13px;
  width: 169px;
  background: url(images/search-input.jpg) left center no-repeat;  
  float: left;
  padding: 10px;
  color: #cacaca;
}
.searchsubmit {
  height: 33px;
  width: 31px;
  background: url(images/search-button.jpg) left center no-repeat;
  float: left;
  border: none;
  cursor: pointer;
}

/* Twitter Widget */
.twitter_icon {
  position: relative;
  top: 8px;
  left: 0;
  margin-right: 5px;
}
p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(images/loading.gif) 1em center no-repeat;
}
ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#twitter_update_list li {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	color: #868686;
	font-style: italic;
	line-height: 1.4em;
  background: none;
}
ul#twitter_update_list li a {
  background: none;
  padding: 0;
}
ul#twitter_update_list li span {
	display: block;
}
ul#twitter_update_list li span a {
}
ul#twitter_update_list li span a:hover{
}
ul#twitter_update_list li.firstTweet {
}
ul#twitter_update_list li.lastTweet {
	border-bottom: 1px solid #eaeaea;
}
a#profileLink {
	padding: 0.3em 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #8f8f8f;
}

/* ----------------------- FOOTER -----------------------*/
#footer {
  background: #D5D5D5;
  border-top: 4px solid #bfbfbf;
  padding: 20px 20px 5px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 946px;
  margin-top: 20px;
  -moz-border-radius:  0px 0px 8px 8px;
  -webkit-border-radius:  0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
.footer-col {
}
.footer-col h4  {
  margin-bottom: 20px;
  color: #555555;
}
.footer-col ul {
  margin: 0;
  padding: 0;
}
.footer-col ul li  {
  margin: 5px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #c5c5c5;
}
.footer-col a  {
  color: #686868;
}
.footer-col a:hover  {
  text-decoration: underline;
}
.footer-col p {
  color: #666666;
}
.latestnews {
  
}
.latestnews li a {
  line-height: 16px !important;
  margin-bottom: 0;
  color: #666666;
}
.sidebox .latestnews a {
  margin-bottom: -5px;
}
.latestnews li {
  margin-bottom: 2px;
  padding-bottom: 0;
  border: none;
}
.sidebox .latestnews li, 
.footer-col .latestnews li{
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.sidebox .latestnews li:last-child,
.footer-col .latestnews li:last-child{
  border: none;
}
.latestnews li img {
  margin-bottom: 25px;
  margin-right: 12px;
}
.sidebox .latestnews li img {
  margin-bottom: 50px;
}
.latestnews li p.newsdate {
  font-size: 11px;
  text-decoration: underline;
  margin-bottom: 0;
  color: #868686;
}
.latestnews li p.newscontent {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
  color: #868686;
}
.footer-col .contactlist li {
  padding-left: 24px;
  border: none;
  margin: 0;
  margin-bottom: 0;
  color: #666666;
}
.sidebox .contactlist li {
  padding-left: 24px;
  margin: 6px 0;
}
.contactlist li a {
  color: #666666;
}
.contactlist li.home {
  background: url(images/home.png) 0 2px no-repeat;
}
.contactlist li.mail {
  background: url(images/mail.png) 0 2px no-repeat;
}
.contactlist li.help {
  background: url(images/help.png) 0 2px no-repeat;
}
.contactlist li.phone {
  background: url(images/phone.png) 0 2px no-repeat;
}
.contactlist li.phone2 {
  background: url(images/phone2.png) 0 2px no-repeat;
}
#bottom {
  padding: 5px 0 0 0;
  border-top: 1px solid #bfbfbf;
}
.footermenu {
  margin: 0;
}
.footermenu li {
  float: left;
  margin: 3px 0 6px 0;
}
.footermenu li a {
  color: #666666;
  padding: 5px 8px 5px 8px;
  font-size: 11px;
}
.copyright {
  display: block;
  text-align: right;
  margin-top: 4px;
  color: #666666;
  font-size: 11px;
}
.copyright a {
  color: #666666;
}

/* Default WordPress Styling */
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}