/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
*{margin:0; padding:0;}
body
{

font-family: 'Roboto', sans-serif;
font-weight: 400; /* normal 
font-weight: 300; /* light 
font-weight: 700; /* bold */
border:none;
margin:0;
padding:0;
/*background:url(../images/toscqna.jpg) top no-repeat;
background:url(../images/toscana-holiday-village-resort-01.jpg) top no-repeat;*/
/*<!--a >title
{
	text-transform:uppercase;
}-->*/
background-size:cover;
}
h1,h2,h3,h4,h5,h6,p,a,li,span,blockquote
{
	transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
}
#main-wrapper
{
	width:100%;
	display:block;
	border:0;
}
#slider-wrapper img
{
	max-width:100%;
}
#header-wrapper
{
	width:100%;
	display:block;
	border:0px solid red;
	position:absolute;
	top:0;
	left:0;
}
#header.affix
{
	width: 1170px; 	
}
.affix {
	
    margin: 0px auto;      
	z-index:1;
	background:#ffffff !important;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
	 
  }
  .affix-top {
      position: static;
      top: 0px;
	 width:1170px !important;
	  -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
.bg-color-none
{
	background:transparent;transition: all ease-in-out 0.7s;
}
.bg-colored
{
	background:#90260e;
	transition: all ease-in-out 0.7s;
}
.bg-colored li>a
{
	color:#d79d6f !important;
}
.form-control {margin:2px;}
#header
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
	z-index:10;
}
#header>.navbar
{
	min-height:100px;
	background:transparent;
	border:none;
	box-shadow:none;
	margin-bottom:0px;
	z-index: 999;
}
#header .navbar-brand 
{
	padding: 50px 100px;
	border:0px solid #fff;
}
#header .navbar-nav
{
	    margin: 5px 29px;
}
#header .nav>li>a
{
	padding:0px 10px;
	color:#000000;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	text-shadow:none;
	margin-top:15px;
}
#second-menu
{
	width: 50%;
    border: 0px solid red;
    position: absolute;
    left: 220px;
    bottom: 20px;
    display: block;
    text-align: center;
}
#second-menu ul
{
	list-style:none;
}

#second-menu li
{
	display:inline-block;
	position:relative;	
}
#second-menu li>a
{
	padding:0px 20px;
	color:#000000;
	font-size:1.5em;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
} 
#second-menu li>ul
{
	display:none;
}
#second-menu li:hover ul
{
	display:block;
	position:absolute;	
	background:#ffffff;
}
#second-menu li:hover ul li
{
	border-bottom:1px solid gray;
	display:block;
}

#second-menu li:hover ul li a
{
	font-size:1em;
	display:block;
	text-transform:capitalize;
	padding:10px 10px;
	
}
#second-menu li:hover ul li a:hover
{
	background:#9d4c3b;
	color:#ffffff;
}
i
{
	display:inline-block;
	border:solid #b3b3b3;
	border-width:0px 3px 3px 0px;
	padding:3px;
}
i#down-arr
{
	transform:rotate(45deg);
}
a#book-btn {
    background: #ad7624;
    padding: 20px 48px;
    font-size: 1.2em;
    color: #ffffff;    
    text-transform: uppercase; 
    text-decoration:none;  
    border-radius: 3px;
    text-align: center;
	display:block;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a#contact-us {
    background: #ad7624;
    padding: 20px 48px;
    font-size: 1.2em;
    color: #ffffff;
    text-decoration:none;
    text-transform: uppercase;    
    border-radius: 3px;
    text-align: center;
	display:block;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#header a#book-btn
{
	padding: 20px 48px;
	color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}
#header .navbar-right
{
	margin-right:30px;
}
/*#header> .navbar-brand, .navbar-nav>li>a
{
	
}
#header> .navbar-default .navbar-nav>li>a
{
	
}*/
#header .navbar-brand img
{
	max-width:100%;
}
#slider-wrapper
{
	width:100%;
	display:block;
	border:0px solid red;	
	position:relative;
}
/*######### Slider with Caption ###########*/


/*######### End Slider with Caption ###########*/

/*######### Slider without Caption ###########*/
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
           /* background: url('../images/b05.png') no-repeat;*/
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 12 css */
        /*
        .jssora12l                  (normal)
        .jssora12r                  (normal)
        .jssora12l:hover            (normal mouseover)
        .jssora12r:hover            (normal mouseover)
        .jssora12l.jssora12ldn      (mousedown)
        .jssora12r.jssora12rdn      (mousedown)
        */
        .jssora12l, .jssora12r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 30px;
            height: 46px;
            cursor: pointer;
            background: url('../images/a12.png') no-repeat;
            overflow: hidden;
        }
        .jssora12l { background-position: -16px -37px; }
        .jssora12r { background-position: -75px -37px; }
        .jssora12l:hover { background-position: -136px -37px; }
        .jssora12r:hover { background-position: -195px -37px; }
        .jssora12l.jssora12ldn { background-position: -256px -37px; }
        .jssora12r.jssora12rdn { background-position: -315px -37px; }
/*######### End Slider without Caption ###########*/

a#header-logo
{
	width:100%;
	display:block;
	border:0px solid black;
	background:url(../images/toscana-logo.png) no-repeat top center;
	background-size:contain;
	padding: 80px 120px 0px;
	
}
a#header-logo img
{
	max-height:100px;
	width:100%;
}
#header-menu
{
	width:100%;
	display:block;
	border:0px solid yellow;
}

