/*
Theme Name: Facebook Covers Theme (Mod)
Theme URI: http://makecovers.com    
Author: Faheem Zahid
Author URI: http://factsabt.com
Description: Wordpress theme for creating Facebook cover galleries.
Version: 1.4.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blue, red, green, two-columns, responsive-layout, custom-background, custom-menu, editor-style, featured-images, theme-options, threaded-comments
*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Droid Sans",Georgia,"Times New Roman",Times,serif;    
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.chromeframe {
    font-size:14px;
}
body{
    font-size:12px;
    background-color:#E5E5E5;    
}
a{
    color:#3B5998;
}
a:hover{
    color:#7493CF;
} 
.thumbnail {
    border-radius: 0;
}
.sticky .entry-date {
    display: none;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    display: block;
    padding: 6px 8px;

    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
} 
.gallery-icon a{
    display: inline-block;
}
.gallery-item:hover .gallery-caption {

}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**/


/*Page links*/

.post-pagelinks  a{
    display:inline-block;
    padding:5px 10px 5px 10px;

    margin-right:10px;    
    background-color:#DDDDDD;


}
.post-pagelinks a:hover{
    text-decoration: none;
    background-color:#4F689F;
    border:none;
    color:white;
}
.post-pagelinks{
    padding-top:5px;
    padding-bottom:5px;
    margin-top:5px;
    margin-bottom:5px;
    border-top:1px dotted silver;
    border-bottom:1px dotted silver;
}
.post-pagelinks p{
    margin:0px; padding:0px;
}
.post-pagelinks > p > span{
    margin:0px; padding:0px;
    display:inline-block;
    padding:5px 10px 5px 10px;
    color:white;
    margin-right:10px;    
    background-color:#4F689F;
}
/**/

/*Content Width*/

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/**/

.navbar-inverse .navbar-brand{
    color:white;
}
#site-header{
    background: rgb(51,51,51); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(29,29,29,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(29,29,29,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(29,29,29,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(29,29,29,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(29,29,29,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(29,29,29,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
}

#top-ad{
    margin-top:20px;
    margin-bottom: 20px;
    float:right;
    width:468px;
    height:70px;
}

#main header {
padding-top: 4px;
padding-bottom: 4px;
text-align: left;
padding-left: 10px;
}

.fbcover-thumb strong {
padding: 4px 4px 4px 10px;
display: inline-block;
}

.fbcover-thumb {
	text-align: left;
}
#main{
    padding-bottom: 10px;
}

#main .col-lg-4 {
/*	width: 49.333333%; */
	width: 49.156%;
	margin-right: 5px;
	padding: 0;
border: 1px solid #ddd;
padding-bottom: 5px;
}
#main_menu.navbar{
    min-height: 0px;
}
#main_menu .navbar-nav > li > a{
    padding: 5px 6px 5px 6px;
    margin-top:7px;
    margin-bottom:7px;
    margin-right:5px;
}
#top_menu .navbar-nav > li > a{
    padding-top:7px;
    padding-bottom:7px;
}
#top_menu .navbar-form {
    margin:0px;
}
#top_menu input{
    border-radius: 0px;
}
#top_menu.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

body .st_fblike_hcount span {
	width: 80px !important;
}
#top_menu.navbar{
    min-height: 0px;
}
#top_menu .form-control{
    height:30px;
    margin-top:2px;
}
#top_menu .navbar-brand, #main_menu .navbar-brand{
    padding:5px;

}
#top_menu .navbar-brand a, #main_menu .navbar-brand a{
    color:white;

}
#searchform{
    padding:0;
    padding-right:5px;
    float:right;
    width:200px;

}
#searchform button{
    border-radius:0;
    margin-top:2px;
}

.social-media-icons{
    padding-top:2px;
    text-align: right;
    float:right;

    margin-right: 5px;

}
.social-media-icons a:hover{
    text-decoration: none;
    opacity: 0.8;    
}

.content-back{
    padding:10px;
    background-color: white;

    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    border-radius: 3px 3px 0 0;

}

.sidebar{ 
    padding-left:0;
    list-style-type: none;
    list-style-position: inside;
}
.sidebar ul{
    padding-left:0;
    list-style-type: square;
}
 
 
 .widgettitletwo {
/*background-color: #5A77A0;*/

color: white;
font-weight: 500;
margin: 0;
padding: 6px 10px 0px 10px;
text-transform: uppercase;
font-size: .8em;
border-radius: 3px 3px 0 0;
margin-bottom: 5px;
}

.widgettitletwo span {
	color: #fff !important;
}
.page_navistyle {
	clear: both;
}

