/*
Theme Name: Prayer
Theme URI: http://www.cssigniter.com/ignite/themes/prayer
Author: CSSIgniter.com
Author URI: http://www.cssigniter.com
Description: A Church Theme for WordPress
Version: 1.5
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Main Navigation
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins

*/


/* -----------------------------------------
	General
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	letter-spacing: -0.03em;
	line-height: 1;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
	margin: 0 0 15px 0;
}

a, a:visited, a:focus {
	transition: color 0.18s ease, background-color 0.18s ease;
}

a:hover {
	color: #303030;
}

body {
	/*font-family: 'Lato', sans-serif;*/
        font-family: Century Gothic;
	font-size: 14px;
	background: #CCC;
	color: #303030;
	line-height: 1.6;
}

#page > .container {
	background: #FFF;
	background: rgba(255,255,255,0.9);
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0 0 35px rgba(0,0,0,0.15);
}

/* -----------------------------------------
	Header
----------------------------------------- */
#header {
}

#logo {
	margin: 0 0 -2px 0;
	line-height: 2.7;
	font-weight: 900;
	font-size: 30px;
}

#logo a,
#logo a:visited {
	color: #000;
}

#logo a:hover {
	text-decoration: none;
}

.tagline {
	font-size: 14px;
	font-weight: normal;
	color: #929292;
	margin: 0;
}

.mast-head {
	padding-top: 7px;
	padding-bottom: 7px;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

/* Navigation functional styles  ---------------------- */
.alt-nav { display: none; }
#nav ul { margin: 0; padding: 0; list-style: none; float:right; }
#navigation li { position: relative; z-index: 100;}
#navigation > li { float: left; }
#navigation ul { position: absolute; z-index: 300; top: -999em; }
#navigation ul ul { }
#navigation li:hover > ul,
#navigation .sfHover > ul { top: auto; }
#navigation li li:hover > ul,
#navigation li .sfHover > ul { top: 0; left: 100%; }
#navigation li li li:hover > ul,
#navigation li li .sfHover > ul{ top: 0; left: 100%; }
#navigation a, #navigation a:visited { display: block; white-space: nowrap; }

#nav {
	padding: 5px 5px;
	background: #3B3B3B url(images/nav_bg.png);
} /* Navigation Container */

.arrow {
   padding:0px 17px;
	background: url(images/arrow.jpg) no-repeat left 5px  !important;
} /* arrow */

#navigation a, #navigation a:visited {
	color: #FFF;
	/*text-transform: uppercase;*/
	font-size: 14px;
	letter-spacing: -0.05em;
	padding: 10px 10px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 1px;
} /* Global Menu Link Styles */

#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited {
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
} /* First Level & Global Menu Link Hover Styles */

#navigation > li > a,
#navigation > li > a:visited { } /* First Level Menu Link Styles */

#navigation > li ul a,
#navigation > li ul a:visited { } /* All Other Menu Level Link Styles */

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited { } /* All Other Level Menu Link Hover Styles */

#navigation > li.current_page_item > a,
#navigation > li.current_page_item > a:visited,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-item > a:visited,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-ancestor > a:visited {
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
} /* WordPress Current/Ancestor Page Styles */

#navigation ul {
	background: #3B3B3B url(images/nav_bg.png);
	padding: 5px;
} /* All Lower Level Menu Container Styles */


#navigation a.sf-with-ul {
	padding-right: 35px;
	position: relative;
}

/* Styling for navigation arrows  ---------- */
#navigation a:hover:after ,
#navigation > .sfHover > a.sf-with-ul:after,
#navigation > .sfHover > a.sf-with-ul:visited {
	border-top-color: #FFF;
}

#navigation > li.current_page_item > a.sf-with-ul:after,
#navigation > li.current_page_item > a.sf-with-ul:visited:after,
#navigation > li.current-menu-item > a.sf-with-ul:after,
#navigation > li.current-menu-item > a.sf-with-ul:visited:after {
	border-top-color: #fff;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 18px;
	height: 0;
	width: 0;
	margin-top: 1px;
	border: 4px solid transparent;
	border-top-color: #FFF;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after,
#navigation > li.current-menu-ancestor > .sf-with-ul:after,
#navigation > li.current-menu-item > .sf-with-ul:after {
	border-top-color: #202020 !important;
}

