@charset "UTF-8";
/* CSS Document */

#carousel li img {
	height: 145px;
	width: 150px;
}
#preview {
	height: 300px;
	width: 450px;
}
/*.gallery #carousel li img {
	height: 300px;
	width: 450px;
}
*/
#cookie {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: rgba(150,150,150,1);
	z-index: 99999;
}
body {
	background-image: url(../images/floor-1256804_1920.jpg);
	background-repeat: repeat-y;
	background-size: cover;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}
strong {
	color: #fff;
	font-weight: 700;
}
a {
	color: #555;
	text-decoration: none;
}
body .sMenu {
	margin-top: -29px;
	z-index: 9;
}
#submenu-a, #submenu-b {
	display: none;
	z-index: 10;
}
#submenu-a {
	padding-left: 95px;
}
#submenu-b {
	padding-left: 135px;
}
body .sMenu a{
	margin-top: -5px;
	line-height: 20px;
	font-size: 13px;
	opacity: 0.8;
}
.submenu {
	background: rgba(50,50,50,0.9);
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
	/*border-bottom: 1px solid rgba(150,150,150,0.6);*/
}
.submenu a {
	padding: 0 10px 10px 10px;
	
}

.main > header {
	padding: 20px 0;
	color: #f9f9f9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}
#logo {
	height: 100px;
	margin-right: 20px;
	float: left;
}
@media screen and (max-width: 690px) {
	.clearfix {
               text-align: center;
        }
        .js .fixed-bar {
               position: initial !important;
               margin-top: 40px;
        }
        #logo {
               float: none;
        }
        .aside-r-small {
               display: none;
        }
        #map #google-map {
               width: 100% !important;
               height: 300px;
        }
        #contact-us .contact-container, #contact-us .form-container {
               float: none;
               width: 100%;
        }
}
@media screen and (max-width: 480px) {
        #logo {
               width: 100%;
               height: auto;
        }
        #map #google-map {
               width: 100% !important;
               height: 200px !important;
        }
}

.main > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	float: left;
	
	padding-top: 10px;
}

.main > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	border-bottom: 1px solid #f9f9f9;
}

.main p {
	padding: 30px 0 0;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
}

.main {
	color: #f9f9f9;
}
.main a, footer a {
	color: #f9f9f9;
	
}
.main a:hover, footer a:hover {
	color: #aaa;
}
footer {
	display: block;
	clear: both;
	width: 100%;
	background: rgb(50, 50, 50) none repeat scroll 0% 0%;
	text-align: center;
	padding: 30px 0;
}
footer p {
	color: rgba(255, 255, 255, 0.9);
}
#window {
	display: block;
	background: rgba(50, 50, 50, 0.9);
	padding: 15px;
	border-radius: 5px;
}

body .main .section_page {
	padding: 30px 40px;
	padding-bottom: 70px;
	background: rgba(50, 50, 50, 0.9);
	border-top: 1px solid rgba(150,150,150,0.6);
}
body .main .section_page h2 {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.9);
}
body .main .section_page img {
	margin-left: 20px;
	float: right;
}
body .main .section_page p {
	text-align: left;
	padding: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.6;
}
.contact-container {
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	width: 50%;
	float: left;
}
.form-container {
	float: right;
	width: 50%;
	padding: 0 20px 0 40px;
}
.aside-r-small {
	float: right;
	width: 28%;
	padding: 10px;
}
.button {
	
}


