/*********************************************/


/*  Created by Damian Bonar                  */


/*********************************************/


/*  Copyright by IguanaStudio                */


/*********************************************/

@import url('reset.css');
html {
    font-size: 62.5%;
    box-sizing: border-box;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: 'Geomanist', Arial, Helvetica, Tahoma, Verdana, sans-serif;
    color: #3b3b3b;
    background: #04508E;
    line-height: 1.5;
}

a {
    color: #14a1e4;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

input[type="submit"].btn {
    border: 0 none;
}

a:hover {
    text-decoration: none;
    color: #04508e;
}

p {
    margin: 0 0 20px 0;
}

b,
strong {
    font-weight: 600;
}
input[type="email"],
input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
    margin: 0;
    padding: 13px 17px;
    font-size: 1.6rem;
    color: #717171;
    border: 1px solid #dfdfdf;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    outline: none;
    font-family: 'Geomanist', Arial, Helvetica, Tahoma, Verdana, sans-serif;
    box-shadow: 0 1px rgba(0, 0, 0, 0.08) inset;
}

input[type="email"].error,
input[type="text"].error,
input[type="password"].error,
input[type="file"].error,
select.error,
textarea.error {
    border-color: #ff3131 !important;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    border-color: #15a1e4;
}

input[type="email"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="file"][disabled],
select[disabled],
textarea[disabled] {
    text-shadow: 1px 1px #FFF;
    border-color: #d9d9d9;
    background-color: #f2f2f2;
    color: #AEAEAE;
}

select {
    padding: 12px 13px;
}

textarea {
    margin: 0;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #717171;
}

:-moz-placeholder {
    color: #717171;
    opacity: 1;
}

::-moz-placeholder {
    color: #717171;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #717171;
}

::-moz-selection {
    background: #0131CD;
    color: #fff;
}

::selection {
    background: #0131CD;
    color: #fff;
}

::-moz-selection {
    background: #0131CD;
    color: #fff;
}

.error-label,
.error-label > * {
    color: #ff3131;
}

ol {
    list-style: decimal;
    margin: 0 0 20px 20px;
}

ol li {
    margin: 0 0 4px;
    padding: 0 0 0 12px;
}

ol li ol {
    margin: 4px 0 0 7px;
    padding: 0 0 0 12px;
    list-style-type: lower-alpha;
}

ol li ul {
    margin: 4px 0 0;
    padding: 0;
}

ul {
    margin: 0 0 20px 0;
}

ul li {
    margin: 0 0 4px;
    padding: 0 0 0 20px;
    position: relative;
}

ul li:before {
    content: "\e90a";
    font-family: 'Icons';
    font-size: 1.4rem;
    color: #14a1e4;
    position: absolute;
    top: 2px;
    left: 1px;
}

ul li ul {
    margin: 4px 0 0;
    padding: 0;
}

ul li ol {
    margin: 4px 0 0 20px;
    padding: 0;
}

ul li ul li {
    padding-left: 19px;
}

ul li ul li:before {
    font-size: 1.1rem;
    color: #76838f;
    top: 4px;
}

ul li ol li {
    padding-left: 12px;
}

ul li ol li:before {
    display: none;
    content: '';
}

hr {
    background: #e8e8e8;
    border: 0 none;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 25px 0;
    clear: both;
}