/* Styling for right facing arrows  ---------- */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -2px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #FFF;
}

.sf-arrows ul > li .sf-with-ul:focus:after,
.sf-arrows ul > li:hover .sf-with-ul:after,
.sf-arrows ul > li.sfHover .sf-with-ul:after {
	border-left-color: #202020;
	border-top-color: transparent !important;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

/* Home Slider */
#home-silder-container {
	margin-bottom: 25px;
}

.slides a,
.slides a:visited {
	color: #FFF;
}

.slide-title {
	width: 100%;
	padding: 0 15%;
	top: 50%;
	margin: -50px auto 0;
	text-align: center;
	position: absolute;
}

.slides h3 {
	font-size: 30px;
	font-style: italic;
	font-weight: 900;
	text-shadow: 0 2px 0 rgba(0,0,0,0.95);
	line-height: 1.1;
}

.flex-direction-nav a:before {
	font-size: 22px;
}

.flex-direction-nav a,
.flex-direction-nav a:visited {
	width: auto;
	height: auto;
	top: 50%;
	margin-top: -23px;
	opacity: 1;
	text-align: center !important;
	color: #323232;
	overflow: visible;
}

.flex-direction-nav a:before {
	padding: 8px 0 0 0;
	width: 46px;
	height: 46px;
	z-index: 2;
	position: relative;
}

.flex-direction-nav a:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: -11px;
	z-index: 0;
	border: 11px solid transparent;
}

.flex-direction-nav .flex-next:after {
	left: auto;
	right: -11px;
}

.flex-direction-nav .flex-prev {
	left: -10px;
}

.flex-direction-nav .flex-next {
	right: -10px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: -10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: -10px;
}

.flex-control-paging li a {
	background: #323232;
	color: #323232;
	opacity: 1;
}

.flex-control-nav li {
	margin: 0 3px;
}

/* Main Homepage Area */

#main {
	margin-bottom: 50px;
	padding :30px 30px 20px 35px; 
	background-color : #FAFAFA;
	/*padding: 30px 0 25px 0;*/
	/*border-bottom: 1px solid #D9D9D9;*/
}

.sermon-item {
	margin-bottom: 30px;
}

.sermon-thumb {
	position: relative;
	z-index: 2;
}

.sermon-tools {
	position: absolute;
	top: 5px;
	left: -10px;
	padding: 3px 10px 3px 13px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	line-height: normal;
}

.sermon-tools:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: -5px;
	border: 5px solid transparent;
	z-index: -1;
}

.sermon-tools a,
.sermon-tools a:visited {
	color: #323232;
	font-size: 16px;
	padding: 0 3px;
	display: inline-block;
}

.sermon-tools a:hover {
	opacity: 0.8;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.entry-thumb {
	/*border: 5px solid #2f2f2f;
	box-shadow: 0 0 13px rgba(0,0,0,0.08);*/
	margin-bottom: 15px;
}

.entry-thumb img.alignnone,
.entry-thumb img.alignleft,
.entry-thumb img.alignright {
	margin: 0;
}

.single-personnel .entry-thumb img {
	width: 100%;
	height: auto;
}

time {
	font-size: 12px;
}

.entry-title > a,
.entry-title > a:visited,
.sermon-item h1 a,
.sermon-item h1 a:visited {
	color: #303030
}

.entry-title,
.sermon-item h1,
.page .sidebar .entry-title,
.single .sidebar .entry-title,
.page .listing .entry-title {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 14px
}

.entry {
	margin-bottom: 30px;
}

/* -----------------------------------------
	Listing Pages
----------------------------------------- */
.page-title {
	line-height: normal;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
	font-size: 22px;
}

#pagination {
	margin: 15px 0 15px 0;
	clear: both;
}

#pagination a,
#pagination span {
	border: 1px solid #ccc;
	padding: 7px 12px;
	margin-right: 5px;
	color: #323232;
}

#pagination a:hover {
	text-decoration: none;
}

#pagination a.current {
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.gallery-item {
	margin-bottom: 30px;
}

/* -----------------------------------------
	Single Entry / Single Sermon Styles
----------------------------------------- */
.single .entry-title {
	margin-bottom: 0;
	font-size: 26px;
}

.entry-meta {
	margin-bottom: 20px;
	padding: 5px 0;
	border-bottom: 1px solid #E0E0E0;
}

