@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700";
@import "https://fonts.googleapis.com/css?family=Oswald:500";

html,body {position: relative; height:100%; min-height:100%;}
body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5 {font-family: 'Oswald', sans-serif;}

.legal {text-align:center;}

p.top {margin:0; padding:0; clear:both;}
@media (max-width:479px) {}
@media (min-width:768px) {.label {font-size:16px;}}

/* custom */
body {background:#3C342B url('../../img/wood-bg.jpg') repeat; background-attachment:fixed;}

main {padding-top:36px; padding-bottom:500px;}
.main {padding-top:24px; margin-bottom:48px; background-color:rgba(255,255,255,0.9); border:10px solid #4c4946; min-height:520px;}
@media (max-width:767px) {main {padding-top:12px;} .main {width:auto; padding-top:12px; margin-bottom:48px;}}
@media (min-width:768px) and (max-width:991px) {.main {width:750px; margin:0 auto;}}
@media (min-width:992px) and (max-width:1199px) {.main {width:970px; margin:0 auto;}}
@media (min-width:1200px) {.main {width:1170px; margin:0 auto;}}
.main, .main .container {max-width:96%; margin:0 auto;}

.footer {position:fixed; z-index:99; bottom:0; width:100%; height:35px;}
.footer p {color:white;}
.footer a {color:#c7fcfb; text-decoration:underline;}
.legal {padding-top:8px;}
.legal p {margin:0; padding:0;}
@media (max-width:600px) {
	.legal {padding-top:2px;}
	.legal p {font-size:12px;}
}

.breadcrumb {background-color:#dae8db; margin:24px 0 0;}

.ekko-lightbox-container img {max-width:100%; max-height:calc(90vh); margin:0 auto;}