*,*:before,*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;  
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	min-height:100%;
}

h1,h2,h3,h4,p,ul,li {
    display: block;
	font-size: inherit;
	list-style: none;
}

ul.list li{
    display:list-item;
    text-align:left;
    list-style:disc outside none;
    margin-left:20px;
}

ul.list2 li{
    display:list-item;
    text-align:left;
    list-style:circle outside none;
    margin-left:20px;
}

a{
    text-decoration: none;
    color: inherit;
    transition: .5s;
	outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body{
	font-family: "Raleway", sans-serif;
    font-size: 16px;
	line-height: 26px;
	min-height:100%;
	text-align:justify;
}

/* HELPER */
.t-center{text-align:center}
.t-right{text-align:right}
.t-bold, b{font-weight:600;}
.t-italic, i{font-style:italic}
.t-underline{text-decoration:underline}
.brown{color:#683c11 !important}
.white{color:#fff !important}
.yellow{color:#f9b233 !important;}
.green{color:#8fbd22 !important;}
p{margin:26px 0px}

.hidden{display:none !important}
.m-top{margin-top:26px !important}
.m-top-2x{margin-top:52px !important}

.relative{position:relative}

a.button{
	display:inline-block;
	line-height:20px;
	padding:15px 26px;
	font-size:16px;
	margin-top:26px;
	background-color:#693c10;
	color:#fff;
	text-align:center;
	border-radius:5px;
	text-indent: 0px;
}

a.button.green{
    color:#fff !important;
	background-color:#90bd22;
}

a.button:hover{
	background-color:#f9b233;
}

a.button i[class^="ti-"]{
	font-size:20px;
	vertical-align:-3px
}

/* GRID */
.container {
  margin:auto;
  max-width: 1200px;
  padding:0px 26px;
}

.row:before, .row:after,
.container:before, .container:after,
.clear {
  content: "";
  display: table;
  clear: both;
}

.row>*:not(script){
  display:block;
  float:left;
}

.centered{
	margin:auto;
}

.right{
	float:right !important;
}

.nr{
  clear:left;
}

/* HEADING */
h1 {
  font-size: 42px;
  line-height: 42px;
  margin:52px 0px 26px 0px;
  color:#683c11;
  background:url(../img/circle_little.png) left top no-repeat;
  padding-left:54px;
  /*background-size:contain;*/
  font-weight:300;
}

h2 {
  font-size: 26px;
  line-height: 26px;
  margin: 26px 0px;
  color:#f9b233;
  font-weight:600;
}

h3 {
  font-size: 26px;
  line-height: 26px;
  margin: 26px 0px;
}

h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 26px 0px;
}

/* ELEMENTS */
#splashImage{
	height:494px;
	background:#fff url(../img/slide_1.jpg) top center;
	background-size:cover;
}

.lt768 #splashImage{
    height:auto;
}

.lt768 #splashImage>div.container{
    padding:0px;
}

h1#adv{
  font-size: 22px;
  line-height: 26px;
  font-weight:400;
  color:#fff;
  width:52%;
  margin-top:208px;
  margin-bottom:0;
  padding:26px;
  background-color:rgba(143,189,34,0.9);
  background-image:none;
  position:relative;
  text-indent: 26px;
}

.lt1024 h1#adv{
    width:65%;
}

.lt768 h1#adv{
    width:100%;
    margin-top:0px;
    text-indent: 0px;
}

#circle{
  position:absolute;
  width:100px;
  top:-50px;
  left:-50px;
}

.lt768 #circle{display:none;}

/* MENU */
#menu{
	width:218px;
	float:right;
}

.lt768 #menu{
    width:100%;
    float:none;
}

#menu a{
	background-color:rgba(143,189,34,0.9);
	display:block;
	width:100%;
	text-align:center;
	height:51px;
	line-height:52px;
	color:#fff;
	margin-bottom:1px;
	transition:0s;
}

.lt768 #menu a{
    width:50%;
    margin:0px;
    background-color:#f7f7f7;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    color:rgb(143,189,34);
}

.lt768 #menu a:nth-child(even){
    border-right:1px solid #ccc;
}

#menu a:hover{
	background-color:rgba(249,178,51,0.9);
}

#menu a.focus{
	background-color:rgba(105,60,16,0.9);
	color:#fff;
}

#logo__little{display:none}

.lt768 #logo__little{display:block}
.lt768 #logo__big{display:none}


div.mosaic>*{
	width:25%;
	background-size:cover;
	line-height:0px;
}

.lt768 div.mosaic>*{
    width:50%;
}

.lt768 div.mosaic>div.mosaic__img{
    display:none;
}

div.mosaic>a{
	background:#f9b233 url(../img/flower.png) center center no-repeat;
	background-size:contain;
	position:relative;
}

.lt768 div.mosaic>a{
	border:1px solid #693c10;
}

.lt768 div.mosaic>a>h3{
	font-size:20px
}

div.mosaic>a:hover{
	background-color:#683c11;
}

div.mosaic>a>h3{
	position:absolute;
	bottom:0px;
	text-align:center;
	color:#fff;
	font-weight:300;
	width:100%;
}

div.brown-back{
	background-color:#683c11;
	margin-top:52px;
	color:#fff;
	padding-bottom:42px;
}

div.half{
	width:50%;
}

.lt768 div.half{
	width:100%;
	padding:0px !important
}

div.half:nth-child(odd) {
   padding-right:13px;
}

div.half:nth-child(even) {
   padding-left:13px
}

#footer{
    padding:26px 13px;
    text-align:center;
    font-size:13px;
    line-height:16px;
}

/* FORM */
#form>div{
  width:50%;
  margin-top:26px;
}

#form>div:nth-child(odd) {
   padding-right:13px;
}

#form>div:nth-child(even) {
   padding-left:13px
}

.lt768 #form>div{
  width:100%;
  padding:0px !important;
}

#form>div.full{
   width:100%;
   padding:0px;
}

label{
  width:100%; 
  font-weight:700;
  color:#8fbd22;
}

input,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    width:100%;
    background-color:#f1f2f2;
    border-radius:7px;
    border:none;
    height:52px;
    outline:0;
    padding:13px;
}

textarea {
  height:130px;
}

input[type='checkbox']{
    height:26px;
}

#chk_privacy{width:5%}
#label_privacy{width:95%}

div.msg{
    font-weight:700;
    text-align:center;
    padding:13px;
    margin-top:26px
}

div.msg.red{
    background-color: #ffebeb;
    border:1px solid #ff0000;
    color: #ff0000;
}

div.msg.yellow{
    background-color: #fcf8e3;
    border:1px solid #d5b25e;
    color: #b88b00;
}

div.msg.green{
    background-color: #dff0d8;
    border:1px solid #80a571;
    color: #80a571;
}

/* DIALOG */
#w-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

#w-box.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

#w-box.is-visible #w-win {
  transform: scale(1,1);
  opacity:1;
}

#w-win {
  position: absolute;
  width: 300px;
  height: 420px;
  background: #FFF;
  border-radius:3px 3px 5px 5px;
  text-align: center;
  margin:auto;
  top:0;bottom:0;left:0;right:0;
  padding:25px;
  transform: scale(0.75,0.75);
  opacity:0;
  transition: 0.3s;
  z-index: 2001;
  overflow:hidden;
}

body.lt450 #w-win {
  width:90%;
}

#map{
    width:100%;
    height:600px;
}

#map img,
.google-maps img {
  max-width: none;
}

.gm-style-iw {
    width: 250px;
    line-height:18px; 
}