#booking-wrapper{
width:100%;
display:block;
border:0px solid red;
position: absolute;
    bottom: 0;
    right: 0;
}
#booking{
width:100%;
display:block;
border:0px solid red;
float:left;
}
#hotel-icon-wrapper
{
	width:100%;
	display:block;
	border:0px solid green;
	background:#efefef;
}
#hotel-icon
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
}
#hotel-icon-img
{
	width:100%;
	display:block;
	border:0px solid red;
	text-align:center;
	margin:0px auto;
}
#hotel-icon-img li
{
	margin-left:40px;
	font-size: 1em;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
#hotel-icon-img li>img
{
	padding: 15px 15px 0px;
	max-width:100%;
}
#hotel-icon-img li>span
{
	display:block;
}
#hotel-icon-img li>a
{
	display:block;
	text-decoration:none;
	color: #90260e;
}
#apartment-wrapper
{
	width:100%;
	display:block;
	margin-top: 25px;
	/*border:0px solid green;
	box-shadow: 1px 3px 5px #d6d6d6;*/
	border-bottom:solid 1px #e6e6e6;
    padding-bottom: 20px;
}
#apartment
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
}
#apartment-img
{
	width:100%;
	display:block;
	border:0px solid yellow;
	position:relative;
}
#apartment-img img
{ 
	width:100%;
	height:160px;
}
#apartment-text
{
	width:97%;
	display:block;
	border:0px solid #ffffff;
	position:absolute;
	bottom:2px;
	right:5px;
	/*border-width: 0px 5px 5px 5px;*/
    text-align: center;
    background: #ffffff;
    padding: 3px;
    color: #000000;
	    margin: 0px auto;
}
#apartment-text a
{
	color:#000000;
	font-family: 'Roboto', sans-serif;
	text-transform:capitalize;
}

#content-wrapper
{
	width:100%;
	display:block;
	border:none;
	margin-top: 25px;
	padding-bottom: 20px;
}
#content
{
	width:100%;
	display:block;
	border:0px solid red;
	float:left;
}
#content-text
{
	width:100%;
	display:block;
	border:0px solid blue;
	text-align:center;
}
#content-text h1
{
	margin-top:0;
	font-family: 'Roboto', sans-serif;
    font-size: 3.6em;
    text-transform: capitalize;
    font-weight: 300;
    color: #000000;
}
#content-text h2
{
	font-family: 'Roboto', sans-serif;
    font-size: 2.6em;
    text-transform: capitalize;
    font-weight: 300;
    color: #882927;
}
#content-text h3
{
	font-family: 'Roboto', sans-serif;
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 300;
    color: #ad7624;
}
#content-text p
{
	padding-top:15px;
	font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000000;
}
#address
{
	width:100%;
	display:block;
	border:0px solid green;
	/*background:url(../images/icon_location.png) no-repeat 260px 20px; */	
    border-bottom: 1px solid #e2e2e2;
	padding-bottom:20px;
}
#address p
{
	padding-top:0px;
	font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000000;
	text-align:center !important;
	text-transform:capitalize;
	margin-bottom:0px;
}
#address p.location
{
	background:url(../images/icon_location.png) no-repeat 260px top; 
}
#reception-wrapper
{
	width:100%;
	display:block;
	border:0px solid blue;
	background:#efefef;
}
#reception
{
	width:100%;
	display:block;
	border:0px solid red;
	float:left;
	text-align:center;
	padding: 15px 0px 15px;
}
#reception-currency
{
	width:100%;
	display:block;
	border:0px solid green;
}
#reception-currency p
{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:1.3em;
	color:#000000;
}
#reception-currency img
{
	max-width:100%;
}
#reception-hours
{
	width:100%;
	display:block;
	border:0px solid black;
}
#reception-hours p
{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:1.2em;
	color:#000000;
	text-transform:capitalize;
}
#reception-hours span
{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:1.2em;
	color:#000000;
	display:block;
	text-align:center;
	
}
#reception-parking
{
	width:100%;
	display:block;
	border:0px solid brown;
}
#reception-parking p
{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:1.2em;
	color:#000000;
	text-transform:capitalize;
}
#reception-parking span
{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:1.2em;
	color:#000000;
	display:block;
	
}
#reception-book
{
	width:100%;
	display:block;
	border:0px solid yellow;
}
#reception-book a#book-btn
{
	background:#90260e
}
#reception-book>a#contact-us
{
	display:block;
}

#room-function-wrapper
{
	width:100%;
	display:block;
	border:0px solid green;
	margin-top: 40px;
}
#room
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
}
#room-function
{
	width:100%;
	display:block;
	border:0px solid pink;
	text-align:center;
	background:#efefef;
	padding-bottom: 10px;
}
#room-function h1
{
	background: #ad7624;
    margin-top: 0px;
    padding: 10px 0px 5px;
    color: #ffffff;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size:2.2em;
	margin-bottom:0px;
}

