/*---------------------------------------------------------------------------

	Theme Name: Zenfinite
	Theme URI: http://themeforest.net/user/ZingThemes
	Description: Simple, smart and flexible theme for business and portfolio
	Version: 1.0
	Author: ZingThemes
	Author URI: http://themeforest.net/user/ZingThemes
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------


	CSS Reset & Foundation


---------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
}

ol, ul {
}

blockquote, q {
	quotes: none; 
}

blockquote:before, blockquote:after,374
q:before, q:after {
	content: '';
	content: none; 
}

table {
	border-spacing: 0;
	border: 1px solid; 
	width: 100%; 
}

tr th {
	border-bottom: 1px solid;
	text-align: left;
}

tr th, tr td {
	padding: 9px 20px;
	border-right: 1px solid;
}

tr th:last-child, tr td:last-child {
	border-right: 0px;
}

table th { 
	font-weight: bold; 
}

/*---------------------------------------------------------------------------
	Body Foundation
---------------------------------------------------------------------------*/

body {
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	-webkit-text-size-adjust: 100%;
 }

 html { 
 	min-height: 100%; 
 }

/*---------------------------------------------------------------------------
	Typography Foundation
---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
}

h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

h2 {
	font-size: 25px;
	margin-bottom: 15px; 
}

h3 {
	font-size: 20px;
	margin-bottom: 15px; 
}

h4 {
	font-size: 18px;
	margin-bottom: 15px; 
}

h5 { 
	font-size: 16px;
	margin-bottom: 10px; 
}

h6 {
	font-size: 15px;
	margin-bottom: 15px; 
}

.subheader { 
	color: #777; 
}

p { 
	margin: 0 0 20px 0; 
}

p img { 
	margin: 0; 
}

p.lead { 
	font-size: 21px; 
	line-height: 27px; 
	color: #777; 
}

em { 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

small { 
	font-size: 80%; 
}

blockquote, blockquote p { 
	font-size: 17px; 
	line-height: 24px; 
	color: #777; 
	font-style: italic; 
}

blockquote { 
	margin: 0 0 20px; 
	padding: 9px 20px 0 19px; 
	border-left: 1px solid #ddd; 
}

blockquote cite { 
	display: block; 
	font-size: 12px; 
	color: #555; 
}

blockquote cite:before { 
	content: "\2014 \0020"; 
}

blockquote cite a { 
	color: #555; 
}

hr { 
	border: solid #ddd; 
	border-width: 1px 0 0; 
	clear: both; 
	margin: 10px 0 30px; 
	height: 0; 
}

/*---------------------------------------------------------------------------
	Links
---------------------------------------------------------------------------*/

a { 
	color: inherit; 
	text-decoration: none; 
	outline: 0; 
}

a:hover { 
	color: inherit; 
}

p a { 
	line-height: inherit; 
}


/*---------------------------------------------------------------------------
	Lists
---------------------------------------------------------------------------*/

ul, ol {
}

ul {
}

ol { 
	list-style: decimal; 
}

ol, ul.square, ul.circle, ul.disc, ul { 
	margin-left: 30px; 
}

ul.square { 
	list-style: square outside; 
}

ul.circle { 
	list-style: circle outside; 
}

ul.disc { 
	list-style: disc outside; 
}

ul ul, ul ol,
ol ol, ol ul { 
	margin: 4px 0 5px 30px; 
}

/*
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
*/

li { 
	line-height: 18px; 
}

ul.large li { 
	line-height: 21px; 
}

li p { 
	line-height: 21px; 
}

/*---------------------------------------------------------------------------
	Images
---------------------------------------------------------------------------*/

img.scale-with-grid {
	max-width: 100%;
	height: auto; 
}

img { 
	display: block; 
}
	
iframe { 
	display: block; 
}

/*---------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------*/

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	height: 29px; 
	line-height: 26px; 
	padding: 2px 14px 4px 14px; 
	display: inline-block;
	font-weight: bold; 
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-image: url('images/gradient-footer.png'); 
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}
		
a.zing-button {
	height: 26px; 
	line-height: 26px; 
	padding: 1px 12px 0px 12px; 
	display: inline-block; 
	background: url('images/gradient-header.png') repeat-x; 
	font-weight: bold; 
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.zing-button:hover {
	background-image: url('images/gradient-footer.png'); 
}
	
.zing-image-frame {
	padding: 4px; 
	display: inline-block;
}


/*---------------------------------------------------------------------------
	Tabs (Skeleton Framework)
---------------------------------------------------------------------------*/

ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px; 
}

ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0; 
}

ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px;
	border-width: 1px 1px 0 0;
	margin: 0;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 13px; 
}

ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; 
}

