/*
	Theme Name: Focus Child Theme
	Theme URI: http://www.studiopress.com/themes/focus
	Description: Focus is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.3
	
	Template: genesis
	Template Version: 1.8

	License: GPLv2 
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Body
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* After Post
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Focus Blue
* Focus Black

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited, h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}



blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #eee;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

ol,
ol li,
ul, ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ol li {
	list-style-type: decimal;
}



/* Body
------------------------------------------------------------ */
	
body {
	background: #dee3e4 url(images/bg3.png) top repeat-x;
        
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #215a6f;
	text-decoration: none;
}
a:visited {
	color: #215a6f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 100px;
	margin: 0 auto;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 450px;
}
	
#title {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 0;
 	color: #215a6f!important;
}


#title a {
	color: #215a6f;
	text-decoration: none;
filter:alpha(opacity=100);
opacity: 1.0;
border:0;
}

#title a:hover {
	color: #215a6f;
	text-decoration: none;
filter:alpha(opacity=70);
opacity: 0.70;
border:0;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	padding: 20px 0 0;
	width: 500px;
}

#header .widget-area .textwidget {
	padding: 0;
	text-align: right;
}

#header .facebook {
	background: url(images/icon-facebook.png) no-repeat left center;
	padding: 2px 5px 2px 22px;
}

#header .subscribe {
	background: url(images/icon-subscribe.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}
	
#header .twitter {
	background: url(images/icon-twitter.png) no-repeat left center;
	margin: 0 10px;
	padding: 2px 5px 2px 22px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 450px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a .sf-sub-indicator {
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.menu li ul a { 
	width: 160px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 179px;
}

#header ul.menu li:hover ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: url(images/nav.png);
	clear: both;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
}

#nav .wrap {
	margin: 0 auto;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 10px 15px 8px;
	position: relative;
	text-decoration: none;
        text-shadow: 1px 1px 1px #333;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #fff;
	color: #215a6f;
        text-shadow: 1px 1px 1px #ccc;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 16px;
	width: 10px;
}

#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png) no-repeat;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-top-width: 0;
	color: #215a6f;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 148px;
        text-shadow: 0px 0px 0px #333;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #215a6f;
	color: #fff;
        text-shadow: 0px 0px 0px #ccc;
}

#nav li li a:hover .sf-sub-indicator {
	background: none;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#nav li ul a { 
	width: 150px;
}

#nav li ul ul {
	margin: -33px 0 0 169px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 10px 15px 8px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	border-top:2px solid #2A6CA1;
	clear: both;
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
}

#subnav .wrap {
	margin: 0 auto;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	display: block;
	font-size: 11px;
	padding: 3px 9px 3px 5px;
	position: relative;
	text-decoration: none;
        height:20px;
         margin-top:3px;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #fff;
        background:#206297;
	border: 1px solid #206297;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
        padding: 0px 7px 0px 5px;
       
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}	

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down-hover.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #215a6f;
	border-top-width: 0;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 148px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #f1811a;
}

#subnav li li a .sf-sub-indicator {
	background: none;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 150px;
}

#subnav li ul ul {
	margin: -33px 0 0 169px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 20px auto;
	width: 960px;
	-moz-box-shadow: 0 1px 6px #999; 
	-webkit-box-shadow: 0 1px 6px #999;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content-sidebar #inner {
	background: url(images/inner-cs.png);
}

.sidebar-content #inner {
	background: url(images/inner-sc.png);
}
	
.content-sidebar-sidebar #inner {
	background: url(images/inner-css.png);
}
	
.sidebar-sidebar-content #inner {
	background: url(images/inner-ssc.png);
}
	
.sidebar-content-sidebar #inner {
	background: url(images/inner-scs.png);
}
	
.full-width-content #inner {
	background: #fff;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 780px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 25px;
	width: 400px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 580px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.sidebar-content-sidebar #content {
	padding: 25px 25px 25px 15px;
	width: 410px;
}

.full-width-content #content {
	width: 910px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 20px 15px;
}


#content blockquote {
	background: #F7F9FA url(images/blockquote.png) no-repeat top left;
	color: #78898E;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-style: italic;
	margin: 5px 15px 15px;
	padding: 20px 20px 20px 80px;
        overflow: hidden;
	}