#sermon-tabs.ui-tabs {
	padding: 0;
	margin-bottom: 20px;
}

#sermon-tabs .ui-tabs-nav {
	padding: 0;
}

#sermon-tabs .ui-tabs-nav li {
	margin: 0;
	padding: 0;
}

#sermon-tabs .ui-tabs-nav li > a,
#sermon-tabs .ui-tabs-nav li > a:visited {
	color: #303030;
	padding: 8px 35px;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	outline: none;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}

#sermon-tabs .ui-tabs-nav li:last-child a {
	border-right: 1px solid #E0E0E0;
}

#sermon-tabs .ui-tabs-nav li.ui-tabs-active > a,
#sermon-tabs .ui-tabs-nav li.ui-tabs-active > a:visited {
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

#sermon-tabs .ui-tabs-panel {
	background: #f5f5f5;
	padding: 0;
	border: 1px solid #E0E0E0;
	position: relative;

}

#sermon-tabs #transcript.ui-tabs-panel {
	padding: 20px 20px 5px 20px;
	font-family: 'Lucida Console', 'Courrier New';
}


#sermon-tabs .ui-tabs-nav li.ui-tabs-active .mp3-dl,
#sermon-tabs .ui-tabs-nav li .mp3-dl {
	cursor: pointer !important;
	padding: 0 !important;
	background: none;
	border: none;
	color: #000;
	text-align: center;
	position: absolute;
	right: 12px;
	top: 9px;
}

.mp3-dl:hover {
	color: #FFF;
}

.entry blockquote {
	margin: 20px 0 10px;
	padding-left: 25px;
	border-left: 5px solid #E0E0E0;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0.025em;
}

.entry-content,
.entry-excerpt {
	font-size: 14px;
	margin-bottom: 25px;
}

.entry-content {
	margin-bottom: 40px;
}

/* -----------------------------------------
	Galleries
----------------------------------------- */
.single-gallery .entry,
.page-template-template-galleries-listing-php .entry { margin-bottom: 0; }

.entry-thumb > a {
	display: block;
	line-height: normal;
}
.entry-thumb > a > i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF !important;
	opacity: 0.4;
	font-size: 50px;
	transition: 0.15s;
	margin-top: -30px;
	margin-left: -28px;
}

.entry-thumb:hover > a >  i {
	opacity: 1;
}

/* -----------------------------------------
	Events
----------------------------------------- */
.event-list { margin:0 0 40px 0; list-style: none; padding: 0; line-height: normal; }
.event-list li { position:relative; max-height: 80px; overflow: hidden; border: 1px solid #E0E0E0; border-bottom-width: 0; border-top-width: 0;}
.event-list li:last-child { border-bottom-width: 1px; }
.event-list li:first-child { border-top-width: 1px; }
.event-list .event-place { float:left; padding:20px 0 0 20px; }
.event-list .event-sub-head { font-size:14px; }
.event-list .event-main-head { font-size:13px; }
.event-list .action-btn { position:absolute; top:27px; right:24px; }
.event-list .event-thumb { float:left;}
.event-list .event-thumb img { display:block; }
.event-list .event-sub-head { margin-bottom: 1px; display: block; font-size: 1.1em; }
.event-list .event-main-head { font-weight: bold; font-size: 13px; display: block; }

.event-list p { margin-bottom:0; }
.event-list .event-date {  padding: 8px 0 16px; margin: 0; float:left; width: 60px; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,0.5); border-right: 1px solid transparent; }
.event-date .day, .event-date .year { font-weight:900; display:block; }
.event-date .day, .event-date .time { font-size:24px; }
.event-date .day { margin-bottom: -3px; }
.event-date .year, .event-date .date { font-size:14px; }
.event-date .date { display: block; font-weight: 900; text-transform: uppercase; }
.event-date .time { display: block; font-weight: 900; font-size: 18px; }

.event-meta { padding: 10px 0; margin: 15px 0 20px 0; list-style: none; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; }
.event-meta li { padding: 2px 0; }
#map { width: 100%; height: 200px; margin-bottom: 15px; }

/* -----------------------------------------
	Contact Page
----------------------------------------- */
#contact-map {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}

#contact-map *,
#map * {
	max-width: none !important;
}