ul.tabs li:first-child a.active {
	margin-left: 0; 
}

ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px; 
}

ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; 
}

ul.tabs-content { 
	margin: 0 0 20px; 
	display: block; 
	list-style: none; 
}

ul.tabs-content > li { 
	display:none; 
}

ul.tabs-content > li.active { 
	display: block; 
}

ul.tabs:before,
ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

ul.tabs:after {
	clear: both; 
}

ul.tabs {
	zoom: 1; 
}


/*---------------------------------------------------------------------------
	Forms
---------------------------------------------------------------------------*/

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px; 
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff; 
}

select {
	padding: 0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
 	color: #444;
}

textarea {
	min-height: 60px; 
}

label,
legend {
	display: block; 
}

select {
	width: 220px; 
}

input[type="checkbox"] {
	display: inline; 
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; 
}

#searchform, #searchform input {
	margin-bottom: 0 !important;
}
	
/*---------------------------------------------------------------------------
	Tags
---------------------------------------------------------------------------*/

.wp-caption, .wp-caption-text,
.sticky, .gallery-caption,
.bypostauthor { 
	max-width: 100% !important; 
}

.alignright { 
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
}

.alignleft { 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
}

.aligncenter { 
	margin: 0 auto 0; 
}

.shortcode-image-left { 
	margin-right: 12px; 
}

.shortcode-imarg-right { 
	margin-left: 12px; 
}  

br.clear { 
	clear: both; 
	height: 0px; 
	display: block; 
}

.display-none { 
	display: none; 
}

.overflow-hidden { 
	position: relative; 
	overflow: hidden; 
}
	
.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.pt25{ padding-top: 25px !important; }

/*disable blank space*/
cufon[alt=" "] { 
	display: none !important; 
} 
	

/*---------------------------------------------------------------------------


	Theme Specific Styles


---------------------------------------------------------------------------*/

body {
	border-top: 8px solid #333;
}
	
.preloader { 
	display: block; 
	background:url(images/loading.gif) center center no-repeat; 
}
	
/*---------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------*/

.header-container {
	width: 980px !important;
}

div.header-wrapper { 
	position: relative;
	border-bottom: 1px;
	border-style: solid;
	margin-bottom: 30px;
}

div.logo-wrapper { 
	float: left; 
}

div.logo-wrapper img { 
	display: inline-block; 
}

.header-secondary {
	float: right;
}

h1.zing-page-heading {
	text-align: center;
	margin-bottom: 35px;
	line-height: 32px;
}

.navigation-wrapper .sf-menu .current-menu-ancestor a,
.navigation-wrapper .sf-menu .current-menu-item a {
}

.navigation-wrapper .sf-menu .current-menu-ancestor li a,
.navigation-wrapper .sf-menu ul .current-menu-item a { 
}

div.navigation-wrapper ul li ul li { 
	font-weight: normal; 
}

div.zing-responsive-dropdown { 
	display: none; 
}

div.zing-responsive-dropdown select { 
	width: 100%; 
	height: 30px; 
	margin-bottom: 30px; 
}

div#main-superfish-wrapper { 
	margin-left: 10px; 
}

/*---------------------------------------------------------------------------
	Page Core
---------------------------------------------------------------------------*/

div.zing-page-container { 
	position: relative; 
}

