/*
Theme Name: TheHealth Codebase
Author: Magazine3
Author URI: http://magazine3.com 
Version: 1.1
Description: Health Blogging WordPress theme.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns
Theme URI: http://magazine3.com/demo/thehealth
*/

/* =WordPress Core
-------------------------------------------------------------- */
* { 
    margin:0; 
    padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
    border:0;
    background:none;
}
body {
    color:#333;
    font:12px arial,sans-serif;
    background:#eee;
}
a { color: #000;
    text-decoration:none;
}
a:hover {text-decoration:none;}
a:active {background-color: transparent;}
input, textarea, select {
    font:100% arial,sans-serif;
    vertical-align:middle;
    color:#000;
    overflow: auto;
}
label{vertical-align:middle;}

button,

html input[type="button"], html input[id="submitcomment"],

input[type="reset"]{

    border: 1px solid #ccc;

    border-color: #ccc #ccc #bbb #ccc;

    border-radius: 3px;

    background: #fafafa; /* Old browsers */

    background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */

    background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

    box-shadow: inset 0 2px 1px #fff;

    color: rgba(0,0,0,.8);

    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

    font-size: 12px;

    font-size: 1.4rem;

    line-height: 2;

    padding: 5px 10px;

    text-shadow: 0 1px 0 rgba(255,255,255,.5);

}



button, input{
    width: auto;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline; background: yellow;}
s, strike, del {text-decoration: line-through;}

table, caption, tbody, tfoot, thead, tr, th, td{
    border-collapse: collapse;
    border-spacing: 0;
}
th, td{
    border:1px solid #ccc;
    padding:3px 7px;
    text-align:left;
    vertical-align:top;
}
th{
    border-color:#999;
    text-align:center;
    vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
 
.aligncenter { text-align: center;}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {float: left;}
.alignright {float: right;}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 1em;
margin-bottom: 0.7em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 1em;
margin-bottom: 0.7em;
}

input[type="text"]{width:250px;}

.navigation {
	overflow: hidden;
	width:100%;
}
.navigation .next {
	float: right;
	margin:7px 0;
}
.navigation .prev {
	float: left;
	margin:7px 0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.description .search-form{float:left;}
.recent-post li {
    border-bottom: 1px solid #F7F7F7;
    list-style: none outside none;
 }
.recent-post ul {
    margin: 0;
    overflow: hidden;
}
.recent-post li a {
    color: #222222;
    font: 13px/18px Arial,Helvetica,sans-serif;
    text-decoration: none;
}

button, html input[type="button"], html input[id="submitcomment"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FAFAFA 60%, #E6E6E6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 1px #FFFFFF inset;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-links {
    border: 1px solid #EEEEEE;
    padding: 10px;
    margin:5px 0 15px;
}
.page-links span {
    font-weight: bold;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

dl {margin-bottom: 20px;}
dt {
    font-weight: bold;
}
dt, dd {
    line-height: 20px;
}
dd {
    margin-left: 10px;
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
abbr, tla, acronym {
    cursor: help;
    text-decoration: underline;
}
code {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #DD1144;
    padding: 2px 4px;
    white-space: nowrap;
}
code, pre {
    border-radius: 3px;
    color: #333333;
    font-size: 12px;
    padding: 0 3px 2px;
}

pre {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap; 
    word-wrap: break-word;
}
cite, q {
    font-style: italic;
}

/* Home Page style starts */


#wrapper{
    width:1024px;
    margin:8px auto;
    box-shadow:1px 1px 15px rgba(179, 179, 179, 1);
    background:#fff;
}
#header{padding:10px 15px 0px; border-bottom: 1px solid #ccc;
 }
.img-holder{
    width:728px;
    margin:0 auto;
}
.img-holder img{vertical-align:top;}
#header .holder{
    overflow:hidden;
    padding:10px 0 5px;
    border-bottom:8px solid #393939;
}
#header .holder .alignright{width:684px; margin-bottom: 4px; }
.logo{  
    min-width:281px;
    min-height:54px;
    overflow:hidden;
    float:left;
    margin:0 0 0 3px;
}
.logo a {
    display: block;
}

.logo .title {
    font-size: 24px;
}
.top{
    overflow:hidden;
    border-bottom:1px solid #bfbfbf;
    padding:0 0 0px;
}
.social-networks{
    margin:1px 0 0;
    float:left;
    list-style:none;
}
.social-networks li{
    float:left;
    margin:0 10px 0 0;
    list-style:none;
}
.social-networks li a{
    background:url(images/bg-socialnetworks.png) no-repeat;
    width:19px;
    height:19px;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
}
.social-networks li a.facebook{background-position:-29px 0;}
.social-networks li a.skype{background-position:-58px 0;}
.social-networks li a.dribble{background-position:-87px 0;}
.social-networks li a.tumbler{background-position:-116px 0;}
.social-networks li a.vimeo{background-position:-145px 0;}
.social-networks li a.flicker{background-position:-174px 0;}
.social-networks li a.youtube{background-position:-203px 0;}
.social-networks li a.rss{background-position:-232px 0;}
.social-networks li a.linkedin{background-position:-261px 0;}
.social-networks li a.isntagram{background-position:-290px 0;}
.social-networks li a.gpluse{background-position:-319px 0;}
.social-networks li a.pinterest{background-position:-348px 0;}
.recent-post.widget_search .search-form{float:none;}
.recent-post.widget_search,
.recent-post.widget_tag_cloud,
.recent-post.widget_archive{padding-bottom:5px;}
.top .search-form{
    float:right;
    margin:0px 1px 0 0;
}
.row{
    background:#fcfcfc;
    border:1px solid #d8d8d8;
    border-right:none;
    min-height:17px;
    padding:2px 5px 0;
    float:left;
}
.search-form input[type="text"]{
    float:left;
    margin:0;
    width:198px;
    outline:none;
    line-height:16px;
    -webkit-appearance:none;
    background:none;
    border:none;
    vertical-align:middle;
}
.search-form input[type="submit"]{
    background:url(images/bg-submit.png);
    width:30px;
    height:21px;
    border:none;
    text-indent:-9999px;
    overflow:hidden;
    cursor:pointer;
    float:left;
    padding:0;
    margin:0;
    line-height:0;
}
.menu{ 
    overflow:hidden;
    padding:0;
    margin-top: 9px;

 }
.menu ul{
    margin:0;
    overflow:hidden;
}
.menu ul li{
    list-style:none;
    float:left;
    margin:0 13px 0 0;
}
.menu ul li a{
    font:700 20px/20px 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-decoration:none;
    color: #303030;
}
.menu ul li a:hover{text-decoration:underline;}
.add-nav{
    overflow:hidden;
    padding:8px 10px 10px 3px;
}
.add-nav ul{
    margin:0;
    overflow:hidden;
}
.add-nav ul li{
    float:left;
    margin:0 20px 0 0;
    list-style:none;
}
.add-nav ul li a{
    font:13px/16px Arial, Helvetica, sans-serif;
    text-decoration:none;
    color: #000;
}
.add-nav ul li a:hover{text-decoration:none;}
#main-container{
    overflow:hidden;
    padding:20px 20px 0;
}
#main-container.add{padding:6px 20px 30px;}
.featured-block{
    background:#f1f1f1;
    padding:28px 30px 0;
    overflow:hidden;
 }
