/*
Title:		efolio CSS File
Author:		imediapixel@gmail.com
*/

/* ----------------------- 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
  - TABS
  - TOGGLE
  - COLUMNS

- WRAPPER
  - MAIN WRAPPER
  - MAIN CONTENT
  - SIDEBAR

- HEADER
	- HEADER BAR
  - LOGO
  - MAIN MENU
  - SLOGAN

- SLIDESHOW

- HOMEPAGE CONTENT

- PORTFOLIO PAGE
  - PORTFOLIO 1 COLUMN
  - PORTFOLIO 4 COLUMNS

- BLOG PAGE
  - BLOG LIST ITEMS
  - POST META BOX
  - COMMENTS LIST
  - COMMENT FORM

- CONTACT PAGE
  - CONTACT FORM
  - CONTACT ADDRESS

- PRICING TABLES

- FOOTER
  - SOCIAL LINKS
  - COPYRIGHT

*/


/* Import CSS Reset File */
@import url("reset.css");
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css");

/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
  background-color: #676767;
  background-image: url();
  background-repeat: repeat;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #000;
}
/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#474343;
	font-family: Helvetica,Arial,sans-serif;
}
h1{
	font-size:36px;
	line-height:36px;
	margin-bottom:15px;
}
h2{
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
}
h3{
	font-size:24px;
	margin-bottom:15px;
}
h4{
	font-size:18px;
	line-height:16px;
	margin-bottom:12px;
}
h5{
	font-size:14px;
	margin-bottom: 10px;
	padding:0px;
}
h6{
	font-size:12px;
	margin-bottom: 10px;
	padding:0px;
	letter-spacing: 1px;
}
h4.title {
  margin-bottom: 5px;
}
/* links */
a,a:link,a:visited {
  color:#019808;
  text-decoration:none;
}
a:hover{
  color:#66ff33;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  margin-bottom:15px;
  color:#676767;
  font-size: 12px;
	line-height: 20px;
}
p.nomargin {
  margin-bottom: 0;
}
blockquote {
  padding: 10px;
  color: #959595;
  background: #f5f5f5;
  font-size: 13px;
  border-left: 6px solid #dedede;
  font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote p {
  font-size: 13px;
  color: #858585;
  margin-bottom: 0;
}
code {
  background: #9e9d64;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #7d7d7d;
  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: 5px 0;
  padding-bottom: 5px;
  color: #7d7d7d;
}

/* Arrow List */
.arrowlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.arrowlist li {
  font-size: 12px;
  margin: 6px 0;
  padding-bottom: 6px;
  padding-left: 20px;
  background: url(../images/arrow.png) 0 3px no-repeat;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
}
.starlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.starlist li {
  font-size: 12px;
  margin: 6px 0;
  padding-bottom: 6px;
  padding-left: 22px;
  background: url(../images/star.png) 0 3px no-repeat;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
}
/* Check List */
.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checklist li {
  font-size: 12px;
  margin: 6px 0;
  padding-bottom: 6px;
  padding-left: 22px;
  background: url(../images/tick.png) 0 3px no-repeat;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
}
/* Check List */
.bulletlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bulletlist  li {
  font-size: 12px;
  margin: 6px 0;
  padding-bottom: 6px;
  padding-left: 20px;
  background: url(../images/bullet.png) 0 3px no-repeat;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
}
/* Item List */
.itemlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.itemlist  li {
  font-size: 12px;
  margin: 6px 0;
  padding-bottom: 6px;
  padding-left: 20px;
  background: url(../images/item.png) 0 .1em no-repeat;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
}
/* 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: 16px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:33%;
  background: url(../images/quote.png) top left no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.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 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 10px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
  display: block;
}
.imgbox {
  padding: 5px;
  background: #ffffff;
  border: 1px solid #ededed;
}

/* 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:#7d7d7d;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}

/* Button */
.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #000;
  line-height: 29px;
  text-transform: uppercase;
  height: 31px;
  background: url(../images/button_white_right.png) no-repeat 100% 0;
  display: inline-block;
  font-family: arial, verdana, tahoma, helvetica;
}
.button span {
  text-align: center;
  margin-right: 16px;
  padding: 0 5px 0 20px;
  background: url(../images/button_white_left.png) no-repeat;
  display: inline-block;
  height: 31px;
  float: left;
  font-size: 11px;
}
a.button{
  color: #000;
  text-shadow: #ffffff 0 1px 1px;
}
a.button:hover {
  color: #7d7d7d;
  text-shadow: #ffffff 0 1px 1px;
}
.buttongreen {
  background: url(../images/button_green_right.png) no-repeat 100% 0;
}
.buttongreen span {
  background: url(../images/button_green_left.png) no-repeat;
}
a.buttongreen {
  color: #000;
}
a.buttongreen:hover {
  color: #676767;
}
.buttonblue {
  background: url(../images/button_blue_right.png) no-repeat 100% 0;
}
.buttonblue span {
  background: url(../images/button_blue_left.png) no-repeat;
}
a.buttonblue {
  color: #1b9ac6;
}
a.buttonblue:hover {
  color: #167ca0;
}
.buttonred {
  background: url(../images/button_red_right.png) no-repeat 100% 0;
}
.buttonred span {
  background: url(../images/button_red_left.png) no-repeat;
}
a.buttonred {
  color: #a53426;
  text-shadow: #dcb8b4 0px 1px 1px;
}
a.buttonred:hover {
  color: #81291d;
  text-shadow: #dcb8b4 0px 1px 1px;
}
.buttondark {
  background: url(../images/button_dark_right.png) no-repeat 100% 0;
}
.buttondark span {
  background: url(../images/button_dark_left.png) no-repeat;
}
a.buttondark {
  color: #474747;
  text-shadow: #8d8d8d 0px 1px 1px;
}
a.buttondark:hover {
  color: #333333;
  text-shadow: #8d8d8d 0px 1px 1px;
}
.buttonyellow {
  background: url(../images/button_yellow_right.png) no-repeat 100% 0;
}
.buttonyellow span {
  background: url(../images/button_yellow_left.png) no-repeat;
}
a.buttonyellow {
  color: #ac8c14;
}
a.buttonyellow:hover {
  color: #8f7511;
}
.buttonorange {
  background: url(../images/button_orange_right.png) no-repeat 100% 0;
}
.buttonorange span {
  background: url(../images/button_orange_left.png) no-repeat;
}
a.buttonorange {
  color: #b87421;
}
a.buttonorange:hover {
  color: #a55c04;
}
.buttonpurple {
  background: url(../images/button_purple_right.png) no-repeat 100% 0;
}
.buttonpurple span {
  background: url(../images/button_purple_left.png) no-repeat;
}
a.buttonpurple {
  color: #a33daa;
  text-shadow: #ddc0df 0px 1px 1px;
}
a.buttonpurple:hover {
  color: #902d96;
  text-shadow: #ddc0df 0px 1px 1px
}

