.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}mappress-map poi {
display: none;
}
.mapp-layout {
border: 1px solid lightgray;
box-sizing: border-box;
display: block;
max-width: none; min-width: 200px;
opacity: 1 !important; padding: 0px !important; }
mappress-map.mapp-layout {
display: flex;
flex-direction: column;
position: relative; }
.mapp-layout * {
box-sizing: border-box;
color: black;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
} .mapp-layout.aligncenter {
text-align: left;
}
.mapp-canvas {
user-select: none;
}
.mapp-wrapper {
min-height: 50px;
position: relative;
} .mapp-content {
display: flex;
flex-direction: column;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.mapp-main {
display: flex;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-content .mapp-main .mapp-canvas img {
border: none;
max-width: none; padding: 0; }
.mapp-hidden {
display: none;
}  .mapp-canvas-panel {
flex: 1;
height: 100%;
margin: 0px;
overflow: hidden !important;
padding: 0px !important;
position: relative; }
.mapp-canvas {
height: 100%;
word-wrap: normal; }
.mapp-canvas img {
background: none;
box-shadow: none !important; border-radius: 0px !important; visibility: inherit !important;
}
.leaflet-container .leaflet-control-attribution * {
font-size: 8px;
} .leaflet-popup-close-button {
box-shadow: none !important; text-decoration: none !important; }
a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
text-decoration: none !important;
}
.mapp-spinner-overlay {
align-items: center;
background-color: #c0c0c0;
justify-content: center;
opacity: 0.5;
padding: 10px;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 10001;
} .mapp-spinner {
background: transparent url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/loading.gif) no-repeat center center;
background-size: 64px;
display: inline-block;
height: 64px;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
z-index: 10002;
width: 64px;
} .mapp-google-control {
background-color: white;
box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
position: absolute;
}
.mapp-google-control > div {
background-position: center;
background-repeat: no-repeat;
height: 40px;
opacity: 0.6;
width: 40px;
}
.mapp-google-control:hover { background-color: #f4f4f4; }
.mapp-google-control:hover > div { opacity: 1; }
.mapp-leaflet-control {
border: 2px solid rgba(0,0,0,0.2);
border-radius: 4px;
position: absolute;
z-index: 1000;
}
.mapp-leaflet-control > div {
background-color: white;
background-position: center;
background-repeat: no-repeat;
border-radius: 2px;
height: 30px;
line-height: 30px;
opacity: 1;
width: 30px;
}
.mapp-leaflet-control:hover > div {
background-color: #f4f4f4;
opacity: 1;
}
.mapp-google-fullscreen, .mapp-leaflet-fullscreen {
top: 10px; right: 10px;
}
.mapp-google-fullscreen > div, .mapp-leaflet-fullscreen > div {
background-image: url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/fullscreen.svg);
background-size: 18px 18px;
}
.mapp-google-geolocate, .mapp-leaflet-geolocate {
bottom: 120px; right: 10px;
}
.mapp-mini .mapp-google-geolocate, .mapp-mini .mapp-leaflet-geolocate {
bottom: auto;
top: 60px;
}
.mapp-google-geolocate > div {
background-image: url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 18px 18px;
}
.mapp-leaflet-geolocate > div {
background-image: url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 14px 14px;
} .mapp-sidebar {
background-color: white;
border-right: 1px solid lightgray;
display: flex;
flex-direction: column;
max-width: 55%;
position: relative;
transition-property: all;
transition-duration: .1s;
width: 0;
}
.mapp-sidebar.mapp-sidebar-open {
width: 300px;
} .mapp-sidebar-toggle {
align-items: center;
background-color: white;
border: 1px solid lightgray;
cursor: pointer;
display: flex;
height: 40px;
justify-content: center;
margin: auto;
position: absolute;
top: 0; left: 100%; bottom: 0;
width: 20px;
z-index: 1000;
}
.mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid black;
content: '';
}
.mapp-sidebar-open .mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-left: none;
border-right: 6px solid black;
} .mapp-sidebar.mapp-sidebar-inline  {
border: none;
border-top: 1px solid lightgray;
display: flex;
max-height: 350px;
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-sidebar-toggle {
display: none;
}
.mapp-sidebar-inline .mapp-directions {
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-list {
display: flex;
flex: 1;
flex-direction: column;
} .mapp-list {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-list .mapp-list-header {
border-bottom: 1px solid lightgray;
display: flex;
flex-direction: column;
padding: 5px;
position: relative; }
.mapp-list-count {
padding: 5px;
text-align: center;
}
.mapp-list .mapp-items {
flex: 1;
overflow: auto;
}
.mapp-list .mapp-item {
align-items: center;
border-bottom: 1px solid lightgray;
display: flex;
cursor: pointer;
overflow: hidden;
padding: 10px;
}
.mapp-list .mapp-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-list .mapp-item:hover {
background-color: #eaeaea;
}
.mapp-list .mapp-info {
flex: 1;
}
.mapp-list .mapp-info .mapp-template {
align-items: center;
display: flex;
}
.mapp-list .mapp-title {
flex: 1;
}
.mapp-list .mapp-item .mapp-icon {
border: none; max-width: 32px !important; max-height: 32px;
margin: 0 5px;
padding: 0; }
.mapp-list-footer {
border-top: 1px solid lightgray;
display: flex;
justify-content: center;
padding: 10px;
}
.mapp-list .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-list .mapp-dir {
color: #4272db;
cursor: pointer;
white-space: nowrap;
} .mapp-paginate {
align-items: center;
display: flex;
} .mapp-paginate-button {
align-items: center;
background-color: #eee;
border: 1px solid lightgray;
border-radius: 5px;
cursor: pointer;
display: inline-flex;
font-size: 16px;
height: 25px;
justify-content: center;
margin: 0 2px;
width: 20px;
}
.mapp-paginate-button.mapp-disabled {
color: #aaa;
}
.mapp-paginate-count {
display: inline-block;
min-width: 60px;
text-align: center;
} .mapp-header {
align-items: center;
background-color: white;
border-bottom: 1px solid lightgray;
display: flex;
gap: 5px;
min-height: 45px;
} .mapp-search-container {
display: flex;
flex: 1;
padding: 5px;
position: relative;
} .mapp-autocomplete {
align-items: center;
display: flex;
flex: 1;
}
.mapp-autocomplete-wrapper {
display: flex;
flex: 1;
position: relative;
}
.mapp-autocomplete input.mapp-places {
background-color: white !important; border: none;
border: 1px solid #bbb ;
box-shadow: none ;
color: black ;
flex: 1;
line-height: 25px;
margin: 0 ;
padding: 5px 10px;
} .mapp-autocomplete .mapp-submit-button {
height: 100%;                                                         
padding: 0 10px;
} .mapp-autocomplete .mapp-submit-button img {
margin: 0 !important;
}
.mapp-autocomplete-list {
background-color: white;
border: 1px solid lightgray;
box-shadow: 0px 1px 2px grey;
cursor: pointer;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 100%;
width: 100%;
z-index: 10000;
}
.mapp-autocomplete-item {
background-color: inherit;
border-bottom: 1px solid lightgray;
border-top: none;
border-right: none;
border-left: none;
box-shadow: none;
color: inherit;
cursor: inherit;
font: inherit;
margin: 0;
padding: 8px;
}
.mapp-autocomplete-item:hover, .mapp-autocomplete-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-autocomplete-item {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} .mapp-filters {
display: flex;
}
.mapp-filters-spinner {
background: transparent url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 24px;
width: 24px;
margin-left: 10px;
margin-right: 10px;
}
.mapp-filter {
display: flex;
flex-direction: column; }
.mapp-filter-button {
align-items: center;
display: flex;
justify-content: center;
}
.mapp-filter-dropdown {
background-color: white;
display: none;
flex-direction: column;
}
.mapp-filter-open .mapp-filter-dropdown {
display: flex;
}
.mapp-filter-values {
line-height: normal;
min-width: 100%;
overflow: auto;
padding: 5px 10px;
}
.mapp-filter-values .mapp-control {
display: block;
}
.mapp-filter-toolbar {
align-items: center;
border-top: 1px solid lightgray;
display: flex;
justify-content: space-between;
padding: 10px;
}
.mapp-filter-toolbar .mapp-filter-count {
color: #777;
margin-right: 5px;
min-width: 100px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
.mapp-filter-values .mapp-filter-label {
font-weight: bold;
padding: 10px 0;
text-transform: capitalize;
white-space: nowrap;
}
.mapp-filter-values label {
align-items: center;
color: #666;
display: flex;
font-weight: normal; margin-bottom: 5px;
margin-right: 10px;
}
.mapp-filter-values img.mapp-icon {
display: inline; margin-right: 5px;
} .mapp-content .mapp-filters .mapp-filter-values input[type="text"] {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
padding: 5px;
}
.mapp-content .mapp-filters .mapp-filter-values input[type="radio"], .mapp-filter-values input[type="checkbox"] {
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
margin-right: 10px;
outline: none;
}
.mapp-content .mapp-filters .mapp-filter-values select {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
padding: 5px;
width: 100%;
} .mapp-header .mapp-filter {
margin-right: 5px;
}
.mapp-header .mapp-filter .mapp-filter-dropdown {
background-color: white;
border: 1px solid lightgray;
max-height: calc(100% - 45px);
position: absolute;
top: 45px; right: 0;
z-index: 10000;
}
.mapp-sidebar .mapp-filters {
border-bottom: 1px solid lightgray;
flex-direction: column;
overflow: hidden;
z-index: 1003;
}
.mapp-sidebar .mapp-filter-button {
border: none;
border-bottom: 1px solid lightgray;
}
.mapp-sidebar .mapp-filter-dropdown {
border-bottom: 1px solid lightgray;
}
.mapp-sidebar .mapp-filter-all .mapp-filter-dropdown {
line-height: normal;
padding: 5px;
position: absolute;
top: 35px; bottom: 0; right: 0; left: 0;
z-index: 10000;
}  .mapp-ib-wrapper {
bottom: 0;
display: flex;
left: 0;
max-height: 60%; max-width: 90%; overflow: hidden;
position: absolute;
}
.mapp-ib-content {
display: flex;
flex-direction: column;
line-height: 0; overflow: hidden;
z-index: 1005; } :fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-webkit-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-moz-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-ms-fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
.mapp-ib {
background-color: white;
border: 1px solid lightgray;
box-sizing: border-box;
display: flex;
flex-direction: column;
line-height: normal;
outline: none;
overflow: hidden;
box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
}
.mapp-ib-tip {
display: flex;
flex: 0 0 auto;
left: 50%;
position: relative;
top: -1px;
width: 0;
}
.mapp-ib-tip:before {
border: 10px solid transparent;
border-top: 10px solid white;
border-bottom: none;
content: "";
left: -10px;
position: relative;
width: 0;
} .mapp-iw {
display: flex;
flex-direction: column;
min-width: 200px;
overflow: hidden;
} .mapp-ib .mapp-iw * {
font-size: 13px;
} .mapp-content .mapp-iw * {
line-height: normal;
}
.mapp-iw p {
margin: 0 !important;
padding: 0;
} .mapp-iw iframe {
max-height: 100%;
max-width: 100%;
} .mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited, .mapp-iw a:hover {
border: none !important;
box-shadow: none !important; color: #4272db !important;
margin: 0;
padding: 0;
text-decoration: none !important;
}
.mapp-iw .mapp-info {
display: flex;
flex: 1;
flex-direction: column;
min-height: 100px; overflow: hidden;
padding: 10px;
}
.mapp-iw .mapp-info .mapp-template {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
}
.mapp-iw .mapp-title {
font-weight: bold;
padding-bottom: 10px;
}
.mapp-iw .mapp-body {
flex: 1;
overflow: auto;
overflow-wrap: break-word;
}
.mapp-iw .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-iw .mapp-dir {
color: #4272db;
cursor: pointer;
padding-top: 10px;
white-space: nowrap;
} .mapp-ie .mapp-iw {
display: block;
overflow: auto;
}
.mapp-ie .mapp-iw .mapp-body {
flex: none;
} .mapp-iw .mapp-table {
margin-top: 10px;
}
.mapp-iw .mapp-label {
font-weight: 500;
}
.mapp-iw .mapp-cell {
padding: 2px 10px;
} .mapp-iw .mapp-thumbnail {
cursor: pointer;
}
.mapp-thumbnail {
align-items: center;
display: flex;
justify-content: center;
overflow: hidden;
position: relative;
} .mapp-thumbnail img {
display: inline-block;
object-fit: cover;
}
.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
align-items: center;
background-color: white;
border: 1px solid gray;
border-radius: 40px;
color: black;
cursor: pointer;
display: flex;
font-size: 20px;
height: 24px;
justify-content: center;
opacity: 0.5;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 24px;
}
.mapp-thumbnail .mapp-gallery-previous:hover, .mapp-thumbnail .mapp-gallery-next:hover {
opacity: 1.0;
}
.mapp-thumbnail .mapp-gallery-previous { left: 5px; }
.mapp-thumbnail .mapp-gallery-next { right: 5px; }
.mapp-thumbnail .mapp-gallery-previous:after { content: "<"; }
.mapp-thumbnail .mapp-gallery-next:after { content: ">"; } .mapp-iw.mapp-thumb-top .mapp-thumbnail {
text-align: center;
} .mapp-iw.mapp-thumb-top.mapp-has-thumb .mapp-info {
min-width: 100%;
width: 0;
}
.mapp-iw.mapp-thumb-left .mapp-thumbnail, .mapp-iw.mapp-thumb-right .mapp-thumbnail {
align-items: center;
} .mapp-iw.mapp-thumb-left .mapp-info, .mapp-iw.mapp-thumb-right .mapp-info  {
min-width: 150px;
}
.mapp-iw.mapp-thumb-left {
flex-direction: row;
}
.mapp-iw.mapp-thumb-right {
flex-direction: row-reverse;
}  .mapp-list .mapp-thumbnail img, .mapp-list .mapp-thumbnail .mapp-embed, .mapp-list .mapp-thumbnail iframe {
height: 100%;
width: 100%;
} .mapp-list.mapp-thumb-top .mapp-item {
display: block;
padding: 10px;
}
.mapp-list.mapp-thumb-top .mapp-thumbnail {
height: 150px;
margin-bottom: 10px;
text-align: center;
}
.mapp-list.mapp-thumb-left .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-right: 10px;
}
.mapp-list.mapp-thumb-left .mapp-item {
align-items: start;
}
.mapp-list.mapp-thumb-left .mapp-info .mapp-template {
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-item {
align-items: start;
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-left: 10px;
} @keyframes floatdown {
from { margin-top: 0 }
to { margin-top: 5px }
}
@keyframes floatup {
from { margin-top: 0 }
to { margin-top: -5px }
}
.mapp-ib-wrapper.mapp-ib-float {
animation: floatup 0.4s forwards;
}  .mapp-mini .mapp-main {
flex-direction: column-reverse;
}
.mapp-mini .mapp-sidebar {
bottom: 0;
height: 0;
left: 0;
max-width: none;
position: absolute;
right: 0;
transition-property : all;
transition-duration: .3s;
width: auto;
z-index: 10000;
}
.mapp-mini .mapp-sidebar.mapp-sidebar-open  {
height: 100%;
}
.mapp-button.mapp-view-list, .mapp-button.mapp-view-map {
align-items: center;
border: none;
justify-content: center;
}
.mapp-view-list img, .mapp-view-map img {
height: 16px !important; margin-right: 5px;
}
.mapp-mini .mapp-directions {
max-width: none;
width: auto;
}
.mapp-footer {
background-color: #f5f5f5;
border-top: 1px solid lightgray;
} .mapp-marker {
cursor: pointer;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
position: absolute;
touch-action: none; } .mapp-marker img:nth-child(2) {
height: 50%;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 50%;
} .mapp-marker img {
transform-origin: 50% 100%;
transition: transform .2s;
width: 100%;
} .mapp-marker-scale img {
transform-origin: 50% 100%;
transform: scale(1.2);
perspective: 1001px;
} .mapp-marker-scale img:nth-child(2) {
transform: translate(-50%, -50%) scale(1.5);
}
.mapp-marker-circle {
overflow: visible !important;
}
.mapp-marker-circle::before {
background-color: rgba(255,255,255,0.7);
border: 3px solid white;
border-radius: 50%;
box-sizing: border-box;
content: "";
left: -25%;
top: -25%;
width: 150%;
height: 150%;
position: absolute;
z-index: -1;
} .mapp-directions {
padding: 10px;
}
.mapp-directions input {
border: 1px solid gray; padding: 3px;
}
.mapp-directions .mapp-dir-toolbar {
margin-top: 10px;
}
.mapp-directions .mapp-dir-from, .mapp-directions .mapp-dir-to {
width: 80% ;
line-height: normal ;
}
.mapp-directions .mapp-dir-from {
margin-bottom: 10px;
}
.mapp-directions .mapp-dir-arrows {
background: transparent url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/directions.png) no-repeat center center;
background-position: -10px -489px;
cursor: pointer;
display: inline-block;
height: 12px;
margin: 0;
padding: 0;
position: relative;
top: 10px; left: 5px;
vertical-align: middle;
width: 10px;
}  .mapp-main .mapp-menu-toggle {
background: white url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/menu-2x.png) no-repeat center center;
background-size: 24px 24px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
color: #777;
cursor: pointer;
height: 40px;
outline: none;
outline: none; position: absolute;
top: 10px; left: 10px; bottom: 0; right: 0;
width: 40px;
z-index: 1000;
}
.mapp-menu {
background-color: white;
border: 1px solid lightgray;
color: #606060;
cursor: default;
display: flex;
flex-direction: column;
overflow: auto;
padding: 5px 0 5px 0;
position: absolute;
top: 50px; left: 10px;
width: 150px;
z-index: 1010;
}
.mapp-menu-items {
flex: 1;
}
.mapp-menu-item {
cursor: pointer;
line-height: 20px;
padding: 5px 10px 5px 10px;
}
.mapp-menu-item:hover {
background-color: #eaeaea;
color: black;
}
.mapp-menu-item.mapp-active {
background-color: #eaeaea;
color: black;
font-weight: bold;
}
.mapp-menu-separator {
padding: 0;
border-bottom: 1px solid lightgray;
}
.mapp-menu-footer{
padding: 5px 10px;
text-align: right;
}
.mapp-menu-help:hover {
opacity: 1;
} .mapp-dialog {
max-width: 90vw;
max-height: 90vh;
overflow: hidden;
padding: 0;
} .mapp-dialog[open] {
display: flex;
flex-direction: column;
}
.mapp-dialog::backdrop {
background-color: black;
opacity: 0.6;
}
@media screen and (max-width: 650px) {
.mapp-dialog {
height: 100vh;
max-height: none;
max-width: none;
width: 100vw;
}
}
.mapp-dialog-title {
font-size: 20px;
padding: 15px;
}
.mapp-dialog-content {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
padding: 15px;
}
.mapp-dialog-toolbar {
align-items: center;
display: flex;
justify-content: space-between;
padding: 15px;
border-top: 1px solid lightgray;
}
.mapp-dialog-toolbar > div {
display: flex;
gap: 5px;
}
.mapp-dialog-nopad .mapp-dialog-title, .mapp-dialog-nopad .mapp-dialog-content, .mapp-dialog-nopad .mapp-dialog-toolbar {
padding: 0;
}
.mapp-dialog-close {
color: black;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 36px;
line-height: 36px;
position: absolute;
text-align: center;
top: 10px; right: 10px;
z-index: 1;
}
.mapp-dialog-close:hover {
color: rgb(0,124,186);
} .mapp-dialog.mapp-modal {
height: 80vh;
max-height: 900px;
max-width: 1024px;
width: 80vw;
}
.mapp-modal-title {
margin-bottom: 15px;
}
.mapp-modal-title h1 {
margin: 0;
padding: 0 0 15px 0;
}
.mapp-modal-template {
display: flex;
flex: 1;
flex-direction: row;
} .mapp-modal-featured {
max-width: 40%;
}
.mapp-modal-featured img {
height: 100% !important;
object-fit: cover;
width: 100% !important;
max-width: none !important;
}
.mapp-modal-article {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 20px;
}
.mapp-modal-meta {
display: flex;
font-size: 12px;
justify-content: space-between;
margin-top: 50px;
}
.mapp-modal-spinner-wrapper {
transform: translate(-200%, -200%);
width: 5px;
height: 5px;
} .mapp-modal-spinner {
background: transparent url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 40px;
width: 40px;
margin-left: 10px;
margin-right: 10px;
position: absolute;
top: 50%; left: 50%;
}  .mapp-component-iframe {
background-color: rgba(221,221,221,1); border: none;
max-height: none !important; overflow: hidden;
z-index: 1;
} .mapp-iframe {
background-color: rgba(221,221,221,1); border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
}
.mapp-iframe-html, .mapp-iframe-body { 
box-sizing: border-box;
color: black;
font-family: sans-serif;
font-size: 13px;
height: 100%;
margin: 0;
padding: 0;
}
.mapp-iframe-body .mapp-wrapper { 
height: 100% !important;
padding-bottom: 0 !important;
} .mapp-errors-overlay {
background-color: black;
opacity: 0.7;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1100; }
.mapp-errors {
background-color: white;
border: 2px solid gray;
color: black !important;
overflow: auto;
padding: 10px;
position: absolute;
top: 10%; left: 10%; bottom: 10%; right: 10%;
z-index: 1101;
}
.mapp-errors * {
font-size: 14px !important;
}
.mapp-errors-header {
font-size: 18px !important;
font-weight: bold !important;
margin-bottom: 15px;
text-align: center;
}
.mapp-errors-section {
margin: 5px 0;
}
.mapp-errors-title {
display: inline-block;
border-bottom: 2px solid red;
font-weight: 600 !important;
margin: 10px 0;
}
.mapp-errors-toolbar {
text-align: center;
}
.mapp-errors-apikey {
background-color: #007CBA;
border: 1px solid gray;
color: white;
cursor: pointer;
display: inline-block;
margin-top: 20px;
padding: 10px;
}
.mapp-errors-apikey:hover {
background-color: #006ba1;
}
.mapp-errors-apikey:active {
box-shadow: inset 0 0 0 1px #fff, 0 0 0;
} .mapp-layout > .cmplz-placeholder-element {
height: auto !important;
}
.mapp-layout.mapp-has-iframe { position: relative; }
.mapp-layout.mapp-has-iframe iframe,
.mapp-layout.mapp-has-iframe div.cmplz-blocked-content-container,
.mapp-layout.mapp-has-iframe [data-placeholder_class_index] {
border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
} .mapp-table {
border-collapse: collapse;
display: table;
table-layout: fixed;
}
.mapp-table .mapp-row { display: table-row; }
.mapp-table .mapp-cell { display: table-cell; }
.mapp-table .mapp-label { display: table-cell; } div.mapp-control {
display: inline-block;
}
.mapp-control > label {
align-items:center;
display: inline-flex;
}
.mapp-control > label > span {
margin: 0 5px;
}
.mapp-label-top {
margin-bottom: 3px;
} .mapp-control-checkbox label, .mapp-control-radio label {
margin-right: 20px;
} .mapp-control input[type="radio"], .mapp-control input[type="checkbox"] {
margin: 0;
}
.mapp-help-text {
font-style: italic;
padding: 5px 0;
}
.mapp-help-link {
display: inline-block;
text-decoration: none;
vertical-align: baseline;
}
.mapp-help-warning {
border: 1px solid lightgray;
border-left: 4px solid #dba617;
margin-top: 10px;
padding: 10px;
}
.mapp-help-error {
border: 1px solid lightgray;
border-left: 4px solid #d63638;
margin-top: 10px;
padding: 10px;
} .mapp-align-left { float: left; }
.mapp-align-right { float: right; }
.mapp-align-center { margin-left: auto; margin-right: auto; }
.mapp-align-default {}
.mapp-close {
color: gray;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
height: 20px;
line-height: 20px;
position: absolute;
text-align: center;
top: 0px; right: 0px;
width: 20px;
z-index: 1;
}
.mapp-close:after {
content: "x";
}
.mapp-close:hover {
color: black;
}
img.mapp-icon, .mapp-icon img {
box-shadow: none !important; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
height: 32px;
width: 32px;
vertical-align: middle;
}
*[data-mapp-action] {
cursor: pointer;
}
.mapp-max {
width: 100%;
}
.mapp-caret:after {
content: "";
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 5px;
vertical-align: middle;
} .mapp-button, .mapp-link-button, .mapp-submit-button {
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
line-height: normal;
padding: 10px;
text-transform: uppercase;
white-space: nowrap;
}
.mapp-link-button {
color: #4285F4;
}
.mapp-button {
background-color: white;
border: 1px solid lightgray;
}
.mapp-button:hover {
background-color: #eee;
}
.mapp-submit-button {
background-color: #4d90fe;
border: 1px solid lightgray;
color: white;
}
.mapp-submit-button:hover {
background-color: #357ae8;
}
.mapp-button-disabled  {
color: #aaa
}
.mapp-button-busy:after {
background: transparent url(//francerevisited.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
background-size: 20px 20px;
content: '';
height: 20px;
margin-left: 10px;
opacity: 0.5;
width: 20px;
}
.mapp-button-caret:after {
content: '';
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 10px;
}
.mapp-button-disabled.mapp-button-caret:after {
border-top: 5px solid #aaa;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpedon-container {
width: 100%;
}
.wpedon-container.wpedon-align-left {
text-align: left;
}
.wpedon-container.wpedon-align-center {
text-align: center;
}
.wpedon-container.wpedon-align-right {
text-align: right;
}
.wpedon-form {
width: 100%;
}
.wpedon-form .wpedon-stripe-button-container,
.wpedon-form .wpedon-paypal-button-container {
display: block;
width: 100%;
margin-top: 20px;
}
.wpedon-form .wpedon-stripe-button-container > *,
.wpedon-form .wpedon-paypal-button-container > * {
display: block !important;
width: 100%;
margin-bottom: 8px;
}
.wpedon-paypal-button-container.wpedon-horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpedon-align-left .wpedon-form .wpedon-paypal-button-container.wpedon-horizontal {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wpedon-align-center .wpedon-form .wpedon-paypal-button-container.wpedon-horizontal {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpedon-align-right .wpedon-form .wpedon-paypal-button-container.wpedon-horizontal {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wpedon-align-left .wpedon-form .wpedon-paypal-button-container:not(.wpedon-horizontal) > *,
.wpedon-align-left .wpedon-form .wpedon-stripe-button-container > * {
margin-left: 0;
margin-right: auto;
}
.wpedon-align-center .wpedon-form .wpedon-paypal-button-container:not(.wpedon-horizontal) > *,
.wpedon-align-center .wpedon-form .wpedon-stripe-button-container > * {
margin-left: auto;
margin-right: auto;
}
.wpedon-align-right .wpedon-form .wpedon-paypal-button-container:not(.wpedon-horizontal) > *,
.wpedon-align-right .wpedon-form .wpedon-stripe-button-container > * {
margin-left: auto;
margin-right: 0;
}
.wpedon-align-left .wpedon-form .wpedon-paypal-button-container.wpedon-horizontal > * {
margin-left: 0;
margin-right: 8px;
}
.wpedon-align-center .wpedon-form .wpedon-paypal-button-container.wpedon-horizontal > * {
margin-left: 8px;
margin-right: 8px;
}
.wpedon-align-right .wpedon-form .wpedon-paypal-button-container.wpedon-horizontal > * {
margin-left: 8px;
margin-right: 0;
}
.wpedon-stripe-button {
background-image: linear-gradient(#28A0E5, #015E94);
-webkit-font-smoothing: antialiased;
border: 0;
padding: 1px;
height: 40px;
text-decoration: none;
border-radius: 4px;
box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
}
.wpedon-stripe-button:hover {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.wpedon-stripe-button span {
display: block;
position: relative;
padding: 0 12px 0 12px;
height: 40px;
background: #1275ff;
background-image: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
font-size: 14px;
line-height: 40px;
color: #fff;
font-weight: bold;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%);
border-radius: 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpedon-stripe-button span::before {
content: "";
width: 33px;
height: 24px;
background-repeat: no-repeat;
background-size: 23px 24px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAADQklEQVRIDbWVaUiUQRjHZ96dXY/d1fYQj1U03dJSw9YkFgy6DIkILRArQSSC7PjQjQQqVH7oQ0GHQUWgpQhKHzoNSqiUwpXcsrwIjzVtPVrzbPV9Z6bZhYV3N3WXYAeGmWeeZ37z8J95GEgpBf5oeXn1Es4fYAdzPDlM6je4RBYhR+LMU89UxiCBGiCgkUwsBYSA+SlPKLQBQAYEAZm+3j42K96z3NyOF7VOeMrp62opRcacjPW5+43rDTpNSKQ8QKZAEg7xmPCTs/O27uGJgXuNbW0pxyvLfTmAEBzthEsFZLxRvPdi5rpYo2cmUiQJDA4IVeo0obGdlvGfXUPj0Sym2zPuHxvzcWjDyVupJ/YYizKTGNjLw/HiduNTAqIRIUJ6Vpp+ky8bCSFgwQ2xgkGxFi1ioNWEBGuJB31gbLIv/2pd7SpFoGxtpCYkLSEq4ptlzIYFO7tc7w0TKkeEYg5ADnrWkkYhD8s26GPq3nW0WKxTptftPYBI4Mj3O2fHvKNZBMVSDmMwarXNjDkSF3d5kExZeiCr8M2VI+VFu9IvsPcYtzAvkfoEZkEEE45jMppq3ppbCNPFIY1nD1cpo07lbMmvOXeoDCF8BLKy9uUAAjDkBh+c6bz78mNtVVP7MwET7JBnqb4xXpdWVpC1OVzWn+ELHLCsneX/s7rkRWl1463cy1U3WroG21jhCGKJXPOtKQnpAuENvsAppgDB3TcDVIrpDHbK5Kd+y7W8iodNybHh22rOHyxUK+UaMYjZaoyp25rYL54TSihSKmwZ14v3lc3ZFxdbeywjn/tGJnkmzrydX1ApxOEACKymmXLYfXVpi1JMEOGxPi1ep18doY4r2J7uFumQQ9yGf01bMcZW8dpyc0oIjxxpuC5wuUDX+ovWrnYeg3aXvdLIqnmOvXPsfH6uA5YbTb1DX8ofvTLzTy6ZV4K6fAw+gXiATfdffmjeaUgc1UdpdWplsCooQBrEnqUw82dhdnjit/Vxc4f59tP3DRjzJvYteqrl4rmNlJIfrOwpgNklesDRNQBCHYtQAQqD2CgACNjHAJnG1EyfV/S67fZiJB5t2OGEe4n7L3fS4fpEv/2hUEATfoPbuam5v8N7nps70YTbAAAAAElFTkSuQmCC);
}
.wpedon-stripe-button.processing {
cursor: wait;
}
.wpedon-payment-message {
font-size: .9rem;
}
.wpedon-payment-message .payment-success {
color: green;
}
.wpedon-payment-message .payment-error {
color: red;
} .wpedon-or {
display: none;
position: relative;
margin-top: 25px;
margin-bottom: 0;
text-align: center;
}
.wpedon-paypal-button-container:not(:empty) ~ .wpedon-or {
display: block;
}
.wpedon-container.wpedon-align-left .wpedon-or {
margin-left: 0;
margin-right: auto;
}
.wpedon-container.wpedon-align-center .wpedon-or {
margin-left: auto;
margin-right: auto;
}
.wpedon-container.wpedon-align-right .wpedon-or {
margin-left: auto;
margin-right: 0;
}
.wpedon-or:before {
content: '';
position: absolute;
width: 80%;
left: 10%;
top: 50%;
margin-top: 1px;
border-top: 1px solid #ddd;
}
.wpedon-or span {
position: relative;
background: #fff;
padding: 0 20px;
}
.wpedon-card-form {
position: relative;
padding-bottom: 10px;
}
.wpedon-card-form.processing {
opacity: 0.5;
}
.wpedon-card-form.processing:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
cursor: wait;
z-index: 99;
}
.wpedon-paypal-btn {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 500;
cursor: pointer;
position: relative;
width: 100%;
box-sizing: border-box;
border: none;
vertical-align: top;
overflow: hidden;
border-radius: 4px;
margin-top: 15px;
}
.wpedon-paypal-btn:hover {
filter: brightness(0.95);
}
.wpedon-paypal-btn.color-gold {
color: #2C2E2F;
background: #ffc439;
}
.wpedon-paypal-btn.color-blue {
color: #fff;
background: #0070ba;
}
.wpedon-paypal-btn.color-black {
color: #fff;
background: #2C2E2F;
}
.wpedon-paypal-btn.color-silver {
color: #2C2E2F;
background: #eee;
}
.wpedon-paypal-btn.color-white {
color: #2C2E2F;
background: #fff;
border: 1px solid #555;
}
.wpedon-card-form label {
display: block;
}
.wpedon-card-form .card-field-wrapper {
min-height: 52.5px;
}
.wpedon-card-form input.card_field {
width: 100%;
min-height: 36px;
padding: 6px 5px;
background: #fff;
border: 1px solid #ddd;
font-size: 13.3333px;
margin: 5px auto;
display: inline-block;
line-height: 22px;
outline: none;
transition: none;
color: #000;
font-weight: 400;
}
.wpedon-card-form input.card_field::placeholder {
font-size: 11pt;
}
.wpedon-card-form input.card_field.invalid {
color: red;
border-color: red;
}
.wpedon-card-form .card_field iframe {
width: 100% !important;
min-height: 36px;
background: #fff;
border: 1px solid #ddd !important;
font-size: 11pt;
margin: 5px auto;
float: none !important;
height: 30px !important;
padding: 6px 5px;
display: inline-block;
}
.wpedon-card-form .card_field.invalid iframe {
border-color: red !important;
}  .wpedon-container .wpedon-input,
.wpedon-container .wpedon-select {
font-size: 13.33px;
font-weight: 600;
height: auto;
border: 1px solid #ddd;
background-color: #fff;
border-radius: 0;
}
.wpedon-container .wpedon-input {
padding: 7px 4px;
}
.wpedon-container .wpedon-select {
padding: 8px 4px;
}
.wpedon-container .wpedon-input:focus,
.wpedon-container .wpedon-select:focus {
border: 1px solid #ddd;
outline: none;
} .paypal-buttons-context-iframe iframe {
outline-width: unset !important;
outline-style:  unset !important;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:'';line-height:0}.clearfix:after{clear:both}@media (min-width:768px){.tdm-header-style-3 .td-affix .td-main-menu-logo img{top:0}}@-moz-document url-prefix(){@media (min-width:768px){.tdm-header-style-3 .td-main-menu-logo a img{top:-1px}}}.tdm-header-style-1,.tdm-header-style-2,.tdm-header-style-3{}.tdm-header-style-1.td-header-wrap .td-header-top-menu-full,.tdm-header-style-2.td-header-wrap .td-header-top-menu-full,.tdm-header-style-3.td-header-wrap .td-header-top-menu-full{background-color:#222}.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{display:block;margin-right:42px;height:80px}@media (min-width:1019px) and (max-width:1140px){.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{margin-right:20px}}@media (min-width:768px) and (max-width:1018px){.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{margin-right:10px}}@media (max-width:767px){.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{float:left;margin:0;display:inline;width:0;height:0}}.tdm-header-style-1 .td-main-menu-logo a,.tdm-header-style-2 .td-main-menu-logo a,.tdm-header-style-3 .td-main-menu-logo a{line-height:80px}.tdm-header-style-1 .td-main-menu-logo img,.tdm-header-style-2 .td-main-menu-logo img,.tdm-header-style-3 .td-main-menu-logo img{max-height:80px}@media (max-width:767px){.tdm-header-style-1 .td-main-menu-logo img,.tdm-header-style-2 .td-main-menu-logo img,.tdm-header-style-3 .td-main-menu-logo img{max-height:48px}}.tdm-header-style-1 .td-header-sp-recs,.tdm-header-style-2 .td-header-sp-recs,.tdm-header-style-3 .td-header-sp-recs{width:100%}@media (min-width:1019px){.tdm-header-style-1 .td-header-sp-recs,.tdm-header-style-2 .td-header-sp-recs,.tdm-header-style-3 .td-header-sp-recs{margin:24px auto 0 auto!important}}@media (min-width:768px) and (max-width:1018px){.tdm-header-style-1 .td-header-sp-recs,.tdm-header-style-2 .td-header-sp-recs,.tdm-header-style-3 .td-header-sp-recs{margin:14px auto 0 auto!important}}.tdm-header-style-1.td-header-background-image .td-header-sp-recs,.tdm-header-style-2.td-header-background-image .td-header-sp-recs,.tdm-header-style-3.td-header-background-image .td-header-sp-recs{}@media (min-width:1019px){.tdm-header-style-1.td-header-background-image .td-header-sp-recs,.tdm-header-style-2.td-header-background-image .td-header-sp-recs,.tdm-header-style-3.td-header-background-image .td-header-sp-recs{margin-bottom:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdm-header-style-1.td-header-background-image .td-header-sp-recs,.tdm-header-style-2.td-header-background-image .td-header-sp-recs,.tdm-header-style-3.td-header-background-image .td-header-sp-recs{margin-bottom:14px!important}}.tdm-header-style-1 .td-header-rec-wrap,.tdm-header-style-2 .td-header-rec-wrap,.tdm-header-style-3 .td-header-rec-wrap{min-height:0}.tdm-header-style-1 .td-a-rec-id-header img,.tdm-header-style-1 .td-g-rec-id-header img,.tdm-header-style-2 .td-a-rec-id-header img,.tdm-header-style-2 .td-g-rec-id-header img,.tdm-header-style-3 .td-a-rec-id-header img,.tdm-header-style-3 .td-g-rec-id-header img{position:relative}.tdm-header-style-1 .td-a-rec-id-header .adsbygoogle,.tdm-header-style-1 .td-g-rec-id-header .adsbygoogle,.tdm-header-style-2 .td-a-rec-id-header .adsbygoogle,.tdm-header-style-2 .td-g-rec-id-header .adsbygoogle,.tdm-header-style-3 .td-a-rec-id-header .adsbygoogle,.tdm-header-style-3 .td-g-rec-id-header .adsbygoogle{position:relative;display:block!important}.tdm-header-style-1 .tdm-header-menu-btns,.tdm-header-style-2 .tdm-header-menu-btns,.tdm-header-style-3 .tdm-header-menu-btns{line-height:80px}.tdm-header-style-1 .td-header-menu-social,.tdm-header-style-2 .td-header-menu-social,.tdm-header-style-3 .td-header-menu-social{line-height:80px}.tdm-header-style-1 .td-header-menu-wrap-full #td-header-search-button,.tdm-header-style-2 .td-header-menu-wrap-full #td-header-search-button,.tdm-header-style-3 .td-header-menu-wrap-full #td-header-search-button{color:#000}.tdm-header-style-1 .td-header-menu-wrap-full #td-header-search-button .td-icon-search,.tdm-header-style-2 .td-header-menu-wrap-full #td-header-search-button .td-icon-search,.tdm-header-style-3 .td-header-menu-wrap-full #td-header-search-button .td-icon-search{line-height:80px}.tdm-header-style-1 #td-header-menu,.tdm-header-style-2 #td-header-menu,.tdm-header-style-3 #td-header-menu{display:block}.tdm-header-style-1 .sf-menu>li>a,.tdm-header-style-2 .sf-menu>li>a,.tdm-header-style-3 .sf-menu>li>a{line-height:80px}@media (min-width:1019px) and (max-width:1140px){.tdm-header-style-1 .sf-menu>li>a,.tdm-header-style-2 .sf-menu>li>a,.tdm-header-style-3 .sf-menu>li>a{padding:0 12px}}.tdm-header-style-1 .sf-menu a.sf-with-ul,.tdm-header-style-2 .sf-menu a.sf-with-ul,.tdm-header-style-3 .sf-menu a.sf-with-ul{}@media (min-width:1019px) and (max-width:1140px){.tdm-header-style-1 .sf-menu a.sf-with-ul,.tdm-header-style-2 .sf-menu a.sf-with-ul,.tdm-header-style-3 .sf-menu a.sf-with-ul{padding-right:26px}}.tdm-header-style-1 .td-mega-menu ul,.tdm-header-style-2 .td-mega-menu ul,.tdm-header-style-3 .td-mega-menu ul{border-top:none}@media (max-width:767px){.tdm-header-style-1 .td-header-main-menu,.tdm-header-style-2 .td-header-main-menu,.tdm-header-style-3 .td-header-main-menu{height:54px}}.tdm-header-style-1 .td-affix .td-header-menu-btns,.tdm-header-style-1 .td-affix .td-header-menu-social,.tdm-header-style-2 .td-affix .td-header-menu-btns,.tdm-header-style-2 .td-affix .td-header-menu-social,.tdm-header-style-3 .td-affix .td-header-menu-btns,.tdm-header-style-3 .td-affix .td-header-menu-social{line-height:48px}.homepage-post.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_6 .tdm-header-style-1 .td-header-sp-recs,.single_template_6 .tdm-header-style-2 .td-header-sp-recs,.single_template_6 .tdm-header-style-3 .td-header-sp-recs,.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_8 .tdm-header-style-1 .td-header-sp-recs,.single_template_8 .tdm-header-style-2 .td-header-sp-recs,.single_template_8 .tdm-header-style-3 .td-header-sp-recs,.single_template_10 .tdm-header-style-1 .td-header-sp-recs,.single_template_10 .tdm-header-style-2 .td-header-sp-recs,.single_template_10 .tdm-header-style-3 .td-header-sp-recs,.single_template_11 .tdm-header-style-1 .td-header-sp-recs,.single_template_11 .tdm-header-style-2 .td-header-sp-recs,.single_template_11 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-3 .td-header-sp-recs{}@media (min-width:1019px){.homepage-post.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_6 .tdm-header-style-1 .td-header-sp-recs,.single_template_6 .tdm-header-style-2 .td-header-sp-recs,.single_template_6 .tdm-header-style-3 .td-header-sp-recs,.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_8 .tdm-header-style-1 .td-header-sp-recs,.single_template_8 .tdm-header-style-2 .td-header-sp-recs,.single_template_8 .tdm-header-style-3 .td-header-sp-recs,.single_template_10 .tdm-header-style-1 .td-header-sp-recs,.single_template_10 .tdm-header-style-2 .td-header-sp-recs,.single_template_10 .tdm-header-style-3 .td-header-sp-recs,.single_template_11 .tdm-header-style-1 .td-header-sp-recs,.single_template_11 .tdm-header-style-2 .td-header-sp-recs,.single_template_11 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-3 .td-header-sp-recs{margin-bottom:24px!important}}@media (min-width:768px) and (max-width:1018px){.homepage-post.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_6 .tdm-header-style-1 .td-header-sp-recs,.single_template_6 .tdm-header-style-2 .td-header-sp-recs,.single_template_6 .tdm-header-style-3 .td-header-sp-recs,.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_8 .tdm-header-style-1 .td-header-sp-recs,.single_template_8 .tdm-header-style-2 .td-header-sp-recs,.single_template_8 .tdm-header-style-3 .td-header-sp-recs,.single_template_10 .tdm-header-style-1 .td-header-sp-recs,.single_template_10 .tdm-header-style-2 .td-header-sp-recs,.single_template_10 .tdm-header-style-3 .td-header-sp-recs,.single_template_11 .tdm-header-style-1 .td-header-sp-recs,.single_template_11 .tdm-header-style-2 .td-header-sp-recs,.single_template_11 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-3 .td-header-sp-recs{margin-bottom:14px!important}}.tdm-header-style-2{}.tdm-header-style-2 .td-logo-in-menu{}@media (min-width:767px){.tdm-header-style-2 .td-logo-in-menu{position:absolute;top:0;left:20px}}@media (min-width:767px){.tdm-header-style-2 #td-header-menu>div>.sf-menu{display:table;margin:0 auto}}.tdm-header-style-2 .tdm-menu-btns-socials{position:absolute;top:0;right:0}.tdm-header-style-3 .sf-menu{float:right}.tdm-menu-active-style3 .tdm-header .sf-menu>li>a:after,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:after,.tdm-menu-active-style5 .tdm-header .sf-menu>li>a:after{display:none}.tdm-menu-active-style2 .tdm-header ul.sf-menu>li,.tdm-menu-active-style4 .tdm-header ul.sf-menu>li{line-height:80px}.tdm-menu-active-style2 .tdm-header ul.sf-menu>li>a,.tdm-menu-active-style4 .tdm-header ul.sf-menu>li>a{display:inline-block;line-height:1}.tdm-menu-active-style2 .tdm-header .td-affix ul.sf-menu>li,.tdm-menu-active-style4 .tdm-header .td-affix ul.sf-menu>li{line-height:24px!important}.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.sfHover>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>li>a:hover{color:#4db2ec}.tdm-menu-active-style2 .tdm-header .sf-menu>li>a{margin:0 14px;padding:11px 0}.tdm-menu-active-style2 .tdm-header .sf-menu a.sf-with-ul{margin-right:31px}.tdm-menu-active-style2 .tdm-header .td-affix .sf-menu>li>a{padding:0}.tdm-menu-active-style4 .tdm-header .sf-menu>li>a{margin:0 9px;padding:10px;border:3px solid transparent}.tdm-menu-active-style4 .tdm-header .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.sfHover>a,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:hover{border-color:#4db2ec}.tdm-menu-active-style4 .tdm-header .sf-menu a.sf-with-ul{padding-right:26px}.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>li>a{padding:0}.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.sfHover>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>li>a:hover{background-color:#4db2ec;color:#fff}.tdm-header-menu-btns{float:right;margin-left:15px;line-height:48px}@media (max-width:767px){.tdm-header-menu-btns{display:none}}.tdm-header-menu-btns .tdm_block_button{margin-right:8px;margin-bottom:0}@media (min-width:768px) and (max-width:1018px){.tdm-header-menu-btns .tdm_block_button{margin-right:5px}.tdm-header-menu-btns .tdm_block_button .tdm-btn{height:30px;line-height:30px}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4 .tdm-button-a{transform:rotateX(0deg) translateZ(15px)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4 .tdm-button-b{transform:rotateX(90deg) translateZ(15px)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4:hover .tdm-button-a{transform:rotateX(-90deg) translateZ(15px)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4:hover .tdm-button-b{transform:rotateX(0deg) translateZ(15px)}}.tdm-header-menu-btns .tdm_block_button:last-child{margin-right:0}.tdm-header-menu-btns .tds-button{line-height:1}.td-affix .tdm-header-menu-btns{line-height:48px!important}.td-affix .tdm-header-menu-btns .tdm-btn{height:30px;line-height:30px}.td-affix .tdm-header-menu-btns .tdm-btn-style4{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.td-affix .tdm-header-menu-btns .tdm-btn-style4 .tdm-button-a{transform:rotateX(0deg) translateZ(15px)}.td-affix .tdm-header-menu-btns .tdm-btn-style4 .tdm-button-b{transform:rotateX(90deg) translateZ(15px)}.td-affix .tdm-header-menu-btns .tdm-btn-style4:hover .tdm-button-a{transform:rotateX(-90deg) translateZ(15px)}.td-affix .tdm-header-menu-btns .tdm-btn-style4:hover .tdm-button-b{transform:rotateX(0deg) translateZ(15px)}.td-header-menu-social{margin-left:15px}.tdm-header .header-search-wrap{position:relative;float:right;margin-left:15px}.td-header-sp-email,.td-header-sp-info,.td-header-sp-phone{padding-left:0!important;padding-right:0!important;line-height:28px}.td-header-style-12 .td-header-sp-email,.td-header-style-12 .td-header-sp-info,.td-header-style-12 .td-header-sp-phone{line-height:54px}.td-header-sp-email,.td-header-sp-phone{margin-right:32px}.top-bar-style-mp-1 .td-header-sp-top-menu,.top-bar-style-mp-1 .td-header-sp-top-widget{float:right!important}.tdm-title{font-size:36px;line-height:47px;font-weight:400;margin-top:10px;margin-bottom:26px;color:#111;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}@media (min-width:768px) and (max-width:1018px){}@media (max-width:767px){.tdm-title{font-size:35px;line-height:39px}}.tds-title .tdm-title{display:inline-block}.tdm-title-xxsm{font-size:13px;line-height:16px;font-weight:600}.tdm-title-xsm{font-size:14px;line-height:20px;font-weight:600;text-transform:uppercase}.tdm-title-sm{margin-bottom:7px;font-size:23px;line-height:33px;font-weight:500}.tdm-title-md{font-size:28px;line-height:36px;font-weight:400}@media (min-width:1019px) and (max-width:1140px){.tdm-title-md{font-size:26px;line-height:32px}}@media (min-width:768px) and (max-width:1018px){.tdm-title-md{font-size:24px;line-height:30px}}.tdm-title-bg{font-size:46px;line-height:56px;font-weight:400}@media (min-width:768px) and (max-width:1018px){.tdm-title-bg{font-size:36px;line-height:42px}}@media (max-width:767px){.tdm-title-bg{font-size:40px;line-height:50px}}.tdm-content-horiz-center .tdm-title-line{margin-left:auto;margin-right:auto}.tdm-content-horiz-right .tdm-title-line{margin-left:auto;margin-right:0}.tdm-descr-sm{font-family:'Open Sans', arial, sans-serif;font-size:15px;line-height:26px;color:#666;margin-bottom:30px}.tdm-descr{font-family:'Open Sans', arial, sans-serif;font-size:16px;line-height:28px;color:#666;margin-bottom:30px}@media (max-width:1018px){.tdm-descr{font-size:15px;line-height:24px}}@media (min-width:768px) and (max-width:1018px){.tdm-descr{margin-bottom:25px}}@media (max-width:767px){.tdm-descr{margin-bottom:20px}}.tds-title2 .tdm-title,.tds-title3 .tdm-title{margin-bottom:0!important}.tds-title2 .tdm-title-line,.tds-title3 .tdm-title-line{display:table;position:relative;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.tds-title2 .tdm-title-line:after,.tds-title3 .tdm-title-line:after{content:'';width:100%;position:absolute;background-color:#4db2ec;top:0;left:0;margin:auto;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.tds-title3 .tdm-title{font-weight:600}.tds-title3 .tdm-title-sub{font-family:'Roboto', sans-serif;text-transform:uppercase;font-size:15px;font-weight:500;color:#666}.tds-title3.tdm-subtitle-above .tdm-title{margin-bottom:26px!important}.tdm-btn{display:inline-block;font-family:'Roboto', sans-serif;text-align:center;position:relative;pointer-events:auto!important}.tdm-btn .tdm-btn-text{pointer-events:none!important;vertical-align:middle;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tdm-btn i{pointer-events:none;vertical-align:middle;line-height:1;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tdm-btn i:first-child{margin-right:14px}.tdm-btn i:last-child{margin-left:14px}.ie9 .tdm-btn .tdm-btn-text,.ie9 .tdm-btn i,.ie10 .tdm-btn .tdm-btn-text,.ie10 .tdm-btn i,.ie11 .tdm-btn .tdm-btn-text,.ie11 .tdm-btn i{background:transparent}.ie9 div .tdm-title,.ie10 div .tdm-title,.ie11 div .tdm-title{background:transparent}.ie9 .tdm-fancy-title span,.ie10 .tdm-fancy-title span,.ie11 .tdm-fancy-title span{background:transparent}.ie9 .tds-icon:before,.ie10 .tds-icon:before,.ie11 .tds-icon:before{background:transparent}.ie9 .tdm-counter-number,.ie10 .tdm-counter-number,.ie11 .tdm-counter-number{background:transparent}.tdm-btn-sm{font-size:13px;line-height:29px;height:31px;padding:0 16px}.tdm-btn-md{font-size:13px;line-height:39px;height:41px;padding:0 24px}@media (max-width:767px){.tdm-btn-md{line-height:40px;height:40px;padding:0 23px}}.tdm-btn-lg{font-size:15px;font-weight:500;line-height:52px;height:55px;padding:0 36px}@media (min-width:768px) and (max-width:1018px){.tdm-btn-lg{line-height:52px;height:52px;padding:0 34px}}@media (max-width:767px){.tdm-btn-lg{font-size:14px;line-height:50px;height:50px;padding:0 30px}}.tdm-btn-xlg{font-size:17px;font-weight:500;line-height:68px;height:75px;padding:0 50px}.tds-button1{background-color:#4db2ec;color:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button1:before{content:'';background-color:#222;width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.tds-button1:hover:before{opacity:1}.tds-button2,.tds-button6,.tds-button7{position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds-button2 .tdm-btn-text,.tds-button2 i,.tds-button6 .tdm-btn-text,.tds-button6 i,.tds-button7 .tdm-btn-text,.tds-button7 i{color:#4db2ec}.tds-button2:hover .tdm-btn-text,.tds-button2:hover i,.tds-button6:hover .tdm-btn-text,.tds-button6:hover i,.tds-button7:hover .tdm-btn-text,.tds-button7:hover i{color:#222}.tds-button2:before,.tds-button6:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-color:#4db2ec;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tds-button2:hover:before,.tds-button6:hover:before{border-color:#222}.tds-button3{color:#000;background-color:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;z-index:0}.tds-button3:before{content:'';background-color:#fff;width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.tds-button4{background-color:#000;display:inline-block}.tds-button4 .tdm-btn{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background-color:#000;color:#fff;overflow:hidden;vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tds-button4 .tdm-button-b{position:absolute;top:0;left:0;width:100%;height:100%}.tds-button4.tdm-btn-xlg-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-xlg-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(38px)}.tds-button4.tdm-btn-xlg-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(38px)}.tds-button4.tdm-btn-lg-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-lg-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(27px)}.tds-button4.tdm-btn-lg-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(27px)}.tds-button4.tdm-btn-md-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-md-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(20px)}.tds-button4.tdm-btn-md-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(20px)}.tds-button4.tdm-btn-sm-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-sm-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(15px)}.tds-button4.tdm-btn-sm-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(15px)}.tds-button4:hover.tdm-btn-xlg-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(38px)}.tds-button4:hover.tdm-btn-xlg-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(38px)}.tds-button4:hover.tdm-btn-lg-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(27px)}.tds-button4:hover.tdm-btn-lg-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(27px)}.tds-button4:hover.tdm-btn-md-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(20px)}.tds-button4:hover.tdm-btn-md-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(20px)}.tds-button4:hover.tdm-btn-sm-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(15px)}.tds-button4:hover.tdm-btn-sm-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(15px)}.tdm-block-button-full .tds-button4{display:block}.tds-button5{min-width:0;height:auto;padding:0;line-height:initial!important;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;text-align:left}.tds-button5 .tdm-btn-text,.tds-button5 i{color:#000}.tds-button5:hover .tdm-btn-text,.tds-button5:hover i{color:#4db2ec}.tds-button6:after{content:'';position:absolute;width:100%;height:100%;background-color:#4db2ec;opacity:0.14;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 14 ")";filter:alpha(opacity=14.000000000000002);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;z-index:-1}.tds-button6:hover:after{top:0;left:0}.tds-button7{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button7 .tdm-btn-border-bottom,.tds-button7 .tdm-btn-border-top{content:'';position:absolute;left:0;width:100%;background-color:#4db2ec;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tds-button7 .tdm-btn-border-top{top:0}.tds-button7 .tdm-btn-border-bottom{bottom:0}.tds-button7:before{content:'';width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.tds-button7:hover .tdm-btn-border-bottom,.tds-button7:hover .tdm-btn-border-top{background-color:#222}.tds-button7:hover:before{opacity:1}.tds-button8{color:#000;background-color:#fff;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;z-index:0;vertical-align:middle;overflow:hidden}.tds-button8:before{content:'';background-color:#fff;padding-top:100%;width:100%;left:50%;top:50%;position:absolute;z-index:-1;border-radius:50%!important;transform:translate(-50%, -50%) scale(0);-webkit-transform:translate(-50%, -50%) scale(0);-webkit-transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);-moz-transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);-o-transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9)}.tdm_block .tdm-row{}@media (max-width:767px){}.tdm_block .tdm-row .tdm-col{float:none;display:inline-block;vertical-align:top}@media (max-width:767px){.tdm_block .tdm-row .tdm-col{float:left;width:100%}}.tdm_block .td-block-width{margin:0 auto}.tdm_white_text .tdm-descr,.tdm_white_text .tdm-title{color:#fff}.tdm-width-1068 .td-block-width{max-width:1068px}.tdm-width-1200 .td-block-width{max-width:1200px}.tdm-width-1400 .td-block-width{max-width:1400px}.tdm-width-1600 .td-block-width{max-width:1600px}.tdm-width-1800 .td-block-width{max-width:1800px}.tdm-width-full .td-block-width{max-width:100%}.tdm-full-height .td-block-width{height:100vh!important}.tdm-layout-12-12 .tdm-col{width:50%}.tdm-row-height{display:flex}@media (max-width:767px){.tdm-row-height{flex-direction:column}}[class*=tdc-theme-] .tdm-row-height{display:inherit;flex-direction:inherit}[class*=tdc-theme-] .tdm-row-height .tdc-columns{display:flex}@media (max-width:767px){[class*=tdc-theme-] .tdm-row-height .tdc-columns{flex-direction:column}}@media (min-width:767px){.tdm-layout-13-23 .tdm-col:first-child{width:33.33333333%}.tdm-layout-13-23 .tdm-col:last-child{width:66.66666667%}.tdm-layout-23-13 .tdm-col:first-child{width:66.66666667%}.tdm-layout-23-13 .tdm-col:last-child{width:33.33333333%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-13-23 .tdm-col:first-child{width:41.66666667%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-13-23 .tdm-col:last-child{width:58.33333333%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-23-13 .tdm-col:first-child{width:58.33333333%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-23-13 .tdm-col:last-child{width:41.66666667%}}.tdm-inline-block{display:inline-block}.tdm-content-horiz-center{text-align:center!important;margin-right:auto;margin-left:auto}.tdm-content-horiz-right{text-align:right!important;margin-left:auto}.tdm-content-vert-center .td-block-row .tdm-col{vertical-align:middle!important}.tdm-content-vert-bottom .td-block-row .tdm-col{vertical-align:bottom!important}@media (min-width:768px) and (max-width:1108px){.stretch_row_1068 .tdm-col:first-child .tdm-text-padding,.tdm-width-1068 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1068 .tdm-col:last-child .tdm-text-padding,.tdm-width-1068 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1068 .tdm-fix-full,.tdm-width-1068 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1240px){.stretch_row_1200 .tdm-col:first-child .tdm-text-padding,.tdm-width-1200 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1200 .tdm-col:last-child .tdm-text-padding,.tdm-width-1200 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1200 .tdm-fix-full,.tdm-width-1200 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1440px){.stretch_row_1400 .tdm-col:first-child .tdm-text-padding,.tdm-width-1400 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1400 .tdm-col:last-child .tdm-text-padding,.tdm-width-1400 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1400 .tdm-fix-full,.tdm-width-1400 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1640px){.stretch_row_1600 .tdm-col:first-child .tdm-text-padding,.tdm-width-1600 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1600 .tdm-col:last-child .tdm-text-padding,.tdm-width-1600 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1600 .tdm-fix-full,.tdm-width-1600 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1840px){.stretch_row_1800 .tdm-col:first-child .tdm-text-padding,.tdm-width-1800 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1800 .tdm-col:last-child .tdm-text-padding,.tdm-width-1800 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1800 .tdm-fix-full,.tdm-width-1800 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (max-width:767px){.td_block_wrap .tdm-text-padding{padding-left:20px;padding-right:20px}}.td-pb-row .tdm-fix-full{}@media (max-width:767px){.td-pb-row .tdm-fix-full{margin-left:-20px;margin-right:-20px}}.td-stretch-content .tdm-mobile-full{}@media (max-width:767px){.td-stretch-content .tdm-mobile-full{margin-left:-20px;margin-right:-20px;width:auto}}.tdm-col-img{line-height:0}.tdm_block_text_image{}@media (min-width:767px){.tdm_block_text_image.tdm-text-image-extend-img{margin-right:calc((-100vw + 100%) / 2)}.tdm_block_text_image.tdm-text-image-extend-img.tdm-flip-yes{margin-right:0;margin-left:calc((-100vw + 100%) / 2)}.tdm_block_text_image.tdm-text-image-extend-img.tdm-flip-yes .tdm-col-img{text-align:right}}@media (max-width:767px){.tdm_block_text_image .tdm-col-img{margin-top:36px}.tdm_block_text_image.tdm-flip-yes .tdm-col-img{margin-top:0;margin-bottom:15px}}.tdm_block_text_image .tdm-text-wrap{padding-top:20px;padding-bottom:20px}.tdm_block_text_image .tdm-descr{margin-bottom:0}.tdm_block_text_image .tds-button{margin-top:30px}.tdm_block_hero{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tdm_block_hero:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.tdm_block_hero .td-block-row{position:relative;height:600px}.tdm_block_hero .td-block-row .tdm-col{}@media (max-width:767px){.tdm_block_hero .td-block-row .tdm-col{float:none}}.tdm_block_hero.tdm-full-height .td-block-row{height:100vh!important}.tdm_block_hero .tdm-text-wrap{margin:40px 0}.tdm_block_hero .tdm-descr{margin-bottom:0}.tdm_block_hero .tdm-buttons-wrap{margin:31px -10px 0}.tdm_block_hero .tds-button{display:inline-block;margin-bottom:10px}.tdm_block_hero .td-block-span12{position:absolute;top:0;left:0;width:100%}.tdm_block_hero .tdm-title{margin-top:0}.tdm_block_hero.tdm-content-vert-center .td-block-span12{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.tdm_block_hero.tdm-content-vert-bottom .td-block-span12{top:auto;bottom:0}.tdm_block_hero .tdm-btn{margin-left:10px;margin-right:10px;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.td_block_fancy_text .tdm-fancy-title{font-family:'Roboto', sans-serif;font-size:155px;font-weight:bold;line-height:106px;letter-spacing:-8px;margin-top:-5px;margin-bottom:-60px}@media (min-width:1019px) and (max-width:1140px){.td_block_fancy_text .tdm-fancy-title{font-size:120px;line-height:80px;letter-spacing:-6px}}@media (min-width:768px) and (max-width:1018px){.td_block_fancy_text .tdm-fancy-title{font-size:98px;line-height:70px;letter-spacing:-4px}}@media (max-width:767px){.td_block_fancy_text .tdm-fancy-title{font-size:72px;line-height:44px;letter-spacing:-4px;margin-top:40px;margin-bottom:-76px}}.td_block_fancy_text .tdm-fancy-title span{display:block;word-break:break-word;padding:10px 10px 47px 0}.td_block_fancy_text .tdm-fancy-title1{color:#333}.td_block_fancy_text .tdm-fancy-title2{color:#fff;text-shadow:2px 8px 27px rgba(0, 0, 0, 0.1);top:-60px;position:relative}.td_block_fancy_text .tdm-btn{margin-top:10px;margin-bottom:10px}.td_block_fancy_text.tdm-flip-yes .tdm-fancy-title,.td_block_fancy_text.tdm-flip-yes .tdm-image{}@media (max-width:767px){.td_block_fancy_text.tdm-flip-yes .tdm-fancy-title,.td_block_fancy_text.tdm-flip-yes .tdm-image{margin-top:30px}}.td_block_fancy_text.tdm-content-horiz-center .tdm-fancy-title span{margin:0 auto}.td_block_fancy_text.tdm-content-horiz-right .tdm-fancy-title span{margin-left:auto}.tdm_block_column_content .tdm-image-holder{position:relative;display:block;height:0;margin-bottom:24px;padding-bottom:70%}@media (max-width:767px){.tdm_block_column_content .tdm-image-holder{margin-bottom:14px}}.tdm_block_column_content .tdm-image-holder:hover .tdm-hover-img{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tdm_block_column_content .tdm-image-holder>div{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover}.tdm_block_column_content .tdm-hover-img{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title{color:#4db2ec}.tdm_block_column_content .tdm-title-xsm,.tdm_block_column_content .tdm-title-xxsm{margin-bottom:20px}.tdm_block_column_content .tdm-title-md{margin-bottom:14px}.tdm_block_column_content .tdm-title-bg{margin-bottom:16px}.tdm_block_column_content .tdm-descr{margin-bottom:0}.tdm_block_column_content .tds-button{margin-top:25px}.tdm_block.tdm_block_inline_text{margin-bottom:0;vertical-align:top}.tdm_block.tdm_block_inline_text .tdm-descr{margin-bottom:0}.tdc-row-content-vert-center .tdm-inline-text-yes{vertical-align:middle}.tdc-row-content-vert-bottom .tdm-inline-text-yes{vertical-align:bottom}.tdm_block.tdm_block_inline_image{position:relative;margin-bottom:0;line-height:0}.tdm_block.tdm_block_inline_image .tdm-inline-image-wrap{position:relative}.tdm_block.tdm_block_inline_image .tdm-caption{width:100%;font-family:Verdana, Geneva, sans-serif;padding-top:6px;padding-bottom:6px;font-size:12px;font-style:italic;font-weight:normal;line-height:17px;color:#444}.tdm_block.tdm_block_inline_image.tdm-caption-over-image .tdm-caption{position:absolute;left:0;bottom:0;margin-top:0;padding-left:10px;padding-right:10px;width:100%;background:rgba(0, 0, 0, 0.7);color:#fff}.tdm_block_image_info_box .tdm-col{width:100%}.tdm_block_image_info_box .tdm-image-wrap{overflow:hidden;position:relative;color:#fff}.tdm_block_image_info_box .tdm-image-box{height:300px;display:block;background-size:cover;background-position:center}.tdm_block_image_info_box .tdm-image-box:before{content:'';-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;width:100%;height:100%;position:absolute;top:0;left:0}.tdm_block_image_info_box .tdm-title-md{font-weight:600;color:#fff;margin:0}.tdm_block_image_info_box .tdm-image-description{position:absolute;top:0;padding:6% 7%;width:100%;margin:auto;pointer-events:none}@media (max-width:767px){.tdm_block_image_info_box .tdm-image-description{padding:20px}}.tdm_block_image_info_box .tdm-image-description p{font-family:'Roboto', sans-serif;font-size:16px;line-height:24px}@media (min-width:1019px) and (max-width:1140px){.tdm_block_image_info_box .tdm-image-description p{font-size:14px;line-height:20px}}@media (min-width:768px) and (max-width:1018px){.tdm_block_image_info_box .tdm-image-description p{font-size:14px;line-height:20px}}.tdm_block_image_info_box .tdm-image-description p:last-of-type{margin-bottom:0}.tdm_block_image_info_box .tdm-image-meta{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:absolute;margin-right:30px;margin-top:15px}.tdm_block_image_info_box .tds-button{margin-top:25px;pointer-events:all}.tdm_block_image_info_box .tdm-image-border{position:absolute;bottom:0;width:100%;z-index:1}.tdm_block_image_info_box .tdm-image-border span{display:inline-block;width:33.3333%;float:left;height:4px}.tdm_block_image_info_box .tdm-image-border .tdm-image-border0{opacity:0.8}.tdm_block_image_info_box .tdm-image-border .tdm-image-border1{opacity:0.6}.tdm_block_image_info_box .tdm-image-border .tdm-image-border2{opacity:0.4}.tdm_block_image_info_box.td-image-info-box-style-1.tdm-content-vert-bottom .tdm-image-description{top:auto;bottom:0}.tdm_block_image_info_box.td-image-info-box-style-1.tdm-content-vert-center .tdm-image-description{bottom:0}.tdm_block_image_info_box.td-image-info-box-style-1 .tdm-image-description{display:table}.tdm_block_image_info_box.td-image-info-box-style-1 .tdm-image-meta{position:relative;margin-right:0}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-meta{bottom:20px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-description{bottom:0}.tdm_block_image_info_box.td-image-info-box-style-2 .tds-button{position:absolute;margin-top:40px;width:100%}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-sm-used .tdm-image-meta{transform:translateY(-45px);-webkit-transform:translateY(-45px);-moz-transform:translateY(-45px);-ms-transform:translateY(-45px);-o-transform:translateY(-45px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-sm-used .tds-button{margin-top:10px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-md-used .tdm-image-meta{transform:translateY(-65px);-webkit-transform:translateY(-65px);-moz-transform:translateY(-65px);-ms-transform:translateY(-65px);-o-transform:translateY(-65px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-md-used .tds-button{margin-top:14px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-lg-used .tdm-image-meta{transform:translateY(-87px);-webkit-transform:translateY(-87px);-moz-transform:translateY(-87px);-ms-transform:translateY(-87px);-o-transform:translateY(-87px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-lg-used .tds-button{margin-top:23px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-xlg-used .tdm-image-meta{transform:translateY(-112px);-webkit-transform:translateY(-112px);-moz-transform:translateY(-112px);-ms-transform:translateY(-112px);-o-transform:translateY(-112px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-xlg-used .tds-button{margin-top:23px}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-center .tdm-image-meta{left:7%;right:7%;margin-right:0}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-center .tds-button{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-right .tdm-image-meta{right:7%;margin-right:0;margin-left:20px}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-right .tds-button{right:0}.tdm_block.tdm_block_button{margin-bottom:0}.tdm_block.tdm_block_button .tds-button{line-height:0}.tdm_block.tdm_block_button.tdm-block-button-inline{display:inline-block}.tdm_block.tdm_block_button.tdm-block-button-full{display:block}.tdm_block.tdm_block_button.tdm-block-button-full .tdm-btn{display:block}.tdm_block.tdm_block_socials{margin-bottom:0}.tdm_block_column_title{margin-bottom:0!important;display:inline-block;width:100%}.tdm_block_team_member .tdm-member-image{height:0;margin-bottom:16px;padding-bottom:100%;background-repeat:no-repeat;background-size:cover;background-position:center center}.tdm_block_team_member .tdm-title{margin-bottom:0}.tdm_block_team_member .tdm-member-title{display:block;margin-bottom:13px;color:#a5a5a5}.tdm_block_team_member .tdm-descr{margin-bottom:20px;font-size:15px;line-height:24px}.tds-team-member2 .tdm-member-info{padding-bottom:100%;position:absolute;top:0;left:0;width:100%;height:0;background:rgba(0, 0, 0, 0.8);-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0)}.tds-team-member2:hover .tdm-member-info{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tds-team-member2 .tdm-member-info-inner{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);left:0;width:100%;padding:20px}.tds-team-member2 .tdm-descr{margin-bottom:21px;font-size:14px;line-height:22px;color:#fff}.tds-team-member2 .tdm-member-title{margin-bottom:0}.tds-team-member2 .tds-social1 .tdm-social-item i,.tds-team-member2 .tds-social2 .tdm-social-item i,.tds-team-member2 .tds-social4 .tdm-social-item i,.tds-team-member2 .tds-social5 .tdm-social-item i,.tds-team-member2 .tds-social6 .tdm-social-item i{color:#fff}.tds-team-member2 .tds-social1 .tdm-social-item:hover i,.tds-team-member2 .tds-social4 .tdm-social-item:hover i,.tds-team-member2 .tds-social5 .tdm-social-item:hover i,.tds-team-member2 .tds-social6 .tdm-social-item:hover i{color:#4db2ec}.tds-team-member2.tds-team-member-content-vert-top .tdm-member-info-inner{top:0;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.tds-team-member2.tds-team-member-content-vert-bottom .tdm-member-info-inner{top:auto;bottom:0;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.tds-team-member3 .tdm-member-image-wrap,.tds-team-member3 .tdm-member-info{display:table-cell;vertical-align:top}.tds-team-member3 .tdm-member-image{margin-bottom:5px}.tds-team-member3.tdm-team-content-vert-center .tdm-member-image-wrap,.tds-team-member3.tdm-team-content-vert-center .tdm-member-info{vertical-align:middle}.tds-team-member3.tdm-team-content-vert-center .tdm-title{margin-top:0}.tds-team-member3.tdm-team-content-vert-bottom .tdm-member-image-wrap,.tds-team-member3.tdm-team-content-vert-bottom .tdm-member-info{vertical-align:bottom}.tdm_block_testimonial .tdm-testimonial-descr{margin-bottom:22px;font-size:15px;line-height:24px}.tdm_block_testimonial .tdm-icon-quote-left{margin-bottom:6px;font-size:22px;color:#888}.tdm_block_testimonial .tdm-testimonial-image,.tdm_block_testimonial .tdm-testimonial-info2{display:inline-block}.tdm_block_testimonial .tdm-testimonial-info{display:inline-table;vertical-align:top}.tdm_block_testimonial .tdm-testimonial-info2{display:table-cell;vertical-align:middle}.tdm_block_testimonial .tdm-testimonial-image{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center}.tdm_block_testimonial .tdm-testimonial-name{margin:0;margin-bottom:-5px;font-size:20px;line-height:30px}.tdm_block_testimonial .tdm-testimonial-job{font-size:13px;line-height:19px;color:#a5a5a5}.tdm_block_testimonial .tds-testimonial2{position:relative}.tdm_block_testimonial .tds-testimonial2 .tdm-testimonial-descr{padding-top:22px}.tdm_block_testimonial .tds-testimonial2 .tdm-icon-font{position:absolute;top:0;left:-10px;font-size:50px;color:#f4f4f4;z-index:-1}.tdm_block_testimonial.tdm-content-horiz-center .tds-testimonial2 .tdm-icon-font{left:0;right:0;margin:0 auto}.tdm_block_testimonial.tdm-content-horiz-right .tds-testimonial2 .tdm-icon-font{left:auto;right:-10px}.tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-descr{background-color:#f8f8f8;margin-bottom:25px;padding:22px;color:#444}.tdm_block_testimonial .tds-testimonial3 .tdm-icon-font{display:none}.tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-info{position:relative}.tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-info:before{content:'';position:absolute;top:-25px;left:12px;width:0;height:0;border-style:solid;border-width:14px 14px 0 14px;border-color:#F8F8F8 transparent transparent transparent}.tdm_block_testimonial .tds-testimonial4{padding:22px 24px}.tdm_block_testimonial .tds-testimonial4 .tdm-testimonial-image{margin-bottom:17px}.tdm_block_testimonial .tds-testimonial4 .tdm-testimonial-descr{margin-bottom:14px}.tdm_block_client .tdm-client-name{margin-bottom:13px;font-size:15px;line-height:17px}.tdm_block_client .tdm-client-image{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.tdm_block_call_to_action{}@media (min-width:768px) and (max-width:1018px){.tdm_block_call_to_action .td-block-span9{width:66.66666667%}.tdm_block_call_to_action .td-block-span3{width:33.33333333%}}@media (max-width:767px){.tdm_block_call_to_action .td-block-span9{margin-bottom:20px}}.tdm_block_call_to_action .tdm-title{margin:9px 0 10px 0}.tdm_block_call_to_action .tdm-descr{margin-bottom:0}.tdm_block_call_to_action .tds-title+.tdm-descr{margin-bottom:14px}@media (min-width:767px){.tdm_block_call_to_action .tds-button{text-align:right!important}.tdm_block_call_to_action.tdm-flip-yes .tds-button{text-align:left!important}}.tdm_block_call_to_action .tdm-btn{margin-top:0;max-width:100%;overflow:hidden}.tdm_block_call_to_action .tdm-btn .tdm-btn-text{text-overflow:ellipsis;overflow:hidden;max-width:100%;display:inline-block;white-space:nowrap}.tdm_block_call_to_action.tds_call_to_action2{padding:13px 22px}.tdm_block_pricing .tdm-pricing-header{position:relative;overflow:hidden}.tdm_block_pricing .tdm-title{margin:0 0 10px;color:#444}.tdm_block_pricing .tdm-pricing-price{position:relative;margin-bottom:16px;font-family:'Roboto', sans-serif;font-size:58px;font-weight:700;line-height:1}.tdm_block_pricing .tdm-pricing-price-old{font-size:29px;text-decoration:line-through;vertical-align:super;color:#666}.tdm_block_pricing .tdm-pricing-ribbon-wrap{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:10;pointer-events:none}.tdm_block_pricing .tdm-pricing-ribbon{position:absolute;top:16px;right:-68px;padding:2px 0;width:200px;background-color:#FF0000;color:#fff;transform:rotate(40deg);text-align:center;font-size:12px}.tdm_block_pricing.tdm-content-horiz-right .tdm-pricing-ribbon{left:-68px;right:auto;transform:rotate(-40deg)}.tdm_block_pricing .tdm-pricing-currency,.tdm_block_pricing .tdm-pricing-period{font-weight:400}.tdm_block_pricing .tdm-pricing-currency,.tdm_block_pricing .tdm-pricing-currency-old{vertical-align:super}.tdm_block_pricing .tdm-pricing-currency{font-size:22px;margin-right:-12px}.tdm_block_pricing .tdm-pricing-currency-old{font-size:12px;text-decoration:none}.tdm_block_pricing .tdm-pricing-period{font-size:14px}.tdm_block_pricing .tdm-pricing-features{margin:0;font-family:'Open Sans', arial, sans-serif;font-size:15px;line-height:24px;color:#666}.tdm_block_pricing .tdm-descr{margin-bottom:18px;font-size:15px;line-height:24px}.tdm_block_pricing .tdm-pricing-feature{list-style-type:none;margin:0 0 5px}.tdm_block_pricing .tdm-pricing-feature i{width:15px;margin-top:-3px;line-height:1;vertical-align:middle;text-align:center;color:#4db2ec}.tdm_block_pricing .tds-button{margin:28px 0 26px}.tdm_block_pricing .tds-button:last-child{margin-bottom:0}.tdm_block_pricing.tdm-content-horiz-center .tdm-descr{padding:0 10px}.tdm_block_pricing.tdm-content-horiz-center .tdm-pricing-features{display:inline-block;text-align:left}.tdm_block_pricing.tdm-content-horiz-center .tds-button{margin-top:25px}.tdm_block_pricing .tds-pricing1{padding-top:13px}.tdm_block_pricing .tds-pricing2 .tdm-pricing-header{background:#F8F8F9;margin-bottom:5px;padding:14px 20px}.tdm_block_pricing .tds-pricing2 .tdm-pricing-price{margin-bottom:0}.tdm_block_pricing .tds-pricing2 .tdm-descr{margin-top:21px;margin-bottom:7px}.tdm_block_pricing .tds-pricing2 .tdm-pricing-feature{margin-bottom:0;padding:11px 20px 12px;border-bottom:1px solid #f1f1f1}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured:before{display:none}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header{background:#4db2ec;color:#fff}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header .tdm-title{color:#fff}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-price-old{color:#dfdfdf}.tdm_block_pricing.tds_pricing3_block{padding:25px 22px}.tdm_block_list .tdm-list-items{margin:0;font-family:'Open Sans', arial, sans-serif;font-size:15px;line-height:24px;color:#666}.tdm_block_list.tdm-content-horiz-center .tdm-list-item{margin-left:auto;margin-right:auto}.tdm_block_list.tdm-content-horiz-right .tdm-list-item{margin-right:0;margin-left:auto}.tdm_block_list .tdm-list-item{margin-bottom:8px;margin-left:0;display:table}.tdm_block_list .tdm-list-item:after{content:'';display:table;clear:both}.tdm_block_list .tdm-list-item i{position:relative;float:left;line-height:inherit;vertical-align:middle;color:#4db2ec}.tdm_block_list .tdm-list-text{display:table}.tdm_block_list.tdm-list-with-icons .tdm-list-item{list-style-type:none}.tdm-social-wrapper{*zoom:1}.tdm-social-wrapper:after,.tdm-social-wrapper:before{display:table;content:'';line-height:0}.tdm-social-wrapper:after{clear:both}.tdm-social-item-wrap{display:inline-block}.tdm-social-item{position:relative;display:inline-block;vertical-align:middle;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;text-align:center;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tdm-social-item i{font-size:14px;color:#4db2ec;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.tdm-social-text{display:none;margin-top:-1px;vertical-align:middle;font-size:13px;color:#4db2ec;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.tdm-social-item-wrap:hover .tdm-social-text,.tdm-social-item-wrap:hover i{color:#000}.tdm-social-item-wrap:last-child .tdm-social-text{margin-right:0!important}.tds-social2 .tdm-social-item-wrap .tdm-social-text,.tds-social2 .tdm-social-item-wrap i{color:#000}.tds-social2 .tdm-social-item-wrap:hover .tdm-social-text,.tds-social2 .tdm-social-item-wrap:hover i{color:#4db2ec}.tds-social2 .tdm-social-item:hover .td-icon-behance{color:#000000}.tds-social2 .tdm-social-item:hover .td-icon-blogger{color:#ffa900}.tds-social2 .tdm-social-item:hover .td-icon-dribbble{color:#ea4c89}.tds-social2 .tdm-social-item:hover .td-icon-facebook{color:#3B5998}.tds-social2 .tdm-social-item:hover .td-icon-flickr{color:#ff0084}.tds-social2 .tdm-social-item:hover .td-icon-googleplus{color:#dd4b39}.tds-social2 .tdm-social-item:hover .td-icon-instagram{color:#3f729b}.tds-social2 .tdm-social-item:hover .td-icon-lastfm{color:#ce2127}.tds-social2 .tdm-social-item:hover .td-icon-linkedin{color:#007bb6}.tds-social2 .tdm-social-item:hover .td-icon-pinterest{color:#cb2027}.tds-social2 .tdm-social-item:hover .td-icon-rss{color:#f36f24}.tds-social2 .tdm-social-item:hover .td-icon-soundcloud{color:#ff5500}.tds-social2 .tdm-social-item:hover .td-icon-tumblr{color:#32506d}.tds-social2 .tdm-social-item:hover .td-icon-twitter{color:#00aced}.tds-social2 .tdm-social-item:hover .td-icon-vimeo{color:#5289cc}.tds-social2 .tdm-social-item:hover .td-icon-youtube{color:#bb0000}.tds-social2 .tdm-social-item:hover .td-icon-vk{color:#507299}.tds-social3 .tdm-social-item{background-color:#4db2ec}.tds-social3 .tdm-social-item:hover{background-color:#000}.tds-social3 .tdm-social-item i{color:#fff}.tds-social6 .tdm-social-item{display:block}.tdm-progress-wrap .tdm-progress-percentage{font-family:'Open Sans', arial, sans-serif;font-size:16px}.tdm-progress-wrap .tdm-progress-bar{position:relative;width:100%;background-color:#f7f7f7}.tdm-progress-wrap .tdm-progress-bar:after{content:'';position:absolute}.tds-progress-bar1 .tdm-progress-bar,.tds-progress-bar2 .tdm-progress-bar{height:4px}.tds-progress-bar1 .tdm-progress-bar:after,.tds-progress-bar2 .tdm-progress-bar:after{background-color:#4db2ec}.tds-progress-bar1 .tdm-progress-percentage{float:left;width:52px;color:#666}.tds-progress-bar1 .tdm-progress-bar-wrap{padding:8px 0 0 62px}.tds-progress-bar1 .tdm-progress-bar{height:4px}.tds-progress-bar1 .tdm-progress-bar:after{top:0;left:0;height:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tds-progress-bar1 .tdm-progress-title{font-family:Verdana, Geneva, sans-serif;font-size:12px}.tds-progress-bar2 .tdm-progress-title,.tds-progress-bar3 .tdm-progress-title{margin-top:15px;font-family:'Roboto', sans-serif;font-size:20px;font-weight:500}.tds-progress-bar2 .tdm-progress-bar:after{bottom:0;left:0;width:100%}.tds-progress-bar2 .tdm-progress-title{margin-top:15px;font-family:'Roboto', sans-serif;font-size:20px;font-weight:500}.tds-progress-bar2 .tdm-progress-percentage{position:absolute;padding:5px 10px 0;font-family:'Open Sans', arial, sans-serif;font-size:16px;color:#fff;z-index:10}.tds-progress-bar3{}@media (max-width:767px){.tds-progress-bar3{padding:0 30px}}.tds-progress-bar3 .tdm-progress-bar{position:relative;display:inline-block;background:none;width:100%;height:0;padding-bottom:50%;text-align:center;overflow:hidden}.tds-progress-bar3 .tdm-progress-bar:after,.tds-progress-bar3 .tdm-progress-bar:before{content:'';position:absolute;top:0;left:0;width:100%;height:0;background:none;padding-bottom:calc(100% - 20px);border-radius:50%;border:10px solid #f7f7f7}.tds-progress-bar3 .tdm-progress-bar:after{border-color:#4db2ec;-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0)}.tds-progress-bar3 .tdm-progress-bar .tdm-progress-percentage{position:absolute;bottom:0;width:100%;font-size:50px;font-weight:700;line-height:50px}.tdm-counter-wrap{font-family:'Roboto', sans-serif}.tdm-counter-wrap .tdm-counter-title{margin-top:13px;font-size:20px;font-weight:500;line-height:21px;color:#666}.tdm-counter-wrap .tdm-counter-number{font-size:58px;font-weight:700;line-height:58px}.tds-counter2 .tdm-counter-number{display:inline-table;width:200px;height:100px;padding:20px 20px 0;border-top-left-radius:100px;border-top-right-radius:100px;border:10px solid #4db2ec;border-bottom:0}.tds-counter2 .tdm-counter-number span{display:table-cell;vertical-align:bottom}.tdm_block_food_menu .tdm-food-menu-wrap{display:table;width:100%}.tdm_block_food_menu .tdm-food-menu-wrap:after{content:'';display:table;clear:both}.tdm_block_food_menu .tdm-food-menu-image{background-repeat:no-repeat;background-size:cover;background-position:center center}.tdm_block_food_menu .tdm-food-menu-details{display:table-cell}.tdm_block_food_menu .tdm-food-menu-price,.tdm_block_food_menu .tdm-title{display:inline-block}.tdm_block_food_menu .tdm-food-menu-title-wrap{margin:-1px 0 3px}.tdm_block_food_menu .tdm-title{width:80%;margin:0;font-size:20px;line-height:20px}@media (max-width:767px){.tdm_block_food_menu .tdm-title{font-size:18px;line-height:18px}}.tdm_block_food_menu .tdm-food-menu-price{width:20%;font-family:Verdana, Geneva, sans-serif;font-size:16px;font-weight:600;text-align:right}@media (max-width:767px){.tdm_block_food_menu .tdm-food-menu-price{font-size:15px}}.tdm_block_food_menu .tdm-descr{margin-bottom:0;font-size:14px;line-height:20px;color:#a5a5a5}.tdm_block_icon.tdm_block{margin-bottom:0}.tds-icon{position:relative}.tds-icon:after{content:'';width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.tdm_block_icon_box .tdm-descr{font-size:14px;line-height:24px;-webkit-transition:color 0.2s ease;-moz-transition:color 0.2s ease;-o-transition:color 0.2s ease;transition:color 0.2s ease}.tds_icon_box1_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box2_wrap .tds-icon-box{display:inline-block}.tds_icon_box2_wrap .tds-icon-box2:after{display:table;content:'';line-height:0;clear:both}.tds_icon_box2_wrap .tdm-col-icon,.tds_icon_box2_wrap .tdm-col-text{display:table-cell;vertical-align:top}.tds_icon_box2_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box3_wrap .tdm-title-icon-wrap{position:relative;display:table}.tds_icon_box3_wrap.tdm-content-horiz-center .tdm-title-icon-wrap{margin-left:auto;margin-right:auto}.tds_icon_box3_wrap.tdm-content-horiz-right .tdm-title-icon-wrap{margin-left:auto}.tds_icon_box3_wrap .tds-icon{position:absolute;top:0;left:0;color:#dcf3f8}.tds_icon_box3_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box4_wrap{height:300px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds_icon_box4_wrap:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds_icon_box4_wrap .tds-icon-box4{position:absolute;display:block;top:50%;left:50%;width:80%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);z-index:1}.tds_icon_box4_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box4_wrap:before{content:'';position:absolute;left:0;bottom:0;width:100%;z-index:1}.tds_icon_box4_wrap:hover{transform:translateY(-10px);-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px)}.tds_icon_box5_wrap{height:260px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds_icon_box5_wrap .tds-icon-box5{position:absolute;display:block;top:50%;left:50%;width:80%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%)}.tds_icon_box5_wrap .tds-icon{-webkit-transition:transform 0.5s ease 0.3s;-moz-transition:transform 0.5s ease 0.3s;-o-transition:transform 0.5s ease 0.3s;transition:transform 0.5s ease 0.3s;color:#444}.tds_icon_box5_wrap .tds-title{-webkit-transition:transform 0.5s ease 0.2s;-moz-transition:transform 0.5s ease 0.2s;-o-transition:transform 0.5s ease 0.2s;transition:transform 0.5s ease 0.2s}.tds_icon_box5_wrap .tds-title .tdm-title{color:#444}.tds_icon_box5_wrap .td-icon-box-meta-info{display:block;position:absolute}.tds_icon_box5_wrap .td-icon-box-meta-info .tdm-descr{-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:0;color:#fff}.tds_icon_box5_wrap .td-icon-box-meta-info .tds-button{-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:0;color:#fff}.tds_icon_box5_wrap:hover{background-color:#00d6ff}.tds_icon_box5_wrap:hover .tds-icon{color:#fff;-webkit-transition:transform 0.3s ease-in-out;-moz-transition:transform 0.3s ease-in-out;-o-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out}.tds_icon_box5_wrap:hover .tds-title{-webkit-transition:transform 0.3s ease-in-out 0.1s;-moz-transition:transform 0.3s ease-in-out 0.1s;-o-transition:transform 0.3s ease-in-out 0.1s;transition:transform 0.3s ease-in-out 0.1s}.tds_icon_box5_wrap:hover .tds-title .tdm-title{color:#fff}.tds_icon_box5_wrap:hover .tdm-descr{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.2s;-moz-transition:opacity 0.3s ease-in-out 0.2s;-o-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s}.tds_icon_box5_wrap:hover .tds-button{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.2s;-moz-transition:opacity 0.3s ease-in-out 0.2s;-o-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s}.tds_icon_box5_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index: 3;}.tds_icon_box5_wrap.tdm-content-horiz-left .td-icon-box-meta-info{text-align:left}.tds_icon_box5_wrap.tdm-content-horiz-right .td-icon-box-meta-info{text-align:right}.tds-title-over-image{overflow:hidden}.tds-title-over-image1{position:relative;height:0;padding-bottom:400px;background-color:#f9f9f9}.tds-title-over-image1 .tdm-title-over-image-info-wrap{width:100%;padding:24px 32px}.tds-title-over-image1 .tdm-title-over-image-info,.tds-title-over-image1 .tdm-title-sub{zoom:1;transform:translate(0, 8px);-webkit-transform:translate(0, 8px);-moz-transform:translate(0, 8px);-ms-transform:translate(0, 8px);-o-transform:translate(0, 8px);-webkit-transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.tds-title-over-image1 .tdm-title{margin:0}.tds-title-over-image1 .tdm-title-xxsm{margin-top:8px;margin-bottom:2px}.tds-title-over-image1 .tdm-title-xsm{margin-top:6px;margin-bottom:1px}.tds-title-over-image1 .tdm-title-sm{margin-top:4px}.tds-title-over-image1 .tdm-title-bg{margin-bottom:12px;line-height:50px}.tds-title-over-image1 .tdm-title-sub{color:#555;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0)}.tds-title-over-image1 .tdm-title-over-image-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.tds-title-over-image1 .tdm-title-over-image-overlay:after,.tds-title-over-image1 .tdm-title-over-image-overlay:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.tds-title-over-image1 .tdm-title-over-image-overlay:after{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0)}.tds-title-over-image1:hover .tdm-title-over-image-info,.tds-title-over-image1:hover .tdm-title-sub{transform:translate(0, 0);-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);-webkit-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.tds-title-over-image1:hover .tdm-title-sub{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tds-title-over-image1:hover .tdm-title-over-image-overlay:after{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tdm_block_title_over_image.tdm-content-vert-center .tds-title-over-image1 .tdm-title-over-image-info-wrap{position:absolute;top:calc(50% - 8px);transform:translateY(calc(-50% + 8px));-webkit-transform:translateY(calc(-50% + 8px));-moz-transform:translateY(calc(-50% + 8px));-ms-transform:translateY(calc(-50% + 8px));-o-transform:translateY(calc(-50% + 8px))}.tdm_block_title_over_image.tdm-content-vert-bottom .tds-title-over-image1 .tdm-title-over-image-info-wrap{position:absolute;bottom:0}[data-mfp-src]{cursor:pointer}[data-scroll-to-class]{cursor:pointer}.tdm-sub-footer-email,.tdm-sub-footer-info,.tdm-sub-footer-phone{margin-top:8px;margin-bottom:8px;line-height:20px}@font-face{font-family:'multipurpose';src:url(//francerevisited.com/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot?2);src:url(//francerevisited.com/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot?2#iefix) format('embedded-opentype'), url(//francerevisited.com/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.woff?2) format('woff'), url(//francerevisited.com/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.ttf?2) format('truetype'), url(//francerevisited.com/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.svg?2#wpion) format('svg');font-weight:normal;font-style:normal}[class*=" tdm-icon-"]:before,[class*=" tdm-icons"]:before,[class^=tdm-icon-]:before,[class^=tdm-icons]:before{font-family:'multipurpose'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=tdm-icon-]{line-height:1;text-align:center;display:inline-block}[class*=tdm-icons]{line-height:1;text-align:center;display:inline-block;cursor:default}.tdm-icon-quote-left:before{content:"\e977"}.tdm-icon-quote-right:before{content:"\e978"}.tdm-icon-circle-right:before{content:"\ea42"}.tdm-icon-circle-close:before{content:"\ea0d"}body .tdc-font-typcn{display:inline-block}body .tdc-font-typcn:before{vertical-align:top}body .tdc-font-oi{display:inline-block}body .tdc-font-oi:before{vertical-align:middle}div.wpforms-container .wpforms-form div.wpforms-field-container{font-family:'Open Sans', arial, sans-serif}div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field input,div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field textarea{font-family:'Open Sans', arial, sans-serif;border-color:#eef0f3;border-width:0 0 1px 0;border-radius:0;color:#243442;font-size:15px;padding-right:0;padding-left:0;font-weight:600}div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field .wpforms-field-label{color:#adb3b9;font-size:13px;font-weight:500}div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit]{font-family:'Open Sans', arial, sans-serif;border:none;color:#fff;text-transform:uppercase;font-size:13px;font-weight:600;padding:10px 30px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit]:hover{background-color:#000}