div.zing-page-heading { 
	padding: 25px 20px; 
	position: relative; 
	margin-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

h1.zing-page-title {
	float: left;
	margin: 0;
}

div.zing-page-content { 
	margin-top: 5px; 
}

div.pagination { 
	margin: 0px 10px 10px 10px; 
	text-align: left; 
	padding-right: 20px;
	position: relative; 
	z-index: 99;
}

div.pagination a, div.pagination span { 
	padding-left: 7px; 
	padding-right: 7px; 
	height: 20px; 
	line-height: 20px; 
	display: inline-block; 
	text-align: center; 
	border: 1px solid; 
	border-right: 0px; 
	border-color: inherit; 
	color: inherit; 
}

div.pagination a:last-child, div.pagination span:last-child { 
	border-right: 1px solid; 
	border-color: inherit; 
}

div.pagination a:hover { 
	background: none; 
	color: inherit; 
}

div.pagination span {
}
	
/*---------------------------------------------------------------------------
	Sidebars
---------------------------------------------------------------------------*/

div.zing-left-sidebar { 
	float: left; 
}

div.zing-right-sidebar { 
	float: left; 
}

div.zing-page-builder-element { 
	float: right; 
	padding-top: 20px; 
	margin-bottom: 10px;
}

div.zing-page-builder-frame { 
	float: left; 
}

div.custom-sidebar ul li {
	background: url('images/icon/arrow4.png') no-repeat 0px 11px;
}

div.custom-sidebar { 
	border-color: inherit; 
	margin-bottom: 35px; 
	clear: both; 
}

div.custom-sidebar div { 
	border-color: inherit; 
}

div.custom-sidebar ul { 
	list-style: none; 
	margin-left: 0px; 
	border-color: inherit; 
}

div.custom-sidebar ul li { 
	padding-top: 5px; 
	padding-bottom: 5px;
}

div.custom-sidebar ul li { 
	padding-left: 15px;
}

div.custom-sidebar ul li li:last-child { 
	border-bottom: none; 
	padding-bottom: 0px; 
}

div.custom-sidebar #recentcomments a { 
	background: none; 
}

div.custom-sidebar #twitter_update_list {
}

div.custom-sidebar #twitter_update_list li { 
	background: none; 
	padding-left: 0px; 
}

div.custom-sidebar #twitter_update_list li span {
	display: inline-block;
}

div.custom-sidebar #twitter_update_list li span a { 
	margin-top: 0px; 
	margin-right: 6px; 
	padding-left: 2px; 
	display: inline-block;
}

div.custom-sidebar #twitter_update_list li a { 
	display: table;
	margin-top: 5px;
	float: none;
	clear: both;
}

/*---------------------------------------------------------------------------
	Custom Widgets
---------------------------------------------------------------------------*/

div.custom-sidebar .textwidget {
}

div.custom-sidebar .zing-recent-post-widget { 
	border-color: inherit; 
}

div.custom-sidebar .recent-post-widget { 
	padding-top: 13px; 
	padding-bottom: 5px; 
	border-bottom: 0px solid; 
	border-color: inherit; 
}

div.custom-sidebar .recent-post-widget-thumbnail {
	background-color: #f3f3f3; 
	padding: 3px; 
	margin-right: 12px; 
	border: 1px solid #fff; 
	float: left; 
}

div.custom-sidebar .recent-post-widget-context { 
	overflow: hidden; 
	margin-top: 2px; 
}

div.custom-sidebar .recent-post-widget-date {
	margin-top: 4px; 
	height: 16px; 
	line-height: 19px;
	background-position: 0px 0px; 
}

div.custom-sidebar .recent-post-widget-comment-num {
	margin-top: 4px; 
	height: 16px; 
	line-height: 19px;
	background-position: 0px 0px; 
}

div.custom-sidebar .twitter-whole { 
	border-color: inherit; 
}

div.custom-sidebar .twitter-whole ul li a { 
	background: none; 
	padding: 0px; 
}

div.custom-sidebar .flickr-widget { 
	margin-top: 5px; 
	display: inline-block; 
}

div.custom-sidebar .flickr_badge_image { 
	margin: 8px 8px 0px 0px; 
	float: left; 
	width: 45px; 
	height: 45px; 
}

div.custom-sidebar .flickr-widget img { 
	width: 45px; 
	height: 45px; 
}

div.custom-sidebar .screenReader { 
	display: none; 
}

div.custom-sidebar .zing-recent-port-widget { 
	margin-top: 5px; 
}

div.custom-sidebar .recent-port-widget { 
	float: left; 
	margin-right: 10px; 
	margin-top: 10px; 
}
	
div.left-sidebar-wrapper,
div.right-sidebar-wrapper { 
	padding-top: 20px;
}

div.right-sidebar-wrapper .custom-sidebar-title,
div.left-sidebar-wrapper .custom-sidebar-title { 
	line-height: 18px; 
	padding: 0px; 
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*--- Sitemap ---*/

div.sitemap .custom-sidebar-title { 
	padding: 0px 0px 10px 0px; 
	font-size: 17px; 
	border-bottom: 1px solid; 
	border-color: inherit; 
}

/*--- Tags ---*/

.tagcloud { 
	border-color: inherit; 
	display: inline-block; 
}

.tagcloud a {
	font-size: 12px !important; 
	display: block; 
	float: left; 
	padding: 3px 8px 3px 8px; 
	margin-right: 10px;
	margin-top: 10px;
}

/*--- Calendar ---*/

#calendar_wrap { 
	border-color: inherit; 
}

