﻿/* ROOMS & SUITS V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Rooms_Suits_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_Rooms_Suits_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Rooms_Suits_Item_Main
{
    position: relative;
    display: inline-block;
    width: 25.0%;
    height: auto;
    padding: 35px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*---------------------- ITEM MAIN ------------------*/


/*----------------------- ITEM PIC ------------------*/
.S_Rooms_Suits_Item_Pic_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 150.0%;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.S_Rooms_Suits_Item_Pic_Contents
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #E0E0E0;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}
.S_Rooms_Suits_Item_Pic_Main {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    z-index: 10;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.S_Rooms_Suits_Item_Pic_File {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
}
/*----------------------- ITEM PIC ------------------*/


/*---------------------- ITEM TEXT ------------------*/
.S_Rooms_Suits_Item_Title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 10px 0px 0px 0px;
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    text-align: left;
    text-decoration: none;
    color: #000000;
    clear: both;
}
.S_Rooms_Suits_Item_Desc_Summary {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 5px 0px 0px 0px;
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    color: #000000;
    clear: both;
}
/*---------------------- ITEM TEXT ------------------*/


/*---------------------- ITEM LINK ------------------*/
.S_Rooms_Suits_Item_Link_Main
{
    position: relative;
    display: table;
    width: 100%;
    height: 35px;
    padding-top: 20px;
    text-align: center;
}
.S_Rooms_Suits_Item_Link {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 170px;
    padding: 5px 20px 5px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: solid 1px #000000;
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
    cursor: pointer;
    clear: both;
}
.S_Rooms_Suits_Item_Link_More {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    min-width: 170px;
    padding: 5px 20px 5px 20px;
    background-color: transparent;
    border-radius: 10px;
    border: solid 1px #000000;
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
    cursor: pointer;
}
.S_Rooms_Suits_Item_Link:hover
{
    /*
    background-color: #1964B9;
    box-shadow: 0px 0px 0px 2px rgba(25,100,185,0.5);
    */
}
/*---------------------- ITEM LINK ------------------*/





@media screen and (min-width:0px) and (max-width:1100px)
{
    .S_Rooms_Suits_Item_Main
    {
        width: 33.333%;
        padding: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Rooms_Suits_Item_Main
    {
        width: 50.0%;
    }
    .S_Rooms_Suits_Item_Link
    {
        min-width: 70px;
        padding: 3px 7px 3px 7px;
        margin-top: 4px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Rooms_Suits_Main
    {
        padding: 20px 10px 20px 10px;
    }
    
    .S_Rooms_Suits_Item_Pic_Contents
    {
        border-radius: 10px;
    }
    .S_Rooms_Suits_Item_Link
    {
        padding: 3px 7px 3px 7px;
        margin-top: 4px;
    }

    .S_Rooms_Suits_Item_Main {
        display: block;
        width: 100.0%;
        padding: 5px;
        clear: both;
    }

}