/*
Theme Name: Bold Magazine
Theme URI: http://kopatheme.com
Author: Kopasoft
Author URI: http://kopatheme.com
Description: Bold Magazine Wordpress theme is designed for magazine, news and editorial ventures with flexible layout. The theme is based on KOPATHEME layout manager technique that will let you flexibility choose layout options of every pages within your site. It is very helpful when you are experimenting with visual hierarchy. You can define unlimited sidebar for widget areas, and with powerful custom widgets, the theme provides you more flexibility and ease-of-use for your site
Version: 1.0.1
License: GNU General Public License
License URI: license/README_License.txt


Common styles
============================================================ */
@font-face {
    font-family:"Patua One";
    src:url("fonts/PatuaOne-Regular.eot?") format("eot"),
        url("fonts/PatuaOne-Regular.woff") format("woff"),
        url("fonts/PatuaOne-Regular.ttf") format("truetype"),
        url("fonts/PatuaOne-Regular.svg#PatuaOne-Regular") format("svg");
    font-weight:normal;
    font-style:normal;
}

body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background:url(images/background/body-background.jpg) repeat 0 0;
}
pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
ol {

    margin-top:15px;
}
ul {
    margin-top:15px;
}
.unorder-list, .order-list {
    margin-top:15px;
}
ul li {
    list-style:inside square;
    margin-bottom:10px;
}
ol li {
    list-style:inside decimal;
    margin-bottom:10px;
}
/*------responsive image----------------*/
.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/* =========================================================
Elements
============================================================ */
blockquote {
    color: #666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    margin:40px 20px 20px 0;
    text-align:justify;
}
blockquote img {
    margin: -35px 10px 0 0;
}
.slide-link,
.more-link {
    display:inline-block;
    border:1px solid #467a96;
    background-color:#467a96;
    padding:3px 15px 5px;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-size:15px;
    position:relative;
    z-index:1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slide-link:hover,
.more-link:hover,
.big-button:hover,
.medium-button:hover,
.small-button:hover {
    border:1px solid #fff;
    background-color:#555;
    color:#fff;
    box-shadow:0 0 5px #999;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
    position:relative;
    z-index:1;
}
.big-button {
    display:inline-block;
    border:1px solid #467a96;
    background-color:#467a96;
    padding:12px 30px;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-size:18px;
    position:relative;
    z-index:1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.medium-button {
    display:inline-block;
    border:1px solid #467a96;
    background-color:#467a96;
    padding:10px 20px;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-size:16px;
    position:relative;
    z-index:1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.small-button {
    display:inline-block;
    border:1px solid #467a96;
    background-color:#467a96;
    padding:5px 15px;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-size:16px;
    position:relative;
    z-index:1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.kp-dropcap {
    display: inline-block;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 40px;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 22px;
}

.kp-dropcap.dark {
    background: none repeat scroll 0 0 #333;
    color: #FFFFFF;
    height:42px;
    line-height:42px;
    width:34px;
}
/* =========================================================
Heading
============================================================ */
h1 {
    color: #333333;
    font-size:26px;
    font-family: 'Patua One',cursive;
    font-weight:normal;
    letter-spacing: 0;
    margin-bottom:3px;
}
h2 {
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:16px;
    font-weight:normal;
    letter-spacing: 0;
    margin-bottom:3px;
}
h3 {
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:22px;
    font-weight:normal;
    letter-spacing: 0;
    margin-bottom:3px;
}
h4 {
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:20px;
    font-weight:normal;
    letter-spacing: 0;
    margin-bottom:3px;

}
h5 {
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:18px;
    font-weight:normal;
    letter-spacing: 0;
    margin-bottom:3px;

}
h6 {
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:24px;
    font-weight:normal;
    letter-spacing: 0;
    margin-bottom:3px;

}
p { 
    margin-bottom:10px;
    line-height:18px;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
    float:left;
}
.right{
    float:right;
}
.spacer{
    height: 20px !important;
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before,.clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}
.hover-effect{
    cursor:pointer;
    z-index:100;
}
.shadow-box {
    /*background:url("images/background/tag-pattern.png") repeat scroll 0 0 transparent;*/
    /*padding:5px;*/
    position:relative;
    z-index:1;
}
.shadow-box:hover{
    box-shadow:0 0 5px #f1f1f1;
    -moz-box-shadow:0 0 5px #f1f1f1;
    -webkit-box-shadow:0 0 5px #f1f1f1;
}
.inner-box{
    background-color:#fff;
    border:solid 1px #f2f2f2;
}
.border-box {
    background:url("images/background/tag-pattern.png") repeat scroll 0 0 transparent;
    padding:4px;
}
/* =========================================================
        Columns
============================================================ */
.one-second{
    width:355px;
    float:left;
    margin-right:20px;
}
.one-forth {
    width:250px;
    float:left;
    margin-right:20px;
}
.left-col {
    float:left;
    width:730px;
    margin-right:20px;
}
.left-col.left-col-full{
    width: 100%;
}
.right-col {
    float:left;
    width:310px;
    margin-right:20px;
}
.last {
    margin-right:0 !important;
}
.container {
    width:1060px;
    margin:0 auto;
}
.wrapper {
    width:1100px;
    margin:0 auto;
    background:#fff;
}
/* =========================================================
        Header
============================================================ */
#header {
    border-top:5px solid #467a96;
    margin:30px 0 1px 0;
    background-color:#fff;
}
.header-inner {
    background:url(images/background/pattern-right-bg.png) repeat-y right 0;
}
#header-top {
    background:url(images/background/pattern-left-bg.png) repeat-y left 0;
}
#header-top .header-inner {
    padding-bottom:0px;
}
/*---------------- Top Menu -----------------*/
#top-nav{
    height:68px;
}
#top-menu {
    float:right;
    margin-top:15px;
}
#top-menu li {
    float:left;
    list-style:none;
}
#top-menu li a {
    color:#666;
    padding:10px 15px 15px;
    display:block;
    font-size:12px;
}
#top-menu li a:hover {
    color:#f96d5b;
}
#top-responsive-menu {
    float:right;
    display:none;
    margin-top:20px;
    width:100%;
    padding:5px 10px;
    border:1px solid #dbdbdb;
}
/*---------------- Logo & Banner -----------------*/
#logo-image {
    float:left;
}
#top-banner {
    float:right;
    text-align:right;
}
/*---------------- Main Menu -----------------*/
#header-middle {
    background:url(images/background/pattern-left-bg.png) repeat-y left 0 #f7f7f7;
    border-bottom:3px solid #467a96;
    border-top:1px solid #d8d8d8;
}
#responsive-menu {
    display:none;
}
#main-menu .home-menu-item{
    background-image: none !important;
}