#room-function img
{
	width:100%;
	margin-bottom:10px;
}
#room-function h4
{
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
#room-function p
{
	color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
	line-height:1.7em;
}
#room-function a#book-btn
{
	width: 50%;
    margin: 15px auto;
	padding: 15px 30px;
	text-transform: capitalize;
}
#room-special-deal-wrapper
{
	width:100%;
	display:block;
	border:none;
	text-align:center;
	background:#efefef;
	/*padding-bottom: 0px;*/
}

#room-special-deal-wrapper h1
{
	background: #ad7624;
    margin-top: 0px;
    padding: 10px 0px 5px;
    color: #ffffff;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size:2.2em;
	margin-bottom:0px;
}

#room-special-deal-wrapper a#book-btn
{
	width:50%;
    margin: 18px auto 18px;
	padding: 15px 30px;
	text-transform: capitalize;
	display:inline-block;
}
.special-deals
{
	background:#ffffff;
	width:calc(100% - 20px);
	display:block;
	border:none;
	margin:10px;
	float:left;
}
/*#special-deals-wrapper
{
	width:100%;
	float:left; 
}*/
.special-deals-one
{
	background:#ffffff;
	width:50%;
	border:none;
	display:inline-block;
	float:left;
	overflow: hidden;
    box-sizing: border-box;
}

.special-deals-img
{
	padding:0;
	width:100%;
	display:block;
	border:none;
	text-align:left;
}
.special-deals-img img
{
	margin:0;
	padding:0;
	max-width:100%;
	max-height:200px;
	border:none;
}
.special-deals-text
{
	margin:5px;
	padding-top:10px;
	width:calc(100% - 10px);
	display:block;
	border:none;	
	text-align:center;
}

.special-deals-text h2
{
	color: #000;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size:1.8em;
	margin-top:0;
}

.special-deals-text h4
{ 
	color: #000;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;	
}

.special-deals-text p
{
	color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
}

.special-deals-text a
{
	color: #90260e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
	text-decoration:underline;
}
#map-wrapper
{
	border:0px solid green;
	display:block;
	width:100%;
	float:left;
	margin-top:20px;
}

#map
{
	border:0px solid blue;
	display:block;
	width:100%;
	
}
#map h1
{
	color: #ad7624;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size:2.2em;
	margin-top:10px;
}

#map h4
{ 
	color: #000;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;	
}
#listing-wrapper
{
	border:0px solid blue;
	display:block;
	width:100%;
	float:left;
	margin-top:20px;
}
#listing
{
	border:0px solid green;
	display:block;
	width:100%;
}
#listing ul
{
	margin-left:20px;
	list-style:disc;
	
}
#listing li
{
	
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:1.8em;
    padding-bottom: 15px;
    line-height: 30px;
	color:#ad7624;		
}
#listing li>span
{
	color:#000000;
	font-size: 0.65em;
}
#listing li>a, #listing li a
{
	text-decoration:none;
	color:#90260e !important;
}
#listing li>a:hover, #listing li a:hover
{
	text-decoration:underline;
	color:#90260e !important;
}
#listing> h1
{
}

#listing> h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
    color: #90260e;
}

#listing> p
{
	color:#000000;
	font-family: 'Roboto', sans-serif;	
}
.list-group
{
	text-align:left;
}
#tour-attrection
{
	border:0px solid blue;
	display:block;
	width:100%;
	text-align:center;
	background:#efefef;
	padding-bottom:15px;
}
#tour-attrection h1
{
	background: #ad7624;
    margin-top: 0px;
    padding: 10px 0px 5px;
    color: #ffffff;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size:2.2em;
	margin-bottom:0px;
	text-transform:capitalize;
	text-align:center;
}
#tour-attrection img
{
	width:100%;
	
}
#tour-attrection h4
{
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
#tour-attrection p
{
	color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
	padding:0px 20px 0px 20px;
}
#tour-attrection a
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
	text-decoration:underline;
	color:#90260e;
}
#instagram-wrapper
{
	width:100%;
	display:block;
	border:0;
    background: #efefef;
	margin-top: 5em;
	padding-bottom: 2em;
}
#instagram
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
}
#instagram-left
{
	width:100%;
	display:block;
	border:0px solid red;
}
#instagram-left h1
{
	 font-family: 'Grand Hotel';
    font-size: 2.8em;
    text-transform: capitalize;
    font-weight: 600;
	display:inline-block;
}
#instagram-left h1 sup {
    top: -.2em;
    left: -0.2em;
}
#instagram-left i
{
	border:none; 
}
#award-wrapper
{
	width:100%;
	display:block;
	border:0px solid brown;
}
#award-wrapper h1
{
	text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #ad7624;
    font-weight: 300;
    padding-left: 10px;
}
#award-block
{
	width:auto;
	min-width:19%;
	display:inline-block;
	border:0px solid green;
	vertical-align:middle;
}

#award-block img
{
	max-width: 100%;
    /* max-height: 200px; */
    display: block;
    margin: 0 auto;
}

