html{
    box-sizing:border-box
}

*,*:before,*:after{
    box-sizing:inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

footer {
    display: block;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline-width: 0;
}

b {
    font-weight: bolder;
}

button,input{
    font: inherit;
    margin: 0;
}

button,input{
    overflow: visible;
}

button{
    text-transform: none;
}

html,body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

html{
    overflow-x: hidden;
}

h3 {
    font-size: 24px;
}

h3 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

.fl-wide {
    letter-spacing: 4px;
}

.fl-image {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

a {
    color: inherit;
}

.fl-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;
}

.fl-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fl-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.fl-button a {
    text-decoration: none;
    color: inherit;
}

:disabled * {
    pointer-events: none;
}

.fl-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fl-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

.fl-ul li:last-child {
    border-bottom: none;
}

.fl-display-container {
    position: relative;
}

.fl-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.fl-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.fl-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.fl-bar {
    width: 100%;
    overflow: hidden;
}

.fl-bar .fl-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.fl-bar .fl-button {
    white-space: normal;
}

.fl-bar-block .fl-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.fl-container:after, .fl-container:before, .fl-panel:after, .fl-panel:before, .fl-row:after, .fl-row:before, .fl-row-padding:after, .fl-row-padding:before, .fl-bar:before, .fl-bar:after {
    content: "";
    display: table;
    clear: both;
}

.fl-col, .fl-half, .fl-third, .fl-quarter {
    float: left;
    width: 100%;
}

@media (min-width: 601px) {

    .fl-col.m3,
    .fl-quarter {
        width: 24.99999%;
    }

    .fl-col.m4,
    .fl-third {
        width: 33.33333%;
    }

    .fl-col.m6,
    .fl-half {
        width: 49.99999%;
    }

    .fl-col.m8 {
        width: 66.66666%;
    }
}

.fl-content {
    margin-left: auto;
    margin-right: auto;
}

.fl-content {
    max-width: 980px;
}

.fl-hide {
    display: none !important;
}

@media (max-width:600px){
    .fl-modal-content{
        margin:0 10px;
        width:auto !important;
    }
    .fl-modal{
        padding-top: 30px;
    }	
    .fl-hide-small{
        display: none !important;
    }
}

@media (max-width:768px){
    .fl-modal-content{
        width: 500px;
    }
    .fl-modal{
        padding-top: 50px;
    }
}

@media (min-width:993px){
    .fl-modal-content{
        width: 900px;
    }
    .fl-hide-large{
        display: none !important;
    }
}

@media (max-width:992px) and (min-width:601px){
    .fl-hide-medium{
        display: none !important;
    }
}

.fl-privacy-policy {
    display: flex;
    align-items: center;
}
  
.fl-round-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    margin: 20px;
}
  
.fl-round-checkbox:checked {
    background-color: #000;
    border-color: #000;
}
  
.fl-round-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.fl-top {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.fl-top {
    top: 0;
}

.fl-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.fl-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fl-round {
    border-radius: 4px;
}

.fl-row-padding, .fl-row-padding > .fl-half, .fl-row-padding > .fl-third, .fl-row-padding > .fl-col {
    padding: 0 8px;
}

.fl-container, .fl-panel {
    padding: 0.01em 16px;
}

.fl-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.fl-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);
}

.fl-animate-opacity {
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}

.fl-animate-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.fl-opacity, .fl-hover-opacity:hover {
    opacity: 0.60;
}

.fl-hover-opacity-off:hover {
    opacity: 1;
}

.fl-opacity-min {
    opacity: 0.75;
}

.fl-large {
    font-size: 18px !important;
}

.fl-xlarge {
    font-size: 28px !important;
}

.fl-xxlarge {
    font-size: 46px !important;
}

.fl-center {
    text-align: center !important;
}

.fl-border {
    border: 1px solid #ccc !important;
}

.fl-section{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.fl-margin-bottom{
    margin-bottom: 16px !important;
}

.fl-margin-right{
    margin-right: 16px !important;
}

.fl-padding-large{
    padding: 12px 24px !important;
}

.fl-padding-16{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.fl-padding-24{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.fl-padding-32{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.fl-padding-64{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.fl-right{
    float: right!important;
}

.fl-button:hover{
    color: #000 !important;
    background-color: #ccc !important;
}

.fl-transparent{
    background-color: transparent !important;
}

.fl-white{
    color:#000 !important;
    background-color:#fff !important;
}

.fl-black,.fl-hover-black:hover{
    color:#fff !important;
    background-color:#000 !important;
}

.fl-light-grey{
    color:#000 !important;
    background-color:#f1f1f1 !important;
}

.fl-dark-grey{
    color:#fff !important;
    background-color:#44775b !important;
}

.fl-text-white{
    color:#fff !important;
}

.fl-hover-text-black:hover{
    color:#000 !important;
}