#main-menu{
    margin-top:0px;
}
#main-menu li{
    list-style:none;

}
#main-menu > li {
    float:left;
    padding:10px 0 11px;
    margin-bottom:0;
    background-image:url(images/background/menu-item-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    position:relative;
}
#main-menu > li > a {
    text-transform:uppercase;
    padding:3px 15px;
    font-size:18px;
    color:#333;
    font-family: 'Patua One', cursive;
    display:block;

}
#main-menu .home-menu-item {
    padding:9px 5px;
}
#main-menu .home-menu-item a {
    text-indent:-99999px;
    background:url(images/icons/home-icon.png) no-repeat center center;
    width:30px;
    height:25px;
}
#main-menu > li.current-menu-item{ 
    background-image:none;
    background-color:#467a96;    
}

#main-menu  li.current-menu-item > a,
#main-menu  li.current-category-ancestor > a,
#main-menu  li.current-menu-ancestor > a,
#main-menu  li.current-menu-parent > a,
#main-menu  li.current-category-parent > a{ 
    color: #467a96;
}


#main-menu > li.current-menu-item + li{
    background-image:none;
}
#main-menu > li:hover{ 
    background-color:#555 ;
    background-image:none;
}
#main-menu > li:hover +li{
    background-image:none;
}
#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
    color:#fff;
}
#main-menu .home-menu-item:hover a,
#main-menu .home-menu-item.current-menu-item a {
    background:url(images/icons/home-icon-hover.png) no-repeat center center;
}
/*---------- Dropdown Menu ------------*/
#main-menu li ul {
    display:none;
    background-color:#f7f7f7;
    left: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    top: 48px;
    margin-top:0;
    z-index:20;
}
#main-menu li ul li {
    border-right: medium none;
    border-top: 1px solid #DDDDDD;
    float: none;
    margin: 0;
}

