/*-------------------------------------------------------------------------------------------------------------------*/
@import url('reset.css');
/*--General--*/

/*
font-family: 'Dosis', sans-serif;
font-family: 'Economica', sans-serif;
font-family: 'Handlee', cursive;
font-family: 'Oxygen', sans-serif;
'Open Sans Condensed',sans-serif
*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	display: table;
}
body {
	font: 17px 'Open Sans Condensed',sans-serif;
	color: #C0C0C0;
	width: 100%;
	background: #ececec url(../images/dot.jpg) repeat;
	-webkit-text-stroke: 0.001px transparent;
}/*url(../images/body_bg.png) top repeat-x*/

/*--formatting--*/
::selection {
 background: #FECE02;/* Safari */
 color: #fff;
}
::-moz-selection {
 background: #FECE02; /* Firefox */
 color: #fff;
}
a {
	color: #ffcf03;
	outline-style: none;
	text-decoration: none;
}

h4 a {
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}
h2.pagetitle {
	font-family: Marvel, Tahoma, sans-serif;
	font-size:  22px;
	padding: 2px 0;
	text-align: center;
	margin: 10px 0 10px 0px;
	color: #333333;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: Marvel, Tahoma, sans-serif;
}
blockquote p {
	font-style: italic;
}
blockquote {
	font-size:12px;
	/*color: #737272;*/
	font-style:italic;
	line-height:22px;
	background:url(../images/quote.png) no-repeat top left;
	padding:0 50px 0 50px;
	margin:10px 0 10px 50px;
	min-height: 30px;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
}
ul li {
	padding-bottom: 5px;
}
ul li ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
.slogan_title {
	font-size: 38px;
	text-decoration: none;
	line-height: 38px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Marvel, Tahoma, sans-serif;
	font-weight: normal;
	color: #FECE02;
	padding-bottom: 10px;
	line-height: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
}
.styled_title {
	width: 100%;
/*	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
*/	padding: 0;
	margin-bottom: 20px;
	color: #1c1c1c;
/*	background: #fbfbfb;
*/}
.styled_title span {
	background: #ffcf03;
	padding: 0 10px;
}
#content .h4small {
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
}
.h2normal {
	padding: 0 0 10px 0;
}
.bordered_image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img.alignleft {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
img.alignleft:hover {
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
img.alignright:hover {
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
img.aligncenter:hover {
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
	line-height:1%;
	font-size:0px;
}
* html .clear {
	height:auto
}
/*--wrapper--*/

#wrapper {
	width: 980px;
	margin: -31px auto 0;
	display: table;
	position: relative;
	z-index: 1;
	background: url(../images/content_bg.png) repeat-y top;
	z-index: 2;
	padding: 50px 0 20px;
}

.wrapper_margin {
	margin: 0px auto 0 !important;
}
/*--header--*/
.header_bg {
	width: 100%;
	min-height:195px
}
#header {
	width: 940px;
	z-index: 10;
	position: relative;
	padding: 0;
	margin: 0 auto 0;
	height: 220px;
	background: url(../images/header_bg.png) top center no-repeat;
}
.header_shadow {
	background: url(../images/slider_shadow.png) no-repeat top center;
	width: 940px;
	height: 32px;
	margin: -31px auto 0;
	z-index: 3;
	position: relative;
}
.full_width_title {
	width: 940px;
	background: #fff;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
}
.full_width_title_content {
	width: 940px;
	margin: 0 auto;
	display: table;
}
.full_width_title_bg {
	width: 940px;
	margin: 0 auto;
	display: table;
}
.full_width_title_content h3 {
	font-size: 26px;
	margin: 10px 0 10px;
	float: left;
	padding-right: 10px;
}
.homepage_post p {
	line-height: 20px;
}
/*--logo--*/

#site_title {
	font-size: 28px;
	font-family: Marvel, Tahoma, sans-serif;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 3;
	padding: 0;
	text-transform: uppercase;
}
#site_title a {
	color: #564a42;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
}
#site_title a:hover {
	color: #1c1c1c;
}
#site_title img {
	border: none;
}
#site_title .text_logo {
	line-height: 35px;
	float: left;
}
.site_desc {
	float: left;
	font-size: 16px;
	padding: 10px 0 0 10px;
}
/*--homepage social--*/
.homepage_social {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	height: 25px;
	margin-bottom: 15px;
}
.homepage_social ul {
	list-style: none;
}
.homepage_social ul li {
	display: inline block;
	float: left;
	font-family: Marvel, Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.homepage_social ul li a {
	color: #1c1c1c;
}
.homepage_social ul li a:hover {
	color: #1c1c1c;
}
.homepage_social_twitter {
	background: url(../images/tweets_quote.png) no-repeat right;
	margin-right: 10px;
	padding: 0 35px 0 0;
}
.homepage_social_facebook {
	background: url(../images/social_facebook_bw.png) no-repeat right;
	margin-right: 10px;
	padding: 0 30px 0 0;
}
.homepage_social_rss span {
	float: left;
	color: #1c1c1c;
}
.homepage_social_rss form {
	float: left;
}
.homepage_social_rss input.feedburner_input {
	border: 1px solid #e5e5e5;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 25px;
	margin: 0 0 0 10px;
	position: relative;
	float: left;
	padding-left: 5px;
	color: #888;
}
.homepage_social_rss input.feedburner_submit {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ffcf03;
	height: 26px;
	border: 1px solid #736357;
	border: none;
	margin: 0;
	float: left;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 5px;
	cursor: pointer;
}
/*--subscribe icons--*/

.subscribe {
	position: relative;
	float: right;
}
.subscribe ul {
	list-style: none;
}
.subscribe ul li {
	float: left;
	margin: 0 0 0 10px;
}
.subscribe ul li a {
	width: 21px;
	height: 25px;
	background: url(../images/subscribe.png) no-repeat;
	text-indent: -9999em;
	display: block;
}
.subscribe ul li.subscribe_twitter a {
	background-position: 0px 0px;
}
.subscribe ul li.subscribe_twitter a:hover {
	background-position: 0px -25px;
}
.subscribe ul li.subscribe_facebook a {
	background-position: -29px 0px;
}
.subscribe ul li.subscribe_facebook a:hover {
	background-position: -29px -25px;
}
.subscribe ul li.subscribe_dribble a {
	background-position: -58px 0px;
}
.subscribe ul li.subscribe_dribble a:hover {
	background-position: -58px -25px;
}
.subscribe ul li.subscribe_email a {
	background-position: -87px 0px;
}
.subscribe ul li.subscribe_email a:hover {
	background-position: -87px -25px;
}
/*-- pages menu --*/
/* MENU */

/*** ESSENTIAL STYLES ***/
.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:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	background:#ffcf03;
}
.sf-menu li {
	float:			left;
	position:		relative;
	height:         144px;
	width:105px;
	text-align:center;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* 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:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** SKIN ***/

.sf-menu {
	position: absolute;
	/*top: 75px;*/
	right: 0px;
}
.sf-menu a {
	padding: 8px;
	font-size: 12px;
	position: relative;
	padding-top:120px;
	display: block;
	font-weight:bold;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #7b7b7b;
	text-transform: capitalize;
/*	background: #0e0c0b;
	border-bottom: 1px solid #0e0c0b;
*/}
.sf-menu li {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
}
.sf-menu li a:hover {
	color: #252525;
	font-weight:bold;
	text-decoration: none;
	background: #ffcf03;
	/*border-bottom: 1px solid #9f7a1b;*/
}
#header .current-menu-item a {
	color: #252525;
	font-weight:bold;
	background: #ffcf03;
	padding-top:120px;
	/*border-bottom: 1px solid #9f7a1b;*/
}
#header .homeicon a:hover {
	background: #ffcf03 url(../images/homeicon.png) no-repeat center;
	color: #252525;
}
/* dropdown active */
.sf-menu li.sfHover a {
	color: #1c1c1c;
	background: #ffcf03;
	display: block;
	/*border-bottom: 1px solid #9f7a1b;*/
}
/* SUBMENU 1 */

.sf-menu li ul {
	padding: 5px 0 10px;
	margin: 10px 0 0;
	background: #1c1c1c;
	width: 180px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sf-menu li li {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	width: 180px;
	background: url(../images/dropdown_bg.png) repeat-x bottom;
}
.sf-menu li li:first-child {
	border: none;
}
.sf-menu li li:last-child {
}
#header .sf-menu li ul li a {
	color: #b58c1b;
	padding: 10px;
	font-size: 14px;
	font-family: Marvel, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
	background: none;
	border: none;
}
#header .sf-menu li ul li a:hover {
	color: #ffcf03;
}
#header .sf-menu li ul li:first-child a:hover {
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	margin: 20px 0 0 55px;
}
#header .sf-menu li li ul li:first-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
#header .sf-menu li li li a {
	background: none;
	color: #7c6119;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #736357;
	outline: 0;
	background: #ffcf03;
}
/* level 2 a active */
#header .sf-menu li li.sfHover a {
	color: #ffcf03;
}
/* level 3 a color */
#header .sf-menu li li.sfHover li a {
	color: #b58c1b;
}
/* level 3 a hover color */
#header .sf-menu li li.sfHover li a:hover {
	color: #ffcf03;
}
#header .sf-menu li li.sfHover li:first-child a:hover {
}
.sf-menu li li .sf-with-ul {
	border: none;
}
.sf-menu li li.sfHover .sf-with-ul {
	border: none;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	margin-right: 0;
}
.sf-with-ul {
	padding-right: 10px;
}
.sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			3px;
	top:			1.05em; /* IE6 only */
	width:			9px;
	height:			6px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