.featured-frame{
    border-bottom:4px solid #ef4135;
    overflow:hidden;
}
.featured-article{
    background:#fff;
    font:13px/19px Arial, Helvetica, sans-serif;
    color:#444;
    overflow:hidden;
    padding:11px 10px 10px 20px;
    min-height:299px;
    position:relative
}
a.category{
    font:normal 13px/28px Arial, Helvetica, sans-serif;
    color:#f30;
    text-decoration:none;
    text-transform:uppercase;
}
a.category:hover{text-decoration:underline;}
.featured-article h1{
    font:bold 24px/27px Arial, Helvetica, sans-serif;
    color:#222;
    margin:0 0 9px;
}
.featured-article h1 a{
    text-decoration:none;
    color:#222;
}
.featured-article h1 a:hover{text-decoration:underline;}
a.readmore{
    background:#f3f3f3 url(images/bg-arrow.png) no-repeat 50% 50%;
    width:31px;
    height:30px;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    border:1px solid #eaeaea;
    right:20px;
    bottom:10px;
}
.caption{
    font:11px/19px Arial, Helvetica, sans-serif;
    color:#111;
    padding:15px 0 13px;
    display:block;
}
.caption strong{
    text-transform:uppercase;
    color:#000;
}
.caption a{
    color:#f30;
    text-decoration:none;
    display:inline-block;
    text-indent:10px;
    position:relative;
}
.caption a:hover{text-decoration:underline;}
.caption a:after { 
    width: 0; 
    height: 0;
    border-width:9px 7px 0 5px;
    border-style:solid;
    border-color:#ef4135 transparent transparent transparent;
    position:absolute;
    top:-15px;
    left:39%;
    content:'';
}
#content{
    overflow:hidden;
    float: left;
    width: 666px; 
}
.single #content, .page-template-page-width-php #content{ 
    float: none;
    width: 100%; 
}
.home #content h1{
    font:700 20px/20px 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
    color:#999;
    border-bottom:6px solid #FFEEEC;
    display:block;
padding: 0 0 6px;
margin: 0 0 6px;
margin-bottom: 20px;
}
.post{
    overflow:hidden;
    border-bottom:1px solid #eaeaea;
    padding:20px 0 20px;
}
.post:first-child {
    padding-top: 0;
}
.post.add{padding:21px 0 4px;}
.post a.category{font:bold 11px/13px Arial, Helvetica, sans-serif;}
.post h2{
    font:bold 28px/1.2 Arial, Helvetica, sans-serif;
    color:#111;
    margin:0 0 5px;
}
.post h2 a{
    color:#111;
    text-decoration:none;
}
.post h2 a:hover{text-decoration:underline;}

#sidebar{ 
    float:right;
    width:300px;
    margin:0 0 0 18px;
}
.widget #searchform {
    width: 100%;
    margin-top: 10px;
}
.widget .search-form input[type="text"] {
    width: 250px;
}

.pages{
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:6px 0 7px;
    margin:0 0 26px;
}
.pages span{
    display:block;
    margin:0 0 14px;
}
.pages .prev-page{margin:0;}
.pages a{text-decoration:none;}
.next-page a{
    font:13px/16px Arial, Helvetica, sans-serif;
    color:#004276;
}
.next-page a strong{
    font:bold 12px/15px Arial, Helvetica, sans-serif;
    color:#111;
}
.prev-page a{
    font:13px/16px Arial, Helvetica, sans-serif;
    color:#004276;
}
.prev-page a strong{
    font:bold 12px/15px Arial, Helvetica, sans-serif;
    color:#111;
}
.ad{
    border-bottom:3px solid #ccc;
    padding:0 0 29px;
    margin:0 0 4px;
}
.ad img{vertical-align:top;}
.recent-post.widget_recent_entries{padding:0 5px 1px 4px;}
.recent-post{ 
    padding:1px 5px 1px 2px;
}
.recent-post h2{
    font:700 17px 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
    color: #007BB7;
    text-transform:uppercase;
    border-bottom:1px solid #ccc;
    border-top: 3px solid #CCCCCC;
    padding:5px 0 5px 3px;
    margin:0 0 8px;
}
.recent-list{
    margin:0;
    overflow:hidden;
}
.recent-list li{
    list-style:none;
    margin:0 0 5px;
    padding:0 0 8px;
    border-bottom:1px solid #f7f7f7;
}
#calendar_wrap{padding-left:46px;}
.recent-list li a{
    text-decoration:none;
    font:13px/18px Arial, Helvetica, sans-serif;
    color:#222;
}
.recent-list li a:hover{text-decoration:underline;}
.container{overflow:hidden;}
.post .alignleft{
    border:4px solid #f3f3f3;
    margin:0 10px 0 0;
}
.post .alignright{border:4px solid #f3f3f3;}
.post-heading{margin:0 0 8px;}
.post-heading a.category{font:bold 11px/13px Arial, Helvetica, sans-serif;}
#content .post-heading h1{
    font:bold 30px/34px Arial, Helvetica, sans-serif;
    color:#111;
    margin:0;
    border-bottom:none;
    padding:0;
    text-transform:none;
}
.post-heading .meta{
    font:400 13px/20px 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
    color:#999;
}
.post-heading .meta a{
    font:400 13px/20px 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
    color:#999;
}
.post-heading .meta span{
    background:none;
    padding:0;
}
.post-heading .meta .by{
    padding:0 10px 0 0;
    background:url(images/divider.png) no-repeat 100% 50%;
}
.post-heading .meta .published{
    padding:0 0 0 5px;
    background:url(images/divider.png) no-repeat 100% 50%;
}
.post-heading .meta .comments{
    padding:0 9px 0 5px;
    background:url(images/divider.png) no-repeat 100% 50%;
}
.post-heading .meta .tags{padding:0 9px 0 5px;}
.post-heading .meta time{background:none;}
.post-heading .meta span strong{font:700 13px/20px 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;}
.description{
    overflow:hidden;
    font:14px/22px Arial, Helvetica, sans-serif;
    color:#555;
    padding:0 10px 2px 0;
}

.single .article-post {
    padding: 0;
    width: 666px;
    float: left;
}

.single #content h1, .page #content h1 {
    line-height: 1.2; 
    border:0;

}

.single .article-post a:hover, .page article a:hover    {
        text-decoration: underline;     
    }

.article-post{
    overflow:hidden;
    font:15px/20px Arial, Helvetica, sans-serif;
    color:#333;
    padding:0 18px 0 0;
    margin:0 0 2px;
}
.article-post p{margin:0 0 20px;}


.description p{margin:0 0 35px;}
.description.add p{margin:0 0 21px;}
.meta{
    font:12px/15px Arial, Helvetica, sans-serif;
    overflow:hidden;
}
.meta a{
    color:#1b5288;
    text-decoration:none;
}
.meta a:hover{text-decoration:underline;}
.meta span{
    padding:0 10px 0 0;
    background:url(images/separator.png) no-repeat 100% 50%;
}
.meta time{
    padding:0 9px 0 4px;
    background:url(images/separator.png) no-repeat 100% 50%;
}
.meta .comment{margin:0 0 0 4px;}