sup,
sub {
    font-size: 1rem;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

time {
    color: #8d8d8d;
    font-weight: 600;
    font-size: 1.6rem;
    position: relative;
    padding-left: 21px;
}

time:before {
    font-family: 'Icons';
    content: "\e915";
    line-height: 1;
    font-weight: 400;
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 4px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table th,
table td {
    padding: 14px 20px 15px;
    line-height: 1.35;
    vertical-align: middle;
    border: 1px #e8e8e8 solid;
}

table th {
    font-weight: 600;
    text-align: left;
    background-color: #f3f3f3;
}

table tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
    font-weight: 600;
}

h1 {
    font-size: 3rem;
    margin-bottom: 23px;
}

h2 {
    font-size: 3rem;
    margin-bottom: 23px;
}

h3 {
    font-size: 2.4rem;
    margin-bottom: 22px;
}

h4 {
    font-size: 2rem;
    margin-bottom: 20px;
}

h5 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

h6 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

blockquote {
    color: #8F8F8F;
    background-color: #f6f6f6;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 20px 25px;
    position: relative;
}

blockquote p {
    margin: 0;
}

blockquote cite {
    display: block;
    margin: 5px 0 0;
    color: #2D2D2D;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.clear {
    clear: both;
}

.cf:before,
.cf:after {
    display: table;
    line-height: 0;
    content: "";
}

.cf:after {
    clear: both;
}

.cc li:before {
    content: '' !important;
}

.cmb {
    margin-bottom: 0 !important;
}

.lead {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.req {
    color: #14a1e4;
}

.img-left {
    float: left;
    margin: 6px 30px 10px 0;
}

.img-center {
    text-align: center;
    margin: 0 0 10px;
}

.img-right {
    float: right;
    margin: 6px 0 10px 30px;
}

.to-left {
    float: left;
}

.to-right {
    float: right;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.link-more .ico {
    margin-left: 8px;
    position: relative;
    top: 1px;
}

.h-arrow:after {
    font-size: 1.9rem;
    color: #15a1e4;
    content: "\e90c";
    font-family: 'Icons';
    line-height: 1;
    margin-left: 12px;
    position: relative;
    top: 1px;
}

.messages {}

.alert,
.wpcf7-response-output {
    border: 2px solid #eee;
    padding: 20px 20px 20px 80px !important;
    margin: 15px 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.alert h4 {
    margin: 0;
    font-size: 1.7rem;
}

.alert p {
    margin: 0;
    line-height: 1.45;
}

.alert:before {
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 4rem;
    position: absolute;
    top: 22px;
    left: 20px;
}

.alert-error {
    background: #fff6f6;
    border-color: #d83636;
    color: #d83636;
}

.alert-error:before {
    content: "\e904";
    color: #d83636;
}

.alert-error h4 {
    color: #d83636;
}

.alert-warning,
.wpcf7-validation-errors {
    background: #fffef6;
    border-color: #dbad32;
    color: #dbad32;
}

.alert-warning:before,
.wpcf7-validation-errors:before {
    content: "\e905";
    color: #dbad32;
    display: none;
}

.alert-warning h4,
.wpcf7-validation-errors h4 {
    color: #dbad32;
}

.alert-info {
    background: #f7fcff;
    border-color: #15a1e4;
    color: #15a1e4;
}

.alert-info:before {
    display: none;
    content: "\e903";
    color: #15a1e4;
}

.alert-info h4 {
    color: #15a1e4;
}

.alert-ok,
.wpcf7-mail-sent-ok {
    background: #14a1e4 !important;
    border-color: #14a1e4 !important;
    color: #fff;
}

.alert-ok:before,
.wpcf7-mail-sent-ok:before {
    display: none;
    content: "\e906";
    color: #429718;
}

.alert-ok h4,
.wpcf7-mail-sent-ok:before {
    color: #429718;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row.row-medium {
    margin-left: -10px;
    margin-right: -10px;
}

.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}

.row:before,
.row:after {
    content: '';
    display: table;
    line-height: 0;
}

.row:after {
    clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
}

.no-gap > .col-1,
.no-gap > .col-2,
.no-gap > .col-3,
.no-gap > .col-4,
.no-gap > .col-5,
.no-gap > .col-6,
.no-gap > .col-7,
.no-gap > .col-8,
.no-gap > .col-9,
.no-gap > .col-10,
.no-gap > .col-11,
.no-gap > .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.row-medium > .col-1,
.row-medium > .col-2,
.row-medium > .col-3,
.row-medium > .col-4,
.row-medium > .col-5,
.row-medium > .col-6,
.row-medium > .col-7,
.row-medium > .col-8,
.row-medium > .col-9,
.row-medium > .col-10,
.row-medium > .col-11,
.row-medium > .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.col-12,
.gallery-col-12 li {
    width: 100%;
}

.col-11,
.gallery-col-11 li {
    width: 91.66666667%;
}

.col-10,
.gallery-col-10 li {
    width: 83.33333333%;
}

.col-9,
.gallery-col-9 li {
    width: 75%;
}

.col-8,
.gallery-col-8 li {
    width: 66.66666667%;
}

.col-7,
.gallery-col-7 li {
    width: 58.33333333%;
}

.col-6,
.gallery-col-6 li {
    width: 50%;
}

.col-5,
.gallery-col-5 li {
    width: 41.66666667%;
}

.col-4,
.gallery-col-4 li {
    width: 33.33333333%;
}

.col-3,
.gallery-col-3 li {
    width: 25%;
}

.col-2,
.gallery-col-2 li {
    width: 16.66666667%;
}

.col-1,
.gallery-col-1 li {
    width: 8.33333333%;
}

.offset-12 {
    margin-left: 100%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.btn {
    position: relative;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 19px 14px;
    background: #14a1e4;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'Geomanist', Arial, Helvetica, Tahoma, Verdana, sans-serif;
    box-shadow: -50px 0 45px -25px rgba(0, 96, 173, 1) inset;
}

.btn:hover {
    text-decoration: none;
    background: #14a1e4;
    color: #FFF;
    box-shadow: -50px 0 45px -25px rgba(75, 197, 255, 1) inset;
}

.btn.alternative {
    background: #0f538a;
    box-shadow: -50px 0 45px -25px rgba(0, 55, 99, 1) inset;
}

.btn.alternative:hover {
    background: #0f538a;
    box-shadow: -50px 0 45px -25px rgba(29, 114, 184, 1) inset;
}

.btn.btn-only-ico {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
}

.btn.btn-ico-right {
    padding-right: 47px;
}

.btn.btn-ico-right .ico {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

button {
    padding: 0;
    margin: 0;
    border: 0 none;
    background: none;
    color: #FFF;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.gallery {
    overflow: hidden;
    margin: -5px -10px 10px;
}

.gallery li {
    float: left;
    height: auto;
    margin: 10px 0;
    padding: 0 10px;
    background: none;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.gallery li:before {
    content: '';
    display: none;
}

.gallery li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(21, 161, 228, 0);
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

.gallery li a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.gallery li a:hover {
    background: rgba(21, 161, 228, 1);
}

.gallery li a:hover img {
    opacity: 0.2;
}

.gallery li a i {
    font-size: 4.5rem;
    color: #FFF;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -21px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.gallery li a:hover i {
    opacity: 1;
}

.gallery.zoom-effect li a img {
    max-width: 100% !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.gallery.zoom-effect li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery.slide-effect li a i {
    top: 25%;
}

.gallery.slide-effect li a:hover i {
    top: 50%;
}

.download {
    margin: 0 0 20px;
}

.download.bt {
    border-top: 1px #e8e8e8 solid;
}

.download li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    position: relative;
}

.download li:before {
    display: none;
    content: '';
}

.download li + li {
    //border-top: 1px #e8e8e8 solid;
}

.download.minimal li {
    border-top: 0 none !important;
}

.download li a {
    font-weight: 600;
    padding: 11px 20px 11px 30px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.download.minimal li a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.download li a:hover {
    padding-left: 45px;
}

.download li a:before {
    content: "\e916";
    font-family: 'Icons';
    font-size: 1.4rem;
    color: #14a1e4;
    position: absolute;
    top: 12px;
    left: 0;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.download.minimal li a:before {
    top: 5px;
}

.download li a:hover:before {
    left: 15px;
}

.download li a span {
    color: #666;
    font-weight: 400;
    float: right;
}

.download.minimal li a span {
    float: none;
}

.download li a:hover {
    text-decoration: none;
}

.items-list-short {}

.items-list-short .item {
    margin-bottom: 30px;
}

.items-list-short .item.col-3:nth-child(4n+1) {
    clear: both;
}

.items-list-short .item a {
    display: block;
}

.items-list-short .item a figure {
    padding: 15px;
    border: 1px #e8e8e8 solid;
    margin: 0 0 20px;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}

.items-list-short .item a:hover figure {
    border-color: #29b4f6;
}

.items-list-short .item a figure img {
    display: block;
    width: 100%;
    height: auto;
}

.items-list-short .item a .title {
    color: #3b3b3b;
    font-size: 2rem;
    margin: 0;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.items-list-short .item a:hover .title {
    color: #29b4f6;
}

.pagination {
    text-align: center;
    padding: 0;
    font-size: 1.6rem;
    color: #6592b1;
    margin: 30px 0 20px;
    clear: both;
}
.pagination a {
    margin: 10px;
}
.pagination .pages {
    display: inline-block;
    vertical-align: middle;
}

.pagination .pages ol {
    list-style: none;
    display: inline;
    margin: 0;
}

.pagination .pages ol li.prev {
    margin-left: 0;
    margin-right: 5px;
    font-size: 1.8rem;
}

.pagination .pages ol li.next {
    margin-right: 0;
    margin-left: 5px;
    font-size: 1.8rem;
}

.pagination .pages ol li {
    margin: 0 2px;
    padding: 0;
    background: none;
    float: left;
}

.pagination .pages ol li a,
.pagination .pages ol li span {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #3b3b3b;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 2px #15a1e4 solid;
}

.pagination .pages ol li a:hover,
.pagination .pages ol li span {
    color: #FFF;
    background-color: #15a1e4;
}

.pagination .pages ol li.prev a,
.pagination .pages ol li.next a {
    color: #3b3b3b;
    display: block;
}

.pagination .pages ol li.prev a:hover,
.pagination .pages ol li.next a:hover {
    color: #fff;
    background-color: #15a1e4;
}

.pagination .pages ol li.prev a .ico,
.pagination .pages ol li.next a .ico {
    position: relative;
    top: 1px;
}

.page-selectors {
    background-color: #f3f3f3;
    margin-bottom: 35px;
    padding: 30px;
}

.page-selectors form {
    position: relative;
}

.page-selectors .fields {
    margin-right: 130px;
}

.page-selectors .fields input[type="text"],
.page-selectors .fields input[type="email"],
.page-selectors .fields select,
.page-selectors .fields .custom-select {
    width: 100%;
}

.page-selectors .btn {
    position: absolute;
    top: 0;
    right: 0;
}

.short-items-list.slick {
    box-shadow: 0 4px 7px rgba(0, 0, 0, .11);
    border-right: 1px #e1e1e1 solid;
}

.short-items-list.slick .slick-slide {
    background: #fff;
    border-left: 1px #e1e1e1 solid;
}

.short-items-list.slick .slick-slide a {
    display: block;
}

.short-items-list.slick .slick-slide a figure {
    padding: 15px 15px 0;
}

.short-items-list.slick .slick-slide a figure img {
    display: block;
    width: 100%;
    height: auto;
}

.short-items-list.slick .slick-slide a .title {
    margin: 0;
    height: 75px;
    font-size: 1.6rem;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 25px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.short-items-list.slick .slick-slide a:hover .title {
    color: #0894d6;
}

.short-items-list.slick .slick-slide a .title span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 10px;
}

.short-news {}

.short-news .news {}

.short-news .news a {
    height: 208px;
    display: block;
    padding: 29px 35px 0 35px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    color: #14a1e4;
    background-color: #FFF;
}

.short-news .news a:hover {
    color: #14a1e4;
}

.short-news .news.cycle-slide-active a {
    background-color: #04508e;
}

.short-news .news.cycle-slide-active a:hover {
    background-color: #1066AC;
}

.short-news .news time {
    margin-bottom: 11px;
    display: block;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.short-news .news.cycle-slide-active time {
    color: #69cfff;
}

.short-news .news .title {
    color: #3b3b3b;
    font-size: 2rem;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.short-news .news a:hover .title {
    color: #04508e;
}

.short-news .news.cycle-slide-active .title {
    color: #FFF !important;
}

.short-news .news span {
    font-size: 2rem;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.short-news .news.cycle-slide-active span {
    color: #69cfff;
}

.icheckbox {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 1px 15px 0 0;
    padding: 0;
    width: 19px;
    height: 19px;
    background: url(../images/ifields.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
}

.icheckbox {
    background-position: 0 0;
}

.icheckbox.hover {
    background-position: -20px 0;
}

.icheckbox.checked {
    background-position: -40px 0;
}

.icheckbox.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox.checked.disabled {
    background-position: -80px 0;
}


/*
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .iCheckbox,
    .iRadio {
        background-image: url("../images/inputs2@2x.png");
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
*/

.form {}

.form li {
    padding: 0;
    margin: 0 0 15px;
    background: none;
}

.form li:before {
    content: '';
    display: none;
}

.form li label {
    display: block;
    line-height: 1.3;
    margin-bottom: 13px;
    font-weight: 600;
}

.form.compact li label {
    float: left;
    margin: 14px 0 0;
    width: 110px;
    text-align: right;
}

.form li input[type=text],
.form li input[type=password],
.form li select,
.form li textarea {
    width: 100%;
}

.form.compact li .field {
    margin-left: 130px;
}

.form li.captcha {
    overflow: hidden;
}

.form li.captcha .field {
    float: left;
    overflow: hidden;
}

.form.compact li.captcha .field {
    float: none;
}

.form.compact li.captcha img {
    float: left;
}

.form.compact li.captcha .captchaField {
    margin-left: 129px;
}

.form li.captcha img {
    float: left;
}

.form li.captcha input[type=text] {
    float: left;
    width: 150px;
    margin-left: 15px;
}

.form li.captcha.inline label {
    float: left;
    margin: 14px 15px 0 0;
}

.form li.submit {
    margin-bottom: 0;
}

.radio-list,
.checkbox-list {
    margin: 0;
    padding: 0;
}

.compact .radio-list,
.compact .checkbox-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

.radio-list li,
.checkbox-list li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.radio-list li + li,
.checkbox-list li + li {
    margin-top: 6px;
}

.radio-list li:before,
.checkbox-list li:before {
    display: none;
    content: '';
}

.radio-list li input[type="radio"],
.checkbox-list li input[type="checkbox"] {
    margin: 4px 15px 0 0;
    float: left;
}

.radio-list li label,
.checkbox-list li label {
    overflow: hidden;
    display: block;
    line-height: 1.3;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 400;
    text-align: left !important;
    float: none !important;
    width: auto !important;
}

.ico-list {
    margin: 0 0 20px;
}

.ico-list > li {
    padding: 0 0 0 27px;
    margin: 0;
    color: #14a1e4;
    font-weight: 600;
}

.ico-list > li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #14a1e4;
    font-weight: 400;
    font-size: 1.4rem;
}

.ico-list > li.mail {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ico-list > li.phone:before {
    content: "\e90e";
}

.ico-list > li.mail:before {
    content: "\e907";
    top: 1px;
}

.location-popup {
    background-color: #FFF;
    padding: 10px;
    max-width: 930px;
    margin: 20px auto;
    position: relative;
}

.location-popup .location-title {
    padding: 14px 70px 4px 19px;
}

.location-popup .location-title h3 {
    font-size: 2rem;
    margin: 0 0 8px;
}

.location-popup #location-map {
    width: 100%;
    height: 470px;
}

.location-popup .mfp-close {
    padding: 0;
    margin: 24px 23px 0 0;
    color: #14a1e4;
    font-size: 52px;
    opacity: 1;
}

.location-popup .mfp-close:hover,
.location-popup .mfp-close:focus {
    color: #04508e !important;
}

.location-popup .mfp-close:active {
    color: #04508e !important;
}

.mfp-close-btn-in .location-popup .mfp-close {
    color: #14a1e4;
}

.info-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.info-popup .inner-popup {
    padding: 20px 30px 5px;
    overflow: hidden;
}

.info-popup .inner-popup img {
    max-width: 100%;
}

.contact-data .item {
    margin-bottom: 15px;
}

.contact-data .item.col-3:nth-child(4n+1) {
    clear: both;
}

.contact-data .item .title {
    font-size: 2rem;
    margin: 0 0 13px;
}

.contact-data .item p,
.contact-data .item ul,
.contact-data .item ol {
    margin-bottom: 12px;
}

.contact-data + .contact-data {
    border-top: 1px #e8e8e8 solid;
    padding-top: 30px;
}

.dropdown {
    margin: 0;
    height: 44px;
    background: #1364a5;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdown:hover,
.dropdown.hover {
    border-color: #1C76BF;
}

.dropdown span {
    display: block;
    height: 44px;
    line-height: 42px;
    padding: 0 15px 0 15px;
    font-size: 1.5rem;
    color: #a2c9e8;
}

.dropdown span .ico {
    font-weight: 400;
    margin: 0 0 0 11px;
    font-size: 1.5rem;
    color: #94bee0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: 2px;
}

.dropdown:hover span .ico,
.dropdown.hover span .ico {
    color: #CFEAFF;
}

.dropdown ul {
    display: none;
    margin: 0;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    background: #1364a5;
    z-index: 500;
    border-top: 0 none;
}

.dropdown ul li {
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
}

.dropdown ul li + li {
    border-top: 1px solid #166EB6;
}

.dropdown ul li:before {
    display: none;
}

.dropdown ul li a {
    display: block;
    padding: 8px 0;
    background: #1364a5;
    font-size: 1.5rem;
    color: #a2c9e8;
    font-weight: 400;
    text-align: center;
}

.dropdown ul li a:hover,
.dropdown ul li a.active {
    background: #105D9B;
}

.nav {
    line-height: 1.35;
}

.nav > ul {
    margin: 0;
    padding: 16px 0;
    background-color: #76838f;
}

.nav > ul > li {
    margin: 0;
    padding: 0;
}

.nav > ul > li:before {
    display: none;
}

.nav > ul > li > a {
    display: block;
    color: #fff;
    padding: 5px 28px 6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav > ul > li > a:hover {
    color: #cbd2d9;
    padding-left: 38px;
}

.nav > ul > li.active,
.nav > ul > li.active {
    margin: 13px 0;
    padding: 15px 0;
    background-color: #f3f3f3;
}

.nav > ul > li.active > a,
.nav > ul > li.active > a {
    color: #3b3b3b;
    text-shadow: 1px 1px #FFF;
    padding-left: 28px;
}

.nav > ul > li.active > ul,
.nav > ul > li.active > ul {
    margin-top: 6px;
}

.nav > ul > li > ul {
    margin: 0;
    padding: 0;
}

.nav > ul > li > ul > li {
    margin: 0;
    padding: 0;
}

.nav > ul > li > ul > li:before {
    display: none;
    content: '';
}

.nav > ul > li > ul > li > a {
    display: block;
    text-shadow: 1px 1px #FFF;
    color: #808080;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    padding: 2px 28px 3px 45px;
}

.nav > ul > li > ul > li > a:before {
    font-family: 'Icons';
    content: "\e90a";
    font-size: 1.3rem;
    position: absolute;
    top: 4px;
    left: 27px;
}

.nav > ul > li > ul > li > a:hover,
.nav > ul > li > ul > li.active > a,
.nav > ul > li > ul > li.active > a {
    color: #171717;
}

.nav > ul > li > ul > li > ul {
    margin: 6px 0 9px;
    padding: 0;
}

.nav > ul > li > ul > li > ul > li {
    margin: 0;
    padding: 0;
}

.nav > ul > li > ul > li > ul > li:before {
    display: none;
}

.nav > ul > li > ul > li > ul > li > a {
    display: block;
    font-weight: 400;
    color: #808080;
    text-shadow: 1px 1px #FFF;
    font-size: 15px;
    position: relative;
    padding: 2px 28px 3px 57px;
}

.nav > ul > li > ul > li > ul > li.active > a,
.nav > ul > li > ul > li > ul > li.active > a,
.nav > ul > li > ul > li > ul > li > a:hover {
    color: #171717;
}

.nav > ul > li > ul > li > ul > li > a:before {
    content: "»";
    position: absolute;
    top: 2px;
    left: 45px;
    text-decoration: none;
}

.nav > ul > li > ul > li > ul > li > ul {
    margin: 7px 0;
    padding: 0;
}

.nav > ul > li > ul > li > ul > li > ul > li {
    margin: 0;
    padding: 0;
}

.nav > ul > li > ul > li > ul > li > ul > li:before {
    display: none;
    content: '';
}

.nav > ul > li > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 1px 28px 2px 65px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #808080;
}

.nav > ul > li > ul > li > ul > li > ul > li.active > a,
.nav > ul > li > ul > li > ul > li > ul > li.active > a,
.nav > ul > li > ul > li > ul > li > ul > li > a:hover {
    color: #15a1e4;
}

.default-list {
    margin: 0 0 20px;
}

.default-list > li {
    padding: 0;
    margin: 0;
    background: none;
    overflow: hidden;
}

.default-list.minimal > li {
    border-top: 0 none !important;
    margin-top: 0;
}

.default-list > li:before {
    content: '';
}

.default-list > li + li {
    border-top: 1px #e8e8e8 solid;
    padding-top: 35px;
    margin-top: 35px;
}

.default-list.minimal > li {
    border-top: 0 none !important
}

.default-list > li figure {
    float: left;
    margin: 0 30px 0 0;
}

.default-list > li figure img {
    display: block;
}

.default-list > li .text {
    overflow: hidden;
    line-height: 1.45;
}

.default-list > li .text p {
    margin-bottom: 8px;
}

.default-list > li .title {
    margin: 0 0 6px;
    font-size: 2rem;
}

.default-list > li .title a {
    color: #3b3b3b;
}

.default-list > li time {
    font-size: 12px;
    color: #687686;
    display: block;
    margin-bottom: 5px;
    line-height: 100%;
}

.default-list > li time i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.default-list > li p {
    margin-bottom: 0;
}

.tabs {
    margin: 0 -5px 35px -5px;
}

.tabs > li {
    float: left;
    margin: 0;
    padding: 0;
}

.tabs.i-2 > li {
    width: 50%;
    padding: 0 5px;
}

.tabs > li:before {
    display: none;
    content: '';
}

.tabs > li > a {
    display: block;
    background-color: #f3f3f3;
    color: #717171;
    font-weight: 400;
    padding: 17px 65px 17px 23px;
    font-size: 2rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.tabs > li.active > a:after,
.tabs > li > a.active:after {
    position: absolute;
    bottom: -9px;
    left: 23px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #14a1e4 transparent transparent transparent;
}

.tabs > li > a.active,
.tabs > li.active > a,
.tabs > li > a:hover {
    background-color: #14a1e4;
    color: #FFF;
}

.tabs > li > a .ico {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #a4a4a4;
    font-size: 2.5rem;
    display: block;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tabs > li > a:hover .ico,
.tabs > li > a.active .ico {
    color: #FFF;
}

.tabs > li > a .ico-phone2 {
    font-size: 2.8rem;
    top: 18px;
    right: 17px;
}

.items-list .item {
    margin-bottom: 25px;
}

.items-list .item.col-3:nth-child(4n+1) {
    clear: both;
}

.items-list .item.col-4:nth-child(3n+1) {
    clear: both;
}

.items-list .item a {
    display: block;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.items-list .item a:before {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    content: ' ';
    display: block;
    position: absolute;
    top: -15px;
    right: -20px;
    bottom: -15px;
    left: -20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-top: 3px solid rgba(21, 161, 228, 1);
}

.items-list .item a:hover {
    z-index: 2;
}

.items-list .item a:hover:before {
    opacity: 1;
    z-index: 1;
}

.items-list .item a figure {
    /*	padding: 0 30px 10px;*/
    padding-bottom: 10px;
    text-align: center;
    /*  height: 200px;*/
    overflow: hidden;
}

.items-list .item a figure img {
    	display: block;
    	width: 100%;
    	height: auto;
}

.items-list .item a .title {
    font-size: 1.8rem;
    color: #3b3b3b;
    line-height: 1.45;
    margin: 0;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.items-list .item a:hover .title {
    color: rgba(21, 161, 228, 1);
}

.showcases-list {
    margin-bottom: -13px;
    overflow: hidden;
}

.showcases-list .item {
    margin-bottom: 33px;
}

.showcases-list .item.col-4:nth-child(3n+1) {
    clear: both;
}

.showcases-list .item a {
    display: block;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.showcases-list .item a:hover {}

.showcases-list .item a figure {
    position: relative;
    max-height: 270px;
    overflow: hidden;
    margin: 0 0 23px;
    background: rgba(23, 77, 121, 0);
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

.showcases-list .item a:hover figure {
    background: rgba(23, 77, 121, 1);
}

.showcases-list .item a figure .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 900;
    padding: 10px;
}

.showcases-list .item a figure .btn {
    opacity: 0;
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px #fff solid;
    box-shadow: none;
    padding-top: 14px;
    padding-bottom: 13px;
}

.showcases-list .item a:hover figure .btn {
    top: 50%;
    opacity: 1;
}

.showcases-list .item a figure img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.showcases-list .item a:hover figure img {
    opacity: 0.3;
}

.showcases-list .item a .title {
    font-size: 2rem;
    color: #3b3b3b;
    line-height: 1.45;
    margin: 0;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.showcases-list .item a:hover .title {
    color: #04508e;
}

.category-toggle {
    background-color: #15A1E4;
    color: #fff;
    padding: 15px 20px;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.category-toggle:after {
    font-family: 'Icons';
    content: "\e90c";
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2.8rem;
    font-weight: 400;
}

.category-toggle.active:after {
    content: "\e90d";
}

.labels {
    margin: 0;
    position: absolute;
    top: -1px;
    left: -1px;
}

.labels > li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 5px 9px 4px;
}

.labels > li:before {
    content: '';
    display: none;
}

.labels > li.promo {
    color: #FFF;
    background-color: #15a1e4;
}

.labels > li.new {
    color: #FFF;
    background-color: #ee9741;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: "";
}

.container:after {
    clear: both;
}

#top {
    background-color: #04508e;
    height: 82px;
}

#site-logo {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .09);
    position: absolute;
    z-index: 990;
}

#site-logo img {
    display: block;
}

#languages {
    float: right;
    margin: 19px 0 0 15px;
}

#top-search {
    float: right;
    position: relative;
    margin: 19px 0 0 0;
}

#top-search .btn-search {
    float: right;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #14a1e4;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#top-search .btn-search.shown {
    background-color: #1364A5;
}

#top-search .field {
    display: none;
    background-color: #fff;
    clear: both;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 44px;
    width: 355px;
    z-index: 900;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#top-search .field input[type="text"] {
    float: left;
    border: none;
    width: 100%;
    box-shadow: 0 none;
    padding-right: 100px;
    padding-top: 14px;
    padding-bottom: 14px;
}

#top-search .field button {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 14px 14px 14px 14px;
    float: right;
    color: #14a1e4;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: 'Geomanist', Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

#top-search .field button:hover {
    color: #04508e;
}

#menu {
    margin-left: 200px;
    float: left;
}

#menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}

#menu ul li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

#menu ul li:before {
    display: none;
    content: '';
}

#menu ul li + li {
    padding-left: 21px;
    margin-left: 17px;
}

#menu ul li + li:before {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2fbcff;
    position: absolute;
    left: 0;
    top: 39px;
}

#menu ul li a {
    display: block;
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 400;
    height: 82px;
    line-height: 82px;
}

#menu ul li a:hover,
#menu ul li a.active {
    color: #5ccbff;
}

#menu ul li ul {
    display: none;
}

#menu ul li#line {
    background-color: #29b4f6;
    float: none;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 82px;
    width: 0;
    z-index: 150;
    padding: 0 !important;
}

#menu ul li#line:before {
    display: none;
    content: '';
}

#under-top {
    background-color: #f3f3f3;
}

#under-top .page-title {
    float: left;
    margin: 28px 0 30px 200px;
}