/* Big Button */
.bigbutton {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #777777;
  line-height: 40px;
  text-transform: uppercase;
  height: 44px;
  background: url(../images/bigbutton_white_right.png) no-repeat 100% 0;
  display: inline-block;
  font-family:  arial, verdana, tahoma, helvetica;
}
.bigbutton span {
  text-align: center;
  margin-right: 22px;
  padding: 0 10px 0 25px;
  background: url(../images/bigbutton_white_left.png) no-repeat;
  display: inline-block;
  height: 44px;
  float: left;
  font-size: 14px;
}
a.bigbutton {
  color: #9a9a9a;
  text-shadow: #ffffff 0 1px 1px;
}
a.bigbutton:hover {
  color: #7d7d7d;
  text-shadow: #ffffff 0 1px 1px;
}
.biggreen {
  background: url(../images/bigbutton_green_right.png) no-repeat 100% 0;
}
.biggreen span {
  background: url(../images/bigbutton_green_left.png) no-repeat;
}
a.biggreen {
  color: #6d9900;
}
a.biggreen:hover {
  color: #648317;
}
.bigblue {
  background: url(../images/bigbutton_blue_right.png) no-repeat 100% 0;
}
.bigblue span {
  background: url(../images/bigbutton_blue_left.png) no-repeat;
}
a.bigblue {
  color: #1b9ac6;
}
a.bigblue:hover {
  color: #167ca0;
}
.bigred {
  background: url(../images/bigbutton_red_right.png) no-repeat 100% 0;
}
.bigred span {
  background: url(../images/bigbutton_red_left.png) no-repeat;
}
a.bigred {
  color: #a73a28;
  text-shadow: #edc6c2 0px 1px 1px;
}
a.bigred:hover {
  color: #ae3024;
  text-shadow: #edc6c2 0px 1px 1px;
}
.bigdark {
  background: url(../images/bigbutton_dark_right.png) no-repeat 100% 0;
}
.bigdark span {
  background: url(../images/bigbutton_dark_left.png) no-repeat;
}
a.bigdark {
  color: #474747;
  text-shadow: #8d8d8d 0px 1px 1px;
}
a.bigdark:hover {
  color: #333333;
  text-shadow: #8d8d8d 0px 1px 1px;
}
.bigyellow {
  background: url(../images/bigbutton_yellow_right.png) no-repeat 100% 0;
}
.bigyellow span {
  background: url(../images/bigbutton_yellow_left.png) no-repeat;
}
a.bigyellow {
  color: #ac8c14;
}
a.bigyellow:hover {
  color: #8f7511;
}
.bigorange {
  background: url(../images/bigbutton_orange_right.png) no-repeat 100% 0;
}
.bigorange span {
  background: url(../images/bigbutton_orange_left.png) no-repeat;
}
a.bigorange {
  color: #b87421;
}
a.bigorange:hover {
  color: #a55c04;
}
.bigpurple {
  background: url(../images/bigbutton_purple_right.png) no-repeat 100% 0;
}
.bigpurple span {
  background: url(../images/bigbutton_purple_left.png) no-repeat;
}
a.bigpurple {
  color: #a33daa;
  text-shadow: #ddc0df 0px 1px 1px;
}
a.bigpurple:hover {
  color: #902d96;
  text-shadow: #ddc0df 0px 1px 1px
}
img.readmore {
  position: relative;
  top: 5px;
  left: 8px;
  overflow: hidden;
}
img.bottommrg {
  margin-bottom: 40px;
}
.divider {
  border-bottom: 1px solid #dedede;
  margin: 30px 0 30px 0;
  float: left;
  width: 100%;
}
.spacer {
  clear: both;
  margin: 15px 0;
}
/* Front 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;
	font-size: 12px;
	padding: 1px 26px;
	outline: none;
	font-family: arial, verdana, tahoma, helvetica;
	color: #7d7d7d;
}
ul.tabs li a:hover {
  background: #ffffff;
  color: #72a200;
  border-bottom: 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;
  font-size: 12px;
  color: #7d7d7d;
  display: block;
}
.pane {
	padding: 18px 20px 8px 20px;
  border-top: 1px solid #dbdbdb;
}


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

/* 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;
}
.last {
  float: right;
  margin-right: 0;
}

/* Container */
.container,
.container-full {
  margin-left: auto;
  margin-right: auto;
  width: 1006px;
  border-left: 1px solid #66ff33;
  border-right: 1px solid #66ff33;

  background-color: #ffffff;
}
.container-full {
  width: 100%;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
/* Header */
#topbar {
  border-top: 6px solid #66ff33;
}
#header {
  padding-top: 15px;
  padding-bottom:15px;
  margin-bottom: 20px;
  height: 60px;
  border-bottom: 1px solid #dedede;
}
#logo {
  margin-top: 0px;
  width: 300px;
  float: left;
  display: inline;
}
#menu {
  width: 640px;
  float: left;
  display: inline;
  margin-left: 0px;
}