#header .sf-menu li ul li .sf-sub-indicator {
	background:		url(../images/sub_menu_indicator.png) no-repeat 0 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	right:			5px;
	top: 10px;
	width: 8px;
	height: 7px;
}
#header .sf-menu li ul li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 15px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			17px;
}
/* apply hovers to modern browsers */
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 {
	background:		url(../images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
	display: none;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
}
.sf-menu ul a > .sf-sub-indicator {
}
/* apply hovers to modern browsers */
#header .sf-menu ul a:focus > .sf-sub-indicator, #header .sf-menu ul a:hover > .sf-sub-indicator, #header .sf-menu ul a:active > .sf-sub-indicator, #header .sf-menu ul li:hover > a > .sf-sub-indicator, #header .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	/* arrow hovers for modern browsers*/
	background:		url(../images/sub_menu_indicator.png) no-repeat 0 0;
}
/* footer menu */
.footer_menu {
	float: right;
}
.footer_menu ul {
	list-style: none;
}
.footer_menu ul li {
	float: left;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	background: url(../images/footer_menu.png) no-repeat right;
	padding: 0 10px;
}
.footer_menu ul li:last-child {
	background: none;
}
/*--container--*/
#content {
	width: 900px;
	position: relative;
	z-index: 200;
	margin: 0 auto;
	padding: 0;
}
#borderless_content {
	width: 900px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#full_width_page_content {
	width: 900px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0 auto;
}
#full_width_page_content p {
	line-height: 20px;
	text-align:justify;
}
/*-- homepage --*/
.intro_text {
	color: #1c1c1c;
	position: relative;
	margin-bottom: 20px;
}
.intro_text h2 {
	color: #1c1c1c;
	font-family: Georgia, Arial, Verdana;
	font-style: italic;
	text-align: center;
}
.intro_text a:hover {
	text-decoration: underline;
}
.image_separator {
	clear: both;
	position: relative;
	width: 940px;
	height: 18px;
	background: url(../images/separator.png) no-repeat;
	margin-bottom: 10px;
}
/*-- latest post shortcode --*/

.latest_posts_shortcode {
	position: relative;
}
.latest_posts_shortcode h3 {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	line-height: 20px;
	padding: 0 0 4px;
	margin-bottom: 20px;
	color: #1c1c1c;
	background: #fbfbfb;
}
.latest_posts_shortcode h3 span {
	background: #ffcf03;
	padding: 0 10px;
}
.latest_posts_shortcode .post_date {
	background: #ffcf03;
	color: #1c1c1c;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 13px;
	padding: 0 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
}
.latest_posts_shortcode .post_comments {
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 13px;
	color: #1c1c1c;
	text-transform: uppercase;
	padding: 0 5px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	float: left;
}
.post_day {
	width: 70px;
	height: 50px;
	background: url(../images/day_bg.png);
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 60px;
	display: block;
	padding: 30px 0 0;
	color: #f2e5a9;
}
.post_month {
	font-size: 14px;
	font-family: Marvel, Tahoma, sans-serif;
	color: #ffffff;
	background: url(../images/month_bg.png) no-repeat;
	width: 70px;
	display: block;
}
.latest_posts_shortcode_content {
	width: 335px;
	float: left;
	padding: 0 0 0 20px;
}
.latest_posts_shortcode ul {
	list-style: none;
	position: relative;
	margin-left: -20px;
}
.latest_posts_shortcode li {
	width: 585px;
	float: left;
	padding-left: 20px;
	margin-bottom: 30px;
}
.latest_posts_shortcode li:last-child {
	padding-right: 0;
}
.latest_posts_shortcode li h3 {
	font-size: 18px;
	text-transform: uppercase;
}
.latest_posts_shortcode li h3 a {
	color: #1c1c1c;
}
#wrapper .latest_posts_shortcode_content h3 {
	padding: 5px;
	margin-bottom: 15px;
}
.latest_posts_shortcode li h3 a:hover {
	text-decoration: underline;
}
.latest_posts_shortcode li img {
	background: #e3e3e3;
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
#wrapper .latest_posts_shortcode li p {
	padding: 0;
	float: left;
	margin-bottom: 10px;
}
.hpage_thumb_shadow {
	width: 220px;
	height: 205px;
	background: url(../images/hpage_thumb_shadow.png) no-repeat bottom center;
	margin-bottom: 5px;
	float: left;
}
/*-- recent projects --*/
.recent_projects {
	width: 860px;
	margin: 0;
	padding: 0;
	position: relative;
	display: table;
}
.recent_projects ul {
}
.recent_projects ul li {
	list-style: none;
}
.recent_projects ul li img {
}
#wrapper .recent_projects h3 {
	float: left;
	line-height: normal;
}
.title_line {
	background: url(../images/title_line.png) repeat-x 0px 18px;
	width: 940px;
	position: relative;
	display: table;
	margin-bottom: 30px;
}
.recent_projects_text {
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
	font-size: 12px;
}
.thumb_overlay {
	width:188px;
	height:138px;
	float:left;
	overflow:hidden;
	position: relative;
	z-index: 2;
}
.thumb_overlay .thumb_caption {
	width:188px;
	height:138px;
	background: url(../images/thumb_caption_projects.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.thumb_overlay .thumb_caption a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 188px;
	height: 138px;
}
.thumb_overlay img {
	/* allow javascript moves the img position*/
	position:absolute;
}
.recent_project_loader {
	padding: 0;
	width: 188px;
	height: 138px;
	position: relative;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
	margin: 1px 0 0 1px;
}
.recent_project_loader img {
}
/*-- custom text --*/

.custom_text {
	width: 938px;
	font-family: Georgia, Verdana, serif;
	font-size: 18px;
	color: #a5a5a5;
	font-style: italic;
	background: #fff url(../images/custom_text_bg.png) repeat-x top;
	display: table;
	margin: 0 0 50px;
	padding: 10px 0;
	line-height: 22px;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
	border: 1px solid rgb(215, 215, 215);
	border: 1px solid rgba(255, 255, 255, 1);
}
#borderless_content .custom_text p {
	padding: 0 30px;
	margin: 0;
}
.custom_text span {
	font-size: 14px;
	color: #343434;
}
/*-- recent blog --*/

.recent_blog {
	width: 940px;
	position: relative;
	display: table;
	margin-bottom: 20px;
}
.recent_blog ul {
	list-style: none;
	margin-left: -20px;
}
.recent_blog h3 {
	margin-left: 20px;
	padding: 0 10px;
	background: #fff;
	float: left;
}
#borderless_content .recent_blog ul li h3 a {
	font-size: 13px;
	color: #333;
	padding: 0 0 10px 0;
	text-transform: capitalize;
	line-height: 18px;
	float: none;
}
#borderless_content .recent_blog ul li h3 {
	margin: 30px 0 10px;
	float: none;
}
#borderless_content .recent_blog ul li h3 a:hover {
	color:	#666;
}
.blog_post_date {
	background: url(../images/calendar_icon_homepage.png) no-repeat left;
	padding-left: 15px;
}
.recent_blog ul li {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	font-size: 12px;
}
.recent_blog ul li span {
	font-size: 11px;
	color: #999999;
}
.recent_blog ul li img {
	padding: 4px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	margin: 10px 0 0;
}
.recent_blog .excerpt {
	line-height: 20px;
	color: #666;
}
/*-- post --*/

.post_title a {
	color: #1c1c1c;
	line-height: 22px;
}
.post_title a:hover {
	text-decoration: underline;
	color: #1c1c1c;
}
.read_more {
    border: 0 none;
    color: #FECE02 !important;
    cursor: pointer;
    display: inline-block;
    font-family: Marvel,Tahoma,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0 10px 0 0;
    text-decoration: none !important;
    text-transform: uppercase;
}
.read_more span {
	text-decoration:none !important;
	display:block;
	padding: 0 5px 0 8px;
	line-height: 18px;
}
.read_more span:hover {
    color: #fff;
}
/*.read_more:hover {
	background: #fff url(../images/read_more.png) no-repeat 95% -28px;
}*/
.read_more_news {
	font-family: Tahoma, Arial, sans-serif;
	cursor: pointer;
	color: #fa4101;
	background: url(../images/arrow_more.png) no-repeat right 5px;
	padding-right: 15px;
}
/* blog page */
.blog_page_post {
	line-height: 20px;
	margin: 0 0 30px 0;
	float: left;
	padding: 0 0 30px;
	width: 570px;
	background: url(../images/single_post_bg.png) repeat-x bottom;
}
.blog_page_loader {
	background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
	width: 230px;
	height: 199px;
	float: left;
}
.blog_thumb {
	width: 220px;
	height: 199px;
	background: url(../images/hpage_thumb_shadow.png) no-repeat bottom;
}
.blog_thumb img {
	background: #e3e3e3;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
}
.blog_excerpt {
	float: right;
	width: 330px;
}
.blog_excerpt_full {
}
#wrapper .blog_excerpt h2, #wrapper .blog_excerpt_full h2 {
	font-size: 20px;
	margin: 0 0 10px;
	text-transform: uppercase;
	display: block;
	background: #fafafa;
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.blog_excerpt h2 a, .blog_excerpt_full h2 a {
	color: #1c1c1c;
}
.blog_excerpt h2 a:hover, .blog_excerpt_full h2 a:hover {
	color: #ffcf03;
}
#wrapper .blog_excerpt p {
	padding: 0;
}
/* blog page meta */
.blog_page_meta {
	font-family: Marvel, Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
	color: #1c1c1c;
}
.blog_page_meta .post_date {
	background: #ffcf03;
	padding: 0 5px;
	margin-right: 10px;
}
.blog_page_meta .post_comments {
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding: 0 5px;
	margin-right: 10px;
}
.blog_page_meta .post_comments a {
	color: #1c1c1c;
}
.blog_page_meta .post_author {
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding: 0 5px;
}
.read_more_fb_twitter {
	margin: 15px 0 0;
}
.read_more_fb_twitter .twitter-root {
	margin: 0 0 0 5px;
}
.fb-like {
	float: left;
	overflow: hidden;
}
.twitter-root {
	float: left;
	margin-right: 30px;
}
/* single post meta */
.single_post_meta {
	width: 569px;
	background: #fbfbfb;
	margin: 0 0 20px;
	font-family: Marvel, Tahoma, sans-serif;
	color: #1c1c1c;
	text-transform: uppercase;
	font-size: 15px;
	height: 39px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	line-height: 39px;
	position: relative;
}
.single_post_meta a {
	color: #1c1c1c;
}
.single_post_meta .post_date {
	background: #ffcf03;
	margin-right: 20px;
	display: block;
	float: left;
	padding: 0 10px;
}
.single_post_meta .post_comments {
	background: #fff;
	margin-right: 20px;
	display: block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #efefef;
}
.single_post_meta .post_author {
	background: #fff;
	display: block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #efefef;
}
.single_post_meta .twitter-root {
	margin: 10px 0 0;
	float: right;
}
.single_post_meta .fb-like {
	float: right;
	margin: 10px 0 0;
	position: relative;
}
/*--single post--*/
.share_this {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
	float: left;
	width: 100%;
	margin-top: 15px;
}
/*-- author box --*/
#authorarea {
	background: #fbfbfb;
	padding: 20px;
	width:529px;
	overflow:hidden;
	color: #333;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