#wp-calendar { 
	width: 100%; 
	border-color: inherit; 
	border-width: 0px; 
}

#wp-calendar caption { 
	font-size: 13px; 
	font-weight: bold; 
	margin: 5px auto 15px; 
	padding-bottom: 6px; 
	border-bottom: 0px; 
	border-color: inherit; 
}

#wp-calendar td { 
	padding: 4px; 
	text-align: center; 
	border-right: 0px; 
}

#wp-calendar th { 
	padding: 0px; 
	text-align: center; 
	border-right: 0px; 
	border-bottom: 0px; 
	background: transparent; 
}

/*--- Search ---*/

div.custom-sidebar #searchsubmit { 
	position: absolute; 
	height: 27px; 
	top: 0px; 
	right: 2px; 
	cursor: pointer;
	width: 28px; 
	border: 0px; 
	border-image: initial; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
}

div.custom-sidebar #search-text { 
	margin-right: 10px; 
}

div.custom-sidebar #searchform { 
	position: relative; 
	margin-top: 10px; 
	margin-bottom: 0; 
	width: 96%; 
}

div.custom-sidebar #search-text input[type="text"] { 
	margin-bottom: 0; 
	width: 100%; 
}

div.custom-sidebar #searchform br.clear { 
	display: none; 
}

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

div.custom-sidebar label, legend { 
	font-weight: bold; 
	margin-bottom: 7px; 
}

div.custom-sidebar .error {
	margin-bottom: 15px; 
}

div.custom-sidebar #contactForm input, 
div.custom-sidebar #contactForm textarea { 
	width: 100%;  
}

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

div.footer-widgets {
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

div.footer-widgets .container {
	background: transparent;
}

div.footer-widgets .column {
	margin-bottom: 0px;
}

div.footer-widgets .custom-sidebar {
}

div.footer-widgets .custom-sidebar-title {
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.footer-widgets .custom-sidebar #searchform { 
	margin-top: 15px; 
	margin-bottom: 0; 
	width: 100%; 
	margin-left: 0px;  
}

div.footer-wrapper div.custom-sidebar ul li { 
	background: url('images/icon/arrow4.png') no-repeat 0px 14px; 
}

/*--- Footer Widgets ---*/

div.footer-wrapper div.contact-form-wrapper input[type="text"], 
div.footer-wrapper div.contact-form-wrapper input[type="password"], 
div.footer-wrapper div.contact-form-wrapper textarea, 
div.footer-wrapper div.custom-sidebar #search-text input[type="text"], 
div.footer-wrapper div.custom-sidebar .contact-widget-whole input, 
div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	 -moz-box-shadow: none; 
	 -webkit-box-shadow: none; 
	 box-shadow: none;
}

div.footer-wrapper a.button, div.footer-wrapper button { 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border: 0 !important; 
	background: #222 !important; 
}

div.footer-wrapper #wp-calendar caption { 
	font-size: 15px; 
	border: none; 
	margin-bottom: 15px; 
}

div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
}

/*--- Copyright / Credits ---*/

div.footer-credits {
	padding: 20px 0;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}

.credits-text {
	float: left;
	margin: 0;
}

div.social-media {
	float: right;
}

div.social-icon img { 
	display: block; 
}

div.social-icon { 
	float: left; 
	text-align: center; 
	margin-left: 7px; 
	cursor: pointer; 
}

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

div.comment-wrapper {  
	margin-top: 40px; 
}

div.comment-wrapper .comment-title {  
	font-size: 18px; 
}

div.comment-wrapper .comment-form-comment { 
	margin-right: 40px; 
}

div.comment-wrapper #reply-title { 
	font-size: 18px; 
	margin-bottom: 15px; 
}

div.comment-wrapper input[type="text"], 
input[type="password"] {
	width: 320px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0px 0px 0px 10px; 
	margin: 5px 0 25px; 
	line-height: 20px; 
}

div.comment-wrapper textarea {
	height: 165px; 
	width: 590px; 
	margin: 5px 0 25px; 
	padding: 10px; 
	max-width: 100%;
	line-height: 20px; 
}

