﻿/* ROOMS & SUITS DETAIL V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Room_Suit_Detail_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    clear: both;
}
.S_Room_Suit_Detail_Clear
{
    width: 100%;
    clear: both;
}
.S_Room_Suit_Detail_Main_Titles_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
.S_Room_Suit_Detail_Main_Titles_Text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 30px 0px 30px;
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: left;
    text-decoration: none;
    color: #000000;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
.S_Room_Suit_Detail_Main_Titles_Sep_Main {
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.S_Room_Suit_Detail_Main_Titles_Sep_L, .S_Room_Suit_Detail_Main_Titles_Sep_R {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 1;
}
.S_Room_Suit_Detail_Main_Titles_Sep_C {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    left: 50px;
    right: 50px;
    top: 0px;
    background-image: url('../../_Images/Title_Sign_C.png');
    background-position: center center;
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 1;
}
.S_Room_Suit_Detail_Main_Titles_Sep_L {
    left: 0px;
    background-image: url('../../_Images/Title_Sign_L.png');
    background-position: left center;
}

.S_Room_Suit_Detail_Main_Titles_Sep_R {
    right: 0px;
    background-image: url('../../_Images/Title_Sign_R.png');
    background-position: right center;
}
/*---------------------- MAIN PANEL -----------------*/


/*----------------------- GALLERY -------------------*/
.S_Room_Suit_Detail_Gallery_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Room_Suit_Detail_Gallery_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1000px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------- GALLERY -------------------*/


/*-------------------- SPECIFICATION ----------------*/
.S_Room_Suit_Detail_Specifications_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px 30px 0px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Room_Suit_Detail_Specifications_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1000px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Room_Suit_Detail_Specifications_Item_Main {
    position: relative;
    display: block;
    float: left;
    width: 50.0%;
    height: auto;
    padding: 10px 5px 10px 5px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Room_Suit_Detail_Specifications {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Room_Suit_Detail_Specifications_Icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: auto;
}
.S_Room_Suit_Detail_Specifications_Icon svg {
    width: inherit;
    height: auto;
    fill: black;
    fill-rule: nonzero
}
.S_Room_Suit_Detail_Specifications_Title {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 5px;
    font-size: 0.95em;
    font-weight: 500;
    text-align: left;
    color: rgba(0,0,0,1.0);
    vertical-align: top;
}
.S_Room_Suit_Detail_Specifications_Text {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 5px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: rgba(60,60,60,1.0);
    vertical-align: top;
}
/*-------------------- SPECIFICATION ----------------*/


/*---------------------- FACILITIES -----------------*/
.S_Room_Suit_Detail_Facilities_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px 30px 0px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Room_Suit_Detail_Facilities_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1000px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Room_Suit_Detail_Facilities_Item_Main {
    position: relative;
    display: inline-block;
    width: 33.0%;
    height: auto;
    padding: 5px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Room_Suit_Detail_Facilities {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 3px;
    border-radius: 0px;
    background-color: rgba(220,220,220,0.0);
    border-bottom: solid 1px rgba(230,230,230,1.0);
    text-align: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Room_Suit_Detail_Facilities:hover {
    background-color: rgba(230,230,230,1.0);
}
.S_Room_Suit_Detail_Facilities_Icon {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 25px;
    max-height: 22px;
    border-radius: 3px;
}
.S_Room_Suit_Detail_Facilities_Text {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 5px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: rgba(0,0,0,1.0);
    vertical-align: top;
}
/*---------------------- FACILITIES -----------------*/


/*---------------------- DESCRIPTION ----------------*/
.S_Room_Suit_Detail_Description_Item_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px 30px 0px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Room_Suit_Detail_Description_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1000px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Room_Suit_Detail_Description {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Room_Suit_Detail_Description_Icon {
    position: absolute;
    display: block;
    width: 15px;
    height: auto;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.S_Room_Suit_Detail_Description_Icon svg {
    width: inherit;
    height: auto;
    fill: black;
    fill-rule: nonzero
}
.S_Room_Suit_Detail_Description_Text {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-left: 20px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: rgba(60,60,60,1.0);
    vertical-align: top;
}
/*---------------------- DESCRIPTION ----------------*/





@media screen and (min-width:0px) and (max-width:1100px) {
}

@media screen and (min-width:0px) and (max-width:800px)
{
    
}

@media screen and (min-width:0px) and (max-width:600px)
{
    
}