#authorarea h3 {
	font-size: 18px;
	color:#1c1c1c;
	margin:0;
	padding: 0 10px 5px 10px;
	text-transform: uppercase;
}
#authorarea h3 span {
	background: #ffcf03;
	padding: 0 10px;
}
#authorarea h3 a {
	text-decoration:none;
	color: #1c1c1c;
}
#authorarea img {
	margin:0;
	padding:0;
	float:left;
	width: 100px;
	height: 100px;
}
#authorarea p {
	color:#979797;
	margin:0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 16px;
}
#authorarea p a {
	color:#333;
}
.authorinfo {
	padding-left:120px;
}
.next_prev_links {
	width: 529px;
	margin: 0 0 30px;
	background: #fbfbfb;
	float: left;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 14px;
	position: relative;
}
.next_prev_links a {
	color: #1c1c1c;
}
.next_prev_links a:hover {
	color: #969696;
}
.next_prev_links .prev_link {
	float: right;
	background: #fff url(../images/next_prev_links.png) no-repeat 5px -16px;
	padding: 4px 15px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	display: block;
	position: relative;
	margin-top: -5px;
}
.next_prev_links .prev_link:hover {
	background: #fff url(../images/next_prev_links.png) no-repeat 5px 12px;
}
.next_prev_links .next_link {
	float: right;
	background: #fff;
	background: #fff url(../images/read_more.png) no-repeat 96% -21px;
	padding: 4px 15px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	display: block;
	position: relative;
	margin-top: -5px;
}
.next_prev_links .next_link:hover {
	background: #fff url(../images/read_more.png) no-repeat 96% 12px;
}
.next_prev_links .post_tags {
	padding: 0;
	margin: 0;
	float: left;
}
.next_prev_links .post_tags a {
	background: #ffcf03;
	padding: 5px 10px;
	color: #1c1c1c;
	margin-right: 3px;
}
.post_content {
	line-height: 20px;
}
.single_post {
	line-height: 20px;
	margin: 0 0 10px 0;
	float: left;
	padding: 0 0 30px;
	width: 570px;
}
.single_post_contact p {
	padding: 0 0 20px;
	line-height: 20px;
}
.single_post img {
	max-width: 570px;
}
.single_post h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 22px;
}
.single_post_loader {
	width: 570px;
	height: 203px;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
	position: relative;
}
.post_thumb {
	width: 570px;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
	height: 203px;
	background: url(../images/post_thumb_shadow.png) no-repeat bottom;
}
.single_post p {
	padding: 15px 0 0;
}
.post_thumb img {
	background: #e3e3e3;
	padding: 5px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}
.single_post ul, .single_post ol {
	list-style-position: inside;
}
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(../images/bg-code.gif);
}
p.metadata {
	padding: 0;
	color: #848484;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	margin: 0;
}
.error-page {
	padding-bottom: 200px;
	float: left;
}
.error-page a {
	text-indent: -9999em;
	display: block;
	width: 520px;
	height:250px;
	background: url(../images/404.png) no-repeat;
	margin: 0;
	padding-bottom: 20px;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 30px Marvel, Verdana, sans-serif;
	margin-top: 20px;
	color: #fa4101;
}
.no-posts img {
	margin-top: 40px;
}
/* related posts */
.related_posts {
	width: 570px;
	position: relative;
	float: left;
	margin: 0 0 20px;
}
.related_posts ul {
	margin-left: -20px;
	list-style: none;
}
.related_posts ul li {
	float: left;
	width: 127px;
	margin: 0 0 0 20px;
}
#wrapper .related_posts h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#wrapper .related_posts h3 span {
	background: #ffcf03;
	padding: 0 10px;
}
#wrapper .related_posts h3 a {
	color: #979797;
}
#wrapper .related_content h3 {
	text-decoration: none;
	width: 127px;
	font-size: 16px;
	word-spacing: 1px;
	letter-spacing: 0.3px;
	margin: 5px 0 0 0;
}
#wrapper .related_content h3 a:hover {
	color: #1c1c1c;
}
.related_thumb {
	width: 127px;
	height: 130px;
	background: url(../images/related_bg.png) no-repeat bottom center;
}
.related_thumb img {
	padding: 4px;
	background: #e3e3e3;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.facebook_comments_title {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.facebook_comments_title span {
	background: #ffcf03;
	padding: 0 10px;
}
/* page & single page */

.single_page {
	width: 520px;
}
.single_page p {
	padding: 0 0 20px 0;
}
.full_width_page {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}
.full_width_page p {
	margin: 0 0 20px 0;
	text-align:justify;
}
.full_width_page_borderless p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
.intro_section {
	padding: 0;
	width: 100%;
	margin: 0 0 10px;
	background: url(../images/intro_section_bg_up.png) repeat-x top;
	padding: 15px 0 0;
}
.intro_section_content {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
}
.intro_section_bg_bottom {
	background: url(../images/intro_section_bg_bottom.png) repeat-x bottom;
	width: 100%;
	display: table;
}
.h2page {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.page_title_bg {
	width: 860px;
	display: table;
	padding: 20px 0 0;
	margin: 0 0 20px;
}
.page_title {
	padding: 0 0 25px;
	font-size: 24px;
	font-family: Marvel, Arial, sans-serif;
	margin: 0;
	float: left;
	padding: 0 0 20px;
}
.page_title_bg_bottom {
	width: 860px;
	display: table;
	background: url(../images/intro_text_bg.png) repeat-x bottom;
}
.page_titles {
	width: 100%;
	padding: 0;
	margin: 0 0 31px;
	height: 83px;
	background: #1c1c1c;
}
.page_titles_content {
	width: 940px;
	margin: 0 auto;
	position: static;
	display: table;
	height: 83px;
}
.page_titles_content > div {
	display: table-cell;
	position: static;
	vertical-align: middle;
	width: 50%;
}
.page_titles_content div div {
	position: relative;
	top: -50%;
}
.page_titles h2 {
	font-size: 2.5em;
	padding: 0;
	color: #ffcf03;
	text-transform: uppercase;
	padding: 25px 0 0;
	float: left;
	text-decoration: none;
}
/* portfolio item small */


.small_portfolio {
	position: relative;
	width: 900px;
	float: left;
}
.large_portfolio {
	position: relative;
	z-index: 150;
	float: left;
}
.portfolio_date {
	position: relative;
	margin: -20px 0 0;
}
.portfolio_item_small {
	list-style: none;
	margin-left: -20px;
}
#content .port_margin {
	position: relative;
}
.portfolio_item_small li {
	border-bottom: 1px solid #C3C3C3;
	float: left;
	height: 250px;
	margin: 0 0 25px 20px;
	padding-bottom: 0;
	width: 164px;
}
.portfolio_small_thumb_shadow {
	padding: 0;
	width: 164px;
	height: 164px;
	position: relative;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
}
.portfolio_item_small p {
	padding: 0;
}
.portfolio_item_small h2 {
	font-size: 18px;
	line-height: normal;
	padding: 5px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 164px;
}
.portfolio_item_small h2 a {
	color: #1c1c1c;
}
.portfolio_item_small h2 a:hover {
	text-decoration: underline;
}
.portfolio_img_border {
	background: url(../images/portfolio_small_shadow.png) no-repeat;
	width: 164px;
	height: 176px;
	padding: 0;
}
.port_item_small {
	width: 154px;
	height:154px;
	float:left;
	overflow:hidden;
	position: relative;
	margin: 5px 5px 0;
}
.port_item_small img {
}
.port_item_small .thumb_caption_small_photo {
	width: 154px;
	height:154px;
	background: url(../images/magnifying_glass_small_photo.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_small .thumb_caption_small_video {
	width: 154px;
	height:154px;
	background: url(../images/magnifying_glass_small_video.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_small .thumb_caption_small_photo a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 154px;
	height: 154px;
}
.port_item_small .thumb_caption_small_video a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 154px;
	height: 154px;
}
.port_item_small img {
	/* allow javascript moves the img position*/
	position:absolute;
	border: none;
}
#filterButtons {
	margin: 0 0 20px;
	list-style: none;
	text-transform: capitalize;
	height: 30px;
}
.filterby {
	float: left;
	font-weight: bold;
	color: #999999;
	padding: 0;
}
#filterButtons li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#filterButtons li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#filterButtons li:last-child {
	border: none;
}
#filterButtons li a {
	display: block;
	color: #1c1c1c;
	padding: 5px 10px;
	float: left;
	background: #ffcf03;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#filterButtons li span {
	display: block;
	float: left;
	height: 20px;
	width: 6px;
}
#filterButtons li a:hover {
	background: #fff;
}
#filterButtons .filter_active {
	background: #fff;
}
/* portfolio item large */