.tab-holder{
    overflow:hidden;
    width:666px;
    margin:0 0 16px;
}
.tabset{
    margin:0 0 0 8px;
    overflow:hidden;
    position:relative;
    z-index:1;
    top:1px;
}
.tabset li{
    vertical-align:top;
    margin:0 5px 0 0;
    float:left;
    list-style:none;
}
.tabset li a{
    font:14px/16px Arial, Helvetica, sans-serif;
    color:#fff;
    text-decoration:none;
    background:#333;
    display:block;
    padding:8px 12px 8px 13px;
}
.tabset li a.active{
    color:#000;
    background:#eee;
    border:1px solid #ddd;
    border-bottom:none;
}
.tab-container{
    background:#eee;
    border:1px solid #ddd;
    padding:15px 17px 18px 11px;
}
.tab{overflow:hidden;}
.tab-head{
    overflow:hidden;
    padding:0 1px 0 9px;
    border-bottom:1px solid #ccc;
}
.tab-head h3{
    font:bold 22px/22px "Times New Roman", Times, serif;
    color:#333;
    float:left;
    margin:0;
}
.tab-head span{
    float:right;
    font:12px/14px "Times New Roman", Times, serif;
    color:#333;
    padding:4px 0 0;
}
.tab-content{
    padding:5px 0 0;
    overflow:hidden;
}
.tab-text{
    font:13px/16px Arial, Helvetica, sans-serif;
    color:#333;
    padding:4px 24px 4px 7px;
    overflow:hidden;
}
.more-news{
    overflow:hidden;
    width:664px;
    margin:0 0 48px;
}
.more-news h3{
    font:bold 18px/22px Arial, Helvetica, sans-serif;
    color:#f30;
    margin:0 0 7px;
}
.news-list{overflow:hidden;}
.news{
    margin:0 0 10px;
    overflow:hidden;
}
.news-list .news a{text-decoration:none;}
.news-list .news a:hover{text-decoration:underline;}
.news-detail{
    overflow:hidden;
    padding:0 40px 0 11px;
    font:13px/15px Arial, Helvetica, sans-serif;
    color:#666;
}
.news-detail h3{
    font:bold 16px/19px Arial, Helvetica, sans-serif;
    color:#555;
    margin:0 0 4px;
}
.news-detail h3 a{color:#555;}
.news-detail p{margin:0;}
#footer{overflow:hidden;}
.footer-top{
    overflow:hidden;
    padding:20px 34px 27px 30px;
}
.footer-top .alignleft{margin:2px 0 0;}
.footer-nav{
    background:#333;
    border-top:2px solid #ef4135;
    padding:10px 10px 10px 30px;
}
.footer-nav ul{
    margin:0;
    overflow:hidden;
}
.footer-nav ul li{
    float:left;
    margin:0 44px 0 0;
    list-style:none;
}
.footer-nav ul li a{
    font:400 14px/19px 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
    color:#fcfbfb;
    text-decoration:none;
    text-transform:uppercase;
}
.footer-nav ul li a:hover{text-decoration:underline;}
.footer-widgets{
    float:left;
    padding:0 0 0 30px;
    width:300px;
}
.footer-widgets h3, .footer-widgets h2{
    font:15px/19px Arial, Helvetica, sans-serif;
    color:#010101;
    border-bottom:1px solid #5a5a5a;
    padding:0 0 5px;
    margin:0; 
}
.footer-widgets ul{
    margin:0;
    padding:3px 5px 5px 4px;
}
.footer-widgets ul li{list-style:none;}
.footer-widgets ul li a{
    font:12px/25px Arial, Helvetica, sans-serif;
    color:#333;
    text-decoration:none;
}
.footer-widgets ul li a:hover{text-decoration:underline;}

.footer-bottom{
    background:#f1f1f1;
    border-top:1px solid #ddd;
    padding:18px 43px 18px 30px;
    overflow:hidden;
}
.copyright{
    font:13px/25px Arial, Helvetica, sans-serif;
    color:#222;
    float:left;
    padding:0px 0 0;
}
.copyright a{
    color:#222;
    text-decoration:none;
}
.copyright a:hover{text-decoration:underline;}
.footer-logo{
    background:url(images/magazine.png) no-repeat;
    width:190px;
    height:38px;
    text-indent:-9999px;
    overflow:hidden;
    float:right;
}
.footer-logo a{
    display:block;
    height:100%;
}



/* Home Page stlye ends */

/* -------------------------  Slider starts     ----------------------------------*/

.cb {clear: both;}

#slider ul li { list-style: none ;}
/* slideshow */
/* Flex slider style */
.flex-direction-nav {display: none;}
 #slider{
    background: #FAFAF9;
}
 #slider ul{
     margin:0
}
#slider #tab1 { 
    padding: 0;
}
#slider #tab1 p {
    margin-top: 5px;
    color: #444;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
}
.slideshow {
    margin:0;
  }

.slideshow .alignleft {
 margin-right: 0; 
 margin-bottom: 0; 
}

.slideshow .alignright {
 margin-right: 0; 
 margin-bottom: 0; 
}
/* slideshow slideset */
.slideshow .slideset {
    position:relative;
    width:896px;
    height:344px;
    float:left;
}
/* slideshow slide */
.slideshow .slide {
    position:relative;
    z-index:1;
    top:0;
    left:0;
    background:#fff;
}
.slideshow .slide.active {z-index:5;}
.slideshow img {
    display:block;
    vertical-align:top;
}
/* slideshow text */
.slideshow .text {
    position:absolute;
    z-index:2;
    height:345px;
    width:340px;
    padding:0 10px 0 8px;
    right:18px;
    overflow:hidden;

} 
.slideshow .text .inner {padding:10px 0;} 
 
 

/* slideshow  slider_sidebar */
.slideshow .slider_sidebar { 
    display:inline-block; 
    position:relative;
    z-index:20;
}
.slideshow .slider_sidebar ul { 
    margin: 0; 
    padding:0;
    list-style:none; 
    float: left;

}
.slideshow .slider_sidebar ul li {   
 opacity:100 !important;  display:block !important;   overflow:hidden;}
