/********************************************
 * General settings
 */
 
.not-phablet, .desktop-only, .tablet-only, .phone-only, .phone480-only {
  display: none;
}

#container, header, #content ,footer , footer .wrapper{
  width: auto;
}
h2  {
    font-size: 34px;
    margin: 37px auto;
}

h3  {
    font-size: 22px;
}

h4{
    font-size: 18px;
}

p,ul,ol,li{
    font-size: 13px;
}
.wrapper {
 width: 98%;
}
.left,.right{
    width: 90% !important;
    margin:auto;
    display:block;
    float:none;
}
.clear_mobile{
    clear:both;
}
footer .col-sm-24{
    width: 30%;
}
footer .col-sm-24.privacy_policy{
    width: 32%;
}
.col-sm-24{       
    float:left;
    display:inline-block;
}
.table,.tr,.td{
    display:block;             
}
.td{
    margin-bottom: 10px;
}
/********************************************
 * workshop
 */
 .right_menu {
        float: none!important;
    display: block;
    width: 90%;
    margin: auto;
    margin-left:0px!important;
}

/********************************************
 *     feedback
 */
.rating{
    font-size: 20px;
}