#under-top .page-title h1,
#under-top .page-title strong {
    font-weight: 400;
    color: #04508e;
    font-size: 3.5rem;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

#under-top .quick-contact {
    float: right;
    font-size: 2.4rem;
    color: #717171;
    font-weight: 400;
    margin: 32px 0 30px 0;
    position: relative;
}

#under-top .quick-contact strong {
    font-weight: 400;
    margin-right: 12px;
}

#under-top .quick-contact a {
    font-weight: 600;
    color: #14a1e4;
    position: relative;
    padding-left: 50px;
}

#under-top .quick-contact a:before {
    display: block;
    background-color: #14a1e4;
    width: 35px;
    height: 35px;
    padding-bottom: 1px;
    box-sizing: border-box;
    line-height: 36px;
    font-family: 'Icons';
    content: "\e90e";
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 1.7rem;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -2px;
}

#under-top .quick-contact a:hover {
    color: #04508E;
}

#slider {
    background: #f3f3f3;
    width: 100%;
    height: 618px;
    overflow: hidden;
}

#slider .slide {
    width: 100%;
    height: inherit;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#slider .slide .container {
    height: 100%;
}

#slider .slide .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3b3b3b;
    padding-bottom: 80px;
}

#slider .slide .text .title {
    font-size: 4.5rem;
    font-weight: 400;
    margin-bottom: 25px;
}