.slideshow .slider_sidebar ul li:first-child{ }
.slideshow .slider_sidebar ul li:last-child{ border-bottom:0px solid #222 !important; }
.slideshow .slider_sidebar a { display:block; 
    color: #111;}
.slideshow .slider_sidebar a span{
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
#carousel li.flex-active-slide a {
    color:#ff3300;
    top:0; background-position: center -2px !important;
    background:url(images/slider-red.png) no-repeat center 0 ;

     
}
.slideshow .slider_sidebar .active a:after {display:block;}

.slides {
    padding: 0;
} 

.slideshow .slider_sidebar a span:before{
    content: "|";
    color: #000;
    margin: 0 4px;
}

.slideshow .slider_sidebar ul li:first-child span:before {
    content: "";
}
 
.cat {
    margin-bottom: 3px;
} 
.featured-text {
    float: left;
    padding-top: 10px;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
}
.featured-article h2 {
    margin-bottom: 10px;
    font-size: 22px; 
    font-family:  Arial,Helvetica,sans-serif;
    line-height: 28px; 
}
.featured-article h2 a {
    color: #222;

}
#carousel {
    font-size: 11px;
}

.featured-block {
    padding-bottom: 10px;
}
/* -------------------------  Slider Ends       ----------------------------------------*/


.post a.category {
    line-height: 18px;
}

/* Pagination  Starts */

.navigation {
    text-align: center; 
    font-family: Arial;
    margin-top: 30px;
    margin-bottom: 20px;
}

.navigation a,.navigation .dots  { 
    color: #000; 
    padding: 5px 8px;
} 

.navigation .current, .navigation a:hover  {  
    color: #FF3300; 
    padding: 5px 8px;
}

.navigation .prev, .navigation .next {
    margin-right: 4px;
    padding:5px 8px;
    color: #000000;
    font-size: 16px;
    border: 0;

}

.navigation .prev:hover, .navigation .next:hover{
    color: #FF3300;
    font-size: 16px;
}

.navigation .pages {
    margin-right: 10px;
}
span.page-numbers{border: 0}
.page-numbers, .navigation .current, .navigation .dots {
    display: inline-block;
    border: 1px solid #D6D6D6;
    font: 16px/19px Arial,Helvetica,sans-serif;
}

/* Pagination Ends */


/* Widgets Style */


/* w.css starts ---------------------*/



ul.flickr-photos{ 

padding-bottom: 10px !important;

    padding-left: 10px !important; 

    padding-top: 0px !important;

}

li.flickr-photo {

background-image:none !important;

display:inline-block;

border:1px solid #D7D7D7;

height:75px;

margin:9px 0px 2px 6px !important;

padding:5px !important;

width:auto!important;

}

li.flickr-photo img{max-width:70px; max-height:70px;}



p.tag_cloud {

  font-family: 'Lato',sans-serif;

    font-weight: 400;

    line-height: 26px;

    margin-top: 6px;

}



 



.widget_mostpopular h3 {

border-bottom:0 solid #DDD !important;

text-align:center

}



.mostpopular {     margin-bottom: 6px !important;

padding-left:6px !important;

list-style:none;

margin:.3em 0;

display: inline-block;

padding:0

}

ul.mostpopular li{



margin:0px !important; 

}



 

.mostpopular_li {

-webkit-transition-property:background; 

-webkit-transition-duration: 0.2s, 0.1s; 

-webkit-transition-timing-function: linear, ease-in;





-moz-transition-property:background; 

-moz-transition-duration:0.2s, 0.1s; 

-moz-transition-timing-function: linear, ease-in;





transition-property:background; 

transition-duration: 0.2s, 0.1s;  

transition-timing-function: linear, ease-in;



background-image:none !important;

border:0;

list-style:none !important;

line-height:20px !important; 

position:relative;

width:100%;

margin:0 0 -7px;

padding:11px 0 3px 8px !important

}



.mostpopular_li.color0 {



background-color:#ee5826 !important;

width:95%

}

.mostpopular_li.color0:hover { background:#FF7040 !important;}



.mostpopular_li.color1 {

background-color:#27b6e2 !important;

width:93%

}

.mostpopular_li.color1:hover { background:#49D4FF !important;}





.mostpopular_li.color2 {

background-color:#c5e627 !important;

width:89%

}

.mostpopular_li.color2:hover { background:#D8EB80 !important;}





.mostpopular_li.color3 {

background-color:#ff6f51 !important;

width:84%

}

.mostpopular_li.color3:hover { background:#FF8A71 !important;}



.mostpopular_li.color4 {

background-color:#d59b8e !important;

width:80%

}

.mostpopular_li.color4:hover { background:#E7B5AA !important;}



.mostpopular_li.color5:hover,.mostpopular_li.color6:hover,.mostpopular_li.color7:hover,.mostpopular_li.color8:hover,.mostpopular_li.color9:hover,.mostpopular_li.color10:hover,.mostpopular_li.color11:hover,.mostpopular_li.color12:hover,.mostpopular_li.color13:hover,.mostpopular_li.color14:hover,.mostpopular_li.color15:hover { background-color:#999 !important; }





.mostpopular_li.color5,.mostpopular_li.color6,.mostpopular_li.color7,.mostpopular_li.color8,.mostpopular_li.color9,.mostpopular_li.color10,.mostpopular_li.color11,.mostpopular_li.color12,.mostpopular_li.color13,.mostpopular_li.color14,.mostpopular_li.color15 {

background-color:#888 !important;

width:74%

}

ul.mostpopular li{border-bottom:0px solid #ddd !important;margin-left:0px !important;}



a.barlinko {

font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif !important;

background:none;

line-height:15px;

display:block;  

text-decoration:none !important;

margin:0 8px 0 0;

padding:0;

color:#222222 !important; } 

a.thethingwithc {color:#fff}

.barco  a {color:#000 !important;font-size:12px !important}

.barco {

display:block;

right:0

}



.block-image-viewed-l {

display: inline-block;

    margin-left: 6px;

    width: 190px;     color: #004661;

}

.block-image-viewed-r,#comment-textarea {

float:left

}



.block-image-viewed-r img {

 

}



.block-item-small ol {

list-style:decimal !important;

background:#fff !important

}



.block-item-small ol li {

list-style:decimal !important;

min-height:40px;

font-size:14px !important;

font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;

font-weight:700;

padding:5px 0 !important

}



.block-item-small ol li:hover {

background:none !important

}



.block-item-small ol li a {

font-size:12px;

font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;

font-weight:400

}



span.block-image-viewed-views {

font-size:11px !important;

font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;

font-weight:400

}



/* m3 twitter widget */ 

.m3-fbwidget{text-align:center}



/* m3 Google plus widget */

.m3-gpluswidget {text-align:center} 



/* TWeet */

span.twitter-text { 

    display: block;

    padding-bottom: 2px;  color: #666666;

}



 span.twitter-text a{ color: #000 !important; }





 /* tabs area */

.tab-content {

overflow:hidden;

padding:16px 16px 0

}





.tabs-wrapper {

 margin-top: -10px;


overflow:hidden;

width:100%

}



.tabs-wrapper .tab-content {

border:1px solid #d7d7d7;

border-width:0 1px 1px

}



ul.tabs {

padding-top:1px !important;

border:1px solid #dedede  !important;

margin-top:15px !important;

 
float:left;

height:41px;

width:296px;

padding-left:0 !important;

margin-bottom:0 !important

}



ul.tabs li {

background:#f9f9f9 !important;

float:left;

border:1px solid #d6d6d6;

overflow:hidden;

position:relative;

bottom:-3px;

-moz-border-radius:3px 3px 0 0;

-webkit-border-radius:3px 3px 0 0;

border-radius:3px 3px 0 0;

margin:2px 0 0 8px !important;

padding:0 !important;

width:auto !important;

}



ul.tabs li a {

    font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif !important;

    border-radius: 5px 5px 0 0;

    color: #666 !important;

    display: block;

    font-size: 16px !important;

    font-weight: 400;

    height: 36px; 

    line-height: 35px;

    outline: medium none;

    padding: 0 10px;

    text-decoration: none; 

   -moz-border-radius:5px 5px 0 0;

-webkit-border-radius:5px 5px 0 0;

border-radius:5px 5px 0 0;

}

ul.tabs li.active a{color:#111 !important}

ul.tabs li a:hover {

background:#FFF !important

}



p.tag_cloud a {  margin: 0 2px; }



html ul.tabs li.active,html ul.tabs li.active a:hover {

background:#fff !important;

border-bottom:1px solid #fff !important

}



.tabs_container {

border-top:none;

overflow:hidden;

float:left;

width:298px;

background:#fff;

clear:both

}



.tab_content {

border-color:#D6D6D6;

border-style:solid;

border-width:0 1px 1px;

padding:10px 8px 4px

}

.tab_content h2 { font-weight:normal; } 

.block-item-small-tabs {

border-bottom: 1px dashed #EEEEEE;

    clear: both;

    height: auto;

    margin-bottom: 0;

    overflow: hidden;

   padding: 6px 5px 6px 0;

    width: 275px;

} 

.block-item-small-tabs img{

margin-right: 4px !important;

background:none repeat scroll 0 0 #FFF;

border:1px solid #CACACA;

border-radius:3px 3px 3px 3px;

padding:3px;

box-shadow:0 0 2px #eee;

-moz-border-radius:3px;

-webkit-border-radius:3px 3px 3px 3px;

} 



.block-item-small-tabs .block-image {

position:relative;

display:inline-block;

margin-left:0px;

float:left;

margin-right: 5px;

}



.block-item-small-tabs .block-image-r {

    padding-right: 7px; 

    }

    
.block-item-small-tabs .block-image-r h2 {
    font-size: 14px;
    text-transform: none;
    border: 0;
    color: #000;
    font-family:arial, sans-serif;
}


.block-item-small {

border-bottom: 1px dashed #EEEEEE;

    clear: both;

    height: auto;

    margin-bottom: 0;

    overflow: hidden; background:#fff;

    padding: 6px 2px 6px 7px;

 width: 285px;

}



.block-item-small-view ol {  

list-style:decimal outside none !important;  margin-bottom: 0;

     width:296px;

}



.block-item-small-view ol li {

list-style-type:none;

min-height:57px;   

 overflow:visible;

clear:both;

padding:6px 6px 4px 6px !important;

-webkit-transition-property:background; 

-webkit-transition-duration: 0.2s, 0.1s; 

-webkit-transition-timing-function: linear, ease-in;





-moz-transition-property:background; 

-moz-transition-duration:0.2s, 0.1s; 

-moz-transition-timing-function: linear, ease-in;





transition-property:background; 

transition-duration: 0.2s, 0.1s; 

transition-timing-function: linear, ease-in;

}





.block-item-small-view ol li a {

    color: #111111 !important;

    font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;

    font-size: 13px;

    font-weight: 400;

}



.block-item-small-view ol li:hover a{ 

color:#000 !important;

}



 ul.recent-comments-list li{

background-image: none !important;

     margin-left:10px !important;

    padding-left: 0 !important; 

    display: inline-block;

}

    .recent-comments-list li a{ font-size:13px;

    font-weight:bold; }


.cover-border {
    float: left;
    margin-right: 10px;
}

/* m3 twitter widget */ 

.m3-fbwidget{text-align:center}



/* m3 Google plus widget */

.m3-gpluswidget {text-align:center}



/* The widget image on left  */

.block-item-small .avatar {

width:45px;

height:45px;

box-shadow:none !important;

margin-right:4px

}



.block-item-small h2,.block-item-small h2 a {

color:#111 !important;
font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
font-size:13px; 
font-weight: 400;
line-height:16px;
text-transform: none;
border: 0;
margin: auto;
padding: auto;

}



.block-item-small img {

border:1px solid #D7D7D7;

padding:2px

}



.block-item-small .block-image {

position:relative;

display:inline-block; 

margin-left:3px;

float:left

}



.block-item-small .block-image-r {

float: right;

padding-right: 9px;

    width: 210px;

}



.block-meta {

color:#888;

display:block;

font-size:11px;

margin-top:4px

}



.block-meta a {

color:#888 !important

}



.block-meta a:hover {

color:#333 !important;

text-decoration:none

}



/* views widget */

.RandomPostWidget {

    background-position: -13px -78px;

}

.popularviewbg {

    padding-bottom: 7px;

    padding-top: 3px; 

}

.popularviewbg ol li:hover {

background: #f5f5f5 !important;

}





/* calendar */

#calendar_wrap {

background:#fff;

padding: 7px;

}

#wp-calendar {

    color: #555;

    width: 279px;

    font-size: 13px;

    text-align: center;

    clear: both

}

#wp-calendar td a {

    color: #fff;

    font-weight: bold;

    padding: 0 7px;

    background-color: #999;

}

#wp-calendar caption {

    font-size: 16px;

    text-align: center;

    font-weight: 500;

    text-transform: uppercase;

    padding: 5px 0 3px

}

#wp-calendar th {

    background: #f4f4f4;

    text-align: center;

    border-top: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    font-weight: 700

}

#wp-calendar tbody tr td {

padding: 5px 0;

    text-align: center

}

#wp-calendar tfoot td {

    background: #f4f4f4;

    border-top: 1px solid #ccc; 

    border-bottom: 1px solid #ccc

}





.widget  ul, .widget ol { margin:0px;}

 .widget ul li {

    border-bottom: 1px dotted #E6E6E6;

    font-size: 13px;

    line-height: 16px;

    list-style: none outside none;

    padding: 6px 5px 6px 4px;

    width: 280px;

    }



.widget ul  li  a {font-family:arial, sans-serif;font-size:13px; color:#474747 }



/* Ad widget */

.adspace-widget { padding-bottom: 0px;    padding-top: 0px; text-align:center;}

/* Social widget */ 



/* Social */



ul.socialwidget {
 
    position: relative;

    padding: 0px;

    list-style: none;

    display: inline-block;

}

ul.socialwidget li {

    background: none !important;

    float: left;

    margin: 0 13px 15px !important; 

    padding: 0px !important; 

    width: 16px;

    height: 16px;

    display: block;

    border: none;

    width: 32px  !important;

    height: 32px;

}

ul.socialwidget li a {

    width: 32px  !important;

    height: 32px;

    display: block;

    padding: 0px;

    background: url(images/icon-sprite.png) no-repeat;

    background-position: 0px 0px;

}

ul.socialwidget li a.twitter {

    background-position: -2px -44px

}

ul.socialwidget li a.facebook {

    background-position: -42px -44px

}

ul.socialwidget li a.in {

    background-position: -82px -44px

}

ul.socialwidget li a.gplus {

    background-position: -122px -44px

}

ul.socialwidget li a.pint {

        background-position: -162px -44px

}

ul.socialwidget li a.forrst {

    background-position: -202px -44px

}

ul.socialwidget li a.flickr {

    background-position: -242px -44px

}

ul.socialwidget li a.deviant {

    background-position: -282px -44px

}

ul.socialwidget li a.behance {

    background-position: -322px -44px

}

ul.socialwidget li a.vimeo {

    background-position: -362px -44px

}

ul.socialwidget li a.utube {

    background-position: -402px -44px

}

ul.socialwidget li a.rss {

    background-position: -442px -44px

}



.multiplesocialwidget-wrapper  {

    display: inline-block;

}



.multiplesocialwidget-id {

width: 300px;

-moz-box-shadow:1px 1px 1px #EEE;

-webkit-box-shadow:1px 1px 1px #EEE;

box-shadow:1px 1px 1px #EEE;

border-radius:2px 2px 2px 2px;

border:1px solid #DDD;

}



.fb-likebox {

border-bottom:1px solid #DDE1EE;

background:#fff;

padding:10px 10px 0

}



.googleplus {

background:#F5FCFE;

font-size:.90em;

font-family:"Arial","Helvetica",sans-serif;

color:#000;

line-height:1px;

padding:9px 11px

}



.googleplus span {

color:#000;

font-size:11px;

position:absolute;

display:inline-block;

margin:9px 70px

}



.twitterbg {

background:#EEF9FD;

padding:10px

}



.multiplesocialwidget-id-widget {

background:#EBEBEB;

text-align:right;

border-image:initial;

padding:2px 8px 2px 3px

}



.multiplesocialwidget-id-widget .author-credit a {

font-size:10px;

font-weight:700;

text-shadow:1px 1px #FFF;

color:#1E598E;

text-decoration:none

}



.email-news-subscribe .email-box {

font-family:"Arial","Helvetica",sans-serif;

border-image:initial;

padding:10px

}



.email-news-subscribe .email-box input.email {

background:#FFF;

color:#999;

-moz-border-radius:3px;

-webkit-border-radius:3px;

-o-border-radius:3px;

-ms-border-radius:3px;

-khtml-border-radius:3px;

border-radius:3px;

border-image:initial;

font-family:"Arial","Helvetica",sans-serif;

padding:7px 10px 8px

}



.email-news-subscribe .email-box input.subscribe {

background-image:0;     background-color:  #D1E5F6;

color:#186487;

border:1px solid #A4CCE5;

font-size:11px;

font-weight:700;

padding:6px

}



.email-news-subscribe .email-box input.subscribe:hover {

background-color:#cfe5f3;

background-image:0;

border:1px solid #307ba9;

color:#186487

}



.email-news-subscribe .email-box input.subscribe:active {

background-color:#cfe5f3;

background-image:0;

box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;

-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;

-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;

border:1px solid #307ba9;

color:#186487

}



#other-social-bar {

overflow:hidden;

padding:0

}



#other-social-bar .other-follow {

color:#1E598E;

padding-bottom:7px

}

 /* Tags */

.tagcloud{padding-left:5px;}

.tagcloud a,.almeros_tags a{display:inline-block;float:none;margin:2px 1px;padding:6px 3px;font-family:"Trebuchet MS","Arial","Helvetica",sans-serif;font-style:normal;font-weight:bold;text-decoration:none;background-color:#ec745c;color:#fff !important;-webkit-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-moz-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-o-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-webkit-box-shadow:0 0 1px #999999;-moz-box-shadow:0 0 1px #999999;-o-box-shadow:0 0 1px #999999;box-shadow:0 0 1px #999999;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.1s ease-in;-moz-transition:-moz-transform 0.1s ease-in;-o-transition:-o-transform 0.1s ease-in;transition:transform 0.1s ease-in;}

.tagcloud a:hover,.almeros_tags a:hover{color:#fff;background-color:#0c92da;-webkit-box-shadow:0 0 20px rgb(0,0,50);-moz-box-shadow:0 0 20px rgb(0,0,50);-o-box-shadow:0 0 20px rgb(0,0,50);box-shadow:0 0 10px rgb(0,0,50);-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);-o-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);}

.tagcloud a:nth-child(2n),.almeros_tags a:nth-child(2n){background-color:#ff9f51;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}

.tagcloud a:nth-child(2n):hover,.almeros_tags a:nth-child(2n):hover{-webkit-transform:rotate(-3deg) scale(1.2);-moz-transform:rotate(-3deg) scale(1.2);-o-transform:rotate(-3deg) scale(1.2);background-color:#0c92da;transform:rotate(-3deg) scale(1.2);}

.tagcloud a:nth-child(4n),.almeros_tags a:nth-child(4n){background-color:#9ab9e4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}

.tagcloud a:nth-child(4n):hover,.almeros_tags a:nth-child(4n):hover{-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);background-color:#0c92da;}

.tagcloud a:nth-child(5n),.almeros_tags a:nth-child(5n){background-color:#9ab9d4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}

.tagcloud a:nth-child(5n):hover,.almeros_tags a:nth-child(5n):hover{-webkit-transform:rotate(2deg) scale(1.2);-moz-transform:rotate(2deg) scale(1.2);background-color:#0c92da;-o-transform:rotate(2deg) scale(1.2);transform:rotate(2deg) scale(1.2);} 



/* Category widget with numbers */

ul.pane li{background:none!important;background-origin:padding-box;background-position:50% 100%;background-repeat:repeat-x;background-size:auto;color:#787878;font-size:12px;font-style:italic;font-weight:700;line-height:21px;margin-bottom:0px;padding:5px 12px 5px 1px !important }

ul.pane li a{color:#333;display:inline-block;font-size:13px;font-style:normal;font-weight:700;padding-left:12px;width:238px}

.pane ul li a:hover{color:#777}

/* TWeet */

.tweets { width:300px; clear:both }

.pyre_tabs {padding: 0;}

/* w.css ends --------------*/

.widget {
    margin-bottom: 20px;
}

/* Footer Widget */

.first-widget {
    padding-left: 0;
}

.footer-widgets {
    color: #333333;
}

.footer-widgets h2 {
    border-bottom: 1px solid #5A5A5A;
    color: #010101;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    padding-bottom: 4px;
}

.footer-widgets .block-item-small h2, .footer-widgets .block-item-small h2 a {
    border: 0;
}
.footer-widgets .m3-recent-post-wrapper {
    margin-top: 10px;
}
.footer-widgets .block-item-small {
    width: auto;
    padding: 0 0 4px;
    margin-bottom: 6px;
}
.footer-widgets .block-item-small .block-image {
    margin-right: 5px;
    margin-left: 0;
}
.footer-widgets .block-item-small .block-image-r {
    float: none;
    width: auto;    
    padding: 0;
}

.footer-widgets ul {
    padding: 0;
}

.mostpopular {
    padding-left:0 !important;
}
a.barlinko {
    line-height: 15px !important;
}

.widget ul li {
    width: auto;
}
ul.recent-comments-list li {
    margin-left: 0px !important;
}

.footer-widgets .recent-post h2 {
    border-top: 0;
    text-transform: none;
}

/* FOOTER */

.footer-nav ul li ul.sub-menu  {
    display: none;
}
    

/*  Single --------------------- */

.m3_socialbar {
    background: #F8F8F8; 
    border:1px solid #DFDFDF;
    border-radius: 3px;
    padding : 9px 10px 9px 14px;
    margin-right: 2px;
    margin-bottom: 15px;
    margin-top: 25px;
} 

.m3_socialbar_left { 
display: inline-block;
font-size: 16px;
line-height: 1;
font-family: 'Arial', sans-serif;
vertical-align: middle;
font-weight: bold;
color: #444;
}
.m3_socialbar_right {
float: right;
width: 300px;
height: 22px; 
}
.m3_socialbar_item {
    float: left;
}

.more-news {
    padding-right: 2px;
}

.single-related {
    margin-top: 7px
}

    .article-post img, .article-post iframe {
    max-width: 100%; 
}
 
.article-post iframe { 
    width: 100%; 
}
.article-post ul, .article-post ol { 
    margin: 0 0 10px 25px;
    padding: 0;
}

/*---------  Comment style Start  ------------*/

#comments-content {
font-family: Arial,Helvetica,sans-serif;
 }

ol.commentlist {
margin-bottom:30px;
list-style-type:none 
}
.commentlist a, #respond a{
    color:#01649E;
}
.the-comment {
margin-bottom:24px
}

.avatar {
float:left;
margin-right:8px;
background:none repeat scroll 0 0 #FFF;  
border:1px solid #CACACA;
border-radius:3px 3px 3px 3px;
box-shadow:0 0 2px #ddd;
-moz-border-radius:3px;
-webkit-border-radius:3px 3px 3px 3px;
padding:4px
}

.comment-arrow {
background:url(images/comment-arrow.png) no-repeat;
width:8px;
height:15px;
float:left;
margin-top:16px;
margin-right:-1px
}

.comment-box {
border:1px solid #E5E5E5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
overflow:hidden;
padding:14px
}

.comment-author {
margin-bottom:10px;
color:#EEE;
padding-bottom:3px;
border-bottom:1px solid #eee
}

.comment-author strong{  
color: #111111;
     font-size: 16px;
    font-weight: normal;
}

.comment-author small {
font-size:10px;
margin-top: 6px;
color:#384f79;
float:right
}

.comment-text {
line-height:20px
}

.comment-text p {
margin-top:15px;
    font-size: 14px;
    line-height: 25px;
}

.children {
margin:20px 0 0 83px
}

.children li.comment {
list-style-type:none;
margin:0 0 20px
}

.cancel-comment-reply {
margin-bottom:10px
}

.no-comments {
color:#888
}

.comment-text-side {
color:#444;
line-height:20px
}

a.comment-reply-link {
background: #EEEEEE;
    color: #333333;
    font-size: 12px;
    padding: 2px 7px;
}

#respond { 
 padding-top:10px
}

#respond h3 {font-family: Helvetica,Arial,"Trebuchet MS",sans-serif;font-size:15px; 
font-weight:bold;
margin-bottom:0 !important
}

#comment-input {
float:left;
margin-right:8px
}

#comment-input input {
width: 240px;
margin-bottom:17px;
background-color:#EEE;
border:1px solid rgba(174, 173, 173, 0.5);
border-radius:1px 1px 1px 1px;
box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
color:#676A6B;
display:inline-block;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);
padding:6px 13px 
}

#comment-input input:focus,textarea:focus {
outline:none
}

#comment-input label {
font-size:12px;
font-family: Helvetica,Arial,sans-serif;
display:block;
margin-bottom:2px
}

#comment-input label .req {
color:#999
}

.textarea-comment {
background:#E9E9E9;
width:365px;
height:153px;
font-family:arial;
background-color:#EEE;
border:1px solid rgba(174, 173, 173, 0.5);
border-radius:3px 3px 3px 3px;
box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
color:#676A6B;
display:inline-block;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);
padding:6px 10px
}

#comment-textarea label {
font-size:12px;
display:block;
margin-bottom:3px;
font-family: Helvetica,Arial,sans-serif;

}

#comment-textarea-admin {
float:none;
margin-bottom:16px
}

#comment-textarea-admin label {
display:block;
margin:10px 0 5px
}

