/*rooms list*/
.rooms_list_wrapper{
    clear: both;
    /*padding: 0 40px;*/
    text-align: center;
}
.rooms_list_wrapper .room_list_top h1.room_category_title{
    text-align: center;
    /*font-weight: bold;*/
    font-family: tahomabd;
    margin-top: 55px;
    font-size: 30px;
    color: #222222;
}
.rooms_list_wrapper .room_list_top .room_category_desc{
    display: none;
    text-align: center;
    width: 40%;
    margin: 20px auto;
}
body.room_list .room_groups_img{
    min-height: 130px;
}
body.room_list .roomList_cms_wrap p {
    font-family: Tahoma;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 1px 0;
}
body.room_list .roomList_cms_wrap p span {
    width: 100%;
    display: block;
    font-size: 13px !important;
    padding:0 10px;
}
body.room_list .roomList_cms_wrap p a,
body.room_list .roomList_cms_wrap p span a
{
    text-decoration: underline;
}
body.room_list .roomList_cms_wrap {
    font-family: Tahoma;
    color: #222;
    font-size: 14px;
    width: 60%;
    margin: -7px auto 20px auto;
    text-align: center;
}
.rooms_list_wrapper .groups{
    margin-top: 25px;
}
.rooms_list_wrapper .groups ul.group_list{
    width: 100%;
    margin: 10px auto;
    position: relative;
    text-align:center;
}
.rooms_list_wrapper .groups ul.group_list li.room_groups_item{
    width: 140px;
    vertical-align: top;
    margin: 10px;
}
.rooms_list_wrapper .groups ul.group_list li.room_groups_item .group_name{
    font-family: tahoma;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    color: #222222;
}
/* Temporary one I reckon */
.rooms_list_wrapper .title_solutions,
.rooms_list_wrapper .rooms_list_filters {
    display: none;
}
.rooms_list_wrapper .title_solutions{
    margin: 10px auto;
    padding-top: 80px;
}
.rooms_list_wrapper .title_solutions h4{
    text-align: center;
    /*font-weight: bold;*/
    font-family: tahomabd;
    font-size: 25px;
    color: #000;
}

.rooms_list_filters ul.list-inline{
    width: 100%;
    margin: 24px auto;
    position: relative;
    text-align:center;
}
.rooms_list_filters ul.list-inline li{
    padding: 0 15px;
    border-top: 1px solid #c6c6c6;
    cursor: pointer;
}
.rooms_list_filters ul.list-inline li a{
    color: #7c7c7c !important;
    font-family: tahoma;
    font-size: 12px;
}
.rooms_list_filters ul.list-inline li a:hover{
    text-decoration: none;
}