#slider-nav {
    height: 1px;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    z-index: 400;
}

#slider-nav > span {
    font-size: 7rem;
    color: #cacaca;
    text-shadow: 1px 1px #FFF;
    position: absolute;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

#slider-nav > span:hover {
    color: #14a1e4;
}

#slider-nav > .prev {
    left: 50%;
    margin-left: -720px;
}

#slider-nav > .next {
    right: 50%;
    margin-right: -720px;
}

#breadcrumbs {
    color: #777;
    font-size: 1.4rem;
    margin: 29px 0;
}

#breadcrumbs.underlined {
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 30px;
    /*margin-bottom: 35px;*/
}

#breadcrumbs a {
    color: #777;
    font-weight: 400;
}

#breadcrumbs a:hover {
    color: #A5A5A5;
}

#breadcrumbs span {}

#main {
    background-color: #FFF;
    padding-bottom: 20px;
}

.home #main {
    padding: 0;
    position: relative;
}

.home #main #home-boxes {
    position: relative;
    z-index: 999;
    margin-top: -120px;
}

.home #main:before {
    display: block;
    width: 50%;
    position: absolute;
    top: -120px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    content: '';
    z-index: 900;
}

#main #wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#main #sidebar {
    width: 300px;
    min-width: 300px;
    display: table-cell;
    vertical-align: top;
}