/* slideshow */
#slide-wrapper {
  margin: 10px 0 0 0;
  padding: 0;
}
.bx-wrapper,
#static-wrapper {
  border-top: 1px solid #dedede;
  margin: 20px 0 0 0;
  padding: 30px 0 0 0;
}
ul.slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slider li {
  float: left;
  width: 940px;
  background: transparent;
  zoom:1;
  margin: 0;
  padding: 0;
}

.slide-img {
  float: left;
  width: 320px;
  margin: 0 10px 0 60px;
}
.slide-text {
  float: left;
  width: 520px;
  margin: 0;
}
.slide-text h1 {
  font-weight: bold;
}
.slide-text h4 {
  line-height: 24px;
}
.slide-text p {
  font-size: 14px;
}
/* Bullet List */
.slider li .bulletlist {
  margin-bottom: 0;
  margin-left: 5px;
}
.slider li .bulletlist  li {
  font-size: 14px;
  margin: 5px 0;
  padding: 0 0 5px 22px;
  background: url(../images/bullet.png) 0 5px no-repeat;
  color: #7d7d7d;
  border-bottom: none;
  display: block;
  float: none;
  width: auto;
  height: auto;
}
.slider li .bulletlist  li strong,
.slider li .starlist  li strong{
  color: #b14800;
}
/* Check List */
.slider li .starlist {
  margin-bottom: 0;
  margin-left: 5px;
}
.slider li .starlist  li {
  font-size: 14px;
  margin: 5px 0;
  padding: 2px 0 5px 22px;
  background: url(../images/star.png) 0 5px no-repeat;
  color: #7d7d7d;
  border-bottom: none;
  display: block;
  float: none;
  width: auto;
  height: auto;
}
.pricingbtn {
  margin-top: 0;
  margin-right: 100px;
  float: right;
  width: 73px;
  height: 76px;
  padding: 20px;
  background: url(../images/circlebtn.png) no-repeat;
  display: block;
  text-align: center;
}
.pricingbtn span {
  color: #b14800;
  font-family:  arial, verdana, tahoma, helvetica;
  font-size: 11px;
  text-shadow: #ffc9a5 0 1px 1px;
}
.pricingbtn span.start {
  clear: both;
  margin-bottom: 5px;
}
.pricingbtn span.price {
  clear: both;
  font-size: 48px;
  font-weight: bold;
  font-family: arial, verdana, tahoma, helvetica;
}
.pricingbtn span.price small {
  padding-top: 20px;
  font-size: 16px;
  vertical-align: top;
  font-weight: bold;
  font-family: arial, verdana, tahoma, helvetica;
}
.pricingbtn span.cycle {
  clear: both;
}
.slider li .slide-button {
  float:  left;
}
.slideframe {
  margin-top: 15px;
  background: url(../images/slideframe.png) no-repeat;
  width: 260px;
  height: 191px;
  padding: 18px 20px;
}
.slideframe img {
  border: 1px solid #ffffff;
}
/*
 * To change the color scheme of slider change each
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:0;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 -30px;
}
/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:0;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 -30px;
}
/*pager links*/
.bx-pager {
  position:absolute;
	left:47%;
	bottom: -10px;
}
.bx-pager a {
  margin-right: 5px;
  width: 11px;
  height: 12px;
  float: left;
	background: url(../images/gray_pager.png) no-repeat 0 -12px;
	text-indent: -99999px;
}
/*auto start button*/
.bx-auto .start {
	background: url(../images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}
/*auto stop button*/
.bx-auto .stop {
	background: url(../images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}
/*
 * End color scheme styles
 */
/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}
/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}
/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}
/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
}