#main-menu li ul li a {
    background: url("images/background/bullet-red.png") no-repeat scroll 10px 14px #F3F3F3;
    color: #444444 !important;
    display: block;
    padding: 10px 10px 10px 25px;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#main-menu li ul li a:hover {
    background: url("images/background/bullet-red.png") no-repeat scroll 13px 16px #E5E5E5;
    border: medium none;
    position:relative;
    z-index:1;
    color: #f96d5b !important;
}
#main-menu li ul li ul{
    position:absolute;
    top:0px;
    left:200px;
    border-left: 1px solid #DDDDDD;
}
#responsive-menu {
    display:none;
    margin:10px 0;
    width:100%;
    padding:5px 10px;
    border:1px solid #dbdbdb;
}
#main-menu li.no-background{
    background:none !important;
}
/*---------------- Headline -----------------*/
#header-bottom {
    background:url(images/background/header-bottom-left.png) no-repeat left 0 #212121;
}
#header-bottom .header-inner {
    background:url(images/background/header-bottom-right.png) repeat-y right 0;
}
#headline {
    float: left;
    margin-right: 35px;
    width: 680px;
}
#headline .latest-headline {
    font-size:15px;
    color:#FFF;
    font-family: 'Patua One', cursive;
    float: left;
    margin-right: 20px;
    padding-right: 30px;
    display:block;
    line-height:33px;
    background:url(images/background/headline-arrow.png) no-repeat right 2px;
    padding-right:22px;
    margin-top:-2px;
}
#headline ul li a {
    color: #acacac;
}
#headline ul li a:hover {
    color: #fff;
}
.horizontal_scroller {
    display: block;
    height: 15px;
    overflow: hidden;
    padding-top: 8px;
    position: relative;
    width: 70%;
}
.scrollingtext {
    height: 15px;
    position: absolute;
    white-space: nowrap;
    margin-top:0;
}
.scrollingtext li {
    float: left;
    margin-right: 50px;
    color:#acacac;
    margin-bottom:0;
    list-style:none;
}
/*---------------- Social Links -----------------*/
#search-social {
    float: right;
    width: 345px;
}
.social-links {
    float: right;
    height: 22px;
    margin-bottom: 0;
    margin-top: 3px;
}
.social-links li {
    float: left;
    margin-right: 10px;
    height: 25px;
    list-style:none;
}
.social-links li img {
    display: block;
}
.social-links li.dribbble-icon {
    background: url("images/icons/social-icons.png") no-repeat scroll -76px 0 transparent !important;    
}
.social-links li.facebook-icon {
    background: url("images/icons/social-icons.png") no-repeat scroll -38px 0 transparent !important;
}
.social-links li.twitter-icon {
    background: url("images/icons/social-icons.png") no-repeat scroll 0 0 transparent !important;
}
.social-links li.rss-icon {
    background: url("images/icons/social-icons.png") no-repeat scroll -114px 0 transparent !important;
}
.social-links li.linkedin-icon {
    background: url("images/icons/social-icons.png") no-repeat scroll -190px 0 transparent !important;
}
/*---------------- Search Box -----------------*/
.search-box {
    float: right;
    width: 65%;
    margin-top:3px;
    position:relative
}
.search-box .search-text {
    background-color: #403e3e;
    border: none;
    color: #b7acad;
    padding: 5px;
    width: 184px;
    height:17px;
    position:absolute;
    left:0;
    top:0;
}
.search-box .search-submit {
    background: url("images/icons/search-icon.png") no-repeat scroll center center #403e3e;
    border: medium none;
    cursor: pointer;
    height: 27px;
    width: 29px;
    position:absolute;
    top:0;
    right:0;
}
/* =========================================================
        Main content
============================================================ */
#main-content {
    border-top:1px solid #d8d8d8;
    background:url(images/background/pattern-left-bg.png) repeat-y left 0 #fff;
    position:relative;
}
#main-content-inner {
    /*background:url(images/background/pattern-right-bg.png) repeat-y right 0;*/
    padding-top:20px;
}
#main-content .shadow-box {
    margin-bottom:20px;
}
/*---------------- Feature Widget -----------------*/
.feature-widget {
    position:relative;
}
.shadow-box .entry-header {
    /*background:url(images/background/widget-header-pattern.png) repeat-x 0 bottom;*/
    padding:20px 0 10px;
    margin:0 20px;
}
.shadow-box header .feature-title, .shadow-box header .entry-box-title {
    text-transform:uppercase;
    background:url(images/background/feature-title-arrow.png) no-repeat right 6px;
    display:inline-block;
    padding-right:20px;	
    color:#333;
    font-family: 'Patua One',cursive;
    font-size:16px;
}
/*-- carouFredSel --*/
.list-carousel > ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    height:100%;
}
.list-carousel ul li {
    display: block;
    float: left;
    padding: 0;
    width: 226px;
    height:100%;
    margin:0 10px;
}
.list-carousel ul li article img {
    width:100%;
    height:auto;
    display:block;
}
.list-carousel .feature-news,
.list-carousel .related-articles{
    height: 120px;
    overflow: hidden;
}
.list-carousel.responsive {
    width: auto;
    margin:20px 10px 20px 10px;
    position:relative;
}
.list-carousel .next, .list-carousel .prev {
    background: url("images/slider/slider-nav.png") no-repeat scroll 0 0 #555555;
    cursor: pointer;
    display: block;
    height: 28px;
    position: absolute;
    text-indent: -9999px;
    top: -64px;
    width: 28px;
    z-index: 10;
    border:solid 1px #555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list-carousel .next {
    background-position: -80px 5px;
    right: 10px;
}
.list-carousel .next:hover,
.list-carousel .prev:hover{
    border:1px solid #fff;
    background-color:#467a96;
    color:#fff;
    box-shadow:0 0 5px #999;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
}
.list-carousel .prev {
    background-position: 7px 5px;
    right: 42px;
}
.k-featured-img{
    display:block;
}

.list-carousel .feature-image {
    position:relative;
}
.list-carousel .feature-image .entry-title {
    position:absolute;
    left:0;
    bottom:0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	
    background:#000;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-size:11px;
    margin-bottom:0;
    width:100%;
    padding:8px;
}
/*--------- TAB ----------*/
.list-container {
    margin:20px 20px 0 20px;
    padding-top:3px;
}
.list-container ul {
    width: 100%;
    list-style:none !important;
    margin:0 !important;
}
.list-container ul li {
    float: left;
    margin-left:3px;
    margin-bottom:0;
    background:#d2d2d2;
    list-style:none !important;
    border-bottom:none !important;
    padding-bottom: 0 !important;
}
.list-container ul.tabs li a {
    background-color:#fff;    
    display: block;
    padding: 8px 10px;
    font-size:14px;
    outline:none;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;

}
.list-container ul li.active {
    background:#467a96;
}
.list-container ul.tabs li.active a {
    color:#fff;
}
.list-container ul li:hover{
    background:#555 !important;
}
.list-container ul li:hover a{
    color:#fff;
}
.list-container ul.sidebar-tabs li a {
    display: block;
    padding: 8px 10px;
    font-size:15px;
    font-weight:normal;
    outline:none;
    font-family:'Patua One',cursive;
}
.list-container ul.sidebar-tabs li.active a {
    color:#fff;
}
.sidebar-tab-content ul {
    margin:20px 0 0 !important;
}
.sidebar-tab-content ul li {
    border-bottom:1px dotted #ddd;
    padding-bottom:10px;
    margin:0 10px 10px 5px;
    list-style:inside square;
}
.sidebar-tab-content ul li:hover {
    background:#fafafa;
}
.sidebar-tab-content ul li a:hover {
}