.box {
    margin-bottom: 30px;
}

.box .box-inner {
    padding: 26px 30px;
}

.box .box-title {
    font-size: 2.6rem;
    margin: -3px 0 23px;
}

.box.blue-box {
    background-color: #15a1e4;
    color: #FFF;
}

.box.blue-box .box-title {
    color: #FFF;
}

#main #sidebar + #content {
    display: table-cell;
    vertical-align: top;
    padding-left: 40px;
}

#main #sidebar + #content > h1:first-of-type,
#main #sidebar + #content > h2:first-of-type {
    margin-top: -6px;
}

#home-boxes .item {
    padding: 30px 35px 5px;
    box-sizing: border-box;
}

#home-boxes .item p {
    margin-bottom: 25px;
}

#home-boxes #hb-1,
#home-boxes #hb-2 {
    height: 240px;
}

#home-boxes #hb-5,
#home-boxes #hb-6,
#home-boxes #hb-7,
#home-boxes #hb-8 {
    height: 415px;
}

#home-boxes #hb-1 {
    background-image: url("../images/bg-hb-1.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 140px;
    background-color: #FFF;
}

#home-boxes #hb-2 {
    background-image: url("../images/bg-hb-2.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 200px;
}

#home-boxes #hb-6 {
    background-image: url("../images/bg-hb-6.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 1.8rem;
}

#home-boxes #hb-6 a {
    display: block;
    padding: 30px 35px 5px;
    height: 100%;
    box-sizing: border-box;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#home-boxes #hb-6 a:hover {
    color: #a9e3ff;
    background-color: rgba(0, 0, 0, 0.15);
}

#home-boxes #hb-7:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 34px;
    right: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 13px;
    border-color: transparent transparent transparent #FFF;
    z-index: 100;
}

#home-boxes #hb-7 .title {
    font-size: 2rem;
}

#home-boxes #hb-8 {
    background-repeat: no-repeat;
    background-position: center center;
}

#home-boxes .hb-blue {
    background-color: #04508e;
    color: #FFF;
}

#home-boxes .hb-light-blue {
    background-color: #14a1e4;
    color: #FFF;
}

#home-boxes .hb-title {
    color: #3b3b3b;
    font-size: 3rem;
    margin: -4px 0 22px;
    font-weight: 400;
}

#home-boxes .hb-light-blue .hb-title,
#home-boxes .hb-blue .hb-title {
    color: #FFF;
}

#home-boxes .hb-light-blue a,
#home-boxes .hb-blue a {
    color: #69cfff;
}

#home-boxes .hb-light-blue a:hover,
#home-boxes .hb-blue a:hover {
    color: #FFF;
}

#news-arrows {
    position: absolute;
    top: 0;
    left: -49px;
}

#news-arrows span {
    display: block;
    width: 49px;
    height: 49px;
    line-height: 51px;
    text-align: center;
    font-size: 2.2rem;
    background-color: #15a1e4;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#news-arrows span:hover {
    background-color: #0A89C3;
}

#news-arrows span + span {
    background-color: #e8e8e8;
    color: #a4a4a4;
}

#news-arrows span + span:hover {
    background-color: #DDD;
    color: #a4a4a4;
}

#newsletter-box .icheckbox {
    background-image: url(../images/ifields-light.png);
}

#newsletter-box a {
    font-weight: 400;
    color: #FFF;
    text-decoration: underline;
}

#newsletter-box a:hover {
    text-decoration: none;
}

#newsletter-box input[type="text"] {
    border-color: #FFF;
    width: 190px;
    width: calc(100% - 50px);
    box-shadow: none;
    float: left;
}

#newsletter-box .form > li {
    margin-bottom: 19px;
}

#item-photos {
    float: left;
    margin: 0 40px 20px 0;
}

#item-photos > figure {
    margin-bottom: 10px;
}

#item-photos > figure > a {
    display: block;
    border: 1px #e8e8e8 solid;
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
}

#item-photos > figure > a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#item-photos > .thumbs {
    margin: 0 -5px;
    overflow: hidden;
}