/* -----------------------------------------
	Footer
----------------------------------------- */
#footer .widget-title,
#footer .section-title {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.copy {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #D9D9D9;
}

.text-right {
	text-align: right;
}

#footer a,
#footer a:visited {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}


/* -----------------------------------------
   Comments
----------------------------------------- */
#comments { margin: 0 0 30px 0;}
ol#comment-list { margin: 0; padding: 0; }
.comment-meta { padding-bottom: 0; margin-bottom: 0; display: block; font-family: "Roboto Condensed", sans-serif;}
.comment-meta a, .comment-meta a:visited { color: #000; font-weight: bold; }
.post-comments { margin: 10px 0 0 0; }
.post-comments h2 {  }
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments > ol { margin-left:0; margin-bottom:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative; }
.post-comments .avatar { float: left; top:0; left:0; margin: 0 15px 5px 0; text-align: center;}
.post-comments .comment-text { margin-bottom: 20px; padding: 15px; background: rgba(255,255,255,0.8); }
.post-comments > .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left: 80px;  padding: 0; font-size: 13px;  }
.post-comments .comment-copy p { margin-bottom:10px; }
.comment-reply-link:hover, .btn-reply:hover {  }
#cancel-comment-reply-link { display:block; font-size:12px; margin: -20px 0 15px 30px; }
#comments a.comment-reply-link { font-size:12px; margin-top: 5px; display: inline-block; }
#cancel-comment-reply-link:hover {  }

#comment-list #respond { margin-bottom: 30px; }

.pp_inline label { display: inline; }

/* -----------------------------------------
   Comment Form
----------------------------------------- */
#commentform { padding: 30px; background: rgba(255,255,255,0.8); }
#form-wrapper {	margin:40px 0 0 0; }
#form-wrapper h2 { }
#form-wrapper form { margin-bottom: 0; }
.post-form label { display:block; padding-bottom: 5px; }
.post-form input[type=text] { width: 50%; }
.post-form input[type=submit] { margin-bottom: 0; }
.post-form textarea { width: 90%; height: 200px; }
#post-action { margin-bottom: 0; }

.post-form input[type=text],
.post-form input[type=email],
.post-form textarea {
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
	margin-bottom: 35px;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin-bottom: 4px;
}

.widget.widget_text ul li {
	margin-bottom: 0;
}

.widget ul li:last-of-type {
	margin-bottom: 0;
}

.widget-title,
.section-title {
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
	line-height: normal;
}

/* WIDGET: #List styling
========================================= */
.widget a,
.widget a:visited {
	color: #303030;
}

.widget ul li {
	padding: 2px 0;
	border-bottom: 1px solid #E0E0E0;
}

/* WIDGET: #Header socials
========================================= */
#header .widget-title {
	display: none;
}

#header .widget {
	margin: 0;
}

#header .ci-socials-ignited {
	text-align: right;
	padding-top: 10px;
}

#header .ci-talktous {
	text-align: right;
	padding-top: 0px;
}
#header .ci-menutop {
	text-align: right;
	padding-top: 0px;
}

#header .ci-socials-ignited img {
	max-width: 24px;
}


/* WIDGET: #Upcoming Events
========================================= */

.widget.widget_ci_events_widget ul li {
	margin: 0;
	padding: 0;
}

/* WIDGET: #Recent Post Type
========================================= */
.widget_ci_recent_items_widget .entry:last-of-type {
	margin-bottom: 0;
}

.widget_ci_recent_items_widget h3 {
	position: relative;
}

.widget_ci_recent_items_widget .btn {
	position: absolute;
	right: 0;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	padding: 0;
}

.widget_ci_recent_items_widget .btn:hover {
	text-decoration: none;
}

.widget_ci_recent_items_widget .btn span {
	padding: 5px 10px 5px 10px;
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.15);
}

.widget_ci_recent_items_widget .btn i {
	padding: 5px 7px;
	border-left: 1px solid rgba(0,0,0,0.15);
}

/* WIDGET: #Post Type Widget Frontpage
========================================= */
.widget_ci_post_type_widget {
	margin-bottom: 40px;
}
.widget_ci_post_type_widget a,
.widget_ci_post_type_widget a:visited {
	display: block;
	position: relative;
	border: 5px solid #313131;
	color: #FFF;
}

.widget_ci_post_type_widget > a:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.4;
}