#comment-submit {
clear:both;  
margin-bottom:10px
}

#comment-submit-admin {
clear:both;
margin-bottom:10px
}

#comments-content ol {
margin:18px 5px 18px 0
}

.respond {
padding:5px
}
 

.comment-submit {
font-size: 15px !important;
width: 100%;
font-weight: bold;
color: #666 !important; 
margin-top: 7px;
}

.comment-submit:hover {
border:1px solid #3C3C3E;
 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset
}

.comment-submit:active {
border:1px solid #3C3C3E;
 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset
}
h3.numberofcomments {text-align:center !important; 
 color:#01649E;
display:block;
font-size:14px !important;
font-weight:700;
margin:20px 0 15px;
padding:0 8px
}

h3.numberofcomments span {
background:#fff;font-family:Helvetica,Arial,sans-serif;
padding:1px 4px
}

h3.numberofcomments span a {
    color:#01649E;
}
/* Comments Style End */


/* Archives, Tags, Author, Search */
.cat-title-b0-1 h1 span,  .page-title {
    color: #FFFFFF;
    font-family: helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold; 
    line-height: 18px; 
    text-decoration: none; } 
.page-title span {font-weight:bold}
.page-title {   color: #333;}

.video-holder {
    text-align: center;
}

/* Attachment page */
.attachment .entry-content {
    text-align: center;
    margin-top: 25px;
}
.nav-previous, .nav-next {
    font-size: 14px;
}
.nav-next {
    float: right;
}

.attachment #content h1 {
    font-size: 26px;
    line-height: 1.2;
    color: #333;
}
.attachment #comment-submit {
    width: 50%
}