.post {
	margin: 0 0 40px;
}

.home .post {
	border-bottom: 1px solid #ddd;
}

.entry-content p {
	padding: 0 0 15px;
}

.breadcrumb {
	font-size: 12px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 20px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #215a6f;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 5px;
}

h1,
h2 {
	color: #215a6f;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

h2 a,
h2 a:visited,
h4 a,
h4 a:visited {
	color: #215a6f;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 25px !important;
	font-weight: bold;
	line-height: 30px;
}

h2 a:hover {
	color: #588393;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

.genesis-grid-even h2,
.genesis-grid-even h2 a,
.genesis-grid-even h2 a:visited,
.genesis-grid-odd h2,
.genesis-grid-odd h2 a,
.genesis-grid-odd h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

h3 {
	font-size: 24px;
}

.after-post h3,
#comments h3,
#respond h3 {
	background: url(images/headline-content.png) no-repeat top left;
	color: #fff !important;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 0 0 -32px;
	padding: 10px 15px 0 15px;
	text-transform: uppercase;
}

.sidebar-content .after-post h3,
.sidebar-content #comments h3,
.sidebar-content #respond h3,
.sidebar-sidebar-content .after-post h3,
.sidebar-sidebar-content #comments h3,
.sidebar-sidebar-content #respond h3 {
	background: url(images/headline-content.png) no-repeat top right;
	margin: 0 -32px 0 0;
}

.sidebar-content-sidebar .after-post h3,
.sidebar-content-sidebar #comments h3,
.sidebar-content-sidebar #respond h3 {
	background: url(images/headline-content.png) no-repeat top center;
	margin: 0;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	background: url(images/headline-sidebar.png) no-repeat top left;
	color: #fff;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 -6px 0 -6px;
	padding: 10px 15px 0 15px;
	text-transform: uppercase;
}

.content-sidebar-sidebar #sidebar h4 {
	background: url(images/headline-content.png) no-repeat top left;
}

.sidebar-sidebar-content #sidebar h4 {
	background: url(images/headline-content.png) no-repeat top right;
}

.content-sidebar-sidebar #sidebar-alt h4 {
	background: url(images/headline-sidebar.png) no-repeat top right;
}

.sidebar-content-sidebar #sidebar-alt h4 {
	background: url(images/headline-sidebar-alt.png) no-repeat top left;
}

.footer-widgets h4 {
	background: none;
	color: #dee3e4;
	height: auto;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul,
.after-post ul {
	margin: 0 0 15px 25px;
}

.entry-content ul li {
	list-style-type: none;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	font-weight: normal;
	margin: 13px 0 10px 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: #F7F9FA;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #EAEDEF;
	overflow: hidden;
	}

.author-box p {
	margin: 0;
	padding: 0;
	}

.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #EAEDEF;
	}


/* After Post
------------------------------------------------------------ */

.after-post {
	margin: 40px 0;
}

.after-post-left {
	float: left;
	padding: 10px 0 10px;
	width: 100%;
}

.after-post-right {
	float: right;
	padding: 5px 0 20px;
	width: 46%;
        display:none;
}

.after-post-left ul li, after-post-left ul li {
	background: transparent url(images/211.gif) no-repeat scroll 0px 4px;
        padding-left:17px;
	list-style-type: none;
 	word-wrap: break-word; margin-left:0px
}

.after-post-left ul li:hover, after-post-left ul li:hover {
	background: transparent url(images/212.gif) no-repeat scroll 0px 4px;
      
}




/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


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

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: none;
	border: 0px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #dddddd;
	padding: 5px 8px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #215a6f;
	color: #fff;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	display: inline;
	float: right;
	padding: 0 0 15px;
	width: 330px;
}

#sidebar-alt {
	display: inline;
	float: left;
	padding: 0 0 15px;
	width: 150px;
}

.sidebar-content-sidebar #sidebar-alt {
	width: 170px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	margin: 0;
	padding: 15px 0 0;
}

.widget-area .textwidget {
	padding: 5px 15px 0;
}

.footer-widgets .widget-area .textwidget {
	padding: 5px 0 0;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 0 20px;
	padding: 0 15px 0 0;
}