/* slogan */
.slogan {
  display: block;
  width: 100%;
  text-align: center;
}
.slogan h3 {
  line-height: 36px;
  margin-bottom: 5px;
}
.slogan h3 span {
  color: #019808;
}
.slogan p {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #8d8d8d;
  margin-bottom: 0;
  line-height: 21px;
}
p.intro {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.video-block {
  float: left;
  width: 620px;
}
.text-block {
  float: left;
  width: 260px;
  margin: 30px;
}
#slideshow object {
  z-index: 102;
}

#middlebox {
  margin: 10px 0;
}
/* Content */
#content{
  float: left;
}
#maincontent {
  width: 695px;
  padding-right: 5px;
}
#maincontent-full {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.heading-block,
.heading-block-footer {
  margin: 30px 0;
  background: url(../images/line-divider.jpg) 50% 50% repeat-x;
}
.heading-block-footer {
  margin: 0 0 20px 0;
}
.heading-block span,
.heading-block-footer span{
  background: #ffffff;
  padding-right: 5px;
  color: #333333;
}
.heading-block-footer span{
  background: #66ff33;
  color: #000;
}
.page-heading {
  margin: 10px auto 30px auto;
  width: 940px;
  height: 300px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.page-heading img {
  position: absolute;
}
.page-heading .heading-text {
  padding: 15px;
  width: 260px;
  position: relative;
  left: 0;
  top: 44px;
  background-color: transparent;
  background-image: url(../images/transparent.png);
  background-repeat:  repeat;
}
.page-heading .heading-text h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: normal;
}
.page-heading .heading-text p {
  color: #a9a9a9;
  margin-bottom: 0;
  line-height: 18px;
}
.breadcrumbs {
  display: block;
  text-align: left;
  margin-top: 15px;
  float: right;
  z-index: 2;
  position: relative;
  bottom: -77px;
}
.breadcrumbs span {
  margin-right: 5px;
}
/* Portfolio */