/* Menu Starts */
.responsivemenu{ display: none; }
/*** ESSENTIAL STYLES ***/

.main-menu .sf-menu,  .main-menu.sf-menu * {

    margin:         0;

    padding:        0;

    list-style:     none;

}

 .main-menu .sf-menu {

    line-height:    1.0;

}

 .main-menu .sf-menu ul {

    position:       absolute;

    top:            -999em;

 }

 .main-menu .sf-menu ul li {

    width:          100%;

}

 .sf-menu li:hover {

    visibility:     inherit; /* fixes IE7 'sticky bug' */

}

 .main-menu .sf-menu li {

    float:          left;

    position:       relative;

}

 .main-menu .sf-menu a {

    display:        block;

    position:       relative;

}

 .main-menu .sf-menu li:hover ul,

 .main-menu .sf-menu li.sfHover ul {

    left:           0;

    top:            2.5em; /* match top ul list item height */

    z-index:        99;

}

 .main-menu ul.sf-menu li:hover li ul,

 .main-menu ul.sf-menu li.sfHover li ul {

    top:            -999em;

}

 .main-menu ul.sf-menu li li:hover ul,

 .main-menu ul.sf-menu li li.sfHover ul {

    left:           10em; /* match ul width */

    top:            0;

}

 .main-menu ul.sf-menu li li:hover li ul,

