﻿.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*! jQuery UI - v1.11.0 - 2014-07-12
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=%23dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=%23dddddd&fcHeader=%23444444&iconColorHeader=%230050A0&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23dddddd&fcContent=%23444444&iconColorContent=%234BC216&bgColorDefault=%23f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=%23dddddd&fcDefault=%230050A0&iconColorDefault=%23666666&bgColorHover=%230050A0&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=%230050A0&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23dddddd&fcActive=%234BC216&iconColorActive=%23454545&bgColorHighlight=%23ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23cccccc&fcHighlight=%23444444&iconColorHighlight=%230050A0&bgColorError=%23ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=%234BC216&fcError=%23222222&iconColorError=%234BC216&bgColorOverlay=%23eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("../page/core/site/dsg/jquery-ui/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
    max-height: 300px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    background: none !important;
    border: none !important;
    position: relative
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff url("../page/core/site/dsg/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #444444
}

.ui-widget-content a {
    color: #444444
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #dddddd url("../page/core/site/dsg/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
    color: #444444;
    font-weight: 700
}

.ui-widget-header a {
    color: #444444
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #dddddd;
    background: #ffffff
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #0050A0;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #0050A0;
    background: #15589b;
    font-weight: 700;
    color: #ffffff
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #ffffff url("../page/core/site/dsg/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: 700;
    color: #4BC216
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #4BC216;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #cccccc;
    background: #ffffff url("../page/core/site/dsg/jquery-ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
    color: #444444
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #444444
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #4BC216;
    background: #ffffff url("../page/core/site/dsg/jquery-ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #222222
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #222222
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../page/core/site/dsg/jquery-ui/ui-icons_4BC216_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../page/core/site/dsg/jquery-ui/ui-icons_0050A0_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("../page/core/site/dsg/jquery-ui/ui-icons_666666_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("../page/core/site/dsg/jquery-ui/ui-icons_ffffff_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("../page/core/site/dsg/jquery-ui/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("../page/core/site/dsg/jquery-ui/ui-icons_0050A0_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../page/core/site/dsg/jquery-ui/ui-icons_4BC216_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 2px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 2px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 2px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 2px
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    min-width: 100%
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-wrapper>.scroll-element,
.scroll-wrapper>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scroll-wrapper>.scroll-element {
    background-color: #ffffff
}

.scroll-wrapper>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scroll-wrapper>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scroll-wrapper>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scroll-wrapper>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.scroll-wrapper>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scroll-wrapper>.scroll-element .scroll-element_track {
    background-color: #ffffff
}

.scroll-wrapper>.scroll-element .scroll-element_outer,
.scroll-wrapper>.scroll-element .scroll-element_track,
.scroll-wrapper>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.scroll-wrapper>.scroll-element .scroll-bar {
    background-color: #0064AF
}

.scroll-wrapper>.scroll-element .scroll-bar:hover {
    background-color: #0064AF
}

.scroll-wrapper>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #ffffff
}

.scroll-wrapper>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scroll-wrapper>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scroll-wrapper>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

div.tabs {
    box-sizing: border-box;
    display: table;
    position: relative;
    width: 100%
}

div.tabs.active {
    background: #FFFFFF
}

div.tabs>div {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: 1px solid transparent;
    display: table-cell;
    text-align: center;
    white-space: nowrap
}

div.tabs div.dropdown {
    background: #FFFFFF;
    border: none;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

div.tabs>div kbd {
    display: inline-block
}

div.tabs.justify>div.left,
div.tabs.justify>div.right {
    display: none;
    width: 20px
}

div.tabs.justify>div kbd {
    width: 3px
}

div.tabs.left>div.left kbd,
div.tabs.right>div.right kbd {
    width: 20px
}

div.tabs.left div.right,
div.tabs.right div.left {
    width: 100%
}

div.tabs.center div.right,
div.tabs.center div.left {
    width: 50%
}

div.tabs div.tab {
    border: 1px solid #F1F1F1;
    padding: 0
}

div.tabs div.tab.active {
    border-bottom: 1px solid #FFFFFF;
    padding: 0
}

div.tabs div.tab.first {
    border-radius: 3px 0 0 0
}

div.tabs div.tab.last {
    border-radius: 0 3px 0 0
}

div.tabs div.dropdown div.tab {
    border-top: none;
    border-bottom: 1px solid #D0D3D9;
    border-left: 1px solid #D0D3D9;
    border-right: 1px solid #D0D3D9
}

div.tabs div.tab a {
    background: #F1F1F1;
    border: 1px solid transparent;
    color: #444444;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none
}

div.tabs div.tab.active a {
    background: #ffffff
}

div.tabs div.tab a i {
    color: #a5a5a5;
    display: none;
    font-size: 34px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px
}

div.tabs div.dropdown i {
    display: none !important
}

div.tabs-contents div.tab-content {
    display: none
}

div.tabs-contents div.tab-content.active {
    display: block
}

@media only screen and (max-width:767px) {
    div.tabs>div {
        display: none
    }
    div.tabs div.tab.active {
        border-bottom: 2px solid #A5A5A5;
        display: block
    }
    div.tabs div.tab a {
        font-size: 20px;
        padding: 10px 20px
    }
    div.tabs div.tab a i.fa-angle-down,
    div.tabs.active div.tab a i.fa-angle-up {
        display: block
    }
    div.tabs.active div.tab a i.fa-angle-down {
        display: none
    }
    div.tabs.active div.dropdown {
        display: block
    }
    div.tabs-contents div.tab-content {
        padding: 0
    }
}

    height: 6px;
    width: 6px;
    background: #0064AF;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 5px;
    left: 0
}

.text li,
.text p {
    line-height: 24px
}

span.grey {
    color: grey
}

span.light-grey {
    color: #A0A0A0
}

span.t-small {
    font-size: 12px
}

@media screen and (max-width:768px) {
    table th {
        padding: 8px;
    
    }
    table td {
        padding: 8px;
      
    }
}

.error {
    color: #E82727
}


.clear-after:after {
    clear: both;
    float: none;
    display: block;
    content: "";
    height: 0
}


.btn-transparent {
    background: none
}

.btn-red {
    background: #E82727
}

.btn-red:hover {
    background: #C82727
}

.btn-blue-light-dashed {
    background: rgba(255, 255, 255, .8);
    border: 1px dashed #0064AF80;
    color: #0064AF;
    font-weight: 400
}


.btn-white {
    background: #fff;
    color: #0064AF
}

.btn-orange {
    background: #F67D0F
}

.btn-blue-border {
    color: #0064AF;
    border: 1px solid #0064AF;
    font-weight: 400
}

.btn.more {
    position: relative;
    padding-right: 0
}

.btn.more:after {
    content: "+";
    height: 100%;
    display: block;
    float: right;
    border-left: 1px solid #0064AF;
    text-align: center;
    width: 40px;
    margin-left: 20px;
    font-size: 30px
}

.btn.more.clicked:after {
    content: "-"
}

.btn.more:hover:after {
    background: #0064AF;
    color: #fff
}

.btn .fa {
    line-height: inherit;
    margin-left: 5px
}

.fa-map-marker:before {
    font-family: "icomoon", sans-serif;
    content: "\e943"
}

.ui-widget-content a,
.orange-link,
.back {
    color: #F67D0F;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

.back:before {
    content: "< "
}

.orange-link.small {
    font-size: 11px
}

.uppercase {
    text-transform: uppercase
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

.pull-left {
    float: left
}

.pull-right {
    float: right !important
}

.d-block {
    display: block
}

.go-to-center {
    margin-left: auto;
    margin-right: auto;
    float: none !important
}

.ipadframe {
    border: 10px solid #000;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.ipadframe img {
    width: 100%;
    border-radius: 10px
}

a {
    color: #F67D0F;
    cursor: pointer
}

a.orange {
    color: #F67D0F
}

span.red {
    color: #C1292E
}

a.close {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    position: relative
}

a.close:before,
a.close:after {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    position: relative;
    background: #0064af;
    position: absolute;
    top: 0;
    left: 0
}

a.close:before {
    transform: rotate(-45deg) translate(5px, 5px)
}

a.close:after {
    transform: rotate(45deg) translate(5px, -5px)
}

a.remove {
    color: #0061AD;
    text-decoration: none;
    opacity: .5
}

a.remove:hover {
    opacity: 1
}

a.info {
    display: inline-block;
    border: 1px solid #0064AF;
    color: #0064AF;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 14px;
    text-decoration: none;
    font-size: 12px;
    box-sizing: border-box;
    position: relative
}

a.info:hover {
    background: #0064AF;
    color: #fff
}

a.circle {
    border: 1px solid #C2DAEC;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 100%;
    box-sizing: border-box;
    text-decoration: none;
    position: relative
}

a.circle.orange {
    background: #F67D0F;
    border-color: #F67D0F
}

a.circle.orange:after {
    display: block;
    content: "•••";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 30px
}

a.circle.green {
    background: #44A636;
    border-color: #44A636;
    text-align: center;
    font-size: 24px
}

a.circle.grey {
    background: #D8D8D8;
    color: #202020
}

a.circle.check:before {
    content: "\e938";
    font-family: "icomoon", sans-serif;
    color: #fff;
    height: 36px;
    line-height: 36px
}

.toggler {
    background: #C2DAEC;
    width: 280px;
    height: 48px;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 48px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.toggler:after {
    content: "";
    display: block;
    clear: both;
    float: none;
    height: 0
}

.toggler:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 46px;
    background: #fff;
    width: 136px;
    transition: all .2s
}

.toggler span {
    opacity: 1;
    transition: all .2s
}

.toggler.togg2-s:before {
    left: 140px
}

.toggler.togg2-s .togg2 span,
.toggler.togg1-s .togg1 span {
    opacity: .5
}

.toggler span {
    line-height: 46px;
    display: inline-block;
    margin: 0 15px 0 0
}

.toggler a {
    color: #0064AF;
    font-weight: 700;
    display: block;
    height: 46px;
    line-height: 46px;
    width: 50%;
    float: left;
    text-decoration: none;
    text-align: center;
    position: relative
}

.toggler.type-2 {
    background: #44A636;
    text-transform: uppercase;
    transition: all .2s;
    position: relative;
    width: 183px
}

.toggler.type-2.unpublished {
    background: #E82727
}

.toggler.type-2 a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.toggler.type-2 a span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2px 10px 0 20px;
    display: block;
    margin: 0;
    text-align: left
}

.toggler.type-2 a span.nonpub {
    text-align: right;
    display: none
}

.toggler.type-2.unpublished span {
    display: none
}

.toggler.type-2.unpublished span.nonpub {
    display: block
}

.toggler.type-2:before {
    left: calc(100% - 48px);
    width: 46px
}

.toggler.type-2.unpublished:before {
    left: 2px
}

@media screen and (max-width:768px) {
    .toggler.big {
        clear: both;
        margin-bottom: 20px
    }
    .orange-link,
    .back {
        font-size: 12px
    }
}

@media screen and (min-width:436px) {
    .toggler.big {
        width: 436px;
        margin-bottom: 30px
    }
    .toggler.big:before {
        width: 214px
    }
    .toggler.big.togg2-s:before {
        left: 220px
    }
}

@media screen and (max-width:436px) {
    .toggler.big {
        clear: both
    }
    .toggler.big {
        width: 100%
    }
    .toggler.big:before {
        width: 49.5%
    }
    .toggler.togg2-s:before {
        left: 50%
    }
}

.sharer {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #00000029;
    padding: 22px;
    position: relative
}

.sharer:before {
    background: #FFFFFF;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: -8px;
    left: 96%;
    transform: translate(-50%, 0) rotate(45deg);
    position: absolute
}

.sharer p.view {
    float: left;
    height: 46px;
    line-height: 46px;
    color: #A0A0A0;
    margin: 0
}

.sharer p.view a.orange-link {
    display: inline-block;
    margin: 0 20px
}

.sharer .social {
    float: right
}

.social span.label {
    font-size: 14px;
    line-height: 48px;
    display: inline-block;
    color: #A0A0A0;
    text-transform: uppercase
}

.social a {
    border: 2px solid #3D66A8;
    color: #3D66A8;
    text-align: center;
    line-height: 46px;
    height: 48px;
    width: 48px;
    font-size: 24px;
    display: inline-block;
    margin: 0 20px
}

.social a:hover {
    color: #ffff;
    background: #3D66A8
}

.social a:hover .small-tooltip {
    display: block
}

.social a.tw {
    border-color: #31A1F1;
    color: #31A1F1
}

.social a.tw:hover {
    color: #fff;
    background: #31A1F1
}

.social a.link {
    border-color: #A0A0A0;
    color: #A0A0A0
}

.social a.hover {
    background: #A0A0A0;
    color: #fff
}

.social a i {
    line-height: inherit
}

.social a .small-tooltip {
    line-height: 12px;
    width: auto;
    white-space: nowrap;
    transform: translate(-32%, -30px)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sharer {
        text-align: center
    }
    .sharer p.view {
        float: none
    }
    .sharer .social {
        float: none
    }
    .social a {
        margin: 0 12px
    }
}

@media screen and (max-width:768px) {
    .sharer p.view {
        float: none;
        height: auto;
        line-height: 20px
    }
    .sharer .social {
        float: none
    }
    .sharer p.view {
        font-size: 10px
    }
    .sharer p.view a.orange-link {
        margin: 0;
        display: block;
        font-size: 12px
    }
    .social a {
        margin: 0 5px
    }
}

.toggler.small {
    width: 48px;
    height: 24px;
    padding: 1px;
    font-weight: 300
}

.toggler.small a {
    font-size: 7px;
    color: #fff;
    height: 22px;
    line-height: 22px
}

.toggler.small:before {
    width: 23px;
    border-radius: 23px
}

.toggler.small {
    background: #E82727
}

.toggler.small.togg2-s {
    background: #44A636
}

.toggler.small.togg2-s:before {
    left: calc(50% - 1px)
}

.baseline *,
.baseline {
    vertical-align: baseline;
    display: inline
}

.sticker {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 10px 0;
    box-sizing: border-box;
    font-weight: 700
}

.sticker span {
    display: block;
    font-size: 22px;
    transform: rotate(180deg) translate(0, -4px)
}

.sticker.round {
    border-radius: 100%;
    width: 105px;
    height: 105px
}

.sticker.orange {
    background: #F67D0F;
    color: #fff
}

.sticker.red {
    background: #C82727;
    color: #fff
}

.sticker.smile {
    background-image: url('../page/custom/site/dsg/smile.png');
    background-position: center 90%;
    background-repeat: no-repeat
}

.sticker.price {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding: 30px 15px;
    display: inline-block;
    margin: 0 auto;
    box-sizing: border-box
}

.sticker.price strong {
    display: block;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700
}

.sticker .strike {
    font-style: normal;
    background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 50%
}

span.small-tooltip {
    position: absolute;
    width: 190px;
    bottom: 28px;
    left: 0;
    transform: translate(-47%, 0);
    background: #0064AF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .29);
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    text-transform: none;
    line-height: 20px;
    border-radius: 2px
}

span.small-tooltip:after {
    background: #0064AF;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    position: absolute
}

span.small-tooltip em {
    font-style: normal;
    display: block;
    white-space: nowrap
}

span.small-tooltip.below {
    bottom: auto;
    top: 29px
}

span.small-tooltip.below:after {
    bottom: auto;
    top: -5px
}

span.small-tooltip a.info {
    position: absolute;
    left: 107%;
    top: 15px
}

span.small-tooltip.grey,
span.small-tooltip.grey:after {
    background: #acadae
}

span.small-tooltip.orange,
span.small-tooltip.orange:after {
    background: #F67D0F
}

.info:hover span.small-tooltip {
    display: block
}

.tooltip-holder {
    position: relative
}

.tooltip-holder:hover span.small-tooltip {
    display: block
}

.data {
    padding-bottom: 10px;
    margin-bottom: 30px
}

.data span {
    display: block;
    text-transform: uppercase;
    color: #A0A0A0;
    font-size: 12px;
    letter-spacing: .3px
}

.data em {
    display: block;
    font-style: normal;
    color: #202020;
    font-size: 14px;
    letter-spacing: .35px
}

.data span.tooltip-holder {
    display: block;
    width: 200px
}

.data span.small-tooltip {
    color: #fff;
    text-align: center;
    left: 50%;
    text-transform: none
}

.data span.small-tooltip.below {
    top: 14px
}

div.tabs {
    border-radius: 24px;
    padding: 2px;
    display: block;
    text-align: center
}

div.tabs div.tab:nth-child(2) {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-left: 2px
}

div.tabs div.tab {
    border: 0;
    background: #D5E5F1;
    padding: 2px 0;
    height: 48px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 -2px;
    position: relative;
    z-index: 1
}

div.tabs div.tab:nth-last-child(2) {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-right: 2px
}

div.tabs div.tab.active {
    border: 0;
    padding-top: 2px;
    padding-bottom: 2px
}

div.tabs div.tab a {
    display: inline-block;
    border-radius: 22px;
    padding: 0 20px;
    background: #ffffff00;
    color: #0064AF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    line-height: 44px
}

div.tabs .tab.active a {
    background: #fff
}

.tabs-contents {
    padding-top: 85px
}

.white-box {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .29)
}

sub {
    vertical-align: sub;
    font-size: 70%
}

sup {
    vertical-align: super;
    font-size: 70%
}

div.tools-nav {
    margin: 3px 0 0;
    padding: 2px 15px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    position: relative;
    float: right
}

div.tools-nav a.trigg {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0
}

div.tools-nav a.trigg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    border-right: 4px dotted #fff
}

ul.tools-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .29);
    border-radius: 2px;
    position: absolute;
    top: calc(100% + 8px);
    right: 0
}