.widget_ci_post_type_widget h3 {
	position: absolute;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	text-shadow: 0 2px 0 rgba(0,0,0,0.95);
	line-height: 1.1;
	top: 50%;
	left: 50%;
	margin: 0;
	z-index: 1;
}

/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ads125 li,
.ads125 li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	max-width: 125px;
}

/* WIDGET: #Search
========================================= */
.searchform { line-height: 1; position: relative; }
.searchform > div { position: relative; line-height: 1; }
.searchform .screen-reader-text { display: none; }

.searchform input[type=text] {
	border-radius: 0;
	margin: 0;
	width: 100%;
	font: inherit;
	line-height: 1;
	height: 40px;
}

.searchsubmit {
	font-size: 14px;
	line-height: 0;
	padding: 3px 11px 2px;
	position: absolute;
	right: 0;
	top: 0;

	height: 100%;
	border: none;
	background: transparent;
}

.searchsubmit:hover {

}

.searchsubmit:active {

}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a {
	display: block;
	line-height: 0;
	padding: 3px;
	border: 1px solid #E0E0E0;
	max-width: 75px;
}

.flickr_badge_image a:hover { }


/* WIDGET: #About
========================================= */
.widget_about {
	margin-top: -5px;
}

.widget_ci_about .alignleft {
	float: left;
	margin: 5px 10px 6px 0;
}

.widget_about .alignright {
	float: right;
	margin: 5px 0 6px 10px;
}

.widget_about img {
	padding: 3px;
	border: 1px solid #E0E0E0;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
	margin-bottom: 12px;
}

.widget_ci_twitter_widget .twitter-time {
	display: block;
	font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody { }
#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 3px;}
#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a { font-weight: bold; font-style: italic; }

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* General Form Styling
=================================== */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	border: 1px solid #E0E0E0;
	outline: none;
	padding: 8px 8px;
	min-width: 95%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {

}

/* Buttons
=================================== */

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
input[type=submit]{
	line-height: normal;
	font-size: inherit;
	border-radius: 0;
	vertical-align: middle;
	padding: 10px 25px;;
	background: #dadada;
	box-shadow: none;
	border: 1px solid rgba(47, 47, 47, 0.35);
}

a.btn:hover,
input[type=submit].btn:hover,
button.btn:hover {

}

a.btn:active,
input[type=submit].btn:active,
button.btn:active,
input[type=submit]:active {

}


/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */

#mobile-bar {
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #242628;
	background-image: linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -o-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(20,22,23)),
		color-stop(1, rgb(34,36,38))
	);
	padding: 15px 10px 0 10px;
	height: 48px;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.menu-trigger,
.menu-trigger:focus {
	width: 24px;
	height: 21px;
	cursor: pointer;
	opacity: 0.85;
	margin: 0;
	font-size: 20px;
	outline: none;
	position: absolute;
	left: 10px;
	top: 6px;
	color: #FFF;
}

.menu-trigger:hover { opacity: 0.95; color: #FFF; }
.menu-trigger:active { opacity: 1; }

.mob-title {
	color: #eeeeee;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
	line-height: 1;
	margin: 0;
	padding: 0;
}
/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	/* border-color is needed to force transitionend event even if no other value changed */
	/* transform is needed to force hardware acceleration */
	-webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
	-o-transition-property: top, right, bottom, left, margin, border, -o-transform;
	transition-property: top, right, bottom, left, margin, border, transform;

	border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	margin: 0px;
	left: 0%;
	top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	margin: 0 0 0 -65px;
	left: 100%;
}


/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.mm-opened body
{
	position: relative;
}