div.comment-wrapper .comment-form-author input,
div.comment-wrapper .comment-form-email input,
div.comment-wrapper .comment-form-url input { 
	float: left; 
}

div.comment-wrapper .comment-form-author label,
div.comment-wrapper .comment-form-email label,
div.comment-wrapper .comment-form-url label { 
	float: left; 
	line-height: 32px; 
	margin: 5px 0px 0px 10px; 
}

div.comment-wrapper .comment-form-author span,
div.comment-wrapper .comment-form-email span,
div.comment-wrapper .comment-form-url span { 
	float: left; 
	line-height: 32px; 
	margin-left: 2px; 
}
	
ol.comment-list { 
	margin: 0px; 
	list-style: none; 
}

ol.comment-list .comment-body { 
	border-bottom: 1px solid; 
	margin-top: 22px; 
	padding-bottom: 22px; 
}

ol.comment-list ul { 
	margin: 0px 0px 0px 30px; 
	list-style: none; 
}

div.comment-avartar { 
	float: left; 
}

div.comment-context { 
	margin-left: 70px; 
}

span.comment-author {  
	margin-right: 5px; 
	font-size: 13px;
	font-weight: bold;
	display: block;
}

span.comment-date { 
	font-size: 11px;
}

span.comment-time {
	font-size: 11px;
	margin-right: 5px;
}

.comment-reply {
	font-size: 11px;
}

div.comment-content { 
	margin-top: 7px; 
}

div.comment-wrapper #respond { 
	margin-top: 30px; 
}

/*---------------------------------------------------------------------------
	Sliders
---------------------------------------------------------------------------*/

div.slider-wrapper {
	position: relative; 
	overflow: hidden;
}

.zing-slider-caption {
	position: absolute;
	bottom: 50px; 
	left: 0px; 
	font-size: 22px; 
	padding: 17px 24px;
	max-width: 50%;
}

/*---------------------------------------------------------------------------
	Page Elements
---------------------------------------------------------------------------*/

/*--- Accordian ---*/

ul.zing-accordion {
	list-style: none;
	margin-left: 0px;
}

ul.zing-accordion li { 
	list-style: none;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}

h2.accordion-head {
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	cursor: pointer;
}

div.accordion-content {
	padding: 0px 0px 20px 35px;
	overflow: hidden;
}

span.accordion-head-image {
	width: 18px; 
	height: 18px; 
	float: left; 
	margin-right: 13px; 
	cursor: pointer; 
	display: block; 
}

div.accordion-head p { 
	margin-bottom: 0px; 
}

ul.zing-accordion .accordion-content ul li { 
	list-style: disc; 
	border-bottom: 0px; 
	margin-bottom: 5px; 
}

span.accordion-head-image.active,
span.toggle-head-image.active {
	background: url('images/icon/toggle-minus.png');
}

span.accordion-head-image,
span.toggle-head-image {
	background: url('images/icon/toggle-plus.png');
}

/*--- Gallery ---*/

h3.gallery-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }
div.gallery-thumbnail-image{ padding: 4px; }

/*--- Toggle ---*/

h3.toggle-header-title {
	font-size: 14px;
	margin-bottom: 25px;
}

ul.zing-toggle {
	margin-left: 0px;
}

ul.zing-toggle li {
	list-style: none; 
	border-bottom: 1px solid #ececec; 
	margin-bottom: 15px; 
}

h2.toggle-head { 
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	font-size: 18px;
	cursor: pointer;
}

div.toggle-content {
	padding: 0px 0px 20px 35px;
	overflow: hidden;
}

span.toggle-head-image { 
	width: 18px; 
	height: 18px; 
	float: left; 
	margin-right: 13px; 
	cursor: pointer; 
}

div.toggle-head p {
	margin-bottom: 0;
}

ul.zing-toggle .toggle-content ul li {
	list-style: inherit; 
	border-bottom: 0px; 
	margin-bottom: 5px; 
}

/*--- Intro ---*/

div.intro-wrapper {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px;
	border-left: 3px;
	border-style: solid;
}

h1.intro-title { 
	margin: 0;
	line-height: 37px;
}

div.intro-caption {
	font-size: 17px;
	line-height: 26px;
}

/*--- Dividers ---*/

div.divider { 
	position: relative; 
	margin-top: 8px;
}

div.scroll-top { 
	position: absolute; 
	top: -19px; 
	right: 2px; 
	cursor: pointer; 
	font-size: 10px; 
}

/*--- Portfolio ---*/