.main-menu ul.sf-menu li li.sfHover li ul {

    top:            -999em;

}

 .main-menu ul.sf-menu li li li:hover ul,

 .main-menu ul.sf-menu li li li.sfHover ul {

    left:           10em; /* match ul width */

    top:            0;

}



/*** DEMO SKIN ***/

.menu-holder .sf-menu {

    float:          left;

    margin-bottom:  1em;

}

.menu-holder .sf-menu ul {

    box-shadow: 2px 2px 6px rgba(0,0,0,.2);

}

.menu-holder .sf-menu a {

 

    text-decoration:none;

}

 

.menu-holder .sf-menu li { 



padding: 0; 



}

.menu-holder .sf-menu li li { 

    border-left:0px;

 } 

 .menu-holder .sf-menu li li:hover{ 

    background:#777;

 } 
 
.menu-holder .sf-menu li li li { 

}

.menu-holder .sf-menu li:hover, #main .menu .sf-menu li.sfHover {



    }
#main .menu .sf-menu li.sfHover a{
 border-bottom: 0px solid #bdbdbd;

 } 
 #main .menu .sf-menu li ul li a{
 border-bottom: 0px solid #333 !important;

 } 

.menu-holder .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{

     

        outline:        0;

}



.menu-holder .current-menu-item a {  

    color:#f17977;

    text-decoration:none;

}

.menu-holder .current-menu-item { 

  

}

/*** arrows **/

.menu-holder .sf-menu a.sf-with-ul {

    padding-right:  2.25em;

    min-width:      1px; /* trigger IE7 hasLayout so spans position accurately */

}

 

.menu-holder a > .sf-sub-indicator {  /* give all except IE6 the correct values */

    top:            .8em;

    background-position: 0 -100px; /* use translucent arrow for modern browsers*/

}

/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,

a:hover > .sf-sub-indicator,

a:active > .sf-sub-indicator,

li:hover > a > .sf-sub-indicator,

li.sfHover > a > .sf-sub-indicator {

    background-position: -10px -100px; /* arrow hovers for modern browsers*/

}



/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }

.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* apply hovers to modern browsers */

.sf-menu ul a:focus > .sf-sub-indicator,