#item-photos > .thumbs > li {
    padding: 0 5px;
    margin: 0;
    float: left;
    width: 33.333333%;
    margin-bottom: 10px;
}

#item-photos > .thumbs > li:nth-child(3n+1) {
    clear: both;
}

#item-photos > .thumbs > li:before {
    display: none;
    content: '';
}

#item-photos > .thumbs > li a {
    display: block;
    border: 1px #e8e8e8 solid;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#item-photos > .thumbs > li a img {
    vertical-align: middle;
    max-width: 100%;
}

#item-photos a:hover {
    border-color: #15a1e4 !important;
}

#item-price {
    background-color: #f3f3f3;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 48px;
}

#item-price .price {
    float: left;
    padding: 0;
    font-size: 1.8rem;
    margin: 10px 0 0 15px;
}

#item-price .price b {
    color: #04508e;
}

#item-price .btn {
    float: right;
}

#offer-intro-image {
    margin-bottom: 10px;
}

#offer-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

#featured-lists {
    background: #f8f8f8;
    padding: 32px 0 40px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
}

#featured-lists .section-title {
    font-size: 3rem;
    color: #565656;
    font-weight: 400;
    margin-bottom: 33px;
}

#bottom {
    background: #e9e9e9 url("../images/bg-bottom.png") no-repeat center bottom;
    padding: 40px 0;
}

#offer-bottom {
    width: 420px;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666;
    padding-bottom: 5px;
}

#offer-bottom .title {
    font-size: 3.8rem;
    font-weight: 400;
    color: #3b3b3b;
    margin-bottom: 25px;
}

#offer-bottom p {
    margin-bottom: 30px;
}

#newsletter-bottom {
    background-color: #FFF;
    padding: 30px 35px 35px;
    color: #525252;
    float: right;
    width: 390px;
    box-sizing: border-box;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .11);
}

#newsletter-bottom .title {
    margin: -3px 0 20px;
    padding: 0;
    font-size: 3rem;
    color: #3b3b3b;
    font-weight: 400;
}

#newsletter-bottom .form {
    padding-top: 8px;
    overflow: hidden;
}

#newsletter-bottom .form .accept {
    float: left;
    width: 190px;
    padding-top: 15px;
}

#newsletter-bottom .form .submit {
    float: right;
}

#footer {
    background-color: #04508e;
    color: #93b8d7;
    font-size: 1.5rem;
    padding: 35px 0;
}

#footer p {
    margin: 0;
}

#footer a,
#footer strong {
    color: #c3e4ff;
}

#footer a:hover {
    color: #FFF;
}

#footer .copy {
    float: left;
}

#footer .project {
    float: right;
}


/* ADDONS */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dots {
    position: absolute;
    top: -60px;
    right: 0;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li:before {
    display: none;
    content: '';
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px #a4a4a4 solid;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    border-color: #14a1e3;
}


/* RWD */

html.is-open,
.is-open body {
    overflow-y: hidden;
}

#mobile-menu-trigger {
    display: none;
    cursor: pointer;
    float: right;
    margin: 19px 0;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 13px;
    width: 45px;
}

#mobile-menu-trigger span {
    display: block;
    height: 2px;
    background: #FFF;
    margin: 5px 0;
    position: relative;
    border-radius: 1px;
}

#mobile-menu-trigger span:before,
#mobile-menu-trigger span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
}

#mobile-menu-trigger span:before {
    top: -5px;
}

#mobile-menu-trigger span:after {
    bottom: -5px;
}

#slide-sidebar {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
}

#slide-sidebar .slide-sidebar-container {
    /* all navigation content */
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.is-open #slide-sidebar {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.is-open #slide-sidebar .slide-sidebar-container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

#slide-top {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #ececec;
}

#slide-top .logo img {
    margin: 0 auto;
    max-width: 50%;
    height: auto;
    width: 90px;
    vertical-align: middle;
}

#slide-top #slide-close-btn {
    color: #737373;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    right: 10px;
}

#slide-menu {
    background-color: #fff;
}

#slide-menu ul {
    margin: 0;
    border-top: 1px solid #ececec;
}

#slide-menu ul li {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#slide-menu ul li:before {
    display: none;
}

#slide-menu ul li:first-child i {
    display: none;
}

#slide-menu ul li i {
    cursor: pointer;
    color: #bfbfbf;
    width: 46px;
    height: 46px;
    font-size: 2.2rem;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

#slide-menu ul li i.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#slide-menu ul li a {
    display: block;
    background: #fff;
    padding: 10px 15px;
    font-size: 1.8rem;
    text-align: center;
    color: #35353e;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#slide-menu ul li a:hover,
#slide-menu ul li a.active {
    background: #fff;
    color: #15A1E4;
}

#slide-menu ul li ul {
    margin: 0;
    padding: 0;
    display: none;
}

#slide-menu ul li ul li {
    border-top: 1px solid #eaeaea;
    border-bottom: 0 none;
}

#slide-menu ul li ul li:first-child {
    border-top: 0 none;
}

#slide-menu ul li ul li a {
    background: #F9F9F9;
    color: #737373;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 400;
}

#slide-menu ul li ul li a:hover,
#slide-menu ul li ul li a.active {
    background: #F9F9F9;
}

#slide-menu ul li ul li a i {
    display: none;
}

#slide-search {
    padding: 20px;
    background: #04508E;
}

#slide-search #top-search {
    float: none;
    margin: 0;
}

#slide-search #top-search .btn-search {
    display: none;
}

#slide-search #top-search .field {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    width: 100%;
    box-shadow: none;
}

#slide-languages {
    position: absolute;
    top: 23px;
    left: 20px;
    background: #15A1E4;
    z-index: 998;
}

#slide-languages #languages {
    float: none;
    margin: 0;
}

#slide-contact {
    text-align: center;
    padding: 20px;
    background-color: #F3F3F3;
}

#slide-contact strong {
    display: block;
    font-weight: 400;
}

#slide-contact a {
    font-size: 2.4rem;
    color: #04508E;
}