#footer-wrapper
{
	width:100%;
	display:block;
	border:0px solid green;
}
#footer
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
}
#footer-menu
{
	width:100%;
	display:block;
	border:0px solid black;
}
#footer-menu> .navbar
{
	border:none;
	box-shadow:none;
	margin-bottom:0px;
	min-height:30px;
	background:transparent;
}
#footer-menu> .navbar .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
    font-size: 1em;
    text-transform: uppercase;
	line-height:30px;
	color:#000000; 
	font-family: 'Roboto', sans-serif;
}
#bottom-wrapper
	{
		padding-top:1em;
		padding-bottom:1em;
		width:100%;
		display:block;
		background:#90260e;
	}
	#bottom
	{
		width:100%;
		display:block;
		float:left;
		border:0px solid green;
	}
	#aprt-wrapper
	{
		width:100%;
		display:block;
		border-left: 1px solid #ad7624;
   		padding-left: 15px;
	}
	#aprt-wrapper>h4
	{
	font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
	}
	#aprt-wrapper li>a
	{
		color:#dcbb85;
		text-decoration:none;
		text-transform:capitalize;
	}
	#resort-wrapper
	{
		width:100%;
		display:block;
		border-left: 1px solid #ad7624;
   		padding-left: 15px;
	}
	#resort-wrapper>h4
	{
	font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
	}
	#resort-wrapper li>a
	{
		color:#dcbb85;
		text-decoration:none;
		text-transform:capitalize;
	}
	#rates-wrapper
	{
		width:100%;
		display:block;
		border-left: 1px solid #ad7624;
   		padding-left: 15px;
	}
	#rates-wrapper>h4
	{
	font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
	}
	#rates-wrapper li>a
	{
		color:#dcbb85;
		text-decoration:none;
		text-transform:capitalize;
	}
	#corporate-wrapper
	{
		width:100%;
		display:block;
		border-left: 1px solid #ad7624;
   		padding-left: 15px;
	}
	#corporate-wrapper>h4
	{
	font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
	}
	#corporate-wrapper li>a
	{
		color:#dcbb85;
		text-decoration:none;
		text-transform:capitalize;
	}
	#other-wrapper
	{
		width:100%;
		display:block;
		background:#90260e;
		border-left: 1px solid #ad7624;
   		padding-left: 15px;
	}
	#other-wrapper>h4
	{
	font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
	}
	#other-wrapper li>a
	{
		color:/*#b98553;*/ #dcbb85;
		text-decoration:none;
		text-transform:capitalize;
	}
	#icon-wrapper
	{
		width:100%;
		display:block;
		border-left: 1px solid #ad7624;
   		padding-left: 10px;
	}
	#icon-wrapper img
	{
		margin-top:10px;
	}
	#icon-wrapper>a#book-btn {
    background: #ad7624;
    padding: 20px 20px;
	}
	#bottom-address-wrapper
	{
		width:100%;
		display:block;
		background:#90260e;
		border-top:1px solid #ad7624;
		padding-bottom:15px; 
	}
	#bottom-address
	{
		width:100%;
		display:block;
		float:left;
		border:0px solid green;
		padding-top:15px;
	}
	#bottom-address-left
	{
		width:100%;
		display:block;
		border: 0px solid #ad7624;   		
	}
	#bottom-address-left p
	{
		font-family: 'Roboto', sans-serif;
		color:#dcbb85;
		text-transform:uppercase;
		margin-bottom:0px;
	}
	#bottom-address-left p>span
	{
		color:#dcbb85;
		text-transform:capitalize;
		    padding-right: 20px;
			    font-size: 0.9em;
	}
	#bottom-address-right
	{
		width:100%;
		display:block;
		border: 0px solid #ffffff; 
		 		
	}
	#bottom-address-right p
	{
		font-family: 'Roboto', sans-serif;
		color:#dcbb85;
		text-transform:uppercase;
		margin-bottom:0px;
		text-align:center;
	}
	
#apartments-wrapper
{
	width:100%;
	display:block;
	border-bottom:1px solid #c5c2c2;
	margin-top: 25px;
	box-shadow: 1px 3px 5px #d6d6d6;
    padding-bottom: 20px;
}
#apartments
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
}
#apartments-img
{
	width:100%;
	display:block;
	border:0px solid yellow;
	position:relative;
}
#apartments h2
{
	font-size: 3em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
	color: #90260e;
	text-transform:capitalize;
}
#apartments-img img
{ 
	max-width:100%;
	
}
#apartments-room-s
{
	width:20%;
	float:left;
	display:inline-block;
	border:0px solid green;
	margin-top:15px;
	text-align:center;
}
#apartments-room-s img
{
	max-width:100%;
	display:block;
	margin:0px auto;
}
#apartments-room-s:after
{
	content:'';
	clear:both;
	display:block;
}
#apartments-text
{
	width:100%;
	display:block;
	border:0px solid red;
    color: #000000;
}
#apartments-text a
{
	font-family: 'Roboto', sans-serif;
	text-transform:capitalize;
	color: #90260e;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 400;
	display:block;
	margin-bottom:20px;
}
#apartments-text>a#book-btn, a#contact-us
{
	display:inline-block;
}
#apartments-text>a#book-btn, a#contact-us:after
{
content:' ';
}
#apartments-text>a#book-btn
{
	color: #ffffff;
    text-decoration: none;
	background: #90260e;
	padding: 10px 12%;
	font-weight: 300;
    font-size: 1.5em;
}
#apartments-text>a#contact-us
{
	color: #ffffff;
    text-decoration: none;
	background: #ad7624;
	padding: 10px 10%;
	font-weight: 300;
    font-size: 1.5em;
}

#apartments-text> #listing ul
{
	padding-top:10px;
}
#apartments-text> #listing li
{
	padding-bottom:0px;
	line-height:22px;
}
#apartments-text> #listing li span
{
	
	font-weight:400;
	color:#000000;
	font-size:0.65em;
}
#apartments-text p
{
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-size:1.1em;
}
#sub-room
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
	text-align:center;
}