.tab-container {
    border-top: 2px solid #467a96;
    margin:0px 20px 0;
}
.tab-container .entry-box {
    margin:20px 0;
}
.entry-box {
    padding:20px !important;
}
.k-postthumb{
    display:block;
}
.entry-box .entry-item {
    float:left;
    margin-right:3.1347962382%;
    width:48.4326018809%;
}
.entry-box .older-post {
    float:left;
    width:48.4326018809%;
    margin-top:0;
}
.entry-meta, .entry-comment {
    color:#5e5e5e;
    font-size:12px;
    display:inline-block;
}
.entry-box .entry-item .entry-title {
    margin:10px 0;
    font-size:20px;
    font-weight:normal;
    outline:none;
    font-family:'Patua One',cursive;
    color:#333;
}
.entry-item .entry-content p {
    margin-bottom:0;
}
.older-post li {
    border-bottom:1px dotted #ddd;
    padding-bottom:15px;
    margin-bottom:15px;
    list-style:none;
}
.older-post li article img {
    float:left;
    margin-right:15px;
}
.older-post .entry-content .entry-title {
    font-size:14px;
    font-weight:normal;
    outline:none;
    color:#333;
    font-family:'Patua One',cursive;
}
/*------------ Rating --------------*/
.one-star-rating {
    display:inline-block;
    background:url(images/icons/one-star.png) no-repeat 0 0;
    width:62px;
    height:13px;
    margin:5px 0 0;
}
.two-star-rating {
    display:inline-block;
    background:url(images/icons/two-stars.png) no-repeat 0 0;
    width:62px;
    height:13px;
    margin:5px 0;
}
.three-star-rating {
    display:inline-block;
    background:url(images/icons/three-stars.png) no-repeat 0 0;
    width:62px;
    height:13px;
    margin:5px 0;
}
.four-star-rating {
    display:inline-block;
    background:url(images/icons/four-stars.png) no-repeat 0 0;
    width:62px;
    height:13px;
    margin:5px 0;
}
.five-star-rating {
    display:inline-block;
    background:url(images/icons/five-stars.png) no-repeat 0 0;
    width:62px;
    height:13px;
    margin:5px 0;
}
.older-post .one-star-rating ,
.older-post .two-star-rating,
.older-post .three-star-rating,
.older-post .four-star-ratingg,
.older-post .five-star-rating{
    margin-bottom:0;
}
.middle-banner {
    text-align:center;
}
.gallery-box {
    margin:20px 18px 18px;
    list-style:none;
}
.gallery-box  li{
    width: 168px;
    float:left;
    margin-right:2px;
    margin-bottom:2px;
    list-style:none;
}
.gallery-box  li a{
    display:block;
}
.box-hover{
    background:url(images/icons/img-icon.png) no-repeat center center #000;
    width: 100%;
    height: 100%;
    z-index:1;
}
/*


.gallery-box a{
    display:block;
}
.box{
    
}

.box-image{
    margin:0px;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
}

.box-image img{
    width: 100%;
    height: auto;
    cursor:pointer;
}
*/
.slide-box{
    width:60%;
    position:relative;
}
/* =========================================================
        Right Sidebar
============================================================ */
#right-sidebar .widget {
    margin-bottom:20px;
}
#right-sidebar .widget .widget-title {
    border-top:5px solid #467a96;
}
#right-sidebar .widget .widget-title span {
    display:block;
    color:#333;
    font-family: 'Patua One',cursive;
    font-size:20px;
    text-transform:uppercase;
    background:url(images/background/widget-header-pattern.png) repeat-x 0 bottom;
    margin:20px;
    padding-bottom:10px;
}
#right-sidebar .widget ul{
    margin:20px 20px 10px;
}
#right-sidebar .widget ul li {
    border-bottom:1px dotted #ddd;
    padding-bottom:10px;
    list-style:inside square;
}
#right-sidebar .widget ul li:hover {	
    background:#fafafa;
}
/*------------------ Flickr ---------------------*/
.flickr-wrap {
    margin-left:20px;
    margin-bottom:18px;
}

.flickr-badge-image a{
    display:block;
}
.flickr-badge-image a img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
#right-sidebar .widget ul.kopa-flickr-widget{
    margin:0px;
    list-style-type: none !important;
}
#right-sidebar .widget ul.kopa-flickr-widget li{
    border-bottom:none;
    list-style-type: none !important;
}
.flickr-badge-image {
    float:left;
    margin:0 2px 2px 0 !important;
    width: 63px !important;
    height: 63px !important;
    padding-bottom:0px !important;
}
.newsletter{
    position:relative;
}
.wpcf7-form {
    margin:0 20px;
}
.wpcf7-form p {
    margin-bottom:20px;
}
.wpcf7-form .input-email {
    /*background-color:#fafafa;*/
    padding-top: 5px;
    position:relative;
    z-index:1;
}
.wpcf7-form .wpcf7-email {
    height:20px;
    line-height:20px;
    width:236px;
    border-left:1px solid #d7d7d7;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    border-right:1px solid #d7d7d7;
    padding:5px 10px;
    float:left;
    position:relative;
    z-index:1;
    color:#888;
}
.wpcf7-form .wpcf7-email:focus{
    outline:0;
    -webkit-box-shadow:0 0 6px 0 #f1f1f1;
    -moz-box-shadow:0 0 6px 0 #f1f1f1;
    box-shadow:0 0 6px 0 #f1f1f1;
    border:1px solid #467a96!important
}
.wpcf7-form .wpcf7-submit {
    cursor:pointer;
    background-color:#555;
    border:solid 1px #555;
    font-size:13px;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-weight:normal;
    padding:5px 10px 9px;
    position:absolute;
    height:32px;
    right:0px;
    top:5px;
    z-index:1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover{
    border:1px solid #fff;
    background-color:#467a96;
    color:#fff;
    box-shadow:0 0 5px #999;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
    z-index:1;
}
.wpcf7-form label.error {
    color: #467a96;
    position: absolute;
    left: 5px;
    top: -15px;
}


/*Contact-shortcode*/
.contact-form {
    margin: 20px auto;
}
.contact-form > p{
    margin-bottom:20px !important;   
    position:relative;
    z-index:1;        
}

.contact-form > p > .wpcf7-form-control-wrap{
    display: block;
}

.kopa-contact-form label.error{
    color: #467a96;
    position: absolute;        
    left: 0px !important;
    bottom: -20px !important;
    top: auto;
    right: auto;
}

.contactus-response,
.newsletter-response {
    margin-bottom: 10px;
    text-align: center;
    font-size:14px;
}
.contactus-response .success,
.newsletter-response .success {
    color: #467a96;
    margin-top:10px;
    display:inline-block;
}
.contactus-response .failure,
.newsletter-response .failure {
    color: #dc0000;
    margin-top:10px;
    display:inline-block;
}


/*------------------ Tag ---------------------*/
div.taxonomy-details{
    margin:20px 0px 0px 0px !important;
}
div.tag {
    margin:20px 20px 10px;
}
div.tag a {
    display:inline-block;
    background:url(images/background/tag-pattern.png) repeat 0 0;
    padding:5px 11px;
    font-weight:bold;
    color:#333;
    text-transform:uppercase;
    font-size:11px;
    margin:0 7px 10px 0;
}
div.tag a:hover {
    color:#467a96;
}
#bottom-sidebar div.tag a{
    color: #fff;
}