#slide-main {
    padding: 0;
    position: relative;
    z-index: 2;
    /* fix bug on iOS */
    height: 100vh;
    /*overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
    background: #04508E;
    box-shadow: -10px 0 100px rgba(0, 0, 0, 0);
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.is-open #slide-main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.shadow #slide-main {
    box-shadow: -10px 0 100px rgba(0, 0, 0, 0.8);
}

.selectric-default-wrapper {
    position: relative;
    margin: 0;
    width: 300px;
    cursor: pointer;
}

.selectric-default-responsive {
    width: 100%;
}

.selectric-default {
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px rgba(0, 0, 0, 0.08) inset;
    background: #FFF;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.selectric-default .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 38px 0 0;
    padding: 16px 0 15px 17px;
    line-height: 1;
    font-weight: 400;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    color: #717171;
}

.selectric-default .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: #717171;
    text-align: center;
    font-size: 1.6rem;
}

.selectric-default-hover .selectric-default {}

.selectric-default-hover .selectric-default .button {
    color: #545454;
}

.selectric-default-open {
    z-index: 9999;
}

.selectric-default-open .selectric-default {
    border-color: #15A1E4;
    background: #FFF;
}

.selectric-default-open .selectric-default .button {
    color: #545454;
}

.selectric-default-open .selectric-default-items {
    display: block;
}

.selectric-default-disabled {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-default-disabled .selectric-default {
    text-shadow: 1px 1px #FFF;
    border-color: #d9d9d9;
    background: #f2f2f2;
}

.selectric-default-disabled .selectric-default .label {
    color: #919191;
}

.selectric-default-disabled .selectric-default .button {
    color: #919191;
}

.selectric-default-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-default-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-default-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important;
}

.selectric-default-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-default-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    background: #FFF;
    border: 1px solid #15A1E4;
    z-index: -1;
}

.selectric-default-above .selectric-default-items {
    margin-top: 0;
    margin-bottom: -1px;
}

.selectric-default-items .selectric-default-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-default-above .selectric-default-items {
    top: auto;
    bottom: 100%;
}

.selectric-default-items ul,
.selectric-default-items li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.selectric-default-items li {
    display: block;
    padding: 11px 17px 12px !important;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #EEE;
    color: #717171;
    cursor: pointer;
    line-height: 1.25;
}

.selectric-default-items li.last {
    border-bottom: 0 none;
}

.selectric-default-items li:before {
    display: none;
    content: '';
}

.selectric-default-items li.selected {
    background: #F3F3F3;
    color: #717171;
}

.selectric-default-items li:hover {
    background: #F3F3F3;
    color: #717171;
}

.selectric-default-items li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default;
}

.wysiwyg-text img {
    height: auto !important;
    max-width: 100% !important;
}

.wysiwyg-text .img-left,
.wysiwyg-text .img-right {
    max-width: 50%;
}

.wysiwyg-text .img-left img,
.wysiwyg-text .img-right img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.wysiwyg-text .img-center img {
    max-width: 100% !important;
    height: auto !important;
}

.wysiwyg-text ul > li {
	overflow: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1200px),
screen and (min-width: 481px) and (max-width: 640px),
screen and (max-width: 380px) {
    .short-news .news .title {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 961px) and (max-width: 1200px),
screen and (min-width: 641px) and (max-width: 860px),
screen and (max-width: 460px) {
    #item-price .price {
        margin-bottom: 10px;
    }
    #item-price .btn {
        float: none;
        width: 100%;
    }
}

@media screen and (min-width: 961px) and (max-width: 1200px),
screen and (max-width: 860px) {
    .wysiwyg-text .iframe-rwd {
        position: relative;
        padding-bottom: 65.25%;
        height: 0;
        overflow: hidden;
    }
    .wysiwyg-text .iframe-rwd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 961px) and (max-width: 1024px),
screen and (max-width: 640px) {
    .gallery.gallery-col-3 li {
        width: 50%;
    }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h3,
    .lead {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 641px) and (max-width: 800px),
screen and (width: 480px) {
    .showcases-list .item a .title {
        font-size: 1.8rem;
    }
    .showcases-list .item a figure .btn {
        font-size: 1.4rem;
    }
    .showcases-list .item a figure .btn .ico {
        display: none;
    }
    .showcases-list .item a figure .btn.btn-ico-right {
        padding-right: 19px;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1275px) {
    #news-arrows {
        display: none;
    }
}

@media screen and (max-width: 1210px) {
    .items-list .item a:before {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
}

@media screen and (max-width: 1200px) {
    #mobile-menu-trigger {
        display: block;
    }
    .download li a span {
        float: none;
    }
    .home #main:before {
        display: none;
    }
    .table-scroll-wrapper {
        overflow-x: auto;
        overflow: auto;
        padding-bottom: 15px;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #C8C8C8), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #C8C8C8), color-stop(100%, rgba(195, 195, 197, 0)));
        background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #C8C8C8, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #C8C8C8, rgba(195, 195, 197, 0));
        background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #C8C8C8, rgba(195, 195, 197, 0)), linear-gradient(right, #C8C8C8, rgba(195, 195, 197, 0));
        background-position: 0 0, 100% 0, 0 0, 100% 0;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 12em 100%, 12em 100%, 3em 100%, 3em 100%;
        background-attachment: local, local, scroll, scroll;
    }
    #home-boxes #hb-1,
    #home-boxes #hb-2 {
        width: 100%;
        height: auto;
    }
    #home-boxes #hb-1 {
        padding-right: 175px;
    }
    #home-boxes #hb-2 {
        margin-bottom: 5px;
    }
    #home-boxes #hb-8 {
        display: none;
    }
    #home-boxes #hb-7 {
        width: 100%;
    }
    #home-boxes #hb-7:after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .location-popup #location-map {
        height: 350px;
    }
    .page-selectors {
        text-align: center;
    }
    .page-selectors .fields {
        margin-right: 0;
        text-align: left;
    }
    .page-selectors .btn {
        position: relative;
        right: auto;
        top: auto;
    }
    .page-selectors .col-3 {
        width: 50%;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 1023px) {
    #home-boxes #hb-3,
    #home-boxes #hb-4 {
        width: 100%;
    }
    #home-boxes #hb-7 {
        height: auto;
        border-top: 5px #E9E9E9 solid;
    }
    #bottom {
        background-image: none;
    }
}

@media screen and (max-width: 960px) {
    #slider {
        height: 450px;
    }
    #slider .slide .text {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 35px 30px;
    }
    #slider .slide .text .title {
        font-size: 3.5rem;
    }
    .home #main #home-boxes {
        margin-top: 0;
    }
    #main #wrap {
        display: block;
        width: 100%;
    }
    #main #sidebar {
        display: block;
        min-width: 100%;
        width: 100%;
        margin-bottom: 45px;
    }
    #main #sidebar + #content {
        display: block;
        padding-left: 0;
        width: 100%;
        clear: both;
    }
    #newsletter-box {
        margin-bottom: 0;
    }
    #nav-box {
        display: none;
    }
    #bottom {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    #offer-bottom,
    #newsletter-bottom {
        float: none;
        width: 100%;
        position: relative;
        top: auto;
    }
    #offer-bottom {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    #newsletter-bottom {
        float: none;
        margin-top: 35px;
    }
}

@media screen and (max-width: 800px) {
    .items-list-short .item.col-3 {
        width: 50%;
    }
    .items-list-short .item.col-3:nth-child(4n+1) {
        clear: none;
    }
    .items-list-short .item.col-3:nth-child(2n+1) {
        clear: both;
    }
    .tabs.i-2 > li {
        width: 100%;
    }
    .tabs.i-2 > li + li {
        margin-top: 10px;
    }
    .tabs.i-2 > li a:after {
        display: none !important;
    }
    .items-list .item.col-3 {
        width: 33.333333%;
    }
    .items-list .item.col-3:nth-child(4n+1) {
        clear: none;
    }
    .items-list .item.col-3:nth-child(3n+1) {
        clear: both;
    }
    .contact-data .col-3.item {
        width: 50%;
        margin-bottom: 20px;
    }
    .contact-data .item.col-3:nth-child(4n+1) {
        clear: none;
    }
    .contact-data .item.col-3:nth-child(2n+1) {
        clear: both;
    }
    .contact-data + .contact-data {
        border-top: 0 none;
        padding-top: 0;
    }
    #under-top .page-title h1,
    #under-top .page-title strong {
        font-size: 3rem;
    }
    #footer {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer .copy,
    #footer .project {
        float: none;
        line-height: 1.25;
    }
    #footer .project {
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    #featured-lists .col-6 {
        width: 100%;
    }
    #featured-lists .col-6 + .col-6 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h3,
    .lead {
        font-size: 2.2rem;
    }
    .pagination {
        text-align: center;
    }
    .pagination ol li:not([class]) {
        display: none;
    }
    .pagination ol li.prev .pagination ol li.active .pagination ol li.next {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 2.6rem;
    }
    h2 {
        font-size: 2.6rem;
    }
    h3,
    .lead {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.6rem;
    }
    h6 {
        font-size: 1.6rem;
    }
    #under-top .page-title h1,
    #under-top .page-title strong {
        font-size: 2.8rem;
    }
    #contact-form .col-4 {
        width: 100%;
    }
    #contact-form .col-4 + .col-4 {
        margin-top: 15px;
    }
    #contact-form li.captcha.inline {
        float: none;
    }
    #contact-form li.captcha.inline label {
        float: none;
        display: block;
        margin: 0 0 13px;
    }
    #contact-form li.submit {
        float: none;
    }
    .default-list > li figure {
        float: none;
        margin: 0 auto 20px;
        width: 60%;
    }
    .default-list > li figure img {
        display: block;
        width: 100%;
        height: auto;
    }
    #item-photos {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
    }
    #item-photos > figure > a > img {
        display: inline;
        vertical-align: middle;
    }
    .showcases-list .item.col-4 {
        width: 50%;
    }
    .showcases-list .item.col-4:nth-child(3n+1) {
        clear: none;
    }
    .showcases-list .item.col-4:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (max-width: 639px) {
    .location-popup .location-title h3 {
        font-size: 1.8rem;
        margin-bottom: 3px;
    }
    .form.compact li label {
        width: 100%;
        margin: 0 0 10px;
        text-align: left;
    }
    .form.compact li .field {
        margin-left: 0;
        clear: both;
    }
    #site-logo {
        width: 115px;
    }
    #site-logo img {
        width: 100%;
        height: auto;
    }
    #under-top .page-title {
        margin: 38px 0 22px 0;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    #offer-bottom .title {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
    #newsletter-bottom .title,
    #featured-lists .section-title,
    #home-boxes .hb-title {
        font-size: 2.8rem;
    }
    .slick-dots {
        top: -62px;
    }
    .default-list > li figure {
        width: 100%;
    }
    .page-selectors .col-3 {
        width: 100%;
    }
    .page-selectors .btn {
        width: 100%;
        display: block;
    }
    .items-list .item.col-3 {
        width: 50%;
    }
    .items-list .item.col-3:nth-child(3n+1) {
        clear: none;
    }
    .items-list .item.col-3:nth-child(2n+1) {
        clear: both;
    }
    .items-list .item.col-4 {
        width: 50%;
    }
    .items-list .item.col-4:nth-child(3n+1) {
        clear: none;
    }
    .items-list .item.col-4:nth-child(2n+1) {
        clear: both;
    }
    .wysiwyg-text .img-left,
    .wysiwyg-text .img-right {
        max-width: 100% !important;
        float: none !important;
        margin: 0 0 20px !important;
        text-align: center !important;
    }
    .wysiwyg-text .img-left img,
    .wysiwyg-text .img-right img {
        display: inline-block !important;
        height: auto !important;
        max-width: 100% !important;
        width: auto !important;
    }
    .wysiwyg-text .img-center img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }
    #slider {
        height: 400px;
    }
    #slider .slide .text {
        padding: 25px 20px;
    }
    #slider .slide .text .title {
        font-size: 2.8rem;
    }
    #home-boxes #hb-1,
    #home-boxes #hb-2 {
        background-image: none;
        padding-right: 35px;
    }
    #home-boxes #hb-2 {
        margin-bottom: 20px;
    }
    #home-boxes #hb-5 {
        width: 100%;
    }
    #home-boxes #hb-6 {
        width: 100%;
        height: auto;
    }
    #home-boxes #hb-6 a {
        padding-bottom: 220px;
    }
    #home-boxes #hb-7 {
        border-top: 0 none;
    }
}

@media screen and (max-width: 479px) {
    #contact-form li.captcha .field {
        width: 100%;
        float: none;
    }
    #contact-form li.captcha input[type="email"],
    #contact-form li.captcha input[type="text"] {
        width: 100%;
        clear: both;
        margin: 5px 0 0 0;
    }
    #contact-form li.submit .btn {
        display: block;
        width: 100%;
    }
    #newsletter-bottom .form li {
        margin: 0 0 15px;
        padding: 0 !important;
    }
    #newsletter-bottom .form .accept {
        float: none;
        width: 100%;
    }
    #newsletter-bottom .form .submit {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    .slick-dots {
        top: -64px;
    }
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    #slider .slide .text .title {
        font-size: 2.5rem;
    }
    #offer-bottom .title {
        font-size: 2.8rem;
        margin-bottom: 15px;
    }
    #newsletter-bottom .title,
    #featured-lists .section-title,
    #home-boxes .hb-title {
        font-size: 2.6rem;
    }
    .slick-dots {
        top: -61px;
    }
    .items-list .item.col-3,
    .items-list .item.col-4 {
        width: 100%;
        clear: both;
    }
    #home-boxes .item {
        padding: 20px 25px 0;
    }
    #home-boxes #hb-6 a {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .short-news .news a {
        padding: 20px 25px 0;
    }
    .contact-data .col-3.item {
        width: 100%;
    }
    .gallery.gallery-col-3 li {
        width: 100%;
    }
    .alert {
        padding-left: 20px;
    }
    .alert:before {
        display: none;
    }
    .location-popup #location-map {
        height: 250px;
    }
    .items-list-short .item.col-3 {
        width: 100%;
        clear: both;
    }
    .showcases-list .item.col-4 {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 359px) {
    #slide-languages {
        position: static;
        padding: 20px;
    }
    #slider {
        height: 300px;
    }
    #slider .slide .text .title {
        font-size: 2rem;
    }
    #slide-languages #languages span .ico {
        float: right;
        margin: 12px 0 0 0;
    }
    .tabs > li > a {
        font-size: 1.8rem;
    }
}

.quick-contact span {
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: -7px;
    text-transform: uppercase;
}

.nav-tabs > li:before,
.tab-content > li:before {
    content: '';
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    font-size: 13px;
    text-align: center;
}
.gallery img {
    border: 0 !important;
}

.wdpu-buttons {
    /*width: calc(100% - 40px);*/
    position: static !important;
}
.wdpu-buttons a {
    clear: both !important;
    display: table !important;
    margin: 0 auto!important;
    margin-bottom: 20px!important;
}
.wdpu-196 .wdpu-msg-inner {
    background-color: #fff !important;
}
.wdpu-196 .wdpu-text {
    background-color: #fff !important;
}
.wdpu-196 .wdpu-msg {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.wpmui-popup {
    margin: 0 !important;
    background-color: rgba(0,32,59,.7) !important;
}
#wpmu-install-dashboard {
    display: none !important;
}
.right {
    position: relative;
    height: 60px;
    right: 0;
}
.right a {
    position: absolute;
    right: 0;
    padding-right: 42px !important;
    min-width: 165px;
}
#item-price .btn {
    min-width: 165px;
}
.checkbox-list {
  margin-bottom: 20px;
}
li.submit.cmb {
  text-align: center;
}
.wdpu-content .email{
  text-align: center;
}
.wdpu-head {
  text-align: center;
}