.footer-widgets .widget-area ol,
.footer-widgets .widget-area ul {
	margin: 5px 0 15px 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 10px;
}

.widget-area ul li {
	background: transparent url(images/211.gif) no-repeat scroll 0px 4px;
        padding-left:17px;
	list-style-type: none;
 	word-wrap: break-word;
}

.widget-area ul li:hover {
	background: transparent url(images/212.gif) no-repeat scroll 0px 4px;
      
}

.widget-area ol li {
	list-style-type: decimal;
}

.widget_authors ul li {
background: none!important;
margin: 5px;
padding: 0px;
}

.widget_authors ul li img {
margin-right: 5px;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 5px 0 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #20586d;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 15px;
	padding: 5px;
	text-transform: uppercase;
}

#sidebar #cat,
#sidebar .widget_archive select {
	width: 298px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
}

.featuredpage .hentry {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


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

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background: url(images/button2.png) repeat-x 0px 0px;
	border: 1px solid #f1811a;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	border: 1px solid #f1811a;
	background: url(images/button2.png) repeat-x 0px -32px;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 10px 0 0;
}

#sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	background-color: #fff;
	color: #20586d;
	font-size: 11px;
	font-weight: bold;
	margin: 0 3px 0;
	padding: 8px 0 6px 6px;
	text-transform: capitalize;
	width: 210px;
        border:1px solid #3678AC;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0 0 5px 15px;
}

.enews #subbox {
	background-color: #fff;
	color: #20586d;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 7px 0 0;
	padding: 8px 0 6px 6px;
	text-transform: uppercase;
	width: 218px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background-color: transparent;
}


/* Footer Widgets
------------------------------------------------------------ */
	
.footer-widgets {
	background: #1d566a;
	clear: both;
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 0;
}

.footer-widgets .wrap {
	margin: 0 auto;
	width: 960px;
}

.footer-widgets p {
	color: #fff;
	padding: 0 0 15px;
        text-align: justify!important;
}

.footer-widgets a, .footer-widgets a:visited {
	color: #fff;
	text-decoration: none;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets-1, .footer-widgets-3 {
	float: left;
	width: 300px;
}

.footer-widgets-1 {
	padding: 0px 10px 0px 10px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	padding-right: 15px;
}


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

#footer {
	background: url(images/nav.png);
	clear: both;
	overflow: hidden;
	padding: 12px 10px 10px;
	text-transform: uppercase;
}

#footer .wrap {
	margin: 0 auto;
	width: 960px;
}

#footer p {
	color: #fff;
	font-size: 10px;
        font-family:Arial;
	font-weight: normal;
        text-transform: lowercase;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


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

#comments,
#respond {
	margin: 0 0 15px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #eee;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Focus Blue
------------------------------------------------------------ */

.focus-blue #nav {
background: url(images/blue/nav.png);

}
.focus-blue #footer {
	background: #030303;
border-top: 1px solid #202020;
}

.focus-blue a,
.focus-blue a:visited,
.focus-blue .enews #subbox,
.focus-blue .s,
.focus-blue #nav li a:hover,
.focus-blue #nav li a:active,
.focus-blue #nav .current_page_item a,
.focus-blue #nav .current-cat a,
.focus-blue #nav .current-menu-item a,
.focus-blue #nav li li a,
.focus-blue #nav li li a:link,
.focus-blue #nav li li a:visited,
.focus-blue h1,
.focus-blue h2,

.focus-blue h4,
.focus-blue h5,
.focus-blue h6,
.focus-blue h2 a,
.focus-blue h2 a:visited {
	color: #206297;
}


#content .entry-content h3 {
border:1px solid #286DA4;
padding:3px 7px;
border-radius:6px; 
-moz-border-radius:6px;
-webkit-border-radius:6px;
color: #286DA4;
font-size:16px;
}


.focus-blue .footer-widgets a, .focus-black .footer-widgets a:visited {
	color: #fff;
	text-decoration: none;
}

.focus-blue .footer-widgets a:hover {
	text-decoration: underline;
}

.focus-blue h2 a:hover {
	color: #4789bc;
	text-decoration: none;
}

.focus-blue .reply a,
.focus-blue .reply a:visited {
	color: #fff;
}