.portfolio_item_large {
	list-style: none;
}
.portfolio_item_large li {
	float: left;
	position: relative;
	width: 900px;
	margin: 0 0 30px;
	border-bottom: 1px solid #dedede;
	padding: 10px 0 20px;
}
.portfolio_item_large li:first-child {
	padding-top: 0;
}
.portfolio_large_thumb_shadow {
	padding: 0;
	height: 218px;
	position: relative;
	width: 570px;
	float: left;
	margin: 0 0 20px 0;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
}
.portfolio_desc {
	font-family: Marvel, Tahoma, sans-serif;
	color: #ffcf03;
	font-size: 16px;
}
/* optional: #inner[id] {position: static;} */
.portfolio_img_large_border {
	background: url(../images/portfolio_large_shadow.png) no-repeat;
	width: 570px;
	height: 242px;
	padding: 5px 0 0 5px;
	float: left;
	margin: 0 20px 0 0;
}
.portfolio_item_large p {
	padding: 10px 0 0 0;
	width: 280px;
	float: left;
	line-height: 20px;
}
.portfolio_large_social {
	width: 280px;
	float: left;
	margin: 20px 0 0;
}
.portfolio_item_large h2 {
	padding: 0;
	width: 280px;
	float: left;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.portfolio_item_large h2 a {
	color: #1c1c1c;
}
.portfolio_item_large h2 a:hover {
	text-decoration: underline;
}
.portfolio_item_large h2 span {
	font-size: 13px;
	color: #979797;
	text-transform: capitalize;
}
.port_item_large {
	width:560px;
	height:208px;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}
.port_item_large .thumb_caption_large_photo {
	width:560px;
	height:208px;
	background: url(../images/magnifying_glass_large_photo.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_large .thumb_caption_large_video {
	width:560px;
	height:208px;
	background: url(../images/magnifying_glass_large_video.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_large .thumb_caption_large_photo a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 560px;
	height: 208px;
}
.port_item_large .thumb_caption_large_video a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 560px;
	height: 208px;
}
.port_item_large img {
	/* allow javascript moves the img position*/
	position:absolute;
	border: none;
}
.portfolio_large_border {
	width: 560px;
	height: 208px;
	background: url(../images/thumb_shadow_overlay.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* portfolio single post */
.single_post_portfolio {
	width: 570px;
	margin-bottom: 20px;
}
#wrapper .single_post_portfolio .portfolio_large_thumb_shadow {
	margin-bottom: 40px;
}
/*--sidebar--*/

/*--search--*/

#search {
	margin: 20px 0 0;
	padding: 0;
	width: 270px;
	height: 38px;
}
#header #search {
	padding: 0;
	width: 150px;
	margin: 7px 0 0 10px;
	height: 17px;
	position: relative;
	float: right;
}
.search_form {
	margin: 0;
	padding: 0;
}
#search form {
	display: inline;
}
#search form input#s {
	width: 245px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 35px;
	height: 35px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#search form input#s:focus {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	color: #e3e3e3;
}
#header #search form input#s {
	width: 100px;
	background: url(../images/search_form.png) no-repeat;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 17px;
	height: 17px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border: none;
	border-radius: 0;
}
#search form input#searchsubmit {
	display: none;
}
#header #search form input#searchsubmit {
	width: 25px;
	height: 17px;
	background: url(../images/search_submit.png) no-repeat;
	border: 0;
	margin: 0;
	cursor:pointer;
	float: left;
	display: block;
	text-indent: -9999em;
}
strong.search_excerpt {
	background: yellow;
	padding: 5px;
}
#wrapper .excerpt {
	padding: 15px 0 20px;
}
/* 125x125 Ads */

.ads {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
	width: 260px;
}
.ads img {
	border: none;
	margin: 0;
}
.ads a {
	margin: 0;
	padding: 0;
	display: block;
}
#content .ads li {
	float: left;
	border: none;
	padding: 0;
	margin: 0 5px 5px 0;
}
#footer .footer_wide_widget .ads {
	width: 440px;
}
#footer .ads li {
	width: 125px;
	float: left;
	margin: 0 20px 0 0;
}
/*--comments--*/
#comments {
	width: 570px;
	padding: 0;
}
.comments_title {
	text-transform: uppercase;
}
.comments_title span {
	background: #ffcf03;
	padding: 0 10px;
}
.comment-body {
}
#comments ol li.depth-1 {
	padding: 20px 0 10px 0;
	width: 520px;
	border-left: 1px solid #bdbdbd;
	margin: 0 0 20px 0;
}
#comments ul.children li.depth-2 {
	padding: 0 0 10px 0;
}
#comments ul.children li.depth-2 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ul.children li.depth-3 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
	width: 480px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
}
#comments ol.commentlist li ul.children li.depth-3 {
	width: 460px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
	padding: 0 0 10px 0;
}
ol.commentlist {
	list-style:none;
	margin: 20px 0 0 0;
	padding:0;
	text-indent:0;
}
ol.commentlist-pings {
	list-style:none;
	margin: 0;
	padding: 0;
	text-indent:0;
	padding: 10px;
	background: #f2f2f2;
}
ol.commentlist li {
	margin: 0;
	padding: 0;
	float: left;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment-author-admin p {
}
ol.commentlist li.comment {
	padding: 0;
	margin: 0;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	padding-bottom: 10px;
}
ol.commentlist li div.vcard cite.fn {
	font-weight: bold;
	font-style: normal;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #737272;
}
ol.commentlist li div.vcard cite.fn a:hover.url {
	color: #000;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin: 0 10px 0 10px;
	border: 1px solid #cccccc;
	background: #fff;
	padding: 3px;
}
ol.commentlist li div.vcard img.avatar:hover {
	border: 1px solid #999999;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
	font-style:normal;
	color: #888888;
	font-size: 12px;
	margin: 0;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
}
ol.commentlist li div.comment-meta a {
	color:#ccc;
}
ol.commentlist li p {
	margin: 5px 0 0 0;
	color: #737272;
	overflow: hidden;
	min-height: 30px;
	padding: 0;
}
ol.commentlist li p:hover {
	color: #343434;
}
ol.commentlist li ul {
	list-style:square;
	margin: 0 0 1em 2em;
}
ol.commentlist li ul.children {
	list-style:none;
	margin: 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
#comments ol.commentlist li ul.children li.bypostauthor {
}
#comments ol.commentlist li.bypostauthor {
}
ol.commentlist li ul.children li.bypostauthor p {
}
ol.commentlist li ul.children li p {
	font-weight: normal;
}
ol.commentlist li.bypostauthor p {
	font-weight: normal;
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li.comment-author-admin p {
}
#comments ol.commentlist li p {
	padding: 0 10px 0 5px;
	margin: 0;
}
ol.commentlist li ul.children li.depth-4 {
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
	padding:1em;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.nocomments {
	margin-left: 20px;
}
.trackbacks {
	width: 520px;
}
.trackbacks h3 {
	padding: 10px 0 20px 0;
}
.trackbacks ul {
	list-style: none;
}
/*--respond--*/

#respond {
	padding: 0 0 20px 0;
	margin: 0;
}
#respond h3 {
	padding: 20px 0 10px 0;
}
#respond p {
	margin: 0 0 10px;
}
#comments ol.commentlist li .comment_form {
	margin: 0 0 10px;
}
#respond p small {
}
#comments ol.commentlist li .facebook_comments_title {
	margin-left: 5px;
}
#respond input {
	padding: 0 10px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 280px;
	height: 30px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: none;
	border-top: none;
	background: #fbfbfb;
	line-height: 30px;
	color: #343434;
}
#respond input:focus {
	background: #ebeaea;
}
#respond label {
	background: #ffcf03;
	color: #1c1c1c;
	font-family: Marvel, Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	width: 90px;
	font-weight: normal;
	border-bottom: 1px solid #efefef;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}
#respond textarea {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 290px;
	height: 142px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	padding: 10px 0 0 10px;
	color: #343434;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: none;
	border-top: none;
	background: #fbfbfb;
}
#respond textarea:focus {
	background: #ebeaea;
}
input#submit {
	border: none;
	background: #ffcf03;
	font-family: Marvel, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	float: right;
	margin: 0 170px 0 0;
	padding: 0;
	height: 35px;
	text-align: center;
	cursor: pointer;
	color: #1c1c1c;
	width: 150px;
}
input#submit:hover {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #555;
}
#content .cancel-comment-reply {
	margin: 10px 0 10px 10px;
	font-size: 12px;
}
#content .cancel-comment-reply a {
	color: #00408f;
	display: block;
	background: url(../images/cancel.png) no-repeat;
	width: 44px;
	height: 15px;
	text-indent: -9999em;
}
/* tag cloud */

.tagcloud {
	float: left;
}
.tagcloud a {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e5e5e5;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer .tagcloud a {
	background: #52463e;
}
.widget_sidebar .tagcloud a {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e5e5e5;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
}
.tagcloud a:hover {
	background: #e5e5e5;
	display: block;
}
.widget_sidebar .tagcloud a:hover {
	display: block;
	color: #1c1c1c;
}
#content a.tagsz-1:hover {
}
#content a.tagsz-2:hover {
}
#content a.tagsz-3:hover {
}
#content a.tagsz-4:hover {
}
#content a.tagsz-5:hover {
}
a.tagsz-1, a.tagsz-2, a.tagsz-3, a.tagsz-4, a.tagsz-5, a.tagsz-6 {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e5e5e5;
	float: left;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
}
/* contact us widget */
.contact_widget .contact_phone {
	background: url(../images/phone_icon.png) no-repeat 0px 0px;
	line-height: 17px;
}
.contact_widget .contact_email {
	background: url(../images/email_icon.png) no-repeat 0px 0px;
	line-height: 17px;
}
.contact_widget .contact_skype {
	background: url(../images/skype_icon.png) no-repeat 0px 0px;
	line-height: 17px;
}
.contact_widget .contact_address {
	background: url(../images/address_icon.png) no-repeat 0px 0px;
	line-height: 17px;
}
/* contact us widget sidebar */

#content .contact_widget li {
	border: none;
	padding: 0 0 15px 30px;
}
#content .contact_widget li:last-child {
	padding-bottom: 0px;
}
/* contact us widget footer */

#footer .contact_widget ul {
	width: 100%;
	margin: 7px 0 0;
}
#footer .contact_widget li {
	border: none;
	padding: 0 0 0 22px;
	font-size: 11px;
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}
/* social widget */
#content .social_widget li {
	float: left;
	width: 42px;
	height: 45px;
	margin: 0 0 0 17px;
}
#footer .social_widget li {
	float: left;
	width: 42px;
	height: 45px;
	margin: 0 0 0 20px;
}
#footer .social_widget li a, #content .social_widget li a {
	padding: 0;
	float: left;
	width: 43px;
	height: 45px;
	display: block;
	text-indent: -9999em;
	background: url(../images/social_icons.png) no-repeat;
}
#footer .social_widget li:last-child {
	margin-right: 0;
}
#footer .social_widget li.social_twitter a, #content .social_widget li.social_twitter a {
	background-position: 0px 0px;
}
#footer .social_widget li.social_twitter a:hover, #content .social_widget li.social_twitter a:hover {
	background-position: 0px -45px;
}
#footer .social_widget li.social_facebook a, #content .social_widget li.social_facebook a {
	background-position: -53px 0px;
}
#footer .social_widget li.social_facebook a:hover, #content .social_widget li.social_facebook a:hover {
	background-position: -53px -45px;
}
#footer .social_widget li.social_dribble a, #content .social_widget li.social_dribble a {
	background-position: -106px 0px;
}
#footer .social_widget li.social_dribble a:hover, #content .social_widget li.social_dribble a:hover {
	background-position: -106px -45px;
}
#footer .social_widget li.social_email a, #content .social_widget li.social_email a {
	background-position: -159px 0px;
}
#footer .social_widget li.social_email a:hover, #content .social_widget li.social_email a:hover {
	background-position: -159px -45px;
}
/* default widgets */

