@charset "utf-8";
/* CSS Document */

.mesa{
    width: 100%;
    text-align: center;
    background: #e0f1d6;
    color: #608a41;
    font-weight: bolder;
    border: 1px solid #d7eac4;
    height: 40px;
    padding: 10px;

}

.wprs_unslider-nav ol{
    text-align: center;
}

.wprs_unslider-nav li{
    display: inline-block;
    padding: 0px 7px !important;
    background-color: #ddd;
    margin: 0px 3px;
    cursor: pointer;
    border-radius: 50%;
}

.wprs_unslider-nav .wprs_unslider-active{
    background-color: #FF8900;
    color: #fff;
}

.review-sliderWrapper .unslider-nav ol li{
    border-color: #ddd;
}

.review-sliderWrapper .unslider-nav ol li.unslider-active{
    background-color: #ddd;
}

.reviews-li{
    list-style: none;
}

#test-list li{
    list-style: none;
}

#leave{
    float: right;
    width: 50%;
}

#test-list .pagination>li>a, #test-list .pagination>li>span{
    padding: 1px 1px !important;
}

#test-list .paginationBottom>li>a, #test-list .paginationBottom>li>span{
    padding: 1px 1px !important;
}

#logo-yelp{
    float: right; 
    width: 10%;
}

#facebook-logo{
    width: 25%;
    margin-bottom:15px;
}

.review-comments{
    background: #efefef;
    margin-left: 10%;
    padding: 2px 10px;
}

.mesa i{
    float:left;
    font-size: 1.8em;
}

#icon_load{
    width: 100%;
    margin-left: 40%;

}

.ran{
    width: 85%;
    text-align: left;
    font-weight: bold;
    font-size: 1.8em;
}

.ratingss{
    width:94%;
    float:left;
}

.comments{
    margin-left: 6%;
}

.cover{
    width:10%;
    height:100%;
    float:left;
}

.review-slider .tsg-content-review{
    text-align: left;
}

.review-slider li{
    list-style: none;
}

.review-slider .unslider-arrow{
    top: 65px;
}

#tsg-reviews-general .unslider-nav ol li{
    border: 2px solid #ddd;
}

#tsg-reviews-general .unslider-nav ol li.unslider-active {
    background: #555;
}

/*we do this so it appears to be a smooth transtion*/
.review-slider{
    display: none;
}

.tsg-content-review {
    width:90%;
    height:100%;
    float:left;
}

.cover img{
    max-width: 80% !important;
}

.reply{
    float: right;
    background: #1abc9c;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-weight:bolder;
}

.cover img{
    border-radius: 50%;
    width:50%;
    margin-top: 0%;
    margin-left: 25%;
}

#facebook-total{
    background-image: url(./images/face.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 12px;
    width: 63px;
    position: relative;
/*   // right: 40%;*/
    font-weight: bolder;
    color: #fff;
}

#icon_load img{
    width: 10%;
}

.total-reviews{
    font-weight:bolder;
    font-size:1.5em;
}

#tsg-total-reviews{
    width:100%;
    height:auto;
    padding:5px;
    /*background:blue*/;
    overflow: hidden;
}

.tsg-reviews{
    width:100%;
    height:100%;
    /*background:grey*/;
    border-top: 1px #CCC solid;
    margin-top:5px;
    padding-top: 10px;
    overflow:hidden;
}

.tsg-columns{
    float:left;
    width:50%;
    height: auto;
    overflow: hidden;
}

.tsg-columnsfull{
    float:left;
    width:100%;
    height:75px;
}

.tsg-columnsb{
    width: 80%;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
}

.reviewavg,.stars{
    float:left;
    width:33%;
}

.tsg-columnsb a img{
    width:50px !important;
}

@media(max-width:768px){
    .tsg-columnsb{
        float:left;
        width: 100%;
        font-size: 18px;
        font-weight: 800;
    }
    .reviewavg,.stars{
        float:left;
        width:100%;
    }
}

tsg-content-review{
    float: left;
    width: 100%;
    padding: 2px;
    height: auto;
    overflow: hidden;
}

.list {
    padding: 0px;
}

.list .reviews{
    width: 95%; 
    border-bottom:1px #CCC solid;
    margin: 2% 1%;
    padding: 5px;
    text-align: justify;
}

.list .reviews strong{
    margin-right: 5px;
}

.stars_face{
    width: 130px;
    height: 26px;
    background: url(./images/stars_face.png) 0 0 repeat-x;
    position: relative;
/*   // right: 40%;*/
}

.stars_face .rating{
    height: 26px;
    background: url(./images/stars_face.png) 0 -26px repeat-x;
    float:left;
}

.stars_face input{
    display: none;
}

.stars_face label{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 130px;
    cursor: pointer;
}

.stars_face:hover label{
    display: block;
}
.stars_face label:hover{
    background: url(./images/stars_face.png) 0 -52px repeat-x;
}

.stars_face label + input + label{width: 104px;}
.stars_face label + input + label + input + label{width: 78px;}
.stars_face label + input + label + input + label + input + label{width: 52px;}
.stars_face label + input + label + input + label + input + label + input + label{width: 26px;}

.stars_face input:checked + label{
    display: block;
    background: url(http://sandbox.bumbu.ru/ui/external/stars.png) 0 -52px repeat-x;
}

#test-list .pagination{
    list-style-type: none;
    display: inline-flex;
    float: right;
    margin:2px !important;
}

#test-list .paginationBottom{
    list-style-type: none;
    display: inline-flex;
    float: right;
    margin:2px !important;
}

#test-list .paginationBottom li {
    display:inline-block;
    padding:5px 8px;
    list-style-type: none;
    background: #343434;
    margin-left: 2px;
    border-radius: 2px;
}

