@charset "UTF-8";
/* CSS Document */

html,
body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

.logo {
    padding: 5px 20px 10px 20px;
	width: 100%;
	max-width: 200px;
	height: auto;
}

.topstrip {
    background: #fff;
    color: #007e7e;
    padding: 5px 0;
    letter-spacing: 1px;
}

.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: 100px;
  	position: absolute;
  	bottom: 0;
  	left: 0;
	margin-top: 100px;
}

.bottom {
	padding: 0; 
	position: fixed; 
	bottom: 0; 
	z-index: 30; 
	width: 100%;
	pointer-events: none;
}

.copyright {
	height: 30px;
	background: #000;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 80%;
	letter-spacing: 2px;
}

.vertical-center 30 {
	margin: 30px 0 0 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-center {
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.copyright a:link {
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: none;
	color: red;
}

.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;
}

/***************************************** 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) {	

.kitchenbuttons {
	padding: 0;
}
}
