@charset "UTF-8";
/* CSS Document */

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.flexwrapper {
	flex: 1;
}

.logo {
	position: absolute;
    z-index: 55;
	display: block;
	padding: 0 30px;
	width: 100%;
	max-width: 250px;
	height: auto;
	text-align: center;
}

.topstrip {
    background: #fff;
    color: #007e7e;
    padding: 5px 0;
}

.nopadsides {
	padding: 10px 0;
}

.container {
	background: transparent; !important 
}

p a:hover {
	text-decoration-style: dotted;
}

	.contact {
    background: #fff;
    color: #007e7e;
    padding: 5px 0;
    letter-spacing: 1px
}

.banner {
    width: 100%;
    height: 300px;
}

.ccm-image-block {
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0 auto;
	padding: 20px 20px 20px 0;
}

.btn-lgrey {
    color: #fff;
    background-color: #939393;
}

.btn-lgrey:hover {
    background-color: teal;
}
.btn-lgrey:active,
.btn-lgrey.active {
	color: #fff;
}

.btn-grey {
    color: #fff;
    background-color: #7d7d7d;
}

.btn-grey:hover {
    background-color: teal;
	color: #fff;
}

.btn-dgrey {
    color: #fff;
    background-color: #646464;
}

.btn-dgrey:hover {
    background-color: teal;
	color: #fff;
}

.btn-teal {
    color: #fff;
    background-color: #ccc;
}

.btn-teal:hover {
    background-color: teal;
	color: #fff;
}

#container-top {
	width: 100%;
	height: 200px;
    background-image: url('/themes/INTERIOR/images/new-top-strip.png');
    background-repeat: repeat-x;
    padding-top: 100px;
}

.containertrans {
    padding: 10px 50px;
	height: 200px
	background: transparent;
}

.container100 {
    padding:50px;
	height: 100%;
}

.h1 {
    margin-top: -50px;
}

h1 {
    margin-top: -50px;
}

.tealbg {
	text-align: center;
	background: #00817F;
	padding: 0 10px;
	color: 
}

.kitchenbuttons {
	padding: 0;
}

.col-md-6 {
	padding: 0;
}

.footer {
	width: 100%;
  	height: auto;
	border-top: thin solid #ccc; 
	padding: 0;
	text-align: center;
}

.iconstrip {
	width: 100%;
	padding: 20px 0;
	background: #ededed;
	text-align: center;
}

.copyright {
	background: #000;
	width: 100%;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 10px 0 6px 0;
	text-align: center;
	line-height: 1.8;
}

.copyright a {
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}

.copyright a:hover {
	color: #66CDAA;
	text-decoration: none;
}

.googleMapCanvas {
	border: thin solid #ccc;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.insta {
	margin-top: 0;
}

.staff {
	margin: 0;
}

/***************************************** PANO ***************************************************/
.pano {
	width: 100%;
	height: 90%;
	margin: 0 auto;
    position:relative;
	cursor: move; 
    -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,.4);
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.4);
}

@media (min-width: 720px) {   
  .pano {
    width: 100%;
    height: 80%;
    left:0;
    margin: 0;
    position:fixed;
    top:10%;
    cursor: move;
  }
}

/***************************************** SORTABLE GALLERY *****************************************/

.sortable_responsive_gallery_container {
	background: #fff;
}

.ccm-image-block {
    cursor: pointer;
}

/***************************************** RESPONSIVE ********************************************/

@media screen and (max-width: 768px) {	

.logo {
	margin: 0 auto;
	left: 50;
	transform: translateX(20%);
}
	
.staff {
	margin: 0 0 -60px 0;
}
	
.insta {
	margin-top: 200px;
}

.kitchenbuttons {
	padding: 0;
}
}