.children {
    margin: 0 -5px 35px -5px;
}

.children > li {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .children > li {
        width: 100%;
    }
}


.children > li:before {
    display: none;
    content: '';
}

.children > li > a {
    display: block;
    background-color: #f3f3f3;
    color: #717171;
    font-weight: 400;
    padding: 17px 65px 17px 23px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.children > li > a.active,
.children > li.active > a,
.children > li > a:hover {
    background-color: #14a1e4;
    color: #FFF;
}
.row-medium .col-4 .email-396 input{
  width: 100%;
}
@media (max-width: 800px) {
  .wdpu-679 .wdpu-msg {
    max-width: 80% !important;
    margin: 20px 0 !important;
  }
  .row-medium .col-4{
    width: 100%;
  }
  .row-medium .col-4 .email-396 input{
    width: 100%;
  }
}
.wdpu-196 .wdpu-text {
    padding-bottom: 20px !important;
}
@media (min-width: 800px) {
.elements__triple {
    width: 33.3333% !important;
    padding: 0 11px 0 12px!important;
}

.elements__triple:first-child {
    padding-left: 5px!important;
    padding-right: 18px!important;
}
.elements__triple:last-child {
    padding-right: 4px!important;
    padding-left: 19px!important;
}
}
.slide-sidebar-container span{
    /*display: none;*/
}