/*------------------ ADV ---------------------*/
.adv-box {
    position:relative;
    z-index:1;
}
.adv-250-250 {
    margin:10px;
}
.adv-120-60 {
    margin:0 0 10px 10px;
}
.adv-120-60 img {
    float:left;
    display:block;
    margin-right:10px;
}
/* =========================================================
        Bottom Sidebar
============================================================ */
#bottom-sidebar {
    background-color:#212121;
    color:#888;
    padding-top:30px;
    padding-bottom:20px;
}
#bottom-sidebar .widget .widget-title {
    padding-bottom:15px;
    font-family:'Patua One',cursive;
    font-size:18px;
    color:#aaa;
    text-transform:uppercase;
    margin-bottom:20px;
    border-bottom:1px solid #343434;
}
#bottom-sidebar .widget .text-widget p {
    margin-top:10px;
    margin-bottom:30px;
}
#bottom-sidebar .widget p {
    line-height:20px;
}
#bottom-sidebar .widget .text-widget .learn-more {
    text-decoration:underline;
    color:#888;
}
#bottom-sidebar .widget .text-widget .learn-more:hover {
    color:#fff;
}
#bottom-sidebar .widget ul li {	
    margin-bottom:15px;
    list-style:none;
}
#bottom-sidebar .widget ul li a{
    color:#888;
}
#bottom-sidebar .widget ul li a:hover{
    color:#fff;
}
#bottom-sidebar .widget ul li.last-item{
    border-bottom:none;
}
#bottom-sidebar .widget ul.article-list li a{
    color:#888;
    font-family:'Patua One',cursive;
    font-size:14px;
}
#bottom-sidebar .widget ul.article-list li a:hover{
    color:#fff;
}
#bottom-sidebar .widget ul.article-list li {
    list-style:inside square;
}
#bottom-sidebar .widget ul.article-list li p {
    margin-bottom:0;
}
#bottom-sidebar .widget .entry-meta, 
#bottom-sidebar .widget .entry-comment {
    margin-top:10px;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:12px !important;
    color:#777;
}
#bottom-sidebar .widget .entry-comment:hover{
    color:#fff;
}
#bottom-sidebar .widget ul.article-list li .entry-meta, 
#bottom-sidebar .widget ul.article-list li .entry-comment {
    margin-top:5px;
}
#bottom-sidebar .widget ul.article-list li .entry-meta {
    margin-left:10px;
}
#bottom-sidebar .widget .article-list-b img {
    float:left;
    margin-right:10px;
}
#bottom-sidebar .widget .article-list-b h6 {
    margin-bottom:0;
}
#bottom-sidebar .widget .article-list-b h6 a {
    color:#888;
}
#bottom-sidebar .widget .categories li{
    width:40%;
    float:left;
    margin-right:15px;
}
#bottom-sidebar .widget .categories li a{
    color:#888;
}
#bottom-sidebar .widget .categories li a:hover {
    color:#fff;
}
/* =========================================================
        Footer
============================================================ */
#footer {
    padding:20px 0;
    background-color:#111;
    margin-bottom:0px;
    color:#888;
}
#copyrights {
    float:left;
    margin-bottom:0;
}
#footer-menu {
    float:right;
    margin-top:3px;
}
#footer-menu li {
    float:left;
    list-style:none;
    margin-bottom:0;
}
#footer-menu li a {
    color:#888;
    padding:0 20px;
}
#footer-menu li a:hover {
    color:#fff;
}
/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 21px;
    right:0;
    margin-right:50px;
}
#back-top a {
    width: 52px;
    height: 52px;
    display: block;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background:url("images/background/up-arrow.png") no-repeat scroll center center #467a96;
    text-indent:-99999px;
    border:solid #467a96 1px;
}
#back-top a:hover{
    background-color:#555;
    border:solid #fff 1px;
    -webkit-box-shadow:0 0 6px 0 #4b9de3;
    -moz-box-shadow:0 0 6px 0 #4b9de3;
    box-shadow:0 0 6px 0 #4b9de3;	
}
/* =========================================================
        Categories Page
============================================================ */
.sub #right-sidebar {
    margin-top:30px;
}
.post-item {
    margin:20px;
}
.post-item img {
    float:left;
    margin-right:20px;
}
.post-item .entry-title {
    margin-bottom:10px;
}
.post-item p {
    color:#555;
    margin-bottom:20px;
    margin-top:3px;
}
.post-item .entry-content .more-link {
    float:left;
}
.post-item .entry-content .five-star-rating, .post-item .entry-content .four-star-rating, .post-item .entry-content .three-star-rating, .post-item .entry-content .two-star-rating, .post-item .entry-content .one-star-rating {
    float:right;
    margin:10px 0 0 0;
}
/*------------------ Pagination ---------------------*/
.pagination {
    margin:30px 0 35px 0;
}
.pagination li {
    float:left;
    margin-right:10px;
    margin-bottom:0;
    list-style:none;
    position:relative;
    z-index:1;
    border:1px solid #467a96;
    background-color:#467a96;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination li.current {

    border:1px solid #555;
    background-color:#555;
    color:#fff;
    position:relative;
    z-index:1;
}
.pagination li:hover{

    border:1px solid #fff;
    background-color:#555;
    color:#fff;
    box-shadow:0 0 5px #999;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
    position:relative;
    z-index:1;
}
.pagination li a {
    padding:5px 12px;
    display:inline-block;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-size:15px;
}
.pagination li:hover a, .pagination li.current a {	
    color:#fff;
}
.breadcrumb {
    font-size:13px;
    color:#666;
    font-family: 'Patua One',cursive;
    font-weight:normal;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:15px;
}
.breadcrumb a {
    color:#666;
}
.breadcrumb a:hover {
    color:#467a96;
}
/* =========================================================
        Elements Page
============================================================ */
.element-box {
    padding:0 20px 20px;
    position:relative;
    z-index:1;
}
.element-box h1, .element-box h2, .element-box h3, .element-box h4, .element-box h5, .element-box h6 {
    color:#555;
    font-weight:400;
    margin-bottom:10px;
}
.element-title {
    background:url(images/background/feature-header-pattern.png) repeat-x 0 bottom;
    padding-bottom:15px;
    color:#555;
    text-transform:uppercase;
    margin-top:20px;
}
.element-box .entry-box .older-post {
    width:284px;
}
.element-box .entry-box .older-post .entry-content .entry-title {
    font-weight:400;
}
.element-box .big-button, .element-box .medium-button, .element-box .small-button {
    margin-right:25px;
    margin-bottom:20px;
}
.table-column {
    border:1px solid #eee;
    float:left;
    margin-right:-1px;
    width:231px;
}
.table-column-first {
    width:105px;
    text-align:center;
}
.table-column-last {
    width:105px;
}
.table-column ul li {
    border-top:1px solid #eee;
    padding:15px 0 15px 15px;
}
.table-column-first ul li {
    padding:15px 0 15px 0;
}
.table-column .table-header {
    padding:15px 0;
}
/* =========================================================
        Single Page
============================================================ */
.entry-box .entry-title {
    margin-bottom:5px;
}
.entry-box iframe {
    margin:20px 0;
}
.rating-box.rating-box-full{
    width: 100% !important;
}
.rating-box {
    float:left;
    border:1px solid #eee;
    width:342px;
    margin-right:25px;
}
.rating-box ul{
    margin-top:0;
}
.rating-box ul li{
    margin-bottom:0;
    list-style:none;
}
.rating-box p {
    padding:10px 0;
    margin-bottom:0;
    font-size:15px;
    font-weight:bold;
    margin-left:15px;
}
.rate-title{
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:18px;
    font-weight:normal;
}
.rating-box ul li {
    border-top:1px solid #eee;
}
.rating-box ul li p {
    float:left;
    font-size:12px;
    font-weight:normal;
}
.rating-box ul li .total-score {
    text-transform:uppercase;
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:15px;
    font-weight:normal;
}
.rating-box ul li .five-star-rating, .rating-box ul li .four-star-rating, .rating-box ul li .three-star-rating, .rating-box ul li .two-star-rating, .rating-box ul li .one-star-rating {
    float:right;
    margin:12px 10px 12px 0;
}
.entry-box strong {
    margin-bottom:10px;
    display:inline-block;
}
.entry-box h5 {
    font-size:15px;
    font-weight:bold;
    margin-bottom:10px;
}
.about-author {
    padding:20px;
}
.about-author img {
    float:left;
    margin-right:20px;
}
.about-author h5, #comments h5 {
    text-transform:uppercase;
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:18px;
    font-weight:normal;
    margin-bottom:15px;
}
.about-author strong {
    display:block;
    margin-bottom:5px;
}
.about-author .entry-content a {
    display:block;
    color:#467a96;
    margin-bottom:5px;
}
.about-author .entry-content a:hover {
    color:#333;
}
.about-author .entry-content p {
    color:#666;
}
/*------------------ Comments List ---------------------*/
.section-comments-null #respond{
    border-top: none !important;
}
#cancel-comment-reply-link{
    font-size: 12px !important;
    color: #467a96;
}