ul.tools-nav li {
    padding: 5px
}

ul.tools-nav li:before {
    display: none
}

ul.tools-nav {
    width: 130px
}

ul.tools-nav li {
    border-bottom: 1px solid #D5E5F1
}

ul.tools-nav a {
    color: #0064AF;
    opacity: .5;
    text-decoration: none;
    padding: 4px 10px;
    display: block
}

ul.tools-nav li:nth-last-child(1) {
    border-bottom: 0
}

ul.tools-nav a span {
    display: inline-block;
    margin: 3px 10px 0 0;
    width: 16px;
    text-align: center
}

ul.tools-nav a:hover {
    opacity: 1
}

form li.select label {
    color: #A0A0A0;
    display: block;
    padding-bottom: 10px
}

form li.input\:text label span {
    color: #D8D8D8
}

form li.textarea {
    padding-top: 5px
}

form li.textarea label {
    font-size: 14px;
    color: #A0A0A0;
    opacity: 1;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .2s;
    opacity: 1
}

form li.textarea label {
    z-index: 0
}

form li.textarea textarea {
    z-index: 1;
    position: relative;
    height: 80px;
    font-size: 14px
}

form li.textarea .active label,
form li.textarea.focused label {
    top: -20px
}

form li.input\:email .active label,
form li.input\:password .active label,
form li.input\:text .active label {
    top: 0
}

form li.focused.input\:email label,
form li.focused.input\:password label,
form li.focused.input\:text label {
    top: 0
}

form li.input\:email .active label.dissapear,
form li.input\:password .active label.dissapear,
form li.input\:text .active label.dissapear {
    top: 0;
    opacity: 0
}

form li.focused.input\:email label.dissapear,
form li.focused.input\:password label.dissapear,
form li.focused.input\:text label.dissapear {
    top: 0;
    opacity: 0
}

form li .icon-check,
form li .img,
form li .img,
form li .icon-help,
form li .icon-lock,
form li .icon-eye {
    position: absolute;
    top: 21px;
    right: 10px;
    text-decoration: none;
    color: #0064AF;
    z-index: 10
}

form li .icon-check {
    top: 24px;
    color: #0064AF;
    font-size: 16px
}

form li.input\:email input,
form li.input\:password input,
form li.input\:text input {
    position: relative;
    z-index: 2;
    font-size: 14px
}

form li.description {
    padding-bottom: 20px
}

form li.select,
form li.input\:email,
form li.input\:password,
form li.input\:text {
    padding-top: 20px;
    padding-bottom: 40px
}

form li.select .select2-selection__rendered {
    font-size: 14px
}

form li.select .select2.select2-container {
    text-align: left
}

form li.select .select2 .select2-selection {
    display: block;
    position: relative
}

form li.select .select2 .select2-selection__rendered {
    color: #A0A0A0;
    display: block;
    padding-right: 30px
}

form li.checkbox .options div {
    clear: both;
    padding-bottom: 10px
}

form li.checkbox .options label:before {
    content: "";
    font-family: "icomoon", sans-serif;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
    float: left;
    margin: 0 6px 10px 0;
    border-radius: 2px
}

form li.checkbox .options input:checked+label:before {
    content: "\e937";
    color: #fff;
    background: #44A636;
    border-color: #44A636
}

form li.checkbox .options input[type="checkbox"] {
    display: none
}

form li.checkbox .user-adding {
    position: relative
}

form li.checkbox .user-adding .remove {
    position: absolute;
    top: 5px;
    right: 10px
}

form li.checkbox .user-adding input[type="text"] {
    width: calc(100% - 30px)
}

form .error input {
    color: #E82727;
    border-color: #E82727
}

form .error {
    color: #E82727
}

form .error p {
    color: #E82727
}

form .error strong.error {
    font-weight: 400;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin-top: 10px
}

form li.radio .options label {
    cursor: pointer;
    color: #a0a0a0;
    position: relative;
    padding-left: 30px
}

form li.radio .options input {
    display: none
}

form li.radio .options label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #C2DAEC;
    border-radius: 100%;
    box-sizing: border-box;
    line-height: 6px;
    font-size: 50px;
    text-align: center;
    color: #0064AF;
    position: absolute;
    top: 0;
    left: 0
}

form li.radio .options label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-sizing: border-box;
    background: #0064AF;
    position: absolute;
    top: 3px;
    left: 3px;
    display: none
}

form li.radio .options input:checked+label:after {
    display: block
}

form li.radio .options label img {
    margin-left: 30px
}

form li.radio .options div {
    clear: both;
    padding-bottom: 10px
}

form li.select span.select2 {
    display: block;
    color: #202020;
    border-bottom: 1px solid #A0A0A0;
    padding-bottom: 2px
}

form li.select span.select2 .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 15px
}

.sys-hidden {
    display: none
}

form li.submit {
    padding-top: 50px
}