#calendar_wrap {
	border: 1px solid #636363;
	margin: 0 auto;
	width: 250px;
}
#wp-calendar {
	width: 250px;
	padding-bottom: 10px;
	color: #969595;
}
#wp-calendar th {
	padding: 5px 0;
}
#wp-calendar td {
	padding: 0 5px;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	color: #fff;
}
#wp-calendar caption {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	background: #656565;
	width: 100%;
}
#wp-calendar #today {
	color: #cccccc;
	font-weight: bold;
	font-style: italic;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.sticky {
}
/*--gallery--*/
.gallery-icon a {
	display: block;
	width: 150px;
	height: 150px;
	background: url(../images/gallery_shadow.png) no-repeat 7px 161px;
	padding-bottom: 23px;
}
p.attachment {
	text-align: center;
	padding: 15px 10px;
}
p.attachment a img {
}
.navigation a img {
}
.gallery-item img {
	background: #e3e3e3;
	padding: 5px;
	border: 1px solid #d4d4d4;
	opacity: 0.8;
	border-radius: 3px;
}
.gallery-item img:hover {
	opacity: 1.0;
}
.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
	color: #727272;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	text-shadow: none;
}
/*-- Pagination --*/

.site_pagination {
	width: 100%;
	height: 60px;
	background: url(../images/gallery_bg.png) top;
	display: table;
}
.page_nav {
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 18px auto auto;
	width: 940px;
}
.page_nav span.pages {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #999999;
	margin: 0;
	padding: 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.page_nav span {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #000;
}
.page_nav a {
	display: block;
	float: 	left;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #1c1c1c;
	background: #ffcf03;
	width: 28px;
	height: 29px;
	line-height: 28px;
}
#wrapper .emm-next {
	font-size: 12px;
	line-height: 13px;
}
.page_nav a:hover {
	display: block;
	float: 	left;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #939190;
	background: #fff;
	width: 28px;
	height: 29px;
	line-height: 28px;
	border-bottom: 1px solid #ddd;
}
.page_nav span.current {
	display: block;
	float: 	left;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #939190;
	background: #fff;
	width: 28px;
	height: 29px;
	line-height: 28px;
	border-bottom: 1px solid #ddd;
}
.gmap_marker {
	text-shadow: none;
	color:#141414;
}
/* fluid columns shortcode */
.one_half {
	width:48%;
}
.one_third {
	width:30.66%;
}
.two_third {
	width:65.33%;
}
.one_fourth {
	width:22%;
}
.three_fourth {
	width:74%;
}
.one_fifth {
	width:16.8%;
}
.two_fifth {
	width:37.6%;
}
.three_fifth {
	width:58.4%;
}
.four_fifth {
	width:79.2%;
}
.one_sixth {
	width:13.33%;
}
.five_sixth {
	width:82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position:relative;
	margin-right:3%;
	margin-bottom:3%;
	float:left;
	text-align:justify;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}
.one_half p, .one_third p, .two_third p, .three_fourth p, .one_fourth p, .one_fifth p, .two_fifth p, .three_fifth p, .four_fifth p, .one_sixth p, .five_sixth p {
	padding: 0;
}
.section {
	line-height: 20px;
	padding: 10px 0;
	margin: 0;
}
body .section2 {
	padding: 1px 0 15px 0;
	margin: 0;
	float: left;
	line-height: 16px;
}
/* divider shortcode */

.image_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	background: url(../images/image_divider.png) repeat-x;
	padding-bottom: 30px;
}
.space_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.image_divider_homepage {
	width: 936px;
	height: 10px;
	position: relative;
	margin: 0 0 30px -38px;
	clear: both;
	display: block;
	background: rgb(238, 238, 238);
	background: rgba(100, 100, 100, 0.1);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.image_divider_portfolio {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	background: url(../images/image_divider.png) repeat-x;
	padding-bottom: 10px;
}
/* social buttons */
.social ul {
	float: right;
	list-style: none;
	margin: 0 10px 0 0;
}
.social li {
	float: left;
	margin: 15px 0 0 10px;
}
.social li a {
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999em;
}
.rss_button a {
	background: url(../images/rss_icon.png) no-repeat;
	width: 21px;
}
.rss_button a:hover {
	background: url(../images/rss_icon_hover.png) no-repeat;
}
.facebook_button a {
	background: url(../images/facebook_icon.png) no-repeat;
	width:12px;
}
.facebook_button a:hover {
	background: url(../images/facebook_icon_hover.png) no-repeat;
}
.twitter_button a {
	background: url(../images/twitter_icon.png) no-repeat;
	width:27px;
}
.twitter_button a:hover {
	background: url(../images/twitter_icon_hover.png) no-repeat;
}
.linkedin_button a {
	background: url(../images/linkedin_icon.png) no-repeat;
	width:21px;
}
.linkedin_button a:hover {
	background: url(../images/linkedin_icon_hover.png) no-repeat;
}
.youtube_button a {
	background: url(../images/youtube_icon.png) no-repeat;
	width:22px;
}
.youtube_button a:hover {
	background: url(../images/youtube_icon_hover.png) no-repeat;
}
.vimeo_button a {
	background: url(../images/vimeo_icon.png) no-repeat;
	width:24px;
}
.vimeo_button a:hover {
	background: url(../images/vimeo_icon_hover.png) no-repeat;
}
/* twitter widget */
.latest_tweets {
	position: relative;
	width: 300px;
	float: left;
}
#twitter_update_list {
	list-style: none;
	color: #fff;
	position: relative;
}
#footer #twitter_update_list {
	color: #ffcf03;
}
#twitter_update_list li {
	padding: 0 0 0 35px;
	list-style-position: inside;
	background: url(../images/tweets_quote.png) no-repeat 0px 2px;
	line-height: 18px;
	margin: 15px 0 0;
}
#twitter_update_list li span a {
	color: #f2e5a9;
	display: inline;
	font-style: normal;
	text-shadow: none;
}
#footer #twitter_update_list li span a {
	color: #fff;
}
#twitter_update_list li span a:hover {
}
#footer #twitter_update_list li:first-child {
	margin: 0;
}
#footer #twitter_update_list li a {
	color: #fff;
	display: block;
	padding: 3px 0 0;
	font-size: 12px;
	text-shadow: none;
}
#footer #twitter_update_list li span a {
	display: inline;
}
/* flickr widget */

#footer .flickr {
	margin: 0;
}
#content .flickr {
	margin-top: 0;
}
#footer .flickr img {
	float: left;
	margin: 0px 10px 10px 0;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: 0.7;
}
#footer .flickr img:hover {
	opacity: 1.0;
}
.widget_sidebar .flickr img {
	float: left;
	margin: 0 9px 8px 0;
	width: 40px;
	height: 40px;
	border: 4px solid #d7d7d7;
}
.widget_sidebar .flickr img:hover {
}
.flickr img:hover {
}
/* recent comments widget */

#recentcomments li {
	color: #c7c7c7;
	margin: 0 0 10px;
}
#recentcomments a {
	color: #555;
}
#recentcomments a:hover {
	color: #fff;
}
.widget_sidebar #recentcomments li {
	color: #717171;
}
/* main content widget */

.widget_sidebar .textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 20px;
}
.widget_sidebar .video1 {
	margin-bottom: 4px;
}
.widget_sidebar {
	color: #c0c0c0;
	float: left;
	width: 258px;
	margin: 0 0 30px 20px;
	padding: 4px 10px 20px;
	/* background: #fafafa;
	border-right: 1px solid #ebebeb; */
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
#content .widget_sidebar h3 {
	color: #1c1c1c;
	padding: 0 0 4px;
	font-size: 20px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 -10px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	width: 278px;
	display: block;
}
#content .widget_sidebar h3 span {
	background: #ffcf03;
	padding: 0 10px;
}
#content .widget_title_border {
	width: 288px;
	position: relative;
	height: 15px;
	display: block;
	margin: 0 0 20px -10px;
}
.widget_sidebar ul {
	list-style: none;
}
.recent_posts {
	margin: 0;
}
.widget_sidebar ul li:first-child {
	border: none;
}
.widget_sidebar ul li {
	padding: 0 0 10px;
}
.widget_sidebar ul li:last-child {
	padding: 0;
}
.widget_sidebar .recent_posts li {
	padding: 0 0 5px;
	margin: 0;
}
.widget_sidebar .recent_posts li:last-child {
	padding: 0;
}
.widget_sidebar .recent_posts li img {
	border: 3px solid #e9e9e9;
	background: #777777;
	padding: 1px;
}
.widget_sidebar .recent_posts li:last-child img {
	padding: 0;
}
.widget_sidebar .recent_posts span {
	color: #838383;
}
.widget_sidebar a {
	color: #777;
}
.widget_sidebar a:hover {
	color: #1c1c1c;
}
/* Recent Posts Widget */

#footer .recent_posts {
	padding: 0;
	margin: 0;
}
#footer .footer_wide_widget .recent_posts li {
	width: 440px;
	float: left;
}
#footer .recent_posts li {
	margin: 0 0 10px;
}
#footer .recent_posts li:last-child {
	margin: 0;
}
#content .widget_sidebar h5 {
	font-size: 13px;
	margin: 0;
	color: #8b949d;
	padding: 0;
}
.recent_image {
	float: left;
	margin: 2px 10px 0 0;
}
.recent_image img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#wrapper .recent_image img {
	border: 3px solid #e9e9e9;
	background: #777777;
	padding: 1px;
}
.widget_sidebar .recent_image img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.recent_image img:hover {
}
.widget_sidebar .recent_image img:hover {
}
.recent_date {
	font-size: 11px;
	color: #999999;
	line-height: 25px;
	font-style: italic;
}
.recent_date a {
	color: #fff;
}
.recent_comments {
	font-size: 11px;
	font-style: italic;
	color: #999;
}
#footer .recent_comments a {
	color: #999;
}
.recent_details {
	margin: 0;
}
#content .recent_details {
	margin: 0;
	padding-bottom: 15px;
}
#content .widget_sidebar ul li:last-child .recent_details {
	padding-bottom: 0;
}
#content .recent_details h5 {
	font-family: Tahoma, Tahoma, serif;
	font-size: 13px;
	text-decoration: none;
	text-transform: none;
}
#content .popular_posts h5 {
	font-family: Tahoma, Tahoma, serif;
	font-size: 13px;
	text-decoration: none;
	text-transform: none;
}
#content .popular_posts li:last-child {
	padding-bottom: 0;
}
#footer .recent_details h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
	text-transform: none;
}
#footer .recent_date {
	color: #fff;
}
/* Popular Posts Widget */