#comments {
    padding:20px;
}
.comments-list {
    margin-top:0;
}
.comments-list li{
    margin-bottom:0;
    list-style:none;
}
.comments-list .comment {
}
#li-comment-1{
    border-top:none !important;
}
.d-divider{
    border-top:1px solid #eee;

    padding-top:20px;

    margin-top:20px;
}
.comment-wrap img {
    float:left;
    margin-right:15px;
    background:url("images/background/tag-pattern.png") repeat scroll 0 0 transparent;
    padding:4px;
}
.comment-wrap .comment-body {
    margin-left:83px;
}

.comment-body .comment-meta{
    position: relative;
}

.comment-wrap .comment-body .comment-meta .author {
    display:block;
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:15px;
    font-weight:normal;
    margin-bottom:8px;
}
.comment-wrap .comment-body .comment-meta .date {
    display:block;
    font-size:12px;
    color:#467a96;
    margin-bottom:8px;
}
.comment-wrap .comment-body .comment-reply-link, .comment-wrap .comment-body .comment-edit-link {
    font-weight:bold;
    font-size:11px;
    display:inline-block;
}
.comment-wrap .comment-body .comment-reply-link:hover, .comment-wrap .comment-body .comment-edit-link:hover {
    text-decoration:underline;
}
.comment-wrap .comment-body .comment-reply-link {
    margin-right:20px;
}
.comments-list .children {
    margin-top:0px;
    margin-left:83px;
}
/*
.comments-list .children li {
    border-top:none;
    padding-top:8px;
    margin-bottom:0;
    background:url(images/background/comment-arrow.png) no-repeat 30px 0;
    list-style:none;
}
.comments-list .children li article {
    padding:15px;
    border-bottom:1px solid #d6d6d6;
    border-left:1px solid #d6d6d6;
    border-right:1px solid #d6d6d6;
    background:url(images/background/comment-top-line.png) no-repeat -1px 0;
}
*/