.rooms_list_filters ul.list-inline li.selected{
    border-top: 1px solid #000;
}
.rooms_list_filters ul.list-inline li.selected a{
    color: #000 !important;

}
.rooms_list_wrapper .img_wrapper .row{
    width: 100%;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.rooms_list_wrapper .img_wrapper{
    margin: 41px auto 20px auto;
    width: 100%;
    direction: rtl;
}
.rooms_list_wrapper .img_wrapper tbody td.img_item:last-child{
    margin-right: 0;
}

.rooms_list_wrapper .img_wrapper tbody td.img_item{
    margin: 0.5%;
    display: inline-block;
    width: auto;
}
.single_room_wrap {
    position: relative;
}
.room_list .single_room_wrap {
    cursor: pointer;
}
.rooms_list_wrapper .img_wrapper .img_item:hover .room_title{
    color: #000;
    text-decoration: underline;
}
.rooms_list_wrapper .img_wrapper .img_item .room_title span{
    border-bottom: 1px transparent solid;
    transition: border-bottom 0.3s linear 0.3s;
}
.rooms_list_wrapper .img_wrapper tbody td.img_item img {
    width: 100%;
}
.rooms_list_wrapper .img_wrapper .img_item .room_title{
    font-family: tahomabd;
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-top: 18px;
    cursor: pointer;
}
.rooms_list_wrapper table.img_wrapper tbody td.img_item .room_title span{
    border-bottom: 1px transparent solid;
    transition: border-bottom 0.3s linear 0.3s;
}

.rooms_list_wrapper .img_wrapper tbody td.img_item .room_title span:hover{
    border-bottom: 1px black solid;
    transition: border-bottom 0.3s linear 0.3s;
}
.rooms_list_wrapper .cancel_float,
.rooms_list_wrapper .img_wrapper,
.rooms_list_wrapper .img_item {
    float: none;
}
.rooms_list_wrapper .img_wrapper,
.rooms_list_wrapper .img_item
{
    display: inline-block;
    vertical-align: top;
}
.rooms_list_wrapper .img_item {
    margin-bottom: 70px;
    position: relative;
    width: 100%;
}
.rooms_list_wrapper .img_item img{
    width: 100%;
}
.rooms_list_wrapper .img_wrapper .room_container
{
    max-width: 100%;
    margin: 0 auto;
}
.backto_wrap {
    text-align: center;
    font-weight: normal;
    margin: 0;
    line-height: 14px;
}
.room_wrapper .backto_wrap .back_to_group {
    letter-spacing: 0.02em;
    color: #222;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px transparent solid;
    -webkit-transition: border-bottom .2s linear;
    -o-transition: border-bottom .2s linear;         /* Opera */
    -ms-transition: border-bottom .2s linear;       /* IE 9 */
    -moz-transition: border-bottom .2s linear;
    transition: border-bottom .2s linear;
}
.room_wrapper .backto_wrap .back_to_group:hover {
    border-bottom: 1px #000 solid;
    -webkit-transition: border-bottom .2s linear;
    -o-transition: border-bottom .2s linear;         /* Opera */
    -ms-transition: border-bottom .2s linear;       /* IE 9 */
    -moz-transition: border-bottom .2s linear;
    transition: border-bottom .2s linear;
}

.rooms_list_wrapper .room_container .culmuns {
    float: right;
    text-align: center;
}
body.dir_rtl .rooms_list_wrapper .img_wrapper .img_item .room_title {
    text-align: right;
}

.tag_place .box
{
    max-width:150px;
    height:80px;
    float:left;
    text-align: right;
    font-size: 13px;
}
.tag_place .box .product_name{
    color: #000000;
    font-size: 1em;
    font-family: Tahoma;
}
.tag_place .box .prod_series{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.0769em;
    font-weight: bold;
}
.tag_place .box .product_price {
    font-size: 1.46em;
    font-family: tahomabd;
}
@media screen and (min-width: 1200px) {
    .rooms_list_wrapper .groups ul.group_list li.room_groups_item {
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 1800px) {
    .img_item.col-xs-6.col-lg-4 {
        width: 50%;
    }
}

@media screen and (min-width: 1800px) {
    .rooms_list_wrapper{
        padding: 0 40px;
    }
    .rooms_list_wrapper .room_container .culmuns {
        width: 33.33333333%;
    }
    .rooms_list_wrapper .room_container .culmuns.col_0 {
        padding-right: 0em;
        padding-left: 2em;
    }
    .rooms_list_wrapper .room_container .culmuns.col_1 {
        padding-right: 1em;
        padding-left: 1em;
    }
    .rooms_list_wrapper .room_container .culmuns.col_2 {
        padding-right: 2em;
        padding-left: 0em;
    }
}
@media (max-width: 1799px) and (min-width: 769px) {
    .rooms_list_wrapper .img_wrapper {
        width: 1060px;
        max-width: 100%;
    }
    /*.rooms_list_wrapper .img_wrapper .room_container {*/
        /*width: 1060px;*/
        /*max-width: 100%;*/
    /*}*/
    .rooms_list_wrapper .room_container .culmuns {
        width: 50%;
    }
    .rooms_list_wrapper .room_container .culmuns.col_0 {
        padding-right: 1em;
        padding-left: 2em;
    }
    .rooms_list_wrapper .room_container .culmuns.col_1 {
        padding-right: 2em;
        padding-left: 1em;
    }
    .tag_place .box
    {
        font-size: 12px;
    }

}

@media (max-width: 768px) and (min-width: 461px) {
    .tag_place .box
    {
        font-size: 9px;
    }
    .rooms_list_wrapper .room_container .culmuns {
        width: 50%;
    }
    .rooms_list_wrapper .room_container .culmuns.col_0 {
        padding-right: 1em;
        padding-left: 1em;
    }
    .rooms_list_wrapper .room_container .culmuns.col_1 {
        padding-right: 1em;
        padding-left: 1em;
    }
}
@media screen and (min-width: 769px) {
    .room_desc ul.desc_bul,
    .room_wrapper .room_inner_wrap > .room_desc{
        text-align: right;
    }
}
@media screen and (max-width: 768px) {
    body.room_list .roomList_cms_wrap {
        width: 100%;
    }
    .rooms_list_wrapper .img_wrapper .room_container {
        width: 100%;
    }
    body.dir_rtl .rooms_list_wrapper .img_wrapper .img_item .room_title {
        font-size: 1em;
        line-height: 18px;
        margin-top: 12px;
    }
    .room_inner_wrap .room_desc ul.desc_bul {
        display: none;
    }
    .room_inner_wrap .room_desc .view_prods_outer {
        display: block;
        width: 100%;
        margin: 20px 0;
    }
    .room_wrapper .room_inner_wrap > .room_desc{
        text-align: center;
    }
}
@media (min-width: 701px){
    .rooms_list_wrapper .mobile_view_groups_collapse {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .rooms_list_wrapper .mobile_view_groups_collapse {
        display: block;
        font-weight: bold;
        font-size: 17px;
        cursor: pointer;
        float: none;
        text-align: right;
        margin-top: 25px;
    }
    .rooms_list_wrapper .group_list
    {
    max-height: 1px;
        overflow-y: hidden;
        transition: max-height 0.5s ease-in-out;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        -ms-transition: max-height 0.5s ease-in-out;
    }
    .rooms_list_wrapper .group_list.open {
    max-height: 3000px;
        transition: max-height 0.5s ease-in-out;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        -ms-transition: max-height 0.5s ease-in-out;
    }
    .rooms_list_wrapper .mobile_view_groups_collapse .inner {
    border-top: 1px #ccc solid;
        padding: 22px 0;
        margin: 0 5px;
        color: #000000;
    }
    .rooms_list_wrapper .mobile_view_groups_collapse i
    {
    float: left;
    }
}
/*Room Image*/
/*.img_item*/
/*{*/
    /*border:solid 3px #fff;*/
/*}*/
.room_list.dir_rtl .tagview{
    direction: rtl;
}
.room_list.dir_ltr .tagview{
    direction: ltr;
}

.room_wrapper{
    margin: 0 auto;
}
.room_wrapper .language_selector{
    float: right;
    width: 10%;
}
.room_wrapper .language_selector select{
    border: none;
    background-color: #fff;
    font-size: 14px;
    color: #959595;
}
.room_wrapper .room{
    position: relative;
    padding: 26px 40px 65px 40px;
    float: right;
}
.room_wrapper .room a.prev,
.room_wrapper .room a.next {
    font-size: 13px;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px;
}
.room_wrapper .room a.prev{
    background-image: url('/skins/skin_316/images/prev.png');
    background-position: center left;
    padding-left: 30px;
}
.room_wrapper .room a.next{
    background-image: url('/skins/skin_316/images/next.png');
    background-position: center right;
    padding-right: 30px;
    text-align: right;
}
.room_wrapper .room .room_title_container {
    width: 100%;
}
.room_wrapper .room .room_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    display: inline-block;
    margin-top: 0;
}
body.dir_ltr .room_wrapper .room .room_products,
body.dir_ltr .room_wrapper .room .room_products,
body.dir_ltr .room_wrapper .room a.next,
body.dir_rtl .room_wrapper .room a.prev,
body.dir_rtl .room_wrapper .room .room_title
{
    float: left;
}
body.dir_rtl .room_wrapper .room .room_products,
.room_wrapper .room_title_container,
.room_wrapper .room_inner_wrap,
body.dir_rtl .room_wrapper .room a.next,
body.dir_ltr .room_wrapper .room a.prev,
body.dir_ltr .room_wrapper .room .room_title
{
    float: right;
}
body.dir_rtl .room_wrapper .room .room_products
{
    direction: rtl;
}
.room_wrapper .room_inner_wrap {
    width: 100%;
    margin-bottom: 43px;
}
.room_products .room_product_item,
.room_wrapper .room .room_products {
    float: none;
}
.room_wrapper .room_inner_wrap .room_img {
    padding-right: 0;
    border: none;
}
.room_wrapper .room_inner_wrap .room_img img{
    width: 100%;
    height: auto;
}
.room_wrapper .room_inner_wrap > .room_desc{
    white-space: normal;
    color: #222;
}
.room_wrapper .room_inner_wrap .room_desc .room_desc_details {
    font-size: 18px;
    line-height: 20px;
    font-family: tahomabd;
}
.room_desc ul.desc_bul{
    display: block;
    clear: both;
    list-style: none;
    padding-top: 10px;
    margin-bottom: 34px;
}
body.dir_rtl .room_desc ul.desc_bul {
    direction: rtl;
}
.room_desc ul.desc_bul li {
    font-size: 13px;
    margin-bottom: 2px;
}
.room_wrapper .view_prods {
    color: #407ab1;
    border-bottom: 1px #407ab1 solid;
    text-decoration: none;
    font-family: tahoma;
    font-size: 14px;
    cursor: pointer;
}

.room_wrapper .view_prods:hover {
    color: #2c5379;
    border-bottom: 1px #2c5379 solid;
}

.dir_rtl .room .room_product .prod_data_wrap{
    text-align: right;
}

.room .room_product .prod_data_wrap {
    color: #000;
}
body.room .room_wrapper .room_product .prod_series,
body.room .room_wrapper .room_desc .prod_series{
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: black;
}
body.room .room_wrapper .room_desc .price,
body.room .room_wrapper .room_desc .prod_series
{
    display: inline-block;
}
body.room .room_wrapper .room_product .sizes{
    font-size: 12px;
    font-family: Tahoma;
    line-height: 15px;
}
body.room .room_wrapper .room_product .price{
    font-family: Tahoma;
    font-size: 32px;
}
body.room .room_wrapper .room_product .prod_data_wrap button.btn{
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    font-family: Tahoma;
    font-size: 14px;
    color: #000000;
}
body.room .room_wrapper .room_product .prod_data_wrap button.btn{
    transition: all 0.3s linear 0s;
    background-color: #f3f3f3;
    float: right;
}
body.room .room_wrapper .room_product .prod_data_wrap button.btn:hover{
    transition: all 0.1s linear 0s;
    background: #dadada none repeat scroll 0 0;
}

.tag_place
{
    position:absolute;
}
.tag_place .box div:hover{
    text-decoration: underline;
    cursor: pointer;
}
body.room .room_img .product_price {
    direction: rtl;
}
.img_item .tag_place.white *{
    color: #ffffff;
}
.img_item .tag_place.black *{
    color: #000000;
}
.room_desc ul.desc_bul .room_prod {
    cursor: pointer;
}
.room_desc ul.desc_bul .room_prod {
    border-bottom: 1px transparent solid;
    -webkit-transition: border-bottom .2s linear;
    -o-transition: border-bottom .2s linear;         /* Opera */
    -ms-transition: border-bottom .2s linear;       /* IE 9 */
    -moz-transition: border-bottom .2s linear;
    transition: border-bottom .2s linear;
}
.room_desc ul.desc_bul .room_prod:hover {
    border-bottom: 1px #000 solid;
    -webkit-transition: border-bottom .2s linear;
    -o-transition: border-bottom .2s linear;         /* Opera */
    -ms-transition: border-bottom .2s linear;       /* IE 9 */
    -moz-transition: border-bottom .2s linear;
    transition: border-bottom .2s linear;
}
/*End Room Image*/
.rooms_list_wrapper .room_btn {
    text-align: center;
    margin-bottom: 53px;
}
.rooms_list_wrapper .button.large.nonform {
    font-family: tahoma;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 19px;
    border-radius: 2px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    line-height: 19px;
    margin-top: 12px;
    min-height: 50px;
}
.rooms_list_wrapper .pic-head {
    color: #222222;
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 0;
}
.business_form_wrap .main_title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    font-family: Tahomabd;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.kitchen_tour .kitchens-tour-template .page-width{
    max-width: 1295px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
.kitchens-tour-template{
    width: 100%;
}
.dir_rtl.kitchen_tour .kitchens-tour-template{
    direction: rtl;
}
.dir_rtl.kitchen_tour .kitchens-tour-template slick{
    direction: ltr;
}
.kitchen_tour .kitchens-tour-template .sliders-wrap{
    text-align: center;
}
.kitchens-tour-template .kitchen-appointment-btn{
    background-color: black;
    color: white;
    font-size: 22px;
    width: 100%;
    padding: 0;
}
.kitchens-tour-template .kitchen-appointment-btn > span{
    display: inline-block;
    background: url('/images/Fittings/ikea/cms/kitchens/appointment.png') right no-repeat;
    background-size: 40px;
    padding: 20px 55px;
}
.kitchens-tour-template .kitchen-appointment-main-btn {
    background: #fff url("/images/kitchens_edit_icon.png") no-repeat right center ;
    color: #0057B0;
    border: 3px #0057B0 solid;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: right;
    padding: 0;
    height: 60px;
    background-size: 60px auto;
}
.kitchens-tour-template .kitchen-appointment-main-btn > span{
    display: inline-block;
    background-size: 40px;
    padding: 10px 65px 10px 25px;
}
.kitchens-tour-template .intro-title {
    font-size: 25px;
}
.kitchens-tour-template h2.title {
    font-size: 20px;
    margin: 0 0 40px;
}
.kitchens-tour-template .sub-title{
    font-size: 17px;
}
.kitchens-tour-template .row-segment{
    border-bottom: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}
.kitchens-tour-template .row-segment.inspiration-seg,
.kitchens-tour-template .row-segment.iframe-wrapper{
    border-bottom: none;
}
.kitchens-tour-template .row-segment:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.kitchens-tour-template .iframe{
    margin: 20px auto;
}
.slick-arrow {
    /*left: inherit;*/
    /*right: inherit;*/
    /*display: block;*/
    z-index: 9999;
}
.kitchens-tour-template .slick-prev,
.kitchens-tour-template .slick-prev:hover,
.kitchens-tour-template .slick-prev:focus{
    background-image: url(/skins/skin_316/images/prev.png);
}
.kitchens-tour-template .slick-next,
.kitchens-tour-template .slick-next:hover,
.kitchens-tour-template .slick-next:focus{
    background-image: url(/skins/skin_316/images/next.png);
}
.kitchens-tour-template .slick-prev,
.kitchens-tour-template .slick-prev:hover,
.kitchens-tour-template .slick-prev:focus,
.kitchens-tour-template .slick-next,
.kitchens-tour-template .slick-next:hover,
.kitchens-tour-template .slick-next:focus{
    background-color: rgba(255, 255, 255, 0.75);
}
.kitchens-tour-template .inspiration-seg .slick-prev,
.kitchens-tour-template .inspiration-seg .slick-next{
    height: 40px;
    width: 50px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.kitchens-tour-template .inspiration-seg .slick-prev{
    left: 0;
}
.kitchens-tour-template .inspiration-seg .slick-next{
    right: 0;
}
.kitchens-tour-template .slick-prev:before,
.kitchens-tour-template .slick-next:before{
    color: #000;
    /*font-family: 'Glyphicons Halflings';*/
    /*font-size: 70px;*/
    /*line-height: 46px;*/
}
.kitchens-tour-template .slick-prev:before{
    content: "<";
    display: none;
}
.kitchens-tour-template .slick-next:before{
    content: ">";
    display: none;
}
@media screen and (max-width: 1080px){
    .kitchens-tour-template .slick-prev:before,
    .kitchens-tour-template .slick-next:before{
        display: none;
    }
    .kitchens-tour-template .kitchen-appointment-main-btn {
        font-size: 22px;
}
}
.kitchens-tour-template .slick-slide{
    position: relative;
    text-align: center;
}
.kitchens-tour-template .slick-slide img{
    margin: 0 auto;
    width: 100%;
}
.kitchens-tour-template .img-txt{
    position: absolute;
    z-index: 10;
    top: 0;
    text-align: center;
    width: 100%;
    color: #000;
}
.kitchens-tour-template .img-txt h5{
    display: inline-block;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    font-family: Tahomabd;
}
.kitchens-tour-template .img-caption{
    font-size: 15px;
    font-family: Tahomabd;
    color: #000;
}

@media (max-width: 942px) and (min-width: 461px) {
    .kitchens-tour-template .kitchen-appointment-main-btn {
        font-size: 20px;
        letter-spacing: normal;
}
}
@media screen and (max-width: 600px) {
    .room_title_container.bottom .backto_wrap.col-xs-12 {
        width: 60%;
    }
    .room_title_container.bottom a.next.col-xs-6.col-sm-1,
    .room_title_container.bottom a.prev.col-xs-6.col-sm-1 {
        width: 20%;
    }

    .kitchens-tour-template .kitchen-appointment-main-btn {
        font-size: 20px;
        letter-spacing: normal;
}
}

@media screen and (max-width: 460px) {
    .kitchens-tour-template .kitchen-appointment-main-btn > span {
        padding: 10px 39px 10px 0;
    }
    .kitchens-tour-template .kitchen-appointment-main-btn {
        font-size: 16px;
        letter-spacing: normal;
        height: 49px;
        background-size: 40px auto;
    }
    body.room_list .roomList_cms_wrap{
        text-align: center;
    }
    body.room_list .roomList_cms_wrap p span,
    body.room_list .roomList_cms_wrap p a,
    body.room_list .roomList_cms_wrap p span a
    {
        font-size: 15px !important;
    }
    .room_wrapper .room_inner_wrap > .room_desc,
    .room_wrapper .img_item,
    .room_wrapper .room .room_title {
        padding-right: 0;
        padding-left: 0;
    }
    .rooms_list_wrapper .img_wrapper {
        margin-top: 6px;
        margin-bottom: 11px;
    }
    .rooms_list_wrapper .room_container .culmuns {
        width: 100%;
    }
    .rooms_list_wrapper{
        clear: both;
        padding: 0 0;
        margin-bottom: 3px;
    }
    .rooms_list_wrapper .img_item {
        padding: 0 20px;
        margin-bottom: 46px;
    }
    .room_wrapper .room {
        padding: 26px 20px 65px 20px;
    }
    .room_wrapper .room .room_title,
    .img_item.col-xs-6.col-lg-4 {
        width: 100%;
    }
    .rooms_list_wrapper .img_wrapper tbody td.img_item {
        width: 100%;
    }
    .room_title_container.bottom .backto_wrap.col-xs-12 {
        width: 100%;
    }
    .room_title_container.bottom a.next.col-xs-6.col-sm-1,
    .room_title_container.bottom a.prev.col-xs-6.col-sm-1 {
        width: 50%;
    }
    .rooms_list_wrapper .room_list_top h2.room_category_title {
        line-height: 34px;
        color: #333333;
    }
    .rooms_list_wrapper .mobile_view_groups_collapse .inner {
        font-size: 16px;
    }
    .rooms_list_wrapper .mobile_view_groups_collapse .inner i {
        font-size: 13px;
    }
    .rooms_list_wrapper .groups ul.group_list li.room_groups_item {
        margin: 0;
        width: 100px;
        padding: 0 1.5em 1em;
        box-sizing: content-box;
    }
    .rooms_list_wrapper .groups ul.group_list li.room_groups_item img{
        width: 100%;
        max-width: 100px;
    }
    .rooms_list_wrapper .groups ul.group_list {
        margin: 0 20px 20px;
        width: auto;
    }
    .business_cms_wrap {
        padding: 0 20px;
    }
    .business_form_wrap .main_title {
        font-size: 21px;
    }
    .rooms_list_wrapper .room_btn{
        margin-bottom: 0;
        padding-bottom: 14px;
    }
    .rooms_list_wrapper .button.large.nonform {
        font-size: 1.3em;
        width: 85%;
        max-width: 280px;
        min-height: 43px;
        line-height: 22px;
    }
    .rooms_list_wrapper .pic-head {
        color: #333333;
        line-height: 25px;
        margin-top: 60px;
    }
    .tag_place .box
    {
        font-size: 11px;
    }

}