#footer .popular_posts h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
}
#content .popular_posts li {
	width: 270px;
	float: left;
	padding-bottom: 17px;
}
#footer .footer_wide_widget .popular_posts li {
	width: 440px;
	float: left;
}
#footer .popular_posts li {
	margin: 0 0 20px;
}
.popular_posts span {
	color: #838383;
}
.popular_posts span a {
	color: #838383;
}
/* blogroll widget */
.blogroll li:first-child {
	padding-top: 0;
}
.widget_sidebar .blogroll li:first-child {
	padding-top: 10px;
}
/* footer */
#footer {
	color: #727272;
	width: 100%;
	position: relative;
	background: url(../images/gallery_bg.png) top;
}
.first_footer_bg {
	background: url(../images/first_footer_bg.png) repeat-x 0 38px;
	min-height: 200px;
	width: 100%;
	overflow: hidden;
}
#footer_shadow {
	width: 100%;
	position: relative;
	background:url(../images/footer_content.png) repeat-x 0px 31px;
	margin: 0;
	min-height: 200px;
	z-index:11;
	overflow: hidden;
}
.footer_content {
	padding: 0;
	width: 100%;
	background:  url(../images/footer_shadow.jpg) no-repeat top center;
	min-height: 397px;
	position: relative;
	z-index:10;
}
/* footer widgets */
.footer_widgets {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.widget_footer {
	color: #ffcf03;
}
.widget_footer ul {
	list-style: none;
}
.widget_footer h3 {
	color: #ffcf03;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
}
#footer .widget_footer a {
	color: #ffcf03;
}
/* footer left widget */
.footer_left {
	width: 300px;
	float: left;
	margin: 90px 20px 0 0;
}
/* footer middle widget */
.footer_middle {
	width: 300px;
	float: left;
	margin: 15px 20px 0 0;
	background: url(../images/widget_middle.png) top;
	min-height: 355px;
	padding: 28px 0 0;
}
.footer_middle .widget_footer {
	padding: 0 15px 10px;
}
/* footer right widget */
.footer_right {
	width: 300px;
	float: left;
	margin: 90px 0 0;
}
.footer_bottom {
	width: 100%;
	height: 40px;
	position: relative;
	background: #fabf20;
}
.copyright_info {
	width: 940px;
	margin: 0 auto;
	display: table;
	position: relative;
}
.copyright_info p {
	font-size: 14px;
	line-height: 40px;
	color: #000000;
	float: left;
}
.copyright_info a {
	color: #000000;
}
.copyright_info a:hover {
	color: #000000;
}
#footer .top {
	position: absolute;
	margin: 0;
	color: #626262;
	background: url(../images/top.png) no-repeat left;
	padding: 0;
	top: 13px;
	left: 445px;
	width: 43px;
	height: 44px;
	display: block;
	text-indent: -9999em;
}
#footer .top:hover {
	color: #1c1c1c;
}
/* audio player */
.audio_left {
	float: left;
	margin: 0 20px 0 0;
	width: 290px;
}
.audio_left p {
	padding: 0;
}
.audio_right {
	float: right;
	margin: 0 0 0 20px;
	width: 290px;
}
.audio_right p {
	padding: 0;
}
.audio_center {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 290px;
}
/* video player */
.video1 {
	position: relative;
	clear: both;
	margin: 0 20px 18px 0;
	z-index: 9999;
}
.video1left {
	float: left;
	margin: 0 20px 20px 0;
}
.video1right {
	float: right;
	margin: 0 0 20px 20px;
}
#content .video1center, #borderless_content .video1center, #full_width_page_content .video1center {
	margin: 0 auto 20px auto;
	display: block;
	clear: both;
}
/* colored buttons shortcode */
.button_link {
	font-family: Tahoma, Arial, sans-serif;
	background:url(../images/buttons/slate_grey/button_sprite.png) no-repeat scroll right -164px transparent;
	text-decoration:none !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888888;
	display:inline-block;
	font-size:11px;
	letter-spacing:1.6px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 24px 0 0;
	text-transform:uppercase;
}
.button_link span {
	background:url(../images/buttons/slate_grey/button_sprite.png) no-repeat scroll -4px -121px transparent;
	text-decoration:none !important;
	display:block;
	line-height:7px;
	padding:15px 0 17px 21px;
}
.button_link.large_button {
	background-position:right -60px;
	font-size:24px;
	height:56px;
	padding-right:24px;
}
.button_link.large_button span {
	background-position:-4px -2px;
	line-height:20px;
	padding:17px 0 20px 20px;
	text-transform:none;
}
.button_link:hover {
	text-decoration:none !important;
}
/* colored buttons  */

