#page{
    overflow: hidden;
}

.gradient-blue-vertical {
    background: #005dac;
    background: -moz-linear-gradient(top, #006fce 0, #005dac 100%);
    background: -webkit-linear-gradient(top, #006fce 0, #005dac 100%);
    background: linear-gradient(to bottom, #006fce 0, #005dac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006fce', endColorstr='#005dac', GradientType=0)
}

.gradient-lightblue-vertical {
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0, #EBF6FF 100%);
    background: -webkit-linear-gradient(top, #FFF, #EBF6FF 100%);
    background: linear-gradient(to bottom, #FFF 0, #EBF6FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='@lightblue', GradientType=0)
}

.gradient-lightblue2-vertical {
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0, #C3D3E3 100%);
    background: -webkit-linear-gradient(top, #FFF, #C3D3E3 100%);
    background: linear-gradient(to bottom, #FFF 0, #C3D3E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='@lightblue2', GradientType=0)
}

.gradient-black-vertical {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .63) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .63) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a1000000', GradientType=0)
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato/lato-v15-latin-regular.eot);
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato/lato-v15-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-v15-latin-regular.woff2) format('woff2'), url(../fonts/lato/lato-v15-latin-regular.woff) format('woff'), url(../fonts/lato/lato-v15-latin-regular.ttf) format('truetype'), url(../fonts/lato/lato-v15-latin-regular.svg#Lato) format('svg')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/lato/lato-v15-latin-700.eot);
    src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/lato/lato-v15-latin-700.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-v15-latin-700.woff2) format('woff2'), url(../fonts/lato/lato-v15-latin-700.woff) format('woff'), url(../fonts/lato/lato-v15-latin-700.ttf) format('truetype'), url(../fonts/lato/lato-v15-latin-700.svg#Lato) format('svg')
}

.font-size {
    font-size: 14px;
    line-height: 1.6
}

@media all and (min-width:360px) and (max-width:480px) {
    .font-size {
        font-size: 14px
    }
}

@media all and (min-width:480px) and (max-width:768px) {
    .font-size {
        font-size: 14px
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .font-size {
        font-size: 15px
    }
}

@media all and (min-width:1024px) and (max-width:1280px) {
    .font-size {
        font-size: 15px
    }
}

@media all and (min-width:1280px) and (max-width:1468px) {
    .font-size {
        font-size: 16px
    }
}

@media all and (min-width:1468px) and (max-width:1680px) {
    .font-size {
        font-size: 16px
    }
}

@media all and (min-width:1680px) and (max-width:1920px) {
    .font-size {
        font-size: 16px
    }
}

@media all and (min-width:1920px) {
    .font-size {
        font-size: 16px
    }
}

@media all and (min-width:2200px) {
    .font-size {
        font-size: 16px
    }
}

.hl {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media all and (min-width:360px) and (max-width:480px) {
    .hl {
        font-size: 14px
    }
}

@media all and (min-width:480px) and (max-width:768px) {
    .hl {
        font-size: 14px
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .hl {
        font-size: 15px
    }
}

@media all and (min-width:1024px) and (max-width:1280px) {
    .hl {
        font-size: 15px
    }
}

@media all and (min-width:1280px) and (max-width:1468px) {
    .hl {
        font-size: 16px
    }
}

@media all and (min-width:1468px) and (max-width:1680px) {
    .hl {
        font-size: 16px
    }
}

@media all and (min-width:1680px) and (max-width:1920px) {
    .hl {
        font-size: 18px
    }
}

@media all and (min-width:1920px) {
    .hl {
        font-size: 18px
    }
}

@media all and (min-width:2200px) {
    .hl {
        font-size: 18px
    }
}

.hl-big {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

@media all and (min-width:360px) and (max-width:480px) {
    .hl-big {
        font-size: 20px
    }
}

@media all and (min-width:480px) and (max-width:768px) {
    .hl-big {
        font-size: 20px
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .hl-big {
        font-size: 28px
    }
}

@media all and (min-width:1024px) and (max-width:1280px) {
    .hl-big {
        font-size: 28px
    }
}

@media all and (min-width:1280px) and (max-width:1468px) {
    .hl-big {
        font-size: 32px
    }
}

@media all and (min-width:1468px) and (max-width:1680px) {
    .hl-big {
        font-size: 32px
    }
}

@media all and (min-width:1680px) and (max-width:1920px) {
    .hl-big {
        font-size: 36px
    }
}

@media all and (min-width:1920px) {
    .hl-big {
        font-size: 36px
    }
}

@media all and (min-width:2200px) {
    .hl-big {
        font-size: 36px
    }
}

.fixed-bg {
    background-attachment: fixed
}

html.touch .fixed-bg {
    background-attachment: scroll
}

.opacity-overlay {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.font1 {
    font-family: Lato, sans-serif;
    font-weight: 300
}

.font2 {
    font-family: Lato, sans-serif;
    font-weight: 400
}

.font2-upper,
.font2.upper {
    text-transform: uppercase
}

.btn {
    background-color: #07B8AC;
    color: #FFF;
    border: 0;
    outline: 0;
    display: inline-block;
    padding: .6em 1.5em;
    line-height: 1.15;
    text-decoration: none;
    text-align: center;
    border-radius: 500px;
    font-weight: 700;
    transition: all ease-in-out .3s;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:hover {
    background-color: #009389;
    color: #FFF
}

.btn.btn-blue1 {
    background: #69BAFF
}

.btn.btn-blue1:hover {
    background-color: #3198EF
}

.btn.btn-outline-blue {
    background-color: transparent;
    color: #3198EF;
    border: 1px solid #3198EF
}

.btn.btn-outline-blue:hover {
    background: #3198EF;
    color: #FFF
}

* {
    box-sizing: border-box;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

body {
    background: #FFF;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #6F6F6F;
    overflow-x: hidden !important
}

@media all and (min-width:360px) and (max-width:480px) {
    body {
        font-size: 14px
    }
}

@media all and (min-width:480px) and (max-width:768px) {
    body {
        font-size: 14px
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    body {
        font-size: 15px
    }
}

@media all and (min-width:1024px) and (max-width:1280px) {
    body {
        font-size: 15px
    }
}

@media all and (min-width:1280px) and (max-width:1468px) {
    body {
        font-size: 16px
    }
}

@media all and (min-width:1468px) and (max-width:1680px) {
    body {
        font-size: 16px
    }
}

@media all and (min-width:1680px) and (max-width:1920px) {
    body {
        font-size: 16px
    }
}

@media all and (min-width:1920px) {
    body {
        font-size: 16px
    }
}

@media all and (min-width:2200px) {
    body {
        font-size: 16px
    }
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

a {
    color: #3198EF;
    text-decoration: none;
    outline: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #0975D0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

@media all and (min-width:360px) and (max-width:480px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 14px
    }
}

@media all and (min-width:480px) and (max-width:768px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 14px
    }
}

@media all and (min-width:768px) and (max-width:1024px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 15px
    }
}

@media all and (min-width:1024px) and (max-width:1280px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 15px
    }
}

@media all and (min-width:1280px) and (max-width:1468px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px
    }
}

@media all and (min-width:1468px) and (max-width:1680px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px
    }
}

@media all and (min-width:1680px) and (max-width:1920px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 18px
    }
}

@media all and (min-width:1920px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 18px
    }
}

@media all and (min-width:1920px) {

    .iWidget_categories h1,
    .iWidget_categories h2,
    .iWidget_categories h3,
    .iWidget_categories h4,
    .iWidget_categories h5,
    .iWidget_categories h6 {
        font-size: 20px
    }
}

@media all and (min-width:2200px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 18px
    }
}

h1{
    font-size: 40px !important;
    font-weight: 700;
    color: #005DAC;
}

@media all and (max-width:1024px){
    h1 {
        font-size: 28px !important;
    }
}

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

ul.inline li {
    display: inline
}

ul li {
    position: relative;
    padding-left: 25px
}

ul.bullets li {
    padding: 0 0 1.5em 20px;
    position: relative
}

ul.bullets li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #000
}

.p-txt {
    margin-bottom: .75em;
    line-height: 1.5
}

.p-txt h1,
.p-txt h2,
.p-txt h3,
.p-txt h4,
.p-txt h5,
.p-txt h6,
.p-txt ol,
.p-txt p,
.p-txt ul {
    margin-bottom: 20px
}

.p-txt ul {
    list-style-type: circle;
    list-style-position: outside
}

.p-txt ul li {
    padding: 0;
    margin-left: 30px
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
input[type=url],
select,
textarea {
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background: #FFF;
    font-size: 14px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 3px
}

select {
    -webkit-appearance: menulist;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    opacity: 1;
    transition: opacity .5s
}

input[type=text]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

input[type=text]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=date]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0
}

input[type=text]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0
}

input[type=text]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0
}

@media all and (min-width:360px) and (max-width:480px) {
    input[type=submit] {
        font-size: 14px
    }
}

@media all and (min-width:480px) and (max-width:768px) {
    input[type=submit] {
        font-size: 14px
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    input[type=submit] {
        font-size: 15px
    }
}

@media all and (min-width:1024px) and (max-width:1280px) {
    input[type=submit] {
        font-size: 15px
    }
}

@media all and (min-width:1280px) and (max-width:1468px) {
    input[type=submit] {
        font-size: 16px
    }
}

@media all and (min-width:1468px) and (max-width:1680px) {
    input[type=submit] {
        font-size: 16px
    }
}

@media all and (min-width:1680px) and (max-width:1920px) {
    input[type=submit] {
        font-size: 16px
    }
}

@media all and (min-width:1920px) {
    input[type=submit] {
        font-size: 16px
    }
}

@media all and (min-width:2200px) {
    input[type=submit] {
        font-size: 16px
    }
}

input[type=submit]:hover {
    background-color: #3AD6CC;
    color: #FFF
}

input[type=submit].btn-blue1 {
    background: #69BAFF
}

input[type=submit].btn-blue1:hover {
    background-color: #3198EF
}

input[type=submit].btn-outline-blue {
    background-color: transparent;
    color: #3198EF;
    border: 1px solid #3198EF
}

input[type=submit].btn-outline-blue:hover {
    background: #3198EF;
    color: #FFF
}

input[type=submit]:disabled {
    background: #707070;
    color: #FFF;
}

input[type=submit]:hover:disabled {
    background: #807e7e;
    color: #FFF;
}

.wrapper-480 {
    width: 480px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-600 {
    width: 600px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-800 {
    width: 800px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-960 {
    width: 960px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-1000 {
    width: 1000px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-1200 {
    width: 1200px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-1400 {
    width: 1400px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-1800 {
    width: 1800px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-2000 {
    width: 2000px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-2200 {
    width: 2200px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto
}

.container-center {
    margin-left: auto;
    margin-right: auto
}

.margin-0 {
    margin: 0 !important
}

.margin-ver-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-bot-5 {
    margin-bottom: 5px
}

.margin-left-5 {
    margin-left: 5px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-ver-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-bot-10 {
    margin-bottom: 10px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-ver-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-bot-15 {
    margin-bottom: 15px
}

.margin-left-15 {
    margin-left: 15px
}

.margin-right-15 {
    margin-right: 15px
}

.margin-ver-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-bot-25 {
    margin-bottom: 25px
}

.margin-left-25 {
    margin-left: 25px
}

.margin-right-25 {
    margin-right: 25px
}

.margin-ver-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-bot-50 {
    margin-bottom: 50px
}

.margin-left-50 {
    margin-left: 50px
}

.margin-right-50 {
    margin-right: 50px
}

.margin-ver-75 {
    margin-top: 50px;
    margin-bottom: 50px
}

@media all and (min-width:769px) {
    .margin-ver-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }
}

.margin-top-75 {
    margin-top: 50px
}

@media all and (min-width:769px) {
    .margin-top-75 {
        margin-top: 75px
    }
}

.margin-bot-75 {
    margin-bottom: 50px
}

@media all and (min-width:769px) {
    .margin-bot-75 {
        margin-bottom: 75px
    }
}

.margin-left-75 {
    margin-left: 75px
}

.margin-right-75 {
    margin-right: 75px
}

.margin-ver-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

@media all and (max-width:768px) {
    .margin-ver-100 {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.margin-top-100 {
    margin-top: 100px
}

@media all and (max-width:768px) {
    .margin-top-100 {
        margin-top: 50px
    }
}

.margin-bot-100 {
    margin-bottom: 100px
}

@media all and (max-width:768px) {
    .margin-bot-100 {
        margin-bottom: 50px
    }
}

.margin-ver-150 {
    margin-top: 150px;
    margin-bottom: 150px
}

@media all and (max-width:768px) {
    .margin-ver-150 {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.margin-top-150 {
    margin-top: 150px
}

@media all and (max-width:768px) {
    .margin-top-150 {
        margin-top: 50px
    }
}

.margin-bot-150 {
    margin-bottom: 150px
}

@media all and (max-width:768px) {
    .margin-bot-150 {
        margin-bottom: 50px
    }
}

.padding-0 {
    padding: 0
}

.padding-10 {
    padding: 10px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-bot-10 {
    padding-bottom: 10px
}

.padding-15 {
    padding: 15px
}

.padding-ver-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.padding-top-15 {
    padding-top: 15px
}

.padding-bot-15 {
    padding-bottom: 15px
}

.padding-25 {
    padding: 25px
}

.padding-ver-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.padding-top-25 {
    padding-top: 25px
}

.padding-bot-25 {
    padding-bottom: 25px
}

.padding-50 {
    padding: 50px
}

.padding-ver-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-bot-50 {
    padding-bottom: 50px
}

.padding-ver-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media all and (max-width:768px) {
    .padding-ver-60 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.padding-top-100 {
    padding-top: 100px
}

@media all and (max-width:768px) {
    .padding-top-100 {
        padding-top: 50px
    }
}

.padding-bot-100 {
    padding-bottom: 100px
}

@media all and (max-width:768px) {
    .padding-bot-100 {
        padding-bottom: 50px
    }
}

.padding-ver-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

@media all and (max-width:768px) {
    .padding-ver-150 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.padding-top-150 {
    padding-top: 150px
}

@media all and (max-width:768px) {
    .padding-top-150 {
        padding-top: 50px
    }
}

.padding-bot-150 {
    padding-bottom: 150px
}

@media all and (max-width:768px) {
    .padding-bot-150 {
        padding-bottom: 50px
    }
}

.padding-ver-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media all and (max-width:768px) {
    .padding-ver-200 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.padding-top-200 {
    padding-top: 200px
}

@media all and (max-width:768px) {
    .padding-top-200 {
        padding-top: 50px
    }
}

.padding-bot-200 {
    padding-bottom: 200px
}

@media all and (max-width:768px) {
    .padding-bot-200 {
        padding-bottom: 50px
    }
}

.padding-bot-250 {
    padding-bottom: 250px
}

@media all and (max-width:768px) {
    .padding-bot-250 {
        padding-bottom: 50px
    }
}

.padding-ver-150-100s {
    padding-top: 150px;
    padding-bottom: 150px
}

@media all and (max-width:768px) {
    .padding-ver-150-100s {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.padding-top-150-100s {
    padding-top: 150px
}

@media all and (max-width:768px) {
    .padding-top-150-100s {
        padding-top: 100px
    }
}

.padding-bot-150-100s {
    padding-bottom: 150px
}

@media all and (max-width:768px) {
    .padding-bot-150-100s {
        padding-bottom: 100px
    }
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    dispay: inline
}

.bold,
.strong,
b,
strong {
    font-weight: 700
}

.italic {
    font-style: italic
}

.white {
    color: #FFF
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.justify {
    text-align: justify
}

.center-box {
    margin-left: auto;
    margin-right: auto
}

.center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center-y-rel {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clear,
.clear-both {
    clear: both
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

.tbl {
    display: table;
    width: 100%
}

.tbl-row {
    display: table-row;
    width: 100%
}

.tbl-col {
    display: table-cell;
    width: 100%;
    vertical-align: top
}

.tbl-col.valign-bottom {
    vertical-align: bottom
}

table {
    border-spacing: 1px;
    border-collapse: separate;
    background: #dedede;
    width: 100%
}

thead {
    font-weight: 400
}

thead tr:last-child td {
    background: #efefef
}

td,
tr {
    background: #FFF;
    padding: 8px 15px
}

td.hl {
    background: #4eb9f4;
    color: #FFF
}

@media all and (max-width:768px) {
    /*thead {
        display: none
    }*/

    table.not('.picker__table') td {
        display: block
    }
}

.box {
    background: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 15px 20px 20px 20px;
    text-align: center;
    position: relative;
    display: block;
    height: 100%;
    transition: all ease-in-out .3s
}

.box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.box .highlight {
    background: #DE0436;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    transform: translateY(-100%)
}

.box .header {
    position: relative;
    background: #0975D0;
    color: #FFF;
    padding: 8px 25px 8px 0;
    border-radius: 0 500px 500px 0;
    text-align: center;
    font-size: 12px
}

.box .header.internet_header {
    /*text-align: left;*/
    width: fit-content;
    /*min-width: 100%;*/
}

.box .header.internet_header h3 {
    font-size: 48px;
}

.row .col_4:nth-child(1) .box .header.internet_header {
    /*min-width: 33%;*/
    width: 40%;
}
.row .col_4:nth-child(2) .box .header.internet_header {
    /*min-width: 66%;*/
    width: 70%;
}
.row .col_4:nth-child(3) .box .header.internet_header {
    /*min-width: 100%;*/
    width: 100%;
}

.box .header:before {
    content: '';
    position: absolute;
    left: -20px;
    width: 21px;
    top: 0;
    height: 100%;
    background: #0975D0
}

.box .header h3 {
    display: block;
    font-size: 32px;
    line-height: 40px;
    padding: 6px 0px;
    font-weight: 600
}

.box .txt {
    color: #6F6F6F;
    margin: 15px 0
}

.box .price {
    padding: 0px 0;
    border-top: 1px solid #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
    color: #0975D0
}

.box .price strong {
    font-size: 42px;
    font-weight: 700;
    margin: 0 5px
}

.box .tbl {
    height: 100%
}

.box .extra {
    color: #0975D0;
    margin-top: 5px
}

.box .btn {
    margin-top: 15px
}

@media(max-width: 768px) {

    .box-1,
    .box-2,
    .box-3 {
        margin-bottom: 20px;
    }
}

.box-1 {
    background: #FFF;
    border: 1px solid #6F6F6F;
    position: relative;
}

.box-1 figure .offer_img,
.box-2 figure .offer_img,
.box-3 figure .offer_img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    transition: 200ms ease-in-out;
}

.iWidget_offer .box-1 .btn,
.iWidget_offer .box-3 .btn{
    margin-top: 20px;
}

@media(min-width: 769px){
    .iWidget_offer .box-3 .btn{
        /*position: absolute;
        bottom: 0px;
        right: 0px;*/
    }
}

@media(max-width: 768px){
    .iWidget_offer .row [class*="col_"]{
        margin-top: 20px;
    }
}

.box-1 figure,
.box-2 figure,
.box-3 figure {
    margin: 0px;
}

.box-1 figure .offer_img {
    height: 300px;
}

.box-2 figure .offer_img {
    height: 200px;
}

.box-3 figure .offer_img {
    height: 300px;
}

.box-1 .price {
    background: #DE0436;
    color: #FFF;
    position: absolute;
    top: 25px;
    right: 0;
    border-radius: 500px 0 0 500px;
    padding: 5px 5px 5px 25px;
    line-height: 1
}

.box-1 .price .value {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1;
    margin-left: 5px
}

.box-1 .price .txt {
    text-align: right;
    position: relative;
    top: 5px
}

.box-1 .price .txt strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.box-1 .inner {
    padding: 25px;
    min-height: 155px
}

.box-1 .inner h3 {
    color: #0975D0;
    margin-bottom: 15px;
    font-size: 1.3em
}

.box-1 .inner .col_8 {
    line-height: 1.3
}

.box-1 .inner .col_4 {
    text-align: right
}

.box-2 {
    position: relative
}

.box-2 a {
    color: #FFF
}

.box-2 a:hover figure .offer_img {
    transform: scale(1.2);
}

.box-2 a:hover .inner-bottom .price {
    background: #0975D0
}

.box-2 figure {
    overflow: hidden
}

.box-2 figure img {
    max-width: 100%;
    height: auto;
    transition: all ease-in-out .2s
}

.box-2 figure:after {
    content: '';
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 1
}

.box-2 figure:before {
    content: '';
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .63) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .63) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a1000000', GradientType=0);
    position: absolute;
    z-index: 2
}

.box-2 .hl,
.box-2 .inner-bottom {
    position: relative;
    z-index: 3
}

.box-2 .hl {
    position: absolute;
    top: 25px;
    left: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    font-size: 1.8em
}

.box-2 .inner-bottom {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px
}

.box-2 .inner-bottom .col_6:first-child {
    text-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.box-2 .inner-bottom .col_6:last-child {
    text-align: right
}

.box-2 .inner-bottom .price {
    background: #3198EF;
    border-radius: 500px 0 0 500px;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    transition: all ease-in-out .2s;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.box-2 .inner-bottom .price strong {
    font-size: 1.5em;
    font-weight: 700
}

.box-3 {
    background: #FFF;
    position: relative
}

.box-3 figure img {
    max-width: 100%;
    height: auto
}

.box-3 figure {
    position: relative;
}

.box-3 figure::after {
    display: block;
    position: relative;
    margin-top: -200px;
    height: 200px;
    width: 100%;
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a1000000', GradientType=0);
}

.box-3 .price {
    color: #FFF;
    position: absolute;
    bottom: 25px;
    right: 0;
    border-radius: 500px 0 0 500px;
    padding: 5px 25px;
    line-height: 1;
    z-index: 2;
}

.box-3 .price .value {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.box-3 .price.deal .value {
    margin-left: 5px
}

.box-3 .price.deal .txt {
    text-align: right;
    position: relative;
    top: 5px
}

.box-3 .price.deal .txt strong {
    display: block;
    font-size: 1.5em
}

.box-3 .inner {
    padding: 25px 0 0 0
}

.box-3 .inner h3 {
    color: #0975D0;
    margin-bottom: 15px;
    font-size: 1.3em
}

.box-3 .inner .col_8 {
    line-height: 1.3
}

.box-3 .inner .col_4 {
    text-align: right
}
/*MZ Bild rund darstellen im Blog */
.bild-rund figure img {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}