.widgettitle{
    background-color: #224579;
    border-bottom: 1px solid #4D678C;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.5);
    color: white;

    font-weight: 500;
    margin: 0;
    padding: 7px 10px;
    text-shadow: 1px 1px #486286;
    text-transform: uppercase;
    font-size:1.3em;
    border-radius: 3px 3px 0 0;
    margin-bottom:10px;
}


#frontpage_panel .widgettitle a{
    color:#333333;
}
.widget{
    margin-bottom: 1.5em;
    background-color:white;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    border-radius: 3px 3px 0 0;
}

.widget ul li{
  
list-style: none;
display: inline;
float: left;
width: 122px;
border: 0px solid #000000;
margin-right: 0px;
clear: right;
background-image: url(http://www.makecovers.com/wp-content/uploads/2014/12/bullet.png);
background-repeat: no-repeat;
background-position: top left;
padding-left: 14px;
border-bottom: 1px dotted #CCCCCC;
padding-bottom: 6px;
padding-top: 6px;
}

.thumbnail {
	border: none !important;
}

.widget ul li a {
	font-weight: bold;
}

.widget ul li:hover {
color: #000;
background-position: 0px -25px;
}

#fbc_widget_cover_category-3 .col-xs-6:first-child {
padding-right: 5px;
padding-left: 20px;
}
#fbc_widget_cover_category-3 .col-xs-6:last-child {
padding-left: 5px;
}
.widget_fbc_widget_gallery a, .widget_fbc_widget_related a{
    color:#333333;
}

#archives-header{
    border-bottom:1px solid #AFAFAF;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
    font-size:20px;
    font-weight: 900;
    text-transform: uppercase;
}
#archives-header h1{
    font-size:20px;
    margin-top:0px;
    font-weight: 900;

}

#archives-header span{
    color: #3B5998;
}
.navigation{
    text-align: center;
}
.navigation a{
    display: inline-block;
    padding:0.5em 0.7em 0.5em 0.7em;
    border:1px solid #DDDDDD;
    font-size:0.9em;
    background-color:white;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.navigation a:hover{
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    text-decoration: none;
}
#preview-outer{
    position: relative;

}
#preview-cover{
    padding-top:30px;
}
#preview-frame{    
    position: absolute;

    margin-bottom: 10em;

}
#preview-outer:hover #preview-hover{
    display:block;
}
#preview-hover{
    display:none;
    width:100%;
    height:100%;
    background-image:url(assets/images/trans.png);
    position:absolute;
    z-index: 10;
    top:-10px;
     
}
#preview-hover #setcoverbtn{
    margin-left:auto;
    margin-right:auto;
    width:260px;
     
    margin-top:20%;
    
}
.fbcover-btn{
    margin-bottom:1em;
}
.set_fbcover_btn{
    margin-bottom:2em;
    display:inline-block;
}

.set_fbcover_btn:hover{
    opacity:0.5;
}
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
#single-header{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0px;
    font-size:13px;
/*  font-weight: 900; */
    padding: 0px 0px 10px 0px;

/*  font-weight: 900; */
    margin-bottom:0px;
    margin-top:0px;
/*  text-transform: uppercase; */
}
.post-readmore{
    padding-bottom:10px;
    display:inline-block;
}
.post-meta{
    font-weight: 400;

    display:inline-block;
    margin-right:25px;

}
.post-meta-bar{
    padding:10px 10px 10px 0px;
    margin-bottom:10px;
    display: none; 
}

.post-meta-bar-thin{
    padding:5px;
}


.post-meta-bar i{
    color:#AB1C1B;
}

.post-excerpt{

    color:#666666;
}
.post-date{
    color:gray;


}

.post-author-box{
    border-top: 2px solid #3B5998;
    border-bottom: 1px solid silver;    
    background-color:white;
    margin-bottom: 10px;
}
.post-author-box h3{
    font-size:1.2em;    
    padding:1em;
    margin:0;
    background-color: #F5F5F5;
}
.post-author-box p{
    padding:1em;
    margin:0;
}


.post-author-box ul{
    padding-left:1em;
    list-style-position: inside;        
}


.single .post-tags {
	display: none;
}  

.post-tags {
    list-style: none;
    margin: 0;
    overflow: hidden; 
    margin-bottom:10px;
    background-color:white;
    padding:10px 10px 0px 10px;

}

.post-tags li {
    float: left; 
}

.post-tags a {
    background: #5A77A0;
    border-radius: 3px 0 0 3px;
    color: white;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.post-tags a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.post-tags a::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #5A77A0;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.post-tags a:hover {
    background-color: #4F689F;
    color: white;
}

