html {
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

p {
    font-size: 130%
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}
audio,canvas,progre30ss,video {
    display: inline-block
}
a {
    background-color: transparent
}
b,strong {
    font-weight: bolder
}
img {
    border-style: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,select,textarea,optgroup {
    font: inherit;
    margin: 0
}
button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}
textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    padding: 0
}
html,body {
    font-family: "FloraItcT",sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}
h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}
h1,h2,h3,h4,h5,h6 {
    font-family: "FloraItcT",sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.w3-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}
img {
    vertical-align: middle
}

a {
    color: inherit
}
.w3-btn,.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}
.w3-btn,.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.w3-tooltip,.w3-display-container {
    position: relative
}
.w3-bar {
    width: 100%;
    overflow: hidden
}
.w3-bar .w3-bar-item {
    padding: 16px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}
.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}
.w3-bar .w3-button {
    white-space: normal
}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before, .w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after {
    content: "";
    display: table;
    clear: both
}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter {
    float: left;
    width: 100%
}
.w3-padding-64 {
    padding-top: 32px!important;
    padding-bottom: 32px!important
}
@media (min-width: 781px) {
.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important
}
 .w3-col.m4,.w3-third {
        width: 33.33333%
    }
 .w3-col.m6,.w3-half {
        width: 49.99999%
    }
 .w3-col.m8,.w3-twothird {
        width: 66.66666%
    }
}
@media (min-width: 950px) {
    .w3-bar .w3-bar-item {
        padding: 21px 11px 0 11px
    }
}
@media (min-width: 1200px) {
    .w3-bar .w3-bar-item {
        padding: 21px 14px 0 14px
    }
}

.w3-content,.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}
.w3-hide {
    display: none!important
}
.w3-show-block, .w3-show {
    display: block !important;
}
.w3-show-inline-block {
    display: inline-block!important
}
@media (min-width: 993px) {
 .w3-hide-large {
        display: none!important
    }
}
.w3-top,.w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}
.w3-container,.w3-panel {
    padding: 0.01em 16px
}
.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}
.w3-animate-opacity {
    animation: opac 0.8s
}
.w3-opacity,.w3-hover-opacity:hover {
    opacity: 0.60
}
.w3-opacity-min {
    opacity: 0.75
}
.w3-large {
    font-size: 18px!important
}

.w3-xlarge {
    font-size: 24px!important
}

.w3-xxlarge {
    font-size: 36px!important
}
.w3-center {
    text-align: center!important
}
.w3-section,.w3-code {
    margin-top: 16px!important;
    margin-bottom: 16px!important
}
.w3-margin-bottom {
    margin-bottom: 16px!important
}
.w3-margin-right {
    margin-right: 16px!important
}
.w3-padding-32 {
    padding-top: 32px!important;
    padding-bottom: 32px!important
}
.w3-right {
    float: right!important
}
.w3-green,.w3-hover-green:hover {
    color: #fff!important;
    background-color: #7b6843!important
}
.w3-white,.w3-hover-white:hover {
    color: #000!important;
    background-color: #fff!important
}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important
}
.w3-text-white,.w3-hover-text-white:hover {
    color: #fff!important;
    opacity: 0.7
}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}