.comment-pagination {
    float: right;
    margin-top: 15px;
}
.comment-pagination a, .comment-pagination span {
    color: #333333;
    font-family: 'Patua One',cursive;
    font-size:18px;
    font-weight:normal;
    padding-left: 20px;
}
.comment-pagination a:hover, .comment-pagination span:hover {
    text-decoration: underline;
}
.comment-pagination .current {
    color: #467a96;
}
/*------------------ Comment Form ---------------------*/
#respond {
    border-top: 1px solid #f3f3f3;
    margin: 20px;
    padding-top: 15px;
}
#respond h5 {

}
#comments-form label {
    color:#666;
}
#comments-form .comment-left, #comments-form .comment-right {        
}
#comments-form p.input-block, #comments-form p.subject-block {
    margin-bottom: 5px;
    position: relative;
    /*width: 264px;*/    
}
#comment_name, #comment_email, #comment_url, #comment_subject {
    border: 1px solid #d7d7d7;
    height: 29px;
    line-height:29px;
    /*margin-right: 15px;*/
    margin-right: 0px;
    margin-top: 5px;
    padding: 0 10px;
    width: 225px;
}
#comments-form p.textarea-block {
    position: relative;
    /*width: 426px;*/
    width: 100%;
}
#comment_message {
    border: 1px solid #d7d7d7;
    height: 127px;
    margin-top: 5px;
    /*
    padding: 10px;
    width: 404px;
    */
    width: 100%;
}
#comment_message:focus,
#comment_name:focus, 
#comment_email:focus, 
#comment_url:focus, 
#comment_subject:focus{
    outline:0;
    -webkit-box-shadow:0 0 6px 0 #f1f1f1;
    -moz-box-shadow:0 0 6px 0 #f1f1f1;
    box-shadow:0 0 6px 0 #f1f1f1;
    border:1px solid #467a96!important
}
/*
.wpcf7-form .wpcf7-submit {
        cursor:pointer;
        background-color:#555;
        border:solid 1px #555;
        font-size:13px;
        color:#fff;
        font-family: 'Patua One',cursive;
        font-weight:normal;
        padding:5px 10px;
        position:absolute;
        right:5px;
        top:5px;
        z-index:1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover{
        border:1px solid #fff;
        background-color:#467a96;
        color:#fff;
        box-shadow:0 0 5px #999;
        -moz-box-shadow:0 0 5px #999;
        -webkit-box-shadow:0 0 5px #999;
        z-index:1;
}
*/
#comments-form .comment-button {
    margin-bottom:20px;
}
#comments-form #submit-comment {
    cursor:pointer;
    background-color:#555;
    border:solid 1px #555;
    font-size:13px;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-weight:normal;
    padding:5px 10px;
    position:relative;
    z-index:1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#comments-form #submit-comment:hover {
    border:1px solid #fff;
    background-color:#467a96 !important;
    color:#fff;
    box-shadow:0 0 5px #999;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
    z-index:1;
}
#comments-form .comment-button:hover {
    background-position: 0 -50px;
}
#comments-form .comment-button:hover #submit-comment {
    background-position: right -255px;
}
#comments-form label.error,
#comments-form .k-invalid-msg {
    color: #467a96;
    position: absolute;
    /*right: 15px;*/
    right: 0px;
    top: 0;
}
#comments-form p.textarea-block .k-invalid-msg {
    right: 0;
}
#comments-form #status-message {
    color: #467a96;
    font-size: 14px;
    font-weight: 700;
}
/*------------------ Related Posts ---------------------*/
.related-post {
    position:relative;
}
/*------------------ Share this Post ---------------------*/
.social-share {
    height: auto;
    margin: 15px;
    max-width: 100%;
    border-top:1px solid #eee;
    padding-top:20px;
}
.social-share h6 {
    font-size:12px;
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 2%;
    width: 13%;
}
.social-share-button {
    float: right;
    width: 85%;
}
.social-share-twitter {
    float: left;
    margin-right: 1%;
}
.social-share-google-plus {
    float: left;
    width: 20%;
}
.social-share-twitter {
    float: left;
    margin-right: 1%;
}
.social-share-facebook {
    float: left;
    margin-right: 1%;
}
.social-share-digg {
    float: left;
    margin-right: 7%;
}
/* =========================================================
        404 Page
============================================================ */
.error-404 {
    margin: 100px 10% 91px;
}
.error-404 .left-404-col {
    float: left;
    margin-right: 8%;
    width: 30%;
}
.error-404 .left-404-col p {
    color:#666;
    font-family: 'Patua One',cursive;
    font-weight:normal;
    font-size: 100px;
    line-height: 100px;
    text-align: right;
}
.error-404 .right-404-col {
    float: left;
    width: 62%;
}
.error-404 .right-404-col h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color:#666;
    font-family: 'Patua One',cursive;
    font-weight:normal;
}