.focus-blue #nav li a:hover .sf-sub-indicator,

.focus-blue #subnav li a .sf-sub-indicator {

	background: url(images/blue/arrow-down-hover.png) no-repeat;

}



.focus-blue #subnav li li a .sf-sub-indicator {

	background: none;

}



.focus-blue #nav li li a,

.focus-blue #nav li li a:link,

.focus-blue #nav li li a:visited,

.focus-blue #subnav li li a,

.focus-blue #subnav li li a:link,

.focus-blue #subnav li li a:visited {

	border: 1px solid #ddd;

	border-top-width: 0;

}



.focus-blue #nav li li a:hover,

.focus-blue #nav li li a:active,

.focus-blue #subnav li li a:hover,

.focus-blue #subnav li li a:active {

	background-color: #206297;

	color: #fff;

        border: 1px solid #206297;

}
.focus-blue .after-post h3,
.focus-blue #comments h3,
.focus-blue #respond h3,
.focus-blue .content-sidebar-sidebar #sidebar h4 {
	background: url(images/blue/headline-content.png) no-repeat top left;
}

.focus-blue .sidebar-content .after-post h3,
.focus-blue .sidebar-content #comments h3,
.focus-blue .sidebar-content #respond h3,
.focus-blue .sidebar-sidebar-content .after-post h3,
.focus-blue .sidebar-sidebar-content #comments h3,
.focus-blue .sidebar-sidebar-content #respond h3,
.focus-blue .sidebar-sidebar-content #sidebar h4 {
	background: url(images/blue/headline-content.png) no-repeat top right;
}

.focus-blue .sidebar-content-sidebar .after-post h3,
.focus-blue .sidebar-content-sidebar #comments h3,
.focus-blue .sidebar-content-sidebar #respond h3 {
	background: url(images/blue/headline-content.png) no-repeat top center;
}

.focus-blue .widget-area h4 {
	background: url(images/blue/headline-sidebar.png) no-repeat top left;
	color: #fff;
}

.focus-blue .footer-widgets .widget-area h4 {
	background: none!important;
       border-bottom: 1px solid #3C3C3C!important;margin-bottom: 5px!important;
}

.content-sidebar-sidebar.focus-blue #sidebar h4 {
	background: url(images/blue/headline-content.png) no-repeat top left;
}

.content-sidebar-sidebar.focus-blue #sidebar-alt h4 {
	background: url(images/blue/headline-sidebar.png) no-repeat top right;
}

.sidebar-sidebar-content.focus-blue #sidebar h4 {
	background: url(images/blue/headline-content.png) no-repeat top right;
}

.sidebar-content-sidebar.focus-blue #sidebar-alt h4 {
	background: url(images/blue/headline-sidebar-alt.png) no-repeat top left;
}

.focus-blue .navigation li a,
.focus-blue .navigation li.disabled,
.focus-blue .navigation li a:hover,
.focus-blue .navigation li.active a {
	border: 1px solid #206297;
}

.focus-blue .navigation li a:hover,
.focus-blue .navigation li.active a {
	background-color: #206297;
}

.focus-blue .footer-widgets {
	background: #070D11!important;
        border-top: 3px dotted #FFFFD8!important;
        box-shadow: 0px 2px 15px #000!important;
}	


/* Focus Black
------------------------------------------------------------ */

.focus-black #nav,
.focus-black #footer {
	background: url(images/black/nav.png);
}

.focus-black a,
.focus-black a:visited,
.focus-black #nav li a:hover,
.focus-black #nav li a:active,
.focus-black #nav .current_page_item a,
.focus-black #nav .current-cat a,
.focus-black #nav .current-menu-item a,
.focus-black #nav li li a,
.focus-black #nav li li a:link,
.focus-black #nav li li a:visited,
.focus-black h1,
.focus-black h2,
.focus-black h3,
.focus-black h4,
.focus-black h5,
.focus-black h6,
.focus-black h2 a,
.focus-black h2 a:visited {
	color: #7a0000;
}

.focus-black .enews #subbox,
.focus-black .s {
	color: #444;
}

.focus-black .footer-widgets a, .focus-black .footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

.focus-black .footer-widgets a:hover {
	text-decoration: none;
}