/* Portfolio Category Filter */

#filter {
  float: left;
  width: 100%;
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}
#filter li {
  float: left;
  display: block;
  text-align: center;
	color: #a1a2a2;
	font-weight: bold;
	margin: 5px 10px;
}
#filter li a {
	color: #a1a2a2;
  text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
}
#filter li a:hover,
#filter li a.current,
#filter li.current a,
#filter li.current-cat a {
	color: #72a200;
	text-decoration: none;
}

.portfolio-4col {
  margin: 20px 0;
}
.portfolio-4col li {
  width: 220px;
  float: left;
  margin-right: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.portfolio-4col li:hover {
  background: #eeeeee;
}
.portfolio-4col li.nomargin,
.portfolio-4col.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}
.nobottommargin {
  margin-bottom: 0;
}
.notopmargin {
  margin-top: 0;
}
.portfolio-4col li.last {
  margin-right: 0;
  float: right;
}
.portfolio-4col li p {
  margin-bottom: 0;
  line-height: 18px;
}
.pf-desc {
  padding: 10px 10px 15px 10px;
}
.pf-desc p {
  color: #7d7d7d;
}
.portfolio-1col {
  margin: 20px 0 0 0;
}
.portfolio-1col li {
  border-bottom: 1px solid #dedede;
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 30px;
  float: left;
}
.pf-blockimg {
  float: left;
  width: 600px;
  margin-right: 30px;
}
.pf-blocktext {
  float: left;
  width: 310px;
}
.portfolio-1col li .checklist {
  margin: 0;
  padding: 0;
}
.portfolio-1col li .checklist li {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 5px;
}
.zoom {
  background: url(../images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(../images/play.png) 50% 50% no-repeat;
}
.random-portfolio {
  margin: 30px 0;
}

/* Pagination  */
.pagination {
  clear:both;
  left: 35%;
  position:relative;
  font-size:12px;
  line-height:13px;
  margin-bottom: 20px;
  float: left;
}
 .pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 10px 2px 0;
  padding: 8px 10px;
  text-decoration:none;
  width:auto;
  color:#7d7d7d;
  border: 1px solid #dedede;
}
 .pagination a:hover{
  color:#ffffff;
  background: #ffb900;
}
.pagination .current{
  background: #ffb900;
  color:#ffffff;
}

/* Post */
.bloglist {

}
.bloglist li {
  margin: 0 0 30px 0;
  width: 100%;
  border-bottom: 1px dashed #dedede;
}
.bloglist li h2 a {
   color: #616166;
}
.bloglist li h3 a:hover {
   color: #7d7d7d;
}
.bloglist li img {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 70px;
}
.metapost {
  font-size: 11px;
  width: auto;
  margin-bottom: 10px;
}
span.readmore {
}
.listpost {
  display: block;
}
.listpost li {
  margin: 0;
  padding: 0;
  clear: both;
  float: left;
}
.postthumb {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.sidebox .listpost li {
  margin: 5px 0;
  padding-bottom: 8px;
  width: 100%;
  background: none;
  padding-left: 0;
}
.listpost li p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
}

/* Author Box */
#authorbox {
  background: #fafafa;
  border: 1px solid #dedede;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#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: 480px;
}
#authorbox .detail p {
  margin-bottom: 0;
}