#sub-room-left
{
	width:100%;
	display:block;
	border:0px solid red;
}
#sub-room-img
{
	width:100%;
	display:block;
	margin-bottom:10px;	
	
	box-shadow: 0 1px 2px rgba(0,0,0,.075);	
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#sub-room-left-caption
{
	width:100%;
	padding:5px;
	background:#efefef;
	display:block;
}
#sub-room-left-caption
{
	text-transform:capitalize;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
#sub-room-left-caption p
{
	font-size: 1.2em;
    margin-bottom: 0px;
}
#sub-room-img img
{
	max-width:100%;
	margin:0px auto;
	
}
#sub-room-right
{
	width:100%;
	display:block;
	border:0px solid black;
}
#sub-room-right h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.6em;
    text-transform: capitalize;
    font-weight: 300;
    color: #000000;
}
#sub-room-right  h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.6em;
    text-transform: capitalize;
    font-weight: 300;
    color: #882927;
}
#sub-room-right p {
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    color: #000000;
}
#sub-room-right a#book-btn
{
	display:inline-block;
	background:#90260e;
	padding: 20px 85px
}
#sub-room-right a#contact-us
{
	
	padding: 20px 85px
}
#sub-room-right-form
{
	width:100%;
	display:block;
	border:0px solid green;
	text-align: left;
    font-family: 'Roboto', sans-serif;

}
#sub-room-right-form h1
{
	color: #ad7624;
}
#sub-room-right-form h3
{
	color: #90260e;
}
#sub-room-right-form p
{
}
#sub-room-right-form p> span
{
	font-weight: 600;
}
#sub-room-right-form>a#book-btn
{
	color: #ffffff;
    text-decoration: none;
	background: #90260e;
	padding: 10px 12%;
	font-weight: 300;
    font-size: 1.5em;
	display:inline-block;
}
#sub-room-right-form>a#contact-us
{
	color: #ffffff;
    text-decoration: none;
	background: #ad7624;
	padding: 10px 10%;
	font-weight: 300;
    font-size: 1.5em;
}
#form-bg input[type=submit]
{
	color: #ffffff;
    text-decoration: none;
	background: #90260e;
	padding: 10px 12%;
	font-weight: 300;
    font-size: 1.5em;
	display:inline-block;
	border:none;
	box-shadow:none;
}
#form-bg {
    border: 1px solid #cecece;
	background-color:#EFEFEF;
    padding-left: 35px;
    border-radius: 5px;
	margin-bottom:20px;
    transition: all ease-in-out 1.2s;
    -o-transition: all ease-in-out 1.2s;
    -moz-transition: all ease-in-out 1.2s;
    -ms-transition: all ease-in-out 1.2s;
    -webkit-transition: all ease-in-out 1.2s;
}
/*#form-bg {
    border: 1px solid #cecece;
    padding-left: 35px;
    box-shadow: inset 5px 2px 50px #cacaca;
    border-radius: 5px;
	margin-bottom:20px;
    transition: all ease-in-out 1.2s;
    -o-transition: all ease-in-out 1.2s;
    -moz-transition: all ease-in-out 1.2s;
    -ms-transition: all ease-in-out 1.2s;
    -webkit-transition: all ease-in-out 1.2s;
}*/
#form-bg .control-label {
    text-align: left;
    transition: all ease-in-out 1.2s;
    -o-transition: all ease-in-out 1.2s;
    -moz-transition: all ease-in-out 1.2s;
    -ms-transition: all ease-in-out 1.2s;
    -webkit-transition: all ease-in-out 1.2s;
}

#loginform input#login[type=submit]
{
    background: #ad7624;
    padding: 10px 48px;
    font-size: 1.2em;
    color: #ffffff;    
    text-transform: uppercase; 
    text-decoration:none;  
    border:none;
	border-radius: 3px;
    text-align: center;
	display:block;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	outline:none;
}
#admin-text-right input#save, #container_admin input[type=button]
{
    background: #ad7624;
    padding: 10px 48px;
    font-size: 1.2em;
    color: #ffffff;    
    text-transform: uppercase; 
    text-decoration:none;  
    border:none;
	border-radius: 3px;
    text-align: center;
	display:block;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	outline:none;
}
#admin-text-right input[type=submit], #admin-text-right input[type=button], #admin-text-right a.save
{
    background: #ad7624;
    padding: 10px 40px;
    font-size: 1.2em;
    color: #ffffff;    
    text-transform: uppercase; 
    text-decoration:none;  
    border:none;
	border-radius: 3px;
    text-align: center;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	outline:none;
}
#admin-text-right span.addnew
{
    background: #ad7624;
    padding: 10px 20px;
    font-size: 1.2em;
    color: #ffffff;    
    text-transform: uppercase; 
    text-decoration:none;  
    border:none;
	border-radius: 3px;
    text-align: center;
	display:block;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	outline:none;
}
#admin-text-right input[type=text], #admin-text-right textarea
{
	border-radius: 3px;
    border:solid 1px #cccccc;
	margin:2px;
	padding:5px;
}
#admin-text-right select
{
	border-radius: 3px;
    border:solid 1px #cccccc;
	margin:2px;
	padding:2px;
}