.focus-black #nav li a:hover,
.focus-black #nav li a:active,
.focus-black #nav .current_page_item a,
.focus-black #nav .current-cat a,
.focus-black #nav .current-menu-item a,
.focus-black #nav li li a,
.focus-black #nav li li a:link,
.focus-black #nav li li a:visited,
.focus-black #subnav li a {
	color: #222;
}

.focus-black #subnav li a:hover,
.focus-black #subnav li a:active,
.focus-black #subnav .current_page_item a,
.focus-black #subnav .current-cat a,
.focus-black #subnav .current-menu-item a {
	color: #7a0000;
}

.focus-black h2 a:hover {
	color: #9b3f3f;
	text-decoration: none;
}

.focus-black .reply a,
.focus-black .reply a:visited {
	color: #fff;
}

.focus-black #nav li a:hover .sf-sub-indicator,
.focus-black #subnav li a .sf-sub-indicator {
	background: url(images/black/arrow-down-hover.png) no-repeat;
}

.focus-black #subnav li li a .sf-sub-indicator {
	background: none;
}

.focus-black #nav li li a,
.focus-black #nav li li a:link,
.focus-black #nav li li a:visited,
.focus-black #subnav li li a,
.focus-black #subnav li li a:link,
.focus-black #subnav li li a:visited {
	border: 1px solid #222;
	border-top-width: 0;
}

.focus-black #nav li li a:hover,
.focus-black #nav li li a:active,
.focus-black #subnav li li a:hover,
.focus-black #subnav li li a:active {
	background-color: #222;
	color: #fff;
}

.focus-black .after-post h3,
.focus-black #comments h3,
.focus-black #respond h3,
.focus-black .content-sidebar-sidebar #sidebar h4 {
	background: url(images/black/headline-content.png) no-repeat top left;
}

.focus-black .sidebar-content .after-post h3,
.focus-black .sidebar-content #comments h3,
.focus-black .sidebar-content #respond h3,
.focus-black .sidebar-sidebar-content .after-post h3,
.focus-black .sidebar-sidebar-content #comments h3,
.focus-black .sidebar-sidebar-content #respond h3,
.focus-black .sidebar-sidebar-content #sidebar h4 {
	background: url(images/black/headline-content.png) no-repeat top right;
}

.focus-black .sidebar-content-sidebar .after-post h3,
.focus-black .sidebar-content-sidebar #comments h3,
.focus-black .sidebar-content-sidebar #respond h3 {
	background: url(images/black/headline-content.png) no-repeat top center;
}

.focus-black .widget-area h4 {
	background: url(images/black/headline-sidebar.png) no-repeat top left;
	color: #fff;
}

.focus-black .footer-widgets .widget-area h4 {
	background: none;
}

.content-sidebar-sidebar.focus-black #sidebar h4 {
	background: url(images/black/headline-content.png) no-repeat top left;
}

.content-sidebar-sidebar.focus-black #sidebar-alt h4 {
	background: url(images/black/headline-sidebar.png) no-repeat top right;
}

.sidebar-sidebar-content.focus-black #sidebar h4 {
	background: url(images/black/headline-content.png) no-repeat top right;
}

.sidebar-content-sidebar.focus-black #sidebar-alt h4 {
	background: url(images/black/headline-sidebar-alt.png) no-repeat top left;
}

.focus-black .navigation li a,
.focus-black .navigation li.disabled,
.focus-black .navigation li a:hover,
.focus-black .navigation li.active a {
	border: 1px solid #222;
}

.focus-black .navigation li a:hover,
.focus-black .navigation li.active a {
	background-color: #222;
}

.focus-black div.gform_footer input.button,
.focus-black .enews #subbutton,
.focus-black .reply a,
.focus-black .reply a:visited,
.focus-black .searchsubmit,
.focus-black #submit {
	background: url(images/black/button.png) center;
	border: 1px solid #7a0000;
}

.focus-black div.gform_footer input.button:hover,
.focus-black .enews #subbutton:hover,
.focus-black .reply a:hover,
.focus-black .searchsubmit:hover,
.focus-black #submit:hover {
	border: 1px solid #7a0000;
	background: url(images/black/button-hover.png) center;
}