.post-tags a:hover::after {
    border-left-color: #4F689F; 
}

.post-content{
    font-size:14px;
    overflow: hidden;
}

.ixad-area{
    margin-top:10px;
    margin-bottom: 10px;
}

.fbcover-thumb a{
    color: #333333;
}

.fbcover-thumb .thumbnail{
    margin-bottom: 3px;
	padding:0;
}

.fbcover-thumb{
    margin-bottom:20px;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient{
    height:22px !important;
}
.stButton .stArrow{
display:none !important;
}

.posts-archives{

    border-bottom:1px solid #F2F2F2;

    margin-bottom:15px;
}

.posts-archives h1{

    padding:0;
    margin:0;
    font-size:16px;
    font-weight:bold;
}
.posts-archives h1 a{
    color:#333333;
}
.posts-archives .post-meta-bar a{
    color:#333333;
}
.posts-archives .post-meta-bar{
    background:transparent;
    background-color:none;
    padding-left:10px;

    color:gray;
    margin-bottom: 0;
}
.posts-archives .thumbnail{
    margin-right:10px;
}
.posts-archives .post-date{

}
.posts-archives .post-meta-bar{
    padding-left:0;
}


/* Tagcloud */
.tagcloud{
    padding:10px;
}


/* calendar widget */
.widget_calendar { clear:both;}
#calendar_wrap { padding:10px; }
#wp-calendar {width: 100%;  }
#wp-calendar caption { text-align: center;  font-weight: bold; color:#3B5998; font-size: 1em; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; margin-bottom: 10px; }
#wp-calendar thead th {  padding-bottom: 10px;  padding-top: 10px;  border-bottom:2px solid #F2F2F2;  border-top:2px solid #F2F2F2; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:0.7em;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }


/* Navbar Blue */
.navbar-dblue {
    background: rgb(41,85,148); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(41,85,148,1) 0%, rgba(34,69,121,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,85,148,1)), color-stop(100%,rgba(34,69,121,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(41,85,148,1) 0%,rgba(34,69,121,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(41,85,148,1) 0%,rgba(34,69,121,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(41,85,148,1) 0%,rgba(34,69,121,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(41,85,148,1) 0%,rgba(34,69,121,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295594', endColorstr='#224579',GradientType=0 ); /* IE6-9 */
    font-size:13px; 
}

.navbar-dblue.navbar{
    border:0;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
    border-top:1px solid #3668AF;    
    border-radius: 0;
}

.navbar-dblue .navbar-brand {
    color: #999999;
}

.navbar-dblue .navbar-brand:hover,
.navbar-dblue .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-dblue .navbar-text {
    color: #999999;
}

.navbar-dblue .navbar-nav > li {
    text-shadow: 1px 1px #163159;
    color:#D1D4DA;
    color:white;
}
.navbar-dblue .navbar-nav > li > ul {
    text-shadow: none;
}

.navbar-dblue .navbar-nav > li > a {
    border-radius: 5px;
    color:#D1D4DA;

}

.navbar-dblue .navbar-nav > li > a:hover,
.navbar-dblue .navbar-nav > li > a:focus {

    color: #ffffff;
    background: #1E3B66;
}

.navbar-dblue .navbar-nav > .active > a,
.navbar-dblue .navbar-nav > .active > a:hover,
.navbar-dblue .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: #1E3B66;
}

.navbar-dblue .navbar-nav > .disabled > a,
.navbar-dblue .navbar-nav > .disabled > a:hover,
.navbar-dblue .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-dblue .navbar-toggle {
    border-color: silver;
}

.navbar-dblue .navbar-toggle:hover,
.navbar-dblue .navbar-toggle:focus {
    background-color: silver;
}

.navbar-dblue .navbar-toggle .icon-bar {
    background-color: #3B5998;
}

.navbar-dblue .navbar-collapse,
.navbar-dblue .navbar-form {
    border-color: #101010;
}

.navbar-dblue .navbar-nav > .open > a,
.navbar-dblue .navbar-nav > .open > a:hover,
.navbar-dblue .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #0F294F;
}

.thumbnail>img, .thumbnail a>img {
	width: 100%;
}


@media (max-width: 767px) {
    .navbar-dblue .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-dblue .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-dblue .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }
    .navbar-dblue .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-dblue .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-dblue .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-dblue .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-dblue .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }
    .navbar-dblue .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-dblue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-dblue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
	
    .col-sm-5 {
	width: 41.66666666666667%;
    }
	
   .col-sm-7 {
	width: 44.333333%;
   }
.nav>li>a {
padding: 10px 6px;
}

}

.navbar-dblue .navbar-link {
    color: #999999;
}

.navbar-dblue .navbar-link:hover {
    color: #ffffff;
}


.page_navistyle li.current a {
	background-color: #3B5998;
	color: #fff;
}
.page_navistyle li {
list-style: none;
display: inline;
margin: 0 2px;
}
.page_navistyle li a {
background: -moz-linear-gradient(center top , white 0pt, #E3E4E4 100%) repeat scroll 0 0 transparent;
padding: 4px 10px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 4px;
border: 1px solid #ccc;
text-decoration: none;
font-weight: bold;
}

#text-9, #text-8, #text-7, #text-6  {
/* background-color: #F5F5F5; */
background-color: #FFF;
margin-bottom: 20px;
color: #999;
text-align: center;
padding: 10px 0px;
list-style-type: none;
font-weight: bold;
font-size: 30px;

}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;

    margin-top: 10px;
    margin-bottom: 10px;

}
.pingback{
    background-color:#EFEFEF;
}
.comments-title{


    background-repeat: repeat-x;
    color: #333333;


    font-size:1.3em;
    margin: 0 5px 10px 0px;
    padding: 0 5px 0 0;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
#respond{
    padding:10px;

}
h3#comments,#respond h3 {

    font-size: 2em;

}