#packages
{
	width:100%;
	display:block;
	font-family: 'Roboto', sans-serif;
}
#packages>a#contact-us
{
	color: #ffffff;
    text-decoration: none;
	background: #ad7624;
	padding: 10px 10%;
	font-weight: 300;
    font-size: 1.5em;	
}
#packages>a#book-btn
{
	color: #ffffff;
    text-decoration: none;
	background: #90260e;
	padding: 10px 12%;
	font-weight: 300;
    font-size: 1.5em;
	display:inline-block;
}
#packages h1
{
	font-family: 'Roboto', sans-serif;
}
#packages h3
{
	font-family: 'Roboto', sans-serif;
	color:#90260e;
}
#packages h4
{
	font-family: 'Roboto', sans-serif;
	color: #90260e;
}
#packages p
{
	
	padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000000;
}
#packages span
{
	font-family: 'Roboto', sans-serif;
	display:block;
	color: #ad7624;
    font-weight: 600;
}
#packages img
{
	max-width:100%;
	margin:0px auto;
	display:block;
}
#packages .table>tbody>tr>td
{
	vertical-align:middle;
	padding:0px;
}
#packages .table>tbody>tr>td>h3
{
	font-size:1.2em;
	margin-bottom:0px;
	margin-top:10px;
}
#location
{
	width:100%;
	display:block;
}
#location>a#contact-us
{
	color: #ffffff;
    text-decoration: none;
	background: #ad7624;
	padding: 10px 10%;
	font-weight: 300;
    font-size: 1.5em;	
}
#location>a#book-btn
{
	color: #ffffff;
    text-decoration: none;
	background: #90260e;
	padding: 10px 12%;
	font-weight: 300;
    font-size: 1.5em;
	display:inline-block;
}
#location h1
{
	font-family: 'Roboto', sans-serif;
}
#location h3
{
	font-family: 'Roboto', sans-serif;
	color: #90260e;
}
#location p
{
	font-family: 'Roboto', sans-serif;
}
#time
{
	display:block;
	width:100%;
	
}
#time img
{
	display:inline-block;
	
	max-width:100%; padding:5px;
}
#events-left
{
	width:100%;
	display:block;
	text-align:left;
	
}
#events-left h3
{
	color:#90260e;
	font-size:1.3em;
	font-weight:400;
	background: #90260e;
	padding:5px;
	font-family: 'Roboto', sans-serif;
}
#events-left h3>a
{
	text-decoration:none;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
}
#events-left li
{
	list-style-type: square;
    color: #90260e;
	margin-left:20px;
	
}
#events-left li>a
{
	color:#ad7624;
	font-family: 'Roboto', sans-serif;
	
}
#events-right
{
	width:100%;
	display:block;
	text-align:left;
	font-family: 'Roboto', sans-serif;
}
#events-right table td> img
{
	max-width:300px;
}
#events-right h1
{
}

#events-right h3
{
	color:#90260e;
}
#events-right .table>tbody>tr>td
{
	vertical-align:middle;
	padding:0px;
}
#events-right .table>tbody>tr>td>h3
{
	font-size:1.2em;
	margin-bottom:0px;
	margin-top:10px;
	text-align:center;
}

#events-right td>a
{
	font-size:1em;
}
#events-right span
{
	display: block;
    color: #ad7624;
    font-weight: 600;
    font-size: 1.2em;
    margin: 5px 0px 5px;
}
#garden-img
{
	width:33%;
	display:inline-block;
	border:0px solid green;
	float:left;
	margin-top:15px;
}
#garden-img img
{
	max-width:100%;
	margin:0px auto;
	display:block;
	max-height:300px;
}
#when_to_visit
{
	width:100%;
	display:block;
}

#when_to_visit>h1
{
	
	font-weight:400;	
	font-family: 'Roboto', sans-serif;
	color: #000000;
}
#when_to_visit>p
{
		
	padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    color: #000000;
}
#when_to_visit>span
{
	display: block;
    color: #ad7624;
    font-weight: 400;
    font-size: 1.2em;
}
#when_to_visit .table>tbody>tr>td
{
	vertical-align:middle;
	
	text-align:center;
}
#when_to_visit .table>tbody>tr>th
{
	vertical-align:middle;
	
	text-align:center;
}
#when_to_visit>a#contact-us
{
	color: #ffffff;
    text-decoration: none;
	background: #ad7624;
	padding: 10px 10%;
	font-weight: 300;
    font-size: 1.5em;	
}
#when_to_visit>a#book-btn
{
	color: #ffffff;
    text-decoration: none;
	background: #90260e;
	padding: 10px 12%;
	font-weight: 300;
    font-size: 1.5em;
	display:inline-block;
}
#Schoolies
{
	width:100%;
	display:block;
}
#Schoolies>h1
{
	
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
}
#Schoolies>h3
{
		
	
    font-family: 'Roboto', sans-serif;   
    font-weight: 400;
    color: #90260e;
}
#Schoolies>p
{
		
	padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    color: #000000;
}
#Schoolies>span
{
		
	padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #ad7624;
}
#bar-code
{
	width:100%;
	display:block;
	border:0px solid green;
}
#bar-code img
{
	max-width:100%;
	margin: 0px auto;
    display: block;
}
#bar-code-link
{
	width:100%;
	display:block;
	border:0px solid green;
}
#bar-code-link a#contact-us
{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	display:block;
	padding: 10px 0px;
	font-size:.8em;
}
#bar-code-link a#book-btn
{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	display:block;
	padding: 10px 0px;
	font-size:.8em;
}
/*###### End Desktop: ########*/

