/* Enter Your Custom CSS Here */
#enquire-button-wrapper-apart2 a {
    background: none repeat scroll 0 0 #f87907;
    color: #dad8d2;
    display: block;
    font-size: 18px;
    margin: 10px;
    width: 120px;
    padding: 8px 45px;
    text-transform: uppercase;
}
#image-placeholder
{
    display: none;
}
/* NAV BAR cOLOUR */
.navbar-default {
    background: none repeat scroll 0 0 #545446;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
/* navbarlinks */
.navbar .nav > li > a, .navbar-large .menu-item .menu-item-description {
    color: #c9c9c9;
    font-size: 15px;
    font-style: normal;
}
/* all active links */
a {
    color: #545446;
    text-decoration: none;
}
/* navbar active */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #cdcccc;
    font-weight: 700;
}
/* SEARCH BOX INVISIBILITY */
.transparent-style{
    background-color: rgba(255, 255, 255, .4);
}
/* LOGO SIE */
.navbar-large .site-logo {
    max-height: 50px;
}
.navbar-brand > .site-logo {
	display: inline-block;
	width: auto;
	max-height: 55px;
	vertical-align: top;
	-webkit-transition: height .25s ease, max-height .25s ease;
	   -moz-transition: height .25s ease, max-height .25s ease;
	    -ms-transition: height .25s ease, max-height .25s ease;
	     -o-transition: height .25s ease, max-height .25s ease;
	transition: height .25s ease, max-height .25s ease;
}
@media (min-width: 768px) {
	.navbar-brand > .site-logo {
    display: inline-block;
    max-height: 100px;
    transition: height 0.25s ease 0s, max-height 0.25s ease 0s;
    vertical-align: top;
    width: auto;
    margin-top: -15px;
	}
}
@media (min-width: 992px) {
.navbar-brand > .site-logo {
    display: inline-block;
    max-height: 150px;
    transition: height 0.25s ease 0s, max-height 0.25s ease 0s;
    vertical-align: top;
    width: auto;
    margin-top: -15px;
  }
}
/* Section titles */
.sidebar-title {
    display: none;
}
.sidebar-heading {
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}

.site-footer {
    background-color: #b7b79f;
}
.design-full-screen .sidebar-header-secondary, .design-full-screen .sidebar-footer {
    background-color: #e1d0c3;
}
/* Position Map */
#mapp0 {
	top: -8px; overflow: hidden; width: 100%; height: 100%; z-index: 0; 
}
/* Map Border */
.mapp-layout {
    border: 0 none;
    margin: 0;
    padding: 0;
}
/*more footer padding*/
.design-full-screen.page.layout-full-width .hentry {
    margin: 0;
    max-width: 100%;
    padding: 0;
}
/*footer text*/
.site-footer {
    color: #545446;
    font-style: normal;
}

/*footer  widgets*/
.design-full-screen .custom-sidebar {
    padding-bottom: 0px;
    padding-top: 0px;
}
/*widget title*/
.custom-sidebar-16 .widget-title, .custom-sidebar-16 .widget h1, .custom-sidebar-16 .widget h2, .custom-sidebar-16 .widget h3, .custom-sidebar-16 .widget h4, .custom-sidebar-16 .widget h5, .custom-sidebar-16 .widget h6 {
    color: #fff;
}
.custom-sidebar-16 {
    background-color: #b7b79f;
}
.design-full-screen .custom-sidebar .widget {
    padding-bottom: 0;
    padding-top: 0;
}

/*spacing to begin content*/
.single .site-content, .page .site-content {
    margin-top: 30px;
}
.design-full-screen.page.layout-full-width .content-area > *:last-child {
    padding-bottom: 0;
}
/*tab active link*/
.osc-res-tab a {
    color: #9BA9A9;
    text-decoration: none;
}
#oscitas-restabs-1-accommodation-86343 li.active > a {
    background-color: #000;
}
/* Contact Form */
.caldera-grid .form-control {
    background-color: #cdcccc;
}
/* 3D Tour*/
.container3dtour {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;  

}
.video3dtour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#viewer3dtour {
 position: relative
 width: 80%
 height: 80%
 background: black;
 margin: 0 auto;
}
html, body{
  height:100%;
}
.top-section{
  height:100%;
}
.more{
  display:block;
  position:absolute;
  bottom:20px;
  text-align:center;
}
/* Margin for normal page content when the post thumbnal top image is turned on*/
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-content .aligncenter:first-child, .entry-content .alignleft:first-child, .entry-content .alignright:first-child {
    margin-top: 20px;
}
/* Center Blog image*/
.background-parallax {
    height: calc(50vh / 4 + 100%);
}
.custom-header-image .archive-header {
    margin-top: -65px;
}
/* Begining of page from blog homepage*/
.archive-header {
    padding: 50px 0;
}
/* Strange line above and under the tripadvisor image*/
table th, table td {
    border-top: 0px solid #ddd;
    padding: 0px;
}
/* Hotelrez form */
	#apartmenttest {
		float:left;
		width: 250px;
      margin-bottom:0px;
      margin-right:10px;    
      padding-left:10px;
      padding-bottom:5px;   
    background-color: #fff;  
	}
#apartmenttest form {
    background-color: #fff;
    font-size: 12px;
    line-height: 100%;
}
#apartmenttest input[type=submit] {
    padding:5px 15px; 
    background:#fc7f15; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
  color: #fff;
    font-weight: bold;  
}
#apartmenttest input[type=submit]:hover {
    padding:5px 15px; 
    background:#201822; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
  color: #a38d6b;
    font-weight: bold;  
}
#apartmenttest input[type="text"], #apartmenttest input[type="password"] {
    font-size: 11px;
}
#apartmenttest label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2e2e2e;
    max-width: 100%;
}
#apartmenttest button, input, optgroup, select, textarea {
    color: #2e2e2e;
    font: inherit;
    margin: 0;
}
/* transparent text box */
#introintro {
    background: #cdcccc;
    background: rgba(1, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 1px 20px 1px 20px;  
}
.design-full-screen .custom-sidebar {
    padding-bottom: 40px;
}
@media (max-width: 992px) {
                                #apartmenttest {
    display: none;
                }
}
@media (max-width: 992px) {
                                #hideapartments {
    display: none;
                }
}
@media (min-width: 992px) {
                                #apartmentmobile {
    display: none;
                }
}
@media (max-width: 992px) {
                                .hideapartments2 {
    display: none;
                }
}
@media (min-width: 992px) {
                                .apartmentmobile2 {
    display: none;
                }
}
/* avvio button */

#apartmenttest button, textarea {
    color: 
#fff;
font: inherit;
background-color:
    #e87f0f;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
#introintro {
    background: #cdcccc;
    background: 
    rgba(1, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 1px 20px 1px 20px;
    display: none;
}
}
span.boxzilla-close-icon {
color: white;
}