.focus-black .footer-widgets {
	background: #444;
}






.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 6px 0 0 3px;
	padding: 0 10px 2px 18px;
	line-height: 12px;
	}

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}





/* Genesis Box
------------------------------------------------------------ */
 
#genesis-box {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 10px 10px 0;
}
 
#genesis-box h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
}
 
#genesis-box .alignright {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    float: right;
    margin: 0 0 5px 10px;
    padding: 7px;
}


#avatar-title {
	float:left; margin-right:3px;

}



a.more-link{
	padding:2px 7px;
	margin:20px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-style:italic;
	font-weight:bold;
       

}
a:link.more-link,
a:visited.more-link{
	color:#2A6CA1;
	text-decoration:none;
	display:inline-block;
	font-size:1.0em; background-position:0px 0px; 
}
a:hover.more-link{
	color:#2A6CA1;
	text-decoration:underline;
       
}


.adhere{
background:#EBEAC8 !important;
border-color:#E2E1B6 !important;
border:1px solid #DBD99F;
}
.adhere:hover{
background:#E6E5C1 !important;
}

#headerads{
overflow: hidden;
    position: relative;
    top: 10px;    width: 960px;
    margin: 0 auto;
}

/*--------MBT Sticky bar--------------*/

#creditfooter{display:none;}
#MBT-Sticky-container {
height: auto;
background: #000;
border-top: 3px dotted #FFFFD8!important;
box-shadow: 0px 2px 15px #000!important;
position: fixed;
width: 100%;
z-index: 99999;
bottom: 0px;

}
.feedburnerFeedBlock ul, .feedburnerFeedBlock ul li{
    margin:0;
    padding:0;
    list-style:none;
    }
	
	.feedburnerFeedBlock ul li a { color:#fff!important; text-decoration:none;}
        .feedburnerFeedBlock ul li a:hover {text-decoration:underline;}

.feedburnerFeedBlock ul{
    line-height:120%;
    
    }
.feedburnerFeedBlock ul li{
    padding:20px; text-align:center; font-family:georgia; font-size:17px; font-weight:bold;
    
    display:none; /* hide the items at first only to display one with javascript */
    }

#toggleButton {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 999999999999;
padding: 5px;
font-size: 15px;
border-width: 3px;
background: #EBEAC8;
border: 2px solid #000;
color: #000;
cursor:pointer;
}


.entry-content ul li {
    list-style-type: square;
    margin-bottom: 10px;
}

/*Hide the smiley*/

img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden;}



#featured-post-2 .post {
    border-bottom: 0;
    margin: 0 10px 50px 0;
    padding: 0;
    clear: both;
}
#featured-post-2 h2 {
    font-size: 15px !important;
    clear: none!important;
}


    /* ##### FREE JUMBO SHARE COUNTERS ####### */