@media only screen and (min-width:0px) and (max-width:320px)
{
	
	.affix-top 
	{
		width:100% !important;
	}
	a#header-logo
	{
		background-position:top left;

	background-size:contain;
	}
	#header .navbar-brand
	{
		max-width:50%;
			padding: 30px 40px;
	}
	#booking-wrapper
	{
		position:relative;
		background: #90260e;
	}
	#header .navbar-collapse
	{
		margin-top:0px;
		overflow:hidden;
		box-sizing:border-box;
		background: white;
    	padding-bottom: 10px;
	}
	
	
	#hotel-icon-img
	{
		/*text-align:left;*/
	}
	#hotel-icon-img li
	{
		margin-left:0px;
		font-size:0.8em;
	}
	#content-text h1
	{
		font-size: 1.4em;
    font-weight: 500;
    margin-top: 0px;
	}
	#content-text h2
	{
	margin-top: 10px;
    font-size: 1.4em;
    font-weight: 500;
	}
	#content-text p
	{
		font-size:1.1em;
		text-align:justify;
	}
	#address
	{
		background-position:left;
	}
	#address p
	{
		font-size: 1.1em;
    padding-left: 12px;
	}
	#room-function p
	{
		text-align:justify;
	}
	#room-function h1
	{
		font-size:1.5em;
	}
	#room-function a#book-btn
	{
		padding:10px 15px;
	}
	#room-special-deal-wrapper h1
	{
		font-size:1.5em;
	}
	.special-deals-text h2
	{
		font-size:1.2em;
	}
	.special-deals-text h4
	{
		font-size:0.8em;
	}
	.special-deals-text p
	{
		font-size:0.8em;
	}
	.special-deals-text a
	{
		font-size:0.8em;
	}
	#room-special-deal-wrapper a#book-btn
	{
		padding:10px 15px;
	}
	#map h1
	{
		font-size:1.5em;
	}
	#map h4
	{
		font-size:0.8em;
	}
	#instagram-wrapper
	{
		margin-top:2em;
	}
	#icon-wrapper img
	{
		max-width:25px;
	}
	#icon-wrapper>a#book-btn {    
    padding: 10px 10px;
	font-size:1em;
	}
	#bottom-address-right
	{
		margin-top:15px;
	}
	#bottom-address-left p>span
	{
		padding-right:0px;
	}
	#apartments h2 
	{
    font-size: 2em;
    text-align: center;
	}
	#apartments-text a
	{
		text-align:center;
	}
	#apartments-text #listing ul
	{
		clear:both;
	}
	#apartments-text>a#book-btn
	{
		display:block;
	}
	#apartments-text>a#contact-us
	{
		display:block;
	}
	#sub-room-right p
	{
		text-align:justify;
	}
	#events-right table td> img 
	{
    max-width: 120px;
	padding:5px;
	}
}
/*###### End (min-width:0px) and (max-width:320px): ########*/

@media only screen and (min-width:321px) and (max-width:767px)
{
	
	.affix-top 
	{
		width:100% !important;
	}
	#header.affix
	{
		width:100%;
	}
	a#header-logo
	{
		background-position:top left;

	background-size:contain;
	}
	#header .navbar-brand
	{
		max-width:50%;
			padding: 30px 40px;
	}
	#booking-wrapper
	{
		position:relative;
		background: #90260e;
		
	}
	#header .navbar-collapse
	{
		margin-top:0px;
		overflow:hidden;
		box-sizing:border-box;
		background: white;
    	padding-bottom: 10px;
	}
	#hotel-icon-img
	{
		/*text-align:left;*/
	}
	#hotel-icon-img li
	{
		margin-left:0px;
		font-size:0.8em;
	}
	#content-text h1
	{
		font-size:1.6em;
		margin-bottom:0px;
		font-weight:500;
		margin-top:0px;
	}
	#content-text h2
	{
	margin-top: 10px;
    font-size: 1.4em;
    font-weight: 500;
	}
	#content-text p
	{
		font-size:1.1em;
		text-align:justify;
	}
	#address
	{
		background-position:left;
	}
	#address p
	{
		font-size:1.2em
	}
	#bottom-address-left p, #bottom-address-left span
	{
	    text-align:center;
	}
	
	#room-function p
	{
		text-align:justify;
	}
	#room-function a#book-btn
	{
		padding:10px 15px;
	}
	#room-function h1
	{
		font-size:2em;
	}
	#room-special-deal-wrapper h1
	{
		font-size:2em;
	}
	.special-deals-text h2
	{
		font-size:1.6em;
	}
	.special-deals-text h4
	{
		font-size:0.9em;
	}
	.special-deals-text p
	{
		font-size:0.9em;
	}
	.special-deals-text a
	{
		font-size:0.9em;
	}
	#room-special-deal-wrapper a#book-btn
	{
		padding:10px 15px;
	}
	#special-deals
	{
		padding:5px;
	}
	#map h1
	{
		font-size:2em;
	}
	#map h4
	{
		font-size:0.9em;
	}
	#instagram-wrapper
	{
		margin-top:2em;
	}
	#icon-wrapper img
	{
		max-width:30px;
	}
	#icon-wrapper>a#book-btn {    
    padding: 10px 10px;
	}
	#bottom-address-right
	{
		margin-top:15px;
	}
	#apartments h2 
	{
    font-size: 2em;
    text-align: center;
	}
	#apartments-text a
	{
		text-align:center;
	}
	#apartments-text #listing ul
	{
		clear:both;
	}
	#apartments-text>a#book-btn
	{
		display:block;
	}
	#apartments-text>a#contact-us
	{
		display:block;
	}
	#sub-room-right p
	{
		text-align:justify;
	}
	#sub-room-right h1 {
    font-size: 1.6em;
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 0px;
	}
	#sub-room-right h2 {
    margin-top: 10px;
    font-size: 1.4em;
    font-weight: 500;
	}
	#events-right table td> img 
	{
    max-width: 120px;
	padding:5px;
	}
}
/*###### End (min-width:321px) and (max-width:767px): ########*/