.sf-menu ul a:hover > .sf-sub-indicator,

.sf-menu ul a:active > .sf-sub-indicator,

.sf-menu ul li:hover > a > .sf-sub-indicator,

.sf-menu ul li.sfHover > a > .sf-sub-indicator {

    background-position: -10px 0; /* arrow hovers for modern browsers*/

}



 

/* sub sub menu */


 
#main .menu ul{
    list-style:none;
    margin:0;
 }
 
#main .menu li{
 }
#main .menu li a{
     display: block;
 }
 #main .menu li a.sf-with-ul:hover{  
border-bottom: 0px solid #bdbdbd;
} 

  
/* #main .menu li a:hover, 
#main .menu .active{background:#fff;} 
*/
#main .menu .current-menu-item a{color:#fff}

/* submenu */

#main .menu ul ul{ overflow: initial; width: 269px; display: none;

background: #eee; 
 
border-radius: 0 0 3px 3px;
 
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
z-index: 30;

padding:8px 0;


}
 
#main .menu ul{
    list-style:none;
    margin:0;
 }

#main .menu li{
    list-style:none; 
    float:left;

}
#main .menu li a{

}
 
  
/* #main .menu li a:hover, 
#main .menu .active{background:#fff;} 
*/
#main .menu ul {
    list-style:none;  
}
#main .menu ul li {float:left;}
#main .menu ul a {  
text-decoration: none;  
}
 #main .menu ul span { 
}
 
#main .menu ul .active a {
    cursor:pointer;
    text-decoration:none;
}
#main .menu ul .active a span {
    cursor:pointer;
    text-decoration:none;
}
#main .menu ul ul {
 position: absolute;  
 
}

#main .menu ul ul li{  border-left: 0px;
display: inline-block;
margin:0px; 
float: left; 
width: 134px;
}
#main .menu ul ul li a:hover{
  background:#FF3A3A !important;
  color:#fff !important; 
}  
#main .menu ul ul li ul li a:hover{
 }
#main .menu ul ul li:nth-child(2n+1){
    border-right: 1px solid #ddd;
}
#main .menu ul ul li a{
font-weight: normal;
text-transform: none;
width: 110px;
font-size: 13px;
padding: 8px 12px;
}


/* sub sub menu */
#main .menu ul ul ul{  
border-radius: 0 0 0px 0px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
margin-top: -36px !important;
 background: #666;
padding: 7px;
width: 134px; 
left: 265px;
border: 0px;
margin-top: 8px; 
    }
#main .menu ul ul ul li{ border:0px !important; }
#main .menu ul ul ul li a{ color:#eee; }

#main .menu .sf-menu a { 
display: block;
position: relative; } 
#main .menu .sf-menu ul li.sfHover{
    background: #666 !important
}



/* TOP MENU SUB menu area END */




/* Primary Second SUB menu area  START */

.add-nav li ul li:first-child, .add-nav li ul li{
    padding: 6px 10px 6px;
}
 
.add-nav li ul li a, .add-nav li ul li:first-child{
    color: #fff
} 
/* submenu */
.add-nav ul ul{ width: 145px; display: none; 
background: #881A00;  
overflow: inherit;  
 z-index: 30; 
padding:6px 0; 
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3); 
}
 

.add-nav ul {
    list-style:none;  
}
.add-nav ul li {float:left;}
.add-nav ul a {  
text-decoration: none;  
}
.add-nav ul span { 
}
 
.add-nav ul .active a {
    cursor:pointer;
    text-decoration:none;
}
.add-nav ul .active a span {
    cursor:pointer;
    text-decoration:none;
}
.add-nav ul ul {
 position: absolute;  
 
}

.add-nav ul ul li{ 
-webkit-border-radius: 0px;border-radius: 0px;
 border-left: 0px;
display: inline-block;
float: left; 
width: 125px;
}
#nav ul ul li a:hover{
  background:#658db5;
  color:#fff;  
}  
.add-nav ul ul li ul li a:hover{
    border-top: 0px solid #0088C9;  
}

.add-nav ul ul li a{
font-weight: normal;
text-transform: none;
width: 110px;
font-size: 13px;
padding: 1px 6px;
}

.add-nav .sf-menu li.sfHover {
 
     }
 
.add-nav .sf-menu ul li.sfHover {
    background-color: #777; 
    color: #333 !important
     }

/* sub sub menu */
.add-nav ul ul ul{ 
    border-radius: 0 0 0px 0px; 
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);  
margin-top: -26px;
background: #444;
padding: 6px 2px;
right: -125px;
width: 143px;
border: 0px;   
    }
.add-nav ul ul ul li{ border:0px !important; }
.add-nav ul ul ul li a{ color:#eee; }

.add-nav .sf-menu a {
display: block;
position: relative; } 

/* Primary Second SUB menu area END */




/* Backto Top Arrow */
#back-top {
    z-index:50;
    position: fixed;
    bottom: 0px;
    right:  50px;
    display: none;
}

#back-top a {
    width:72px;
    display: block;
    text-align: center;
    font: 13px/100% 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #bbb;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}

/* arrow icon (span tag) */
#back-top span {
    border-width:0;-moz-box-shadow:0 0 #fff,0 0px 3px rgba(34,25,25,0.5);-webkit-box-shadow:0 0 #fff,0 0px 3px rgba(34,25,25,0.5);box-shadow:0 0 #fff,0 0px 3px rgba(34,25,25,0.5);display:block;font-size:15px;text-align:center;
padding:0.70em 0.825em; 
    display: block; 
line-height: 20px;
    margin-bottom: 0px;
    background-color:#f0eded;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfafb), to(#f0eded), color-stop(0.5, #f9f7f7), color-stop(0.5, #f6f3f4));background-image:-moz-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);background-image:-o-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);background-image:-webkit-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);border-color:#bbb;color:#333;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfafb', endColorstr='#f0eded');text-shadow:0 1px rgba(255,255,255,0.9);
 
    /* rounded corners */
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}



.comments-navigation{ clear: both; display: inline-block; width: 99%;}
.comments-navigation .alignleft a, .comments-navigation .alignright a{
padding: 6px 10px; line-height: 26px; 
font-weight: normal;
background: #007BB7;
font-size: 15px;
color: #fff;
}


#m3_authors{ padding-left: 0px !important; }

.wp-caption { padding: 5px 0px;
border: 1px solid #ddd;
text-align: center;
max-width: 99%;
background-color: #f3f3f3;
 -webkit-border-radius: 3px;
border-radius: 3px;
}

 p.wp-caption-text {
font-size: 11px !important;
line-height: 1.5;
padding: 2px 4px 2px;
color: #333;
margin: 0;  
}
.contact-form input[type='text']{ padding: 6px 4px }
.page a.zilla-button{ color: #fff !important } 
#footer .widget_text{ font-size: 14px;line-height: 19px;color: #333; }

/* Ads */
.ad1{ text-align: center; }
.ad2{ text-align: center; margin-top: -11px; margin-bottom: 6px; }
.ad3{ text-align: center; margin-bottom: 5px; margin-top: -15px; }
.ad4{ margin-bottom: 5px; text-align: center; }
.ad5{ text-align: center; margin-bottom: 5px; }
.ad6{ margin-top: -2px; text-align: center; margin-bottom: -12px; }
.ad7{ text-align: center }
.ad8{ margin-top: 6px;
text-align: center;
margin-bottom: -20px; }