.pink_gradient, .pink_gradient span {
	background-image: url(../images/buttons/pink/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.green_gradient, .green_gradient span {
	background-image: url(../images/buttons/green/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.orange_gradient, .orange_gradient span {
	background-image: url(../images/buttons/orange/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.purple_gradient, .purple_gradient span {
	background-image: url(../images/buttons/purple/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.black_gradient, .black_gradient span {
	background-image: url(../images/buttons/black/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.grey_gradient, .grey_gradient span {
	background-image: url(../images/buttons/grey/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.red_gradient, .red_gradient span {
	background-image: url(../images/buttons/red/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.white_gradient, .white_gradient span {
	background-image: url(../images/buttons/white/button_sprite.png) !important;
	color:#aaa !important;
	text-shadow:0 -1px 0 #ccc, 0 1px 0 #F2F2F2 !important;
}
.blue_gradient, .blue_gradient span {
	background-image: url(../images/buttons/blue/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.yellow_gradient, .yellow_gradient span {
	background-image: url(../images/buttons/yellow/button_sprite.png) !important;
	color:#fff !important;
	text-shadow:0 -1px 0 #aaa, 0 1px 0 #ddd !important;
}
/* drop caps */

.dropcaps_normal {
	float: left;
	font-size: 44px;
	line-height: 33px;
	margin: 0 7px 0 0;
	position: relative;
	top: 5px;
	font-family: Marvel, Tahoma, sans-serif;
	color: #ffcf03;
}
.dropcaps_circle {
	float: left;
	background: url(../images/dropcaps_circle.png) no-repeat;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 35px;
	top: 5px;
	text-shadow: none;
	font-family: Marvel, Tahoma, sans-serif;
	/* #ffcf03 */
}

.dropcaps_circle_64 {
	float: left;
	background: url(../images/dropcaps_circle_65.png) no-repeat;
	font-size: 44px;
	line-height: 64px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 1px 0 0 0;
	width: 64px;
	height: 64px;
	top: 5px;
	text-shadow: none;
	font-family: Marvel, Tahoma, sans-serif;
	/* #ffcf03 */
}

.dropcaps_square {
	float: left;
	background: url(../images/dropcaps_square.png) no-repeat;
	font-size: 26px;
	line-height: 24px;
	color: #ffcf03;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	text-shadow: none;
	width: 35px;
	height: 35px;
	top: 5px;
	font-family: Marvel, Tahoma, sans-serif;
}
/* lists shortcode */

.list_checked {
	margin-top: 10px;
}
.list_arrow {
	margin-top: 10px;
}
.list_circle {
	margin-top: 10px;
}
.list_arrow li {
	background: url(../images/bullet_arrow.png) no-repeat 0px 0px;
	list-style: none;
	padding: 0 0 10px 20px;
}

.privacy_arrow li {
	background: url(../images/bullet_arrow.png) no-repeat 0px 2px;
	list-style: none;
	padding: 0 0 10px 20px;
	line-height:20px;
	text-align:justify
}

.list_circle li {
	background: url(../images/bullet_circle.png) no-repeat 0px 2px !important;
	list-style: none;
	padding: 0 0 10px 20px;
}

.privacy_circle li {
		background: url(../images/bullet_circle.png) no-repeat 0px 0px !important;
	list-style: none;
	padding: 0 0 10px 20px;
	text-align:justify
}

.list_checked li {
	background: url(../images/bullet_checked.png) no-repeat 0px 0px;
	list-style: none;
	padding: 0 0 10px 20px;
}

.list_checked li ul li {
	/*list-style: lower-roman inside;*/
	padding: 10px 0 0 20px;
}

.list_checked li ul li ul li {
	/*list-style: decimal inside;*/
	padding: 10px 0 0 20px;
}

/* framed box shortcode */

.framed_box {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.framed_box_content {
	padding: 20px 20px 0 20px;
	text-shadow: none;
	border: 1px solid #fff;
}
.framed_box_content p {
	text-shadow: none;
}
.info_box {
	background: #bcdbfe;
	border: 1px solid #809bba;
	margin-bottom: 20px;
	color: #59708b;
	text-shadow: none;
}
.info_box h4 {
	color: #59708b;
}
.info_box p {
	text-shadow: none;
}
.info_box_content {
	padding: 20px;
	border: 1px solid #fff;
}
.note_box {
	background: #fdffd0;
	border: 1px solid #dfcd97;
	margin-bottom: 20px;
	color: #555555;
}
#content .note_box_content h2, #content .note_box_content h3, #content .note_box_content h4, #content .note_box_content h5 {
	text-shadow: none;
}
.note_box_content {
	padding: 20px;
	border: 1px solid #fff;
	text-shadow: none;
}
.note_box_content p {
	text-shadow: none;
}
/* style table shortcode */

.styled_table {
	border:1px solid #d6d6d6;
	margin: 0 0 20px 0;
	text-shadow: none;
}
.styled_table table {
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
}
.styled_table td {
	color:#777777;
	padding:.3em 1em;
	text-align:center;
	font-size: 12px;
}
.styled_table tr {
	background: #fefefd;
}
.styled_table tr:hover {
	background: #f7f7f7;
}
.styled_table thead th {
	background:#f5f5f5;
	text-align:center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color:#555555;
}
.styled_table tfoot td {
	background: #f5f5f5;
}
/* tabs shortcode */

/* root element for tabs  */
the_tabs {
	position: relative;
}
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
}
/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
.tabs li:first-child {
	/*border-left: 1px solid #dddddd;*/
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size:11px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666666;
	padding: 0 10px;
	line-height: 30px;
	margin:0px;
	position:relative;
	background: #f5f5f5;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#333333;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important;
	color:#333333 !important;
	background: #fff;
	border-bottom: 1px solid #fff;
}
/* initially all panes are hidden */ 

.panes {
	padding: 10px 15px;
	border: 1px solid #dddddd;
	margin: 1px 0 20px 0;
	/*background: #fff;*/
}
.panes .pane {
	display:none;
}
/* vertical tabs */

#vertical_tabs {
	margin: 0 0 20px 0;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 11px;
	background: #f5f5f5;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-top: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	width: 200px;
	display: block;
	color: #666666;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #333333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #fff;
	z-index: 11;
	position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
	position: relative;
	background: #fff;
	left: -1px;
	z-index: 10;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*accordion shortcode */

/* root element for accordion. decorated with rounded borders and gradient background image  #333 url(/img/global/gradient/h300.png) 0 0;*/
#accordion {
	background:#fff;;
	width: 300px;
/*	border:1px solid #333;
*/	-background:#666;
}
/* accordion shortcode */

.accordion {
/*	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
*/	margin: 0 0 20px 0;
}
.accordion .tab {
	background: url("../images/bullet_arrow.png") no-repeat scroll 0 8px;
/*	border-top: 1px solid #dddddd;
*/	line-height: 30px;
	padding: 0 15px;
	cursor: pointer;
	color: #FECE02;
	position: relative;
	font-weight:bold;
}
.accordion .tab:hover {
	background:  url("../images/bullet_arrow.png") no-repeat scroll 0 8px ;
	color: #c0c0c0;
}
.accordion .current {
	cursor: default;
	color: #c0c0c0;
	background: url("../images/bullet_arrow.png") no-repeat scroll 0 8px;
}
.accordion .pane {
	padding: 10px 15px;
	/*border-top: 1px solid #dddddd;
	background: #fff;*/
	line-height: 18px;
}
.accordion_icon {
	margin: 5px 5px 0 0;
	float: left;
}
/* toggles shortcode */

.toggle {
	position: relative;
	margin-bottom: 10px;
}

.showMe{
	background: url("../images/pattern_blackbg.jpg") repeat scroll 0 0 transparent;
}

#content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
#borderless_content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#borderless_content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#borderless_content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
#full_width_page_content .toggle_title {
	margin:-30px 0 0;
	padding: 0 0 0 45px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
	box-shadow: none;
	text-indent:-99999px;
}
#full_width_page_content .toggle_active {
	background:/* url(../images/toggle.png) no-repeat -27px -24px*/ none;
	z-index:9999;
	position:relative;
	cursor:default;
}
#full_width_page_content .toggle_content {
	padding:0px;
	margin: 0px;
	display:none;
	border-bottom:1px solid #ddd;
}
/* contact form */

.contact_form {
	margin: 0;
	position: relative;
	width: 570px;
}
.contact_shadow {
	margin: -31px 0 0;
	position: relative;
	z-index: 4;
	background: url(../images/slider_shadow.png) no-repeat bottom center;
	height: 432px;
}
.contact_form form {
}
.left_inputs {
	float: left;
	width: 570px;
}
.right_inputs {
	float: left;
}
.contact_form label {
	padding: 0 0 0 10px;
	color: #1c1c1c;
	width: 115px;
	height: 30px;
	float: left;
	margin-right:10px;
	background: #ffcf03;
	line-height: 30px;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 14x;
	text-transform: uppercase;
}
.contact_form_input {
	position: relative;
	margin-bottom: 10px;
}
.contact_form input {
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: none;
	border-top: none;
	background: #fbfbfb;
	line-height: 30px;
	color: #343434;
	height: 30px;
	width: 360px;
	padding-left: 10px;
}
.contact_form input:focus {
	background: #ebeaea;
}
.contact_form_error {
	font-size: 12px;
	color: #ff0000;
}
.contact_form textarea {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 360px;
	height: 142px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	padding: 10px 0 0 10px;
	color: #343434;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: none;
	border-top: none;
	background: #fbfbfb;
}
.contact_form textarea:focus {
	background: #ebeaea;
}
.contact_form_textarea {
	display: block;
}
.contact_submit {
	border: none;
	background: #ffcf03;
	font-family: Marvel, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	float: right;
	margin: 10px 0 0;
	padding: 0;
	height: 35px;
	text-align: center;
	cursor: pointer;
	color: #1c1c1c;
	width: 150px;
}
.contact_submit:hover {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #555;
}
/* contact form widget */
#footer .contact_form {
	margin: 0;
	width: 300px;
}
#footer .contact_form form {
	width: 300px;
}
#footer .left_inputs {
	float: left;
	width: 140px;
}
#footer .right_inputs {
	float: right;
	width: 140px;
}
#footer .contact_form input {
	background: #171311;
	width: 130px;
	height: 34px;
	line-height: 32px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #7c6119;
	clear: both;
	border: none;
}
#footer .contact_form_input {
	width: 140px;
	margin-bottom: 10px;
}
#footer .contact_form_error {
	font-size: 12px;
	color: #ff0000;
}
#footer .contact_form textarea {
	background: #171311;
	width: 130px;
	height: 113px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	border: none;
	color: #7c6119;
}
#footer .contact_form label {
	display: none;
}
#footer .contact_form textarea:focus {
}
#footer .contact_form_textarea {
	display: block;
}
#footer .contact_submit {
	border: none;
	width: 50px;
	height: 25px;
	cursor: pointer;
	margin-top: 10px;
	background: #ffcf03;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 14px;
	color: #171311;
	text-transform: uppercase;
	border-radius: 0;
	float: right;
}
/* testimonials shortcode */

#quote_wrap {
	background: url(../images/quote.png) no-repeat left top;
}
#testimonial_slider {
	margin: 0 0 20px;
}
#testimonial_slider h3 {
	line-height: normal;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	line-height: 20px;
	font-size: 20px;
	padding: 0 0 3px;
	margin-bottom: 20px;
	color: #1c1c1c;
	background: #fbfbfb;
	text-transform: uppercase;
}
#testimonial_slider h3 span {
	background: #ffcf03;
	padding: 0 10px;
}
#testimonial_slider blockquote {
	margin: 0;
	background: none;
	padding-right: 0;
}
#testimonial_slider p {
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 5px;
	color: #fff;
	font-size: 13px;
}
#testimonial_slider p cite {
	font-weight: bold;
}
.testimonial {
	margin: 0 0 20px 0;
}
.testimonial_content {
	padding: 0px;
	text-shadow: none;
	height:495px;
	overflow: auto;
	
}

.testimonial_content p {
	text-shadow: none;
}
#content .testimonial_paragraph {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
}
#content .testimonial_name {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content .testimonial_website {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content .testimonial_company {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#full_width_page_content .testimonial_paragraph {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #c0c0c0;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
}
#full_width_page_content .testimonial_name {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
#full_width_page_content .testimonial_website {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
#full_width_page_content .testimonial_company {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
/* sitemap */

.sitemap ul {
	margin: 0 0 0 20px;
	list-style-position: inside;
}
.sitemap a {
	color: #777;
}
.sitemap a:hover {
	color: #fa4101;
}
.sitemap li {
	list-style-type: none;
	background: url(../images/bullet_arrow.png) no-repeat 0px 5px;
	padding: 5px 0 5px 15px;
}
.sitemap .children li {
	background: url(../images/bullet_circle.png) no-repeat 0px 3px;
	padding-left: 18px;
}
/* highlight shortcode */

.red_highlight {
	background: #ff0000;
	color: #fff;
	text-shadow: none;
	padding: 0 5px;
	margin: 0 2px;
}
.yellow_highlight {
	background: #fff880;
	text-shadow: none;
	padding: 0 5px;
	margin: 0 2px;
}
.blue_highlight {
	background: #aeefff;
	text-shadow: none;
	padding: 0 5px;
	margin: 0 2px;
}
.green_highlight {
	background: #b0ffae;
	text-shadow: none;
	padding: 0 5px;
	margin: 0 2px;
}
.black_highlight {
	background: #000;
	color: #fff;
	text-shadow: none;
	padding: 0 5px;
	margin: 0 2px;
}
/* tooltip shortcode */
.tool_tip_content {
	position: relative;
}
.tool_tip {
	position: relative;
	border-bottom: 1px dotted #888;
}
.tooltip {
	text-shadow: none;
	position: absolute;
	display: none;
	font-size: 12px;
	left: 0px;
	bottom: 20px;
	width: 150px;
	background: url(../images/tooltip_bg.png);
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	line-height: 14px;
	padding: 10px;
}
.tooltip_arrow {
	width: 11px;
	height: 8px;
	background: url(../images/tooltip_arrow.png) no-repeat;
	position: absolute;
	bottom: -8px;
	left: 20px;
}
/* google map shortcode */

.google_map {
	margin: 0 0 20px 0;
}
/* corporate pricing table */