form li.submit button.btn {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.modal form li.submit {
    text-align: center;
    padding-bottom: 40px
}

.row-full-height.modal form li.submit {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0
}

.modal form ul {
    margin-left: 0;
    margin-right: 0
}

.modal form li.submit.f-w30 {
    padding: 0
}

.modal form li.submit.f-w30 .btn {
    width: 100%;
    box-sizing: border-box
}

.modal form li.submit .orange-link {
    line-height: 48px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.modal form li.submit button.btn {
    display: inline-block
}

@media screen and (min-width:991px) {
    .modal form ul {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media screen and (max-width:991px) {
    form h4 {
        font-size: 14px;
        font-weight: 700
    }
    form li.checkbox .options label {
        font-size: 12px;
        color: #A0A0A0
    }
    form li.checkbox .options input:checked+label {
        color: #202020
    }
    form li.input\:email label,
    form li.input\:password label,
    form li.input\:text label,
    form li.input\:email input,
    form li.input\:password input,
    form li.input\:text input {
        font-size: 12px
    }
}

.dragdrop {
    border: 1px solid #0064AF;
    border-radius: 2px;
    padding: 6px;
    box-sizing: border-box;
    text-align: center
}

.dragdrop .in {
    border: 1px dashed #A0A0A0;
    box-sizing: border-box;
    padding: 10px 0 15px
}

.dragdrop.uploaded .in {
    border: 1px dashed transparent
}

.dragdrop .in span {
    display: block;
    color: #A0A0A0
}

.dragdrop .in span.l1 {
    color: #202020;
    padding-bottom: 90px
}

.dragdrop .in span.l2 {
    padding-bottom: 34px
}

.dragdrop .in span.l3 {
    font-size: 14px;
    padding-bottom: 38px
}

.help {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #A0A0A0
}

.help.error {
    color: #E82727
}

.help.alert {
    color: #F67D0F
}

.help.success {
    color: #44A636
}

.fText input {
    background: #EAF2F8;
    border: 1px solid #D5E5F1;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    font-size: 24px
}

.fText input.w60 {
    width: 60px
}

.fText label {
    font-size: 18px
}

form .tip {
    color: #A0A0A0;
    font-size: 14px
}

.option label {
    cursor: pointer
}

@media screen and (min-width:991px) {
    form ul li.f-w20 {
        float: left;
        width: calc(20% - 20px);
        clear: none
    }
    form ul li.f-w30 {
        float: left;
        width: calc(30% - 20px);
        clear: none
    }
    form ul li.f-w40 {
        float: left;
        width: calc(40% - 20px);
        clear: none
    }
    form ul li.f-w50 {
        float: left;
        width: calc(50% - 20px);
        clear: none
    }
    form ul li.f-w60 {
        float: left;
        width: calc(60% - 20px);
        clear: none
    }
    form ul li.f-w70 {
        float: left;
        width: calc(70% - 20px);
        clear: none
    }
    form ul li.f-w80 {
        float: left;
        width: calc(80% - 20px);
        clear: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .modal-content form ul li.f-w30 {
        float: left;
        width: calc(30% - 20px);
        clear: none;
        margin: 0 10px
    }
    .modal-content form ul li.f-w70 {
        float: left;
        width: calc(70% - 20px);
        clear: none;
        margin: 0 10px
    }
    .modal-content .contact .submit button,
    .modal-content .btn {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width:991px) {
    form ul {
        padding: 0
    }
    form ul li {
        margin: 0
    }
}

form ul li.clear-left {
    clear: left
}

.ui-slider {
    border-radius: 8px;
    border: 1px solid #ffffff;
    background: #eaf2f8;
}

.ui-slider .ui-slider-handle {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #a71a13;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .52);
    border-radius: 28px !important;
    color: #fff !important;
    text-align: center;
    border: 0
}

.ui-slider .ui-slider-handle:before {
    content: "\f104";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    display: inline-block;
    opacity: 1
}

.ui-slider .ui-slider-handle:after {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    display: inline-block;
    opacity: 1
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    font-weight: 400 !important;
    cursor: pointer
}

.ui-accordion-header.ui-state-focus {
    color: #000000;
    font-weight: 400
}

.ui-spinner {
    border: 0;
    padding: 0
}

.ui-spinner input {
    text-align: center
}

.ui-spinner-input {
    margin: 0;
    height: 36px;
    line-height: 33px;
    border: 1px solid rgba(0, 100, 175, .5);
    box-sizing: border-box
}

.ui-spinner-button {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff !important;
    background: #0064AF !important;
    display: block;
    font-size: 18px
}

.ui-spinner-button .ui-button-text {
    display: none
}

.ui-spinner-button.disabled {
    opacity: .5
}

.ui-spinner-up {
    top: 0;
    left: auto;
    right: 0
}

.ui-spinner-down {
    top: 0;
    left: 0;
    right: auto
}

.ui-spinner-up:after {
    content: "+"
}

.ui-spinner-down:after {
    content: "-"
}

.fCheckToggle label {
    cursor: pointer;
    background: #E82727;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 96px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    transition: all .3s
}

.fCheckToggle input {
    display: none
}

.fCheckToggle label span {
    display: block;
    float: left;
    width: 50%;
    text-align: center
}

.fCheckToggle label:before {
    content: "";
    height: 44px;
    width: 44px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 100%;
    transition: all .3s
}

.fCheckToggle input:checked+label {
    background: #44A636
}

.fCheckToggle input:checked+label:before {
    left: 50px
}

.tooltip a.trigg {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .14);
    position: relative;
    display: inline-block;
    padding: 11px 19px;
    color: #F67D0F;
    font-weight: 700;
    text-decoration: none
}

.tooltip a.trigg:after {
    content: "◤";
    color: #fff;
    position: absolute;
    top: 97%;
    left: 19px;
    font-size: 26px
}

@media only screen and (max-width:1030px) {
    .tooltip a.trigg:after {
        font-size: 16px;
        top: 88%
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(32, 32, 32, .96);
    z-index: 100
}

.promo-code-entry ul {
    float: right;
    padding: 0 !important;
    width: 50%
}

.promo-code-entry ul li {
    margin-right: 0
}

.promo-code-entry:after {
    clear: both;
    display: block;
    content: "";
    float: none
}

.tooltip.opened .modal {
    display: block
}

.modal .modal-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #EAF2F8;
    box-sizing: border-box;
    padding-bottom: 1px
}

.modal .close {
    float: right;
    margin: 20px
}

.modal-title {
    background: #fff;
    padding: 50px 10% 10px
}

.modal-title p {
    color: #A0A0A0
}

.modal-content {
    padding: 50px 13% 30px
}

.modal-content:after {
    content: "";
    display: block;
    clear: both;
    height: 0
}

.modal-content.no-padd {
    padding: 0
}

.modal-footer {
    padding: 30px 13% 10px;
    margin-bottom: -1px;
    background: #0064AF;
    color: #fff
}

.modal-footer p {
    color: #fff
}

@media only screen and (min-width:1030px) {
    .modal .modal-in {
        width: 1030px
    }
}

@media only screen and (min-width:810px) {
    .modal.medium .modal-in {
        width: 810px
    }
}

@media only screen and (min-width:810px) {
    .modal.small .modal-in {
        width: 610px
    }
}

@media only screen and (max-width:1030px) {
    .modal .modal-in {
        width: calc(100% - 20px);
        max-height: calc(100% - 20px);
        overflow: auto
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .modal .modal-in {
        width: 540px
    }
    .modal-content div.col.col-sz-6 {
        width: 100%
    }
    .modal-content {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media only screen and (max-width:768px) {
    .modal-title {
        padding: 20px 10px
    }
    .modal .modal-title h3 {
        font-size: 20px
    }
    .modal-title p {
        font-size: 12px
    }
    .modal-content {
        padding: 20px 10px
    }
    .modal-footer {
        padding: 20px 10px 0
    }
}

.accordion {
    border-bottom: 1px solid #C2DAEC
}

.ui-accordion .ui-accordion-header {
    height: 69px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-width: 1px 0 1px 0;
    background: none;
    border-color: #C2DAEC;
    margin: -1px 0 0
}

.ui-accordion .ui-accordion-header:before {
    content: "\e931";
    font-family: "icomoon";
    color: #0064AF;
    opacity: .5;
    transform: rotate(90deg);
    display: inline-block;
    font-size: 18px
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: #202020;
    font-weight: 400;
    border-radius: 0
}

.ui-state-hover {
    background: none;
    color: inherit;
    font-weight: inherit
}

.ui-accordion-header-icon {
    display: none
}

.ui-accordion-content {
    border-radius: 0;
    border: 0
}

.ui-accordion-content table {
    width: 100%
}

@media only screen and (max-width:768px) {
    .ui-accordion .ui-accordion-header {
        font-size: 12px
    }
}

.notification-emphasize {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #202020;
    opacity: 0;
    display: none
}

.notification-emphasize.active {
    display: block;
    animation: notification-emphasize 2s .5s forwards
}

@keyframes notification-emphasize {
    0% {
        opacity: 0
    }
    10% {
        opacity: .96
    }
    50% {
        opacity: .96
    }
    100% {
        opacity: 0
    }
}

.notification {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .52);
    color: #fff;
    padding: 20px 10px 20px 65px;
    margin: 0 0 30px;
    position: relative;
    border-radius: 2px;
    min-height: 88px;
    box-sizing: border-box;
    z-index: 20
}

.notification.small {
    min-height: 62px
}

.notification .close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -60%);
    opacity: .5
}

.notification .close:hover {
    opacity: 1
}

.notification a.close:before,
.notification a.close:after {
    background: #fff
}

.notification a {
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 40px
}

.notification p {
    color: #fff;
    margin: 0;
    font-size: 14px
}

.notification h5 {
    color: #fff;
    margin: 0 0 4px;
    font-size: 18px;
    text-transform: uppercase
}

.notification:before {
    font-family: 'icomoon', sans-serif;
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    float: left;
    position: absolute;
    left: 15px;
    top: 13px;
    margin: 0 0 30px
}

.notification.small:before {
    margin-bottom: 0
}

.notification.half {
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.notification:after {
    content: "";
    display: block;
    clear: both;
    float: none;
    height: 0
}

.notification .btn {
    width: 190px;
    margin-left: 30px
}

.notification.success {
    background: #44A636;
    color: #44A636
}

.notification.info {
    background: #0064AF;
    color: #0064AF
}

.notification.alert {
    background: #F67D0F;
    color: #F67D0F
}

.notification.error {
    background: #E82727;
    color: #E82727
}

.notification.success .btn-white {
    color: #44A636
}

.notification.info .btn-white {
    color: #0064AF
}

.notification.alert .btn-white {
    color: #F67D0F
}

.notification.error .btn-white {
    color: #E82727
}

.notification.user:before {
    content: "\e939";
    font-weight: 700
}

.notification.exclamation:before {
    content: "\e93f"
}

.notification.times:before {
    content: "\e93a";
    font-size: 24px
}

.notification.pdf:before {
    content: "\e93b"
}

.notification.check:before {
    content: "\e938"
}

@media only screen and (min-width:991px) {
    .notification {
        padding: 20px 95px
    }
    .notification .lCol {
        width: 60%;
        float: left
    }
    .notification .rCol {
        width: 40%;
        float: left
    }
    .notification:before {
        left: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .notification .lCol {
        padding-bottom: 10px
    }
    .notification .t-right {
        text-align: left
    }
    .notification a {
        margin-right: 30px
    }
    .notification .btn {
        margin-left: 0;
        margin-right: 30px
    }
}

@media only screen and (max-width:768px) {
    .notification {
        padding-right: 30px
    }
    .notification.half {
        width: 100%
    }
    .notification .btn {
        width: 100%;
        margin: 0
    }
    .notification .t-right {
        text-align: left;
        padding-top: 10px
    }
    .notification strong a {
        line-height: 20px;
        display: inline-block;
        margin-bottom: 10px
    }
}

.page {
    padding-top: 120px;
    box-sizing: border-box
}

body.no-header-padding .page,
.home .page {
    padding-top: 0
}

div.col {
    padding-left: 10px;
    padding-right: 10px
}

div.col.no-padd {
    padding: 0
}

.modal div.col.no-padd img {
    width: 100%;
    float: right
}

@media only screen and (min-width:1260px) {
    .column-w,
    header .in,
    div.row.row-stretch-row div.row-wrapper,
    div.row.row-stretch-default {
        width: 1260px;
        margin: 0 auto
    }
}

@media only screen and (min-width:1260px) {
    .c-1260 {
        width: 1260px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media only screen and (min-width:1030px) {
    div.row.row-stretch-row.inner-1030 div.row-wrapper,
    .c-1030 {
        width: 1030px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media only screen and (min-width:820px) {
    div.row.inner-820>div.row-wrapper,
    .c-820 {
        width: 820px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media only screen and (min-width:610px) {
    .c-610 {
        width: 610px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media only screen and (min-width:860px) {
    .c-820 {
        width: 820px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media only screen and (min-width:480px) {
    .c-400 {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
    .c-400 form {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page {
        overflow-x: hidden
    }
    div.col {
        padding-left: 20px;
        padding-right: 20px
    }
}

.white-bg {
    background: #fff
}

.light-blue-bg {
    background: #EAF2F8
}

.blue-green-gradient-bg {
    background: linear-gradient(122deg, #0064AF 0%, #44A636 100%) 0% 0%;
    position: relative;
    padding: 70px 0 80px
}


.white-bottom-stripe-bg {
    position: relative;
    padding-bottom: 70px
}

div.row.white-bottom-stripe-bg .row-wrapper {
    position: relative
}

@media only screen and (min-width:768px) {
    div.row.white-bottom-stripe-bg:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        content: "";
        display: block;
        height: 218px
    }
}

@media only screen and (min-width:768px) {
    .blue-green-gradient-bg {
        padding: 64px 0
    }
}

.landing-title-bg {
    background-image: url(../page/custom/site/dsg/sales-dossier.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-align: center
}

div.row.landing-title-bg .row-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 100%;
    padding: 0;
    text-align: center;
    opacity: .5;
    background: linear-gradient(122deg, #0064AF 0%, #44A636 100%) 0% 0%
}

div.row.landing-title-bg .row-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 100%;
    padding: 0;
    text-align: center;
    opacity: .5;
    background: rgba(0, 0, 0, 1)
}

div.row.landing-title-bg .row-wrapper .row-inner-wrapper {
    position: relative;
    z-index: 1
}

.landing-title-bg h1 {
    margin: 0
}

.landing-title-bg h1 {
    color: #fff
}

.landing-title-bg .text {
    position: relative;
    padding: 65px 0
}

div.row.blue-green-gradient-overlay {
    position: relative;
    background-size: cover
}

div.row.blue-green-gradient-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0064AF 0%, #44A636 100%);
    box-shadow: 0px 0px 8px #00000029;
    opacity: .7
}

div.row.blue-green-gradient-overlay .row-wrapper {
    position: relative
}

div.row.blue-green-gradient-overlay .text {
    padding: 67px 0 47px
}

div.row.blue-green-gradient-overlay .text h1 {
    color: #fff
}

.image-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.blue-gradient:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #0064AF 0%, #002D7E 100%);
    opacity: .5
}

.green-gradient:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #0064AF 0%, #44A636 100%);
    opacity: .5
}

.green-gradient:after,
.green-gradient:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .5;
    z-index: 1
}

.green-gradient .col-wrapper {
    position: relative;
    z-index: 2
}

.green-gradient:before {
    background: rgba(0, 0, 0, 1)
}

.green-gradient:after {
    background: linear-gradient(90deg, #0064af 0%, #44a636 100%)
}

.select2-container {
    z-index: 101
}

.select2-dropdown {
    background: #fff;
    display: block;
    box-shadow: 0px 0px 8px #00000029
}

.select2-dropdown li {
    padding: 10px 15px;
    color: #7db0d6;
    cursor: pointer;
    border-bottom: 1px solid #d9e7f2;
    text-align: right
}

.select2-dropdown li.select2-results__option--highlighted {
    color: #272727
}

.select2-dropdown li:hover {
    color: #0061ad
}

.select2-selection__rendered {
    font-size: 12px
}

.select2-selection__arrow:after {
    display: inline-block;
    content: "\e931";
    font-family: 'icomoon', sans-serif;
    color: #0064AF;
    transform: rotate(180deg) translate(-4px, -2px)
}

.select2-container--open .select2-selection__arrow:after {
    transform: rotate(0) translate(3px, 0px)
}

.select2-hidden-accessible {
    display: none
}

.select2-container li:before {
    display: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.items-per-page {
    float: left
}

.items-per-page .select2-selection {
    padding: 13px 13px 9px;
    color: #0064AF;
    border-radius: 2px;
    background: #fff
}

.items-per-page .select2-selection__arrow:after {
    content: "\e931";
    font-family: "icomoon", sans-serif;
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 12px;
    font-size: 16px
}

.items-per-page label {
    color: #A0A0A0;
    text-transform: uppercase;
    letter-spacing: .35px;
    line-height: 26x;
    display: inline-block;
    margin-left: 20px
}

@media only screen and (min-width:991px) {
    nav.main ul.nav li {
        display: inline-block;
        padding: 0 20px 0 0
    }
    nav.main ul.nav li li {
        padding: 0
    }
    nav.main ul.nav a {
        padding: 52px 0 24px;
        border-bottom: 4px solid rgba(0, 100, 175, 0)
    }
    .big-submenu div.col.col-sz-5 {
        padding-right: 100px
    }
    nav.main ul.nav li:hover a,
    nav.main ul.nav .active a {
        border-bottom: 4px solid rgba(0, 100, 175, 1)
    }
    nav.main ul.nav li:hover li a {
        border-bottom: 0
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29)
    }
    .big-submenu div.col.col-sz-4 {
        padding-right: 100px
    }
    nav.main ul.nav ul {
        text-align: left
    }
    nav.main li:hover .sub-menu {
        display: block
    }
}

@media only screen and (min-width:1100px) {
    nav.main ul.nav li {
        padding: 0 70px 0 0
    }
}

@media only screen and (max-width:991px) {
    header div.logo {
        width: 142px;
        position: absolute;
        top: 28px;
        left: 10px
    }
    header div.logo img {
        width: 100%
    }
    a.ham {
        display: block
    }
    .ham header {
        position: fixed
    }
    nav.main {
        position: fixed;
        top: 100px;
        bottom: 0;
        box-sizing: border-box;
        left: -110%;
        background: #fff;
        width: 100%;
        padding: 20px 0;
        overflow-y: auto
    }
    .ham nav.main {
        left: 0
    }
    nav.main ul.nav li {
        display: block;
        padding: 0;
        font-size: 20px
    }
    nav.main ul.nav a {
        padding: 20px 0 20px
    }
    div.logo {
        top: 30px;
        left: 10px
    }
    a.ham {
        display: block;
        position: absolute;
        top: 40px;
        right: 20px
    }
    .lang {
        top: 0;
        right: 20px
    }
    .big-submenu .sub-menu {
        padding-top: 20px
    }
    nav.main li .sub-menu {
        display: block;
        text-align: center
    }
    nav.main ul.nav li .sub-menu a.btn {
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    .sub-menu div.col.col-sz-4 {
        text-align: center
    }
    .big-submenu h4 {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sub-menu div.col.col-sz-4 {
        width: 100%
    }
    nav.main ul.nav ul:after {
        content: "";
        clear: both;
        display: block
    }
    nav.main div.col.col-sz-5 {
        width: 50%
    }
    nav.main div.col.col-sz-3 {
        width: 50%
    }
    nav.main .col-sz-5 .ip-box {
        width: 260px;
        height: 120px;
        font-weight: 700;
        float: right;
        margin: 0 0 18px;
        overflow: hidden
    }
    nav.main .ip-box.small {
        margin-bottom: 18px
    }
    nav.main .col-sz-5 .ip-box span {
        font-weight: 700
    }
    nav.main .col-sz-3 .ip-box {
        width: 260px;
        font-size: 14px;
        overflow: hidden
    }
    nav.main .col-sz-5 .ip-box img {
        width: 154% !important
    }
}

@media only screen and (max-width:768px) {
    nav.main ul.nav a {
        padding: 10px 0 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    nav.main ul.nav a {
        padding: 15px 0 15px
    }
    .ham nav.main .profile {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:991px) {
    nav.main a.sub-open:after {
        content: "\f107";
        font-family: FontAwesome, sans-serif;
        transform: translate(10px, 0);
        display: inline-block;
        font-size: 20px
    }
    nav.main .sub-active a.sub-open:after {
        transform: translate(10px, 0) rotate(-180deg)
    }
    nav.main ul.sub-menu {
        display: none
    }
    nav.main .sub-active ul.sub-menu {
        display: block
    }
}

.element-center {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pager {
    float: right
}

.pager ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pager ul li {
    display: inline-block;
    padding: 0 10px 0
}

.pager ul li:before {
    display: none
}

.pager ul li a {
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 100%;
    line-height: 26px;
    text-align: center;
    color: #0064AF;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 100, 175, 0);
    transition: all .2s
}

.pager ul li a:hover {
    border-color: rgba(0, 100, 175, 1)
}

.pager ul li.active a {
    background: #0064AF;
    color: #fff;
    font-weight: 700;
    border-color: rgba(0, 100, 175, 1)
}

header .profile span.img {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    border-radius: 100%;
    overflow: hidden;
    transform: translate(0, -7px)
}

header .profile li:before {
    display: none
}

header .profile ul li a {
    text-decoration: none;
    color: #202020
}

header .profile ul ul {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .29);
    text-align: right;
    border-radius: 2px;
    position: absolute;
    top: 34px;
    right: 0
}

header .profile ul ul li a {
    padding: 10px 20px 10px 0;
    color: rgba(0, 100, 175, .5);
    transition: all .2s;
    display: block
}

header .profile ul ul li a:hover {
    color: rgba(0, 100, 175, 1)
}

header .profile ul ul li {
    border-bottom: 1px solid #D5E5F1
}

header .profile ul ul li:nth-last-child(1) {
    border-bottom: 0
}

header .profile-nav ul {
    display: none;
    width: 170px
}

header .profile-nav.opened ul {
    display: block
}

header .profile-nav .trigg {
    display: block;
    position: relative;
    padding: 8px 4px 7px 0;
    color: #202020
}

header .profile-nav .trigg .icon-chevron-up {
    display: inline-block;
    color: #0064AF;
    transform: rotate(180deg) translate(-4px, -3px)
}

header .profile-nav.opened .trigg .icon-chevron-up {
    display: inline-block;
    color: #0064AF;
    transform: rotate(0deg) translate(4px, 2px)
}

header .profile-nav .icon-chevron-up2 {
    transform: rotate(-180deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    color: #0064AF
}

header .profile-nav.opened .icon-chevron-up2 {
    transform: rotate(0)
}

.video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tooltip-menu {
    position: relative;
    float: left;
    z-index: 20
}

.tooltip-menu ul {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .29);
    text-align: right;
    border-radius: 2px;
    position: absolute;
    top: 115%;
    right: 0
}

.tooltip-menu li a {
    padding: 10px 20px;
    color: rgba(0, 100, 175, .5);
    transition: all .2s;
    display: block;
    text-decoration: none
}

.tooltip-menu li a:hover {
    color: rgba(0, 100, 175, 1)
}

.tooltip-menu li {
    border-bottom: 1px solid #D5E5F1
}

.tooltip-menu li:nth-last-child(1) {
    border-bottom: 0
}

.tooltip-menu li:before {
    display: none
}

.social-nav li {
    display: inline
}

.social-nav li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    margin: 0 8px;
    text-decoration: none;
    font-size: 22px;
    color: #202020;
    transition: all .3s
}

.social-nav li a:hover {
    background: #55acee;
    color: #fff
}

.social-nav li a i {
    line-height: 40px
}

@media only screen and (min-width:1140px) {
    footer {
        width: 100%;
        margin: 0 auto
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    footer .row-stretch-default {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:768px) {
    footer {
        padding-top: 64px
    }
}

ul.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.flex-direction-nav li {
    display: inline-block;
    padding: 0
}

ul.flex-direction-nav li:before {
    display: none
}

ul.flex-direction-nav a {
    color: #0057A7;
    opacity: .5;
    transition: all .2s;
    display: block;
    text-decoration: none
}

ul.flex-direction-nav a:hover {
    opacity: 1
}

ul.flex-direction-nav a:before {
    font-family: "icomoon", sans-serif;
    display: block;
    font-size: 56px;
    line-height: 56px
}

li.flex-nav-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -30px
}

li.flex-nav-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -30px
}

li.flex-nav-prev a:before {
    content: "\e901"
}

li.flex-nav-next a:before {
    content: "\e902"
}

.flexslider {
    position: relative
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider ul.slides li {
    float: left;
    padding: 0
}

.flexslider ul.slides li img {
    max-width: 100%
}

.flexslider ul.slides li:before {
    display: none
}

.flex-control-paging {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.flex-control-paging li {
    display: inline-block
}

.flex-control-paging {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-control-paging li {
    display: inline-block;
    padding: 0 10px 5px
}

.flex-control-paging li:before {
    display: none
}

.flex-control-paging li a {
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 100%;
    line-height: 26px;
    text-align: center;
    color: #0064AF;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 100, 175, 0);
    transition: all .2s
}

.flex-control-paging li a:hover {
    border-color: rgba(0, 100, 175, 1)
}

.flex-control-paging li a.flex-active {
    background: #0064AF;
    color: #fff;
    font-weight: 700;
    border-color: rgba(0, 100, 175, 1)
}

.ipadlook {
    width: 400px;
    margin-bottom: 140px;
    position: relative;
    padding: 3% 5% 5% 3%
}

.ipadlook:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(../page/custom/site/dsg/padScreen.png) center center no-repeat;
    z-index: 1;
    background-size: 100% 100%
}

.ipadlook .flex-viewport {
    border-radius: 14px
}

.ipadlook .flex-viewport img {
    width: 400px
}

.ipadlook .flex-nav-prev {
    left: -30px
}

.ipadlook .flex-nav-next {
    right: -15px
}

.ipadlook ol {
    display: none
}

@media screen and (max-width:768px) {
    .ipadlook {
        width: 220px;
        margin: 0 auto 30px;
        box-sizing: border-box;
        padding: 6px 10px 10px 6px
    }
    .ipadlook .flex-nav-prev {
        left: -30px
    }
    .ipadlook .flex-nav-next {
        right: -26px
    }
}

.ip-box {
    position: relative;
    text-align: center;
    margin: 0 0 24px
}

.ip-box img {
    display: block;
    width: 100% !important;
    height: auto !important
}

.ip-box a {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    transition: all 1s
}

.ip-box a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 100, 175, 1) 0%, rgba(0, 45, 126, 1) 100%);
    opacity: .65;
    transition: all .3s
}

.ip-box a:hover:before {
    opacity: 1
}

.ip-box a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    width: 80%
}

.ip-box a em {
    font-style: normal;
    color: #F67D0F;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all .3s
}

.ip-box a:hover em {
    opacity: 1
}

.ip-box.green-grad a:before {
    background: linear-gradient(90deg, rgba(0, 100, 175, 1) 0%, rgba(68, 166, 54, 1) 100%)
}

.ip-box.small {
    margin: 0 0 20px
}

.ip-box.small a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ip-box.no-hover {
    pointer-events: none
}

.ip-box .temp-sticker {
    background: #002D7E;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    letter-spacing: .7px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    .ip-box a span {
        font-size: 20px;
        left: 15px;
        right: 15px;
        transform: translate(0, -50%);
        width: calc(100% - 30px)
    }
    .sub-menu .ip-box {
        margin-bottom: 8px
    }
    .sub-menu .ip-box a span {
        font-weight: 700
    }
    .sub-menu .ip-box.small a span {
        font-size: 12px;
        font-weight: 400
    }
    .home-search-2 {
        padding-top: 64px
    }
    .ip-box a:hover em {
        opacity: 0
    }
}

@media screen and (min-width:769px) and (max-width:991px) {
    .ip-box a:hover em {
        opacity: 0
    }
}

.ups-ip {
    padding-bottom: 70px
}

.ups-ip .col-sz-6 .text {
    padding-top: 110px;
    position: relative
}

.ups-ip .col-sz-6 .text h2 {
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #202020;
    margin-bottom: 50px
}

.ups-ip .col-sz-6 .text h2 strong {
    color: #202020
}

.ups-ip .col-sz-6 .image {
    margin-left: -50%
}

.ups-ip .col-sz-6 .image figure {
    margin-top: -120px
}

.ups-ip .col-sz-4 {
    text-align: center
}

.ups-ip .col-sz-4 h3 {
    font-weight: 400;
    vertical-align: baseline;
    font-size: 24px
}

.ups-ip .col-sz-4 h3 span {
    vertical-align: baseline
}

.ups-ip .col-sz-4 .image figure img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.ups-ip .col-sz-4 div.image figure {
    display: block;
    height: 200px;
    position: relative
}

.triple-ip h2 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 80px
}

.triple-ip h2 strong {
    color: #fff
}

.triple-ip img {
    width: 100% !important;
    height: auto !important
}

.triple-ip .sticker {
    padding: 5px 60px;
    display: block;
    position: absolute;
    top: 15px;
    left: -60px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    z-index: 1
}

.triple-ip .btn {
    margin-top: -24px;
    position: relative
}

.triple-ip a {
    text-decoration: none
}

.ip-tiles {
    padding: 70px 0
}

.ip-tiles h2 {
    color: #0064AF;
    margin-bottom: 70px
}

.text-ip {
    position: relative;
    overflow: hidden
}

@media screen and (min-width:768px) and (max-width:991px) {
    .ups-ip .col-sz-6 .image figure {
        width: 200%
    }
    .ups-ip .col-sz-4 h3 br {
        display: none
    }
    .triple-ip .row-inner-wrapper {
        margin-left: 10px;
        margin-right: 10px
    }
    .triple-ip .col-sz-4 {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width:768px) {
    .text-ip {
        width: 300px;
        margin: 0 auto 30px auto
    }
    .ups-ip .col-sz-6 .text {
        padding-top: 64px
    }
    .ups-ip {
        padding-bottom: 64px
    }
    .triple-ip .col-sz-4 h3 {
        font-size: 18px
    }
    .triple-ip h2 {
        margin-bottom: 64px
    }
    .blue-green-gradient-bg {
        padding: 64px 0
    }
    .ip-tiles {
        padding: 64px 0 44px
    }
    .ip-tiles h2 {
        margin-bottom: 64px
    }
    .ip-box {
        margin-bottom: 20px
    }
}

.property {
    margin-bottom: 58px;
    padding: 20px 0 0;
    font-size: 24px
}

.property img {
    float: left;
    margin: -10px 20px 0 0
}

.property .uppercase {
    color: #A0A0A0;
    font-size: 18px;
    display: block;
    padding-bottom: 8px
}

.property strong {
    color: #002D7E;
    font-size: 22px;
    line-height: 26px
}

.property strong span {
    font-weight: 400;
    color: #0064AF
}

@media screen and (max-width:768px) {
    .property img {
        width: 63px;
        margin-top: 0;
        margin-left: 20px
    }
    .property .uppercase {
        font-size: 12px;
        padding-bottom: 0
    }
    .property strong {
        font-size: 14px
    }
    .property strong span {
        display: block
    }
}

.modal.row-full-height {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.modal.row-full-height .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 30px;
    height: 30px
}

.modal.row-full-height .col .text {
    position: relative
}

.modal.row-full-height .col div form div {
    position: static
}

.modal.row-full-height .col .logo {
    text-align: center
}

.modal.row-full-height .logo img {
    margin: 0 auto;
    width: 190px
}

.modal.row-full-height .col {
    height: 100%;
    position: relative;
    padding: 10% 12%;
    box-sizing: border-box
}

.modal.row-full-height .light-blue-bg h2 {
    color: #0064AF
}

.modal.row-full-height h2 strong {
    color: #fff
}

@media screen and (min-width:991px) {
    .modal.row-full-height .col .logo {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        width: 100%
    }
    .modal.row-full-height .col {
        overflow: auto
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .modal.row-full-height .col .logo {
        padding-bottom: 20px
    }
    .modal.row-full-height div.col.col-sz-6 {
        width: 100%
    }
    .modal.row-full-height div.col.blue-gradient {
        padding: 5vh 100px 50px
    }
    .modal.row-full-height div.col.light-blue-bg {
        padding: 2vh 200px 0
    }
    div.row.row-full-height>div.row-wrapper>div.row-inner-wrapper {
        display: flex;
        justify-content: space-between
    }
    .modal.row-full-height .col .text br {
        display: none
    }
    .modal.row-full-height .col li.disclaimer {
        text-align: center
    }
    div.row.modal.row-full-height>div.row-wrapper>div.row-inner-wrapper {
        height: auto
    }
    div.row.modal.row-full-height .contact {
        padding-bottom: 0
    }
}

@media screen and (max-width:768px) {
    div.modal.row.row-full-height>div.row-wrapper>div.row-inner-wrapper {
        height: auto;
        padding: 0
    }
    .modal.row-full-height .col {
        padding: 10px 10px 10px
    }
    .modal.row-full-height .col .logo {
        padding-bottom: 30px
    }
    div.modal.row.row-full-height:not(.row-equal-heights)>div.row-wrapper>div.row-inner-wrapper>div.col,
    div.modal.row.row-full-height:not(.row-equal-heights)>div.row-wrapper>div.row-inner-wrapper>div.col>div.col-wrapper {
        height: auto
    }
    .modal li.disclaimer.top {
        text-align: center
    }
    .modal.row-full-height form li.submit .btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
    .row-full-height.modal form li.submit {
        text-align: center
    }
}

.modal.row-full-height .image-bg {
    color: #fff
}

.modal.row-full-height .image-bg p,
.modal.row-full-height .image-bg h2 {
    color: #fff
}

.modal.row-full-height form .btn {
    width: 190px;
    margin-bottom: 36px;
    margin: 0 20px 36px 0
}

.modal.row-full-height form a.orange-link {
    clear: left;
    display: inline-block;
    margin: 0 0 30px
}

.modal.row-full-height.to-trigger {
    position: fixed !important;
    left: 110%
}

.modal.row-full-height.to-trigger.triggered {
    left: 0;
    animation: dimm .2s forwards;
    opacity: 0
}

.modal.row-full-height.to-trigger .modal-in {
    left: 110%;
    transform: translate(0, -50%);
    transition: all .2s
}

.modal.row-full-height.to-trigger.triggered .modal-in {
    left: 50%;
    transform: translate(-50%, -50%)
}

.modal.row-full-height.to-trigger .col-sz-6.light-blue-bg.pull-right {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    transition: all .2s
}

.modal.row-full-height.to-trigger.triggered .col-sz-6.light-blue-bg.pull-right {
    animation: slidein .2s forwards;
    animation-delay: .2s
}

@keyframes dimm {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes slidein {
    0% {
        left: 100%
    }
    100% {
        left: 50%
    }
}

@media only screen and (max-width:768px) {
    .modal.row-full-height .close {
        margin: 0
    }
    .modal.row-full-height h2 strong {
        display: block
    }
}

.column-forgotten-password .step-2 {
    display: none
}

.column-forgotten-password.step-2-opened .step-1 {
    display: none
}

.column-forgotten-password.step-2-opened .step-2 {
    display: block
}

.service-tile {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 14px;
    min-height: 100px
}

.service-tile span.img {
    display: block
}

.service-tile span.img img {
    width: 100%;
    display: block
}

.service-tile a {
    text-decoration: none
}

.service-tile span.p {
    color: #fff;
    line-height: 30px;
    padding: 20px 20px 20px 105px;
    display: block;
    opacity: 1;
    transition: all .2s
}

.service-tile span.name {
    display: block;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 24px
}

.service-tile span.value {
    display: block
}

.service-tile.more:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(45deg)
}

.service-tile .btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%)
}

.badge {
    background: #44A636;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%)
}

.badge.orange {
    background: #F67D0F
}

.badge.grey {
    background: #D8D8D8;
    color: #202020
}

.service-tile.free-eval {
    background: #0064AF
}

.service-tile.premium-eval {
    background: #002D7E
}

.service-tile span.p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.service-tile.tile-image span.img:before {
    background: linear-gradient(90deg, rgba(0, 100, 175, .5) 0%, rgba(68, 166, 54, .5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.service-tile.disabled .img img {
    opacity: .3
}

.service-tile.disabled.tile-image span.img:before {
    background: linear-gradient(90deg, #0064AF 0%, #44A636 100%);
    opacity: .3
}

.service-tile.disabled .sticker {
    opacity: 1;
    transition: all .2s
}

.service-tile .sticker {
    padding: 5px 60px;
    display: block;
    position: absolute;
    top: 15px;
    left: -60px;
    transform: rotate(-45deg)
}

.service-tile .red {
    top: 13px;
    left: -51px
}

.service-tile .note {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    color: #E82727;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all .2s
}

.service-tile .note span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76%
}

.service-tile.disabled:hover .img {
    opacity: 1
}

.service-tile.disabled:hover span.note {
    opacity: 1
}

@media only screen and (min-width:768px) {
    .service-tile.premium-eval.one-line span.p {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width:768px) {
    .service-tile {
        min-height: 80px;
        margin-bottom: 8px;
        padding-top: 12px;
        padding-bottom: 12px
    }
    .service-tile.text-only {
        padding-top: 0;
        padding-bottom: 0
    }
    .service-tile span.name {
        font-size: 20px;
        line-height: 27px
    }
    .service-tile span.value {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 10px
    }
    .service-tile.more:after {
        width: 18px;
        height: 18px
    }
    .service-tile span.p {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 20%;
        right: 37px;
        transform: translate(0, -50%)
    }
    .badge {
        left: 16px
    }
    .service-tile .btn {
        float: right;
        margin-right: 16px;
        position: static
    }
    .service-tile a {
        display: block
    }
    .service-tile {
        position: relative
    }
    .service-tile .sticker {
        font-size: 12px;
        padding: 2px 56px
    }
    .service-tile span.img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .service-tile span.img img {
        min-height: 100%;
        min-width: 100%
    }
    .service-tile .btn {
        transform: translate(0)
    }
    .service-tile.tile-image span.p {
        display: none
    }
    .service-tile .note {
        box-sizing: border-box;
        min-height: 80px;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        opacity: 1
    }
    .service-tile .note span {
        position: relative;
        display: block;
        width: 100%;
        transform: none;
        left: 0;
        top: 0
    }
    .service-tile.disabled .sticker {
        opacity: 0
    }
    .buy-premium .ips .service-tile.tile-image span.p {
        display: block
    }
}

@media only screen and (max-width:991px) {
    .buy-premium .ips .service-tile {
        width: 320px;
        height: 100px
    }
    .buy-premium .ips div.col-sz-6 {
        width: 100% !important;
        text-align: center
    }
    .buy-premium .ips div.col-sz-6 .service-tile {
        display: inline-block;
        padding: 20px 0
    }
}

.buy-premium {
    padding: 80px 105px;
    margin-bottom: 65px
}

.buy-premium .title {
    border-top: 1px solid #C2DAEC;
    border-bottom: 1px solid #C2DAEC;
    padding: 30px 0 0;
    margin: 0 0 10px
}

.buy-premium .title h3 {
    margin-bottom: 0;
    padding: 0 0 20px
}

.buy-premium .title .col-sz-2 {
    padding: 10px 0 0
}

.buy-premium div.services {
    margin-bottom: 30px
}

.buy-premium .title .price {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block
}

.buy-premium .title .price .small {
    font-size: 16px;
    font-weight: 400
}

.buy-premium .title .price .smaller {
    font-size: 14px
}

.buy-premium .title .strike {
    font-style: normal;
    background-image: linear-gradient(0deg, #D8D8D8 0%, #D8D8D8 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    margin-right: 10px;
    color: #D8D8D8
}

.buy-premium .promo-code-holder {
    background: #C2DAEC;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative
}

.buy-premium .promo-code-holder:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    right: 40px;
    background: #C2DAEC
}

.buy-premium .promo-code-holder div.col {
    padding: 15px;
    height: 55px;
    box-sizing: border-box
}

.buy-premium .promo-code-holder.closed div.col {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

.buy-premium .title .items {
    width: 70%;
    position: relative;
    padding: 10px 0 0;
    margin-top: -11px
}

.buy-premium .title .item .price {
    font-size: 15px
}

.buy-premium .title .item .price .small {
    font-size: 13px
}

.buy-premium .title .item .price .smaller {
    font-size: 12px
}

.buy-premium .title .item {
    border-top: 1px solid #C2DAEC;
    padding: 15px 0 0;
    position: relative;
    background: #fff;
    min-height: 50px;
    box-sizing: border-box
}

.buy-premium .title .item a.icon-trash-alt {
    display: inline-block;
    color: #0064AF;
    opacity: .5;
    margin: 0 0 0 15px
}

.buy-premium .title .col {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.buy-premium .title .spinner {
    float: right;
    margin-top: -8px
}

.buy-premium .ips {
    padding: 40px 0 60px
}

.buy-premium .ips .ip-box {
    width: calc(50% - 20px);
    float: left;
    margin: 10px
}

.buy-premium .button {
    color: #A0A0A0
}

.buy-premium .button .btn {
    width: 190px
}

@media only screen and (max-width:768px) {
    .buy-premium .title h3 {
        font-size: 14px;
        line-height: 19px
    }
    .buy-premium .title div.col.col-sz-8,
    .buy-premium .title div.col.col-sz-10 {
        float: left;
        width: 70% !important
    }
    .buy-premium .title div.col.col-sz-4,
    .buy-premium .title div.col.col-sz-2 {
        float: left;
        width: 30% !important;
        padding-top: 0;
        padding-bottom: 16px
    }
    .buy-premium .title {
        padding-left: 0;
        padding-right: 0
    }
    .column-property-dossier .buy-premium {
        padding: 16px
    }
    .buy-premium .title .items {
        width: 100%
    }
    .buy-premium .title .col {
        clear: none;
        width: 50% !important;
        display: inline-block !important;
        float: left
    }
}

@media only screen and (min-width:767px) and (max-width:991px) {
    .buy-premium .title {
        padding-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .buy-premium .ips {
        padding: 0
    }
}

.inner-1030 .col-sz-8 {
    padding-left: 60px
}

.contact {
    padding-bottom: 70px
}

.contact .dragg-to-send img {
    margin: 0 10px
}

.contact .submit {
    text-align: center
}

.contact button {
    margin-left: auto;
    margin-right: auto
}

.page404 {
    width: 100%;
    height: 100%;
    background: #C2DAEC url(../page/custom/site/dsg/404.png) bottom center no-repeat;
    background-size: 100% auto;
    text-align: Center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.text404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.text404 h2 {
    font-weight: 700
}

.text404 p,
.text404 h3 {
    margin-bottom: 60px
}

.move-text .col-sz-5 .text {
    padding: 200px 0 0
}

.move-text .col-sz-5 .text p.intro {
    font-weight: 500
}

.move-text .col-sz-5 .text p.grey {
    color: grey
}

@media only screen and (max-width:767px) {
    .inner-1030 p {
        text-align: center
    }
    .inner-1030 .col-sz-8 {
        padding-left: 16px;
        padding-right: 16px
    }
    .move-text {
        clear: both
    }
    .move-text h2,
    .move-text h3,
    .move-text h4,
    .text h2,
    .text h3,
    .text h4,
    .move-text p {
        text-align: center
    }
    .move-text .col-sz-5 .text,
    .move-text .col-sz-5 .text {
        padding-top: 40px
    }
    .move-text img {
        max-width: 80%
    }
    .inner-1030 p.intro,
    .move-text p.intro {
        font-size: 14px
    }
    .inner-1030 .text-ip {
        width: 220px;
        margin: 0 auto 30px
    }
    .inner-1030 .text-ip img {
        width: 100%
    }
    h2.intro-title {
        padding: 40px 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .inner-1030 .col-sz-8 {
        padding-left: 0
    }
    .inner-1030 img {
        max-width: 100%
    }
    .inner-1030 div.col.col-sz-6 {
        width: 100%
    }
    .inner-1030 .ipadlook {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px
    }
}

div.cookie-policy {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    color: #202020;
    padding: 19px;
    z-index: 100;
    width: 400px;
    border: 2px solid #d2d2d2;
    max-width: calc(100% - 20px)
}

div.cookie-policy p {
    color: #202020
}

div.cookie-policy div.wrapper {
    background: none;
    display: block
}

/*div.cookie-policy a.btn,
div.cookie-policy a.cookie-policy-accept-button {
    color: #F67D0F;
    background: #fff;
    width: auto;
    text-align: left;
    padding: 0;
    font-size: 12px;
    height: auto;
    line-height: 22px;
    font-weight: 700;
    float: left;
    min-width: 0
}*/

div.cookie-policy a.close {
    position: absolute;
    top: 19px;
    right: 19px;
    text-align: center
}

div.cookie-policy a.close:before,
.cookie-policy a.close:after {
    background: #fff
}

@media only screen and (min-width:768px) {
    div.cookie-policy div.wrapper div.left {
        width: 100%;
        display: block
    }
    div.cookie-policy div.wrapper div.right {
        width: 100%;
        display: block
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 27px;
        line-height: 33px
    }
    h2 {
        font-size: 22px;
        line-height: 28px
    }
    .ups-ip .col-sz-4 div.image figure {
        height: auto;
        text-align: center
    }
    .ups-ip .col-sz-4 .image figure img {
        position: static;
        transform: translate(0)
    }
    .triple-ip .col-sz-4 .col-wrapper {
        margin: 0 0 20px
    }
    .sticker {
        font-size: 14px
    }
    .sticker.tilted,
    .triple-ip .sticker {
        padding: 12px 60px
    }
    .sticker.round {
        width: 80px;
        height: 80px;
        padding: 18px 10px 10px;
        font-size: 10px;
        line-height: 16px
    }
    .column-testimonials .s-image {
        float: none
    }
    .column-testimonials .s-image img {
        width: 50%;
        margin: 0 auto
    }
    footer .row-stretch-default {
        margin: 0;
        float: none;
        width: auto;
        max-width: auto
    }
    footer {
        text-align: center
    }
    footer .col.t-right {
        text-align: center
    }
    table {
        width: 100%;
        overflow-x: auto;
        display: block
    }
    .buy-premium {
        padding: 20px 16px
    }
}

.eval-tabs-nav-holder {
    background: #0064AF
}

.eval-tabs-nav {
    margin: 0;
    padding: 0
}

.eval-tabs-nav li {
    padding: 0;
    text-transform: uppercase;
    font-size: 14px
}

.eval-tabs-nav li:before {
    display: none
}

.eval-tabs-nav li a {
    display: block;
    padding: 7px 25px;
    color: rgba(255, 255, 255, .5);
    background: rgba(0, 45, 126, 0);
    transition: all .5s;
    text-decoration: none;
    transition: all .2s
}

.eval-tabs-nav li a:hover {
    color: rgba(255, 255, 255, 1)
}

.eval-tabs-nav li.active a {
    background: rgba(0, 45, 126, 1);
    color: rgba(255, 255, 255, 1)
}

@media only screen and (min-width:991px) {
    .eval-tabs-nav li {
        float: left
    }
    .eval-tabs-nav li.active a:after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: calc(50% - 7px);
        display: block;
        z-index: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: rgba(0, 45, 126, 1) rgba(0, 45, 126, 0) rgba(0, 45, 126, 0) rgba(0, 45, 126, 0)
    }
}

@media only screen and (max-width:991px) {
    .eval-tabs-nav {
        position: absolute;
        padding-top: 35px;
        height: 0;
        right: 0;
        left: 0;
        top: 0;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center
    }
    .eval-tabs-nav:hover {
        overflow: visible;
        height: auto
    }
    .eval-tabs-nav li.active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .eval-tabs-nav li {
        font-size: 12px
    }
    .eval-tabs-nav li a {
        padding: 7px 12px
    }
    .eval-tabs-nav-holder {
        position: relative;
        height: 35px
    }
    div.tools-nav {
        position: absolute;
        top: 0;
        right: 0;
        background: #0064AF;
        padding-top: 7px;
        padding-bottom: 7px;
        margin: 0;
        padding-right: 20px
    }
    div.tools-nav a.trigg:after {
        top: 5px;
        right: 8px
    }
}

@media only screen and (max-width:991px) {
    .phone-tablet-text-center {
        text-align: center !important
    }
    .phone-tablet-text-left {
        text-align: left !important
    }
    .phone-tablet-text-right {
        text-align: right !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tablet-text-center {
        text-align: center !important
    }
    .tablet-text-left {
        text-align: left !important
    }
    .tablet-text-right {
        text-align: right !important
    }
}

@media only screen and (max-width:767px) {
    .phone-text-center {
        text-align: center !important
    }
    .phone-text-left {
        text-align: left !important
    }
    .phone-text-right {
        text-align: right !important
    }
}

div.col.is-relative {
    position: relative
}

div.text div.tag {
    position: absolute;
    background: #F67D0F;
    border-radius: 100%;
    box-sizing: border-box;
    font-size: 22px;
    padding-top: 20px;
    width: 188px;
    height: 188px;
    z-index: 10;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    right: -185px;
    top: -35px
}

div.text div.tag strong {
    font-size: 26px;
    font-weight: 600
}

div.text div.tag span.price {
    font-size: 42px;
    font-weight: 600;
    vertical-align: baseline
}

div.text div.tag span.price span.decimals {
    font-size: 26px;
    vertical-align: baseline
}

@media only screen and (max-width:767px) {
    div.text div.tag {
        position: absolute;
        background: #F67D0F;
        border-radius: 100%;
        box-sizing: border-box;
        font-size: 22px;
        padding-top: 20px;
        width: 188px;
        height: 188px;
        z-index: 10;
        line-height: 42px;
        text-align: center;
        color: #ffffff;
        right: 20px;
        top: -20px
    }
}

div.navigation.buy-bundle {
    background: linear-gradient(122deg, #0064AF 0%, #44A636 100%) 0 0;
    box-sizing: border-box;
    padding: 10px 100px 70px;
    position: relative;
    font-size: 18px;
    margin: 0 0 40px;
    overflow: hidden;
    text-align: center
}

div.navigation.buy-bundle a {
    text-decoration: none
}

div.navigation.buy-bundle>a {
    padding: 0
}

div.navigation.buy-bundle>a:not(.btn) {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

div.navigation.buy-bundle>a.btn {
    position: absolute;
    width: auto;
    height: 40px;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

div.navigation.buy-bundle span {
    color: #FFFFFF;
    text-decoration: none
}

div.navigation.buy-bundle span.name {
    display: block;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    font-weight: 400
}

div.navigation.buy-bundle span.name strong {
    font-weight: 700
}

div.navigation.buy-bundle span.service {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding-top: 120px;
    position: relative;
    width: 25%;
    text-align: center;
    box-sizing: border-box
}

div.navigation.buy-bundle span.service:after {
    background: url(../page/custom/site/dsg/plus.png) no-repeat 0 0 / contain;
    content: "";
    position: absolute;
    width: 36px;
    height: 36px
}

div.navigation.buy-bundle span.tag {
    position: absolute;
    left: 190px;
    top: 40px;
    background: #F67D0F;
    border-radius: 100%;
    box-sizing: border-box;
    font-size: 10px;
    padding-top: 10px;
    width: 60px;
    height: 60px;
    z-index: 10;
    line-height: 1;
    text-align: center
}

div.navigation.buy-bundle span.tag strong {
    display: block;
    padding: 2px 0 1px
}

div.navigation.buy-bundle span.tag span.price {
    font-weight: 800;
    font-size: 12px
}

div.navigation.buy-bundle span.premium-evaluation {
    background-image: url(../page/custom/site/dsg/services/phone_evaluation.png);
    background-size: 47%;
    background-position: left top;
    text-align: left;
    padding-left: 75px;
    padding-top: 103px
}

div.navigation.buy-bundle span.premium-evaluation:after {
    left: 44px;
    top: 22px
}

div.navigation.buy-bundle span.dossier {
    background-image: url(../page/custom/site/dsg/services/dossier.png);
    background-size: 65%;
    background-position: center
}

div.navigation.buy-bundle span.dossier:after {
    top: 42px;
    left: 10px
}

div.navigation.buy-bundle span.sales-ad {
    background-image: url(../page/custom/site/dsg/services/phone_sales_ad.png);
    background-size: 65%;
    background-position: center 60px
}

div.navigation.buy-bundle span.sales-ad:after {
    top: 42px;
    left: 56px
}

div.navigation.buy-bundle span.consulting {
    background-image: url(../page/custom/site/dsg/services/consulting.png);
    background-size: 50%;
    background-position: center 32px
}

div.navigation.buy-bundle span.consulting:after {
    top: 70px;
    left: 20px
}

div.navigation.buy-bundle span.button {
    background: #E82727;
    border-radius: 2px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 800;
    margin: 20px auto 0 auto;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all .2s
}

div.navigation.buy-bundle span.button:hover {
    background: #C82727;
    transition: all .2s
}

p.gray {
    color: #A0A0A0;
    text-align: center;
    font-weight: 400
}

p.center {
    text-align: center
}

p.gray strong {
    font-weight: 700
}

div.row.bundle-evaluation div.col.image-container {
    position: relative
}

div.row.bundle-evaluation div.col.image-container div.image {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

div.row.bundle-evaluation div.tag {
    width: 140px;
    height: 140px;
    font-size: 18px;
    padding-top: 14px;
    right: unset;
    top: -80px;
    left: 95px;
    line-height: 32px
}

div.row.bundle-evaluation div.tag strong {
    font-size: 20px
}

div.row.bundle-evaluation div.tag span.price {
    font-size: 26px
}

div.row.bundle-evaluation div.row-wrapper,
div.row.bundle-evaluation div.row-inner-wrapper,
div.row.bundle-evaluation div.row-inner-wrapper>div.col,
div.row.bundle-sales-ad div.row-wrapper,
div.row.bundle-sales-ad div.row-inner-wrapper,
div.row.bundle-sales-ad div.row-inner-wrapper>div.col,
div.row.bundle-dossier div.row-wrapper,
div.row.bundle-dossier div.row-inner-wrapper,
div.row.bundle-dossier div.row-inner-wrapper>div.col,
div.row.bundle-consulting div.row-wrapper,
div.row.bundle-consulting div.row-inner-wrapper,
div.row.bundle-consulting div.row-inner-wrapper>div.col {
    overflow: visible !important
}

div.row.bundle-sales-ad div.image>figure,
div.row.bundle-dossier div.image>figure,
div.row.bundle-consulting div.image>figure {
    position: relative
}

div.row.bundle-sales-ad div.image>figure:after,
div.row.bundle-dossier div.image>figure:after,
div.row.bundle-consulting div.image>figure:after {
    background: url(../page/custom/site/dsg/plus.png) no-repeat 0 0 / contain;
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    left: 0;
    top: 0
}

div.row.bundle-dossier div.image>figure:after {
    left: 55px;
    top: -30px
}

div.row.bundle-sales-ad div.image>figure:after {
    left: 45px;
    top: -44px
}

div.row.bundle-consulting div.image>figure:after {
    left: -15px;
    top: -50px
}

@media only screen and (max-width:767px) {
    div.row.bundle-evaluation div.col.image-container div.image {
        position: relative;
        text-align: center
    }
    div.row.bundle-evaluation div.tag {
        left: 15px
    }
}

div.separator {
    display: block;
    height: 1px;
    width: 100%;
    background: #C2DAEC;
    margin: 40px 0;
    clear: both
}

div.flex-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

div.flex-services div.ip-box {
    width: calc(50% - 10px)
}

@media only screen and (max-width:768px) {
    div.navigation.buy-bundle {
        padding: 10px 10px 70px
    }
    div.navigation.buy-bundle span.service {
        width: 50%
    }
    div.navigation.buy-bundle span.tag {
        left: 100px;
        top: 75px
    }
    div.flex-services div.ip-box {
        width: 100%
    }
    nav.main div.profile .trigg a.login {
        left: -20px
    }
}

div.row.services-bundle-cols div.image img {
    object-fit: contain;
    margin-bottom: 35px
}

div.row.services-bundle-cols div.consulting div.image img {
    width: 80%
}

div.row.services-bundle-cols div.col {
    position: relative
}

div.row.bundle-border-top div.text div.tag,
div.row.services-bundle-cols div.text div.tag {
    width: 100px;
    height: 100px;
    padding-top: 15px;
    right: -14px;
    top: -60px
}

div.row.bundle-border-top div.text div.tag,
div.row.bundle-border-top div.text div.tag strong,
div.row.services-bundle-cols div.text div.tag strong,
div.row.services-bundle-cols div.text div.tag {
    font-size: 14px;
    line-height: 20px
}

div.row.bundle-border-top div.text div.tag span.price,
div.row.services-bundle-cols div.text div.tag span.price {
    font-size: 22px;
    line-height: 28px
}

div.row.bundle-border-top div.text div.tag span.price span.decimals,
div.row.services-bundle-cols div.text div.tag span.price span.decimals {
    font-size: 14px;
    line-height: 28px
}

div.row.services-bundle-cols div.image figure::after {
    background: url(../page/custom/site/dsg/plus.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0
}

div.row.services-bundle-cols div.premium-evaluation div.image figure::after {
    top: 174px;
    right: 60px
}

div.row.services-bundle-cols div.dossier div.image figure::after {
    top: 105px;
    left: -15px
}

div.row.services-bundle-cols div.sales-ad div.image figure::after {
    top: 50px;
    left: 130px
}

div.row.services-bundle-cols div.consulting div.image figure::after {
    top: 180px;
    left: 40px
}

div.row.services-bundle-cols.small div.col {
    padding-top: 20px
}

div.row.services-bundle-cols.small div.col.border::after {
    content: "";
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 4px;
    background: #0064AF;
    position: absolute
}

div.row.services-bundle-cols.small div.image figure::after {
    width: 32px;
    height: 32px
}

div.row.services-bundle-cols.small div.image img {
    margin-bottom: 20px
}

div.row.services-bundle-cols.small div.image {
    opacity: .5
}

div.row.services-bundle-cols.small div.active div.image {
    opacity: 1
}

div.row.services-bundle-cols.small div.text h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

div.row.services-bundle-cols.small div.premium-evaluation div.image figure::after {
    top: 70px;
    right: 64px
}

div.row.services-bundle-cols.small div.dossier div.image figure::after {
    top: 45px;
    left: 20px
}

div.row.services-bundle-cols.small div.sales-ad div.image figure::after {
    top: 5px;
    left: 75px
}

div.row.services-bundle-cols.small div.consulting div.image figure::after {
    top: 90px;
    left: 45px
}

div.row.bundle-border-top div.col {
    position: relative;
    height: 16px;
    display: block;
    border-top: 1px solid rgba(224, 224, 224, .66);
    border-left: 1px solid rgba(224, 224, 224, .66);
    border-right: 1px solid rgba(224, 224, 224, .66)
}

div.row.bundle-border-top div.text div.tag {
    width: 64px;
    height: 64px;
    padding-top: 5px;
    right: 50%;
    transform: translateX(50%);
    top: -30px
}

div.row.bundle-border-top div.text div.tag,
div.row.bundle-border-top div.text div.tag strong {
    font-size: 9px;
    line-height: 15px
}

div.row.bundle-border-top div.text div.tag span.price {
    font-size: 12px;
    line-height: 18px
}

div.row.bundle-border-top div.text div.tag span.price span.decimals {
    font-size: 9px;
    line-height: 18px
}

div.row.bundle-border-bottom div.col {
    position: relative;
    height: 16px;
    display: block;
    border-bottom: 1px solid rgba(224, 224, 224, .66);
    border-left: 1px solid rgba(224, 224, 224, .66);
    border-right: 1px solid rgba(224, 224, 224, .66)
}

div.row.bundle-border-bottom div.col div.text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px
}

@media only screen and (max-width:768px) {
    div.row.services-bundle-cols.small div.col.col-sz-3 {
        width: 50% !important;
        margin-bottom: 20px
    }
    div.row.services-bundle-cols.small>div.row-wrapper div.row-inner-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    div.row.services-bundle-cols.small div.col div.text a.orange {
        font-size: 12px;
        line-height: 16px;
        display: block
    }
    div.row.services-bundle-cols div.image figure {
        position: relative
    }
    div.row.services-bundle-cols div.text div.tag {
        right: 0;
        top: -80px
    }
    div.row.services-bundle-cols div.premium-evaluation div.image figure::after {
        top: 170px;
        right: -25px
    }
    div.row.services-bundle-cols div.dossier div.image figure::after {
        top: 70px;
        left: -15px
    }
    div.row.services-bundle-cols div.sales-ad div.image figure::after {
        top: 40px;
        left: 100px
    }
    div.row.services-bundle-cols div.consulting div.image figure::after {
        top: 190px;
        left: 20px
    }
    div.row.services-bundle-cols.small div.premium-evaluation div.image figure::after {
        top: 55px;
        right: -12px
    }
    div.row.services-bundle-cols.small div.dossier div.image figure::after {
        top: 25px;
        left: -12px
    }
    div.row.services-bundle-cols.small div.sales-ad div.image figure::after {
        top: -8px;
        left: 64px
    }
    div.row.services-bundle-cols.small div.consulting div.image figure::after {
        top: 74px;
        left: -4px
    }
}

ul.checkmarks li {
    padding-left: 30px
}

ul.checkmarks li::before {
    background: url(../page/custom/site/dsg/plus.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0
}

@media only screen and (min-height:769px) {
    footer div.col.ds-right-align div.text {
        text-align: right
    }
}

div.column-background-slider {
    display: none
}

div.row.background-slider {
    position: relative
}

div.row.background-slider:before {
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    display: block;
    transition: opacity 1s
}

div.row.background-slider.fade:before {
    opacity: 1
}

div.column-calculator {
    text-align: center;
}

div.column-calculator>div {
    margin: 80px 0 0;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

div.column-calculator div.top {
    background: #a71a13;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 36px;
    padding: 20px;
    text-align: center;
    width: auto;
    z-index: 2;
    position: relative;
	border-radius: 15px 15px 0 0;
}

div.column-calculator div.top span.price {
    font-size: 34px;
    font-weight: 700
}

div.column-calculator div.middle {
    background: #ffffff;
    padding: 20px 20px 40px;
}
.column-calculator .right span.label, .column-calculator .left span.label {
    display: inline !important;
    background: #a71a13;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}
div.column-calculator div.middle span {
    display: block;
    margin-bottom: 10px;
    text-align: center
}
div.column-calculator div.middle span:focus-visible{
    outline: 0;
}
div.column-calculator div.middle .picked-value {
    background: #EAF2F8;
    clear: left;
    width: 125px;
    text-align: center;
    border: 1px solid #D5E5F1;
    border-radius: 2px;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: .6px;
    color: #202020;
    position: relative;
    margin: 20px auto 0 auto
}

div.column-calculator div.middle .picked-value .unit {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 110%;
    color: #A0A0A0
}

div.column-calculator div.middle .picked-value input {
    border: 0;
    background: 0;
    font-size: 24px;
    width: 100%;
    text-align: center
}

div.column-calculator div.middle .slid-lab {
    font-size: 14px;
    color: #104473;
    margin-top: 7px
}

div.column-calculator div.bottom {
    background: url(../../assets/images/light-blue-pattern.jpg);
    padding: 20px;
    position: relative;
    border-radius: 15px 15px 0 0;
}

div.column-calculator div.bottom>div {
    position: absolute;
    bottom: 60px
}

div.column-calculator div.bottom>div.center {
    bottom: 80px
}

div.column-calculator div.bottom>div span.label {
    display: block;
    font-size: 14px
}

div.column-calculator div.bottom>div span.unit {
    font-size: 12px;
    vertical-align: sub
}

div.column-calculator div.bottom>div.left {
    left: 20px;
    right: 275px;
    text-align: left
}

div.column-calculator div.bottom>div.left span.unit,
div.column-calculator div.bottom>div.left span.value {
    color: #a71a13
}

div.column-calculator div.bottom>div.left span.unit {
    display: block
}

div.column-calculator div.bottom>div.left span.value {
    font-size: 24px;
    font-weight: 700
}

div.column-calculator div.bottom>div.center {
    left: 125px;
    right: 125px;
    text-align: center
}

div.column-calculator div.bottom>div.center span.unit,
div.column-calculator div.bottom>div.center span.value {
    color: #44A636
}

div.column-calculator div.bottom>div.center span.value {
    font-size: 24px;
    font-weight: 700
}

div.column-calculator div.bottom>div.right {
    left: 275px;
    right: 20px;
    text-align: right
}

div.column-calculator div.bottom>div.right span.unit,
div.column-calculator div.bottom>div.right span.value {
    color: #E82727;
    display: inline-block
}

div.column-calculator div.bottom>div.right span.unit {
    display: block
}

div.column-calculator div.bottom>div.right span.value {
    font-size: 18px;
    font-weight: 700
}

div.column-calculator div.bottom>span {
    bottom: 20px;
    color: #A0A0A0;
    font-size: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

div.column-calculator div.bottom>span.hd24 {
    color: #a71a13;
    margin-left: -30px
}

div.column-calculator div.bottom>span.agency {
    margin-left: 30px
}

div.column-calculator div.button-container {
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    padding: 0 20px 20px;
    position: relative;
    text-align: center;
}


@media only screen and (max-width:767px) {
    div.column-calculator {
        margin: 0 auto;
    }
    div.column-calculator>div {
        width: 100%;
    }
    div.column-calculator div.middle .picked-value {
        width: 160px;
    }
    div.column-calculator div.bottom>div.right {
        left: 225px;
    }
    div.column-calculator div.bottom>div.left {
        right: 225px;
    }
}

.home-search-hero-1 {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 85vh;
    min-height: 780px;
    position: relative
}

.home-search-hero-1 .row-inner-wrapper {
    min-height: 85vh
}

.home-search-hero-1 .col {
    position: relative
}

.home-search-hero-1 .col-wrapper {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0
}

.home-search-hero-1 h1 {
    padding-right: 15%;
    letter-spacing: 4.4px;
    padding-top: 4vh;
    padding-bottom: 4vh
}

.home-search-hero-1 h1 strong {
    color: #002D7E;
    position: relative;
    display: inline-block
}

.home-search-hero-1 div.col.col-sz-4 {
    min-width: 400px
}

.column-property-evaluation-field {
    box-sizing: border-box;
    max-width: 868px;
    margin: 0 auto
}

.home-search-hero-1 .column-property-evaluation-field {
    background: rgba(0, 0, 0, .35);
    padding: 20px;
    border-radius: 2px
}

.column-property-evaluation-field form {
    position: relative
}

.column-property-evaluation-field form input {
    display: block;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .59);
    box-shadow: 0 0 8px rgba(0, 0, 0, .59);
    border: 0;
    border-radius: 2px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    padding: 0 15px;
    background: #fff
}

.column-property-evaluation-field .btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #0064AF;
    height: 64px;
    line-height: 64px;
    font-size: 32px
}

.column-property-evaluation-field .btn span {
    line-height: inherit
}

.column-property-evaluation-field span.tip {
    color: #fff;
    display: block;
    padding: 15px 0 0 15px
}

.home-search-2 {
    background: linear-gradient(0deg, #0064AF 0%, #002D7E 100%) 0 0 no-repeat padding-box;
    padding-top: 70px
}

.home-search-2 h2 strong {
    color: #fff
}

.home-search-2 h2 {
    margin-bottom: 40px;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .home-search-hero-1 {
        min-height: 630px
    }
    .home-search-hero-1 h1 {
        padding-top: 3vh;
        padding-bottom: 3vh;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 34px;
        line-height: 38px
    }
    .home-search-hero-1 .text>* {
        padding-left: 5%
    }
    .column-property-evaluation-field {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .column-property-evaluation-field {
        width: calc(100% - 160px);
        margin-left: 80px;
        margin-right: 80px
    }
}

@media only screen and (max-width:768px) {
    .home-search-hero-1 {
        min-height: 0
    }
    .home-search-hero-1 .text>* {
        padding-right: 5%
    }
    .home-search-hero-1 ul.checkmarks li {
        width: max-content;
        margin: auto
    }
    .home-search-hero-1 div.col.col-sz-4 {
        min-width: 0;
        padding-top: 40px
    }
    .home-search-hero-1 .column-property-evaluation-field {
        padding: 20px 10px
    }
    .column-property-evaluation-field form input {
        font-size: 14px;
        height: 48px;
        line-height: 48px
    }
    .column-property-evaluation-field .btn {
        height: 48px;
        line-height: 48px;
        font-size: 26px
    }
    .home-search-hero-1 h1 {
        font-size: 20px;
        padding-top: 3vh;
        padding-bottom: 3vh;
        margin-bottom: 3vh;
        line-height: 26px;
        text-align: center
    }
    .home-search-hero-1 h1 strong {
        font-size: 27px
    }
    .home-search-hero-1 .col-wrapper {
        top: 100px
    }
}

div.image figure {
    display: inline-block
}

div.image figure img {
    max-width: 100%
}

div.image.style-rounded figure {
    border-radius: 4px;
    overflow: hidden
}

div.image.style-border figure {
    background-color: #ebebeb;
    padding: 5px
}

div.image.style-outline figure {
    border: 1px solid #ebebeb;
    padding: 5px
}

div.image.style-outline figure img {
    border: 1px solid #ebebeb
}

div.image.style-shadow figure {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

div.image.style-bordered-shadow figure {
    background-color: #ebebeb;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    padding: 5px
}

div.image.style-3d-shadow figure {
    position: relative;
    margin-bottom: 15px;
    z-index: 0
}

div.image.style-3d-shadow figure:before,
div.image.style-3d-shadow figure:after {
    bottom: 8px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .5);
    content: "";
    height: 30%;
    left: 5px;
    position: absolute;
    right: 50%;
    transform: skewY(-6deg);
    transform-origin: 0 0 0;
    z-index: -1
}

div.image.style-3d-shadow figure:after {
    left: 50%;
    right: 5px;
    transform: skewY(6deg);
    transform-origin: 100% 0 0
}

div.image.style-round figure,
div.image.style-round figure img {
    border-radius: 50%;
    overflow: hidden
}

div.image.style-round-border figure {
    background-color: #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px
}

div.image.style-round-border figure img {
    border-radius: 50%;
    overflow: hidden
}

div.image.style-round-outline figure {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px
}

div.image.style-round-outline img {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden
}

div.image.style-round-shadow figure {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    overflow: hidden
}

div.image.style-round-shadow img {
    border-radius: 50%;
    overflow: hidden
}

div.image.style-round-border-shadow figure {
    background-color: #ebebeb;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    overflow: hidden;
    padding: 5px
}

div.image.style-round-border-shadow img {
    border-radius: 50%;
    overflow: hidden
}

div.image.style-circle figure,
div.image.style-circle figure img {
    border-radius: 50%;
    overflow: hidden
}

div.image.style-circle-border figure {
    background-color: #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px
}

div.image.style-circle-border figure img {
    border-radius: 50%;
    overflow: hidden
}

div.image.style-circle-outline figure {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px
}

div.image.style-circle-outline img {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden
}

div.image.style-circle-shadow figure {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    overflow: hidden
}

div.image.style-circle-shadow img {
    border-radius: 50%;
    overflow: hidden
}

div.image.style-circle-border-shadow figure {
    background-color: #ebebeb;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    overflow: hidden;
    padding: 5px
}

div.image.style-circle-border-shadow img {
    border-radius: 50%;
    overflow: hidden
}

div.image.desktop {
    display: block
}

div.image.phone {
    display: none
}

@media only screen and (max-width:767px) {
    div.image.desktop {
        display: none
    }
    div.image.phone {
        display: block
    }
}

.column-testimonials {
    padding-bottom: 80px
}

.column-testimonials .s-image {
    float: left
}

.column-testimonials .s-content {
    padding-top: 150px
}

.column-testimonials .s-content p {
    font-size: 18px;
    line-height: 26px;
    color: #202020
}

.column-testimonials .s-content .author {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

.column-testimonials .home-slider ul.flex-direction-nav {
    text-align: center;
    position: relative;
    top: -80px
}

.column-testimonials .home-slider ul.flex-direction-nav li {
    display: inline-block
}

.column-testimonials ol {
    display: none
}

.column-testimonials ul.flex-direction-nav a {
    color: #f67d0f;
    transition: all .2s
}

.column-testimonials ul.flex-direction-nav a:hover {
    color: #e82727
}

.column-testimonials ul.flex-direction-nav a:before {
    font-family: "icomoon", sans-serif;
    display: block;
    font-size: 56px;
    line-height: 56px
}

.column-testimonials ul.flex-direction-nav li {
    position: static;
    padding: 0 40px 0 0;
    transform: translate(0, 0)
}

.column-testimonials ul.flex-direction-nav a {
    opacity: 1;
    color: #f67d0f
}

.column-testimonials ul.flex-direction-nav a:hover {
    color: #e82727
}

@media only screen and (min-width:768px) {
    .column-testimonials ul.flex-direction-nav {
        position: absolute;
        bottom: 0;
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .column-testimonials .s-content {
        padding-top: 1px
    }
    .column-testimonials .flexslider ul.slides li img {
        max-height: 320px
    }
    .column-testimonials .flexslider {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:768px) {
    .column-testimonials .s-content p {
        font-size: 14px;
        line-height: 19px
    }
    .column-testimonials .s-text {
        background-size: 78px auto
    }
    .column-testimonials .s-content .author {
        font-size: 12px
    }
    .column-testimonials ul.flex-direction-nav {
        margin-left: 10px
    }
    .column-testimonials .s-image {
        margin-bottom: 40px
    }
}

.social-nav li a span {
    line-height: 40px
}

.ups-ip {
    position: relative
}

div.col.white-text div.text,
div.col.white-text div.text h1,
div.col.white-text div.text h2,
div.col.white-text div.text h3,
div.col.white-text div.text h4,
div.col.white-text div.text p,
div.col.white-text div.text li,
div.col.white-text div.text a {
    color: #FFFFFF
}

div.col.white-text div.text li::before {
    background: #ffffff
}

div.col.white-strong div.text strong {
    color: #ffffff
}

div.col div.text a.orange {
    color: #F67D0F;
    text-decoration: none;
    font-weight: 700
}

div.column-news-details div.share {
    margin: 20px 0
}

#wished-price-modal.disabled .modal-content {
    opacity: .5;
    pointer-events: none
}

#wished-price-modal object.loader {
    display: none;
    bottom: 115px;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

#wished-price-modal.disabled object.loader {
    display: block
}

@media only screen and (max-width:767px) {
    #wished-price-modal object.loader {
        bottom: 0
    }
}

.column-property-evaluation .step-results .upsale-ip,
.column-property-premium-evaluation .step-results+.upsale-ip {
    margin-top: 60px
}

.column-property-evaluation .fItem.error {
    margin-top: 30px
}

.column-property-evaluation span.error {
    display: block;
    margin-top: 5px;
    text-align: center
}

.column-property-premium-evaluation .eval-legend {
    margin: 0 auto 10px;
    width: 100%
}

.column-property-premium-evaluation.property-evaluation-m .legend-label::before {
    display: none
}

.column-property-premium-evaluation .estimate-value-hol span.estimate.min {
    color: #ACACAC
}

.column-property-premium-evaluation .estimate-value-hol span.estimate.max {
    color: #7C7C7C
}

.property-evaluation-m ul.eval-nav li p a {
    text-decoration: none
}

.property-evaluation-m .fSlider .slid-lab {
    max-width: 130px
}

.property-evaluation-m .fSlider .slid-lab.end {
    text-align: right
}

.property-evaluation-m .fSlider .slid-lab.middle-left {
    position: absolute;
    left: 31%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSlider .slid-lab.center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSlider .slid-lab.middle-right {
    position: absolute;
    right: 30%;
    transform: translateX(50%)
}

@media only screen and (max-width:768px) {
    .property-evaluation-m .fSlider .slid-lab {
        top: 142px
    }
    .property-evaluation-m .fSlider .slid-lab.start {
        transform: translateX(-25%)
    }
    .property-evaluation-m .fSlider .slid-lab.middle-left {
        left: 25%;
        transform: translateX(0)
    }
    .property-evaluation-m .fSlider .slid-lab.middle-right {
        position: absolute;
        right: 25%;
        transform: translateX(0)
    }
}

.property-evaluation-m .fSliderNine {
    background: url(../page/custom/site/dsg/slider9steps.png) no-repeat top center;
    padding-top: 5px;
    position: relative;
    width: 717px
}

.property-evaluation-m .fSliderNine .ui-slider {
    background: none;
    border-radius: 0;
    border: none;
    height: 25px;
    margin: 0 0 10px;
    width: 700px
}

.property-evaluation-m .fSliderNine .slid-lab {
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    white-space: nowrap
}

.property-evaluation-m .fSliderNine .slid-lab.pos-1 {
    left: 0
}

.property-evaluation-m .fSliderNine .slid-lab.pos-2 {
    left: 12.5%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSliderNine .slid-lab.pos-3 {
    left: 25%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSliderNine .slid-lab.pos-4 {
    left: 37.5%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSliderNine .slid-lab.pos-5 {
    left: 50%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSliderNine .slid-lab.pos-6 {
    left: 62.5%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSliderNine .slid-lab.pos-7 {
    left: 75%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSliderNine .slid-lab.pos-8 {
    left: 87.5%;
    transform: translateX(-50%)
}

.property-evaluation-m .fSliderNine .slid-lab.pos-9 {
    right: 0
}

.property-evaluation-m .fSliderNine.fSliderNineDefault .slid-lab.pos-1,
.property-evaluation-m .fSliderNine.fSliderNineDefault .slid-lab.pos-5,
.property-evaluation-m .fSliderNine.fSliderNineDefault .slid-lab.pos-9 {
    opacity: 1;
    transition: opacity .3s
}

.property-evaluation-m .fSliderNine .slid-lab.active {
    opacity: 1
}

.property-evaluation-m .ui-slider-vertical .ui-slider-handle {
    margin-top: -10px;
    font-weight: 400 !important;
    cursor: pointer
}

header .profile-nav .trigg {
    font-weight: 600
}

@media only screen and (max-width:767px) {
    div.page>div.wrapper {
        overflow-x: hidden
    }
    .home-search-hero-1 {
        min-height: 1260px
    }
    .home-search-hero-1 .col-wrapper {
        position: relative;
        top: 0 !important;
        transform: none !important
    }
    .property-evaluation-m .fSliderNine {
        background: url(../page/custom/site/dsg/slider9steps-phone.png) no-repeat top center;
        padding-top: 15px;
        height: 269px;
        width: 25px;
        margin: 0 0 0 20px
    }
    .property-evaluation-m .fSliderNine .ui-slider {
        width: 25px;
        height: 250px
    }
    .property-evaluation-m .fSliderNine .slid-lab {
        left: 40px !important
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-1 {
        top: 0
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-2 {
        top: 12.5%;
        transform: translateY(-5px)
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-3 {
        top: 25%;
        transform: translateY(-10px)
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-4 {
        top: 37.5%;
        transform: translateY(-15px)
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-5 {
        top: 50%;
        transform: translateY(-20px)
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-6 {
        top: 62.5%;
        transform: translateY(-20px)
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-7 {
        top: 75%;
        transform: translateY(-25px)
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-8 {
        top: 87.5%;
        transform: translateY(-30px)
    }
    .property-evaluation-m .fSliderNine .slid-lab.pos-9 {
        top: 100%;
        transform: translateY(-35px)
    }
}

.property-evaluation-m .configurator.last-step div.submit {
    position: relative
}

.property-evaluation-m .configurator.last-step object.loader,
.property-evaluation-m .get-results object.loader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.property-evaluation-m .configurator.last-step.submitted object.loader,
.property-evaluation-m .get-results.submitted object.loader {
    display: block
}

.property-evaluation-m .configurator.last-step.submitted div.submit button {
    pointer-events: none;
    background: #ffffff
}

.property-evaluation-m .configurator.last-step object.loader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.property-evaluation-m .configurator.last-step.submitted object.loader {
    display: block
}

.property-evaluation-m div.button-with-loader object.loader {
    position: relative;
    width: 70px;
    text-align: center;
    display: none
}

.property-evaluation-m div.button-with-loader.loading object.loader {
    display: inline-block
}

div.column-property-evaluation-entry form object.loader,
div.column-property-evaluation-field form object.loader {
    display: none
}

div.column-property-evaluation-entry form.submitted object.loader {
    display: block;
    margin: 0 auto;
    width: 70px
}

div.column-property-evaluation-entry form.submitted div.submit button {
    display: none
}

form .ui-autocomplete-input+object.loader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 15px;
    top: 10px
}

form .ui-autocomplete-input.ui-autocomplete-loading+object.loader {
    display: block
}

form .ui-autocomplete-input.ui-autocomplete-loading+object.loader+button span:before {
    display: none
}

form .ui-autocomplete.ui-menu .ui-menu-item {
    color: #A0A0A0;
    padding: 0
}

form .ui-autocomplete.ui-menu .ui-menu-item div {
    color: #A0A0A0;
    padding: 10px
}

form .ui-autocomplete.ui-menu .ui-menu-item .highlight {
    color: #0064AF;
    font-style: italic
}

form .ui-autocomplete.ui-menu .ui-state-hover,
form .ui-autocomplete.ui-menu .ui-state-focus,
form .ui-autocomplete.ui-menu .ui-state-active {
    border: 1px solid #F0F0F0;
    background: #F0F0F0;
    font-weight: 400
}

.column-property-header .expand-map-trigg {
    font-size: 50px;
    top: 50%;
    transform: translate(-50%, calc(-50% - 17px))
}

.column-property-header .expand-map-trigg span.small-tooltip {
    bottom: 70px
}

.column-property-header.expanded .expand-map-trigg span.small-tooltip.expand,
.column-property-header .expand-map-trigg span.small-tooltip.collapse {
    display: none !important
}

.column-property-header .expand-map-trigg a:hover span.small-tooltip.expand,
.column-property-header.expanded .expand-map-trigg a:hover span.small-tooltip.collapse {
    display: block !important
}

.column-property-header .property {
    box-sizing: border-box;
    height: 106px;
    transition: height .3s
}

.column-property-header.expanded .property {
    height: 706px
}

.column-property-header.expanded .row-stretch-default {
    position: initial;
    top: initial;
    left: initial;
    transform: initial
}

.column-property-premium-evaluation .step-results .ui-accordion .ui-accordion-header {
    cursor: default
}

@media only screen and (max-width:767px) {
    .column-property-header .property {
        margin-bottom: 150px
    }
}

.column-user-properties div.map {
    position: relative
}

.column-user-properties div.map img.pin {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%)
}

.column-user-latest-properties div.map {
    position: relative
}

.column-user-latest-properties div.map img.pin {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%)
}

.column-user-header div.tools-nav a.trigg:after {
    display: none
}

.modal-delete-property div.delete-map {
    position: relative
}

.modal-delete-property div.delete-map img {
    float: none !important
}

.modal-delete-property div.delete-map img.pin {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: auto
}

.modal-delete-property .modal-content {
    border-top: 1px solid #C2DAEC
}

.modal-delete-property .modal-content .buttons {
    border-top: 1px solid #C2DAEC;
    padding: 40px 0
}

.modal-delete-property .modal-content .buttons .btn {
    width: 190px;
    margin-bottom: 0
}

.modal-delete-property .modal-content .buttons .orange-link {
    height: 48px;
    line-height: 48px;
    margin-left: 40px
}

.modal-delete-property .modal-content div.col.col-sz-6:nth-child(1) {
    padding: 50px 10% 0
}

.dossier-download-warning .modal-delete-property .modal-content div.col.col-sz-12:nth-child(1) {
    padding: 40px;
    text-align: center
}

.modal.row-full-height form .btn {
    font-size: 12px
}

div.password-strength>span {
    display: none
}

div.password-strength>span.active {
    display: block
}

.select-dossier-template div.col.right .inner {
    position: relative;
    height: 530px
}

.column-property-dossier div.template-slides {
    position: absolute;
    visibility: hidden
}

.column-property-dossier div.template-slides.active {
    visibility: visible
}

.column-property-dossier .section-tpl-select .template-select {
    text-align: center
}

.column-property-dossier .dossier-creator a.add-option.inactive {
    display: none
}

.column-property-dossier .dossier-creator-header div.toggler {
    position: relative
}

.column-property-dossier .dossier-creator-header div.toggler object.loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: #FFFFFF;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.column-property-dossier .dossier-creator-header div.toggler.toggling object.loader {
    display: block
}

.column-property-dossier div.dragdrop.upload object.loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.column-property-dossier div.dragdrop.uploading object.loader {
    display: block
}

.column-property-sales-ad object.loader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 25px;
    transform: translateX(-50%);
    z-index: 10
}

.column-property-sales-ad.publishing object.loader {
    display: block
}

.column-property-sales-ad.publishing div.toggler.unpublished a {
    pointer-events: none
}

div.image-plus div.image figure {
    position: relative
}

div.image-plus div.image figure:after {
    background: url(../page/custom/site/dsg/plus.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    top: 0
}

div.image-plus.plus-pos-0 div.image figure:after {
    right: -35px;
    top: unset;
    bottom: 100px
}

div.image-plus.plus-pos-1 div.image figure:after {
    left: -40px;
    top: unset;
    bottom: 70px
}

div.image-plus.plus-pos-2 div.image figure:after {
    right: 40px;
    top: 40px
}

div.image-plus.plus-pos-3 div.image figure:after {
    right: -40px;
    top: 40px
}

.upsale-ip {
    background: linear-gradient(122deg, #0064AF 0%, #44A636 100%) 0 0;
    clear: both;
    color: #fff;
    padding: 0 205px 30px;
    position: relative
}

.upsale-ip .inner {
    position: relative;
    padding-top: 80px
}

.upsale-ip .sticker.round {
    position: absolute;
    top: -52px;
    left: calc(50% - 55px)
}

.upsale-ip .btn {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    box-sizing: border-box
}

.upsale-ip h2 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 30px;
    margin: 0 0 47px
}

.upsale-ip h2 strong {
    color: #fff
}

.upsale-ip p {
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    padding: 0 0 0 20%
}

.upsale-ip div.col.col-sz-12 {
    padding-top: 40px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .upsale-ip .sticker.round {
        left: calc(50% - 45px)
    }
    .property-evaluation-m .ui-accordion .ui-accordion-header::before {
        content: none
    }
    .property-evaluation-m .ui-accordion .ui-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 20px
    }
    .property-evaluation-m .ui-accordion .ui-accordion-header span.small {
        display: flex
    }
    .property-evaluation-m .ui-accordion .ui-accordion-header span.small::before {
        content: "\e931";
        font-family: "icomoon";
        color: #0064AF;
        opacity: .5;
        transform: rotate(90deg);
        display: inline-block;
        font-size: 18px;
        margin-right: 5px
    }
    .ui-accordion-header .value {
        font-size: 20px;
        line-height: 26px
    }
    .property-evaluation-m form .fRadio {
        padding-bottom: 0
    }
}

div.row.home-search-hero-1>div.row-wrapper>div.row-inner-wrapper,
div.row.home-search-hero-1>div.row-wrapper>div.row-inner-wrapper>div.col {
    overflow: inherit
}

.home-search-hero-1 div.col.has-white-shady-background div.background {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 500px;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-search-hero-1 div.col.has-white-shady-background div.background img {
    max-width: 100%;
    min-width: 100%;
    height: 500px
}

.home-search-hero-1 div.col.has-white-shady-background.stretch-background-to-left div.background {
    right: -20px
}

@media only screen and (max-width:767px) {
    nav.main div.profile ul.profile-nav li {
        font-size: 20px
    }
    div.image-plus div.image {
        text-align: center !important;
        margin-top: 10px
    }
    div.image-plus.plus-pos-1 div.image {
        margin-top: 40px
    }
    div.image-plus.plus-pos-1 div.image figure {
        width: 100%;
        text-align: center
    }
    div.image-plus.plus-pos-1 div.image figure:after {
        left: 0;
        top: -40px
    }
    div.image-plus.plus-pos-2 div.image figure:after {
        right: unset;
        left: 0;
        top: -40px
    }
    div.image-plus.plus-pos-3 div.image figure:after {
        right: unset;
        left: 0;
        top: -40px
    }
    div.row.triple-ip div.col.image-plus figure img {
        height: 275px !important
    }
    div.image-plus div.image figure::after {
        width: 78px;
        height: 78px;
        background-size: contain
    }
    div.image-plus.plus-pos-0 div.image {
        padding-top: 100px
    }
    div.image-plus.plus-pos-0 div.image figure::after {
        right: -30px;
        bottom: 40px
    }
    div.image-plus.plus-pos-1 div.image figure::after {
        left: -5px;
        top: 50px
    }
    div.image-plus.plus-pos-2 div.image figure::after {
        right: unset;
        left: 140px;
        top: -10px
    }
    div.image-plus.plus-pos-3 div.image figure::after {
        right: unset;
        left: 0;
        top: unset;
        bottom: 20px
    }
    div.image figure img {
        max-width: 100%;
        object-fit: contain
    }
}

form li a.check-promo-code {
    top: 22px;
    color: #0064AF;
    font-size: 14px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    z-index: 10
}

a.logo {
    height: 60px
}

@media only screen and (max-width:991px) {
    a.logo {
        height: 60px
    }
}

@media only screen and (max-width:767px) {
    a.logo {
        height: 40px
    }
    .column-calculator .right span.label, .column-calculator .left span.label {
        display: block !important;
        background: transparent;
        padding: 15px;
        border-radius: 5px;
        color: #222222;
    }

    /*div.column-calculator div.middle {
        border: 1px solid #d2d2d2;
    }*/
}

.range-slider-sec{
    padding: 20px 0;
}