h3#comments-title,h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3#comments-title {
    padding: 5px 0;



}


.commentlist {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: normal;
    margin: 10px 0 24px 0;
    padding: 10px 10px 10px 86px;
    position: relative;
}
.commentlist .children li{

}

.commentlist li:last-child {
    margin-bottom: 0;
}

#comments .comment-body ul,#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

#comments .comment-body {
    padding: 0px;

    /* border:1px solid black; */
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
    padding: 10px;
}

.comment-author {
    font-size:14px;


}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size:1em;

}

.comment-author cite span:before{
    content:"(";
}

.comment-author cite span:after{
    content:")";
}

.comment cite + a{
    display:block;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.comment-meta a:link,.comment-meta a:visited {

    text-decoration: none;
}

.comment-meta a:active,.comment-meta a:hover {

}

.commentlist .even {
    /*background-color: #EDEFF4;*/
    background-color:#EFEFEF;
}

.commentlist .odd {
    /*background-color: #f7f8fb;*/
    background-color: white;
}

.commentlist li {    
    border-top:3px solid #BDC7D8;     
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

.commentlist .bypostauthor {

}

.reply {

    padding: 0 0 10px 0;
}

.reply a,a.comment-edit-link {
    color: white;
    background-color:gray;
    padding:3px 5px 3px 5px;
    font-size: 10px;

}

.reply a:hover,a.comment-edit-link:hover {
    background-color:silver;

}

.commentlist .children {
    list-style: none; 
}

.commentlist .children li {

}

.nopassword,.nocomments {
    display: none;
}

#comments .pingback {
    border-bottom: 1px solid #e7e7e7;

}

.commentlist .pingback{
    margin-bottom: 18px;
    padding: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: normal;
    margin: 0;
}

#comments .pingback .url {
    font-size: 12px;
    font-style: italic;
}

#commentform input[type=text], #commentform textarea{
    width:400px;
    max-width: 80%;
}

.form-allowed-tags code{
    width:500px !important;
    display:block !important;
    overflow: scroll;
    height:40px;
    max-width: 80%;
}
/* End Comments */


.btn-primary {
    background-color: #3B5998;
    border-color: #3B5999;
    color: #FFFFFF;
}

.well{
    border-radius: 0;
}

@media only screen and (max-width: 600px) {
#main .col-lg-4 {
width: 100%;
}

#top-ad {
max-width: 100%;
}

#top-ad img {
max-width: 100%;
}
}
#fbc_widget_related-2 .text-center{
text-align:left;
}
#fbc_widget_related-2 .text-center strong{
display:inline-block;
padding: 4px 4px 4px 10px;
}
#fbc_widget_related-2 .thumbnail{
padding: 0;
margin-bottom: 5px;
}
#fbc_widget_related-2 .text-center {
text-align: left;
margin-bottom: 20px;
}
#fbc_widget_related-2 .clearfix{
 margin-left: 7px;
}
.content-back .clearfix{
padding-left:6px;
}
fbc_widget_gallery-3  .clearfix{
padding: 14px 8px 14px 14px;
}
.st_twitter_hcount .stArrow {
display: inline-block !important;
}
 