/*REQUIRED by Theme-Check*/
.sticky{}
.gallery-caption{}
.bypostauthor{}
.wp-caption {
    margin-top: 5px;
}
.wp-caption {
    background-color: none;
    margin-bottom: 5px;
    max-width: 96%;
    padding: 0;
    margin-top: 5px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}
.wp-caption .wp-caption-text, .gallery-caption {
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    color: #888888;
    font-size: 11px;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.alignright{
    clear: both;
}
/*===============================================
contact form
=========================================================================*/
.contact-form .wpcf7-text{
    border: 1px solid #d7d7d7;
    height: 29px;
    line-height:29px;
    /*margin-right: 15px;*/
    margin-right: 0px;
    margin-top: 5px;
    padding: 0 10px;
    width: 50%;
}
.contact-form .wpcf7-textarea{
    position: relative;
    border: 1px solid #d7d7d7;
    height: 300px;
    margin-top: 5px;
    width: 99%;
}
.contact-form .wpcf7-text:focus,
.contact-form .wpcf7-textarea:focus{
    outline:0;
    -webkit-box-shadow:0 0 6px 0 #f1f1f1;
    -moz-box-shadow:0 0 6px 0 #f1f1f1;
    box-shadow:0 0 6px 0 #f1f1f1;
    border:1px solid #467a96!important
}
.page .wpcf7-form{
    margin:0;
}
.contact-form p{
    clear:both;
    margin-bottom:0px;
}
.contact-form .wpcf7-submit{
    position:static;
    width:100px;
    margin-top:20px;
}

/*-- Accordion --*/
#right-sidebar .widget .accordion-title {
    margin-bottom:1px;
    background-color:#fff;
}
#right-sidebar .widget .accordion-title h6 {
    background-color:#d2d2d2;
    margin-bottom:0;
}
#right-sidebar .widget .accordion-title.active h6 {
    background-color:#467a96;
}
#right-sidebar .widget .accordion-title h6:hover {
    background-color:#555;
}
#right-sidebar .widget .accordion-title h6 a {
    display:block;
    padding:8px 20px;
    font-family: 'Patua One',cursive;
    font-size:15px;
}
#right-sidebar .widget .accordion-title.active h6 a, 
#right-sidebar .widget .accordion-title h6:hover a {
    color:#fff;
}
#right-sidebar .widget .accordion-container {
    padding:20px 0px 0px 0px;
}
#right-sidebar .widget .accordion-container ul {
    margin-top:0;
}
#right-sidebar .widget .accordion-container ul li {
    border-bottom: 1px dotted #DDDDDD;
    list-style: square inside none;
    margin: 0 0px 10px 0px;
    padding-bottom: 10px;
}


/*SHARE THIS POST*/
.share_block{
    display: block;
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-bottom: 0px;
}


.share_block iframe{
    margin: 0px !important;
}
.patua_one_12,
#share_this_post,
.twitter-share-button,
#___plusone_0,
.fb-like,
.IN-widget{
    display: block !important;   
    overflow: hidden !important;
    float: left !important;
    height: 20px !important;
    text-align: left !important;
    line-height: 20px !important;
    vertical-align: middle !important;
}
#share_this_post{
    width: 200px;
    width: auto;
}

.patua_one_12{
    font-family: 'Patua One',cursive;
    font-size: 12px;
    padding-right: 20px;
    text-transform: uppercase;
}

.twitter-share-button{
    width: 100px !important;
}
#___plusone_0{
    width: 80px !important;
}
.fb-like{
    width: 90px !important;
}
.IN-widget{
    width: 100px !important;
}



/*RATING*/
p.stars{
    height: 16px;
}
p.stars span {
    background: url("images/icons/star.png") repeat-x scroll left 0 transparent;
    float: left;
    height: 16px;
    position: relative;
    width: 60px;
}
p.stars span a {
    float: left;
    height: 0;
    left: 0;
    overflow: hidden;
    padding-top: 16px;
    position: absolute;
    top: 0;
    width: 16px;
}
p.stars span a:hover, p.stars span a:focus {
    background: url("images/icons/star.png") repeat-x scroll left -16px transparent;
}
p.stars span a.active {
    background: url("images/icons/star.png") repeat-x scroll left -32px transparent;
}
p.stars span a.star-1 {
    width: 12px;
    z-index: 10;
}
p.stars span a.star-2 {
    width: 24px;
    z-index: 9;
}
p.stars span a.star-3 {
    width: 36px;
    z-index: 8;
}
p.stars span a.star-4 {
    width: 48px;
    z-index: 7;
}
p.stars span a.star-5 {
    width: 60px;
    z-index: 6;
}
.star-rating {
    background: url("images/icons/star.png") repeat-x scroll left 0 transparent;
    float: right;
    height: 16px;
    width: 60px;
}
.star-rating span {
    background: url("images/icons/star.png") repeat-x scroll left -32px transparent;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 16px;
}

.comment-header{
    position: relative;
}

.comment-header p.stars{
    width: 60px !important;
    position: absolute;
    top: 25px;
    right: 0px;
}

.comment-body .comment-meta p.stars{
    width: 60px !important;
    position: absolute;
    top: 5px;
    right: 0px;
}