div.zing-portfolio-title-wrapper { 
	margin: 0px 10px 20px; 
	padding: 11px 17px 12px; 
	position: relative; 
}

div.portfolio-thumbnail-image { 
	text-align: center; 
	position: relative; 
}

div.portfolio-thumbnail-image img { 
	display: block; 
	margin: 0px auto; 
}

div.portfolio-thumbnail-video { 
	text-align: center; 
}

div.portfolio-thumbnail-video object { 
	display: block; 
	margin: 0px auto;
}

div.portfolio-thumbnail-slider { 
	text-align: center; 
	margin: 0px auto; 
	overflow: hidden; 
}

div.portfolio-thumbnail-slider .flexslider { 
	display: block; 
}

div.portfolio-thumbnail-slider ol.flex-control-nav { 
	display: none; 
}

div.portfolio-thumbnail-slider ul.flex-direction-nav .prev { 
	background: url('images/thumb-slide-left.png'); 
	width: 22px; 
	height: 22px;
	bottom: 10px; 
	right: 38px; 
	top: auto;
}

div.portfolio-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumb-slide-right.png'); 
	width: 22px; 
	height: 22px;
	bottom: 10px; 
	right: 10px; 
	top: auto; 
}

h2.portfolio-thumbnail-title {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px;
	border-style: solid;
}

div.portfolio-thumb-text {
}

div.portfolio-thumbnail-title a { 
	color: inherit; 
}

div.portfolio-thumbnail-content { 
	margin-top: 8px; 
}

div.portfolio-bottom { 
	height: 15px; 
	display: block; 
	clear: both; 
}

span.portfolio-thumbnail-image-hover {
	opacity: 0; 
	filter: alpha(opacity=0); 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background: #000; 
	background: url('images/portfolio-overlay.png'); 
	display: block; 
}

span.portfolio-thumbnail-image-hover span { 
	top: 50%; 
	left: 50%; 
	margin-left: -23px; 
	margin-top: -23px; 
	width: 43px; 
	height: 43px; 
	position: absolute; 
	display: block; 
}

span.portfolio-thumbnail-image-hover span.hover-link { 
	background: url('images/image-overlay-link.png') no-repeat; 
}

span.portfolio-thumbnail-image-hover span.hover-video { 
	background: url('images/image-overlay-video.png') no-repeat; 
}

span.portfolio-thumbnail-image-hover span.hover-zoom { 
	background: url('images/image-overlay.png') no-repeat; 
}

.portfolio-item-holder.masoned { 
	overflow: hidden; 
}

/*--- Full-width Portfolio ---*/

div.sixteen.columns.portfolio-item { 
	padding-bottom: 22px; 
	border-bottom: 1px solid #ececec;
}

div.sixteen.columns.portfolio-item:last-child { 
	padding-bottom: 0px; 
	border: 0px; 
}

div.sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 
	float: left; 
	width: 620px; 
}

div.sixteen.columns.portfolio-item .portfolio-thumb-text { 
	padding-left: 20px; 
	float: none; 
	overflow: hidden; 
}

div.sixteen.columns.portfolio-item .portfolio-thumbnail-title { 
	font-size: 18px; 
	margin-top: 12px; 
}

div.sixteen.columns.portfolio-item .portfolio-thumbnail-content { 
	margin-top: 12px; 
}

div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 
	float: left; 
	width: 320px; 
}

div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumb-text { 
	padding-left: 20px; 
	margin-right: 10px;
}

div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 
	float: left; 
	width: 180px; 
}

div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumb-text { 
	padding-left: 20px; 
	margin-right: 10px;
}

ul#portfolio-item-filter { 
	margin: 0px 5px 25px !important;
	list-style:none; 
}

ul#portfolio-item-filter li { 
	float: left; 
	margin: 7px 2px 0px 5px; 
}

ul#portfolio-item-filter li a { 
	font-size: 13px; 
}

ul#portfolio-item-filter li span { 
	margin-left: 5px; 
}

ul#portfolio-item-filter li:last-child span { 
	display:none; 
}

/*--- Single Portfolio ---*/

div.project-single-text { 
	margin-bottom: 20px; 
}

div.both-sidebar-included .project-single-meta { 
	margin-right: 0px; 
	float: none; 
	width: auto; 
}

div.both-sidebar-included .blog-meta-item-single { 
	float: left; 
	margin-right: 10px; 
}

