/** Contact float **/
#contact-side-btn {
    -webkit-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: fixed; 
    right: 0px;   
    cursor: pointer;
    border: 0;
    color: #C4A484 !important;
    margin-top: -50px;
    z-index: 99999;
    width: 160px;
    height: 40px;
    background: #2F4632 !important;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
	letter-spacing: 1.0px;
}
/* stop outline showing up when booking button gets focus */
a#contact-side-btn:focus {
    outline: none !important;
}
@media screen and (min-width: 922px) {
	#contact-side-btn {
	    display: none !important;
		top: 327px;
/* 		width: 106px !important;
		height: 30px !important;
		line-height: 32px !important; */
	}
}
@media screen and (max-width: 921px) {
	#contact-side-btn {
	    top: 313px !important;
        width: 120px !important;
        height: 23px !important;
        line-height: 23px !important;
        text-transform: none !important;
        color: #ffffff !important;
        font-weight: normal !important;
	}
}
