/* Reset */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font scale */

html {
    background: #000000;
    font-size: 13px;
}

body {
    font-weight: 400;
    line-height: 1.45;
    font-family: 'Muli', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p {margin-bottom: 1.25em;}

h1, h2, h3, h4, h5 {
  margin: 1rem 0 1rem;
  font-weight: 400;
  line-height: 1.15;
}

h1 {
  margin-top: 0;
  font-size: 2em;
}

h2 {font-size: 1.4em;}

h3 {font-size: 1.3em;}

h4 {font-size: 1.2em;}

h5 {font-size: 1.1em;}

small, .text_small {font-size: 0.833em;}

b {font-weight: 700;}

a,
a:hover,
a:active,
a:focus {
    color: #520015;
}

/* Custom */

#main {
    display: flex;
    align-items: stretch;
    max-width: 100vw;
    max-height: 100vh;
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item {
    min-height: 100vh !important;
}

#main .owl-carousel {
    display: none;
}

.owl-carousel .owl-item .item {
    background-size: cover;
    background-position: center center;
}

.owl-carousel img {
    max-height: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    background: transparent url(../img/pattern.png) repeat top left;
    background-color: rgba(0, 0, 0, 0.28);
    color: #2f2f2f;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: space-between;
}

.mobile_nav {
    display: none;
    align-self: flex-end;
    padding: 10px;
}

.nav path {
    fill: #2f2f2f;
    padding: 10px;
  }

.box_container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
}

.box {
    max-width: 350px;
    min-width: 350px;
    padding: 20px;
    margin: 40px;
    background-color: rgba(144, 144, 144, 0.8);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
}

.box_inner {
    /*border: 1px solid #5d001877;*/
    padding: 5px;
}

.box h1 {
    color: #520015;
    margin: 0;
}

.box h2 {
    font-style: italic
}

.box hr {
    margin: 15px;
    min-width: calc(100% - 40px);
    margin-left: -15px;
    display: inline-block;
    border: 0;
    border-top: 1px solid #520015;
}

.box_1 {
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: .4s;
    text-align: center;
}

.box_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 5px solid #520015;
    border-left: 5px solid #520015;
    box-sizing: border-box;
}

.box_1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #520015;
    border-right: 5px solid #520015;
    box-sizing: border-box;
}

.box_1 .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background: rgba(218, 218, 218, 1);
    padding: 20px;
    transition: .4s;
}

.box_1 .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 0 60px;
    line-height: 1.5;
    box-sizing: border-box;
}

.footer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_menu a.price_link {
    margin: 5px 20px;
}

.footer_icon {
    min-width: 20px;
    max-width: 20px;
    margin: 5px 20px;
}

.footer_icon path {
    fill: #2f2f2f !important;
}

.footer_link:hover .footer_icon path {
    fill: #520015 !important;
}

.contact_icon {
    max-width: 18px;
    max-height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.contact_icon path {
    fill: #2f2f2f !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 15px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.price_list {
    text-align: left;
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 15px;
    }
    .box_container {
        min-width: 100%;
        max-width: 100%;
    }
    .box {
        max-width: 70%;
        min-width: 70%;
        background-color: rgba(144, 144, 144, 0.6);
        margin: 50px 0 15px;
    }
}