#MBTshares-wrap{margin:20px 0px;border-top: 1px dotted #eee;padding: 10px 0;border-bottom: 1px dotted #eee;overflow:hidden}
#MBTshares{display:inline-block;overflow:hidden;text-align:left;white-space:nowrap;font-family:arial;font-size:11px;margin:0px 5px 0; line-height: 1.4em;}
#horiz{position:relative; padding:0; margin:0;}
#horiz #MBTshares{position:relative;top:-8px; padding-top:20px;}
#MBTshares a:hover{text-decoration:none!important;}
/***Facebook***/
.mbt-fb{background:transparent linear-gradient(#4C69BA,#3B55A0) repeat scroll 0 0;border:medium none;border-radius:2px;color:#FFF!important;cursor:pointer;font-weight:700;height:20px;line-height:20px;padding:0 6px;text-shadow:0 -1px 0 #354C8C;white-space:nowrap;text-shadow:0 -1px 0 #354C8C}
.mbt-fb:focus,.mbt-fb:hover,.mbt-fb:active{background:transparent linear-gradient(#5B7BD5,#4864B1) repeat scroll 0 0;border-color:#5874C3 #4961A8 #41599F;box-shadow:0 0 1px #607FD6 inset}
.mbt-fb i{padding:2px 2px 0 4px;font-size:11px;color:#3B5998;background:#fff;margin-right:4px;margin-top:3px}
.mbt-fb:hover, .mbt-fb:visited, .mbt-tw:hover,.mbt-tw:visited, .mbt-linkedin:hover ,.mbt-linkedin:visited{color:#fff!important;}
/***Gplus, Pinit, Stumbleupon***/
.mbt-gp{box-shadow:0 1px 0 rgba(0,0,0,0.05);transition:background-color .218s ease 0s,border-color .218s ease 0s,box-shadow .218s ease 0;background-color:#FFF;background-image:none;border:medium none;border-radius:2px;border:1px solid rgba(0,0,0,0.17);color:#262626!important;cursor:pointer;font-weight:700;height:20px;line-height:20px;padding:0 6px 0 4px;white-space:nowrap}
.mbt-gp:hover, .mbt-gp:visited{color:#262626!important;}
#MBTshares .pinit{background:#f9f9f9!important}
#MBTshares .stumb{background:#f0fafe!important;border:1px solid #cde3ea}
#MBTshares .stumb:hover{border:1px solid #b7d5df;box-shadow:0 1px 0 rgba(0,0,0,0.1)}
#MBTshares .stumb i{color:#eb4823!important;font-size:13px!important;margin-top:1px!important}
.mbt-gp:focus,.mbt-gp:hover,.mbt-gp:active{border:1px solid rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.1)}
.mbt-gp i{padding:2px 2px 0 0;font-size:11px;color:#DB4437;margin-right:2px;margin-top:3px}
.mbt-gp .fa-pinterest{padding:0 2px 0 0;font-size:14px}
#MBTshares .bufferimg{width:15px; margin-top:2px; padding:0 1px 0 0; }
/***LinkedIn***/
.mbt-linkedin{transition:background-color .218s ease 0s,border-color .218s ease 0s,box-shadow .218s ease 0;background-color:#0077B5;text-shadow:0 -1px #005887;border:medium none;border-radius:2px;border:1px solid #066094;color:#fff!important;cursor:pointer;font-weight:700;height:20px;line-height:20px;padding:0 2px 0 1px;white-space:nowrap}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.mbt-linkedin{padding:0 5px 0 1px}
}
.mbt-linkedin:focus,.mbt-linkedin:hover,.mbt-linkedin:active{border:1px solid #0369A0;background-color:#0369A0}
.mbt-linkedin i{padding:0;font-size:17px;color:#FFF;margin-right:0;position:relative;left:1px}
.mbt-linkedin .ibg{background:#0369A0 none repeat scroll 0 0;width:17px;display:inline-block;border-right:1px solid #006095;border-radius:2px;height:20px;padding:0 2px 0 1px;margin:0 2px 0 -1px}
/**Twtter, Print, Whatsapp, viber**/
.mbt-tw{position:relative;height:22px;padding:4px 8px 1px 4px;font-weight:700;color:#FFF!important;cursor:pointer;background-color:#1B95E0;border-radius:3px;box-sizing:border-box}
.mbt-tw:focus,.mbt-tw:hover,.mbt-tw:active{background-color:#0C7ABF}
.mbt-tw i{padding:0 0 0 1px;font-size:14px;color:#fff;margin-right:2px;margin-top:0}
.mbt-o{max-width:100%}
.mbt-o,.mbtcount-o,.mbt-fb,.mbt-gp,.mbt-linkedin,.mbt-tw,.label,#mbtcount{display:inline-block;vertical-align:top}
.mbtcount-o{position:relative;min-width:15px;height:17px;text-align:center;padding:1px 5px;margin-left:2px;background:#FFF none repeat scroll 0 0;border:1px solid #e7e7e7;border-radius:2px;display:none!important; }
#MBTshares .printme {background-color:#333;}
#MBTshares .printme:focus,#MBTshares .printme:hover,#MBTshares .printme:active{background-color:#000}
#MBTshares .whatsapp{background-color:#73D40B;}
#MBTshares .whatsapp i{font-size:15px!important;}
#MBTshares .whatsapp:focus,#MBTshares .whatsapp:hover,#MBTshares .whatsapp:active{background-color:#65BA09}
#MBTshares .viber{background-color:#7b519d;}
#MBTshares .viber:focus,#MBTshares .viber:hover,#MBTshares .viber:active{background-color:#8558aa}
#MBTshares .viberimg{width:13px; margin-top:0px; padding:0 3px 0 0; }
#mbtcount{color:#666;white-space:nowrap;text-decoration:none;padding:2px 0 0}
#mbtcount:hover{text-decoration:none}
#MBTshares .arrow{height:0;left:-10px;position:relative;top:-15px;width:5px;z-index:2}
#MBTshares .ext{min-height:18px!important}
#MBTshares .arrow s,#MBTshares .arrow i{border-color:transparent #e7e7e7;border-style:solid;border-width:4px 5px 4px 0;display:block;position:relative;top:19px}
#MBTshares .arrow i{border-right-color:#FFF;left:2px;top:11px}
.share-btn{position:relative;display:inline-block; display:none!important;}
.share-btn .h2{font-size:30px;font-weight:700;font-family:arial;color:#73D40B;height:31px; line-height: 1.4em;}
.share-btn .h4{font-size:12px;font-family:arial}
/*#########Floating Counter Styles###########*/
.mbt-vertical{max-width:60px!important;margin:0 0 0 -83px!important;border:1px solid #f3f3f3!important;padding:3px 6px 0!important;background:#fff; position: fixed;z-index:99999;bottom: 15%;float: left;border-right:0px solid #fff!important;}
.mbt-vertical #MBTshares{display:block;width:60px;margin:7px 0!important}
.tcount{margin:0 10px 0 0;text-align:center;min-width:60px;border-right:3px solid #73D40B;padding:0 15px 0 10px}
.mbt-vertical .tcount{border-right:0;padding:0;text-align:center;height:auto}
.tcount .h2{font-size:29px;padding-bottom:5px}
.tcount .h4,.mbt-vertical .tcount .h4{font-size:12px;padding-bottom:5px;border-radius:0}
.mbt-vertical .tcount .h4{border-bottom:3px solid #73D40B}
.mbt-vertical .mbt-o,.mbt-vertical .mbtcount-o,.mbt-vertical .mbt-fb,.mbt-vertical .mbt-gp,.mbt-vertical .mbt-tw,.mbt-vertical #mbtcount{display:block}
.mbt-vertical .mbt-o {
    height: 25px;
}
.mbt-vertical .mbtcount-o{margin-bottom:7px;margin-left:0;height:30px}
.mbt-vertical #mbtcount{padding:7px 0 0;font-size:15px;color:#666}
.arrow-v{bottom:-8px;height:7px;left:25px;position:absolute;width:0;z-index:2}
.arrow-v s,.arrow-v i{border-color:#e7e7e7 transparent transparent;border-style:solid;border-width:5px;display:block;position:relative}
.arrow-v i{border-top-color:#FFF;left:0;top:-12px}
/*#########Vertical Counter Switch###########*/
.switchoff{display:none}
.mbtswitch{padding:0 16px;margin:0 0 5px;display:block;max-width:60px;height:20px;cursor:pointer;background-color:#fff;border:1px solid #eee;border-radius:2px;outline:0 none;font:16px fontawesome;color:#ddd}
.mbtswitch:hover{color:#73D40B}
.mbtswitch i.active:after{content:'\f067';position:relative;left:7px;top:2px;font-style:normal}
.mbtswitch i.inactive:after{content:'\f068';position:relative;left:7px;top:2px;font-style:normal}
/*#########Horizontal Counter Switch###########*/
.switchoff2{display:inline-block;}
.mbtswitch2{padding:0 15px 0 3px;position:relative;top:-15px;margin:20px 0 0 3px;display:inline-block;max-width:30px;height:20px;cursor:pointer;background-color:#fff;border:1px solid #eee;border-radius:2px;outline:0 none;font:16px fontawesome;color:#ddd}
.mbtswitch2:hover{color:#73D40B}
.mbtswitch2 i.active:after{content:'\f067';position:relative;left:7px;top:2px;font-style:normal}
.mbtswitch2 i.inactive:after{content:'\f068';position:relative;left:7px;top:2px;font-style:normal}
@media only screen and (max-width:230px) {
.tcount{border-bottom: 2px solid #74D50C; border-right:none; min-width:100%;}
#horiz #MBTshares {width: 100%;}
}