@media only screen and (min-width:768px) and (max-width:991px)
{
	.affix-top 
	{
		width:100% !important;
	}
	#header.affix
	{
		width:100%;
	}
	a#header-logo
	{
		padding: 80px 50px 0px; 
		
	}
	#header.affix
	{
	width: 100%; 	
	}
	#header .navbar-brand {
    padding: 30px 60px
	}
	#header .navbar-nav
	{
		margin: 5px 0px;
	}
	#header .nav>li>a
	{
		margin-top:5px;
	}
	
	#second-menu
	{
		top:35px;
		bottom: 0;
	}
	#second-menu li>a
	{
		font-size:1.1em;
		padding: 0px 5px;
	}
	#header .navbar-right
	{
	    margin-right: -20px;
	}
	#header .nav>li>a 
	{
    padding: 0px 5px;
	}
	#header a#book-btn
	{
		padding: 15px 30px;
		margin-top: 5px;
		font-size:1.1em;
	}
	#booking-wrapper
	{
		position:relative;
		background: #90260e;
	}
	#hotel-icon-img li
	{
		margin-left:0px;
		font-size:0.9em;
	}
	#apartment-img img 
	{    
    	height: 120px;
	}
	#apartment-text a
	{
		font-size:10px;
	}
	#address
	{
	background-position-X:50px;
	}
	#reception-book a#book-btn
	{
		padding: 15px 20px;
    font-size: 1.1em;
	}
	#reception-book a#contact-us
	{
		padding: 15px 20px;
    font-size: 1.1em;
	}
	#room-function h1
	{
		font-size:2em;
	}
	#room-function p
	{
		text-align:justify;
		padding:5px;
	}
	
	#room-special-deal-wrapper h1
	{
		font-size:2em;
	}
	#room-special-deal-wrapper h2
	{
		font-size:1.8em;
	}
	#room-special-deal-wrapper h4
	{
		font-size:1em;
	}
	#room-special-deal-wrapper a#book-btn
	{
		margin: 80px auto 26px;
	}
	#map h1
	{
		font-size:2em;
	}
	#map h4
	{
		font-size:1em;
	}
	#footer-menu .navbar-collapse
	{
		padding-left:0;
		padding-right:0;
	}
	#footer-menu> .navbar .nav>li>a
	{
		padding: 10px 5px;
    font-size: 0.7em;
	}
	#aprt-wrapper>h4, #resort-wrapper>h4, #rates-wrapper>h4, #corporate-wrapper>h4, #other-wrapper>h4
	{
		font-size:1.2em;
	}
	#icon-wrapper
	{ text-align:center;}
	#icon-wrapper img
	{
		display:block;
		margin:0px auto;
	}
	#icon-wrapper>a#book-btn
	{
		font-size:.6em;
		padding: 15px 0px;
	}
	#apartments h2 
	{
    font-size: 2em;
    font-weight: 400;
	}
	#apartments-text>a#book-btn 
	{
    padding: 10px 10%;
    font-size: 1.2em;
	}
	#apartments-text>a#contact-us 
	{   
		padding: 10px 8%;
		font-size: 1.2em;
	}
}
/*###### End (min-width:768px) and (max-width:991px): ########*/

@media only screen and (min-width:992px) and (max-width:1200px)
{
	.affix-top 
	{
		width:100% !important;
	}
	#header.affix
	{
		width:100%;
	}
	a#header-logo
	{
		padding: 80px 60px 0px;
	}
	#header.affix
	{
	width: 100%; 	
	}
	#header .navbar-brand {
    padding: 40px 70px;
	}
	#second-menu li>a 
	{
    padding: 0px 12px;
	font-size:1.3em;
	}
	#booking-wrapper
	{
		position:relative;
		background: #90260e;
	}
	#hotel-icon-img li
	{
		margin-left:20px;
		
	}
	#room-special-deal-wrapper a#book-btn
	{
		    margin: 17px auto 26px;
	}
	#footer-menu .navbar-collapse
	{
		padding-left:0;
		padding-right:0;
	}
	#footer-menu> .navbar .nav>li>a
	{
		padding: 10px 5px;
    font-size: 0.9em;
	}
	#icon-wrapper img {
   
    max-width: 29px;
	}
	#icon-wrapper>a#book-btn
	{
		font-size:1em;
		padding: 15px 10px;
	}
	#apartments h2 
	{
    font-size: 2.4em;
    font-weight: 400;
	}
	#apartments-text>a#book-btn 
	{
    padding: 10px 10%;
    font-size: 1.2em;
	}
	#apartments-text>a#contact-us 
	{   
		padding: 10px 8%;
		font-size: 1.2em;
	}
}