div.single-port-thumbnail-image,
div.single-port-thumbnail-video,
div.single-port-thumbnail-slider { 
	margin-right: 20px; 
	float: left; 
	width: 580px; 
}

div.sidebar-included .single-port-thumbnail-image,
div.sidebar-included .single-port-thumbnail-video, 
div.sidebar-included .single-port-thumbnail-slider,
div.both-sidebar-included .single-port-thumbnail-image,
div.both-sidebar-included .single-port-thumbnail-video, 
div.both-sidebar-included .single-port-thumbnail-slider { 
	margin: 0px 0px 15px; 
	float: none; 
	width: auto !important; 
}

div.single-port-thumbnail-slider .flex-control-nav { 
	display: none; 
}

div.single-port-thumbnail-slider ul.flex-direction-nav .prev { 
	background: url('images/thumb-slide-left.png'); 
	width: 22px; 
	height: 22px; 
	bottom: 20px;
	right: 47px; 
	top: auto;
}

div.single-port-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumb-slide-right.png'); 
	width: 22px; 
	height: 22px;
	bottom: 20px; 
	right: 20px; 
	top:auto; 
}

div.project-single-desc { 
	overflow: hidden; 
}

div.social-share-title { 
	margin-top: 20px; 
	font-size: 18px; 
}

div.post-sharing ul { 
	list-style: none; 
	margin-left: 0px; 
	margin-top: 15px; 
}

div.post-sharing ul li { 
	float: left; 
	margin-right: 5px; 
	margin-bottom: 0px; 
}

/*--- Blog ---*/

h2.blog-thumbnail-title a { 
	color: inherit;
}

div.blog-thumbnail-image,
div.blog-thumbnail-slider,
div.blog-thumbnail-video {
	margin-bottom: 20px;
}

div.blog-thumbnail-slider .flex-control-nav {
	display: none; 
}

div.blog-thumbnail-slider ul.flex-direction-nav .prev { 
	background: url('images/thumb-slide-left.png');
	width: 22px; 
	height: 22px;
	bottom: 10px;
	right: 38px;
	top: auto;
}

div.blog-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumb-slide-right.png');
	width: 22px;
	height: 22px;
	bottom: 10px;
	right: 10px;
	top: auto;
}