/* menu */
.mm-menu
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mm-menu.mm-opened
{
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
	display: none;
}
.mm-inner
{
	width: 100%;
	height: 100%;
	padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-is-menu li
{
	position: relative;
}
.mm-is-menu li:after
{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mm-is-menu .mm-inner > ul
{
	width: 100%;
	padding: 20px 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	overflow: hidden;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu a.mm-subopen:before
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
	border-left: none;
	width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
	border-left: none;
}
.mm-menu a.mm-subclose
{
	text-indent: 40px;
	padding-top: 20px;
	margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
	padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page
{
	background: inherit;
}
#mm-blocker
{
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
	display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
	display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
	border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + span
{
	padding-right: 5px;
	margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + span
{
	margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
	white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
	vertical-align: top;
	margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
	display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
	display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopened
{
	margin-left: -100%;
	max-height: 100%;
	overflow: hidden;
}


/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu
{
	background: #333;
}
.mm-is-menu *
{
	-webkit-text-size-adjust: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mm-is-menu li
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
	border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
	color: rgba( 255, 255, 255, 0.5 );
	text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
	background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
	border-left: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu a.mm-subopen:before
{
	border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
	background: rgba( 0, 0, 0, 0.2 );
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
	background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label
{
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}


/*
	Labels
	- Styling
*/
.mm-menu li.mm-label
{
	background: rgba( 255, 255, 255, 0.1 );
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.5 );
}


/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter
{
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 22px;
	display: block;
	min-width: 16px;
	height: 20px;
	padding: 0 2px;
	position: absolute;
	right: 40px;
	top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
	padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
	padding-right: 80px;
}


/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter
{
	border-radius: 5px;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-style: normal;
	color: rgba( 255, 255, 255, 0.4 );
}


/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	content: '';
	border-width: 4px;
	border-style: solid;
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;

	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
	border-top: none;
	border-left: none;
	margin-top: -4px;
	right: 16px;
}
.mm-menu a.mm-subclose:before
{
	border-right: none;
	border-bottom: none;
	margin-top: 4px;
	left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}


/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	border-color: rgba( 255, 255, 255, 0.3 );
}


/*
	Search
	- Sizing and positioning
*/
.mm-menu div.mm-search
{
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.mm-menu div.mm-search input
{
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
	border: none;
	display: none;
	padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
	display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
	display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a,
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
	padding-right: 5px;
}


/*
	Search
	- Styling
*/
.mm-menu div.mm-search
{
	background: rgba( 0, 0, 0, 0.2 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
	background: rgba( 255, 255, 255, 0.3 );
	color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
	color: rgba( 255, 255, 255, 0.4 );
	text-align: center;
}


/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
	overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
	overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
	min-height: 200%;
	position: fixed;
	top: 0;
	z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
	height: auto;
	min-height: 100%;
	overflow: default;
	overflow-x: default;
	overflow-y: default;
	position: relative;
	left: auto;
	top: auto;
}
html.mm-no-overflowscrolling.mm-right .mm-menu
{
	position: absolute;
}


/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar body
{
	padding-bottom: 60px;
}

/*babu Change */
.linehr
{
border-bottom:1px solid #E0E0E0
}
.arrow {
   padding:0px 17px;
	background: url(images/arrow.jpg) no-repeat left 5px  !important;
} /* arrow */

.arrowIMG li {
list-style-image:url(images/arrow.jpg);

}

.ExecutiveTPL .firstclm
{
 width:290px !important;
}

.ExecutiveTPL .secondclm
{
 text-align :justify;
}

.EmarketingTPL .firstclm
{
width:200px !important;
}

.EmarketingTPL .secondclm
{
text-align :justify;
}

.virtual_office_chart
{
width :100%;
border:1px solid #999999; 
}

.virtual_office_chart tbody tr .centercontent
{
text-align:center;
}

.virtual_office_chart tfoot tr .centercontent
{
text-align:center;
}

.pricing_chart
{
width :100%;
border:1px solid #999999; 
}

.pricing_chart thead
{
color: #ffffff; 
background-color: #58A742;
}

.pricing_chart tbody .odd
{
background-color:#DCDCDC;
}
.pricing_chart tbody .even
{
}

.pricing_chart .txtalign
{
text-align:center;
}

.virtual_office_button_text
{ 
 background-color: #58A742;
}

a.virtual_office_button
{
 color:#FFFFFF;
}
a:visited.virtual_office_button
{
 color:#FFFFFF;
}
.visitor
{
margin-top:5px;
 color:#FFFFFF;
}
.visitor a { background:#58a742; color:#FFFFFF !important; padding:5PX 5PX; text-decoration:none;   }

/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

	.mm-menu
	{
		width: 500px;
	}
	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker
	{
		left: 500px;
	}

}

@media all and (max-width: 768px) {
  #header .ci-talktous {
	text-align: left;
	}
    #header .ci-menutop {
	text-align: left;	
    }  
 
}


/* -----------------------------------------
	External Plugins
----------------------------------------- */