#test-list .pagination li {
    display:inline-block;
    padding:5px 8px;
    list-style-type: none;
    background: #343434;
    margin-left: 2px;
    border-radius: 2px;
}

#test-list .pagination .active, #test-list .paginationBottom .active{
    background-color: #f16323;
}

#test-list .pagination li a{
    color:#fff !important;
}

#test-list .paginationBottom li a{
    color:#fff !important;
}

.list li{
    list-style-type: none;
}

#tsg-reviews-general{
    width: 100%;
    height: auto;
    overflow: hidden;
/*  //  background: red;*/
}
.stars{
    width: 130px;
    height: 26px;
    background: url(./images/stars.png) 0 0 repeat-x;
}

#mesa{
    width: 100%;
    text-align: center;
    background: #e0f1d6;
    color: #608a41;
    font-weight: bolder;
    border: 1px solid #d7eac4;
    height: 40px;
    padding: 10px;

}

#icon_load{
    width: 100%;
    margin-left: 40%;
}

.stars1{
    width: 130px;
    height: 26px;
    background: url(./images/stars_yelp.png) 0 0 repeat-x;
    position: relative;
/*    // right: 40%;*/
}

.stars1 .rating1{
    height: 25px;
    background: url(./images/stars_yelp.png) 0 -26px repeat-x;
    float: left;
}

.stars1 input{
    display: none;
}

.stars1 label{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 130px;
    cursor: pointer;
}
.stars1:hover label{
    display: block;
}   

.stars1 label:hover{
    background: url(./images/stars_yelp.png) 0 -52px repeat-x;
}

.stars1 label + input + label{width: 104px;}
.stars1 label + input + label + input + label{width: 78px;}
.stars1 label + input + label + input + label + input + label{width: 52px;}
.stars1 label + input + label + input + label + input + label + input + label{width: 26px;}

.stars1 input:checked + label{
    display: block;
    background: url(http://sandbox.bumbu.ru/ui/external/stars.png) 0 -52px repeat-x;
}

.stars .rating{
    height: 25px;
    background: url(./images/stars.png) 0 -26px repeat-x;
    float: left;
}

.tab-links a{
    color:#fff !important;
}

#close{
    color:transparent !important;
}
.stars input{
    display: none;
}

.stars label{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 130px;
    cursor: pointer;
}
.stars:hover label{
    display: block;
}
.stars label:hover{
    background: url(./images/stars.png) 0 -52px repeat-x;
}

.stars label + input + label{width: 104px;}
.stars label + input + label + input + label{width: 78px;}
.stars label + input + label + input + label + input + label{width: 52px;}
.stars label + input + label + input + label + input + label + input + label{width: 26px;}

.stars input:checked + label{
    display: block;
    background: url(http://sandbox.bumbu.ru/ui/external/stars.png) 0 -52px repeat-x;
}
#modal{
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    filter: alpha(opacity=50);
    background-color: rgba(64, 64, 64, 0.88);
    left: 0;
    top: 0;
    overflow: auto;
}

.contenedor{
    width: 500px;
    background: #fff;
    position: relative;
    margin: 10% auto;
    padding: 30px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    background:#fff;
    text-shadow: 0 1px 0 #fff;
}

.contenedor h2 {
    font-size: 36px;
    padding: 0 0 20px;
}

.send{
    background-color: #1ABC9C;
    color: #fff;
    border: 3px solid #1ABC9C;
    border-radius: 5px;
}

.contenedor a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent !important;
}

.contenedor a[href="#close"]:focus {
    outline: none;
}

.contenedor a[href="#close"]:after {
    content: 'X';
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 1.5em;
    padding: 1px 1px 1px 2px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #1ABC9C;
    color: #fff;
    border: 1px solid #0e7b65;
    -moz-border-radius: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.contenedor a[href="#close"]:focus:after,
.contenedor a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}

.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
             background:#fff;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;
    border: 1px solid #000;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#a6a4a4;
            text-decoration:none;
        }
 
   /* li.active a, li.active a:hover {
        background:#4e4a44;
        color:#4c4c4c;
    }*/
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
     /*   box-shadow:-1px 1px 1px rgba(0,0,0,0.15); */
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
.tabs {
    width:100%;
    display:inline-block;
}
.tab-links li {
    margin:0px 1px;
    float:left;
    list-style:none;
}

a img{  
    border:none;  
    outline:none;  
}  
              
.demo{  
    width: 580px;  
    padding: 10px;  
    margin: 10px auto;  
    border: 1px solid #fff;  
    background-color: #00AEEF;  
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 30px;  
} 

.demo h1 {  
    color:#CCC;  
}  
        
.pagedemo{  
    border: 1px solid #CCC;  
    width: 90%;  
    margin: 2px;  
    padding: 50px 10px;  
    text-align: center;  
    background-color: white;  
    font-size: 50px;  
}  

@media (max-width: 768px){
    #test-list .pagination{
        left: 60% !important;
    }
    #test-list .paginationBottom{
        left: 60% !important;
    }
    #leave{
        text-align:right !important;
    }
    #leave img{
        width:18% !important;
    }
    .list{
        padding: 2px !important;
    }
    .stars{
        right:20% !important;
    }
    .list .reviews .stars{
        display:none
    }
    .list .reviews .stars_face{
        display:none
    }
    .list .reviews .stars1{
        display:none
    }
    .logos{
        width:35% !important;
    }
    .list .reviews .stars .rating {
        display:none
    }
    .list .reviews .stars_face .rating {
        display:none
    }
    .list .reviews .stars1 .rating {
        display:none
    }
}