div.blog-item-holder .blog-item2 .blog-thumbnail-title {
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.blog-thumbnail-info {
	margin-bottom: 15px; 
}

.blog-meta-item {
	float: left;
	font-size: 13px;
	margin-right: 10px;
	padding-left: 23px;
}

.meta-date {
	background: url(images/icon/date.png) 0 4px no-repeat;
}

.meta-tags {
	background: url(images/icon/tags.png) 0 4px no-repeat;
}

.meta-comments {
	background: url(images/icon/comments.png) 0 5px no-repeat;
}

div.both-sidebar-included div.blog-item2 h2.blog-thumbnail-title { 
	margin-top: -4px; 
}

div.both-sidebar-included .blog-item-holder .blog-item2 .blog-meta-item { 
	float: left;
	font-size: 13px;
	margin-right: 10px; 
}

/*--- Shortcode ---*/

.shortcode1-4 { 
	width: 23%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode1-3 { 
	width: 31.33%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode1-2 { 
	width: 48%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode2-3 { 
	width: 64.66%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode3-4 { 
	width: 73%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode1 { 
	width: 98%; 
	margin-right: 2%; 
	float: left; 
}

a.zing-button.shortcode-large-button { 
	margin-bottom: 20px; 
	margin-right: 10px;
	padding: 0px 21px 0px 21px; 
	height: 38px; 
	line-height: 38px; 
	font-size: 14px; 
}

a.zing-button.shortcode-medium-button { 
	margin-bottom: 20px; 
	margin-right: 10px;
	padding: 0px 15px 0px 15px; 
	height: 30px; 
	line-height: 30px; 
	font-size: 12px; 
}

a.zing-button.shortcode-small-button { 
	margin-bottom: 20px; 
	margin-right: 10px; 
	text-shadow: none; 
	font-size: 11px; 
}

div.shortcode-block-quote-left { 
	width: 33%; 
	float: left; 
	margin: 15px 20px 15px 20px; 
	padding: 10px 30px;
	border-left: 2px solid #ddd; 
	font-size: 16px;
	line-height: 24px;
}

div.shortcode-block-quote-right { 
	width: 33%; 
	float: right; 
	margin: 15px 20px 15px 20px; 
	padding: 10px 30px; 
	border-left: 2px solid #ddd; 
	font-size: 16px;
	line-height: 24px;
}

div.shortcode-block-quote-center{ 
	margin: 0px 20px 20px 20px; 
	text-align: center; 
	padding: 10px; 
	border-left: 2px solid #ddd; 
	font-size: 16px;
	line-height: 24px;
}

div.shortcode-dropcap { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-right: 10px; 
	float: left; 
	font-size: 16px; 
	width: 34px; 
	height: 34px; 
	line-height: 32px; 
	text-align: center;
}

div.shortcode-dropcap.circle {
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

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

div.contact-form-wrapper ol { 
	margin: 0px; 
	list-style: none; 
}

div.contact-form-wrapper ol li { 
	margin-bottom: 20px; 
}

div.contact-form-wrapper ol li.sending-result { 
	max-width: 622px; 
	display: none; 
}

div.contact-form-wrapper ol li.sending-result .message-box-wrapper { 
	padding: 10px 15px 10px 15px; 
}

div.contact-form-wrapper ol li div.error { 
	display: none; 
}

div.contact-form-wrapper input[type="text"], 
input[type="password"] {
	width: 320px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0px 0px 0px 7px; 
	margin: 10px 0 10px;
	line-height: 20px; 
	max-width: 90%; 
}

div.contact-form-wrapper .textarea { 
	margin-right: 32px; 
}

div.contact-form-wrapper textarea {
	height: 165px; 
	width: 590px; 
	margin: 10px 0 10px; 
	padding: 10px; 
	max-width: 100%;
	line-height: 20px; 
}

div.contact-form-wrapper .contact-submit { 
	float: left; 
}

div.contact-form-wrapper .contact-loading {
	width: 16px; 
	height: 16px; 
	float: left; 
	margin: 7px 0px 0px 15px; 
	display: none;
	background: url('images/loading.gif'); 
}
	
/*--- Pricing Table ---*/

div.zing-pricing-table { 
	margin-bottom: 20px;
}

.zing-pricing-table ul,
.zing-pricing-table ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zing-pricing-table ul li,
.zing-pricing-table ol li {
	padding: 3px 0;
	font-size: 13px;
}

div.zing-pricing-table .pricing-table { 
	border: 1px solid; 
	border-color: inherit; 
	margin-left: -1px; 
	padding-bottom: 30px;
}

div.zing-pricing-table .price-tag {
	font-size: 38px; 
	line-height: 40px; 
	text-align: center;
	padding: 10px 0 15px;
}

div.zing-pricing-table .price-title { 
	font-size: 16px; 
	text-align: center;
	padding-top: 25px;
}

div.zing-pricing-table .price-button { 
	text-align: center; 
	margin-top: 25px; 
}

div.zing-pricing-table .price-content { 
	text-align: center;
}

div.zing-pricing-table .price-content .shortcode-list { 
	display: inline-block; 
}

/*--- Code ---*/

.zing-code {
	overflow: hidden; 
	padding: 15px; 
	border: 1px #eee solid; 
	clear: both; 
	background: #f9f9f9;
	margin-bottom: 20px; 
	color: #555; 
	font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

/*--- Contact Form 7 ---*/

span.wpcf7-form-control-wrap input[type="text"],
span.wpcf7-form-control-wrap input[type="[password"],
span.wpcf7-form-control-wrap textarea {
	width: 320px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0px 0px 0px 7px; 
	margin: 10px 5px 10px; 
	line-height: 20px; 
}

span.wpcf7-form-control-wrap input.wpcf7-file { 
	width: auto; 
	height: auto; 
	background-color: transparent; 
	border: none;
	-webkit-box-shadow: none; 
	box-shadow: none; 
	margin-left: 0; 
}

span.wpcf7-form-control-wrap textarea { 
	height: 165px; 
	width: 590px; 
	margin: 10px 5px 10px; 
	padding: 10px; 
	max-width: 100%; 
	line-height: 20px; 
}

div.wpcf7 p { 
	font-weight: bold; 
}

div.wpcf7 p span.wpcf7-form-control-wrap textarea, 
div.wpcf7 p span.wpcf7-form-control-wrap input { 
	font-weight: normal; 
}

div.wpcf7 .ajax-loader { 
	display: none; 
}

/* Responsive anything video fix */
.anythingSlider .fluid-width-video-wrapper{
	padding: 0px !important;
}