/* Comment List */
#comments {
  margin: 30px 0;
}
#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
  display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #eee;
}
.titlecomment {
	width: 673px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h4 {
	color: #333;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 11px;
	color: #7d7d7d;
}
#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: #7d7d7d;
  margin-bottom: 10px;
}
.leftcomment {
  width: 285px;
  float: left;
}
.comment-input {
  color: #7d7d7d;
  padding: 7px;
  display: block;
  text-align: left;
  height: 19px;
  width: 250px;
  border: 1px solid #eaeaea;
  margin-bottom: 12px;
}
.comment-textarea {
  color: #7d7d7d;
  padding: 7px;
  display: block;
  text-align: left;
  height: 160px;
  width: 393px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.comment-submit {
  display: block;
  float: right;
  background: url(../images/comment-submit.png) no-repeat;
  color: #d4d4d4;
  border: none;
  width: 106px;
  height: 32px;
  padding: 3px 5px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.comment-heading {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.block-img {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.block-text {
  width: 380px;
  float: left;
}

/* ----------------------- CONTACT PAGE -----------------------*/
/* Contact Form */

#maincontactform {
  margin: 20px 10px;
}
#maincontactform label {
  font-size: 12px;
  color: #676767;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}
.textfield {
  margin-bottom: 10px;
  padding: 5px;
  color: #676767;
  width: 400px;
  height: 22px;
  border: 1px solid #676767;
  clear: both;
  float: left;
}
.textarea {
  padding: 5px;
  color: #7d7d7d;
  width: 400px;
  height: 150px;
  border: 1px solid #676767;
  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: left;
  padding-bottom: 15px;
}

/* Contact Address */
.contactinfo {
}
.contactinfo li {
  clear: both;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #676767;
  font-size: 12px;
  line-height: 18px;
}
#map {
  width: 440px;
  height: 246px;
}
.gmap_marker {
  font-size: 12px;
  line-height: 18px;
}

/* Sidebar */
#sidebar{
  min-height: 660px;
  background: url(../images/sidebar.png) left top repeat-y;
}
.sidebox {
  padding: 0 0 0 25px;
  margin-bottom: 30px;
}
.sidebox ul {

}
.sidebox ul li {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #eeeeee;
  background: url(../images/item.png) 0 0 no-repeat;
}
.sidebox h4 {
  margin-bottom: 20px;
}
.featureslist {
  margin: 20px 0px;
}
.featureslist li {
  clear: both;
  margin: 0;
  padding-bottom: 0;
}
.featureslist li p {
}
.featureslist li h4 {
  margin-bottom: 5px;
}
.featureslist li img {
  margin-bottom: 40px;
}

.serviceslist {
}
.serviceslist li {
  width: 330px;
  float: left;
  margin-right: 10px;
}
.serviceslist li.last {
  margin-right: 0;
  float: right;
}
.serviceslist li img {
  margin-bottom: 30px;
}
p.testitext {
  font-size: 13px;
  background: url(../images/bigquote.png) top right no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #8d8d8d;
  margin-bottom: 10px;
}
.testiname {
  display: block;
  font-size: 12px;
  font-family: arial, verdana, tahoma, helvetica;
  text-align: right;
  font-weight: bold;
}
.blocktestitext {
  margin-bottom: 10px;
  width: 560px;
  float: right;
  margin-right: 0;
}
.blocktestitext p {
  font-size: 13px;
  background:  url(../images/bigquote.png) 98% 10px no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #8d8d8d;
}
.testilist {
  float: left;
  margin-bottom: 20px;
}
.teamblock {
  width: 418px;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}
.teamblock p {
  margin-bottom: 0;
}
.teamblock h4,
.testilist h4 {
   color: #efad00;
}
.searchbox {
  width: 194px;
  height: 28px;
  border: 1px solid #dedede;
  font-size: 12px;
}
.search-field {
  padding: 5px;
  height: 18px;
  width: 150px;
  float: left;
  border: none;
  color: #7d7d7d;
}
.search-btn {
  background: url(../images/searchbtn.png) center center no-repeat;
  height: 28px;
  width: 32px;
  float: left;
  border: none;
  cursor: pointer;
}

/* Pricing Table */
.pricing-wrapper {
  width: 100%;
  margin: 80px 0 30px 0;
  float: left;
}
.pricing-box {
  width: 198px;
  float: left;
  margin: 0 10px;
  position: relative;
}
.pricing-3col {
  width : 272px;
}
.pricing-5col {
  width : 155px;
}
.pricing-box-last {
  float:  right;
  margin-right: 0;
}
.pricing-featured {
  margin-top: -60px;
  padding: 30px 30px 10px 30px;
  border: 1px solid #dedede;
  background: #ffffff url(../images/bgpricing.jpg) bottom repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.featured-ribbon {
  position: absolute;
  top:  -5px;
  right: 10px;
  background: url(../images/featured-ribbon.png) top center;
  width: 35px;
  height: 97px;
}
.pricing-box .pricing {
  left: 20%;
  position: relative;
  width: 73px;
  height: 76px;
  padding: 20px;
  background: url(../images/circlebtn.png) no-repeat;
  display: block;
  text-align: center;
}
.pricing-3col .pricing {
  left: 30%;
}
.pricing-5col .pricing {
  left: 15%;
}
.pricing-featured .pricing {
  margin-bottom: 10px;
}
.pricing-box .pricing span {
  color: #b14800;
  font-family: arial, verdana, tahoma, helvetica;
  font-size: 11px;
  text-shadow: #ffc9a5 0 1px 1px;
}
.pricing-box .pricing span.start {
  clear: both;
  margin-bottom: 5px;
}
.pricing-box .pricing span.price {
  clear: both;
  font-size: 48px;
  font-weight: bold;
  font-family: arial, verdana, tahoma, helvetica;
}
.pricing-box .pricing span.price small {
  padding-top: 20px;
  font-size: 16px;
  vertical-align: top;
  font-weight: bold;
  font-family: arial, verdana, tahoma, helvetica;
}
.pricing span.cycle {
  clear: both;
}
.features-box .starlist li {
  border-bottom: 1px solid #dedede;
}
.pricing-featured .addmargin li {
  margin: 15px 0;
  padding-bottom: 15px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #dedede;
}
.pricing-box .pricing-button {
  position: relative;
  left: 22%;
  display: block;
  text-align: center;
}
.pricing-3col .pricing-button {
  left: 30%;
}
.pricing-5col .pricing-button {
  left: 18%;
}
/* Footer */
#footer-wrapper {
  margin-top: 30px;
  padding: 30px 0 0 0;
  height: auto;
  background: #66ff33 url(../images/pattern/minimalist3.png) repeat;
  border-top: 4px solid #66ff33;
}
.footerbox h4 {
  margin-bottom: 20px;
  color: #000;
}
.footerbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerbox ul li {
  font-size: 12px;
  margin: 8px 0;
  padding-bottom: 8px;
  padding-left: 20px;
  background: url(../images/bullet-white.png) 0 0 no-repeat;
  color: #676767;
}
.footerbox .listpost li {
  background: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.footerbox .listpost li a {
  color: #000;
}
.footerbox a,
.footerbox p {
  color: #000;
}
.footerbox a:hover {
  color: #676767;
}
.footerbox h5 {
  color: #000;
  margin-bottom: 15px;
}
.footer-bottom {
  margin-top: 10px;
  height: 20px;
  padding: 15px 0 ;
  background: #ffffff;
  border-top: 4px solid #66ff33;
}
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links ul li {
  float: left;
  margin: 0 5px 0 0;
}
.copyright {
  text-align: right;
}

#poweredby {
  float: left;
}
#poweredby ul {
  margin: 0;
  padding: 0;
}
#poweredby ul li {
  float: left;
  margin:0 10px;
  display: inline;
}
.shadow-divider {
  margin-bottom: 10px;
  width: 940px;
  display: block;
  padding: 20px 0 0 0;
  background: url(../images/shadow-divider.png) top center no-repeat;
  clear: both;
}


/* HEADER CTA */
p.cta-mh a, p.cta-mh a:link, p.cta-mh a:visited {
  text-align: center; padding: 1em; text-transform: uppercase; font-weight: bold;
  display: block; clear:both; background: #000 !important; color: #fff !important; }