.pricing_table {
	margin: 20px 0 10px;
}
.pricing_column {
	float: left;
	width: 200px;
	padding-bottom: 22px;
	position: relative;
	margin-left: -1px;
}
.pricing_header {
	background: url(../images/pricing_table_header.png) no-repeat;
	height: 80px;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
}
.pricing_header h2 {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background: none;
	font-weight: normal;
	line-height: 24px;
}
.pricing_header p {
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin: 0;
}
.pricing_content {
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.pricing_column_inside {
	padding: 25px 6px 12px 7px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.pricing_column_inside ul.pricing {
	padding: 0;
	list-style: none;
	margin: 0;
	list-style-image: none;
}
.pricing_column_inside ul.pricing li {
	color: #777;
	text-shadow: 1px 1px 1px #fff;
	list-style: none;
}
.pricing_featured .pricing_column_inside ul.pricing li {
	color: #333;
}
.pricing_column_inside ul.pricing li span {
	background: url(../images/check_mark.png) no-repeat 30px 10px;
	display: block;
	padding: 8px 0 9px 48px;
}
.pricing_column_inside ul.pricing li.x_mark span {
	background: url(../images/x_mark.png) no-repeat 30px 10px;
}
span.table_price {
	display: block;
	text-align: center;
	font-size: 48px;
	color: #888;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	padding: 2px 0 17px;
	line-height: normal;
}
.pricing_featured span.table_price {
	color: #666;
}
span.table_price sup {
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
span.table_price span.dollar_sign {
	font-size: 36px;
}
.pricing_featured {
	width: 230px;
	margin-top: -28px;
}
.pricing_featured .pricing_header {
	background: url(../images/pricing_table_header_big.png) no-repeat;
	border-radius: 5px;
}
.pricing_featured .pricing_content {
}
.pricing_featured .pricing_column_inside {
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 53px;
}
.pricing_featured span.table_price {
	margin-top: 17px;
}
.pricing_featured .pricing_header p {
	color: #fff;
}
.pricing_table_button {
	width: 180px;
	height: 33px;
	background: url(../images/pricing_table_button.png) no-repeat 0px 0px;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 33px;
	display: block;
}
.pricing_table_button:hover {
	background: url(../images/pricing_table_button.png) no-repeat 0px -37px;
	color:#eee;
	text-shadow:0 -1px 0 #888;
}
.pricing_featured .pricing_table_button {
	width: 180px;
	height: 35px;
	background: url(../images/pricing_table_button_big.png) no-repeat 0px 0px;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 35px;
	display: block;
}
.pricing_featured .pricing_table_button:hover {
	background: url(../images/pricing_table_button_big.png) no-repeat 0px -37px;
	color:#eee;
	text-shadow:0 -1px 0 #888;
}
.post-thumbnail-title {
	border: 1px solid #ccc;
	height: 150px;
	padding: 4px;
	width: 520px;
	position: relative;
}
.service_column {
	padding-left: 30px;
	position: relative;
}
#wrapper .service_icon {
	margin: 4px 5px 0 0;
	position: relative;
}
/* Circular Content Carousel Style */
.ca-container {
	position:relative;
	margin:0;
	width:860px;
	height:165px;
}
.ca-wrapper {
	width:100%;
	height:100%;
	position:relative;
}
.ca-item {
	position:relative;
	float:left;
	width:220px;
	height:100%;
}
.ca-more {
	position: absolute;
	width: 188px;
	height: 138px;
	top: 6px;
	right: 26px;
	display: block;
	text-indent: -9999em;
}
.ca-more:hover {
	background: url(../images/thumb_caption_projects.png) no-repeat;
}
.ca-close {
	position:absolute;
	top:0px;
	right:30px;
	background: url(../images/x_mark.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	opacity:0.7;
}
.ca-close:hover {
	opacity:1.0;
}
.ca-item-main {
	padding:0;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
}
.ca-item h3 {
	line-height: normal;
	margin: 3px 0 0;
}
.ca-content-wrapper {
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:160px;
	top:0px;
	text-align:left;
	z-index:1;
	overflow:hidden;
}
.ca-content {
	width:660px;
	overflow:hidden;
}
.ca-content-text {
}
.ca-content-text p {
	padding: 0 40px 0 0;
	margin: 0 0 10px;
}
.ca-content ul {
	margin:0;
}
.ca-content ul li {
	float:left;
	margin:0px 2px;
}
.ca-content ul li a {
}
.ca-content ul li a:hover {
}
.ca-nav span {
	width:31px;
	height:40px;
	background:transparent url(../images/arrows.png) no-repeat 0px 0px;
	position:absolute;
	top:60px;
	left:0px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next {
	background-position:top right;
	left:auto;
	right:0px;
}
.ca-nav span:hover {
	z-index: 9999;
}
/* portfolio slider widget */

#portfolio_slider {
	width: 260px;
	height: 160px;
	overflow: hidden;
	position: relative;
}
#portfolio_slider li img {
	padding: 4px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #e3e3e3;
}
.bx-prev, .bx-next {
	display: block;
	position: absolute;
	width: 17px;
	height: 16px;
	text-indent: -9999em;
	background: url(../images/portfolio_slider_arrows.png) 0px 0px;
	margin-top: 10px;
	opacity: 0.8;
	top: 65px;
	right: -7px;
}
.bx-prev {
	left: -7px;
}
.bx-next {
	background: url(../images/portfolio_slider_arrows.png) -17px 0px;
}
.bx-prev:hover, .bx-next:hover {
	opacity: 1.0;
}
/* zoomer */

.zoomer_gallery {
	width: 100%;
	background: url(../images/gallery_bg.png) top;
	padding: 20px 0;
	border-top: 1px solid #d9d9d9;
	position: relative;
}
.gallery_title {
	width: 940px;
	margin: 0 auto 10px;
	position: relative;
	text-align: center;
	z-index: 30;
	text-transform: uppercase;
}
.gallery_title h3 {
	background: url(../images/zoomer_title.png) no-repeat bottom center;
	position: relative;
	margin: -48px 0 0;
}
.gallery_title h3 span {
	background: #ffcf03;
	padding: 0 10px;
	color: #171311;
}
.gallery_loader {
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
	position: relative;
	width: 132px;
	height: 132px;
}
ul.portfolio_gallery_thumb {
	list-style: none;
	padding: 0;
	height: 100%;
	position: relative;
	text-align: center;
	margin: 20px auto;/* 20px 0 10px -20px */
	width:940px;
}
ul.portfolio_gallery_thumb li {
	padding: 0;
	position: relative;
	width: 132px;
	height: 140px;
	background: url(../images/gallery_thumb_shadow.png) no-repeat center bottom;
	display: inline-block;
	margin: 0 0 20px 10px;
}
ul.portfolio_gallery_thumb li img {
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #e3e3e3;
	position: absolute;
	left: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
}

/*  custome css */
ul.certificates li img {
	width: 120px;
	height: 120px;
	padding: 5px;
	background: none !important;
	position: absolute;
	left: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
	border: none !important;
}

/* end of custom */
ul.portfolio_gallery_thumb li img.hover {
	border: 1px solid #d4d4d4;
	background: #e3e3e3;
}
ul.portfolio_gallery_thumb li a:hover {
}
.gallery_thumb_shadow_large {
	background: url(../images/gallery_thumb_shadow_large.png) no-repeat bottom center;
	position: absolute;
	top: 196px;
	right: -64px;
	width: 230px;
	height: 14px;
}
.title {
	position:absolute;
	width:230px;
	height:47px;
	margin: 0;
	background: url(../images/gallery_title_bg.png) repeat-x;
	padding:0;
	text-align:center;
	color: #1c1c1c;
	line-height: 47px;
	top: 20px;
	left: 0px;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

/*=====================  image hover ===================== */

/*=====================  top menu - big myth ================*/

/* height 156px  width 90px */

#nav {
    position: absolute;
    right: 0;
}

#nav li a  {
    text-align: center;
    position: relative;
    height: 145px;
    width: 90px;
	display:block;
    background: url(../images/funds_nav_myth.png) no-repeat 0 0;
}

#nav li {
    list-style: none outside none;
    float: left;
	margin-left:10px;
}

#nav  li a.home_sprite  { background-position:-10px -188px; text-indent:-99999px; }
#nav li a:hover.home_sprite, #nav  li a.home_active { background-position:-10px -18px; }


#nav  li a.aboutus_sprite { background-position:-105px -188px; text-indent:-99999px;  }
#nav li a:hover.aboutus_sprite, #nav  li a.aboutus_active  {background-position:-105px -20px;}

#nav  li a.service_sprite { background-position:-200px -188px; text-indent:-99999px;  }
#nav li a:hover.service_sprite, #nav  li a.service_active  {background-position:-200px -20px;}

#nav  li a.media_sprite { background-position:-298px -188px; text-indent:-99999px;  }
#nav li a:hover.media_sprite, #nav  li a.media_active  {background-position:-296px -20px;}

#nav  li a.modus_sprite { background-position:-395px -188px; text-indent:-99999px;  }
#nav li a:hover.modus_sprite, #nav  li a.modus_active  {background-position:-395px -20px;}

#nav  li a.fv_school_sprite { background-position:-490px -188px; text-indent:-99999px;  }
#nav li a:hover.fv_school_sprite, #nav  li a.fv_school_active  {background-position:-490px -20px;}

#nav  li a.netwrok_sprite { background-position:-584px -188px; text-indent:-99999px;  }
#nav li a:hover.netwrok_sprite, #nav  li a.netwrok_active  {background-position:-584px -20px;}

 
.testimonial_paragraph {
	color: #666666;
	padding: 0 0 10px;
}

.textwidget {
	text-align:left;
}

.footer_testi ul li {
	list-style: outside;
}
/*bullet_checked.png*/
.footer_testi li {
	background: url(../images/bullet_arrow.png) no-repeat 0px -3px;
	list-style: none;
	padding: 0 0 10px 20px;
}


.one_half_service h4 {
	font-size:34px;
}

.one_half_service .service_list_1 li {
	list-style:none;
	/*height:35px;*/
}

.one_half_service .service_list_1 li .dropcaps_circle {
	font-size:16px;
}

.one_half_service .service_list_1 li p {
	padding-top:10px;
	line-height:15px !important;
}

.one_half_service .service_list_1 .service_list_2  li {
	list-style:none; padding-left:25px;
}

.special_space p {
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
}

.index_popup p {
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
	margin-bottom:10px;
}

.yellow_color {
	color:#FECE02 !important;
}

.index_popup b {
	font-style:italic;
}

.testimonial .testimonial_content {
	height:auto;
}

.small_desc_title {
	font-size:11px; color:#C0C0C0; text-align:right; text-transform:lowercase; font-family:Arial, Helvetica, sans-serif;
	width:100%;
	display:block;
}
.read_more.alignright img {
    margin-left: 5px;
    width: 10px;
}
.latest_posts_shortcode_content {
    width: 532px !important;
}
.userphoto > img {
    border-radius: 50px;
    width: 42px;
}

.userphoto {
    border-radius: 50px !important;
    float: left;
    height: 60px;
    width: 60px;
}
.testimonial_name {
    color: #FECE02;
}