@charset "UTF-8";
.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(//flaviusmareka.net/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(//flaviusmareka.net/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(//flaviusmareka.net/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 !important; 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 p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} .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-control-container .leaflet-control-attribution * {
font-size: 8px !important;
} .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(//flaviusmareka.net/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(//flaviusmareka.net/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(//flaviusmareka.net/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 18px 18px;
}
.mapp-leaflet-geolocate > div {
background-image: url(//flaviusmareka.net/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: baseline;
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: stretch;
background-color: white;
border-bottom: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
gap: 5px;
justify-content: right; min-height: 50px; padding: 5px;
} .mapp-search-container {
display: flex;
flex: 1;
min-width: 325px;
position: relative;
} .mapp-autocomplete {
align-items: stretch;
display: flex;
flex: 1;
}
.mapp-autocomplete-wrapper {
align-items: center;
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;
height: 100%;
line-height: 25px;
margin: 0 ;
padding: 5px 10px;
}
.mapp-autocomplete-button {
background: url(//flaviusmareka.net/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_black.png) no-repeat center;
background-size: contain;
cursor: pointer;
position: absolute;
right: 10px;
width: 20px;  
height: 100%;
background-size: contain;
}		
.mapp-autocomplete-button:hover {
background: url(//flaviusmareka.net/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_blue.png) no-repeat center;
background-size: contain;
} .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-filter {
display: flex;
gap: 5px;
}
.mapp-filter .mapp-button {
text-transform: uppercase;
}
.mapp-filter-spinner {
background: transparent url(//flaviusmareka.net/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-wrapper {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 5px 10px;
}
.mapp-filter-button {
align-items: center;
display: flex;
justify-content: center;
}
.mapp-filter-values {
line-height: normal;
min-width: 100%;
padding: 5px;
}
.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-label {
font-weight: bold;
padding: 5px 0;
text-transform: capitalize;
white-space: nowrap;
}
.mapp-filter-values label {
align-items: center;
color: #666;
display: flex;
font-weight: normal; margin: 0;
}
.mapp-filter-values img.mapp-icon {
display: inline; margin-right: 5px;
} .mapp-filter input, .mapp-filter input[type="text"], .mapp-filter input[type="search"] {
border: 1px solid #bbb;
border-radius: 0;
box-shadow: none;
line-height: 1;
max-width: none;
outline: none;
padding: 5px 10px;
}
.mapp-filter input[type="radio"], .mapp-filter input[type="checkbox"] {    
all: revert;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
margin-right: 10px;
outline: none;
}
.mapp-filter .mapp-filter-values select {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
width: 100%;
} .mapp-header .mapp-filter-text label, .mapp-header .mapp-filter-text input {
height: 100%;
}
.mapp-sidebar .mapp-filter-text .mapp-control, .mapp-sidebar .mapp-filter-text label {
display: flex;
flex: 1;
}
.mapp-sidebar .mapp-filter-text input {
flex: 1;
padding: 10px;
} .mapp-header .mapp-filters {
display: flex;
gap: 5px;
}
.mapp-sidebar .mapp-filter {
border-bottom: 1px solid lightgray;
flex-direction: column;
}
.mapp-sidebar .mapp-filter-button {
border: none;
}
.mapp-sidebar .mapp-filter .mapp-dropdown-content {
border: none;
height: 100%;
right: 0; left: 0;
}
.mapp-sidebar .mapp-filter-text {
padding: 5px;
}  .mapp-ib-wrapper {
bottom: 0;
display: flex;
left: 0;
max-height: 60%; max-width: 90%; overflow: hidden;
position: absolute;
}
.mapp-ib-content {
cursor: pointer;
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;
max-width: none;
object-fit: cover;
}
.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
align-items: end;
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;
text-transform: uppercase;    
}
.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-mini .mapp-filters .mapp-dropdown-content { 
width: 100%;
height: 100%;
} .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: 20px 10px 10px 10px;
}
.mapp-directions input {
border: 1px solid gray; padding: 3px;
}
.mapp-dir-content {
align-items: center;
display: flex;
}
.mapp-dir-toolbar {
margin-top: 10px;
}
.mapp-dir-from-to {
display: flex;
flex: 1;
flex-direction: column;
gap: 8px;
}
.mapp-dir-from, .mapp-dir-top {
line-height: normal ;
width: 100%;
}
.mapp-dir-arrows {
background: transparent url(//flaviusmareka.net/wp-content/plugins/mappress-google-maps-for-wordpress/images/swapvert.svg) no-repeat center center;
cursor: pointer;
height: 30px;
margin-left: 5px;
opacity: 0.6;
width: 30px;
}
.mapp-dir-arrows:hover {
background-color: rgba(0,0,0,0.05);
border-radius: 30px;
opacity: 1;
}  .mapp-main .mapp-menu-toggle {
background: white url(//flaviusmareka.net/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-noscroll {
overflow: hidden;
} .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: 0 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 {
max-height: 80vh;
max-width: 80vw;
min-width: 400px;
}
.mapp-dialog.mapp-modal .mapp-dialog-content {
padding-left: 0;
}
.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(//flaviusmareka.net/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-label-left {
margin-right: 5px;
}
.mapp-label-right {
margin-left: 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;
white-space: nowrap;
}
.mapp-link-button {
color: #4285F4;
}
.mapp-button {
background-color: white;
border: 1px solid lightgray;
user-select: none;    
}
.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;
pointer-events: none;
}
.mapp-button-busy:after {
background: transparent url(//flaviusmareka.net/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;
}
.mapp-dropdown-content {
background-color: white;
border: 1px solid lightgray;
display: flex;
flex-direction: column;   
margin-top: 6px;
overflow: hidden;
position: absolute;
top: 100%;
z-index: 10000;
}
 .animated{-webkit-animation-duration:1s !important;animation-duration:1s !important;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s !important;animation-duration:.75s !important;-webkit-animation-name:bounceIn;animation-name:bounceIn}.bounceOut,.flipOutX{-webkit-animation-duration:.75s !important}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s !important;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s !important;-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s !important;animation-duration:.75s !important;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s !important;animation-duration:2s !important;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.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 .hidden-fields-container {
display: none;
}
.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;
}@font-face {
font-family: 'wpdm-icons';
src: url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/wpdm-iconfont/font/wpdm-icons.eot?9713993);
src: url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/wpdm-iconfont/font/wpdm-icons.eot?9713993#iefix) format('embedded-opentype'),
url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/wpdm-iconfont/font/wpdm-icons.woff2?9713993) format('woff2'),
url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/wpdm-iconfont/font/wpdm-icons.woff?9713993) format('woff'),
url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/wpdm-iconfont/font/wpdm-icons.ttf?9713993) format('truetype'),
url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/wpdm-iconfont/font/wpdm-icons.svg?9713993#wpdm-icons) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="wpdm-"]:before, [class*=" wpdm-"]:before {
font-family: "wpdm-icons";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.wpdm-shopping-cart:before { content: '\e800'; }
.wpdm-circle-notch:before { content: '\e801'; }
.wpdm-spinner:before { content: '\e802'; }
.wpdm-sun:before { content: '\e803'; }
.wpdm-edit:before { content: '\e804'; }
.wpdm-eye:before { content: '\e805'; }
.wpdm-share:before { content: '\e806'; }
.wpdm-trash:before { content: '\e807'; }
.wpdm-hdd:before { content: '\e808'; }
.wpdm-layer-group:before { content: '\e809'; } .wpdm-paper-plane:before { content: '\e80a'; } .wpdm-arrow-down:before { content: '\e80b'; } .wpdm-chat:before { content: '\e80c'; } .wpdm-file-arrow-down:before { content: '\e80e'; } .wpdm-pause:before { content: '\e812'; } .wpdm-play:before { content: '\e813'; } .wpdm-stop:before { content: '\e815'; } .wpdm-user:before { content: '\e817'; } .wpdm-cart-arrow-down:before { content: '\e818'; } .wpdm-credit-card:before { content: '\e819'; } .wpdm-parachute-box:before { content: '\e81a'; } .wpdm-crown:before { content: '\e81b'; } .wpdm-logout:before { content: '\e81c'; } .wpdm-user-edit:before { content: '\e81d'; } .wpdm-circle-down:before { content: '\e81e'; } .wpdm-envelope-open:before { content: '\f2b6'; }@keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(359deg);transform:rotate(359deg)}}:root{--font-size-lg:16px;--font-size-sm:12px;--border-radius-regular:3px;--border-radius-sm:2px;--padding-regular:6px 15px}.w3eden *,.w3eden ::after,.w3eden ::before{box-sizing:border-box}.w3eden html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.w3eden body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:10pt;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}.w3eden [tabindex="-1"]:focus{outline:0!important}.w3eden hr{box-sizing:content-box;height:0;overflow:visible;margin-top:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.w3eden h1,.w3eden h2,.w3eden h3,.w3eden h4,.w3eden h5,.w3eden h6,.w3eden p,.w3eden td .wpdm_cart_form{margin-top:0}.w3eden hr,.w3eden p{margin-bottom:1rem}.w3eden b,.w3eden strong{font-weight:bolder}.w3eden a:not([href]):not([tabindex]),.w3eden a:not([href]):not([tabindex]):focus,.w3eden a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.w3eden a:not([href]):not([tabindex]):focus{outline:0}.w3eden table{border-collapse:collapse}.w3eden caption{padding-top:.75rem;padding-bottom:.75rem;color:var(--clr-sec);text-align:left;caption-side:bottom}.w3eden label{display:inline-block;margin-bottom:.5rem}.w3eden button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.w3eden button,.w3eden input,.w3eden optgroup,.w3eden select,.w3eden textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.w3eden button,.w3eden input{overflow:visible}.w3eden button,.w3eden select{text-transform:none}.w3eden select{word-wrap:normal}.w3eden [type=button],.w3eden [type=reset],.w3eden [type=submit],.w3eden button{appearance:button;-webkit-appearance:button}.c-pointer,.w3eden [type=button]:not(:disabled),.w3eden [type=reset]:not(:disabled),.w3eden [type=submit]:not(:disabled),.w3eden button:not(:disabled),.w3eden i.fa[rel=del],.w3eden i.fa[rel=undo],.w3eden label{cursor:pointer}.w3eden [type=button]::-moz-focus-inner,.w3eden [type=reset]::-moz-focus-inner,.w3eden [type=submit]::-moz-focus-inner,.w3eden button::-moz-focus-inner{padding:0;border-style:none}.w3eden input[type=checkbox],.w3eden input[type=radio]{box-sizing:border-box;padding:0}.w3eden input[type=date],.w3eden input[type=datetime-local],.w3eden input[type=month],.w3eden input[type=time]{appearance:listbox;-webkit-appearance:listbox}.w3eden textarea{overflow:auto;resize:vertical}.w3eden [type=number]::-webkit-inner-spin-button,.w3eden [type=number]::-webkit-outer-spin-button{height:auto}.w3eden [type=search]{outline-offset:-2px;appearance:none;-webkit-appearance:none}.w3eden [type=search]::-webkit-search-decoration{-webkit-appearance:none}.w3eden ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.w3eden summary{display:list-item}.w3eden h1,.w3eden h2,.w3eden h3,.w3eden h4,.w3eden h5,.w3eden h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.w3eden h1{font-size:2.5rem}.w3eden h2{font-size:2rem}.w3eden h3{font-size:1.75rem}.w3eden h4{font-size:1.5rem}.w3eden .lead,.w3eden h5{font-size:var(--font-size-lg)}.w3eden h6{font-size:1rem}.w3eden .lead{font-weight:300}.text-small,.w3eden small{font-size:80%;font-weight:400}.w3eden .list-inline,.w3eden .list-unstyled{padding-left:0;list-style:none}.w3eden .list-inline-item{display:inline-block}.w3eden .list-inline-item:not(:last-child){margin-right:.5rem}.w3eden .img-fluid{max-width:100%;height:auto}.w3eden mark{padding:.2em;background-color:#fcf8e3}.w3eden code{font-size:87.5%;color:#e83e8c;word-break:break-word}.w3eden a>code{color:inherit}.w3eden kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:var(--border-radius-sm)}.w3eden kbd kbd{padding:0;font-size:100%;font-weight:700}.w3eden .container,.w3eden .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.w3eden .container{max-width:540px}}@media (min-width:768px){.w3eden .container{max-width:720px}}@media (min-width:992px){.w3eden .container{max-width:960px}}@media (min-width:1200px){.w3eden .container{max-width:1140px}}.w3eden .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.w3eden [class*=col-]{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){.w3eden .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.w3eden .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.w3eden .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.w3eden .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.w3eden .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.w3eden .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.w3eden .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.w3eden .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.w3eden .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.w3eden .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.w3eden .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.w3eden .table{width:100%;margin-bottom:1rem;border:0;color:#212529}.w3eden .table td,.w3eden .table th{padding:.75rem;vertical-align:middle}.w3eden .table thead th{vertical-align:bottom;border:0;border-bottom:1px solid #dee2e6}.w3eden .table tbody+tbody,.w3eden .table td,.w3eden .table th{border:0;border-top:1px solid #dee2e6}.w3eden .table-bordered,.w3eden .table-bordered td,.w3eden .table-bordered th{border:1px solid #dee2e6}.w3eden .table-bordered thead td,.w3eden .table-bordered thead th{border-bottom-width:2px}.w3eden .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:var(--padding-regular);font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:var(--border-radius-regular);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.w3eden .form-control::-ms-expand{background-color:transparent;border:0}.w3eden .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.w3eden .form-control::-webkit-input-placeholder{color:var(--clr-sec);opacity:1}.w3eden .form-control::-moz-placeholder{color:var(--clr-sec);opacity:1}.w3eden .form-control:-ms-input-placeholder{color:var(--clr-sec);opacity:1}.w3eden .form-control::-ms-input-placeholder{color:var(--clr-sec);opacity:1}.w3eden .form-control::placeholder{color:var(--clr-sec);opacity:1}.w3eden .form-control:disabled,.w3eden .form-control[readonly]{background-color:#e9ecef;opacity:1}.w3eden select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.w3eden .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:var(--font-size-lg);line-height:1.5;border-radius:.3rem}.w3eden select.form-control[multiple],.w3eden select.form-control[size],.w3eden textarea.form-control{height:auto}.w3eden .form-group{margin-bottom:1rem}.w3eden .form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.w3eden .btn{display:inline-block;font-weight:600;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;padding:var(--padding-regular);font-size:10pt;line-height:1.8;border-radius:var(--border-radius-regular);transition:all ease-in-out 300ms;border:0}.w3eden .card.text-white,.w3eden .card.text-white *,.w3eden [class*="badge badge-"],.w3eden [class*="btn btn-"]{color:#fff}.w3eden .btn.focus,.w3eden .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.w3eden .btn-primary{background-color:var(--color-primary);border-color:var(--color-primary)}.w3eden .btn-primary:hover{background-color:var(--color-primary-hover);box-shadow:0 3px 8px 0 rgba(var(--color-primary-rgb),.4)}.w3eden .btn-primary.focus,.w3eden .btn-primary:focus{box-shadow:0 3px 8px 0 rgba(var(--color-primary-rgb),.5)}.w3eden .btn-primary.disabled,.w3eden .btn-primary:disabled{background-color:var(--color-primary)}.w3eden .btn-primary:not(:disabled):not(.disabled).active,.w3eden .btn-primary:not(:disabled):not(.disabled):active,.w3eden .show>.btn-primary.dropdown-toggle{background-color:var(--color-primary-active)}.w3eden .btn-primary:not(:disabled):not(.disabled).active:focus,.w3eden .btn-primary:not(:disabled):not(.disabled):active:focus,.w3eden .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 3px 8px 0 rgba(var(--color-primary-rgb),.4)}.w3eden .btn-secondary{background-color:var(--clr-sec)}.w3eden .btn-secondary:hover{background-color:var(--clr-sec-hover)}.w3eden .btn-secondary.focus,.w3eden .btn-secondary:focus{box-shadow:0 3px 8px 0 rgba(var(--clr-sec-rgb),.4)}.w3eden .btn-secondary.disabled,.w3eden .btn-secondary:disabled{background-color:var(--clr-sec)}.w3eden .btn-secondary:not(:disabled):not(.disabled).active,.w3eden .btn-secondary:not(:disabled):not(.disabled):active,.w3eden .show>.btn-secondary.dropdown-toggle{background-color:var(--clr-sec-active)}.w3eden .btn-secondary:not(:disabled):not(.disabled).active:focus,.w3eden .btn-secondary:not(:disabled):not(.disabled):active:focus,.w3eden .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 3px 8px 0 rgba(var(--clr-sec-rgb),.4)}.w3eden .badge-success,.w3eden .btn-success,.w3eden .btn-success.disabled,.w3eden .btn-success:disabled{background-color:var(--color-success)}.w3eden .btn-success:hover{background-color:var(--color-success-hover);box-shadow:0 3px 8px 0 rgba(var(--color-success-rgb),.4)}.w3eden .btn-success.focus,.w3eden .btn-success:focus{box-shadow:0 3px 8px 0 rgba(var(--color-success-rgb),.4)}.w3eden .btn-success:not(:disabled):not(.disabled).active,.w3eden .btn-success:not(:disabled):not(.disabled):active,.w3eden .show>.btn-success.dropdown-toggle{background-color:var(--color-success-active)}.w3eden .btn-success:not(:disabled):not(.disabled).active:focus,.w3eden .btn-success:not(:disabled):not(.disabled):active:focus,.w3eden .show>.btn-success.dropdown-toggle:focus{box-shadow:0 3px 8px 0 rgba(var(--color-success-rgb),.4)}.w3eden .btn-info{background-color:var(--color-info)}.w3eden .btn-info:hover{background-color:var(--color-info-hover);box-shadow:0 3px 8px 0 rgba(var(--color-info-rgb),.4)}.w3eden .btn-info.focus,.w3eden .btn-info:focus{box-shadow:0 3px 8px 0 rgba(var(--color-info-rgb),.4)}.w3eden .btn-info.disabled,.w3eden .btn-info:disabled{background-color:var(--color-info)}.w3eden .btn-info:not(:disabled):not(.disabled).active,.w3eden .btn-info:not(:disabled):not(.disabled):active,.w3eden .show>.btn-info.dropdown-toggle{background-color:var(--color-info-active)}.w3eden .btn-info:not(:disabled):not(.disabled).active:focus,.w3eden .btn-info:not(:disabled):not(.disabled):active:focus,.w3eden .show>.btn-info.dropdown-toggle:focus{box-shadow:0 3px 8px 0 rgba(var(--color-info-rgb),.4)}.w3eden .btn-warning{color:#212529;background-color:var(--color-warning)}.w3eden .btn-warning:hover{color:#212529;background-color:#e0a800}.w3eden .btn-warning.focus,.w3eden .btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.w3eden .btn-warning.disabled,.w3eden .btn-warning:disabled{color:#212529;background-color:var(--color-warning)}.w3eden .btn-warning:not(:disabled):not(.disabled).active,.w3eden .btn-warning:not(:disabled):not(.disabled):active,.w3eden .show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00}.w3eden .btn-warning:not(:disabled):not(.disabled).active:focus,.w3eden .btn-warning:not(:disabled):not(.disabled):active:focus,.w3eden .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.w3eden .btn-danger{background-color:var(--color-danger)}.w3eden .btn-danger:hover{background-color:#c82333}.w3eden .btn-danger.focus,.w3eden .btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.w3eden .btn-danger.disabled,.w3eden .btn-danger:disabled{background-color:var(--color-danger)}.w3eden .btn-danger:not(:disabled):not(.disabled).active,.w3eden .btn-danger:not(:disabled):not(.disabled):active,.w3eden .show>.btn-danger.dropdown-toggle{background-color:#bd2130}.w3eden .btn-danger:not(:disabled):not(.disabled).active:focus,.w3eden .btn-danger:not(:disabled):not(.disabled):active:focus,.w3eden .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.w3eden .btn-light{color:#212529;background-color:#f8f9fa}.w3eden .btn-light:hover{color:#212529;background-color:#e2e6ea}.w3eden .btn-light.focus,.w3eden .btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.w3eden .btn-light.disabled,.w3eden .btn-light:disabled{color:#212529;background-color:#f8f9fa}.w3eden .btn-light:not(:disabled):not(.disabled).active,.w3eden .btn-light:not(:disabled):not(.disabled):active,.w3eden .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5}.w3eden .btn-light:not(:disabled):not(.disabled).active:focus,.w3eden .btn-light:not(:disabled):not(.disabled):active:focus,.w3eden .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.w3eden .btn-link{font-weight:400;color:var(--color-primary);text-decoration:none}.w3eden .btn-link:hover{color:var(--color-primary-hover);text-decoration:underline}.w3eden .btn-link.focus,.w3eden .btn-link:focus{text-decoration:underline;box-shadow:none}.w3eden .btn-link.disabled,.w3eden .btn-link:disabled{color:var(--clr-sec);pointer-events:none}.w3eden .btn-group-lg>.btn,.w3eden .btn-lg{padding:.5rem 1rem;font-size:var(--font-size-lg);line-height:1.5;border-radius:.3rem}.w3eden .btn-group-sm>.btn,.w3eden .btn-sm{padding:.25rem .5rem;font-size:var(--font-size-sm);line-height:1.5;border-radius:var(--border-radius-sm)}.w3eden .btn-block{display:block;width:100%}.w3eden .btn-block+.btn-block{margin-top:.5rem}.w3eden input[type=button].btn-block,.w3eden input[type=reset].btn-block,.w3eden input[type=submit].btn-block{width:100%}.w3eden .fade{transition:opacity .15s linear}.w3eden .fade:not(.show){opacity:0}.w3eden .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.w3eden .dropdown,.w3eden .dropleft,.w3eden .dropright,.w3eden .dropup{position:relative}.w3eden .dropdown-toggle{white-space:nowrap}.w3eden .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.w3eden .dropdown-toggle:empty::after{margin-left:0}.w3eden .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:var(--border-radius-regular)}.w3eden .dropdown-menu[x-placement^=bottom],.w3eden .dropdown-menu[x-placement^=left],.w3eden .dropdown-menu[x-placement^=right],.w3eden .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.w3eden .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.w3eden .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.w3eden .dropdown-item:focus,.w3eden .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.w3eden .dropdown-item.active,.w3eden .dropdown-item:active{color:#fff;text-decoration:none;background-color:var(--color-primary)}.w3eden .dropdown-item.disabled,.w3eden .dropdown-item:disabled{color:var(--clr-sec);pointer-events:none;background-color:transparent}.w3eden .dropdown-menu.show{display:block}.w3eden .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:var(--font-size-sm);color:var(--clr-sec);white-space:nowrap}.w3eden .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.w3eden .input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.w3eden .input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.w3eden .input-group>.form-control:focus{z-index:3}.w3eden .input-group-append .btn{border-top-left-radius:0;border-bottom-left-radius:0;height:100%!important}.w3eden .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.w3eden .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:var(--border-radius-regular);-webkit-appearance:none;-moz-appearance:none;appearance:none}.w3eden .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.w3eden .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.w3eden .custom-select[multiple],.w3eden .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.w3eden .custom-select:disabled{color:var(--clr-sec);background-color:#e9ecef}.w3eden .nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.w3eden .nav-link,.w3eden .nav>li>a{display:block;padding:.5rem 1rem}.w3eden .nav-link:focus,.w3eden .nav-link:hover,.w3eden a.badge:focus,.w3eden a.badge:hover{text-decoration:none}.w3eden .nav-link.disabled{color:var(--clr-sec);pointer-events:none;cursor:default}.w3eden .nav-tabs{border-bottom:1px solid #dee2e6}.w3eden .nav-tabs .nav-item{margin-bottom:-1px}.w3eden .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.w3eden .nav-tabs .nav-link:focus,.w3eden .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.w3eden .nav-tabs .nav-link.disabled{color:var(--clr-sec);background-color:transparent;border-color:transparent}.w3eden .nav-tabs .nav-item.show .nav-link,.w3eden .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.w3eden .tab-content>.active{display:block}.w3eden .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #e5e5e5;border-radius:var(--border-radius-regular)}.w3eden .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.w3eden .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.w3eden .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.w3eden .card-title{margin-bottom:.75rem}.w3eden .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid #e5e5e5}.w3eden .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.w3eden .card-header+.list-group .list-group-item:first-child{border-top:0}.w3eden .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid #e5e5e5}.w3eden .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.w3eden .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.w3eden .card-header-pills,.w3eden .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.w3eden .card-img{width:100%;border-radius:calc(.25rem - 1px)}.w3eden .card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.w3eden .accordion>.card{overflow:hidden}.w3eden .accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.w3eden .accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.w3eden .accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.w3eden .accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.w3eden .accordion>.card .card-header{margin-bottom:-1px}.w3eden .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:var(--border-radius-regular)}.w3eden .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:var(--color-primary);background-color:#fff;border:1px solid #dee2e6}.w3eden .page-link:hover{z-index:2;color:var(--color-primary-hover);text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.w3eden .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.w3eden .badge{display:inline-block;padding:.4em .8em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--border-radius-regular);background:rgba(0,0,0,.05);transition:color .15s ease-in-out,background-color .15s ease-in-out;border:0!important;align-content:center}.justify-content-between{justify-content:space-between}.w3eden .btn .badge{position:relative;top:-1px}.w3eden a.badge-success:focus,.w3eden a.badge-success:hover{background-color:#1e7e34}.w3eden a.badge-success.focus,.w3eden a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.w3eden .badge-info{background-color:var(--color-info)}.w3eden a.badge-info:focus,.w3eden a.badge-info:hover{background-color:#117a8b}.w3eden a.badge-info.focus,.w3eden a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.w3eden .badge-warning{color:#212529;background-color:var(--color-warning)}.w3eden a.badge-warning:focus,.w3eden a.badge-warning:hover{color:#212529;background-color:#d39e00}.w3eden a.badge-warning.focus,.w3eden a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.w3eden .badge-danger{background-color:var(--color-danger)}.w3eden a.badge-danger:focus,.w3eden a.badge-danger:hover{background-color:#bd2130}.w3eden a.badge-danger.focus,.w3eden a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.w3eden .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:0;border-radius:var(--border-radius-regular);box-shadow:inset 0 0 0 2px rgba(255,255,255,.7)}.w3eden .alert-link{font-weight:700}.w3eden .alert-primary{color:#004085;background-color:#cce5ff}.w3eden .alert-success{color:var(--color-success-active);background-color:rgba(var(--color-success-rgb),.1)}.w3eden .alert-info{color:var(--color-info-active);background-color:rgba(var(--color-info-rgb),.1)}.w3eden .alert-warning{color:var(--color-warning-active);background-color:rgba(var(--color-warning-rgb),.1)}.w3eden .alert-danger{color:var(--color-danger-active);background-color:rgba(var(--color-danger-rgb),.1)}.w3eden .media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.w3eden .media-body{-ms-flex:1;flex:1}.w3eden .list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.w3eden .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid #e5e5e5}.w3eden .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.w3eden .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.w3eden .list-group-item.active{z-index:2;color:#fff;background-color:var(--color-primary);border-color:var(--color-primary)}.w3eden .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.w3eden .list-group-flush .list-group-item:last-child{margin-bottom:-1px}.w3eden .list-group-flush:first-child .list-group-item:first-child{border-top:0}.w3eden .list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.w3eden .modal,.w3eden .modal-open{overflow:hidden}.w3eden .modal-open .modal{overflow-x:hidden;overflow-y:auto}.w3eden .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;outline:0}.w3eden .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.w3eden .modal.fade .modal-dialog{transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}.w3eden .modal.show .modal-dialog{-webkit-transform:none;transform:none}.w3eden .modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.w3eden .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.w3eden .modal-dialog-scrollable .modal-footer,.w3eden .modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.w3eden .modal-dialog-scrollable .modal-body{overflow-y:auto}.w3eden .modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.w3eden .modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.w3eden .modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.w3eden .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.w3eden .modal-dialog-centered.modal-dialog-scrollable::before{content:none}.w3eden .modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.w3eden .modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.w3eden .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.w3eden .modal-title{margin-bottom:0;line-height:1.5}.w3eden .modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.w3eden .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.w3eden .modal-footer>:not(:first-child){margin-left:.25rem}.w3eden .modal-footer>:not(:last-child){margin-right:.25rem}@media (min-width:576px){.w3eden .modal-dialog{max-width:500px;margin:1.75rem auto}.w3eden .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.w3eden .modal-dialog-centered::before{height:calc(100vh - 3.5rem)}}.w3eden .bg-primary{background-color:var(--color-primary)!important}.w3eden .bg-secondary{background-color:var(--clr-sec)!important}.w3eden .bg-success{background-color:var(--color-success)!important}.w3eden .bg-info{background-color:var(--color-info)!important}.w3eden .bg-warning{background-color:var(--color-warning)!important}.w3eden .bg-danger{background-color:var(--color-danger)!important}.w3eden .bg-dark{background-color:#343a40!important}.w3eden .bg-white{background-color:#fff!important}.w3eden .clearfix::after{display:block;clear:both;content:""}.w3eden #categories_meta_box label,.w3eden .d-inline{display:inline!important}.w3eden .d-inline-block{display:inline-block!important}.w3eden .d-block{display:block!important}.w3eden .d-flex{display:-ms-flexbox!important;display:flex!important}.w3eden .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.w3eden .float-left{float:left!important}.w3eden .float-right,.w3eden .pull-right{float:right!important}.w3eden .position-relative{position:relative!important}.w3eden .position-absolute{position:absolute!important}.w3eden .fixed-bottom,.w3eden .fixed-top{position:fixed;right:0;left:0;z-index:1030}.w3eden .fixed-top{top:0}.w3eden .fixed-bottom{bottom:0}.w3eden .g-recaptcha>div>div,.w3eden .w-100{width:100%!important}.w3eden .mw-100,.w3eden video{max-width:100%!important}.w3eden .m-0{margin:0!important}.w3eden .mb-2,.w3eden .mb-3,.w3eden .mb-4{margin-bottom:15px!important}.w3eden .mr-2{margin-right:10px!important}.w3eden .p-0{padding:0!important}.w3eden .p-3{padding:15px!important}.w3eden .pt-0{padding-top:0!important}.w3eden .m-auto{margin:auto!important}.w3eden .text-left{text-align:left!important}.w3eden .text-right{text-align:right!important}.w3eden .text-center{text-align:center!important}.w3eden .card-header .role-tabs a.active i.fa-circle,.w3eden .text-white{color:#fff!important}.w3eden .text-primary{color:var(--color-primary)!important}.w3eden a.text-primary:focus,.w3eden a.text-primary:hover{color:var(--color-primary-hover)!important}.w3eden .text-secondary{color:var(--clr-sec)!important}.w3eden a.text-secondary:focus,.w3eden a.text-secondary:hover{color:var(--clr-sec-hover)!important}.w3eden .color-green,.w3eden .color-success,.w3eden .text-success{color:var(--color-success)!important}.w3eden a.text-success:focus,.w3eden a.text-success:hover{color:var(--color-success-active)!important}.w3eden .text-info{color:var(--color-info)!important}.w3eden a.text-info:focus,.w3eden a.text-info:hover{color:var(--color-info-active)!important}.w3eden .text-warning{color:var(--color-warning)!important}.w3eden a.text-warning:focus,.w3eden a.text-warning:hover{color:var(--color-warning-active)!important}.w3eden .text-danger{color:var(--color-danger)!important}.w3eden a.text-danger:focus,.w3eden a.text-danger:hover{color:var(--color-danger-active)!important}.w3eden .text-muted{color:var(--clr-sec)!important}.w3eden .visible{visibility:visible!important}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.human,.w3eden .badge:empty,.w3eden .btn .label-price:empty .wpdm-hide-right,.w3eden .btn.wpdm-email2dl label,.w3eden .collapse:not(.show),.w3eden .hide_empty:empty,.w3eden .tab-content>.tab-pane:not(.active),.w3eden .wpdm-filelist thead,.w3eden label.error.valid,.w3eden template{display:none}#wpdm-notify-top-center .wpdm-notify,.inline-block,.text-center.wpdmlogin-logo a,.w3eden .videothumbs .thumbnail{display:inline-block!important}.w3eden .btn.wpdm-category-list li,.w3eden .clear,.wpdm-clear{clear:both}.w3eden ul.wpdm-pagination{margin:0!important;padding:15px;display:inline-flex!important}.w3eden .card img,.w3eden .list-group-item img{padding:0;margin:0}.w3eden .no-radius{border-radius:0!important}.w3eden .btn.wpdm-category{border:0;border-bottom:0 solid #ccc}.w3eden .btn.wpdm-front h3.title{margin:10px 0 5px 10px;font-size:14pt}.w3eden .ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;width:100%;display:block}.w3eden #loginform{margin-top:20px}.w3eden #categories-section .cat-card li,.w3eden .btn.wpdm-category-list{list-style:none}.w3eden .download_link label{width:60px;display:block;font-size:10px}.w3eden .cat-page-tilte legend{padding-right:5px}.w3eden .wpdm-loading{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:var(--color-danger);color:#fff;padding:7px 15px;position:absolute;font-size:12px;font-weight:700;z-index:999999}.w3eden .btn.wpdm-email2dl .wcon input[type=text]{background:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #aaa;font-size:11pt;padding:4px 10px;width:250px}.w3eden .drag-drop #drag-drop-area{border:3px dashed rgba(0,0,0,.1);height:200px}.w3eden .drag-drop-inside{text-align:center;padding:30px}.w3eden .btn.wpdm-front .inside{padding:10px}.w3eden #wpdm-login-form{position:absolute;padding:0 10px;border:1px solid #aaa;background:#eee;z-index:9999999}.w3eden .btn.wpdm-drop-box{z-index:99999;display:none;position:absolute}.w3eden .more_previews_a{display:block;margin-right:8px}.w3eden .more_previews_a:last-child{margin-right:0!important}.w3eden .wpdm_file .cont{padding:5px 10px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;font-size:9pt}.w3eden .wpdm_icon{box-shadow:none;min-width:48px;max-width:48px;width:48px}.w3eden .all-locks{padding:15px}.w3eden td.actions{width:100px}.w3eden .actions a.btn{border-radius:2px}.w3eden input.input-xs{font-size:8pt;width:150px;height:25px;border-radius:1.5px;line-height:normal;text-align:center}.w3eden .input-group-btn .btn.wpdm_submit{padding:8px 16px!important}.w3eden #wp-post_content-editor-container{border:0}.w3eden #package-content-section #insert-media-button{margin:3px 0 0}.w3eden #package-content-section .wp-editor-tools.hide-if-no-js{background:#eef2f4 0 0;border-bottom:1px solid #e5e5e5;padding:10px 10px 0}.w3eden td.mceToolbar{border-bottom:1px solid #ddd!important}.w3eden #post_content-html,.w3eden #post_content-tmce{height:27px}.w3eden .mceAction,.w3eden a.mceButton .mceIcon{font:400 15px/1 dashicons!important;text-align:left!important}.w3eden #attach-file-section .panel-body,.w3eden #package-settings-section .panel-body{padding:0!important}.w3eden #attach-file-section .tab-content .panel-body,.w3eden #package-settings-section .tab-content .panel-body{padding:15px!important}.w3eden .btn.wpdm-full-front{width:100%!important;clear:both;display:block}.w3eden #attach-file-section .nav-tabs,.w3eden #package-settings-section .nav-tabs{margin:0!important;padding-top:10px;padding-left:10px;padding-bottom:0;background:#fafafa}.w3eden #attach-file-section .nav-tabs li a,.w3eden #package-settings-section .nav-tabs li a{font-size:11px}.w3eden #attach-file-section .tab-content,.w3eden #package-settings-section .tab-content{padding:20px}.w3eden #attach-file-section #ftabs ul.jqueryFileTree li{padding-left:20px!important}.w3eden #package-settings-section td{vertical-align:middle}.w3eden .wpdm-accordion{border:0!important}.w3eden .wpdm-accordion .panel h3{font-size:10pt!important;border-radius:0;padding:7px 10px!important;border-bottom:1px solid #d1e0e4!important;font-weight:700;border:0;margin:0!important}.w3eden .wpdm-accordion h3 .wpdmlock{opacity:1!important;margin-right:10px!important}.w3eden .wpdm-accordion .panel{padding:0;overflow:hidden;border:1px solid #d1e0e4;margin-bottom:5px!important}.w3eden .wpdm-accordion .panel .panel-body{border:0;margin:0!important}.w3eden .wpdmlock+label{border:2px solid #306acb;display:inline-block;height:14px!important;margin-right:5px;margin-top:1px!important;width:14px!important}.w3eden .panel-heading>label{position:relative;margin:0}.w3eden .wpdmlock:checked+label:after{content:"";position:absolute;left:2px;top:3px;background:#306acb;width:10px!important;height:10px!important;z-index:999999}.w3eden .accordion .card,.w3eden .accordion .card-header label{margin:0!important}.w3eden #package-settings-section .wpdm-accordion .panel{margin-bottom:-2px!important;border-radius:0!important}.w3eden .btn.wpdm-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-ms-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}.w3eden #wpdm-pf .form-control:not(.form-control-lg){padding:8px 16px;font-size:14px;height:36px}.w3eden div.tooltip.in{border-radius:2px!important}.w3eden #categories-section .cat-card,.w3eden .card-body.tag-card{height:200px;overflow:hidden;padding:0 15px!important}.w3eden #categories-section .cat-card{max-height:200px}.w3eden #categories-section .cat-card:hover,.w3eden .card-body.tag-card:hover{overflow:auto}.w3eden #categories-section .cat-card>ul{margin:0!important;padding-top:10px;padding-bottom:10px}.w3eden #categories-section .cat-card ul{padding-left:20px}.w3eden #categories-section .cat-card label{font-weight:400!important}.w3eden .btn.btn-xs{border-radius:1.5px;padding:4px 8px;font-size:10px}.w3eden .btn.btn-xs.btn-icon{padding:4px;min-width:2.1rem}.w3eden .btn.wpdm- :hover{opacity:.9}.w3eden .wpdm-social-lock{text-transform:none!important}.w3eden .wpdm-social-lock .fa{margin-right:5px}.w3eden .pluginButtonIcon{left:0;margin-left:-3px;margin-right:5px;position:relative;vertical-align:top}.w3eden .btn.wpdm-btn-play,.w3eden .nav-tabs li a{outline:0!important}.w3eden button.wpdm-btn-play-lg.wpdm-btn-play{border-radius:3px;padding:0!important;text-align:center;width:56px!important;height:56px;line-height:56px;font-size:12px!important}.w3eden .sx_plugin-button-2x_favblue{background-position:0 -42px}.w3eden .nav-tabs li{margin-left:0!important}.w3eden .ptypes li{border:0!important;margin:0!important;list-style:none!important;padding:0!important}.w3eden #wpdm-files_filter{padding-right:10px;padding-top:10px}.w3eden #wpdm-files{margin-bottom:0}.w3eden #wpdm-files_info,.w3eden #wpdm-files_paginate,.w3eden video.thumbnail{padding:10px}.w3eden input.input-error{border:1px solid var(--color-danger)!important;color:var(--color-danger)!important}.w3eden label.error{color:var(--color-danger);font-weight:300!important;font-size:11px!important}.w3eden .btn.wpdm-archive-meta .wpdm-download-link{padding:5px 10px!important;margin:0!important;font-size:9pt}.w3eden .btn.wpdm-archive-meta li{border:0!important;list-style:none!important;padding-right:20px!important}.w3eden .btn.wpdm-archive-meta li:last-child{padding:0!important;max-width:100px!important;text-align:right!important}.w3eden .btn.wpdm-archive-meta .wpdm-download-link img{box-shadow:none!important;height:30px;width:auto}.w3eden .wpdm-file-entry{border:1px solid #eee;padding:10px;border-radius:3px;font-size:9pt;text-align:center}.w3eden .panel{box-shadow:none!important}.w3eden .card .card-header{font-size:10pt;font-weight:700}.w3eden .card-rec .btn-footer,.w3eden .card-rec .card-body{padding:15px!important}.w3eden .card-rec .card-body .card-title{font-weight:800}.w3eden .card-dls .table,.w3eden .card-fav .table,.w3eden .card-footer .card-title{margin:0}.w3eden .card-dls .table td,.w3eden .card-fav .table td{padding-left:10px}.w3eden .card .table,.w3eden .panel .table{border-top:0}.w3eden .card .table thead th,.w3eden .panel .table thead th{border-top:0;border-bottom-width:1px;background-color:#f5f5f5;text-align:left}.w3eden .panel img,.w3eden .wpdm-file-entry img{box-shadow:none}.w3eden .input-group input:not(:last-child){border-top-right-radius:0!important;border-bottom-right-radius:0!important}.w3eden .btn.btn-group.bootstrap-select .btn.dropdown-toggle{border-radius:3px!important}.w3eden #wpdm-featured-image{display:block;height:200px;border:2px dashed #ddd;margin:15px;background:url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/images/plus.svg) no-repeat center center;background-size:48px;text-indent:-999999px}.w3eden .cfile .panel-file .panel-heading .btn{position:absolute;right:9px;top:7px}.w3eden .cfile .panel-file .panel-heading{position:relative}.w3eden .btn-wd{min-width:140px}.w3eden .btn-group.select{width:100%}.w3eden .btn-group.select .btn{text-align:left}.w3eden .btn-group.select .caret{position:absolute;top:50%;margin-top:-1px;right:8px}.w3eden .btn .label{margin-left:5px}.w3eden .btn.btn-linkedin{background-color:#007ab9!important;color:#fff!important}.w3eden .wpdm-download-link .fa-download,.w3eden .wpdm-download-link .fa-icon-left{margin-right:5px}.w3eden .fa-play{margin:0!important}.w3eden #wpdm-pf .alert.alert-success:before,.w3eden .btn .filter-option{background:0 0!important}.w3eden #xfilelist input.input-sm{height:31px!important}.w3eden #xfilelist .panel-footer.footer-info{font-family:Courier,monospace;font-size:9pt;text-align:center;background:#fafafa}.w3eden #xfilelist .panel-heading{font-weight:400;font-size:8pt;padding-top:0!important;padding-bottom:0;line-height:40px;height:40px;overflow:hidden;word-break:break-all}.w3eden .wpdm-filelist td{border-left:0;border-right:0;border-top:1px solid #fff!important;border-bottom:0!important;background:rgba(0,0,0,.03)!important;vertical-align:middle!important}.w3eden .wpdm-filelist{border:0!important}.w3eden .wpdm-frontend-tabs a{color:#fff!important;border-radius:0!important;text-transform:uppercase;font-size:9pt!important;font-weight:900;border:0!important;line-height:20px!important}.w3eden .wpdm-frontend-tabs a.btn{border-left:1px solid rgba(255,255,255,.15)!important;border-right:1px solid rgba(0,0,0,.15)!important;border-bottom:1px solid rgba(0,0,0,.15)!important}.w3eden .wpdm-frontend-tabs{border-bottom:4px solid var(--color-primary)!important;border-radius:3px;background:#34495e;overflow:hidden}.w3eden .nav-tabs.wpdm-frontend-tabs a.active,.w3eden .nav-tabs.wpdm-frontend-tabs a:active,.w3eden .nav-tabs.wpdm-frontend-tabs a:focus,.w3eden .nav-tabs.wpdm-frontend-tabs li.active a{background:var(--color-primary)!important;border:0!important}.w3eden .wpdm-frontend-tabs a:hover{background:rgba(26,188,156,.69)!important}.w3eden .well{padding:15px;box-shadow:none;border:0;font-style:normal;background:#f5f5f5;border-radius:4px;margin-bottom:10px}.w3eden #wpdm-pf #title,.w3eden fieldset{border-radius:3px}.w3eden .btn.btn-addtocart .label{font-size:95%;letter-spacing:.5px;padding:3px 5px 1px!important}.w3eden .btn .label-price{background:rgba(0,0,0,.1)}.w3eden #currentfiles .panel-heading{border-top:0!important}.w3eden div.list-group.pm-list{margin-bottom:0!important}.w3eden div.list-group.pm-list .list-group-item{cursor:pointer!important}.w3eden .discount-msg{padding:6px 12px;background:#5bb283;color:#fff;margin-bottom:5px;border-radius:3px;display:block;font-weight:400;font-size:9pt;z-index:999999999}.w3eden .discount-msg .fa{margin-right:6px}.w3eden .selectpicker.btn.btn-secondary{background:0 0!important;color:#333!important;border:1px solid #d5d5d5!important}.w3eden .field-group{margin-bottom:10px}.w3eden fieldset{border:1px solid #ddd!important;padding:10px}.w3eden legend{font-weight:700;font-size:inherit;color:inherit;display:inline;float:left;padding:10px!important;border-bottom:1px solid #ddd!important}.w3eden .package-info-list{font-size:9pt;line-height:1.5;color:#888}.w3eden .package-info-list .pull-left .fa{font-size:14pt;line-height:30px;margin-right:6px;color:var(--color-info)}.w3eden .package-info-list strong{color:#333}.w3eden .package-info-list .list-group-item .wpdm-download-link{font-size:12pt;display:block;text-align:center;font-weight:900;color:var(--color-info)}.w3eden .pagination-centered{display:inline-flex;margin:0 auto}.w3eden .pagination li a,.w3eden .pagination li span{padding:0 15px;margin:2px;min-width:40px;line-height:32px;text-align:center;border-radius:3px;display:block;font-size:14px;font-weight:600;border:1px solid rgba(0,0,0,.2);background:rgba(0,0,0,.01)}.pagination li a.dot,.pagination li span{border:1px solid transparent!important}.w3eden .pagination li span{background:rgba(var(--color-primary-rgb),.1)!important;border-color:var(--color-primary)!important;color:var(--color-primary)}.pagination li a.current-page{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.w3eden .pagination li a.current,.w3eden .pagination li a.disabled{font-weight:900;border:1px solid rgba(61,115,207,.47);color:rgba(61,115,207,.47)}.w3eden .pagination li a:not(.disabled):not(.current):hover{border:1px solid var(--color-primary);text-decoration:none}.w3eden .card h3{margin:0;padding:0;font-size:14pt;font-weight:700}.w3eden #wdmdc .card{margin-bottom:20px}.media.wpdm-rec-item{border:1px solid #e8e8e8;padding:10px;border-radius:3px;background:#fbfbfb}.wpdm-rec-item img.wpdm-rec-thumb{width:48px!important;height:48px!important;border-radius:500px!important;border:1px solid #eee}.w3eden #cppo{margin-right:-2px!important;margin-top:-3px!important}.w3eden .panel-body .panel-row{margin-top:10px;margin-bottom:10px!important;display:inline-table}.w3eden #wdmds .list-group-item{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:400}.w3eden #wdmds .list-group-item.active,.w3eden #wdmds .list-group-item.active:active,.w3eden #wdmds .list-group-item.active:focus,.w3eden #wdmds .list-group-item.selected{font-weight:800}.w3eden #wdmds #logo-block{border-radius:8px;border:1px solid rgba(69,89,122,.2);margin-bottom:25px;padding:15px}.w3eden #wdmds .shop-logo{box-shadow:none;border-radius:4px;margin:0;max-width:100%;height:auto}.w3eden .mr-3{margin-right:12px!important}#wdmds h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--color-muted);opacity:.4;margin:20px 0 10px}.w3eden #wdmds .adp-item,.w3eden #wdmds .udb-item{font-size:13px;letter-spacing:1px;line-height:30px;margin-bottom:10px;display:block;width:100%;outline:0!important;color:#708ca3;font-family:var(--wpdm-font);padding-left:6px;text-decoration:none!important}.w3eden #wdmds .adp-item:hover,.w3eden #wdmds .udb-item:hover{color:var(--color-primary)!important;font-weight:500}.w3eden #wdmds .m-icon{width:30px;line-height:30px;height:30px;text-align:center;border-radius:4px;border:1px solid #eee;-webkit-transition:all ease-in-out 400ms;-moz-transition:all ease-in-out 400ms;-ms-transition:all ease-in-out 400ms;-o-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;background:#fff}.w3eden #wdmds .selected .m-icon,.w3eden .udb-item.selected{color:var(--color-primary)!important}.w3eden #wdmds .selected .m-icon{border-color:rgba(var(--color-primary-rgb),.2);background:linear-gradient(45deg,#fff,rgba(var(--color-primary-rgb),.2))!important}.w3eden .list-group-item.active,.w3eden .list-group-item.active:focus,.w3eden .list-group-item.active:hover{z-index:2;color:#fff;background-color:var(--color-primary);border-color:var(--color-primary)!important}.w3eden #wdmdc .tab-pane .panel:last-child{margin-bottom:0}.w3eden #wdmdc .nav-tabs:not(.card-header-tabs){border-bottom:1px solid #ddd!important}.w3eden #wdmdc .nav-tabs:not(.card-header-tabs) a{border-color:#ddd #ddd transparent!important}.w3eden #wdmdc .table{border-bottom:0}.w3eden .wpdmlogin-logo{padding-bottom:30px}.w3eden .wpdmlogin-logo img{box-shadow:none!important;max-height:128px}.w3eden #wpdmlogin .input-group-prepend .fa,.w3eden #wpdmreg .input-group-prepend .fa{width:20px}.w3eden #wpdmlogin,.w3eden #wpdmreg{margin:0 auto;max-width:450px}.w3eden #checkout-login #wpdmlogin,.w3eden #checkout-login #wpdmreg{margin:0 auto;max-width:100%}.w3eden .package-info-list .panel{margin:-10px -15px;border:0}.w3eden .package-info-list .panel .panel-heading{border-radius:0}.w3eden .wpdm-social-lock{margin:0 3px!important}.w3eden .wpdm-social-lock.btn{border-radius:2px!important;margin-bottom:5px!important}.w3eden .panel.panel-package-locks{border:0;box-shadow:0 0 15px rgba(0,0,0,.15)!important;padding:20px!important}.w3eden .panel.panel-package-locks .panel-heading{padding-bottom:0!important;font-size:14pt!important;font-weight:900;background:0 0!important;border:0!important;text-transform:uppercase}.w3eden .panel-body.wpdm-social-locks.text-center>p{margin-bottom:20px;margin-top:0;padding:0}.w3eden #wp-post_content-editor-tools{padding-right:7px!important}.w3eden .wp-editor-container{border-top:1px solid #e7e6e6!important}.w3eden #package-description .wp-switch-editor{background:rgba(255,255,255,.2);font-size:8pt!important;font-weight:800;height:20px!important;letter-spacing:1px;line-height:20px!important;padding:5px 15px!important}.w3eden .html-active .switch-html,.w3eden .tmce-active .switch-tmce{border-bottom-color:#fafafa!important}.w3eden .html-active .switch-html,.w3eden .quicktags-toolbar,.w3eden .tmce-active .switch-tmce,.w3eden div.mce-toolbar-grp{background:#fafafa!important}.w3eden .ed_button.button.button-small{border-color:#e1e1e1;border-radius:2px;box-shadow:0 0 1px rgba(0,0,0,.1);padding-left:10px;padding-right:10px}.w3eden #wpdm-pf .nav.nav-tabs a{font-size:9pt!important;letter-spacing:.2px;text-transform:capitalize}.w3eden #wpdm-pf .alert.alert-success{position:fixed;z-index:999999999!important;top:50px;right:20px;max-width:300px;-webkit-transition:all .2s ease;transition:all .2s ease}.w3eden div.wpdmcard{position:relative;overflow:hidden;padding:40px;border-top:5px solid var(--color-primary);box-shadow:0 3px 15px rgba(0,0,0,.1);background:#fff;border-radius:10px;margin:0 auto 50px}.w3eden div#wpdmlogin,.w3eden div#wpdmreg{background:#fff;padding:48px;border:1px solid rgba(var(--clr-sec-rgb),.2)}.w3eden .input-wrapper label{font-size:12px;font-weight:400;opacity:.3;margin:0}.w3eden .input-wrapper{border:1px solid #ddd;border-radius:4px;padding:7px 15px;background:#fff!important;transition:all ease-in-out 400ms}.w3eden .input-wrapper.input-focused{border:1px solid var(--color-primary)}.w3eden .input-wrapper.input-error{border:1px solid var(--color-danger)!important}.w3eden .input-wrapper.input-withvalue{border:1px solid var(--color-primary-active)}.w3eden .input-wrapper .form-control{border:0!important;padding:0!important;box-shadow:none!important;background:0 0!important}.card-header.collapsed,.card-header[aria-expanded=false]{border-radius:3px;overflow:hidden;border-bottom:0}.w3eden div.wpdmcard.color-primary{border-top:5px solid var(--color-primary)!important}.w3eden div.wpdmcard.color-purple{border-top:5px solid #8557d3!important}.w3eden div.wpdmcard.color-green,.w3eden div.wpdmcard.color-success{border-top:5px solid var(--color-success)!important}.w3eden div.wpdmcard.color-danger,.w3eden div.wpdmcard.color-red{border-top:5px solid var(--color-danger)!important;box-shadow:0 -1px 20px rgba(255,50,62,.1)}.w3eden div#wpdmlogin.lostpass{border-top:5px solid var(--color-info)}.w3eden .panel-info .panel-body.lead{font-weight:900}.w3eden .panel-body.lead{margin:0}.w3eden .color-purple{color:#8557d3!important}.w3eden .color-blue,.w3eden .color-info{color:var(--color-info)!important}.w3eden .color-danger,.w3eden .color-red{color:var(--color-danger)!important}.w3eden .color-primary{color:var(--color-primary)!important}.w3eden .list-group li{margin-left:0}.w3eden .videothumbs .thumbnail{margin:0 10px 20px 0!important}.w3eden iframe#thumbnail{background:#f2f6f8;background:-moz-linear-gradient(top,#f2f6f8 0,#d8e1e7 5%,#e0eff9 100%);background:-webkit-linear-gradient(top,#f2f6f8 0,#d8e1e7 5%,#e0eff9 100%);background:linear-gradient(to bottom,#f2f6f8 0,#d8e1e7 5%,#e0eff9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0)}.w3eden .alert.alert-progress{background:#08bdf9;color:#fff}.w3eden .btn.inddl[disabled],.w3eden .d-none,.w3eden .wpdm_hide,.w3eden [hidden],.w3eden label.error.valid{display:none!important}.w3eden .package-locks .panel+.panel{margin-top:5px}.w3eden .panel.terms-panel .panel-footer .eden-checkbox{font-weight:700!important}.w3eden .link-template-widget .media-body a{margin:0 0 6px;padding:0;line-height:normal;font-size:12pt;display:block}.w3eden .card-header .role-tabs a i.fa-circle{color:rgba(255,255,255,.5)!important}.w3eden .bold{font-weight:600!important}.w3eden .modal-title{font-weight:600;letter-spacing:1px}.w3eden .panel-purchases .panel-footer .badge{border-radius:2px;padding:5px 10px;margin-right:10px;letter-spacing:.5px}.w3eden .table.manage-packages-frontend td{vertical-align:middle}.w3eden .btn.btn-social{padding:0;width:48px;line-height:40px;border-radius:2px;margin:0 3px;height:40px}.w3eden .wpdm-custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/images/sort.svg) calc(100% - 10px) center no-repeat!important;background-size:15px!important;padding-right:10px!important;cursor:pointer}input.wpdm-checkbox[type=checkbox],input.wpdm-radio[type=radio]{border:1px solid #d5dbde;background:#d5dbde;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-3px 4px 0 0!important;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;appearance:none;-webkit-appearance:none;box-shadow:none;position:relative;border-radius:1.5px!important;transition:ease-in-out 300ms}input.wpdm-checkbox.wpdm-checkbox-m[type=checkbox],input.wpdm-radio.wpdm-radio-m[type=radio]{transform:scale(1.5);border-radius:1px!important;margin:7px 10px 0 5px!important}input.wpdm-checkbox[type=checkbox]:checked{border:1px solid #1484f5;background:#1484f5;box-shadow:0 0 4px rgba(20,132,245,.71)}input.wpdm-radio[type=radio]:checked{border:1px solid #35c34d;background:#35c34d;box-shadow:0 0 4px rgba(53,195,77,.71)}input.wpdm-checkbox[type=checkbox]:checked::before,input.wpdm-radio[type=radio]:checked::before{content:"";position:absolute;left:4.5px;top:1.5px;width:5px!important;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(40deg);float:left;vertical-align:middle;font:400 21px/1 dashicons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}svg#wpdm-loading path,svg#wpdm-loading rect{fill:#ff6700!important}.w3eden .blockui{position:relative}.w3eden .blockui:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;background:rgba(255,255,255,.8) url(//flaviusmareka.net/wp-content/plugins/download-manager/assets/images/loader.svg) center center no-repeat;background-size:64px;transition:ease-in-out 400ms}#wpdm-fixed-top-center{position:fixed;top:0;z-index:9999999;left:calc(50% - 200px);width:400px;border-radius:0 0 8px 8px!important;text-align:center}#wpdm-floatify-top-right,#wpdm-notify-top-right{position:fixed;top:30px;right:30px;z-index:999999999!important}#wpdm-floatify-bottom-left,#wpdm-notify-bottom-full,#wpdm-notify-bottom-left{position:fixed;bottom:30px;left:30px;z-index:999999999!important}#wpdm-notify-bottom-full{bottom:0;left:0;width:100%;text-align:center!important}#wpdm-notify-top-center{position:fixed;left:50%!important;top:40px!important;z-index:999999999}.wpdm-floatify,.wpdm-notify{margin-bottom:10px;font-size:10pt!important;letter-spacing:.5px}.wpdm-notify{padding:20px 40px!important;border-radius:0;clear:both;background:#fff;background-size:24px!important;box-shadow:0 0 15px rgba(0,0,0,.1);cursor:pointer;font-size:11pt!important}#wpdm-notify-top-center .wpdm-notify{margin-left:-50%!important}.wpdm-hide-right{position:absolute}.wpdm-notify .wpdm-notify-title{display:block;margin-bottom:5px}.wpdm-notify-info{border-bottom:3px solid var(--color-info);color:var(--color-info-active)}.wpdm-notify-error,.wpdm-notify-success{background-size:24px!important;border-bottom:3px solid var(--color-success);color:var(--color-success-active)}#wpdm-notify-bottom-full .wpdm-notify-success{background:var(--color-success-active);color:#fff;margin:0!important;border:0!important;box-shadow:none;font-size:11pt!important}.wpdm-notify-error{border-bottom:3px solid var(--color-danger);color:var(--color-danger)}#wpdm-notify-top-center .wpdm-clear:nth-child(n+2){margin-top:-65px}.wpdm-notify::before{position:absolute;content:"\f057";font-family:"Font Awesome 5 Free";z-index:999999;right:4px;top:4px;opacity:0!important}.wpdm-notify:hover::before{opacity:1!important}.fgrw{margin-bottom:10px}.fgrw .col-md-3,.fgrw .col-md-9{vertical-align:middle;line-height:36px}.file-info{font-size:9pt;line-height:1.4}.media .file-ico{width:64px}.file-info .file-title{font-size:10pt;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:40px;position:relative;width:100%}.wpdm-file-block .img-area img{height:auto;vertical-align:middle;margin:15px auto;display:inline-block}.wpdm-file-block .img-area img.file-ico{padding:20%!important}.w3eden .file-thumb.wpdm-file{padding:10%!important;max-width:100%}@media (max-width:800px){.wpdm-dir-locator{display:none}}.form-control.input-sm.inddlps{font-size:10px;border-radius:2px}.w3eden .img-48 img{max-width:48px;height:auto;padding:0;margin:0}#wdmapui{position:fixed;right:0;bottom:0;z-index:999999}#wpdm_close_player{position:absolute;margin-top:-24px;right:10px;display:none;cursor:pointer}#wdmapui:hover #wpdm_close_player{display:block}#wdmapui .wpdm-audio-control-buttons .btn{border-radius:2px}#wdmapui .progress{min-width:200px;height:38px;border-radius:2px;cursor:pointer;position:relative;background:rgba(0,0,0,.06);margin:0;padding:10px 55px}#wdmapui .progress-bar{border-radius:2px;background:#239cef linear-gradient(180deg,#5b71e8d6,#4b5dbbde);height:100%}#wdmapui #mins,#wdmapui #played{line-height:36px;position:absolute;font-size:10px}#wdmapui #mins{right:15px}#wdmapui #played{left:15px}#wdmapui .volumctrl{position:absolute;right:0;width:100px;top:-40px;padding:7px 10px 0;border:1px solid #eee;border-radius:3px;background:#fcfcfc;display:none}#wdmapui .volumctrl input{max-width:100%;margin:0}@font-face{font-family:dashicons;src:url(//flaviusmareka.net/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//flaviusmareka.net/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url(//flaviusmareka.net/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}@font-face{font-family:'FontAwesome';src:url(//flaviusmareka.net/wp-content/plugins/wp-megamenu/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//flaviusmareka.net/wp-content/plugins/wp-megamenu/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//flaviusmareka.net/wp-content/plugins/wp-megamenu/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//flaviusmareka.net/wp-content/plugins/wp-megamenu/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//flaviusmareka.net/wp-content/plugins/wp-megamenu/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//flaviusmareka.net/wp-content/plugins/wp-megamenu/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body {
overflow-x: hidden;
} .wp-megamenu .wp-megamenu-wrap ul {
position: relative;
display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
padding: 15px 14px;
color: #444;
transition: color 400ms;
display: inline-block;
margin: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-logo-item a {
background: transparent !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:after,
.wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li > a:after {
display: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover {
color: #2964d8;
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
display: block; padding: 0;
margin: 0;
list-style: none;
position: relative;
left: auto;
top: auto;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul ul {
opacity: 1;
display: block;
position: relative;
left: auto;
top: auto;
box-shadow: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
display: inline-block;
border-top: none;
position: static;
line-height: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-default.wpmm-item-fixed-width {
position: relative !important;
}
.wpmm_vertical_menu.wpmm_vertical_menu_active .wpmm-nav-wrap > ul.wp-megamenu > li {
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul li a:focus {
outline: 0;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
float: right !important;
}
@media(max-width:767px){
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link{
float: none !important; 
}
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-index-0 {
margin-left: auto;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link a {
padding-left: 10px;
padding-right: 10px;
} .wp-megamenu-wrap {
z-index: 99999;
}
.wpmm_brand_logo_wrap {
float: left;
position: relative;
z-index: 2;
}
.wpmm_brand_logo_wrap img {
margin-right: 15px;
}
.wpmm_brand_logo_wrap a {
padding: 0 !important;
}
.wp-megamenu-wrap {
position: relative;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
padding: 0;
font-size: 14px;
display: inline-block;
font-weight: 300;
color: #444;
word-wrap: break-word;
word-break: break-all;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a:hover {
color: #2964d8;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.wpmm-col:last-child {
border: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu ul.wp-megamenu-sub-menu {
list-style: none;
padding: 0;
margin: 0;
left: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row {
clear: both;
width: 100%;
height: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li {
padding: 10px 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li > .wp-megamenu-sub-menu >li {
padding: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
position: absolute;
left: 0;
top: 100%;
text-align: left; right: auto;
padding: 0;
margin: 0;
border: none;
line-height: 0;
display: none;
font-size: 0;
width: 100%;
opacity: 0;
z-index: -1;
visibility: hidden;
}
.wpmm-strees-row-container {
background: #f5f5f5;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu::before,
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu::after {
content: "";
left: -2000px;
top: 0;
bottom: 0;
width: 2000px;
background: #f5f5f5;
position: absolute;
height: 100%;
z-index: 1;
display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu::after {
left: auto;
right: -2000px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li {
font-size: 14px;
line-height: 1.4;
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu li >ul {
position: relative;
left: auto;
right: auto;
top: auto;
bottom: 0;
margin-top: 0;
width: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
padding: 10px 15px;
box-sizing: border-box;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(1) {
z-index: 6;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(2) {
z-index: 5;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(3) {
z-index: 4;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(4) {
z-index: 3;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(5) {
z-index: 2;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(6) {
z-index: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child {
border-right: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children {
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a {
display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a b {
float: right;
padding-right: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
position: absolute;
left: 100%;
width: 250px;
top: 10%;
text-align: left;
z-index: 999;
visibility: hidden;
opacity: 0;
transition: all 300ms ease-in-out;
background: #e7e7e7;
right: auto;
padding: 12px 0;
margin: 0;
bottom: auto;
border: none;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li {
padding: 8px 20px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li a {
margin-bottom: 0;
}
.wpmm-row-content-strees-extra {
position: absolute;
left: 0;
top: 100%;
text-align: left;
right: auto;
width: 100%;
z-index: 222;
height: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
color: #2964d8;
}    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu {
position: relative !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
position: absolute;
left: 0;
width: 250px;
top: 100%;
text-align: left;
visibility: hidden;
transition: all 300ms ease-in-out;
background: #f5f5f5;
right: auto;
padding: 0;
border: none;
opacity: 0;
z-index: -1;
display: none;
list-style: none;
margin: 0;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children > ul.wp-megamenu-sub-menu {
left: 100%;
background: #e7e7e7;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.wpmm-submenu-left ul.wp-megamenu-sub-menu {
left: auto;
right: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.wpmm-submenu-left > ul.wp-megamenu-sub-menu {
background: #e7e7e7;
left: auto;
right: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-submenu-right .wpmm-badge {
margin-left: 4px;
top: -1px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-submenu-left .wpmm-badge {
margin-left: 0;
margin-right: 4px;
top: -6px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
padding: 8px 20px;
}
@media (max-width: 768px) {
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
padding: 3px;
}
}
.wp-megamenu-wrap ul.wp-megamenu > li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
float: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a {
margin-bottom: 0;
}
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a {
margin-bottom: 12px;
padding: 0;
font-size: 14px;
}
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li:last-child > a {
margin-bottom: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a b,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a b {
float: right;
line-height: inherit;
transform: rotate(-90deg);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li.wpmm-submenu-left > a b {
float: left;
margin-right: 6px;
line-height: inherit;
transform: rotate(90deg);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.wpmm-row .wp-megamenu-sub-menu li.wpmm-col .wp-megamenu-sub-menu li.wpmm-type-item >a b,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget >a b {
display: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a {
display: block;
font-weight: 300;
transition: 400ms;
-webkit-transition: 400ms;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
color: #2964d8;
}
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
color: inherit;
font-size: 13px;
font-weight: 600;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 0px;
margin-bottom: 5px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
font-weight: 600;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
animation-duration: 300ms;
display: block;
top: auto;
opacity: 1;
z-index: 1;
visibility: visible;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmfadeInUp;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadein:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadein ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmfadeIn;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmfadeInDown;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-pulse:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-pulse ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmpulse;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-ZoomIn:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-ZoomIn ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmzoomIn;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-slideindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmslideInDown;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-slideinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmslideInUp;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-flipinx:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-flipinx ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
animation-name: wpmmflipInX;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
top: 0;
z-index: 1;
} ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
color: #000000;
font-size: 13px;
font-weight: 600;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 0px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul {
background: none;
border: none;
list-style: none;
padding: 0;
margin: 0;
left: 0;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li a {
padding: 5px 0;
}
#wp-megamenu-top > ul.wp-megamenu li.wpmm-type-widget select {
border: 1px solid #e5e5e5;
height: 40px;
width: 100%;
font-size: 14px;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a.wp-megamenu-col-title,
.wp-megamenu >li > ul.wp-megamenu-sub-menu > li .wpmm-item-title {
color: #000000;
font-size: 13px;
font-weight: 600;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 0px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .calendar_wrap caption {
padding: 10px 0 12px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
margin-bottom: 6px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget table {
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li:last-child {
margin-bottom: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget ul.menu {
position: relative;
width: auto;
left: auto;
margin: 0;
padding: 0;
top: auto;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .tagcloud a {
display: inline-block !important;
margin-bottom: 5px;
transition: all 300ms ease-in;
-webkit-transition: all 300ms ease-in;
font-size: 14px !important;
border: 1px solid #eee;
padding: 2px 8px;
margin-right: 2px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li .post-date {
display: inline-block;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class embed,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class iframe,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class object {
margin-bottom: 0;
max-width: 100%;
} .wpmm-sticky.wpmm-sticky-wrap {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 9999;
animation-name: wpmmfadeInDown;
animation-duration: 400ms;
}
.admin-bar .wpmm-sticky.wpmm-sticky-wrap {
top: 32px;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
margin: 0 auto;
position: relative;
width: 1140px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 1140px) {
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
width: 100%;
padding-left: 0;
padding-right: 0;
}
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i,
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a i {
margin-right: 0;
width: auto;
height: auto;
line-height: normal;
font-size: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i.dashicons,
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a i.dashicons {
font-size: 14px;
vertical-align: middle;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i.dashicons.dashicons-admin-home {
font-size: 22px;
vertical-align: top;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
left: auto;
right: auto;
top: auto;
bottom: 0;
margin-top: 0;
width: 100%;
}
.wpmm-col.wpmm-col-12 {
width: 100%;
}
.wpmm-col.wpmm-col-6 {
width: 50%;
}
.wpmm-col.wpmm-col-3 {
width: 25%;
}
.wpmm-col.wpmm-col-4 {
width: 33.33333%;
}
.wpmm-col.wpmm-col-2 {
width: 16.66666%;
}
.wpmm-col.wpmm-col-8 {
width: 66.666667%;
}
.wpmm-col.wpmm-col-10 {
width: 83.333333%;
} .main-navigation ul ul a {
height: auto;
width: auto;
}
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:after,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.page_item_has_children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.page_item_has_children:after {
display: none;
position: relative;
content: none;
}
.main-navigation ul ul ul {
left: auto;
margin-top: 0;
}
.wp-megamenu-wrap ul ul a {
width: auto !important;
}
span.wpmm-selected-icon-top {
display: block;
text-align: center;
}
span.wpmm-selected-icon {
margin: 0 6px 0 0;
} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
right: 0;
}
.main-navigation ul ul.wp-megamenu-sub-menu {
border: none;
background: none;
}
.main-navigation ul ul.wp-megamenu-sub-menu >li.wpmm-type-widget >a b {
display: none;
}
.main-navigation ul.wp-megamenu-sub-menu li:hover,
.main-navigation ul.wp-megamenu-sub-menu li.focus {
background: none;
}
.navigation-top .wrap {
padding: 0;
}
.main-navigation .wpmm-nav-wrap .wpmm-nav-wrap ul ul a {
padding: 0;
}
.main-navigation .wpmm-nav-wrap .menu-item-has-children > a:after {
display: none;
}
.main-navigation .wpmm-nav-wrap ul ul:before,
.main-navigation .wpmm-nav-wrap ul ul:after {
display: none;
}
.main-navigation .wpmm-nav-wrap ul ul li {
border: none;
display: block;
}
.main-navigation .wpmm-nav-wrap li {
border-top: none;
}
.main-navigation .wpmm-nav-wrap ul ul a {
width: auto;
}
.wpmm-nav-wrap .dropdown-toggle:after {
display: none;
}
.wpmm-badge {
border-radius: 2px;
color: #fff;
display: inline-block;
font-size: 9px;
font-weight: 500;
line-height: 10px;
padding: 2px 5px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
margin-left: 2px;
position: relative;
top: -8px;
}
.wpmm-badge-default {
background-color: #636c72;
}
.wpmm-badge-default[href]:focus,
.wpmm-badge-default[href]:hover {
background-color: #4b5257;
}
.wpmm-badge-primary {
background-color: #0275d8;
}
.wpmm-badge-primary[href]:focus,
.wpmm-badge-primary[href]:hover {
background-color: #025aa5;
}
.wpmm-badge-success {
background-color: #5cb85c;
}
.wpmm-badge-success[href]:focus,
.wpmm-badge-success[href]:hover {
background-color: #449d44;
}
.wpmm-badge-info {
background-color: #5bc0de;
}
.wpmm-badge-info[href]:focus,
.wpmm-badge-info[href]:hover {
background-color: #31b0d5;
}
.wpmm-badge-warning {
background-color: #f0ad4e;
}
.wpmm-badge-warning[href]:focus,
.wpmm-badge-warning[href]:hover {
background-color: #ec971f;
}
.wpmm-badge-danger {
background-color: #d9534f;
}
.wpmm-badge-danger[href]:focus,
.wpmm-badge-danger[href]:hover {
background-color: #c9302c;
} .wpmm-search-input-wrap .search-wrap .form-control:focus {
border:none;
}
ul.wp-megamenu .product_list_widget li img {
width: 80px;
height: 75px;
float: left;
margin-right: 15px;
} ul.wp-megamenu .product_list_widget li a {
font-weight: 500 !important;
}
ul.wp-megamenu .product_list_widget li {
clear: both;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
ul.wp-megamenu .product_list_widget li:last-child {
margin-bottom: 0;
}
ul.wp-megamenu .product_list_widget li a.remove {
float: left;
margin-right: 10px;
margin-top: -7px;
}
.woocommerce-product-search input[type=search] {
box-shadow: none;
border: 1px solid #e5e5e5;
line-height: 24px;
padding: 5px 10px;
}
.woocommerce-product-search input[type=submit] {
padding: 5px 10px;
line-height: 22px;
border: 1px solid #000000;
background: #000;
color: #fff;
}
.wpmm-search-form input {
color: #000 !important;
font-weight: 500!important;
} .wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement iframe {
top: 0;
bottom: 0;
left: 0;
width: 100% !important;
height: 100% !important;
border: 0;
}
.wp-video-shortcode.mejs-video {
width: 100% !important;
min-height: 200px;
}
#wp-megamenu-vertical-menu > .wpmm-nav-wrap ul.wp-megamenu> li ul.wp-megamenu-sub-menu ul.product_list_widget li:hover>a {
background-color: transparent !important;
}
address {
color: inherit;
}
.mejs-iframe-overlay {
z-index: -1;
} .wpmm_mobile_menu_btn {
color: #ffffff;
background-color: #2964d8;
font-size: 14px;
}
.wpmm_mobile_menu_btn.show-close-icon.menu-active i::before {
content: "\f00d";
}
#wp-megamenu-menu-1.wpmm-mobile-menu {
text-align: right;
padding: 0 15px;
color: red;
}
.menu-toggle,
#menu-toggle,
#wr-menu-toggle {
display: none !important;
}
.wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu {
position: relative !important;
left: auto;
width: auto;
animation-name: inherit;
}
@media (max-width: 489px) {
.wpmm-mobile-menu .wpmm-grid-post {
width: 100% !important;
margin-bottom: 30px;
}
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children > ul.wp-megamenu-sub-menu {
top: 0;
opacity: 1;
visibility: visible;
position: static;
width: 100% !important;
box-shadow: none;
left: 0;
padding: 5px 20px;
background: none;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu {
top: 0;
opacity: 1;
visibility: visible;
position: relative;
width: 100%;
box-shadow: none;
left: 0;
background: none;
padding: 5px 20px;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu {
width: 100% !important;
position: relative;
padding: 10px 15px;
}
.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
width: 50%;
display: inline-block;
text-align: center;
}
.wpmm-mobile-menu .dropdown-toggle.toggled-on .icon,
.wpmm-mobile-menu .dropdown-toggle .icon.icon-angle-down {
display: none;
}
.wpmm_mobile_menu_btn i {
font-size: 14px;
}
.wpmm_mobile_menu_btn {
font-size: 14px;
display: none !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
opacity: 1;
display: none;
animation-name: inherit;
visibility: visible;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
visibility: visible;
opacity: 1;
}
.wpmm-mobile-menu .wpmm-strees-row-and-content-container {
width: 100% !important;
left: 0 !important;
position: relative !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu {
position: relative;
visibility: visible;
opacity: 1;
z-index: 1;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:before,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:after {
display: none;
}  @keyframes wpmmpulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.04, 1.04, 1.04);
}
to {
transform: scale3d(1, 1, 1);
}
}
.wpmmpulse {
animation-name: wpmmpulse;
} @keyframes wpmmfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.wpmmfadeIn {
animation-name: wpmmfadeIn;
} @keyframes wpmmfadeInDown {
from {
opacity: 0;
transform: translate3d(0, -10px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.wpmmfadeInDown {
animation-name: wpmmfadeInDown;
} @keyframes wpmmfadeInUp {
from {
opacity: 0;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.wpmmfadeInUp {
animation-name: wpmmfadeInUp;
} @keyframes wpmmzoomIn {
from {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
50% {
opacity: 1;
}
}
.wpmmzoomIn {
animation-name: wpmmzoomIn;
} @keyframes wpmmzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
to {
opacity: 0;
}
}
.wpmmzoomOut {
animation-name: wpmmzoomOut;
} @keyframes wpmmslideInDown {
from {
transform: translate3d(0, -10px, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.wpmmslideInDown {
animation-name: wpmmslideInDown;
} @keyframes wpmmslideInUp {
from {
transform: translate3d(0, 20px, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.wpmmslideInUp {
animation-name: wpmmslideInUp;
} @keyframes wpmmflipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.wpmmflipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: wpmmflipInX;
} .wpmm-search-form {
position: absolute;
right: 100%;
top: 50%;
display: none;
-webkit-animation: searchslideIn 100ms forwards;
-moz-animation: searchslideIn 100ms forwards;
animation: searchslideIn 100ms forwards;
z-index: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
position: relative;
z-index: 9999;
font-size: 16px; }
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu> li#wp-megamenu-item-wpmm-search-icon {
display: inline-block !important;
}
span.wpmm-selected-icon.wpmm-image-icon {
margin: 0 10px 0 0;
display: inline-block;
float: left;
}
.wpmm-search-form input {
border: 1px solid #f2f2f2;
font-size: 14px;
padding: 4px 15px;
margin-top: 0px;
border-radius: 3px;
transform: translate(0%, -57%);
min-width: 580px;
width: auto;
font-family: 'Open Sans';
height: auto;
}
.wpmm_vertical_menu .wpmm-search-form input {
transform: translateY(0);
}
.wpmm_vertical_menu .wpmm-search-form,
.wp-megamenu-wrap.wpmm_vertical_menu .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
z-index: auto;
}
@-webkit-keyframes searchslideIn {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
@-moz-keyframes searchslideIn {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
@keyframes searchslideIn {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
.fl-page-nav-collapse.navbar-collapse {
position: absolute;
background: white;
z-index: 9999999;
width: 100%;
left: 0;
}
.select2-container {
z-index: 9999999 !important;
}
span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right.disablebtn,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left.disablebtn,
span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left {
width: 36px;
height: 35px;
}
button.submenu-expand,
button.menu-item-link-return {
display: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-hide-desktop {
display: none;
}
.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a p {
color: #a6abbc;
padding-left: 30px;
padding-top: 0;
margin: 0;
font-size: 14px;
font-weight: 400;
}
.wpmm-nav-wrap ul.wp-megamenu>li>a .wpmm_item_description {
padding-top: 0;
margin: 0;
font-size: 14px;
font-weight: 400;
}
.wpmm-selected-icon i {
margin-top: 5px;
font-size: 34px;
}
.wpmm-selected-icon i.dashicons {
display: initial;
}
span.wpmm-selected-icon {
margin: 0 10px;
}
.wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu {
margin-top: 3px;
}
#wp-megamenu-item-4258198361634308785 a:hover {
color: #47a047 !important
}
.wp-megamenu-sub-menu span.wpmm_item_description {
font-size: 14px;
color: #828486;
margin-top: 5px;
display: block;
font-weight: 400;
line-height: 22px;
}
.wp-megamenu-sub-menu img.custom-menu-image {
width: 34px;
}
.wp-megamenu-sub-menu >ul >ul > li a {
border-bottom: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:last-child ul.wp-megamenu-sub-menu {
right: -20px;
left: auto;
}
.wpmm-feature-desc {
font-weight: 400;
} .wpmm-search-wrap { z-index: 99999;
}
.wpmm-search {
display: inline-block;
color: #959595;
text-align: center;
}
a.wpmm-search.search-close-icon {
color: #fff !important;
display: none;
position: fixed !important;
z-index: 9999 !important;
background: none !important;
}
.wpmm-search-input-wrap {
position: fixed;
top: 0px;
left: 0px;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 999;
display: none;
-webkit-animation: searchZoomIn .4s;
animation: searchZoomIn .4s;
}
.top-search-overlay {
position: absolute;
background: rgba(0, 0, 0, 0.85);
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
display: none;
z-index: 99999;
}
.wpmm-search-input-wrap .search-wrap {
width: 100%;
}
.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
position: absolute;
top: 42%;
left: 50%;
width: 40%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99999999;
}
.wpmm-search-input-wrap .search-wrap .form-control {
border-bottom: 2px solid #fff;
color: #fff;
width: 100%;
background: transparent;
border-top: none;
border-left: none;
border-right: none;
padding: 6px 0;
font-size: 18px;
font-family: verdana;
} .close {
position: absolute;
top: 0;
right: 0;
width: 35px;
height: 30px;
background: #000;
color: #fff;
cursor: pointer;
border: 0;
padding: 4px;
}
.wpmm-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
visibility: hidden;
opacity: 0;
transition: 0.7s;
}
.wp-megamenu-wrap .cont {
position: absolute;
top: 0; 
right: 0;
width: 900px;
height: auto;
background: #ffffff;
z-index: 100;
visibility: hidden;
opacity: 0;
padding: 44px;
border-radius: 5px;
}
.wp-megamenu-wrap .form.sign-in h2 span,
.wp-megamenu-wrap .form.sign-up h2 span {
font-size: 15px;
font-weight: 400;
color: #9E9E9D;
}
.active {
visibility: visible;
opacity: 1;
}
.active + .cont {
visibility: visible;
opacity: 1;
transform: translateY(60px);
}
.wpmm-login-form .button.show {
vertical-align: inherit;
}
.wpmm-widget-cart {
position: absolute;
width: 320px;
background: #fff;
z-index: 9;
display: none;
background-color: #fff;
padding: 10px 20px 20px;
border: 1px solid #f1f4f9;
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
transform: translate(-50%, 0px);
left: 50%;
}
.wpmm-menu-cart {
position: relative;
padding-right: 20px;
cursor: pointer;
text-align: right;
padding-left: 10px;
}
.wpmm-menu-cart span.cart-icon i {
font-size: 18px !important;
padding-top: 0!important;
padding-right: 0px!important;
padding-bottom: 0!important;
padding-left: 0!important;
line-height: 20px !important;
font-family: IcoFont!important;
}
.wpmm-menu-cart:hover .wpmm-widget-cart {
display: block;
}
.wpmm-menu-cart .cart-contents {
color: #fff;
font-size: 10px;
background: #d9534f;
width: 16px;
height: 16px;
display: inline-block;
text-align: center;
position: absolute;
border-radius: 50%;
line-height: 17px;
font-weight: 600;
top: 0px;
right: 6px;
}
.wpmm-menu-cart img {
width: 18px;
}
.wpmm-widget-cart ul li a img {
display: block !important;
} .wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .sub-cont h2 {
width: 100%;
font-size: 26px;
text-align: left;
margin: 0;
}
.wp-megamenu-wrap .form.sign-in h2:before,
.wp-megamenu-wrap .sub-cont h2:before {
display: none;
}
.wp-megamenu-wrap .tip {
font-size: 20px;
margin: 40px auto 50px;
text-align: center;
}
.wp-megamenu-wrap .cont {
overflow: hidden;
position: absolute;
width: 780px;
height: 440px;
margin: 0 auto;
background: #fff;
right: 0;
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.wpmm-login-form a {
text-transform: inherit !important;
}
.wp-megamenu-wrap .form {
position: relative;
width: 520px;
height: 100%;
-webkit-transition: -webkit-transform .9s ease-in-out;
transition: -webkit-transform .9s ease-in-out;
transition: transform .9s ease-in-out;
transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
padding: 50px 30px 30px 30px;
}
.wp-megamenu-wrap .cont.s--signup .form {
position: relative;
width: 480px;
height: 100%;
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
padding: 44px 0 54px 52px;
}
.wp-megamenu-wrap .form.sign-in {
position: relative;
width: 480px;
height: 100%;
-webkit-transition: -webkit-transform .9s ease-in-out;
transition: -webkit-transform .9s ease-in-out;
transition: transform .9s ease-in-out;
transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
padding: 0 0 0 8px;
}
.wp-megamenu-wrap .cont.s--signup .sub-cont {
left: 0;
padding-left: 0px;
}
.wp-megamenu-wrap .sub-cont {
overflow: hidden;
position: absolute;
left: 520px;
top: 0;
width: 780px;
height: 100%;
padding-left: 260px;
background: #fff;
-webkit-transition: -webkit-transform .9s ease-in-out;
transition: -webkit-transform .9s ease-in-out;
transition: transform .9s ease-in-out;
transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}
.wp-megamenu-wrap .form button {
display: block;
margin: 0 auto;
width: 260px;
height: 36px;
border-radius: 30px;
color: #fff;
font-size: 15px;
cursor: pointer;
}
.wp-megamenu-wrap .sub-cont .img {
overflow: hidden;
z-index: 2;
position: absolute;
left: 0;
top: 0;
width: 260px;
height: 100%;
padding-top: 338px;
}
.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
left: auto;
}
.wp-megamenu-wrap .sub-cont .img:before {
content: '';
position: absolute;
right: 0;
top: 0;
width: 780px;
height: 100%; background-size: cover;
background-position: 50% 35%;
-webkit-transition: -webkit-transform .9s ease-in-out;
transition: -webkit-transform .9s ease-in-out;
transition: transform .9s ease-in-out;
transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}
.wp-megamenu-wrap .sub-cont .img:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.wp-megamenu-wrap .cont.s--signup .img:before {
-webkit-transform: translate3d(520px, 0, 0);
transform: translate3d(520px, 0, 0);
}
.wp-megamenu-wrap .sub-cont .img__text.m--up h2,
.wp-megamenu-wrap .sub-cont .img__text.m--in h2 {
text-align: center;
}
.wp-megamenu-wrap .img__text {
z-index: 2;
position: absolute;
left: 0;
top: 44px;
width: 100%;
padding: 0 20px;
text-align: center;
color: #fff;
-webkit-transition: -webkit-transform .9s ease-in-out;
transition: -webkit-transform .9s ease-in-out;
transition: transform .9s ease-in-out;
transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}
.wp-megamenu-wrap .img__text h2 {
margin-bottom: 10px;
font-weight: normal;
color: #fff;
}
.wp-megamenu-wrap .img__text p {
font-size: 14px;
line-height: 1.5;
font-weight: 400;
}
.wp-megamenu-wrap .cont.s--signup .img__text.m--up {
-webkit-transform: translateX(520px);
transform: translateX(520px);
}
.wp-megamenu-wrap .img__text.m--in {
-webkit-transform: translateX(-520px);
transform: translateX(-520px);
}
.wp-megamenu-wrap .cont.s--signup .img__text.m--in {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.wp-megamenu-wrap .img__btn {
overflow: hidden;
z-index: 2;
position: relative;
width: 100px;
height: 36px;
margin: 0 auto;
background: transparent;
color: #fff;
text-transform: uppercase;
font-size: 15px;
cursor: pointer;
font-weight: 500;
}
.wp-megamenu-wrap .img__btn:after {
content: '';
z-index: 2;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 2px solid #fff;
border-radius: 30px;
}
.wp-megamenu-wrap .img__btn span {
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform .9s;
transition: -webkit-transform .9s;
transition: transform .9s;
transition: transform .9s, -webkit-transform .9s;
}
.wp-megamenu-wrap .img__btn span.m--in {
-webkit-transform: translateY(-72px);
transform: translateY(-72px);
}
.wp-megamenu-wrap .cont.s--signup .img__btn span.m--in {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wp-megamenu-wrap .cont.s--signup .img__btn span.m--up {
-webkit-transform: translateY(72px);
transform: translateY(72px);
}
.wp-megamenu-wrap .form label {
display: block;
margin: 15px 0;
text-align: center;
width: 416px;
}
.wp-megamenu-wrap .form label span {
font-size: 12px;
color: #cfcfcf;
text-transform: uppercase;
}
.wp-megamenu-wrap .form input {
display: block;
width: 100%;
margin-top: 5px;
padding: 12px;
font-size: 14px;
border: 1px solid rgba(102, 102, 102, 0.3);
text-align: left;
font-family: 'Open Sans';
}
.wp-megamenu-wrap .cont .forgot-pass {
margin-top: 16px;
text-align: left;
font-size: 14px;
color: #cfcfcf;
font-weight: 500;
}
.wp-megamenu-wrap .form .submit {
margin-bottom: 20px;
background: #155bca;
text-transform: uppercase !important;
margin: 30px 0;
width: 416px;
line-height: 23px;
padding: 9px !important;
font-weight: 400;
text-align: center;
height: 46px;
}
.wp-megamenu-wrap .sign-in {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wp-megamenu-wrap .cont.s--signup .sign-in {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .9s;
transition-duration: .9s;
-webkit-transform: translate3d(640px, 0, 0);
transform: translate3d(640px, 0, 0);
}
.wp-megamenu-wrap .sign-up {
-webkit-transform: translate3d(-780px, 0, 0);
transform: translate3d(-780px, 0, 0);
}
.wp-megamenu-wrap .cont.s--signup .sign-up {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .form.sign-up h2 {
color: #000;
margin-bottom: 30px;
}
.wp-megamenu-wrap .form input#rememberlogin {
width: 22px;
display: inline-block;
}
.wp-megamenu-wrap .login-error.alert.alert-danger {
font-size: 15px;
text-align: left;
font-weight: 400;
color: #ff0000;
}
.wp-megamenu-wrap .login-error.alert {
position: absolute;
top: -28px;
padding: 0;
background-color: transparent;
border: none;
}
.wp-megamenu-wrap .form.sign-in form#login, .wp-megamenu-wrap .form.sign-up form#register {
position: relative;
}
.wp-megamenu-wrap .login-error.alert.alert-success {
font-size: 16px;
text-align: left;
font-weight: 400;
color: #5cb75c;
}
.wp-megamenu-wrap .main-navigation .cont .close {
z-index: 9999;
color: #155bca;
right: 5px;
top: 5px;
width: 35px;
height: 35px;
}
.main-navigation .cont .close:hover {
background: #155bca;
color: #fff;
}
.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
overflow: hidden;
z-index: 2;
position: absolute;
right: 0;
top: 0;
width: 260px;
height: 100%;
padding-top: 350px;
}
.wp-megamenu-wrap span.lost_password {
position: absolute;
bottom: 106px;
width: 55%;
right: 51px;
text-align: right;
margin: 0;
}
.wp-megamenu-wrap span.lost_password a {
font-size: 14px;
color: #cfcfcf;
font-weight: 500;
transition: .3s;
}
.wp-megamenu-wrap span.lost_password a:hover {
color: #155bca;
} .wp-megamenu .wpmm-woo-cart .product_list_widget li img {
width: 70px;
height: 70px;
float: left;
margin-right: 15px;
}
.wp-megamenu .wpmm-woo-cart .product_list_widget li a.remove {
float: left;
margin-right: 10px;
position: absolute;
top: 0;
left: 60px;
width: 18px !important;
height: 18px;
line-height: 16px;
font-size: 16px;
text-align: center;
background: #e32f2f;
background: #b8b8b8;
z-index: 9;
transition: .3s;
font-weight: 600 !important;
}
.wp-megamenu .wpmm-woo-cart .product_list_widget li a.remove:hover {
background: #e32f2f;
}
.wpmm-widget-cart ul li.woocommerce-mini-cart-item {
position: relative;
}
.wp-megamenu .wpmm-widget-cart ul li a {
font-size: 18px;
font-weight: 300 !important;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: right;
color: #343437; }
.wpmm-widget-cart ul li span.quantity {
font-size: 15px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: 1.63;
letter-spacing: normal;
text-align: right;
color: #343437;
}
.wpmm-widget-cart ul li span.quantity .amount {
font-weight: 600;
}
.wp-megamenu .wpmm-widget-cart .product_list_widget li {
line-height: 20px;
margin-bottom: 0px;
}
.wp-megamenu .wpmm-widget-cart .widget .product_list_widget li {
padding: 0px 0;
margin: 10px 0;
display: inline-block;
}
.wp-megamenu .wpmm-widget-cart .widget .product_list_widget li:last-child {
padding-bottom: 0;
margin-bottom: 20px;
display: inline-block;
}
.wp-megamenu .wpmm-widget-cart ul.woocommerce-mini-cart {
border-bottom: 1px solid #dddddd;
}
.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__total.total {
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #343437;
margin-bottom: 30px;
}
.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__total.total strong {
text-align: left;
float: left;
font-weight: 400;
}
.wp-megamenu .wpmm-widget-cart span.woocommerce-Price-amount.amount {
font-weight: 600;
}
.wp-megamenu .wpmm-widget-cart .widget .product_list_widget {
margin-bottom: 15px;
}
.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__buttons.buttons a {
font-size: 13px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
width: 48%;
height: 42px;
background-color: #145ac9;
float: left;
margin-bottom: 5px;
padding: 13px;
}
.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__buttons.buttons {
display: inline;
}
.wp-megamenu .wpmm-widget-cart a.button.checkout.wc-forward {
margin-left: 10px;
}
.wpmm-widget-cart .widget_shopping_cart .buttons a {
margin: 0;
}
.wpmm-widget-cart .widget.woocommerce.widget_shopping_cart {
margin: 0 !important;
}
.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__empty-message {
margin: 0;
padding-top: 10px;
font-size: 18px;
text-align: left;
font-weight: 600;
color: #444;
}
.wpmm-login-form a.show i {
margin-right: 4px !important;
display: inline-block;
}
.wp-megamenu-sub-menu img.image {
height: auto;
}
.product_list_widget .star-rating span, .product_list_widget .star-rating::before {
opacity: 0;
}
.wpmm-woo-cart .woocommerce.widget_shopping_cart .total {
display: none;
}
@media (max-width: 767px) {
.wpmm-sticky.wpmm-sticky-wrap {
position: relative !important;
left: auto;
width: auto;
animation-name: inherit;
}
.admin-bar .wpmm-sticky.wpmm-sticky-wrap {
top: auto;
}
.wp-megamenu-wrap ul.wp-megamenu li ul li {
width: 100%;
}
.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
width: 80%;
}
.wp-megamenu-wrap .cont {
overflow: hidden;
position: absolute;
width: 332px;
height: 472px;
margin: 0 auto;
background: #fff;
right: 0;
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
z-index: 9999;
padding: 36px 32px;
}
.wp-megamenu-wrap .form.sign-in {
width: 264px;
padding: 0 0 0 8px;
z-index: 99999;
}
.wp-megamenu-wrap .form label {
display: block;
margin: 15px 0;
text-align: center;
width: 256px;
}
.wp-megamenu-wrap .form .submit {
margin-bottom: 20px;
background: #155bca;
text-transform: uppercase;
margin: 30px 0;
width: 257px;
line-height: 23px;
padding: 9px;
font-weight: 400;
text-align: center;
}
.wp-megamenu-wrap span.lost_password {
position: absolute;
bottom: 142px;
width: 55%;
right: 0px;
text-align: right;
margin: 0;
}
.wp-megamenu-wrap .cont.s--signup .form {
position: relative;
width: 333px;
padding: 40px 30px 40px 30px;
}
.cont.s--signup button {
z-index: 999;
}
.wp-megamenu-wrap .sub-cont .img:before,
.wp-megamenu-wrap .img__btn:after {
display: none;
}
.wp-megamenu-wrap .img__btn span {
color: #fff;
cursor: pointer;
}
.wp-megamenu-wrap .img__btn {
overflow: hidden;
z-index: 9999999;
position: absolute;
transform: translate(-50%, 0%);
left: 50%;
}
.wp-megamenu-wrap .form.sign-in h2, .wp-megamenu-wrap .form.sign-up h2 {
color: #fff;
}
.wp-megamenu-wrap .form.sign-in h2 span, .wp-megamenu-wrap .form.sign-up h2 span {
color: #fafafa;
}
.wp-megamenu-wrap .form.sign-in h2 span, .wp-megamenu-wrap .form.sign-up h2 span {
color: #fafafa;
margin-top: 5px;
} .wp-megamenu-wrap .sub-cont {
position: initial;
}
.wp-megamenu-wrap .cont.s--signup .form {
position: absolute;
width: 256px;
height: 80%;
padding: 0;
z-index: 99999;
}
.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
overflow: hidden;
z-index: 2;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
padding-top: 422px;
}
.wp-megamenu-wrap .login-error.alert {
position: absolute;
top: 95px;
}
.wp-megamenu-wrap .img__text.m--in {
display: none;
}
.wp-megamenu-wrap .img__btn span {
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform .9s;
transition: -webkit-transform .9s;
transition: transform .9s;
transition: transform .9s, -webkit-transform .9s;
}
.wp-megamenu-wrap .sub-cont .img:after {
display: none;
}
.wp-megamenu-wrap .img__text {
display: none;
}
.wp-megamenu-wrap .sub-cont .img {
overflow: hidden;
z-index: inherit;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding-top: 420px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
z-index: 1;
}
.wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
margin: 0 !important;
width: 100% !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-hide-mobile {
display: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
float: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
position: relative;
z-index: 2;
transform: translate(0%, 5%);
}
.wpmm-search-form {
right: 0%;
}
.wpmm-search-form input {
border: 1px solid #f2f2f2;
font-size: 14px;
padding: 4px 15px;
margin-top: 0px;
border-radius: 3px;
transform: translate(0%, -60%);
min-width: 230px;
width: auto;
font-family: 'Open Sans';
left: 0;
}
.wpmm-search-form {
right: 100%;
}
.wpmm-nav-wrap ul.wp-megamenu li.wpmm-cta-button>a {
margin-top: 0 !important
}
.wp-megamenu-wrap .cont:after, .wp-megamenu-wrap .cont.s--signup:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 9;
}
.wp-megamenu-wrap .form.sign-in h2, .wp-megamenu-wrap .form.sign-up h2 {
color: #fff;
}
.wp-megamenu-wrap .form.sign-in h2 span, .wp-megamenu-wrap .form.sign-up h2 span {
font-size: 15px;
font-weight: 400;
color: #9E9E9D;
line-height: 20px;
display: inline-block;
}
}  .fa{
font: normal normal normal 14px/1 FontAwesome !important;
}
.ast-flex.main-header-container .site-branding, 
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding, 
.navbar.hestia_left .navbar-header, 
.navbar.hestia_center .navbar-header, 
.navbar.hestia_right .navbar-header, 
#et-top-navigation #top-menu.nav, 
#page-container #main-header .logo_container, 
#et-top-navigation #et_top_search, 
#et-top-navigation #et_mobile_nav_menu, 
.storefront-primary-navigation #site-navigation div.menu, 
#page #masthead.site-header .col-full .site-branding, 
#outer-wrap #site-header #site-header-inner #site-logo, 
#outer-wrap #site-header .oceanwp-mobile-menu-icon, 
.followWrap .site-header .container .site-branding, 
.header-right-wrapper a#nav-toggle{
display: none;
}
.ast-flex.main-header-container .ast-main-header-bar-alignment, 
.navbar.hestia_left #wp-megamenu-primary, 
.navbar.hestia_right #wp-megamenu-primary, 
.navbar.hestia_center #wp-megamenu-primary{
width: 100%;
}
@media(max-width: 767px){
.ast-main-header-bar-alignment .wpmm_brand_logo_wrap img{
margin-top: 12px;
}
.container.clearfix.et_menu_container{
width: 100%;
}
} .ast-main-header-bar-alignment .wpmm-mobile-menu a.wpmm_mobile_menu_btn{
padding: 0 12px;
}
.ast-main-header-bar-alignment .wpmm_brand_logo_wrap img{
margin-top: 0;
} nav.hestia_left, nav.navbar.hestia_center, 
nav.navbar.hestia_right{
z-index: 999999;
}
nav.hestia_left .wpmm-search-input-wrap form, 
nav.navbar.hestia_center  .wpmm-search-input-wrap form, 
nav.navbar.hestia_right  .wpmm-search-input-wrap form{
top: 46%;
} #et-top-navigation #top-menu-nav, 
#main-header #et-top-navigation{
float: none;
} #site-header-inner #site-navigation-wrap{
width: 100%;
float: none;
}
#site-header #site-navigation-wrap{
display: block !important;
} #header .mobile-title-logo-in-header, 
#header button.ham__navbar-toggler-two {
display: none !important;
}
#header #nav-mobile .wpmm-nav-wrap ul.wp-megamenu{
position: relative;
} nav#site-navigation.main-navigation #wp-megamenu-primary ul ul{
height: auto !important;
} .site-header .onepress-menu{
float: none;
}
.onepress-menu #wp-megamenu-primary .wpmm_mobile_menu_btn{
line-height: 2;
}
.onepress-menu #wp-megamenu-primary ul li{
white-space: normal;
}
.onepress-menu #wp-megamenu-primary ul, 
.onepress-menu #wp-megamenu-primary ul li a{
border: 0 !important;
}
.onepress-menu a.wpmm-search.search-close-icon{
color: #000 !important;
}
@media(max-width: 1140px){
.main-navigation .onepress-menu{
overflow: visible !important;
}
} body.wp-megamenu  .site-header .site-branding{
display: none;
}
body.wp-megamenu  .site-header .site-navigation{
display: block;
}.wpmm-hide-mobile-menu{display:none}.wpmmtextleft {
text-align: left;
}
.wpmmtextright {
text-align: right;
}
.wpmmtextcenter {
text-align: center;
}
.wpmm-feature-title {
margin: 14px 0 6px;
padding: 0;
border-bottom: none !important;
}
.wpmm-featurebox-btn {
display: inline-block !important;
margin-top: 25px;
border-radius: 3px;
font-weight: 400 !important;
font-size: 12px;
transition: 400ms !important;
-webkit-transition: 400ms !important;
line-height: 24px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_s {
padding: 4px 12px 2px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_m {
padding: 5px 15px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_l {
padding: 10px 25px !important;
}
.wpmmlayout1 .wpmm-feature-item {
padding: 0;
}
.wpmmlayout1.wpmmtextcenter .wpmm-feature-item{
padding:15px;
}
.wpmm-feature-desc {
line-height: 24px;
}.wpmm-vertical-tabs {
display: flex; margin: 0 -15px -20px -15px;
}
.wpmm-vertical-tabs-nav {
width: 20%; margin: 0;
border-right: 1px solid #eee;
}
.wpmm-vertical-tabs-content {
width: 80%;
padding: 20px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li{
text-align: right;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
margin-right: -1px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li a {
background: none !important;
padding: 6px 25px;
display: block;
transition: 0s !important;
}
.wpmm-grid-post-img-wrap a {
padding: 0 !important;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li a{
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active a{
background: #fff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-right: 0;
}
#wp-megamenu-top ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li a a{
margin-bottom: 0;
padding: 0;
}
.wpmm-vertical-tabs .wpmm-tab-btns >li {
display: block;
border: none;
}
.wpmm-vertical-tabs .wpmm-tab-btns >li >a {
display: block;
line-height: 18px;
padding: 10px 10px 10px 33px;
position: relative;
color: #000;
}
.wpmm-vertical-tabs .wpmm-tab-pane {
display: none;
}
.wpmm-vertical-tabs .wpmm-tab-pane.active {
display: block;
animation: fadeIn .5s;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info {
padding: 22px 25px 23px;
background: #fff;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .date {
color: #B2B2B2;
font-size: 13px;
letter-spacing: -0.4px;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .entry-title {
font-size: 15px;
margin-bottom: 0;
font-weight: 400;
margin-top: 5px;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .entry-title >a {
color: #232323;
letter-spacing: -0.5px;
line-height: 22px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .entry-title >a:hover {
color: #ef3f48;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul {
position: relative;
left: 0;
margin-top: 0;
top: 0;
padding: 40px 0;
}
@keyframes spins {
from{
transform: rotate(0deg);
}to{
transform: rotate(360deg);
}
}
.wpmm-grid-post-img {
position: relative;
line-height: 0;
font-size: 0;
height: 180px;
background-position: 50% !important;
}
.wpmm-grid-post-img-wrap {
position: relative;
}
.wpmm-grid-post-img-wrap .post-in-image {
position: absolute;
bottom: 0;
left: 0;
width: auto;
height: auto;
display: inline-block;
line-height: 0;
font-size: 0;
}
.wpmm-grid-post .wpmm-grid-post-img a {
padding: 0;
width: auto;
}
.wpmm-grid-post .wpmm-grid-post-img-wrap .post-in-image a {
color: #fff !important;
background: #252525 !important;
padding: 2px 12px !important;
width: auto;
height: auto;
display: inline-block !important;
font-size: 13px !important;
text-transform: uppercase;
font-weight: 400;
line-height: 16px;
transition: 400ms;
-webkit-transition: 400ms;
line-height: 20px;
margin-right: 2px;
}
.wpmm-grid-post .wpmm-grid-post-img-wrap .post-in-image a:hover {
color: #fff !important;
background: #444 !important;
}
.wpmm-grid-post-content .grid-post-title {
margin: 5px 0 0;
padding: 0;
font-weight: 600;
}
.wpmm-grid-post-content .post-in-price {
display: inline-block;
margin: -2px 0 4px; font-size: 13px;
}
.wpmm-grid-post-content .post-in-price .post-regular-price{
margin-right: 5px;
}
.wpmm-grid-post-content .grid-post-title a {
padding: 0;
margin: 0;
width: auto;
color: #000;
transition: 400ms;
-webkit-transition: 400ms;
font-weight: 600 !important;
overflow: hidden;
text-overflow: ellipsis;
}
.wpmm-grid-post-content .grid-post-title a:hover {
color: #666;
}
.wpmm-grid-post-img img {
width: 100%;
} .wpmm-grid-post-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
}
.wpmm-grid-post {
padding: 0 10px;
}
.wpmm-grid-post.col1 {
width: 100%;
}
.wpmm-grid-post.col2 {
width: 50%;
}
.wpmm-grid-post.col3 {
width: 33.33333%;
}
.wpmm-grid-post.col4 {
width: 25%;
}
.wpmm-grid-post.col5 {
width: 20%;
} .wpmm-gridcontrol-left,
.wpmm-gridcontrol-right {
padding: 7px 8px;
border: 1px solid #e2e2e2;
display: inline-block;
width: auto;
height: auto;
font-size: 18px;
margin-top: 12px;
color: #333;
border-radius: 2px;
transition: 400ms;
-webkit-transition: 400ms;
cursor: pointer;
}
.wpmm-gridcontrol-left:hover,
.wpmm-gridcontrol-right:hover {
background: #000;
border: 1px solid #000;
color: #fff;
}
.wpmm-gridcontrol-left {
margin-right: 10px;
}
.wpmm-gridcontrol-left.disablebtn,
.wpmm-gridcontrol-right.disablebtn{
border: 1px solid #eee;
color: #ddd;
}
.wpmm-gridcontrol-left.disablebtn:hover,
.wpmm-gridcontrol-right.disablebtn:hover {
background: none;
border: 1px solid #eee;
color: #ddd;
} .spinwarp {
position: relative;
}
.spinners{
width: 60px;
height: 60px;
border: 5px solid #ffffff;
border-top: 5px solid #18bef9;
border-radius: 100%;
margin: auto;
animation: spins .9s infinite linear;
position: absolute;
left: 50%;
margin-left: -30px;
top: 50%;
margin-top: -30px;
z-index: 1;
}
.spinwarp:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(245, 245, 245, 0.88);
width: 100%;
height: 100%
}
@media (max-width: 767px) {
.wpmm-vertical-tabs {
display: inline-block;
}
.wpmm-vertical-tabs-nav {
width: 100%;
margin: 0 0 20px;
border-right: none;
}
.wpmm-vertical-tabs-content {
width: 100%;
}
.wpmm-grid-post.col3 {
width: 50%;
}
.wpmm-grid-post.col4 {
width: 50%;
}
.wpmm-grid-post.col5 {
width: 50%;
}
}@font-face{font-family:'FontAwesome';src:url(//flaviusmareka.net/wp-content/themes/wizeedu/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//flaviusmareka.net/wp-content/themes/wizeedu/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//flaviusmareka.net/wp-content/themes/wizeedu/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//flaviusmareka.net/wp-content/themes/wizeedu/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//flaviusmareka.net/wp-content/themes/wizeedu/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//flaviusmareka.net/wp-content/themes/wizeedu/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body {
padding:0;
margin:0;
overflow-x:hidden !important;
-webkit-overflow-scrolling: touch;
display:block;
width:100%;
position:relative;
}
body,html {
padding:0;
margin:0;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
}
pre {
padding: 15px;
white-space: pre-wrap;
word-wrap: break-word;
}
form,
fieldset{
margin-bottom:0
}
textarea{
min-height:60px
}
label,
legend{
display:block;
margin-bottom:5px;
font-weight:700
}
input[type="checkbox"],
input[type="radio"]{
display:inline;
vertical-align: middle;
margin: 3px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
padding: 13px 20px;
outline:none;
margin:0;
width:270px;
max-width:100%;
display:block;
font-size:12px;
line-height: 1.7;
border-width:0px;
border-style:solid;
background-color: #fafafa;
box-sizing:border-box;
-webkit-appearance:none;
color: inherit;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select{
height: 50px;
}
input[type="submit"],
button{
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #fff;
padding: 11px 34px;
outline:none;
border-width: 1px;
border-style: solid;
cursor: pointer;
text-transform: uppercase;
transition: all 400ms;
-webkit-transition: all 400ms;
}
input[type="submit"],
button{
background: #ffffff;
font-weight: 700;
}
input[type="submit"]:hover,
button:hover{
color: #ffffff;
}
[class*=span] {
float:left;
min-height:1px;
}
.site_wrapper{
overflow-x: hidden;
}
.container {
width:940px;
margin-right:auto;
margin-left:auto;
}
.container:after,.container:before {
display:table;
line-height:0;
content:"";
}
.container:after {
clear:both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:after,.row:before {
display:table;
line-height:0;
content:"";
}
.row:after {
clear:both;
}
.row [class*=span] {
display:block;
float:left;
width:100%;
min-height:1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.clearfix:after,.clearfix:before {
display:table;
line-height:0;
content:"";
}
.clear,.clearfix:after {
clear:both;
}
.container {
width:1170px;
max-width: 100%;
}
.main_content .container{
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.row .span12 {
width:100%;
}
.row .span11 {
width: 91.66666666666666%;
}
.row .span10 {
width: 83.33333333333334%;
}
.row .span9 {
width: 75%;
}
.row .span8 {
width: 66.66666666666666%;
}
.row .span7 {
width: 58.333333333333336%;
}
.row .span6 {
width: 50%;
}
.row .span5 {
width: 41.66666666666667%;
}
.row .span4 {
width: 33.33333333333333%;
}
.row .span3 {
width: 25%;
}
.row .span1-5 {
width: 20%;
}
.row .span2 {
width: 16.666666666666664%;
}
.row .span1 {
width: 8.333333333333332%;
}
}
@media only screen and (min-width: 768px) {
.gt3_course_grid.row .span12 {
width:100%;
}
.gt3_course_grid.row .span6 {
width: calc(50% - 0.5px);
}
.gt3_course_grid.row .span4 {
width: calc(33.33% - 0.5px);
}
.gt3_course_grid.row .span3 {
width: calc(50% - 0.5px);
}
}
@media only screen and (min-width: 992px) {
.gt3_course_grid.row .span3 {
width: calc(25% - 0.5px);
}
}
@media (min-width:1200px) {
[class*=span] {
float:left;
min-height:1px;
}
.row:after,.row:before {
display:table;
line-height:0;
content:"";
}
.row:after {
clear:both;
}
}
ul {
margin:0;
padding:0 0 20px 0;
}
li ul{
padding-bottom: 0;
padding-left: 17px;
}
.fullwidth-wrapper{
width: 100%;
padding: 0 30px;
box-sizing: border-box;
} ::selection {
opacity:1;
}
::-moz-selection {
opacity:1;
}
p {
margin:0 0 30px 0;
padding:0;
}
a,
a:hover,
a:focus {
text-decoration:none;
outline:none !important;
transition:all 400ms;
}
a:hover {
color: inherit;
}
p a {
transition: color 300ms;
-webkit-transition: color 300ms;
}
img {
vertical-align:top;
outline:none !important;
max-width:100%;
height:auto;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.a-center{
text-align: center;
}
.a-left{
text-align: left;
}
.a-right{
text-align: right;
}
.fleft {
float:left;
}
.fright {
float:right;
}
.dn {
display:none;
}
.ui-loader {
display:none!important;
}
.bypostauthor {
padding:0;
}
.wp-caption.aligncenter{
margin-left: auto;
margin-right: auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {
max-width: 100%;
}
.wp-caption-text{
margin-top: 5px;
font-style: italic;
}
.hideme {
display:none;
}
.wp-caption-text {
text-align:center;
}
.clear {
clear:both;
height:0;
font-size:0
}
.custom_bg {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
display:block;
z-index:-1;
background-position:center;
}
.custom_bg.img_bg {
background-size:cover;
}
form,
body,
iframe {
margin:0;
padding:0;
}
iframe {
vertical-align: top;
width:100%;
display:block;
padding:0;
margin:0;
border:0;
}
img,
table,
iframe {
border:0;
}
table {
border-collapse:collapse;
border-spacing: 0;
vertical-align: middle;
width: 100%;
}
table td,
table th {
padding: 5px 10px;
text-align: center;
}
table tbody tr,
table thead tr,
table tfoot tr{
border: 1px solid #f2f2f2;
}
table tbody th,
table tfoot th{
border-right: 1px solid #f2f2f2;
}
p:empty {
display:none;
margin: 0;
}  .isotope-item {
z-index:2;
}
.isotope-hidden.isotope-item {
pointer-events:none;
z-index:1;
} .isotope,.isotope_loaded .isotope-item {
-webkit-transition-duration:.8s;
-moz-transition-duration:.8s;
transition-duration:.8s;
}
.isotope {
-webkit-transition-property:height,width;
-moz-transition-property:height,width;
transition-property:height,width;
}
.isotope .isotope-item {
-webkit-transition-property:-webkit-transform,opacity;
-moz-transition-property:-moz-transform,opacity;
transition-property:transform,opacity;
} .isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
-webkit-transition-duration:0;
-moz-transition-duration:0;
transition-duration:0;
}  .isotope.infinite-scrolling {
-webkit-transition:none;
-moz-transition:none;
transition:none;
} .nivoSlider {
position:relative;
width:100%;
height:auto;
overflow:hidden;
}
.nivoSlider img {
position:absolute;
top:0;
left:0;
width:100%;
vertical-align:top;
}
.nivo-main-image {
display:block;
position:relative!important;
width:100%!important;
}
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:6;
display:none;
}
.nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
top:0;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
overflow:hidden;
}
.nivo-box img {
display:block;
}
.nivo-caption {
position:absolute;
overflow:hidden;
display:none;
}
.nivo-html-caption {
display:none;
}
.nivo-controlNav {
display:none !important;
position:absolute;
bottom:30px;
left:0;
width:100%;
text-align:center;
z-index:99;
}
.nivo-controlNav a {
text-indent: -9999px !important;
overflow:hidden;
display:inline-block;
width:8px;
height:8px;
background: none;
opacity:1;
margin:5px 10px 0 10px;
line-height: 8px;
border-radius: 50%;
-webkit-border-radius: 50%;
border: 1px #ffffff solid;
position: relative;
cursor:pointer;
}
.nivo-controlNav a:after {
width:4px;
height:4px;
display:none;
background:#fff;
border-radius: 50%;
-webkit-border-radius: 50%;
position: absolute;
left: 1px;
top: 1px;
content: '';
}
.nivo-controlNav a.active:after {
display: block;
cursor:default;
}
.slider-wrapper {
position:relative;
} .nivo-directionNav {
position:absolute;
width:100%;
height:100%;
display:block !important;
left:0;
top:0;
z-index:33;
}
.nivo-directionNav .nivo-prevNav,
.nivo-directionNav .nivo-nextNav {
position: absolute;
left: -35px;
top: 50%;
z-index: 100;
margin-top: -17px;
height: 35px;
width: 35px;
background: rgba(0,0,0, 0.2);
opacity: 1 !important;
transition: all 300ms;
-webkit-transition: all 300ms;
cursor: pointer;
text-indent: -9999px;
display:block !important;
}
.nivo-directionNav .nivo-nextNav {
left: auto;
right: -35px;
}
.blog_content:hover .nivo-directionNav .nivo-prevNav,
.blog_content:hover .nivo-directionNav .nivo-nextNav {
left: 0;
}
.blog_content:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.nivo-directionNav .nivo-prevNav:hover,
.nivo-directionNav .nivo-nextNav:hover {
background-color: #ffffff;
}
.nivo-directionNav .nivo-prevNav:after,
.nivo-directionNav .nivo-nextNav:after {
position: absolute;
left: 17px;
top: 29px;
content: '';
opacity: 1 !important;
text-indent: 0;
background: #fff;
width: 26px;
height: 2px;
z-index: 105;
}
.nivo-directionNav .nivo-prevNav:after,
.nivo-directionNav .nivo-nextNav:after {
left: auto;
right: 14px;
top: 13px;
width: 8px;
height: 8px;
z-index: 115;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
border: 1px #fff solid;
background: none;
}
.nivo-directionNav .nivo-nextNav:after {
border-left: none;
border-top: none;
}
.nivo-directionNav .nivo-prevNav:after {
left: 14px;
right: auto;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
border-right: none;
border-top: none;
}
.oneImage .nivo-directionNav a,
.oneImage .nivo-directionNav a:before,
.oneImage .nivo-directionNav a:after,
.oneImage .nivo-controlNav {
display:none !important;
} .wpcf7 input[type="date"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="text"], 
.wpcf7 input[type="url"], 
.wpcf7 select, 
.wpcf7 textarea{
width: 100%;
}
.wpcf7-form-control-wrap{
margin-bottom: 25px;
display: block;
}
div.wpcf7-response-output{
margin-left: 0;
margin-right: 0;
padding: 0.344em 1em;
padding-left: 50px;
border: none;
color: #ffffff;
background-color: #255379;
position: relative;
z-index: 1;
}
div.wpcf7-response-output:before{
content: "\f05a";
position: absolute;
top: 50%;
left: 17px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
margin-top: -9px;
}
div.wpcf7-validation-errors{
background-color: #c24747;
}
div.wpcf7-validation-errors:before{
content: "\f057";
}
div.wpcf7-mail-sent-ok{
background-color: #0fa55d;
}
div.wpcf7-mail-sent-ok:before{
content: "\f058";
}
span.wpcf7-not-valid-tip{
padding-top: 5px;
color: #d61d1d;
font-weight: 400;
}
.gt3_submit_wrapper{
display: inline-block;
margin-bottom: 20px;
font-size: 12px;
color: #ffffff;
line-height: 0;
border-radius: 2px;
position: relative;
z-index: 1;
transition: all 400ms;
-webkit-transition: all 400ms;
}
.gt3_submit_wrapper:hover{
background: #ffffff;
}
.gt3_submit_wrapper > i{
position: absolute;
top: 50%;
right: 34px;
line-height: 1;
margin-top: -0.5em;
z-index: -1;
transition: all 400ms;
-webkit-transition: all 400ms;
}
.gt3_submit_wrapper input[type="submit"]{
margin-bottom: 0;
padding-right: 54px;
background: transparent;
}
div.wpcf7 .gt3_submit_wrapper .ajax-loader {
display: none !important;
}
.form-submit_custom .gt3_submit_wrapper {
vertical-align: top;
}
.form-submit_custom {
margin-bottom: 0;
}
.custom_textarea textarea {
height: 180px;
}
.gt3-form_on-dark-bg{
color: #ffffff;
}
.gt3-form_on-dark-bg input[type="date"], 
.gt3-form_on-dark-bg input[type="email"], 
.gt3-form_on-dark-bg input[type="number"], 
.gt3-form_on-dark-bg input[type="password"], 
.gt3-form_on-dark-bg input[type="search"], 
.gt3-form_on-dark-bg input[type="tel"], 
.gt3-form_on-dark-bg input[type="text"], 
.gt3-form_on-dark-bg input[type="url"], 
.gt3-form_on-dark-bg select, 
.gt3-form_on-dark-bg textarea{
background: transparent;
padding: 9px 10px;
border-top: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
border-bottom-color: rgba(255,255,255,0.4);
} .gt3-form_on-dark-bg input[type="email"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg  input[type="submit"],
.gt3-form_on-dark-bg  .gt3_submit_wrapper{
background: #ffffff;
border-color: #ffffff;
color: #434c55;
}
.gt3-form_on-dark-bg  .gt3_submit_wrapper input[type="submit"]{
background: transparent;
}
.gt3-form_on-dark-bg  .gt3_submit_wrapper > i{
color: #434c55;
}
.gt3-form_on-dark-bg  input[type="submit"]:hover,
.gt3-form_on-dark-bg  .gt3_submit_wrapper:hover,
.gt3-form_on-dark-bg  .gt3_submit_wrapper:hover > i{
background-color: transparent;
color: #ffffff;
}
.gt3-form_on-dark-bg .wpcf7-form-control-wrap{
margin-bottom: 15px;
}
.gt3-newsletter input[type="submit"] {
padding: 11px 11px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.gt3-newsletter input[type="submit"] {
background-color: #255379;
border-color: #255379;
}
.gt3-newsletter input[type="submit"]:hover {
background-color: transparent;
color: #255379;
}
.gt3-newsletter .wpcf7-form-control-wrap {
float: left;
max-width: 330px;
width: calc(100% - 80px);
}
.gt3-newsletter input[type="email"] {
max-width: 330px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.wpcf7-form .row{
margin-left: -5px;
margin-right: -5px;
}
.wpcf7-form .row [class*=span] {
padding-left: 5px;
padding-right: 5px;
}
.wpcf7-form .wpcf7-form-control-wrap {
margin-bottom: 10px;
}
.wpcf7-form .gt3-register-form .wpcf7-form-control-wrap {
margin-bottom: 30px;
}
.gt3-register-form input[type="date"],
.gt3-register-form input[type="email"],
.gt3-register-form input[type="number"],
.gt3-register-form input[type="password"],
.gt3-register-form input[type="search"],
.gt3-register-form input[type="tel"],
.gt3-register-form input[type="text"],
.gt3-register-form input[type="url"],
.gt3-register-form select,
.gt3-register-form textarea {
background-color: #fafafa;
border: 1px solid #f0f0f0;
}
.gt3-register-form input[type="submit"] {
width: 170px;
}  .slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
outline: none !important;
}
.slick-list:focus {
outline: none !important;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
outline: none !important;
cursor: pointer;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
} .slick-prev,
.slick-next {
position:absolute;
top:50%;
z-index:50;
text-indent:-9999px;
width: 27px;
height: 13px;
margin-top:-6px;
display:block;
font-size:0;
line-height:0;
cursor:pointer;
transition: opacity 300ms;
-webkit-transition: opacity 300ms;
outline: none;
border: none !important;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 300px 150px;
background-color: transparent;
}
.slick-prev {
left: -70px;
}
.slick-next {
right: -70px;
background-position: -27px 0;
}
.slick-prev:hover,
.slick-next:hover {
opacity:0.8;
} .main_wrapper {
padding:40px 0 40px 0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}
.gt3-page-title + .site_wrapper > .main_wrapper{
padding-top: 0;
}
.main_wrapper.like_fullscreen_type {
padding:0;
}
.site_wrapper {
position:relative;
z-index:0;
min-height: 50vh;
}
.row.sidebar_left .content-container{
float: right;
} .main_footer{
font-size: 0.85714em;
}
.main_footer_wrapper {
padding:24px 0 26px 0;
}
.copyright{
font-size: 14px;
}
.copyright p{
margin-bottom: 0;
}
.copyright a{
color: inherit;
}
.main_footer .copyright{
font-weight: 400;
}
@media only screen and (max-width: 767px) {
.copyright .span12{
text-align: center;
}
.copyright .span12 *{
float: none !important;
}
} h1,
h2,
h3,
h4,
h5,
h6 {
padding:0;
margin:0;
word-wrap:break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-size: inherit !important;
}
.align-left{
text-align: left;
}
.align-center{
text-align: center;
}
.align-right{
text-align: right;
}
.alignleft {
margin: 0 30px 20px 0;
float: left;
}
.alignright {
margin: 0 0 20px 30px;
float: right;
}
.aligncenter {
float: none;
text-align: center;
display: block;
margin: 0 auto;
}
.large-text {
font-size: 24px;
}
.small-text {
line-height: 24px;
font-size: 16px;
} .gt3-page-title{
display: table;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
box-sizing: border-box;
background-repeat: repeat;
}
.gt3-page-title__inner{
display: table-row;
vertical-align: middle;
}
.gt3-page-title__inner:before,
.gt3-page-title__inner:after{
content: '';
display: table-cell;
}
.gt3-page-title .container{
display: table-cell;
vertical-align: middle;
}
.gt3-page-title.gt3-page-title_vert_align_top .container{
vertical-align: top;
}
.gt3-page-title.gt3-page-title_vert_align_bottom .container{
vertical-align: bottom;
}
.gt3-page-title__content{
display: table;
width: 100%;
}
.gt3-page-title__content .page_title,
.gt3-page-title__content .gt3_breadcrumb{
display: table-cell;
vertical-align: middle;
}
.gt3-page-title__content .page_title{
width: 100%;
}
.gt3-page-title__content .page_title h1{
color: inherit;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title{
font-size: 22px;
line-height: 1.2;
font-weight: 400;
opacity: 0.8;
}
.gt3-page-title__content .gt3_breadcrumb a{
color: inherit;
}
.gt3-page-title__content .gt3_breadcrumb .current{ }
.gt3-page-title__content .breadcrumbs{
white-space: nowrap;
}
.gt3-page-title.gt3-page-title_horiz_align_right .gt3-page-title__content{
direction: rtl;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title,
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb,
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title{
display: table-row;
text-align: center;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title + .page_sub_title div{
padding-top: 20px;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title + .gt3_breadcrumb > div{
padding-top: 13px;
}
.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .page_title > h1{
font-weight: 400;
font-size: 18px;
line-height: 1.5;
}
.gt3-page-title.gt3-page-title_small_header.gt3-page-title_horiz_align_center .page_sub_title{
font-size: 16px;
}
.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .gt3_breadcrumb{
font-size: 12px;
opacity: 0.6;
}
@media only screen and (max-width: 768px) {
.gt3-page-title__content .page_title, 
.gt3-page-title__content .gt3_breadcrumb{
display: block;
}
.gt3-page-title__content .page_title + .gt3_breadcrumb{
padding-top: 5px;
}
.gt3-page-title__content .page_title h1 {
font-size: 26px;
line-height: 140%;
}
.gt3-page-title__content .breadcrumbs{
white-space: normal;
}
}  blockquote{
position: relative;
z-index: 1;
padding-left: 56px;
margin: 15px 0;
font-size: 1.125em;
line-height: 1.7em;
}
blockquote:before{
position: absolute;
z-index: 1;
top: 0px;
left: 1px;
color: #56b8e1;
content: '\f10d';
font-size: 29px;
line-height: 1;
font-family: Fontawesome;
}  hr{
border-style: solid;
border: none;
border-bottom: 1px solid #d8d9db;
margin: 30px 0;
}    dl {
margin-bottom: 20px;
}
dl dt {
font-weight: 600;
text-decoration: underline;
}
dl dd {
margin: 0 0 20px 0;
}
.main_wrapper ul li,
.main_footer ul li,
.learn-press-content-item-summary .course-lesson-description ul li,
.content-item-summary .content-item-description ul li{
padding:0 0 5px 5px;
list-style:none;
}
.main_footer ul li:last-child{
padding-bottom: 0;
}
.main_footer ul li li{
padding-left: 10px;
}
.main_footer ul li{
padding-left: 0;
}
.main_footer ul{
padding-left: 0;
}
.top_footer strong{
font-weight: inherit;
}
.top_footer a{
color: inherit;
}
.main_wrapper ul li:before,
.learn-press-content-item-summary .course-lesson-description ul li:before,
.content-item-summary .content-item-description ul li:before{
content: "\2022";
display: inline-block;
font-size: 25px;
line-height: 0;
vertical-align: middle;
margin-right: 14px;
}
.main_wrapper ul.gt3_list_check li,
.main_wrapper ul.gt3_list_check_circle li,
.main_wrapper ul.gt3_list_check_square li,
.main_wrapper ul.gt3_list_angle_right li,
.main_wrapper ul.gt3_list_plus li,
.main_wrapper ul.gt3_list_times li{
padding: 0 0 8px 0px;
list-style: none;
}
.main_wrapper ul.gt3_list_check li:before,
.main_wrapper ul.gt3_list_check_circle li:before,
.main_wrapper ul.gt3_list_check_square li:before,
.main_wrapper ul.gt3_list_angle_right li:before,
.main_wrapper ul.gt3_list_plus li:before,
.main_wrapper ul.gt3_list_times li:before{
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 1em;
line-height: 1em;
margin-right: 14px;
vertical-align: baseline;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main_wrapper ul.gt3_list_check_circle li:before{
content: "\f05d";
}
.main_wrapper ul.gt3_list_check_square li:before{
content: "\f046";
}
.main_wrapper ul.gt3_list_angle_right li:before{
content: "\f105";
}
.main_wrapper ul.gt3_list_plus li:before{
content: "\f067";
}
.main_wrapper ul.gt3_list_times li:before{
content: "\f00d";
}
.main_wrapper ol {
margin:0 0 18px 0;
padding:0 0 0 17px;
list-style: none; counter-reset: li
}
.main_wrapper ol li{
counter-increment: li
}
.main_wrapper li ol{
margin-bottom: 0;
}
.main_wrapper ol > li {
position:relative; padding:0 0 5px 8px;
}
.main_wrapper ol > li:before{
content: "."counter(li); 
font-size: inherit;
display: inline-block; width: 1em; margin-left: -1.5em;
margin-right: 0.5em; text-align: right; direction: rtl
}
.main_wrapper ul > li:last-child,
.main_wrapper ol > li:last-child {
padding-bottom:0;
}
.contentarea ul {
margin:0 0 18px 0;
padding:0 0 0 16px;
}
.contentarea ul > li ul,
.contentarea ul > li ol,
.contentarea ol > li ul,
.contentarea ol > li ol {
margin-bottom:0;
}
.contentarea ol ol,
.contentarea ol ul,
.contentarea ul ol,
.contentarea ul ul {
padding-bottom:0;
}
.typo_list ol,
.typo_list ul,
.typo_list li:last-child {
padding-bottom:0;
}  #lang_sel_list {
float:right!important;
display:inline-block!important;
padding:11px 25px 0 0;
margin-left:-10px;
} body .wpb_content_element{
margin-bottom: 0;
} .main_header{
position: relative;
z-index: 1;
}
.main_header.header_over_bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
.main_header .header_bar:before{
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.main_header .header_bar .wrapper{
display: inline-block;
vertical-align: middle;
}
.main_header .header_bar .wrapper > *{
vertical-align: middle;
}
.main_header .top_header_wrapper{
padding: 11px 0;
font-size: 14px;
}
.bottom_header{
position: relative;
z-index: 1;
height: 100px;
-js-display: flex;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.top_header:after{
content: '';
clear: both;
display: table;
}
.top_header p{
margin-bottom: 0;
}
.top_header .top_header_left{
float: left;
}
.top_header .top_header_right{
float: right;
}
.bottom_header > .header_side{
vertical-align: middle;
max-height: 100%;
height: 100%;
}
.top_header .top-menu > .menu{
font-size: 0.85714em;
font-family: inherit;
line-height: inherit;
font-weight: inherit;
text-transform: uppercase;
}
.top_header .top-menu{
z-index: 2;
} .ie_9 .bottom_header,
.ie_9 .gt3_module_title {
display: table !important;
width: 100% !important;
}
.ie_9 .bottom_header > .header_side {
display: table-cell !important;
}
.ie_9 .icon-position-left .icon_container,
.ie_9 .icon-position-left .stat_count_wrapper,
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows,
.ie_9 .gt3_module_title h2,
.ie_9 .gt3_module_title h3 {
display: table-cell !important;
}
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows {
text-align: right !important;
}
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > nav {
height: 100% !important;
} .header_side_container{
max-height: 100%;
height: 100%;
display: inline-block;
}
.Leftalignside{
text-align: left;
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
flex: 1 1 0;
}
.Rightalignside{
text-align: right;
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
flex: 1 1 0;
}
.Leftalignside .header_side_container > div,
.Leftalignside .header_side_container > nav{
padding-right: 40px;
}
.Leftalignside .header_side_container > *:last-child{
padding-right: 0;
}
.Rightalignside .header_side_container > div,
.Rightalignside .header_side_container > nav{
padding-left: 40px;
}
.Rightalignside .header_side_container > *:first-child{
padding-left: 0;
}
.Centeralignside .header_side_container > div,
.Centeralignside .header_side_container > nav{
padding-left: 20px;
padding-right: 20px;
}
.bottom_header.empty_center_side .Leftalignside,
.bottom_header.empty_center_side .Rightalignside{
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.Centeralignside{
text-align: center;
}
.bottom_header  .header_bar{
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
}
.bottom_header .header_bar p{
margin-bottom: 0;
}  .logo_container{
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
}
.logo_container:before{
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.logo_container a{
display: inline-block;
vertical-align: middle;
color: inherit;
}
.logo_container img{
vertical-align: middle;
max-height: 100%;
max-width: 100%;
height: auto;
}
.logo_container .site-title{
color: inherit;
}
.logo_container .sticky_logo{
display: none;
}
.sticky_header .logo_container .sticky_logo{
display: block;
}
.sticky_header .logo_container.sticky_logo_enable .site-title,
.sticky_header .logo_container.sticky_logo_enable .default_logo,
.logo_container.mobile_logo_enable .mobile_logo{
display: none;
}
.logo_container.mobile_logo_enable .mobile_logo{
}
.main_header .sticky_header .logo_container > a, 
.main_header .sticky_header .logo_container > a > img{
max-height: none !important;
}
@media only screen and (max-width: 1200px) {
.logo_container.mobile_logo_enable .default_logo,
.logo_container.mobile_logo_enable .site-title{
display: none;
}
.logo_container.mobile_logo_enable .mobile_logo{
display: block;
}
}  .main-menu,
.main-menu>ul,
.main-menu>div,
.main-menu>div>ul{
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
margin: 0;
padding: 0;
}
.main-menu>ul,
.main-menu>div,
.main-menu>div>ul{
margin: 0 -17px;
}
.main-menu>ul>li,
.main-menu>div>ul>li{
height: 100%;
}
.main-menu>ul>li>a,
.main-menu>div>ul>li>a{
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
}
.main-menu>ul>li>a,
.main-menu>div>ul>li>a{
opacity: 1;
color: inherit;
padding: 0 12px;
margin: 0px 5px;
}
.main-menu>ul>li>a>span,
.main-menu>div>ul>li>a>span{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-webkit-transition: all 200ms;
} .main-menu>ul>li>a:before,
.main-menu>div>ul>li>a:before{
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.main-menu ul li{
position: relative;
display: inline-block;
vertical-align: middle;
float: left;
z-index: 1;
}
.main-menu ul li ul{
display: block;
position: absolute;
left: 0;
top: 100%;
width: 180px;
padding: 15px 0;
opacity: 0;
z-index: 555;
box-shadow: none;
visibility: hidden;
text-align: left;
font-weight: 400;
transition: all 200ms;
-webkit-transition: all 200ms;
}
.main-menu > ul > li > ul{
margin-top: 6px;
}
.main-menu > ul > li:after{
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 6px;
}
.main-menu ul li:hover > ul{
opacity: 1;
visibility: visible;
}
.main-menu ul li ul ul{
left: 100%;
top: 0;
margin-top: -15px;
}
.main-menu ul li ul li{
display: block;
float: none;
}
.main-menu a{
transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-webkit-transition: all 200ms;
}
.main-menu ul li ul li:hover > a{
transform: translateX(10px);
-webkit-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
}
.main-menu ul li ul li.menu-item-has-children:after,
.main-menu > ul > li.menu-item-has-children > a:after{
content: '';
display: inline-block;
width: 5px;
height: 5px;
border-top-width: 1px;
border-top-style: solid;
border-left-width: 1px;
border-left-style: solid;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
position: absolute;
bottom: 50%;
bottom: calc(50% - 3px);
right: 20px;
opacity: 0.7;
}
.main-menu > ul > li.menu-item-has-children > a:after{
position: static;
display: inline-block;
vertical-align: middle;
margin-left: 6px;
opacity: 1;
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-webkit-backface-visibility: hidden;
margin-top: -4px;
transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-webkit-transition: all 200ms;
}
.main-menu > ul > li.menu-item-has-children:hover > a:after{ }
.main-menu ul li ul li.menu-item-has-children:hover:after{
opacity: 1;
}
.main-menu ul li ul .menu-item {
padding: 5px 25px 5px 20px;
}
.main-menu ul li ul .menu-item a{
color: inherit;
opacity: 1;
font-size: 0.77778em;
line-height: 1.6;
width: 100%;
display: block;
}
.top-menu.main-menu ul li ul .menu-item a{
font-size: 1em;
}
.main-menu ul li ul .menu-item a:hover,
.main-menu ul li ul .menu-item.current-menu-item > a{
opacity: 1;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu,
.main-menu > ul > li:nth-last-child(4) > .sub-menu{
left: auto;
right: 0;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu{
left: auto;
right: 100%;
}
.Leftalignside .main-menu ul li ul{
left: 0;
right: auto;
}.Leftalignside .main-menu > ul > li ul .sub-menu{
left: 100%;
right: auto;
}
.Leftalignside .main-menu > ul > li:nth-last-child(1) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(2) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(3) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(4) > .sub-menu{
left: 0;
right: auto;
}
.Leftalignside .main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu{
left: 100%;
right: auto;
}
.main_menu_container .menu_item_line{
position: absolute;
top: 0;
height: 3px;
-webkit-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
-moz-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
}
.main-menu > ul > li > ul:before,
.main_header .header_search .header_search__inner:after{
content: '';
position: absolute;
top: -6px;
left: 20px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom-width: 6px;
border-bottom-style: solid;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu:before, 
.main-menu > ul > li:nth-last-child(2) > .sub-menu:before, 
.main-menu > ul > li:nth-last-child(3) > .sub-menu:before, 
.main-menu > ul > li:nth-last-child(4) > .sub-menu:before,
.main_header .bottom_header_right .header_search .header_search__inner:after{
left: auto;
right: 20px;
}
.main_header .Leftalignside .bottom_header_right .header_search .header_search__inner:after{
left: 20px;
right: auto;
}  .sticky_header{
position: fixed;
top: 0;
background: #000;
width: 100%;
z-index: 100000;
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.sticky_header.header_sticky_shadow,
.main_header.header_shadow{
box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}
.admin-bar .sticky_header{
top: 32px;
}
.sticky_header.sticky_on{
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}  @media (max-width: 1500px){
.bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > div, 
.bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > nav{
padding-right: 10px;
}
.bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > div, 
.bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > nav{
padding-left: 10px;
}
.bottom_header:not(.empty_center_side) .main-menu>ul>li>a>span, 
.bottom_header:not(.empty_center_side) .main-menu>div>ul>li>a>span{
font-size: 0.9em;
}
.bottom_header:not(.empty_center_side) .main-menu>ul>li>a, 
.bottom_header:not(.empty_center_side) .main-menu>div>ul>li>a{
padding: 0 7px;
}
}
@media (max-width: 1250px){	
.Leftalignside .header_side_container > div, 
.Leftalignside .header_side_container > nav{
padding-right: 10px;
}
.Rightalignside .header_side_container > div, 
.Rightalignside .header_side_container > nav{
padding-left: 10px;
}
.main-menu>ul>li>a, 
.main-menu>div>ul>li>a{
padding: 0 7px;
}
.bottom_header:not(.empty_center_side) .main-menu>ul>li>a, 
.bottom_header:not(.empty_center_side) .main-menu>div>ul>li>a{
padding: 0 5px;
}
.bottom_header:not(.empty_center_side) .bottom_header_right,
.bottom_header:not(.empty_center_side) .bottom_header_left{
display: none;
}
}
@media (max-width: 992px){
.top_header .top-menu > .menu{
font-size: 0.75em;
}
.main-menu>ul>li>a,
.main-menu>div>ul>li>a{
padding: 0 10px;
}
.top_header_wrapper .main-menu>ul>li>a, 
.top_header_wrapper .main-menu>div>ul>li>a{
margin: 0px;
padding: 0px 7px;
}
.main_header .wrapper > *[style*="font-size"]{
font-size: 14px !important;
}
.gt3_twitter .twitter_text a{
word-break: break-all;
}
} .mobile-navigation-toggle {
display: none;
cursor: pointer;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
transition-timing-function: linear;
overflow: visible;
height: 24px;
position: relative;
vertical-align: middle;
height: 100%;
z-index: 1;
margin: 0;
padding: 0;
line-height: 0;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
background-color: #ffffff;
}
.mobile-navigation-toggle:hover {
opacity: 0.8;
}
.toggle-box {
width: 30px;
height: 24px;
vertical-align: middle;
display: inline-block;
position: relative;
}
.toggle-inner {
display: block;
top: 50%;
margin-top: -1px;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
width: 30px;
height: 2px;
border-radius: 2px;
position: absolute;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.toggle-inner:before,
.toggle-inner:after {
content: "";
display: block;
}
.toggle-inner:before {
top: -10px;
}
.toggle-inner:after {
bottom: -10px;
}
.mobile-navigation-toggle:before{
content: '';
display: inline-block;
vertical-align: middle;
position: relative;
height: 100%;
width: 0;
}
.mobile-navigation-toggle .toggle-inner {
transition-duration: 0.1s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle .toggle-inner:before {
transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.mobile-navigation-toggle .toggle-inner:after {
transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle.is-active .toggle-inner {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation-toggle.is-active .toggle-inner:before {
top: 0;
opacity: 0;
transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.mobile-navigation-toggle.is-active .toggle-inner:after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_menu_container{
line-height: 0;
}
.mobile_menu_container .main-menu{
display: none;
width: 100%;
height: auto;
z-index: 0;
}
.mobile_menu_container .main-menu>ul>li>a,
.mobile_menu_container .main-menu>div>ul>li>a{
padding: 0;
width: 100%;
}
.mobile_menu_container .main-menu>ul.mobile_view_on,
.mobile_menu_container .main-menu>div>ul.mobile_view_on{
width: 100%;
height: auto;
position: relative;
left: 0;
margin: 0;
box-sizing: border-box;
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
}
.mobile_menu_container .main-menu ul.mobile_view_on li{
display: block;
float: none;
height: auto;
padding: 0;
}
.mobile_menu_container .main-menu ul.mobile_view_on li a{
padding: 10px 0 10px 0;
}
.mobile_menu_container .main-menu .mobile_sitcher{
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
z-index: 1;
cursor: pointer;
}
.mobile_menu_container .main-menu ul li ul li.menu-item-has-children:after, 
.mobile_menu_container .main-menu > ul > li.menu-item-has-children > a:after{
display: none;
}
.mobile_menu_container .main-menu .mobile_sitcher:before{
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-top-width: 1px;
border-top-style: solid;
border-left-width: 1px;
border-left-style: solid;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
position: absolute;
bottom: 50%;
bottom: calc(50% - 4px);
right: 18px;
opacity: 0.7;
}
.mobile_menu_container .main-menu ul li ul{
position: relative;
top: 0;
left: 0;
width: 100%;
padding: 0;
padding-left: 15px;
opacity: 1;
visibility: visible;
box-sizing: border-box;
transition: all 0ms;
-webkit-transition: 0ms;
background-color: transparent;
}
.mobile_menu_container .main-menu ul li ul ul{
left: 0 !important;
top: 0;
margin: 0;
}
.mobile_menu_container .main-menu ul li ul li:hover > a{
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
}
@media only screen and (max-width: 1200px) {
.main_header .sticky_header{
display: none;
}
.bottom_header_wrapper .mobile-navigation-toggle{
display: inline-block;
}
.bottom_header_wrapper .main-menu>ul,
.bottom_header_wrapper .main-menu>div>ul{
display: none;
}
.bottom_header_wrapper .mobile_menu_container .main-menu{
display: block;
}
.Leftalignside .header_side_container > div,
.Leftalignside .header_side_container > nav{
padding-right: 20px;
}
.Rightalignside .header_side_container > div,
.Rightalignside .header_side_container > nav{
padding-left: 20px;
}
.Centeralignside .header_side_container > div,
.Centeralignside .header_side_container > nav{
padding-left: 10px;
padding-right: 10px;
}
}
@media only screen and (max-width: 767px) {
.bottom_header  .header_bar,
.main_header .top_header_wrapper{
display: none;
}
.main_header.header_over_bg{
position: relative;
}
.gt3-page-title{
padding-top: 20px!important;
background-attachment: scroll;
}
} .gt3_module_blog,
.gt3_module_featured_posts {
text-align: left;
}
.gt3_module_blog .blog_post_preview{
margin-bottom: 60px;
}
.gt3_module_blog .blog_post_preview:not(.format-quote):not(.format-standard):not(.format-audio):not(.format-link) > .item_wrapper > .blog_content{
padding-bottom: 30px;
border-bottom: 1px solid #d8d9db;
}
.blog_alignment_center {
text-align: center;
}
.blog_alignment_right {
text-align: right;
}
.blog_alignment_justify {
text-align: justify;
}
.spacing_beetween_items_30 {
margin: -30px 0 0 -30px;
}
.spacing_beetween_items_25 {
margin: -25px 0 0 -25px;
}
.spacing_beetween_items_20 {
margin: -20px 0 0 -20px;
}
.spacing_beetween_items_15 {
margin: -15px 0 0 -15px;
}
.spacing_beetween_items_10 {
margin: -10px 0 0 -10px;
}
.spacing_beetween_items_5 {
margin: -5px 0 0 -5px;
}
.spacing_beetween_items_30 .item_wrapper {
padding-top: 30px;
padding-left: 30px;
}
.spacing_beetween_items_25 .item_wrapper {
padding-top: 25px;
padding-left: 25px;
}
.spacing_beetween_items_20 .item_wrapper {
padding-top: 20px;
padding-left: 20px;
}
.spacing_beetween_items_15 .item_wrapper {
padding-top: 15px;
padding-left: 15px;
}
.spacing_beetween_items_10 .item_wrapper {
padding-top: 10px;
padding-left: 10px;
}
.spacing_beetween_items_5 .item_wrapper {
padding-top: 5px;
padding-left: 5px;
}
.spacing_beetween_items_5 .blog_post_preview {
margin-bottom: 5px !important;
}
.spacing_beetween_items_10 .blog_post_preview {
margin-bottom: 10px !important;
}
.spacing_beetween_items_15 .blog_post_preview {
margin-bottom: 15px !important;
}
.spacing_beetween_items_20 .blog_post_preview {
margin-bottom: 20px !important;
}
.spacing_beetween_items_25 .blog_post_preview {
margin-bottom: 25px !important;
}
.spacing_beetween_items_30 .blog_post_preview {
margin-bottom: 50px !important;
}
.gt3_module_featured_posts .slick-list .slick-slide {
padding-left: 0;
padding-right: 0;
}
.hidden_block,
.gt3_module_carousel .slick-arrow {
display: none !important;
}
.gt3_module_carousel .spacing_beetween_items_30,
.gt3_module_carousel .spacing_beetween_items_25,
.gt3_module_carousel .spacing_beetween_items_20,
.gt3_module_carousel .spacing_beetween_items_15,
.gt3_module_carousel .spacing_beetween_items_10,
.gt3_module_carousel .spacing_beetween_items_5 {
margin-left: 0;
}
.gt3_module_carousel .spacing_beetween_items_30 .item_wrapper {
padding-left: 15px;
padding-right: 15px;
}
.gt3_module_carousel .spacing_beetween_items_25 .item_wrapper {
padding-left: 12.5px;
padding-right: 12.5px;
}
.gt3_module_carousel .spacing_beetween_items_20 .item_wrapper {
padding-left: 10px;
padding-right: 10px;
}
.gt3_module_carousel .spacing_beetween_items_15 .item_wrapper {
padding-left: 7.5px;
padding-right: 7.5px;
}
.gt3_module_carousel .spacing_beetween_items_10 .item_wrapper {
padding-left: 5px;
padding-right: 5px;
}
.gt3_module_carousel .spacing_beetween_items_5 .item_wrapper {
padding-left: 2.5px;
padding-right: 2.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_30 .slick-list {
margin-left: -15px;
margin-right: -15px;
}
.gt3_module_featured_posts .spacing_beetween_items_25 .slick-list {
margin-left: -12.5px;
margin-right: -12.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_20 .slick-list {
margin-left: -10px;
margin-right: -10px;
}
.gt3_module_featured_posts .spacing_beetween_items_15 .slick-list {
margin-left: -7.5px;
margin-right: -7.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_10 .slick-list {
margin-left: -5px;
margin-right: -5px;
}
.gt3_module_featured_posts .spacing_beetween_items_5 .slick-list {
margin-left: -2.5px;
margin-right: -2.5px;
}
.isotope_blog_items {
margin-top: 0 !important;
}
.isotope_blog_items .item_wrapper {
padding-top: 0 !important;
}
.isotope_blog_items .blog_post_preview {
margin-right: 0 !important;
float: left;
}
.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview {
display: inline-block;
vertical-align: top;
margin-right: -4px;
}
.items2 .blog_post_preview {
width: calc(50% - 0.5px);
}
.items3 .blog_post_preview {
width: calc(33.3333% - 0.5px);
}
.items4 .blog_post_preview {
width: calc(25% - 0.5px);
}
.blog_post_preview.element,
.gt3_module_carousel .blog_post_preview {
margin-right: 0;
}
.per_column_wrap .blog_post_preview {
width: 100%;
display: block;
margin-right: 0;
}
.blog_post_media {
margin-bottom: 25px;
}
.blog_post_media > img {
max-width: 100%;
height: auto;
}
.format-video .blog_post_media,
.format-audio .blog_post_media {
width: 100%;
position: relative;
padding-bottom: 62%;
}
.format-audio .blog_post_media {
padding-bottom: 110px;
}
.format-video .blog_post_media iframe,
.format-audio .blog_post_media iframe {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.blog_post_preview {
margin-bottom: 50px;
}
.blog_post_preview.format-standard,
.blog_post_preview.format-audio,
.blog_post_preview.format-quote,
.blog_post_preview.format-link {
margin-bottom: 60px;
}
.search .listing_meta {
margin-bottom: 15px;
}
.listing_meta {
margin-bottom: 10px;
line-height: 16px;
}
.listing_meta * {
font-weight: 400;
font-size: 14px;
line-height: 20px; }
.gt3_module_featured_posts .listing_meta span,
.blog_post_preview .listing_meta span{
opacity: 0.7;
}
.gt3_module_featured_posts .listing_meta * { }
.gt3_module_featured_posts .listing_meta.upper_text * {
text-transform: uppercase;
}
.listing_meta span {
display: inline-block;
vertical-align: top;
}
.listing_meta span:after {
content: '|';
padding: 0 5px 0 6px;
}
.listing_meta span:last-child:after {
display: none;
}
.single-post .blog_content .blogpost_title {
margin-bottom: 21px;
margin-top: 21px;
}
.blogpost_title {
position: relative;
}
.gt3_module_blog .blog_post_preview.format-quote .blogpost_title,
.gt3_module_blog .blog_post_preview.format-link .blogpost_title{
margin: 15px 0;
}
.format-audio .blogpost_title {
margin-bottom: 28px;
}
.blogpost_title i {
margin-right: 20px;
}
.gt3_module_featured_posts .blogpost_title i {margin-right: 12px;
}
.format-quote .blog_post_media {
margin-bottom: 0;
padding-bottom: 11px;
}
.post_media_info {
margin-bottom: 3px;
position: relative;
padding-left: 44px;
}
.post_media_info .quote_image{
width: 75px;
border-radius: 50%;
vertical-align: middle;
margin-right: 20px;
}
.blog_post_preview.format-quote .post_media_info{
font-size: 0.875em;
}
.format-standard .blog_content,
.format-audio .blog_content,
.format-quote .blog_content,
.format-link .blog_content {
padding: 26px 30px 21px 30px;
background: #fafafa;
}
.blog_content p {
margin-bottom: 17px;
}
.blog_content .clear.post_clear {
margin-top: 17px;
} .gt3_module_featured_posts .blog_post_media {
margin-bottom: 0;
padding-bottom: 0;
}
.gt3_module_featured_posts .blog_content {
padding: 0;
background: none;
}
.gt3_module_featured_posts .blogpost_title {
display: inline-block;
vertical-align: top;
}
.featured_post_info {
padding: 26px 0 27px 0;
}
.featured_post_info.boxed_view {
padding-left: 30px;
padding-right: 30px;
background: #fff;
}
.featured_post_info .learn_more {
float: none;
}
.featured_post_info .blogpost_title {
margin-top: 0;
} .blog_type2 .blog_content {
padding-top: 5px;
}
.blog_type2 .has_post_thumb .blog_content {
position: relative;
padding-left: 170px;
min-height: 135px;
}
.blog_type2 .has_post_thumb .blog_post_media {
position: absolute;
left: 0;
top: 5px;
width: 130px;
}
.blog_type2 .featured_post_info {
padding: 0;
}
.blog_type2 .blog_content p {
margin-bottom: 0;
}
.blog_type2 .blog_post_preview {
margin-bottom: 8px !important;
}
.blog_type2 .listing_meta,
.blog_type2 .blogpost_title {
margin-bottom: 4px;
} .blog_type3 .blog_content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.blog_type3 .blog_post_media,
.blog_type3 .featured_post_info {
width: 100%;
}
.blog_type3 .blog_post_media {
order: 1;
}
.blog_type3 .featured_post_info {
order: 2;
}
.blog_type3 .blog_post_preview:nth-child(even) .featured_post_info {
order: 0;
}
.blog_type3 .blog_post_media {
position: relative;
}
.blog_type3 .blog_post_media span {
position: absolute;
left: 25px;
bottom: 19px;
right: 20px;
font-size: 0;
line-height: 0;
}
.blog_type3 .blog_post_media span a {
line-height: 15px;
font-size: 12px;
color: #fff;
padding: 4px 8px;
display: inline-block;
vertical-align: top;
margin: 5px 5px 0 0;
background: rgba(39,50,61, 0.34);
border-radius: 3px;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.blog_type3 .blog_post_media span a:hover {
background: rgba(39,50,61, 0.7);
}
.blog_type3 .featured_post_info {
padding: 36px 0 25px 0;
}
.blog_type3 .featured_post_info.boxed_view {
padding-left: 40px;
padding-right: 40px;
}
.blog_type3 .without_post_thumb .featured_post_info {
padding-top: 83px;
padding-bottom: 68px;
}
.blog_type3 .without_post_thumb .featured_post_info.boxed_view {
padding-left: 50px;
padding-right: 50px;
}
.blog_type3 .listing_meta,
.blog_type3 .blogpost_title,
.blog_type4 .listing_meta,
.blog_type4 .blogpost_title {
margin-bottom: 10px;
}
.single .blog_type4 .blogpost_title {
margin-bottom: 12px;
}
.blog_type3 .blog_content p {
padding-top: 5px;
margin-bottom: 9px;
}
.blog_type4 .blog_content p {
padding-top: 6px;
margin-bottom: 0;
}
.blog_type4 .blog_content .learn_more {
margin-top: 8px;
} .blog_type1 .blog_post_preview,
.blog_type1 .featured_post_info {
padding: 0;
margin: 0;
}
.blog_type1 .listing_meta {
margin-bottom: 7px;
}
.blog_type1 .first_post_with_thumb .blog_post_media{
margin-bottom: 15px;
}
.blog_type1 .first_post_with_thumb h4.blogpost_title > a{
font-size: 1.333em !important;
line-height: 1.333;
}
.blog_type1 .blogpost_title + .listing_meta{
margin-top: 7px;
}
.blog_type1 .listing_meta + .blogpost_title {
margin-bottom: 7px;
}
.blog_type1 .blog_post_preview {
padding: 0 0 15px 0;
margin-bottom: 15px;
position: relative;
}
.blog_type1 .blogpost_title {
margin-bottom: 0;
padding: 0;
display: block;
}
.blog_type1 .blog_post_preview:before {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
content: '';
opacity: 0.17;
}
.blog_type1 {
overflow: hidden;
}
.blog_type1 .blog_post_preview:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.blog_type1 .blog_post_preview:last-child:before {
display: none;
}
.blog_type1 .blog_content p {
margin-bottom: 0;
}
.blog_type1 .slick-list {
margin-left: 0;
margin-right: 0;
}
.blogpost_title a span {
display: none;
}
.blog_type1 .blogpost_title a span {
display: inline-block;
border-bottom-width: 1px;
border-bottom-style: solid;
opacity: 0.45;
height: 0;
}
.blog_type1 .blogpost_title a span:before {
top: -1px !important;
}
.single .featured_post_info,
.blog_type4 .without_post_thumb .featured_post_info.boxed_view {
padding-top: 21px;
}
.blog_type4 .without_post_thumb .featured_post_info {
padding-top: 0;
padding-bottom: 0;
}
.blog_type4 .without_post_thumb .featured_post_info.boxed_view {
padding-top: 26px;
padding-bottom: 31px;
}
.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6,
#main_content > h1,
#main_content > h2,
#main_content > h3,
#main_content > h4,
#main_content > h5,
#main_content > h6,
.comment_content > h1,
.comment_content > h2,
.comment_content > h3,
.comment_content > h4,
.comment_content > h5,
.comment_content > h6,
.course-description > h1,
.course-description > h2,
.course-description > h3,
.course-description > h4,
.course-description > h5,
.course-description > h6{
margin-top: 10px;
margin-bottom: 15px;
} .single #main_content > .blog_post_preview {
margin-bottom: 30px;
}
.single #main_content > .blog_post_preview .blog_content {
padding: 0;
margin: 0;
background: none;
}
.blog_post_preview .blog_content > ul,
.blog_post_preview .blog_content > ol,
.blog_post_preview .blog_content > blockquote{
overflow: hidden;
}
.blog_post_preview .blog_content > ul {
padding-bottom: 17px;
}
.blog_post_preview .blog_content > ol {
margin-bottom: 17px;
}
.single .post_info {
padding-top: 4px;
} #comments {
padding:0;
padding-top: 20px;
}
#comments:empty {
padding-top: 0;
padding-bottom: 0;
height: 0;
line-height: 0;
font-size: 0;
}
#respond form#commentform {
margin-left: -5px;
margin-right: -5px;
}
#respond form#commentform [class*="span"], #respond form#commentform > p {
padding-left: 5px;
padding-right: 5px;
}
#respond .form_field {
width: 100%;
margin-bottom: 10px;
}
#respond textarea {
resize: none;
}
#respond #commentform label {
display: none;
}
p.form-submit {
margin-bottom:0;
}
.form-submit .gt3_submit_wrapper {
display: inline-block;
vertical-align: top;
float: none;
}
p.comment-notes {
margin-bottom: 20px;
}
#comments > h3 {
margin-bottom: 25px;
z-index: 10;
position: relative;
}
#comments hr{
margin-top: 10px;
margin-bottom: 40px;
}
ol.commentlist {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
ol.commentlist li {
list-style: none;
}
ol.commentlist li ul {
margin: 0;
padding: 0;
list-style:none;
}
ol.commentlist li {
margin: 0;
padding:0;
}
ol.commentlist li:before,
ol.commentlist li:after {
display:none;
}
ol.commentlist li .stand_comment {
padding: 20px 0 10px 100px;
margin-bottom:0; }
ol.commentlist li ul li .stand_comment {
margin-left: 100px;
}
ol.commentlist li ul li ul li .stand_comment {
margin-left: 200px;
}
.thiscommentbody {
position: relative;
min-height: 82px;
}
ol.commentlist li .commentava {
left: -100px;
position: absolute;
top: 4px;
height:71px;
width: 71px;
z-index:5;
}
ol.commentlist li .commentava img {
display: block;
height: auto;
width: 100%;
border-radius:50%;
-webkit-border-radius:50%;
}
.comment_info {padding-right: 100px;
}
.comment_author_says {
line-height: 22px;
margin-bottom: 5px;
}
.comment_author_says,
.comment_author_says a {
font-weight: 400;
}
.comment_info a,
#cancel-comment-reply-link {
transition:color 0.3s;
-webkit-transition:color 0.3s;
}
.comment_content p {
margin-bottom: 0;
padding-bottom: 9px;
}
.comment_info .listing_meta {
margin-bottom: 7px;
opacity: 0.7;
}
.comment_info .listing_meta *{
font-size: 12px;
}
.comment-reply-title{
margin-bottom: 15px;
}
.comment-reply-link {
display: block;
position: absolute;
right: 0;
top: 0;
line-height: 22px;
font-size: 12px;
font-weight: 700;
}
.comment-reply-link:before {
content: "\f122";
padding-right: 5px;
font-family: 'FontAwesome';
font-weight:normal;
}
.learn_more,
.post_info,
.post_share > a {
line-height: 21px;
}
.learn_more {
display: inline-block;
vertical-align: top;
transition: all 300ms;
-webkit-transition: all 300ms;
margin-bottom: 4px;
font-size: 0.875em;
font-weight: 700;
}
.blog_post_preview .learn_more {
float: left;
}
.learn_more span,
.gt3_module_title .carousel_arrows a span,
.blog_type1 .blogpost_title a span,
.prev_next_links a span i {
display: inline-block;
vertical-align: middle;
width: 0;
height: 1px;
margin-left: 9px;
position: relative;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.learn_more span:before,
.gt3_module_title .carousel_arrows a span:before,
.blog_type1 .blogpost_title a span:before,
.prev_next_links a span i:before {
position: absolute;
right: 0;
top: -5px;
width: 6px;
height: 6px;
content: '';
z-index: 5;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
border-width: 2px;
border-style: solid;
border-left: none;
border-top: none;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.gt3_module_title .carousel_arrows a.left_slick_arrow span:before,
.prev_next_links .fleft a span i:before {
left: 0;
right: auto;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
} .prev_next_links {
padding-top: 35px;
padding-bottom: 20px;
margin-top: 10px;
border-top:1px solid #d8d9db;
}
.prev_next_links a {
display: block;
padding: 0;
}
.prev_next_links a span,
.prev_next_links a b {
display: block;
}
.prev_next_links .fleft a {
text-align: left;
}
.prev_next_links .fright a {
text-align: right;
}
.prev_next_links a b {
padding-bottom: 2px;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.prev_next_links .fleft a span i {
margin-left: auto;
margin-right: 12px;
}
.prev_next_links .fright a span i{
margin-right: auto;
margin-left: 12px;
}
.prev_next_links a span i {
transition: margin 300ms;
-webkit-transition: margin 300ms;
}
.prev_next_links a:hover span i {
margin-left: 15px;
}
.prev_next_links .fleft a:hover span i {
margin-left: auto;
margin-right: 15px;
}
.post_info {
float: right;
display: inline-block;
vertical-align: top;
margin-bottom: 4px;
margin-top: -4px;
}
.post_info > div:last-child {
margin-left: 0;
}
.post_share {
position: relative;
}
.post_share > a {
display: block;
position: relative;
transition: color 300ms;
-webkit-transition: color 300ms;
width: 30px;
line-height: 30px;
text-align: center;
margin-left: 2px;
background-color: #fafafa;
}
.format-standard .blog_content .post_share > a, 
.format-audio .blog_content .post_share > a, 
.format-quote .blog_content .post_share > a, 
.format-link .blog_content .post_share > a,
.format-standard .blog_content .likes_block .icon, 
.format-audio .blog_content .likes_block .icon, 
.format-quote .blog_content .likes_block .icon, 
.format-link .blog_content .likes_block .icon{
background-color: #ffffff;
}
.post_share > a:before {
font-family: 'FontAwesome';
font-weight:normal;
content:"\f1e0";
line-height: 21px;
padding: 0;
color: inherit !important;
opacity: 0.6;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.share_wrap {
display: block;
position: absolute;
right: 100%;
top: 0;
opacity: 0 !important;
font-size: 0;
line-height: 0;
z-index: 555;
box-shadow: none;
visibility: hidden;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.post_share:hover > .share_wrap {
opacity: 1 !important;
visibility: visible !important;
}
.share_wrap ul {
padding: 0;
margin: 0;
list-style: none;
white-space: nowrap;
}
.share_wrap ul li {
margin: 0 2px;
text-align: center;
line-height: 25px;
width: 30px;
height: 30px;
padding: 0;
display: inline-block;
background-color: #fafafa;
vertical-align: middle;
}
.share_wrap ul li:before {
display: none;
}
.share_wrap a{
display: block;
}
.share_wrap a span {
display: block;
line-height: 30px;
width: 30px;
color: #ffffff;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.share_wrap a:hover span{
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.share_wrap a .fa-twitter {
background-color: #1aa9e1;
}
.share_wrap a .fa-facebook {
background-color: #3b5a9a;
}
.share_wrap a .fa-pinterest {
background-color: #d0202a;
}
.share_wrap a .fa-google-plus {
background-color: #be4a39;
} .gt3-contact-widget {
position: fixed;
z-index: 100;
top: 25%;
right: 0px;
width: 300px;
box-sizing: border-box;
padding: 25px 30px 20px 30px;
min-height: 220px;
background-color: #f5f7f8;
border-bottom-left-radius: 2px;
-webkit-transform: translateX(100%);
transition: transform 0.4s;
transform: translateX(100%);
}
.gt3-contact-widget_label {
cursor: pointer;
position: absolute;
transform-origin: 0 0;
font-size: 16px;
line-height: 34px;
z-index: 1;
padding: 10px 10px;
color: #ffffff;
left: 0;
top: 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-webkit-transform: rotate(-90deg) translate(-100%, -100%);
transform: rotate(-90deg) translate(-100%, -100%);
}
.gt3-contact-widget_icon {
display: block;
z-index: 1;
position: absolute;
top: 0;
right: 0;
transform: rotate(90deg);
width: 54px;
height: 54px;
background-color: rgba(255,255,255,0.1);
}
.gt3-contact-widget_icon img{
width: 24px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.gt3-contact-widget_label.empty-title {
width: 54px;
height: 54px;
padding: 0 !important;
}
.gt3-contact-widget_label.with-icon {
padding-right: 64px;
}
.gt3-contact-widget.open {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
@media only screen and (max-width: 767px) {
.gt3-contact-widget {
display: none;
}
}  .likes_block,
.post_share,
.likes_block span {
display: inline-block;
vertical-align: top;
line-height: 30px;
}
.likes_block .icon{
width: 30px;
text-align: center;
background: #fafafa;
}
.likes_block {
cursor: pointer;
}
.likes_block.already_liked {
cursor: default;
}
.like_count {
opacity: 0.7;
padding-left: 5px;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.like_count:empty{
display: none;
} ul.pagerblock,
.learn-press-pagination ul.page-numbers{
margin:0;
padding:0 0 30px 0;
list-style:none;
text-align: center;
}
.learn-press-pagination ul.page-numbers{
font-size: 0;
}
ul.pagerblock li:before,
ul.pagerblock li:after,
.learn-press-pagination ul.page-numbers li:before,
.learn-press-pagination ul.page-numbers li:after{
display: none;
}
ul.pagerblock li,
.learn-press-pagination ul.page-numbers li{
display: inline-block;
vertical-align:top;
margin: 0 2px 4px 2px;
padding: 0;
}
ul.pagerblock li a,
ul.pagerblock li span,
.learn-press-pagination ul.page-numbers li a,
.learn-press-pagination ul.page-numbers li span{
display: block;
font-size: 16px;
height: 28px;
width: 28px;
line-height: 27px;
padding: 0;
border: none;
transition: all 400ms;
-webkit-transition: all 400ms;
text-transform: uppercase;
text-align: center;
font-weight: 400;
border-width: 1px;
border-style: solid;
}
ul.pagerblock li a.current,
.learn-press-pagination ul.page-numbers li a.current{
cursor:default;
}
.pagerblock li a:hover,
.pagerblock li a:focus,
ul.pagerblock li a.current,
ul.pagerblock li span,
.learn-press-pagination .page-numbers li a:hover,
.learn-press-pagination .page-numbers li a:focus,
.learn-press-pagination ul.page-numbers li a.current,
.learn-press-pagination ul.page-numbers li span,
.learn-press-pagination ul.page-numbers li span.current{
color: #fff;
} .main_header .header_search{
display: inline-block;
vertical-align: middle;
}
.header_search__container{
position: relative;
display: inline-block;
height: 100%;
width: 40px;
text-align: center;
}
.header_search__container:before{
content: '';
display: inline-block;
vertical-align: middle;
position: relative;
height: 100%;
}
.main_header .header_search .header_search__icon{
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 25px;
opacity: 1!important;
margin-top: -5px;
}
.main_header .header_search .header_search__icon > i{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main_header .header_search .header_search__icon > i:before{
content: "\f002";
}
.main_header .header_search.ct-search-open .header_search__icon > i:before{
content: "\f00d";
}
.main_header .header_search:before{
content: '';
position: absolute;
}
.main_header .header_search .header_search__inner{
position: absolute;
top: 100%;
right: 0;
padding-top: 6px;
opacity: 0;
visibility: hidden;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.main_header .Leftalignside .header_search .header_search__inner{
right: auto;
left: 0;
}
.main_header .header_search .header_search__inner:after{
top: 0;
}
.main_header .header_search.ct-search-open .header_search__inner{
opacity: 1;
visibility: visible;
}
.main_header .header_search__inner .search_form{
padding-right: 40px;
position: relative;
z-index: 1;
}
.main_header .header_search__inner .search_form:after{
content: "\f002";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%;
line-height: 50px;
text-align: center;
z-index: 1;
opacity: 0.7;
}
.main_header .header_search__inner .search_submit{
font-size: 0;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50px;
background: transparent;
border: none;
box-shadow: none;
outline: none;
cursor: pointer;
z-index: 2;
padding: 0;
}
.main_header .header_search__inner .search_text{
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
user-select: none;
height: 50px;
padding: 0 20px;
font-size: 14px;
color: inherit;
}
.main_header .header_search__inner .search_text::-webkit-input-placeholder{
opacity: 0.7 !important;
}
.main_header .header_search__inner .search_text:-moz-placeholder{
opacity: 0.7 !important;
}
.main_header .header_search__inner .search_text::-moz-placeholder{
opacity: 0.7 !important;
}
.main_header .header_search__inner .search_text:-ms-input-placeholder{
opacity: 0.7 !important;
}
.main_header .top_header .header_search{
height: auto !important;
} .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > div, 
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > nav,
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > div, 
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > nav,
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > div, 
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > nav{
padding: 7px 0;
height: auto;
}
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > nav > ul > li,
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > nav > ul > li,
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > nav > ul > li{
margin-top: -5px;
margin-bottom: -5px;
padding: 5px 0;
}
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container,
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container,
.main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container{
display: flex;
flex-direction: column;
justify-content: center;
}
.main_header.header_vottom_vertical_order .sticky_header .logo_container{
display: none;
} .main_header .wrapper a{
color: inherit;
}
.main_header .wrapper a:hover{
opacity: 1;
}  aside > .widget + .widget,
.main_footer .widget + .widget{
margin-top: 45px;
}
.widget_search .search_form .search_text{
width: 100%;
height: 35px;
padding: 8px 20px;	
padding-right: 45px;
border:none;
outline: none;
background-color: #fafafa;
border-radius: 0px;
box-sizing: border-box;
font-size: 0.75em;
text-transform: uppercase;
}
.widget_search .search_form {
position: relative;
z-index: 1;
}
.widget_search .search_form .search_submit,
.widget_search .search_form:before{
font-size: 0;
width: 35px;
height: 35px;
opacity: 0;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
padding: 0;
margin: 0;
}
.widget_search .search_form:before{
content: "\f002";
color: #ffffff;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
text-align: center;
line-height: 35px;
opacity: 1;
}
.widget-title{
padding-bottom: 15px;
margin-bottom: 15px;
}
.widget-title .rsswidget{
vertical-align: middle;
display: inline-block;
line-height: 0;		
}
.widget_search .widget-title{
border-bottom: 0;
margin-bottom: 0;
}
.widget .calendar_wrap table{
width: 100%;
margin: 0;
}
.widget .calendar_wrap table td{
text-align: center;
padding: 5px 0px;
width: calc(100%/7);
}
.gt3_widget > ul > li{
padding-left: 0;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #f5f5f6;
}
.gt3_widget > ul > li:last-child{
padding-bottom: 5px;
}
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_nav_menu ul li:before{
color: #d8d9db;
vertical-align: baseline;
margin-right: 10px;
transition: color 400ms;
}
.widget.widget_archive > ul > li,
.widget.widget_categories > ul > li,
.widget.widget_pages > ul > li,
.widget.widget_meta > ul > li,
.widget.widget_recent_comments > ul > li,
.widget.widget_recent_entries > ul > li,
.widget.widget_nav_menu > .menu-main-menu-container > ul > li{
font-size: 0.875em;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a{
color: inherit;
}
.widget_categories  ul li .post_count{
float: right;
}
.widget_categories  ul li:before{
line-height: inherit !important;
}
.widget.widget_recent_entries li:after{
content: '';
clear: both;
display: table;
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date{
font-size: 0.8em;
float: right;
}
.widget_recent_entries .widget-title{
margin-bottom: 5px;
}
.widget_recent_entries > ul > li:before,
.widget_recent_comments > ul > li:before,
.widget_archive > ul > li:before,
.widget_categories > ul > li:before,
.widget_meta > ul > li:before,
.widget_pages > ul > li:before{
content: "\f02b";
font: normal normal normal 14px/1 FontAwesome;
}
.widget_recent_entries > ul > li:before{
content: "\f040";
}
.widget_recent_comments > ul > li:before{
content: "\f075";
} 
.widget_archive > ul > li:before{
content: "\f187";
}
.widget_categories > ul > li:before{
content: "\f07b";
}
.widget_pages > ul > li:before{
content: "\f15b";
}
.widget.widget_posts .recent_posts{
padding: 0;
padding-top: 10px;
}
.widget.widget_posts .recent_posts li{
padding: 0;
border: none;
}
.widget.widget_posts .recent_posts li + li{
margin-top: 22px;
}
.widget.widget_posts .recent_posts li:after{
content: '';
clear: both;
display: table;
}
.widget.widget_posts .recent_posts li:before{
display: none;
}
.widget.widget_posts .recent_posts img{
float: left;
margin-right: 20px;
max-width: 85px;
}
.recent_posts_content .listing_meta{
margin-top: 3px;
margin-bottom: 0;
font-size: 11px;
line-height: 1.6;
}
.recent_posts_content.no_content .post_title,
.recent_posts_content.no_content .listing_meta{
padding-top: 5px;
}
.recent_posts_content .recent_post__cont{
font-size: 14px;
line-height: 1.4;
margin-top: 3px;
}
.widget.widget_posts .recent_posts .post_title{
line-height: 1.4;
font-size: 1.125em;
}
.widget_flickr:after{
content: '';
clear: both;
display: table;
}
.main_footer .widget-title{
font-size: 1.1666667em;
line-height: inherit;
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 10px;
text-transform: uppercase;
}
.flickr_widget_wrapper{
margin-right: -10px;
}
.flickr_widget_wrapper .flickr_badge_image{
width: calc(33.33% - 10px);
height: calc(33.33% - 10px);
max-width: 120px;
max-height: 120px;
position: relative;
z-index: 1;
}
.flickr_badge_image > a:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000000;
z-index: 1;
opacity: 0;
transition: opacity 300ms;
}
.flickr_badge_image > a:hover:before{
opacity: 0.3;
}
.calendar_wrap{
border: 1px solid #f2f2f2;
padding: 10px;
width: 100%;
box-sizing: border-box;
max-width: 370px;
}
.calendar_wrap tr{
border: none;
}
.calendar_wrap caption{
font-size: 18px;
line-height: 2.25;
margin: -11px -11px 10px -11px;
color: #ffffff;
border-bottom: 1px solid #f2f2f2;
}
.widget .calendar_wrap table td#today{
color: #ffffff;
position: relative;
z-index: 1;
}
.widget .calendar_wrap table td#prev{
text-align: left;
padding-left: 10px;
}
.widget .calendar_wrap table td#next{
text-align: right;
padding-right: 10px;
}
.widget .calendar_wrap table th{
padding: 5px 0px;
}
.widget .calendar_wrap tbody td > a{
display: inline-block;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
color: inherit;
}
.main_footer .calendar_wrap tbody,
.main_footer .widget .calendar_wrap table td#today{
color: inherit;
}
.widget .calendar_wrap table td#today:before,
.widget .calendar_wrap tbody td > a:before{
content: '';
position: absolute;
width: 80%;
padding-bottom: 80%;
z-index: -1;
top: 50%;
left: 50%;
margin-top: -40%;
margin-left: -40%;
border-radius: 50%;
background-color: #f2f2f2;
} .tagcloud {
overflow: hidden;
margin: 0 -5px 0 0;
}
.tagcloud a {
position:relative;
display: inline-block;
vertical-align:top;
margin: 0 1px 5px 0;
padding: 5px 10px;
font-size: 14px !important;
line-height: 20px !important;
font-style: normal;
border-radius: 0px;
-webkit-border-radius: 0px;
border:none;
color: #757a7f;
background-color: #fafafa;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.tagcloud a:hover{
color: inherit;
} .widget #sb_instagram {
padding: 10px 0 0 0 !important;
}
.widget #sbi_images {
margin: 0 0 0 -9px !important;
padding: 0 !important;
width: calc(100% + 9px) !important;
}
.widget #sb_instagram #sbi_images .sbi_item {
padding: 0 0 9px 9px !important;
border: none !important;
margin: 0 !important;
}
.widget #sb_instagram .sbi_photo_wrap a {
position: relative;
} .textwidget p {
text-align: left;
}
.textwidget img {
margin: 0 auto 25px auto;
vertical-align: top;
max-width: 100%;
}
.textwidget img.rounded {
border-radius: 50%;
-webkit-border-radius: 50%;
}
.textwidget a img {
margin: 0 auto;
} .dropcap {
display:inline-block;
float:left;
font-size:3.75em;
line-height: inherit;
margin:14px 8px 0 0;
width:auto;
height:auto;
text-transform:uppercase;
font-weight: 700;
} .top_footer{
font-weight: 400;
}
.top_footer .widget_nav_menu .menu .menu-item {
padding: 0 0 5px 0;
}
.top_footer .widget_nav_menu .menu .menu-item:hover, 
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item{
padding-left: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:before, 
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item:before{
display: none;
}
.top_footer .widget_nav_menu .menu .menu-item .menu-item{
padding-left: 10px;
}
.top_footer .widget_nav_menu .menu .menu-item .sub-menu{
padding-top: 5px;
}
.top_footer .widget_nav_menu .menu .menu-item  + .menu-item{
border-top: none;
}  ::-moz-selection{color: #ffffff;}
::selection{color: #ffffff;} .wrapper_404 h1{
margin-bottom: 20px;
}
.wrapper_404 h4{
margin-bottom: 40px;
}
.wrapper_404 .number_404{
font-size: 190px;
font-size: calc(60px + 7vw);
line-height: 1;
}
.wrapper_404{
padding: 70px 0;
min-height: 60vh;
position: relative;
white-space: nowrap;
}
.wrapper_404:before{
content: '';
display: inline-block;
vertical-align: middle;
height: 60vh;
}
.container_vertical_wrapper {
display: inline-block;
vertical-align: middle;
white-space: normal;
width: 100%;
}
.text-uppercase {
text-transform: uppercase;
}
.rounded_r3 {
border-radius: 3px;
}
span.highlighter {
padding-left: 2px;
padding-right: 2px;
}
.wrapper_404 .container{
width: 100%;
} .wrapper_404 .gt3_404_search .search_form {
position: relative;
z-index: 1;
display: inline-block;
margin-bottom: 30px;
}
.wrapper_404 .gt3_404_search .search_form .search_text,
.wrapper_404 .gt3_404_search .search_form  {
width: 100%;
max-width: 370px;
}
.wrapper_404 .gt3_404_search .search_form .search_submit {
font-size: 0;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50px;
background: transparent;
border: none;
box-shadow: none;
outline: none;
cursor: pointer;
z-index: 2;
padding: 0;
}
.wrapper_404 .gt3_404_search .search_form:after {
content: "\f002";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%;
line-height: 50px;
text-align: center;
z-index: 1;
opacity: 0.7;
} #map-canvas {
width: 100%;
position: relative;
padding-bottom: 25.4%;
}
#map-canvas > div {
width: 100%;
position: absolute;
height: 100%;
left: 0;
top: 0;
}
#map-canvas img {
max-width: none;
max-height:none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
#map-canvas {
padding-bottom: 44%;
}
} #back_to_top{
display: inline-block;
width: 45px;
height: 45px;
position: fixed;
color: #fff;
right: 15px;
bottom: 12px;
opacity: 0;
cursor: pointer;
border-width: 1px;
border-style: solid;
transform: translateY(140%);
-webkit-transform: translateY(140%);
-moz-transform: translateY(140%);
-ms-transform: translateY(140%);
transition: all 400ms;
}
#back_to_top:hover{
background: #ffffff;
}
#back_to_top.show{
opacity: 1;
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
}
#back_to_top:after{
content: "";
display: block;
position: absolute;
top: 21px;
left: 19px;
width: 8px;
height: 8px;
border-width: 0 0 1px 1px;
border-style: solid;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}  .gt3_custom_button {
letter-spacing: 1px;
}
.gt3_custom_button i {
font-size: 17px;
padding: 1px 3px 0 3px;
display: inline-block;
vertical-align: top;
line-height: 23px;
}
.gt3_custom_button:hover i {
color: #fff;
}
.tp-bullets.custom .tp-bullet {
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-border-radius: 50%;
background: none;
border: 2px solid #fff;
opacity: 0.44;
}
.tp-bullets.custom .tp-bullet.selected {
background: #fff;
}
.gt3pg_photo_gallery {
padding-top: 15px;
}
.pp_block h2 {
margin-bottom: 30px;
}
.search_result_form,
.post-password-form {
max-width: 500px;
padding: 0 30px;
margin-left: auto;
margin-right: auto;
}
.search_result_form .search_text,
.post-password-form input[type=password] {
width: 100%;
margin-bottom: 20px;
}
.post-password-form input[type=password]{
margin-top: 5px;
}
.format-standard .blog_content .post-password-form input[type=password], 
.format-audio .blog_content .post-password-form input[type=password], 
.format-quote .blog_content .post-password-form input[type=password], 
.format-link .blog_content .post-password-form input[type=password],
.format-standard .blog_content pre, 
.format-audio .blog_content pre, 
.format-quote .blog_content pre, 
.format-link .blog_content pre{
background: #ffffff;
}
.format-standard .blog_content .post-password-form, 
.format-audio .blog_content .post-password-form, 
.format-quote .blog_content .post-password-form, 
.format-link .blog_content .post-password-form{
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 0;
} .gt3-contact-widget input,
.gt3-contact-widget textarea {
width: 100%;
margin: 0 0 10px 0;
}
.gt3-contact-widget textarea {
height: 96px;
}
.gt3-contact-widget .wpcf7-form-control-wrap {
margin-bottom: 0;
}
.gt3-contact-widget input[type="date"],
.gt3-contact-widget input[type="email"],
.gt3-contact-widget input[type="number"],
.gt3-contact-widget input[type="password"],
.gt3-contact-widget input[type="search"],
.gt3-contact-widget input[type="tel"],
.gt3-contact-widget input[type="text"],
.gt3-contact-widget input[type="url"],
.gt3-contact-widget select,
.gt3-contact-widget textarea {
background: #fff;
font-size: 14px;
color: #848d95;
border-color: #e4e4e4;
padding-top: 10px;
padding-bottom: 10px;
}
.gt3-contact-widget input[type="submit"] {
padding-top: 9px;
padding-bottom: 10px;
}
.gt3-contact-widget p {
padding: 0;
margin: 0;
line-height: 24px;
font-size: 14px;
}
.gt3-contact-widget h6 {
padding: 14px 9px 6px 9px;
margin: 0;
line-height: 24px;
font-size: 14px;
}
.gt3-contact-widget .ajax-loader {
display: none !important;
visibility: hidden;
}
.gt3-contact-widget .wpcf7-response-output {
font-size: 14px;
margin-top: 0;
margin-bottom: 10px;
line-height: 25px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
}
.gt3-contact-widget.open {
box-shadow: 0 0 5px rgba(0,0,0, 0.1);
}
.pp_page .gt3-page-title {
display: none;
}
.pp_page .gt3-page-title + .site_wrapper > .main_wrapper{
padding-top: 40px;
} #loading{
background-color: #2b3258;
height: 100%;
width: 100%;
position: fixed;
z-index: 1001;
margin-top: 0px;
top: 0px;
}
#loading-center{
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 40px;
width: 40px;
margin-top: -20px;
margin-left: -20px;
-ms-transform: rotate(45deg); 
-webkit-transform: rotate(45deg);
transform: rotate(45deg); 
-webkit-animation: loading-center-absolute 1.5s infinite;
animation: loading-center-absolute 1.5s infinite;
}
#loading-center-absolute .object{
width: 20px;
height: 20px;
background-color: #FFF;
float: left;
}
#object_one {
-webkit-animation: object_one 1.5s infinite;
animation: object_one 1.5s infinite;
}
#object_two {
-webkit-animation: object_two 1.5s infinite;
animation: object_two 1.5s infinite;
}
#object_three {
-webkit-animation: object_three 1.5s infinite;
animation: object_three 1.5s infinite;
}
#object_four {
-webkit-animation: object_four 1.5s infinite;
animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
100% { -webkit-transform: rotate(-45deg); }
}
@keyframes loading-center-absolute {
100% { 
transform:  rotate(-45deg);
-webkit-transform:  rotate(-45deg);
}
}
@-webkit-keyframes object_one {
25% { -webkit-transform: translate(0,-40px) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_one {
25% { 
transform: translate(0,-40px) rotate(-180deg);
-webkit-transform: translate(0,-40px) rotate(-180deg);
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: translate(0,0) rotate(-180deg);
}
}
@-webkit-keyframes object_two {
25% { -webkit-transform: translate(40px,0) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_two {
25% { 
transform: translate(40px,0) rotate(-180deg);
-webkit-transform: translate(40px,0) rotate(-180deg);
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: translate(0,0) rotate(-180deg);
}
}
@-webkit-keyframes object_three {
25% { -webkit-transform: translate(-40px,0) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_three {
25% { 
transform:  translate(-40px,0) rotate(-180deg);
-webkit-transform:  translate(-40px,0) rotate(-180deg);
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: rtranslate(0,0) rotate(-180deg);
}
}
@-webkit-keyframes object_four {
25% { -webkit-transform: translate(0,40px) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_four {
25% { 
transform: translate(0,40px) rotate(-180deg); 
-webkit-transform: translate(0,40px) rotate(-180deg);  
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: translate(0,0) rotate(-180deg);
}
}.module_call_to_action {
text-align: center;   
}
.module_call_to_action h1 {
font-weight: 100;
}
.module_call_to_action h1 b {
font-weight: 700;
}
.module_call_to_action .cta_subheading {
font-weight: 300;
margin-bottom: 15px;
}
.module_call_to_action .cta_divider {
border-bottom-style: solid;
border-bottom-width: 1px;
margin-bottom: 15px;
}
.module_call_to_action.right .cta_wrap,
.module_call_to_action.left .cta_wrap {
display: flex;
display: -webkit-flex;
}
.module_call_to_action .cta_button i {
margin-right: 10px;
}
.module_call_to_action.right .cta_text_area,
.module_call_to_action.left .cta_text_area {
flex-grow: 1;
}
.module_call_to_action.left .cta_button,
.module_call_to_action.right .cta_button {
display: table-cell;
vertical-align: middle;
display: flex;
display: -webkit-flex;
align-items: center;
}
.module_call_to_action.left .cta_button {
padding-right: 15px;
}
.module_call_to_action.right .cta_button {
padding-left: 15px;
}
.module_call_to_action .shortcode_button, 
.module_call_to_action a.shortcode_button {
margin: 0;
} .colored_sections.items1 .colored_section {
width: 100%;
}
.colored_sections.items2 .colored_section {
width: 50%;
}
.colored_sections.items3 .colored_section {
width: 33.33%;
}
.colored_sections.items4 .colored_section {
width: 25%;
}
.colored_section {
padding-left: 15px;
padding-right: 15px;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.icon_container.top {
margin-bottom: 20px;
}
.grid.colored_sections.items2 .colored_section:nth-child(2n+1) {
border-right: 1px solid #f0f0f0;
}
.grid.colored_sections.items3 .colored_section:nth-child(3n+2),
.grid.colored_sections.items3 .colored_section:nth-child(3n+1) {
border-right: 1px solid #f0f0f0;
}
.grid.colored_sections.items4 .colored_section:nth-child(3n+3),
.grid.colored_sections.items4 .colored_section:nth-child(3n+2),
.grid.colored_sections.items4 .colored_section:nth-child(3n+1) {
border-right: 1px solid #f0f0f0;
}
.grid.colored_sections.items1 .colored_section:nth-child(n+2),
.grid.colored_sections.items2 .colored_section:nth-child(n+3),
.grid.colored_sections.items3 .colored_section:nth-child(n+4),
.grid.colored_sections.items4 .colored_section:nth-child(n+5) {
border-top: 1px solid #f0f0f0;
}
.colored_section .title_divider {
width: 40px;
height: 1px;
background-color: #dddddd;
margin-bottom: 15px;
}
.colored_section .infobox_text {
display: table-cell;
}
.colored_section .icon_container.left {
display: table-cell;
padding-right: 15px;
vertical-align: top;
padding-top: 10px;
}
.icon_container.round img {
border-radius: 50%;
-webkit-border-radius: 50%;
} .stat_temp {
width: 0 !important;
display: none !important;
}
.gt3_module_counter {
text-align: center;
}
.counter_icon_size_mini.fa {
font-size: 25px;
line-height: 39px;
}
.counter_icon_size_small.fa {
font-size: 35px;
line-height: 49px;
}
.counter_icon_size_normal.fa {
font-size: 45px;
line-height: 59px;
}
.counter_icon_size_large.fa {
font-size: 55px;
line-height: 69px;
}
.counter_icon_size_extralarge.fa {
font-size: 65px;
line-height: 79px;
}
.icon-position-right,
.icon-position-left {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
text-align: center;
}
.icon-position-left .icon_container,
.icon-position-left .stat_count_wrapper,
.icon-position-right .icon_container,
.icon-position-right .stat_count_wrapper {
flex: 1 100%;
padding: 0;
text-align: center;
}
@media all and (min-width: 768px) {
.icon-position-left .icon_container {
flex: 0 1 auto;
text-align: right;
order: 0;
padding-right: 20px;
}
.icon-position-left .stat_count_wrapper {
flex: 1 0 auto;
text-align: left;
order: 1;
}
.icon-position-right .icon_container {
flex: 0 1 auto;
text-align: left;
order: 1;
padding-left: 20px;
}
.icon-position-right .stat_count_wrapper {
flex: 1 0 auto;
text-align: right;
order: 0;
}
}
.counter_icon_type_none .stat_count_wrapper {
display: block;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
.icon_proportions_circle img {
border-radius: 50%;
}
.icon-position-top.counter_icon_type_image .stat_count_wrapper,
.icon-position-top.counter_icon_type_font .stat_count_wrapper {
padding-top: 20px;
}
.icon-position-bottom.counter_icon_type_image .stat_count_wrapper,
.icon-position-bottom.counter_icon_type_font .stat_count_wrapper {
padding-bottom: 23px;
}
.gt3_module_counter .icon_container {
line-height: 10px;
}
.gt3_module_counter .stat_count {
font-weight: bold;
font-size: 48px;
line-height: 50px;
margin-bottom: 3px;
}
.gt3_module_counter .cont_info {
font-size: 16px;
line-height: 22px;
font-weight: 700;
} .gt3-countdown {
text-align: center;
}
.countdown-section {
display: inline-block;
height: 220px;
min-width: 220px;
background-color: rgba(255,255,255,0.15);
text-align: center;
margin: 40px;
border-radius: 50%;
}
.countdown-section .countdown-amount {
display: block;
margin-top: 30px;
font-size: 72px;
line-height: 110px;
font-weight: 700;
padding: 0 4px;
color: #ffffff;
letter-spacing: 6px;
padding-right: 20px;
padding-left: 20px;
text-align: center;
}
.countdown_wrapper {
margin: -40px;
}
.countdown-period {
display: block;
text-transform: uppercase;
color: #ffffff;
font-size: 30px;
font-weight: 700;
letter-spacing: 2px;
}
@media only screen and (max-width: 1300px) {
.countdown-section {
height: 160px;
min-width: 160px;
margin: 20px;
}
.countdown_wrapper {
margin: -20px;
}
.countdown-section .countdown-amount {
margin-top: 21px;
font-size: 53px;
line-height: 80px;
letter-spacing: 4px;
padding-right: 15px;
padding-left: 15px;
}
.countdown-period {
font-size: 22px;
letter-spacing: 2px;
}
}
@media only screen and (max-width: 992px) {
.countdown-section {
height: 110px;
min-width: 110px;
margin: 15px;
}
.countdown_wrapper {
margin: -15px;
}
.countdown-section .countdown-amount {
margin-top: 15px;
font-size: 36px;
line-height: 55px;
letter-spacing: 3px;
padding-right: 10px;
padding-left: 10px;
}
.countdown-period {
font-size: 15px;
line-height: 1;
letter-spacing: 2px;
}
}
@media only screen and (max-width: 768px) {
.countdown-section {
height: 70px;
min-width: 70px;
margin: 5px;
}
.countdown-section .countdown-amount {
margin-top: 10px;
font-size: 23px;
line-height: 35px;
letter-spacing: 2px;
padding-right: 5px;
padding-left: 5px;
}
.countdown-period {
font-size: 10px;
line-height: 1;
letter-spacing: 1px;
}
}  .module_testimonial .testimonials_item,
.module_testimonial .testimonials_item {
list-style: none;
}
.testimonials_list {
overflow: hidden;
} .testimonials_list .testimonials_rotator > .testimonials_item {
padding-left: 15px;
padding-right: 15px;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.testimonials_list.items1 .testimonials_rotator > .testimonials_item {
width: 100%;
}
.testimonials_list.items2 .testimonials_rotator > .testimonials_item {
width: 50%;
}
.testimonials_list.items3 .testimonials_rotator > .testimonials_item {
width: 33.33%;
}
.testimonials_list.items4 .testimonials_rotator > .testimonials_item {
width: 25%;
}
.testimonials-grid {
margin: -40px 0 0 0;
padding: 0;
}
.testimonials-grid>.testimonials_item {
list-style: none;
padding: 0 15px;
margin-top: 40px;
box-sizing: border-box;
}
.testimonials-grid.columns-2 .testimonials_item {
width: 50%;
float: left;
}
.testimonials-grid.columns-2 .testimonials_item:nth-child(2n + 1) {
clear: left;
}
.testimonials-grid.columns-3 .testimonials_item {
width: 33.33%;
float: left;
}
.testimonials-grid.columns-3 .testimonials_item:nth-child(3n + 1) {
clear: left;
}
.testimonials-grid.columns-4 .testimonials_item {
width: 25%;
float: left;
}
.testimonials-grid.columns-4 .testimonials_item:nth-child(4n + 1) {
clear: left;
}
.testimonials-grid:after {
content: '';
display: table;
clear: both;
}
.module_testimonial.type1,
.module_testimonial.type4 {
text-align: center;
}
.module_testimonial.type1 h3,
.module_testimonial.type4 h3 {
margin-bottom: 40px;
position: relative;
}
.module_testimonial .title_divider {
height: 1px;
width: 40px;
display: block;
margin: 0 auto;
margin-bottom: 50px;
}
.module_testimonial.type1 .testimonials_photo {
display: inline-block;
}
.module_testimonial.type1 .testimonials_photo img {
width: 60px;
height: 60px;
border-radius: 0;
-webkit-border-radius: 0;
}
.module_testimonial.type1 .testimonials_title {
margin-bottom: 40px;
}
.module_testimonial.type1 .testimonials_content > div:not(:last-child) {
margin-bottom: 30px;
}
.module_testimonial.type1 .testimonials_content > div:last-child {
margin-bottom: 10px;
}
.module_testimonial.type2 span.quote {
display: inline-block;
font-size: 142px;
line-height: 125px;
margin-right: 15px;
height: 90px;
float: left;
}
.module_testimonial.type2 .testimonials-text:before {
position: absolute;
z-index: 1;
top: 0px;
left: 1px;
color: #56b8e1;
content: '\f10d';
font-size: 29px;
line-height: 1;
font-family: Fontawesome;
}
.module_testimonial.type2 .testimonials-text {
position: relative;
z-index: 1;
border-bottom: 1px solid rgba(239,239,239,.34);
margin-bottom: 30px;
padding: 0 0 26px 60px;
font-size: 16px;
line-height: 1.5;
}
.module_testimonial.type2 .testimonials-text + * {
margin-left: 60px;
}
.module_testimonial.type2 .testimonials_photo {
margin: 0 20px 0 60px;
}
.module_testimonial.type2 .testimonials_photo,
.module_testimonial.type2 .testimonials_title {
display: inline-block;
vertical-align: middle;
}
.module_testimonial.type2 .testimonials_photo img {
width: 80px;
height: 80px;
}
.slick-list {
margin-left: -15px;
margin-right: -15px;
}
.slick-list .slick-slide {
padding-left: 15px;
padding-right: 15px;
}
.module_testimonial.type3 .testimonials-text {
font-size: 16px;
line-height: 1.9;
}
.module_testimonial.type3 .testimonials_title {
font-size: 14px;
margin-top: 7px;
}
.module_testimonial.type3 .testimonials_content {
position: relative;
z-index: 1;
padding: 65px 30px 30px;
margin-top: 40px;
background-color: #fafafa;
}
.module_testimonial.type3 .testimonials_photo img {
width: 70px;
height: 70px;
}
.module_testimonial.type3 .testimonials_photo {
position: absolute;
z-index: 1;
top: 0;
left: 30px;
transform: translate( 0,-50%);
}
.module_testimonial.type4 .nav_item_wrap {
width: 130px;
padding-left: 75px;
padding-right: 75px;
float: left;
}
.module_testimonial.type4 .testimonials-nav {
max-width: 900px;
padding-top: 15px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.module_testimonial.type4 .testimonials_content .testimonials_photo{
display: none;
}
.module_testimonial.type4 .testimonials_photo {
width: 90px;
padding: 20px 0 35px 0;
transition: all 400ms;
-webkit-transition: all 400ms;
}
.module_testimonial.type4 .testimonials_photo img {
margin: 0 auto;
}
.module_testimonial.type4 .testimonials_title {
font-size: 14px;
margin-top: 35px;
}
.module_testimonial.type4 .slick-active .testimonials_photo {
width: 130px;
padding: 0;
}
.module_testimonial.type4 .testimonials_photo img {
max-width: 100%;
height: auto;
}
.module_testimonial.type4 .testimonials-photo-wrapper {
max-width: 820px;
margin: 0 auto;
}
.module_testimonial.type4 .testimonials-photo-wrapper img {
transform: scale(0.7);
transition: all 0.5s;
}
.module_testimonial.type4 .testimonials-photo-wrapper .slick-current img {
transform: scale(1);
}
.module_testimonial.type4 .testimonials-photo-wrapper .slick-track {
margin: 0 auto;
}
.module_testimonial .slick-dots {
padding: 0;
margin: 35px 0 0 0;
text-align: center;
line-height: 0;
}
.module_testimonial .slick-dots li {
display: inline-block;
font-size: 0;
line-height: 0;
list-style: none;
padding: 0;
margin: 5px 10px;
}
.module_testimonial .slick-dots li:before{
display: none;
}
.module_testimonial .slick-dots li button:focus {
outline: none;
}
.module_testimonial .slick-dots li button {
display: inline-block;
font-size: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
border: 2px solid #d9d9d9;
background: transparent;
border-radius: 50%;
width: 10px;
height: 10px;
cursor: pointer;
}
.module_testimonial .slick-dots li.slick-active button {
background: #d9d9d9;
}
.module_testimonial .testimonials-rate-wrap {
margin: 10px 0 0 0;
}
.module_testimonial.type4 .testimonials-rate-wrap {
margin: 25px 0 0 0;
}
.module_testimonial .testimonials-rate-wrap i{
color: #f2bc3b;
margin: 0 5px;
}
.module_testimonial .testimonials-rate-wrap i.grey {
color: #d9d9d9;
}
.module_testimonial .testimonials_photo img.testimonials_round_img {
border-radius: 50%;
} .gt3_flip_container {   
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d; 
-ms-transform-style: preserve-3d; 
}
.gt3_flip_container:hover .gt3_flipper, 
.gt3_flip-container.hovered .gt3_flipper {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
filter: FlipH;
-ms-filter: "FlipH";
transform: rotateY(180deg);
}
.gt3_flipper {
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-ms-transition: 0.6s;
-moz-transition: 0.6s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, 
.back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-webkit-transform: rotateY(0deg);
-moz-transition: 0.6s;
-moz-transform-style: preserve-3d;
-moz-transform: rotateY(0deg);
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
-o-transform: rotateY(0deg);
-ms-transition: 0.6s;
-ms-transform-style: preserve-3d;
-ms-transform: rotateY(0deg);
transition: 0.6s;
transform-style: preserve-3d;
transform: rotateY(0deg);
position: absolute;
width:100%;
top: 0;
left: 0;
}
.front {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);  
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 2;
}
.back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);   
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
width:100%;
display:block;
}
.flip_image {
position:absolute;
left:0;
top:0;
display:block;
width:100%;
height:100%;
background-size:cover!important;
}
.flip_content {
padding:68px 50px 72px 50px;    
}
.flip_content_text {
font-size:26px;
line-height:36px;
padding:0;
margin:0;
}
.flip_author {
padding:37px 0 0 0;
}
.flip_company {
font-size:16px;
line-height:18px;
opacity:0.7;
padding:10px 0 0 0;
display:block;
} .gt3_module_carousel .slick-prev,
.gt3_module_carousel .slick-next{
content: '';
display: block;
position: absolute;
width: 30px;
height: 30px;
border-width: 2px 2px 0 0 !important;
border-color: #000000;
border-style: solid !important;
margin-top: -20px;
opacity: 0;
transition: all 0.4s;
}
.gt3_module_carousel:hover .slick-prev,
.gt3_module_carousel:hover .slick-next {
opacity: 1;
}
.gt3_module_carousel .slick-prev {
transform: rotate(-135deg);
left: -40px;
}
.gt3_module_carousel:hover .slick-prev {
left: 20px;
}
.gt3_module_carousel .slick-next {
transform: rotate(45deg);
right: -40px;
}
.gt3_module_carousel:hover .slick-next {
right: 20px;
}
.gt3_carousel_list {
overflow: hidden;
}
.gt3_module_carousel .slick-dots {
padding: 0;
margin: 35px 0 0 0;
text-align: center;
line-height: 0;
}
.gt3_module_carousel .slick-dots li {
display: inline-block;
font-size: 0;
line-height: 0;
list-style: none;
padding: 0;
margin: 5px 10px;
}
.gt3_module_carousel .slick-dots li:before {
display: none;
}
.gt3_module_carousel .slick-dots li button:focus {
outline: none;
}
.gt3_module_carousel .slick-dots li button {
display: inline-block;
font-size: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
border: 2px solid #d9d9d9;
background: transparent;
border-radius: 50%;
width: 10px;
height: 10px;
cursor: pointer;
}
.gt3_module_carousel .slick-dots li.slick-active button {
background: #d9d9d9;
}
.gt3_module_carousel .vc_row {
margin-left: 0;
margin-right: 0;
} .price_item_wrapper {
background-color: #fafafa;
padding: 0 30px;
}
.price_item {
position: relative;
z-index: 1;
}
.price_item .item_cost_wrapper h3 {
font-size: 18px;
line-height: 36px;
color: inherit;
}
.price_item .item_cost_wrapper {
position: relative;
z-index: 1;
font-size: 24px;
line-height: 36px;
padding: 0 30px;
text-align: center;
margin: 0 -30px;
}
.item_cost_wrapper.with-image .price_active-icon,
.item_cost_wrapper.with-image .price_active-icon:before {
border-color: #ffffff;
}
.price_item .item_cost_wrapper.with-image {
background-size: cover;
background-position: center center;
color: #ffffff;
}
.price_item .item_cost_wrapper.with-image h3 {
color: #ffffff;
}
.price_item .item_cost_wrapper .bg-color {
width: 0;
height: 0;
}
.price_item .item_cost_wrapper.with-image .bg-color:before {
height: auto;
width: auto;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
opacity: 0.9;
}
.price_item .item_cost_wrapper .bg-color:before {
content: "";
position: absolute;
z-index: -1;
width: calc(100% + 2px);
display: block;
top: 0px;
left: -1px;
background-color: inherit;
}
.price_item .item_cost_wrapper.custom-font h3 {
font-family: inherit;
}
.price_item-cost {
font-size: 40px;
font-weight: 700;
padding: 28px 0 29px 0;
border-bottom: 1px solid #efefef;
}
.price_item_title {
padding: 19px 0 18px 0;
border-bottom: 1px solid #efefef;
}
.with-image .price_item-cost {
color: #ffffff;
border-bottom: 0;
}
.with-image .price_item-cost .price_item_suffix {
opacity: 1;
}
.price_item-cost .price_item_prefix {
font-size: 0.53em;
vertical-align: super;
}
.price_item-cost .price_item_suffix {
opacity: 0.7;
font-size: 0.45em;
}
.price_item_body {
padding: 24px 13% 40px 13%;
}
.price_item .items_text ul {
padding: 0;
}
.main_wrapper .price_item .items_text li {
list-style: none;
padding: 11px 0;
font-weight: 400;
}
.main_wrapper .price_item ul li:before {
margin-right: 10px;
}
.main_wrapper .price_item ul.gt3_list_times li:before {
color: #a5a6af;
}
.price_item_description {
font-size: 1em;
font-weight: 300;
padding: 25px 0 0 0;
}
.price_button {
text-align: center;
}
.price_item .shortcode_button {
font-weight: 700;
display: inline-block;
border: 1px solid #000000;
color: #ffffff;
font-size: 12px;
padding: 12px 48px;
margin-top: 25px;
transition: all 0.3s;
}
.price_item .shortcode_button:hover,
.price_item .shortcode_button.alt {
background-color: transparent;
}
.price_item .shortcode_button.alt:hover {
color: #ffffff;
} .module_feature_posts .featured_posts {
margin-left: -15px;
margin-right: -15px;
}
.module_feature_posts .featured_posts .featured_item {
padding-left: 15px;
padding-right: 15px;
}
.featured_posts .featured_item {
margin-bottom: 50px;
}
.module_feature_posts .featured_posts .featured_item {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
margin-left: -0.25em;
}
.module_feature_posts.type1 .featured_posts .featured_item:first-child {
margin-left: 0;
}
.module_feature_posts .items1.featured_posts .featured_item {
width: 100%;
}
.module_feature_posts .items2.featured_posts .featured_item {
width: 50%;
}
.module_feature_posts .items3.featured_posts .featured_item {
width: 33.33%;
}
.module_feature_posts .items4.featured_posts .featured_item {
width: 25%;
}
.module_feature_posts.type1 .featured_post_categories {
padding: 5px 10px;
background-color: rgba(39,50,61,.34);
border-radius: 3px; 
-webkit-border-radius: 3px; 
position: relative;
top: -50px;
left: 25px;
display: inline-block;
margin-bottom: -25px;
color: #fff;
}
.module_feature_posts.type1 .featured_post_categories a {
color: #fff;
}
.module_feature_posts.type1 .featured_item_content,
.module_feature_posts.type1 h3.post_title,
.module_feature_posts.type1 .featured_meta {
padding-left: 30px;
padding-right: 30px;
}
.module_feature_posts.type1 .featured_item.standard.without_image .featured_item_content,
.module_feature_posts.type1 .featured_item.standard.without_image h3.post_title,
.module_feature_posts.type1 .featured_item.standard.without_image .featured_meta {
padding-left: 50px;
padding-right: 50px;
}
.module_feature_posts.type2 .featured_item:not(.without_image) {
min-height: 130px;
}
.module_feature_posts.type2 .featured_img {
width: 130px;
height: 130px;
margin-right: 40px;
float: left;
} .module_team li {
list-style: none;
}
.module_team .item_list {
padding-left: 0;
margin-bottom: -15px;
}
.module_team .item_list > li {
float: left;
position: relative;
overflow: hidden;
padding: 0;
box-sizing: border-box;
margin-bottom: 15px;
}
.module_team .item_list > li .item_wrapper {
position: relative;
z-index: 1;
overflow: hidden;
}
.module_team .items1 .item_list > li {
width: 100%;
}
.module_team .items2 .item_list > li {
width: 50%;
}
.module_team .items3 .item_list > li {
width: 33.333333%;
}
.module_team .items4 .item_list > li {
width: 25%;
}
.module_team .item_list > li img { 
width: 100%;
height: auto;
}
.module_team .team_cover {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
transition: all .4s;
-webkit-transition: all .4s;
}
.item_wrapper:hover .team_cover {
opacity: 0.7;
}
.team__link-to-single {
display: inline-block;
width: 48px;
height: 48px;
border: 2px solid #ffffff;
border-radius: 50%;
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
box-sizing: border-box;
transform: translate(-50%, -50%) scale(2);
opacity: 0;
transition: all 0.3s;
}
.item_wrapper:hover .team__link-to-single {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.team__link-to-single:before,
.team__link-to-single:after {
content: '';
display: block;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
background-color: #ffffff;
transform: translate(-50%, -50%);
}
.team__link-to-single:before {
width: 2px;
height: 16px;
}
.team__link-to-single:after {
width: 16px;
height: 2px;
}
.module_team .team-infobox {
position: absolute;
bottom: 13px;
left: 0;
right: 0;
padding: 0 10px;
z-index: 2;
-webkit-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
transition: all 0.4s;
}
.module_team .team_info {
color: #ffffff;
font-size: 14px;
line-height: 24px;
opacity: 0;
-webkit-transform: translateY(15%);
-ms-transform: translateY(15%);
transform: translateY(15%);
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.module_team .team_icons_wrapper {
margin-top: 7px
}
.team-icons .member-icon {
color: #ffffff;
margin: 0 12px;
}
.module_team .team_info {
text-align: center;
}
.module_team .team_info .phone-number {
display: inline-block;
font-weight: 700;
}
.module_team .team_info .phone-number + .phone-number {
margin-left: 5px;
}
.module_team .team_title {
text-align: center;
margin-top: 20px;
}
.module_team .team_title h4 {
display: inline-block;
}
.module_team .team_title .team-positions {
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
margin-top: 4px;
}
.module_team .team_title a,
.module_team .team_title>* {
position: relative;
z-index: 1;
}
.module_team .module-team_title {
float: left;
margin-bottom: 25px;
}
.module_team .view_all_link {
font-size: 16px;
float: right;
position: relative;
z-index: 1;
padding-right: 25px;
}
.module_team .view_all_link:before{
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 13px;
height: 1px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.module_team .view_all_link:after{
content: "";
display: block;
position: absolute;
top: -webkit-calc(50% - 2px);
top: calc(50% - 2px);
right: 0;
width: 4px;
height: 4px;
border-width: 0 0 1px 1px;
border-style: solid;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.module_team .view_all_link i {
margin-left: 12px;
}
.module_team .view_all_link + *,
.module_team .module-team_title + p {
clear: both;
}
.module_team .module-team_title + p {
line-height: 1.9;
}
.module_team .item_list > li .item_wrapper:hover .team-infobox {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.module_team .item_list > li .item_wrapper:hover .team_info {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.module_team .items2 .item_list > li:nth-child(2n + 1),
.module_team .items3 .item_list > li:nth-child(3n + 1),
.module_team .items4 .item_list > li:nth-child(4n + 1) {
clear: left;
}
@media only screen and (max-width: 768px) {
.module_team .item_list > li .item_wrapper:hover .team-infobox {
-webkit-transform: translateY(calc(100% - 35px));
-ms-transform: translateY(calc(100% - 35px));
transform: translateY(calc(100% - 35px));
}
.module_team .item_list > li .item_wrapper:hover .team_info {
-webkit-transform: translateY(15%);transform: translateY(15%);
opacity: 0;
}
}
.module_team .team-links .team-member-phones {
display: inline-block;
}
.module_team .team-links .team-link + .team-link,
.module_team .team-links .team-member-phones + .team-link {
margin-left: 20px;
}
.module_team .team-links .team-link,
.module_team .team-links .phone-number {
font-size: 14px;
font-weight: 700;
color: #ffffff;
}
.module_team .team-links .team-link + .team-link:before,
.module_team .team-links .team-member-phones + .team-link:before {
content: "";
display: inline-block;
height: 8px;
width: 1px;
background-color: #ffffff;
margin: 0 8px 0 -8px;
}
ul li.item-team-member:before {
display: none;
} .single-team .main_wrapper {
padding-top: 0 !important;
}
.single-member-page + * {
margin-top: 20px;
}
.single-member-page .team_img img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.single-member-page .team_img img {
margin-bottom: 40px;
}
}
.single-member-page .team-infobox .team_title h3 {
font-size: 30px;
}
.single-member-page .team-infobox .team_title {
margin-bottom: 25px;
}
.single-member-page .team_info>div,
.single-member-page .member-urls .team-links>div {
border-top: 1px solid #f5f5f6;
}
.single-member-page .member-urls {
padding: 0 !important;
}
.single-member-page .member-urls .team-links>div {
padding: 7px 0;
}
.single-member-page .team_info>div:after {
content: "";
display: table;
clear: both;
}
.single-member-page .team_info>div {
padding: 7px 0;
}
.single-member-page .team_info>div.member-icons {
margin-top: 10px;
}
.single-member-page .team_info>div.member-icons,
.single-member-page .team_info>div:first-child,
.single-member-page .member-urls .team-links>div:first-child {
border-top: 0;
}
.single-member-page .member-urls .team-links>div>a{
float: right;
}
.single-member-page .team_info>div>div {
display: block;
}
.single-member-page .team_info h5 {
display: inline-block;
margin-right: 5px;
font-weight: 700;
}
.single-member-page .team_info .team_info-detail {
float: right;
}
.single-member-page .member-icon {
margin: 0 20px 0 0;
color: #babcc6;
}
.single-member-page .team-link {
color: inherit;
}
.single-member-page .team-link + .team-link:before {
content: ", ";
}
.single-team .wpcf7-form .row{
margin-left: -5px;
margin-right: -5px;
}
.single-team .wpcf7-form .row [class*=span] {
padding-left: 5px;
padding-right: 5px;
}
.single-team .wpcf7-form .wpcf7-form-control-wrap {
margin-bottom: 10px;
}  .ecs-event-list .ecs-event,
.ecs-event-list {
padding: 0;
}
.ecs-event-list .ecs-event + .ecs-event {
margin-top: 40px;
}
.ecs-event-list .ecs-event:before {
display: none;
}
.tribe-events-calendar thead th {
border: 0;
}
.ecs-event-list .event-time-start {
font-weight: 400;
font-size: 14px;
line-height: 18px;
}
.event-shortcode-header {
margin-bottom: 35px;
line-height: 1;
}
.event-shortcode-header .title {
font-size: 14px;
font-style: italic;
opacity: 0.5;
font-weight: 700;
}
.event-shortcode-header .fa {
opacity: 0.5;
float: right;
font-size: 18px;
}
.event-time-start span {
text-transform: uppercase;
}
.ecs-event-list .entry-title {
text-transform: uppercase;
color: inherit;
font-family: inherit;
}
.ecs-event-list .entry-title a {
color: inherit;
font-family: inherit;
}
.event-divider {
height: 1px;
width: 30px;
margin: 25px 0 27px 0;
}
.ecs-event-list .date-event {
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.ecs-event-list .duration.venue,
.ecs-event-list .duration.time{
display: block;
}
.ecs-event-list .event-link-to {
position: relative;
z-index: 1;
display: inline-block;
border-width: 1px;
border-style: solid;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
padding: 5px 25px;
margin-top: 20px;
}
.ecs-event-list .event-link-to:hover {
color: #a22531 !important;
}
.ecs-event-list .event-link-to span {
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.3s;
}
.ecs-event-list .event-link-to:hover span {
opacity: 1;
}  ul.tribe-events-sub-nav li:before,
.tribe-bar-views-list .tribe-bar-views-option:before,
div.tribe-events-notices>ul>li:before {
display: none;
}
.single-tribe_events .tribe-events-single-event-title {
font-size: 36px;
}
.tribe-events-schedule h2 span,
.tribe-events-schedule h2 {
font-size: 18px;
line-height: 18px;
}
#tribe-events-content table.tribe-events-calendar td {
text-align: left;
}
.recurring-info-tooltip, 
.tribe-events-calendar .tribe-events-tooltip, 
.tribe-events-shortcode.view-week .tribe-events-tooltip, 
.tribe-events-week .tribe-events-tooltip {
width: 280px;
}
#tribe-events-content a {
line-height: 20px;
}
.tribe-events-calendar thead th,
#tribe-events-content .tribe-events-calendar .tribe-events-future.tribe-events-has-events div[id*="tribe-events-daynum-"], #tribe-events-content .tribe-events-calendar .tribe-events-future.tribe-events-has-events div[id*="tribe-events-daynum-"] a {
background-color: #3e4043;
}
.tribe-events-month-event-title:hover a {
color: inherit;
}
#tribe-events-bar {
margin-bottom: 80px;
}
#tribe-bar-form #tribe-bar-views {
width: 350px !important;
max-width: 100%;
position: absolute;
z-index: 1;
bottom: -75px;
left: 50% !important;
transform: translateX(-50%);
text-align: center;
float: none !important;
}
#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
left: 0;
right: 0;
width: 100%;
}
.tribe-bar-views-inner {
text-align: center;
background-color: transparent;
}
#tribe-bar-form .tribe-bar-views-inner label {
text-align: center;
}
#tribe-bar-views li.tribe-bar-views-option {
display: inline-block !important;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
background-color: transparent;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a {
background-color: #e0e0e0;
}
#tribe-events-content table.tribe-events-calendar {
margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
.tribe-bar-collapse #tribe-bar-collapse-toggle {
width: 100% !important;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-], 
.tribe-events-calendar td div[id*=tribe-events-daynum-] a {
color: #ffffff;
}
.events-list .tribe-events-loop .tribe-events-event-meta .tribe-event-schedule-details {
padding: 3px 12px 0 12px;
}
}  .events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
max-width: 100%;
}
.tribe-events-list .tribe-events-event-image+div.tribe-events-content,
.tribe-events-loop .tribe-events-content {
float: none;
width: 100%;
display: block;
}
.events-list .tribe-events-loop .tribe-events-event-meta {
font-size: 14px;
line-height: 1.7;
margin-top: 0;
margin-bottom: 20px;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
margin-left: 0;
}  .vc_row .vc_progress_bar .vc_single_bar:first-child{
margin-top: 36px;
}
.vc_row .vc_progress_bar .vc_single_bar {
margin: 60px 0 20px 0;
height: 7px;
background-color: #f0f0f0;
box-shadow: none;
border-radius: 0;
}
.vc_row .vc_progress_bar .vc_single_bar .vc_label {
text-shadow: none !important;
}
.vc_row .vc_progress_bar .vc_single_bar .vc_label {
font-size: 1em;
font-weight: 400;
position: absolute;
top: -34px;
left: 0;
padding: 0;
width: 100%;
}
.vc_row .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
float: right;
opacity: 0.5;
font-size: 0.875em;
}
.vc_row .vc_progress_bar .vc_single_bar .vc_bar {
height: 7px;
border-radius: 0px;
}  body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-shape-true:not(.vc_tta-style-accordion_solid) .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text{
color: #ffffff;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-shape-true .vc_tta-panel-body{
color: rgba(255,255,255,0.6);
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{
padding-left: 35px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{
padding-right: 35px;
}
body.wpb-js-composer .vc_row .vc_tta .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .vc_row .vc_tta .vc_tta-panel.vc_active .vc_tta-panel-heading,
body.wpb-js-composer .vc_row .vc_tta .vc_tta-panel .vc_tta-panel-body,
body.wpb-js-composer .vc_row .vc_tta .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: transparent;
}
body.wpb-js-composer .vc_row .vc_tta .vc_tta-panel .vc_tta-panel-heading {
border-width: 0px 0px 1px 0px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title>a {
padding-bottom: 9px;
padding-top: 0;
}
body.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
padding-left: 0;
}
body.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title>a span {
font-size: 16px;
line-height: 21px;
}
body.wpb-js-composer .vc_row .vc_tta .vc_tta-panel .vc_tta-panel-body {
border: 0;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
width: 22px;
height: 22px;
top: auto;
bottom: -1px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 0;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 0;
}
body.wpb-js-composer .vc_row .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
left: 5px;
right: 5px;
border-color: #dddddd;
top: calc(50% - 1px);
border-top-width: 2px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
body.wpb-js-composer .vc_row .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
top: 5px;
bottom: 5px;
left: 10px;
border-color: #dddddd;
border-left-width: 2px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
body.wpb-js-composer .vc_row .vc_tta .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
body.wpb-js-composer .vc_row .vc_tta .vc_tta-panel .vc_tta-panel-heading{
border-color: inherit;
}
body.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel:not(:last-child) {
margin-bottom: 18px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-body {
padding: 18px 0 0 0;
}
body.wpb-js-composer .vc_row .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before{
left: 7px;
right: 7px;
top: 7px;
bottom: 7px;
border-color: #dddddd;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before{
left: 5px;
right: 5px;
top: 5px;
bottom: 5px;
border-color: inherit;
}
body.wpb-js-composer .vc_row .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before{
left: 2px;
right: 2px;
top: 3px;
bottom: 3px;
border-color: inherit;
border-width: 6px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_solid .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_bordered .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before{
left: 5px;
right: 5px;
top: 5px;
bottom: 5px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_alternative .vc_tta-controls-icon{
background-color: #fafafa;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_solid .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_bordered .vc_tta-panel .vc_tta-panel-heading{
border: none;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_solid .vc_tta-panel-title>a{
padding-top: 8px;
padding-bottom: 8px;
background-color: #fafafa;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_solid .vc_tta-panel-title.vc_tta-controls-icon-position-right>a,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_bordered .vc_tta-panel-title.vc_tta-controls-icon-position-right>a{
padding-left: 10px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-style-accordion_bordered .vc_tta-panel-title>a{
border: 1px solid #dbdde2;
padding-top: 7px;
padding-bottom: 7px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_solid .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_bordered .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
left: 5px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_solid .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_bordered .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
right: 5px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_solid .vc_tta-controls-icon,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_bordered .vc_tta-controls-icon{
top: 50%;
margin-top: -10px;
background-color: transparent;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-panel-heading{
border-bottom: none;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon-position-left.vc_tta-panel-title>a,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{
padding-left: 30px;
padding-bottom: 0;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon-position-right.vc_tta-panel-title>a,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{
padding-right: 30px;
padding-bottom: 0;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-controls-align-right .vc_tta-panel-body,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative.vc_tta-controls-align-right .vc_tta-panel-body{
padding-right: 30px;
padding-left: 0;
padding-top: 15px;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-body,
body.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-panel-body{
padding-left: 30px;
padding-top: 15px;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-classic  .vc_tta-controls-icon,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-controls-icon{
border-radius: 50%;
width: 16px;
height: 16px;
bottom: auto;
top: 50%;
margin-top: -9px;
background: transparent;
border-width: 2px;
border-style: solid;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-classic  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-controls-icon.vc_tta-controls-icon-plus::before{
left: 4px;
right: 4px;
border-top-width: 2px;
border-color: inherit;
}
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
body.wpb-js-composer .vc_row .vc_tta.vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
top: 4px;
bottom: 4px;
border-left-width: 2px;
border-color: inherit;
left: 7px;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .wpb_content_element {
font-size: 0.875em;
}  .vc_row .vc_toggle {
margin-bottom: 20px;
}
.vc_row .vc_toggle:last-child{
margin-bottom: 0;
}
.vc_row .vc_toggle_title{
position: relative;
background: 0 0;
display: block;
padding: 0 20px 9px 46px;
line-height: 1;
box-sizing: border-box;
text-decoration: none;
color: inherit;
position: relative;
-webkit-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
border: none;
border-bottom: 1px solid #dddddd;
}
.vc_toggle_content p:last-child{
margin-bottom: 0;
}
.vc_row .vc_toggle_size_right .vc_toggle_title{
padding: 0 46px 9px 0;
}
.vc_row .vc_toggle_icon{
display: inline-block;
position: absolute;
width: 31px;
height: 31px;
left: 0;
top: auto;
bottom: -1px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.vc_row .vc_toggle_size_right .vc_toggle_icon{
left: auto;
right: 0;
}
.vc_row .vc_toggle_color_plus  .vc_toggle_icon:before,
.vc_row .vc_toggle_color_plus .vc_toggle_icon:after{
content: '';
position: absolute;
left: 7px;
right: 7px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #dddddd;
top: 15px;
border-top-width: 1px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.vc_row .vc_toggle_color_plus .vc_toggle_icon:after{
display: none;
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: 7px;
bottom: 7px;
border:none;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #dddddd;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.vc_row .vc_toggle_active.vc_toggle_color_plus .vc_toggle_icon:after{
display: block;
}
.vc_toggle_color_chevron .vc_toggle_icon:before{
content: '';
display: block;
box-sizing: border-box;
border-style: solid;
position: absolute;
-webkit-transform: rotate(45deg) translate(-25%,-25%);
-ms-transform: rotate(45deg) translate(-25%,-25%);
transform: rotate(45deg) translate(-25%,-25%);
left: 11px;
right: 11px;
top: 11px;
bottom: 11px;
border-color: #dddddd;
border-width: 0 1px 1px 0;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.vc_toggle_color_chevron.vc_toggle_active .vc_toggle_icon:before{
-webkit-transform: rotate(225deg) translate(-25%,-25%);
-ms-transform: rotate(225deg) translate(-25%,-25%);
transform: rotate(225deg) translate(-25%,-25%);
}
.vc_toggle_color_triangle .vc_toggle_icon:before{
content: '';
display: block;
box-sizing: border-box;
border-style: solid;
position: absolute;
border-width: 6px;
border-bottom-color: transparent!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
-webkit-transform: translateY(25%);
-ms-transform: translateY(25%);
transform: translateY(25%);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
border-color: #dddddd;
}
.vc_toggle_active.vc_toggle_color_triangle .vc_toggle_icon:before{
webkit-transform: rotate(180deg) translateY(25%);
-ms-transform: rotate(180deg) translateY(25%);
transform: rotate(180deg) translateY(25%);
}
.vc_toggle_color_none .vc_toggle_icon{
display: none;
}
.vc_toggle_color_none .vc_toggle_title{
padding-right: 0;
padding-left: 0;
}
.vc_row .vc_toggle_title>h4{
font-weight: 400;
}
.vc_row .vc_toggle_accordion_alternative .vc_toggle_icon{
background-color: #fafafa;
}
.vc_row .vc_toggle_accordion_solid .vc_toggle_title,
.vc_row .vc_toggle_accordion_bordered .vc_toggle_title{
padding-top: 8px;
padding-bottom: 8px;
background-color: #fafafa;
border-bottom: none;
}
.vc_row .vc_toggle_accordion_bordered .vc_toggle_title{
border: 1px solid #dddddd;
padding-top: 7px;
padding-bottom: 7px;
background-color: transparent;
}
.vc_row .vc_toggle_accordion_solid.vc_toggle_size_right .vc_toggle_title,
.vc_row .vc_toggle_accordion_bordered.vc_toggle_size_right .vc_toggle_title{
padding-left: 10px;
}
.vc_row .vc_toggle_accordion_solid .vc_toggle_icon,
.vc_row .vc_toggle_accordion_bordered .vc_toggle_icon{
top: 50%;
margin-top: -15px;
background-color: transparent;
}
.vc_row .vc_toggle_accordion_solid.vc_toggle_size_right .vc_toggle_icon,
.vc_row .vc_toggle_accordion_bordered.vc_toggle_size_right .vc_toggle_icon{
right: 5px;
}
.vc_row .vc_toggle_accordion_solid.vc_toggle_size_left .vc_toggle_icon,
.vc_row .vc_toggle_accordion_bordered.vc_toggle_size_left .vc_toggle_icon{
left: 5px;
}  body .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab>a{
border: 1px solid #f2f2f2;
padding-top: 0px;
padding-bottom: 0px;
}
body .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab.vc_active>a{
padding-top: 3px;
padding-bottom: 3px;
border-color: transparent;
color: #ffffff;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab{
vertical-align: bottom;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tab{
vertical-align: top;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab:before{
display: none;
}
body .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body{
border: 1px solid #f2f2f2;
padding: 30px;
margin-top: -1px;
}
body .vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body{
margin-top: 0;
margin-bottom: -1px;
}
.vc_row .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel:not(:last-child){
margin-bottom: 0;
} .vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab>a,
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab>a{
padding-top: 3px;
padding-bottom: 3px; word-break: break-all;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab + .vc_tta-tab>a,
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab + .vc_tta-tab>a{
border-top-color: transparent !important;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:not(.vc_active)>a,
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:not(.vc_active)>a{
width: calc(100% - 10px);
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
white-space: nowrap;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:not(.vc_active)>a{
margin-right: auto;
margin-left: -1px;
}
body .vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body,
body .vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body{
margin-top: 0;
}
body .vc_tta.vc_tta-tabs .vc_tta-panel-heading .vc_tta-panel-title>a{
padding: 7px 10px;
border-color: transparent;
color: #ffffff;
}
body .vc_tta.vc_tta-tabs .vc_tta-panel-heading .vc_tta-panel-title,
body .vc_tta.vc_tta-tabs .vc_tta-panel-heading .vc_tta-panel-title>a,
body .vc_tta.vc_tta-tabs .vc_tta-panel-heading .vc_tta-panel-title>a span{
font-weight: inherit;
}
body .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a span{
color: #ffffff;
}  .gt3_message_box{
position: relative;
padding: 8px 25px;
}
.gt3_message_box.gt3_message_box-with-icon{
padding-left: 50px;
}
.gt3_message_box.gt3_message_box-closable{
padding-right: 50px;  
}
.gt3_message_box__icon,
.gt3_message_box > .gt3_message_box__close{
position: absolute;
top: 50%;
left: 15px;
line-height: 1em;
margin-top: -0.5em;
}
.gt3_message_box > .gt3_message_box__close{
left: auto;
text-align: center;
right: 10px;
line-height: 2em;
width: 2em;
margin-top: -1em;
cursor: pointer;
}  canvas {
vertical-align: top;
} .flow_container,.flow_container li {
margin:0;
padding:0;
list-style:none;
}
.flow_container {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
display:block;
transition:top 500ms,height 500ms;
}
.flow_container li {
position:absolute;
display:block;
left:50%;
top:0;
opacity:0;
-webkit-transform:scale(0,0);
-ms-transform:scale(0,0);
transform:scale(0,0);
z-index:-5;
-webkit-transition:all 500ms;
transition:all 500ms;
}
.flow_container li img {
display:block;
transition:all 500ms;
}
.flow_container li .flow_fadder {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
display:block;
-webkit-transition:background 500ms;
transition:background 500ms;
}
.flow_container li.currentStep {
z-index:27;
opacity:1;
}
.flow_container li.prevStep,.flow_container li.nextStep {
z-index:25;
opacity:1;
cursor:pointer;
}
.flow_container li.prevStep2,.flow_container li.nextStep2 {
z-index:23;
opacity:1;
cursor:pointer;
}
.mirror_container {
height:130px;
position:fixed;
visibility:hidden;
z-index:-10;
}
.top_padding_block {
height:110px;
position:fixed;
visibility:hidden;
z-index:-10;
}
.flow_reflection {
position:absolute;
bottom:0;
left:0;
width:100%;
height:130px;
-webkit-transform:scaleY(-1);
-ms-transform:scaleY(-1);
transform:scaleY(-1);
opacity:.2;
background-position:0 100%!important;
background-size:100% auto;
}
.flow_reflection:before {
content:'';
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.flow_gallery .fs_title_wrapper {
left:50%;
-webkit-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
bottom:100px;
top: auto;
text-align:center;
height:auto;
position:fixed;
}
.flow_gallery .fs_title_wrapper h2 {
margin:0;
}
.contentarea ul.flow_container > li::before {
content: none;
}
.wrapper.padding0 {
padding: 0!important;
}
.flow_gallery .page_title {
display: none;
}
.fs_controls_append {
height: 30px;
}
.fs_slider_prev, .fs_slider_next { 
position: fixed;
} .contentarea ul.ribbon_slider > li::before {
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
} .gt3_icon_box__icon{ 
position: relative;
z-index: 1;
display: inline-block;
line-height: 1;
vertical-align: bottom;
max-width: 100%;
}
.gt3_icon_box:before,
.gt3_icon_box:after{
content: '';
display: table;
clear: both;
}
.gt3_icon_box_icon-position_top{
text-align: center;
}
.gt3_icon_box_icon-position_top .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
padding-top: 20px;
}
.gt3_icon_box_icon-position_top.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
padding-top: 15px;
}
.gt3_icon_box_icon-position_top.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon + .gt3_icon_box-content-wrapper,
.gt3_icon_box_icon-position_top.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
padding-top: 16px;
}
.gt3_icon_box_icon-position_left .gt3_icon_box__icon{
float: left;
margin-top: 0.07em;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 85px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 75px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 65px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 60px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 45px;
}
.gt3_icon_box_icon-position_right .gt3_icon_box__icon {
float: right;
margin-top: 0.07em;
}
.gt3_icon_box_icon-position_right .gt3_icon_box-content-wrapper {
text-align: right;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 85px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 75px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 65px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 55px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 45px;
}
.gt3_icon_box_icon-position_inline_title  .gt3_icon_box__icon {
margin-right: 20px;
padding-bottom: 0;
vertical-align: text-bottom;
}
.gt3_icon_box_icon-position_inline_title .gt3_icon_box__title > *{
display: inline-block;
}
.gt3_icon_box__title>*{
padding-bottom: 0.5em;
}
.gt3_icon_box__title>h5 {
padding-bottom: 0.2em;
}
.gt3_icon_box__icon_icon_size_small .gt3_icon_box__title>*,
.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__title>*:not(i) {
padding-bottom: 0.71em;
}
.gt3_icon_box__title a {
font-family: inherit;
font-weight: inherit;
}
.gt3_icon_box_icon-position_right .gt3_icon_box-divider{
margin-right: 0;
margin-left: auto;
}
.gt3_icon_box_icon-position_left .gt3_icon_box-divider{
margin-right: auto;
margin-left: 0;
}
.gt3_icon_box_icon-position_top  .gt3_icon_box-divider{
margin-right: auto;
margin-left: auto;
}
.gt3_icon_box-divider {
width: 40px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #3b5d7b;
margin-bottom: 0.8em;
}
.gt3_icon_box__title a{
color: inherit;
}
.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon{
font-size: 28px;
}
.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon{
font-size: 35px;
}
.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon{
font-size: 45px;
}
.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon{
font-size: 55px;
}
.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon{
font-size: 65px;
}
.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon img{
max-width: 26px;
}
.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon img{
max-width: 36px;
}
.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon img{
max-width: 48px;
}
.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon img{
max-width: 56px;
}
.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon img{
max-width: 66px;
} .gt3_icon_box__icon_icon_size_mini.icon-bg .gt3_icon_box__icon{
font-size: 16px;
}
.gt3_icon_box__icon_icon_size_small.icon-bg .gt3_icon_box__icon{
font-size: 20px;
}
.gt3_icon_box__icon_icon_size_regular.icon-bg .gt3_icon_box__icon{
font-size: 24px;
}
.gt3_icon_box__icon_icon_size_large.icon-bg .gt3_icon_box__icon{
font-size: 28px;
}
.gt3_icon_box__icon_icon_size_huge.icon-bg .gt3_icon_box__icon{
font-size: 32px;
}
.icon-bg .gt3_icon_box__icon img {
max-width: 100%;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_huge.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 120px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_large.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 110px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_regular.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 100px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_small.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 75px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_mini.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-right: 50px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_huge.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 120px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_large.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 110px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_regular.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 100px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_small.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 75px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_mini.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
margin-left: 50px;
}
.gt3_icon_box_icon-position_inline_title.icon-bg  .gt3_icon_box__icon {
margin-right: 1.2em;
}
.icon-bg  .gt3_icon_box__icon img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.gt3-box-image.gt3_icon_box_icon-position_inline_title:not(.icon-bg) .gt3_icon_box__icon img  {
padding-bottom: 4px;
}
.gt3-box-image:not(.icon-bg) .gt3_icon_box__icon {
font-size: inherit !important;
}
.icon-bg .gt3_icon_box__icon {
width: 1em;
line-height: 1em;
height: 1em;
text-align: center;
margin-top: 0.9em;
margin-left: 0.9em;
margin-right:  0.9em;
margin-bottom:  0.9em;
}
.gt3_icon_box_icon-position_right.icon-bg .gt3_icon_box__icon,
.gt3_icon_box_icon-position_left.icon-bg .gt3_icon_box__icon {
margin-top: 0.85em;
}
.gt3_icon_box__icon-bg {
display: block;
width: 2.8em;
height: 2.8em;
border-radius: 50%;
background: cadetblue;
position: absolute;
z-index: -1;
top: -0.9em;
left: -0.9em;
} .gt3_icon_box__link {
margin-top: 20px;
}
.gt3_icon_box__link a{
position: relative;
padding-right: 10px;
}
.gt3_icon_box__link a:hover{
color: inherit !important;
}
.gt3_icon_box__link span {
margin-left: 14px;
}
.gt3_icon_box__link span, 
.gt3_icon_box__link span:before {
border-color: inherit !important;
-webkit-transition: -webkit-transform 0.1s;
transition: -webkit-transform 0.1s;
transition: transform 0.1s;
transition: transform 0.1s, -webkit-transform 0.1s;
}
.gt3_icon_box__link span:before {
top: -4px;
}
.gt3_icon_box__link a:hover span {
-webkit-transform: translateX(3px);
-ms-transform: translateX(3px);
transform: translateX(3px);
}
.gt3_icon_box__text{
line-height: 1.56;
} .gt3_icon_box_icon-position_top.icon-bg.icon-with_number .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
padding-top: 30px;
}
.gt3_icon_box_icon-position_top.icon-bg.icon-with_number .gt3_icon_box__title {
margin-bottom: 10px;
}
.icon-with_number .gt3_icon_box__icon-bg:before {
content: "";
display: block;
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
background-color: #ffffff;
border-radius: 50%;
transition: opacity 0.3s;
}
.icon-with_number:hover .gt3_icon_box__icon-bg:before {
opacity: 0;
}
.icon-box_number {
position: absolute;
font-size: 0.53em;
font-style: normal;
font-weight: 700;
line-height: 1.875em;
z-index: 2;
top: -87%;
left: -107%;
background-color: #f39a00;
color: #ffffff;
min-width: 1.875em;
height: 1.875em;
box-sizing: border-box;
padding: 0 2px;
border-radius: 50%;
display: block;
text-align: center;
}
.icon-box_number:empty {
display: none;
} .gt3_image_box.gt3_icon_box_icon-position_left,
.gt3_image_box.gt3_icon_box_icon-position_right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gt3_icon_box_icon-position_right .gt3_icon_box-divider {
margin-right: auto;
margin-left: 0;
}
.gt3_image_box.gt3_icon_box_icon-position_top .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
padding-top: 35px;
}
.gt3_image_box .gt3_icon_box__title *:only-child {
padding-bottom: 17px;
}
.gt3_image_box .gt3_icon_box__title>* a {
line-height: inherit;
}
.gt3_image_box .gt3_icon_box__title h3 {
padding-bottom: 25px;
}
.gt3_image_box .gt3_icon_box__title h2 + .gt3_icon_box-divider,
.gt3_image_box .gt3_icon_box__title h3 + .gt3_icon_box-divider {
padding-bottom: 0;
margin-bottom: 1.6em;
}
.gt3_image_box.gt3_icon_box_icon-position_right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.gt3_image_box .gt3_icon_box-content-wrapper {
text-align: left;
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box__icon,
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box-content-wrapper,
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box__icon,
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box-content-wrapper {
width: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box__icon {
padding-right: 15px;
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box-content-wrapper {
padding-left: 15px;
}
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box__icon {
padding-left: 15px;
padding-right: 0;
}
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box-content-wrapper {
padding-right: 15px;
padding-left: 0;
}
@media only screen and (max-width: 768px) {
.gt3_image_box.gt3_icon_box_icon-position_left,
.gt3_image_box.gt3_icon_box_icon-position_right {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box__icon,
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box-content-wrapper {
width: auto;
padding-right: 0; 
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box-content-wrapper,
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box__icon {
width: auto;
padding-left: 0;
}
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box__icon,
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box__icon{
width: auto;
padding-bottom: 25px;
}
.gt3_image_box .gt3_icon_box-content-wrapper {
text-align: center;
}
.gt3_icon_box_icon-position_left .gt3_icon_box-divider,
.gt3_icon_box_icon-position_right .gt3_icon_box-divider {
margin-left: auto;
margin-right: auto;
}
}  .gt3_module_title {
padding-bottom: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
text-align: center;
justify-content:flex-end;
}
.single .gt3_module_title {
padding-bottom: 23px;
}
.gt3_module_title h2,
.gt3_module_title h3,
.gt3_module_title .external_link,
.gt3_module_title .carousel_arrows {
margin: 0;
flex: 0 1 auto;
padding: 0;
text-align: left;
display: block;
}
.gt3_module_title .external_link,
.gt3_module_title .carousel_arrows {
flex: 0 1 auto;
order: 1;
}
.gt3_module_title h2,
.gt3_module_title h3 {
flex: 1 0 auto;
order: 0;
padding-right: 20px;
}
.gt3_module_title .external_link .learn_more {
float: none;
display: block;
margin-bottom: 0;
}
.gt3_module_title .carousel_arrows a {
margin-left: 10px;
display: inline-block;
vertical-align: top;
}
.gt3_module_title .carousel_arrows a.right_slick_arrow {
margin-left: 8px;
} .gt3_module_button a {
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #fff;
border-width: 1px;
border-style: solid;
}
.gt3_module_button {
position: relative;
z-index: 20;
}
.gt3_module_button a,
.gt3_btn_icon {
transition: all 400ms;
-webkit-transition: all 400ms;
}
.gt3_module_button a:hover {
background: #fff;
}
.button_alignment_inline {
display: inline-block;
vertical-align: top;
}
.button_alignment_left {
text-align: left;
}
.button_alignment_right {
text-align: right;
}
.button_alignment_center {
text-align: center;
}
.button_alignment_block a {
display: block;
text-align: center;
}
.button_size_mini {
padding: 5px 10px;
}
.button_size_small {
padding: 9px 15px;
}
.button_size_normal {
padding: 17px 34px;
}
.button_size_large {
padding: 19px 40px;
}
.gt3_btn_text,
.btn_icon_container {
display: inline-block;
vertical-align: middle;
}
.btn_icon_container img,
.btn_icon_container span {
vertical-align: top;
}
.btn_icon_position_right .btn_icon_container {
padding-left: 10px;
}
.btn_icon_position_left .btn_icon_container {
padding-right: 10px;
}
.gt3_btn_icon.fa {
line-height: 20px;
font-size: 18px;
color: #fff;
}
.gt3_btn_text {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
color: inherit;
} .widget_nav_menu ul li,
.widget_nav_menu ul {
padding: 0;
list-style: none;
}
.widget_nav_menu ul li a {
color: inherit;
}
.widget_nav_menu .menu .menu-item {
position: relative;
z-index: 1;
padding: 7px 0 7px 10px;
transition: all 0.3s;
}
.widget_nav_menu .menu .menu-item:before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 0;
top: 19px;
height: 16px;
width: 3px;
margin-left: 0;
background: #000;
opacity: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: opacity 0.3s;
}
.widget_nav_menu .menu .menu-item:hover:before,
.widget_nav_menu .menu .menu-item.current-menu-item:before {
opacity: 1;
}
.widget_nav_menu .menu .menu-item:hover,
.widget_nav_menu .menu .menu-item.current-menu-item {
padding-left: 15px;
}
.widget_nav_menu .menu .menu-item  + .menu-item{
border-top: 1px solid #f6f6f6;
}  .mc_form_inside {
text-align: center;
}
.mc_form_inside .mc_merge_var {
max-width: 380px;
width: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: 10px;
margin-right: 10px;
}
.mc_form_inside .mc_merge_var input,
.mc_form_inside .mc_signup_submit input  {
width: 100%;
}
#mc_signup_submit {
width: 100% !important;
margin: 0 !important;
height: 50px;
color: #ffffff;
}
.mc_form_inside #mc_signup_submit:hover {
background-color: #ffffff;
}
.mc_form_inside .mc_signup_submit {
max-width: 210px;
display: inline-block;
width: 100%;
vertical-align: top;
}
#mc-indicates-required {
display: none;
}
.mc_merge_var label {
display: none;
}
.mc_merge_var input[type="date"],
.mc_merge_var input[type="email"],
.mc_merge_var input[type="number"],
.mc_merge_var input[type="password"],
.mc_merge_var input[type="search"],
.mc_merge_var input[type="tel"],
.mc_merge_var input[type="text"],
.mc_merge_var input[type="url"], 
.mc_merge_var select, 
.mc_merge_var textarea {
background-color: rgba(255, 255, 255, 0.4);
}  .pre_footer #mc_embed_signup_scroll {
text-align: right;    
}
.pre_footer #mc_embed_signup_scroll>*{
display: inline-block;
vertical-align: top;
}
.pre_footer .mc-field-group {
margin-left: 6px;
}
.pre_footer .submit-wrapper {
margin-left: 6px;
}
.pre_footer .submit-wrapper,
.pre_footer .mc-field-group,
.pre_footer .gt3_icon_box {
margin-top: 5px;
margin-bottom: 5px;
}
.pre_footer .mc-field-group input {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
}
.pre_footer .mc-field-group input.mce_inline_error {
border: 1px solid #ff0202;
}
.pre_footer .submit-wrapper input {
padding: 14px 34px;
min-width: 210px;
}
.pre_footer div.mce_inline_error {
display: none !important;
}
.pre_footer input[type="submit"] {
color: #ffffff;
margin-bottom: 0;
}
.pre_footer input[type="submit"]:hover {
background-color: #ffffff;
}
.pre_footer .gt3_icon_box__icon_icon_size_mini .gt3_icon_box__title>*:not(i) {
padding-bottom: 0;
}
.pre_footer #mce-responses {
color: #ffffff;
} .pre_footer #mc_embed_signup_scroll input::-webkit-input-placeholder {
color: #9299a4 !important;
font-weight: inherit !important;
}
.pre_footer #mc_embed_signup_scroll input:-moz-placeholder { color: #9299a4 !important;
font-weight: inherit !important;
}
.pre_footer #mc_embed_signup_scroll input::-moz-placeholder { color: #9299a4 !important;
font-weight: inherit !important;
}
.pre_footer #mc_embed_signup_scroll input:-ms-input-placeholder {
color: #9299a4 !important;
font-weight: inherit !important;
}
@media only screen and (max-width: 992px) {
.pre_footer #mc_embed_signup_scroll .mc-field-group{
max-width: calc((100% - 240px)/2);
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.pre_footer .submit-wrapper input{
min-width: 140px;
}
.pre_footer #mc_embed_signup_scroll .mc-field-group{
max-width: calc((100% - 185px)/2);
width: 100%;
}
}
@media only screen and (max-width: 600px) {
.pre_footer #mc_embed_signup_scroll .mc-field-group{
max-width: calc(50% - 8px);
width: auto;
}
}
@media only screen and (max-width: 420px) {
.pre_footer #mc_embed_signup_scroll .mc-field-group{
max-width: 100%;
width: auto;
margin-left: 0;
}
.pre_footer .submit-wrapper{
margin-left: 0;
width: 100%;
}
.pre_footer .submit-wrapper input{
width: 100%;
}
}  body .wpb_gmaps_widget .wpb_wrapper{
padding: 0;
}
.gt3_google_map{
position: relative;
z-index: 1;
padding-bottom: 42.73%;
}
.gt3_google_map #map-canvas{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}  .isotope-filter a,
.gt3_practice_list__filter a,
.gt3_course_filter a{
display: inline-block;
margin-right: 35px;
color: inherit;
text-transform: capitalize;
transition: all 0.3s
}
.gt3_practice_list__filter,
.isotope-filter,
.gt3_course_filter{
text-align: center;
margin-bottom: 40px;
font-weight: 700;
}
.gt3_practice_list__image-holder {
position: relative;
z-index: 1;
text-align: center;
}
.gt3_practice_list__image-holder img {
position: relative;
z-index: 1;
transition: all 0.3s;
}
.gt3_practice_list__overlay {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
}
.gt3_practice_list__overlay:before{
content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.gt3_practice_list__overlay-button {
display: inline-block;
width: 48px;
height: 48px;
border: 2px solid #ffffff;
border-radius: 50%;
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
box-sizing: border-box;
transform: translate(-50%, -50%) scale(2);
transition: transform 0.3s;
}
.gt3_practice_list__overlay-button:before, .gt3_practice_list__overlay-button:after {
content: '';
display: block;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
background-color: #ffffff;
transform: translate(-50%, -50%);
}
.gt3_practice_list__overlay-button:before {
width: 2px;
height: 16px;
}
.gt3_practice_list__overlay-button:after {
width: 16px;
height: 2px;
}
.gt3_practice_list__image-holder:hover .gt3_practice_list__overlay-button {
opacity: 1;
transform: translate(-50%, -50%) scale(1);    
}    
.gt3_practice_list__image-holder:hover .gt3_practice_list__overlay {
opacity: 0.95;
}
.gt3_practice_list__image-holder .icon-link {
display: block;
margin-top: -35px;
}
.gt3_practice_list__image-holder i {
position: relative;
z-index: 2;
display: inline-block;
width: 70px;
height: 70px;
background-color: #ffffff;
text-align: center;
}
.gt3_practice_list__image-holder i:before {
line-height: 70px;
font-size: 32px;
}
.gt3_practice_list__item {
margin-bottom: 35px;
}
.gt3_practice_list__title + * {
margin-top: 15px;
}
.gt3_practice_list__title:last-child {
margin-bottom: 35px;
}
.gt3_practice_list__content {
margin-top: 35px;
}
.gt3_practice_list__link {
display: inline-block;
position: relative;
margin-top: 10px;
padding-right: 25px;
float: none;
}
.gt3_practice_list__link:hover {
color: inherit;
} .gt3-single-practice_thumbnail {
margin-bottom: 30px;
}
.load_more_works {
border-width: 1px;
border-style: solid;
padding: 10px 40px;
color: #ffffff;
transition: all 0.3s;
}
.load_more_works i {
margin-left: 10px;
}
.load_more_works:hover {
background-color: transparent;
}
.text-center {
text-align: center;
}  .vc_separator.vc_sep_width_40px .vc_sep_holder .vc_sep_line,
.vc_separator.vc_sep_width_40px{
width: 40px;
}
.vc_separator.vc_sep_width_75px .vc_sep_holder .vc_sep_line,
.vc_separator.vc_sep_width_75px{
width: 75px;
}
.vc_separator.vc_sep_width_100px .vc_sep_holder .vc_sep_line,
.vc_separator.vc_sep_width_100px{
width: 100px;
}  .gt3_custom_text p{
margin-bottom: 0;
}
.gt3_custom_text *:not(.fa){
font-family: inherit;
color: inherit;
line-height: inherit;
font-size: inherit;
}
.gt3_custom_text a:hover {
color: inherit !important;
}
.gt3_custom_text h1,
.gt3_custom_text h2,
.gt3_custom_text h3,
.gt3_custom_text h4,
.gt3_custom_text h5,
.gt3_custom_text h6{
font-weight: inherit;
}
@media only screen and (min-width: 1200px) {
.gt3_custom_text-font_size_sm_desctop{
font-size: inherit !important;
line-height: inherit !important;
}
}
@media only screen and (min-width: 992px) {
.gt3_custom_text-font_size_tablet{
font-size: inherit !important;
line-height: inherit !important;
}
}
@media only screen and (min-width: 768px) {
.gt3_custom_text-font_size_mobile{
font-size: inherit !important;
line-height: inherit !important;
}
}
@media only screen and (max-width: 768px) {
.isotope-filter a,
.gt3_practice_list__filter a{
margin-right: 20px;
padding-bottom: 5px;
margin-bottom: 5px;
}
}  .gt3_process_bar{
text-align: center;
padding-bottom: 50px;
}
.gt3_process_bar__count-container{
position: relative;
margin-bottom: 35px;
}
.gt3_process_bar__count-container:before{
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 1px;
background-color: #dddddd;
}
.gt3_process_bar + .gt3_process_bar .gt3_process_bar__count-container:before{
left: -30px;
}
.gt3_process_bar__count{
display: inline-block;
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
border-radius: 50%;
position: relative;
z-index: 1;
font-size: 30px;
font-weight: 700;
margin: 10px;
}
.gt3_process_bar__icon_icon_size_mini .gt3_process_bar__count{
width: 45px;
height: 45px;
line-height: 45px;
font-size: 30px;
}
.gt3_process_bar__icon_icon_size_mini .gt3_process_bar__count{
width: 60px;
height: 60px;
line-height: 60px;
font-size: 30px;
}
.gt3_process_bar__icon_icon_size_large .gt3_process_bar__count{
width: 80px;
height: 80px;
line-height: 80px;
font-size: 35px;
}
.gt3_process_bar__icon_icon_size_huge .gt3_process_bar__count{
width: 120px;
height: 120px;
line-height: 120px;
font-size: 60px;
}
.gt3_process_bar__count:before,
.gt3_process_bar__count:after{
content: '';
position: absolute;
top: -12.535%;
left: -12.535%;
width: 125.7%;
height: 125.7%;
border-radius: 50%;
background: inherit;
z-index: -1;
-webkit-transform: scale(0.7954);
-ms-transform: scale(0.7954);
transform: scale(0.7954);
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.gt3_process_bar__count:after{
background: #f9ebeb;
z-index: -2;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gt3_process_bar:hover .gt3_process_bar__count:before{
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gt3_process_bar:hover .gt3_process_bar__count:after{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.gt3_process_bar__title{
padding-bottom: 0.5em;
}
.gt3_process_bar__link{
margin-top: 10px;
}
.gt3_process_bar__link a {
position: relative;
padding-right: 25px;
}
.gt3_process_bar__link a:hover{
color: inherit !important;
}
.gt3_process_bar__link a:before {
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 13px;
height: 1px;
}
.gt3_process_bar__link a:before{
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 13px;
height: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.gt3_process_bar__link a:after{
content: "";
display: block;
position: absolute;
top: calc(50% - 2px);
right: 0;
width: 4px;
height: 4px;
border-width: 0 0 1px 1px;
border-style: solid;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.gt3_process_bar__title a {
font-size: inherit;
line-height: inherit;
color: inherit;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
}
.gt3_process_bar__text{
padding-left: 10%;
padding-right: 10%;
}
@media only screen and (max-width: 768px){
.gt3_process_bar + .gt3_process_bar .gt3_process_bar__count-container:before{
left: 0;
}
}  .wpb_heading.wpb_pie_chart_heading {
font-weight: 400;
}
body .vc_pie_chart .vc_pie_wrapper{
margin-bottom: 25px;
}
body .vc_pie_chart .vc_pie_chart_value{
font-weight: 100;
font-size: 30px;
font-weight: 700;
}
body .vc_pie_chart .vc_pie_chart_back {
opacity: 0;
}
body .vc_pie_chart .vc_pie_wrapper:before {
display: block;
content: "";
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
background-color: #ffffff;
width: 110px;
height: 110px;
border-radius: 50%;
transform: translate(-50%, -50%);
}
body .vc_pie_chart .vc_pie_chart_value{
z-index: 3;
}  .video-popup-wrapper {
text-align: center;
}
.video-popup__wrapper-link.with-img {
position: relative;
z-index: 1;
}
.video-popup__wrapper-link.with-img:before {
content: "";
display: block;
background-color: #000000;
opacity: 0;
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: opacity 0.3s;
}
.video-popup__wrapper-link.with-img:hover:before {
opacity: 0.8;
}
.video-popup-wrapper img {
position: relative;
z-index: 1;
width: 100%;
}
.video-popup__title {
margin-bottom: 20px;
font-size: 24px;
}
.video-popup__wrapper-link {
position: relative;
z-index: 1;
display: block;
}
.video-popup__content {
position: absolute;
z-index: 3;
top: 50%;
text-align: center;
transform: translateY(-50%);
left: 0;
right: 0;
}
.video-popup__link {
position: relative;
z-index: 1;
display: inline-block;
box-sizing: border-box;
border: 2px solid #ffffff;
width: 70px;
height: 70px;
border-radius: 50%;
background-color: rgba(0,0,0,0.3);
}
.video-popup__link svg {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-40%, -50%);
}
.video-popup__responsive-title {
display: none;
}
.video-popup__responsive-title>* {
color: inherit !important;
}
@media only screen and (max-width: 768px) {
.video-popup__wrapper-link.with-img .video-popup__title {
display: none;
}
.video-popup__responsive-title {
display: block;
}
} .gt3_spacing .gt3_spacing-height{
display: none;
}
.gt3_spacing .gt3_spacing-height_default{
display: block;
}
@media only screen and (max-width:1200px) {
.gt3_spacing-height_size_sm_desctop-on .gt3_spacing-height{
display: none;
}
.gt3_spacing-height_size_sm_desctop-on .gt3_spacing-height_size_sm_desctop{
display: block;
}
}
@media only screen and (min-width: 768px) and (max-width:992px) {
.gt3_spacing-height_tablet-on .gt3_spacing-height{
display: none;
}
.gt3_spacing-height_tablet-on .gt3_spacing-height_tablet{
display: block;
}
}
@media only screen and (max-width: 768px) {
.gt3_spacing-height_mobile-on .gt3_spacing-height{
display: none;
}
.gt3_spacing-height_mobile-on .gt3_spacing-height_mobile{
display: block;
}
}  .gt3_twitter a:hover{
color: inherit !important;
}
.gt3_twitter .twitter_icon{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #1da1f2;
float: right;
font-size: 1.4em;
padding-top: 0.1em;
}
.gt3_twitter .twitt_time,
.gt3_twitter .twitt_title{
opacity: 0.6;
}
.gt3_twitter .twitt_title{
font-style: italic;
}
.gt3_twitter .twitter_icon:before{
content: "\f099";
}
.gt3_twitter .twitt_time{
float: right;
}
.gt3_twitter .twitter_acc{
text-transform: uppercase;
}
.gt3_twitter .twitter_footer{
font-size: 0.92em;
}
.gt3_twitter .twitter_separator{
display: block;
width: 30px;
border-top-width: 1px;
border-top-style: solid;
margin: 15px 0;
}
.gt3_twitter .twitter_item + .twitter_item{
padding-top: 30px;
}
.gt3_twitter .twitter_heading{
margin-bottom: 15px;
}  .stripe_item {
position: relative;
z-index: 1;
float: left;
height: 400px;
white-space: nowrap;
background-size: cover;
background-position: center;
text-align: center;
box-sizing: border-box;
}
.stripe_item:before {
content: "";
display: inline-block;
height: 100%;
width: 0;
vertical-align: middle;
margin-left: -3px;
}
.stripe_item:after{
content: '';
direction: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.3s;
}
.stripe_item:hover:after {
opacity: 0.95;
}
.stripe_item-wrapper {
position: relative;
z-index: 2;
display: inline-block;
vertical-align: middle;
text-align: center;
white-space: normal;
padding-right: 10.3%;
padding-left: 10.3%;
max-width: 100%;
box-sizing: border-box;
}
.gt3_stripe-link {
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.stripe_item-divider {
display: block;
width: 50px;
height: 1px;
margin: 26px auto 45px auto;
}
@media only screen and (max-width: 1200px) {
.stripe_item {
width: 100% !important;
height: auto !important;
padding: 100px 20px;
}
}  .gt3_course_item{
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.gt3_course_item .gt3_course_price{
position: absolute;
top: 15px;
left: 10px;
padding: 8px 12px;
font-size: 14px;
line-height: 1;
color: #ffffff;
z-index: 3;
}
.gt3_course_item .gt3_course_price .course-price,
body .course-price{
color: inherit;
}
.gt3_course_item .gt3_course_price .course-origin-price{
opacity: 0.6;
font-size: 0.9em;
text-decoration: line-through;
padding-right: 3px;
}
.gt3_course_item .view-more{
position: absolute;
top: -17px;
left: 15px;
font-size: 14px;
line-height: 1;
z-index: 3;
}
.gt3_course_item .gt3_course_thumbnail + .gt3_course_price{
top: 30px;
}
.gt3_course_item .gt3_course_price + .gt3_course_content{
padding-top: 55px;
}
.gt3_course_item .gt3_course_thumbnail + .gt3_course_price + .gt3_course_content{
padding-top: 15px;
}
.gt3_course_item .gt3_course_price:after{
content: '';
position: absolute;
top: 0;
width: 0;
height: 0;
border-top: 15px solid transparent!important;
border-left-width: 15px;
border-left-style: solid;
border-bottom: 15px solid transparent !important;
}
.gt3_course_item .gt3_course_price:after{
right: -15px;
}
.gt3_course_item .gt3_course_price{
transition: all 400ms;
}
.gt3_course_item .gt3_course_price > .gt3_course_price_triangle{
position: absolute;
left: 0px;
top: 100%;
width: 5px;
height: 5px;
overflow: hidden;
}
.gt3_course_item .gt3_course_price > .gt3_course_price_triangle:before{
content: '';
position: absolute;
left: 0px;
top: -7px;
width: 10px;
height: 0px;
background-color: inherit;
border-bottom: 10px solid rgba(0,0,0,0.3);
transform: rotate(45deg);
}
.gt3_course_item .gt3_course_thumbnail:hover + .gt3_course_price{
opacity: 0;
}
.gt3_course_item .gt3_course_thumbnail{
position: relative;
z-index: 1;
}
.gt3_course_item .gt3_course_thumbnail:before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
transition: opacity 400ms;
}
.gt3_course_item .gt3_course_thumbnail:hover:before{
opacity: 0.95;
}
.gt3_course_item .gt3_course_thumbnail .gt3_course_readmore{
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transition: opacity 400ms;
}
.gt3_course_item .gt3_course_thumbnail:hover .gt3_course_readmore{
opacity: 1;
}
.gt3_course_item .gt3_course_thumbnail .gt3_course_readmore a{
margin-bottom: 0;
padding: 7px 20px;
min-width: 74px;
min-height: 22px;
}
.gt3_course_item .gt3_course_thumbnail .gt3_course_readmore a{
background-color: transparent;
border-color: #ffffff;
}
.gt3_course_item .gt3_course_thumbnail .gt3_course_readmore a:hover{
background-color: #ffffff;
}
.gt3_course_item .gt3_course_title{
font-size: 16px;
line-height: 140%;
}
.gt3_course_item .gt3_course_title > a {
font-family: inherit;
line-height: inherit;
}
.gt3_course_item .gt3_course_content{
padding: 15px 30px 0 30px;
background-color: #fbfbfb;
}
.gt3_course_item .gt3_course_content .cat-links,
.gt3_course_item .gt3_course_content .gt3_course_title,
.gt3_course_item .gt3_course_content .course-author{
padding-bottom: 15px;
display: block;
}
.gt3_course_item .gt3_course_content .gt3_course_title{
padding-bottom: 10px;
}
.gt3_course_item .gt3_course_content .cat-links{
font-size: 12px;
line-height: 1.5;
padding-bottom: 6px;
}
.course-author .avatar{
width: 35px;
height: 35px;
border-radius: 50%;
margin-right: 2px;
}
.course-author .author-contain{
display: inline-block;
vertical-align: middle;
margin-top: 3px;
}
.course-author .author-contain > label,
.course-author .author-contain > .value{
display: inline-block;
vertical-align: middle;
margin: 0;
font-weight: inherit;
opacity: 0.5;
}
.course-author .author-contain > .value a{
color: inherit;
}
.gt3_course_item  .gt3_course_footer{
margin-left: -30px;
margin-right: -30px;
padding: 9px 30px;
border-top: 1px solid rgba(60,67,75,.1);
font-size: 0.875em;
}
.gt3_course_item  .gt3_course_footer > .lectures-feature,
.gt3_course_item  .gt3_course_footer > .course-students{
display: inline-block;
vertical-align: middle;
margin: 0;
opacity: 0.5;
}
.gt3_course_item  .gt3_course_delimiter{
vertical-align: middle;
display: inline-block;
height: 1.15em;
width: 1px;
background-color: rgba(60,67,75,.2);
margin-left: 18px;
margin-right: 18px;
}
.course-summary .gt3_course_delimiter{
display: none;
}
.gt3_course_item  .gt3_course_footer .lectures-feature > *{
vertical-align: middle;
}
.learn-press-pagination{
padding-top: 10px;
}
.gt3_course_archive .gt3_course_title{
font-size: 20px;
line-height: 140%;
}
.gt3_course_top_info_bar{
background-color: #fafafa;
}
.gt3_course_top_info_bar:after{
content: '';
display: table;
clear: both;
}
.gt3_course_top_info_bar .gt3_course_search_result_count{
display: inline-block;
padding: 5px 0;
}
.gt3_course_top_info_bar{
padding: 12px 20px;
margin-bottom: 40px;
}
.gt3_course_top_info_bar .learn-press-search-course-form{
float: right;
width: 270px;
max-width: 100%;
position: relative;
z-index: 1;
margin-bottom: 0;
}
.gt3_course_top_info_bar .learn-press-search-course-form .search-course-button, 
.gt3_course_top_info_bar .learn-press-search-course-form:before {
font-size: 0;
width: 35px;
height: 35px;
opacity: 0;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
padding: 0;
margin: 0;
}
.gt3_course_top_info_bar .learn-press-search-course-form:before {
content: "\f002";
color: #ffffff;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
text-align: center;
line-height: 35px;
opacity: 1;
}
.gt3_course_top_info_bar .learn-press-search-course-form .search-course-input {
width: 100%;
height: 35px;
padding: 8px 20px;
padding-right: 45px;
border: none;
outline: none;
background-color: #ffffff;
border-radius: 0px;
box-sizing: border-box;
font-size: 0.75em;
text-transform: uppercase;
}
body .learn-press-user-profile .learn-press-tabs,
body .learn-press-tabs .learn-press-nav-tabs,
body ul.learn-press-nav-tabs{
border-bottom: none;
font-size: 0;
padding-bottom: 0;
margin-bottom: 0;
}
body .learn-press-user-profile .learn-press-subtabs{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
body .learn-press-user-profile .learn-press-tabs > li,
body .learn-press-user-profile .learn-press-subtabs > li,
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab,
body ul.learn-press-nav-tabs .course-nav{
margin: 0;
padding: 0;
border: none !important;
display: inline-block;
vertical-align: bottom;
float: none;
}
body .learn-press-user-profile .learn-press-tabs > li:before,
body .learn-press-subtabs > li:before,
body .learn-press-tabs .learn-press-nav-tabs > li:before,
body ul.learn-press-nav-tabs .course-nav.active:after, 
body ul.learn-press-nav-tabs .course-nav:hover:after{
display: none;
}
body .learn-press-user-profile .learn-press-subtabs > li.current,
body ul.learn-press-nav-tabs .course-nav.active{
font-weight: 400;
color: #ffffff;
}
body .learn-press-user-profile .learn-press-tabs > li.current a,
body ul.learn-press-nav-tabs .course-nav.active a{
margin-bottom: 0;
}
body .learn-press-user-profile .learn-press-subtabs > li{
font-size: 0.875em;
}
body .learn-press-user-profile .learn-press-tabs > li > a,
body .learn-press-subtabs > li > a,
body .learn-press-subtabs > li > span,
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a,
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a,
body ul.learn-press-nav-tabs .course-nav a,
body ul.learn-press-nav-tabs .course-nav.active a{
line-height: 200%;
padding: 0 20px;
display: block;
box-sizing: border-box;
position: relative;
text-decoration: none;
color: inherit;
-webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
border: 1px solid #f2f2f2;
}
body .learn-press-subtabs > li > a,
body .learn-press-subtabs > li > span{
padding-top: 2px;
padding-bottom: 2px;
}
body .learn-press-user-profile .learn-press-tabs > li.current > a,
body .learn-press-subtabs > li.current > a,
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a,
body ul.learn-press-nav-tabs .course-nav.active a{
padding-top: 3px;
padding-bottom: 3px;
border-color: transparent;
color: #ffffff;
}
body .learn-press-user-profile .user-profile-tabs,
body .learn-press-subtabs + .learn-press-subtab-content,
body .learn-press-tabs .learn-press-tab-panel,
body #learn-press-course-tabs .course-tab-panel.active{
border: 1px solid #f2f2f2;
padding: 30px;
margin-top: -1px;
}
body .learn-press-user-profile .learn-press-subtab-content,
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a{
margin-bottom: 0;
}
body #learn-press-course-tabs .course-tab-panel h3{
margin-bottom: 1em;
}
body #learn-press-course-tabs .course-tab-panel .course-author .author-name a{
margin-top: 5px;
}
body .lp-form-field-wrap .lp-form-field{
padding: 0;
margin-bottom: 10px;
}
body .lp-form-field-wrap{
margin-bottom: 0;
}
body .lp-form-field-wrap .lp-form-field:after{
content: '';
display: table;
clear: both;
}
.learn-press-user-profile .lp-avatar-preview img{
border-radius: 150px;
overflow: hidden;
}
body .learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image{
background-color: #ffffff;
}
.learn-press-user-profile #lp-user-edit-avatar #lp-avatar-actions button{
padding: 5px 12px;
margin-bottom: 4px;
}
body .lp-form-field-wrap .lp-form-field:before{
display: none;
}
body .learn-press-user-profile #lp-user-edit-avatar #lp-avatar-actions{
margin-bottom: 0;
}
body .learn-press-user-profile .update-profile{
border-top: none;
margin-bottom: 0;
}
body .learn-press-user-profile{
position: relative;
z-index: 1;
padding-left: 200px;
}
body .learn-press-user-profile .user-info{
position: absolute;
left: 0;
top: 0;
text-align: center;
}
body .learn-press-user-profile .user-info .user-basic-info > *{
display: block;
padding-bottom: 10px;
}
body .learn-press-user-profile #learn-press-user-info .user-avatar .avatar{
border-radius: 150px;
overflow: hidden;
padding-bottom: 10px;
}
body .learn-press-user-profile .user-basic-info p{
margin-top: 0;
}
body .learn-press-user-profile .user-basic-info p a{
display: inline-block;
vertical-align: top;
margin-bottom: 4px;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #fff;
padding: 3px 5px;
outline: none;
border-width: 1px;
border-style: solid;
cursor: pointer;
text-transform: uppercase;
transition: all 400ms;
-webkit-transition: all 400ms;
}
body .learn-press-user-profile .user-basic-info p a:hover{
color: #ffffff;
}
body .learn-press-user-profile #learn-press-user-info .user-basic-info{
margin-left: 0;
} #learn-press-profile-nav .tabs  li:before{
display: none;
}
body #learn-press-profile-nav{
margin-top: 180px;
padding-top: 0;
background: #ffffff;
}
body #learn-press-profile-nav .tabs > li a{
border-right: 3px solid transparent;
}
body #learn-press-profile-header .lp-profile-avatar{
text-align: center;
position: static;
padding-top: 20px;
}
body #learn-press-profile-header{
background: transparent;
position: absolute;
height: 160px;
width: 200px;
left: 0;
}
body #learn-press-user-profile:before{
background: #fbfbfb;
}
body #learn-press-profile-nav .tabs > li.active > a{
color: #ffffff;
}
body #learn-press-profile-nav .tabs > li ul li.active a{
border-right: 3px solid;
font-weight: 700;
}
body #learn-press-profile-nav .tabs > li:hover:not(.active) > a,
body #learn-press-profile-nav .tabs > li ul li:hover a{
background: transparent;
}
body #learn-press-profile-content{
margin-top: 0;
}
body .lp-tab-sections{
background: transparent;
font-size: 0;
margin-bottom: 0;
}
body .lp-tab-sections .section-tab{
font-size: 16px; 
margin: 0;
padding: 0;
border: none !important;
display: inline-block;
vertical-align: bottom;
float: none;
margin-bottom: -1px;
}
body .lp-tab-sections .section-tab a, 
body .lp-tab-sections .section-tab span{
line-height: 200%;
padding: 0 20px;
display: block;
box-sizing: border-box;
position: relative;
text-decoration: none;
color: inherit;
-webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
border: 1px solid #f2f2f2;
}
body .lp-tab-sections .section-tab:before{
display: none;
}
body .lp-tab-sections .section-tab.active span{
padding-top: 3px;
padding-bottom: 3px;
border-color: transparent;
color: #ffffff;
border-bottom-width: 1px;
}
body .learn-press-subtab-content,
body .lp-tab-sections + .learn-press-form,
body .lp-tab-sections + form{
border: 1px solid #f2f2f2;
padding: 30px;
}
body .lp-sub-menu li:before{
display: none;
}
body .profile-heading{
margin-bottom: 1em;
}
body .order-recover .button-recover-order{
margin-bottom: 0;
}
body .learn-press-form .form-fields li.form-field{
padding-left: 0;
}
body .learn-press-form .form-fields li.form-field:before{
display: none;
}
body .lp-profile-content .lp-avatar-preview .profile-picture{
margin-top: 0;
}
body .learn-press-form .form-field-input input[type="checkbox"]{
float: left;
}
body .learn-press-form .form-field-input .description{
margin-bottom: 0;
}
body .learn-press-subtab-content .gt3_course_item .gt3_course_price{
left: -5px;
} body #learn-press-course-curriculum ul.curriculum-sections, 
body #learn-press-course-curriculum ul.section-content{
background-color: transparent;
}
body #learn-press-course-curriculum ul.curriculum-sections li.section, 
body #learn-press-course-curriculum ul.section-content li.section{
padding: 0;
}
body #learn-press-course-curriculum ul.curriculum-sections li.section + li{
margin-top: 35px;
}
body #learn-press-course-curriculum ul.curriculum-sections li.section:before, 
body #learn-press-course-curriculum ul.section-content li.section:before{
display: none;
}
body #learn-press-course-curriculum .section-header{
border: 1px solid #dbdde2;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
margin-bottom: 10px;
background-color: transparent;
}
body .course-curriculum ul.curriculum-sections .section-header .section-title{
padding: 0;
}
html body.course-item-popup #learn-press-course-curriculum .section-header{
padding: 10px 15px;
}
body #learn-press-course-curriculum .section-header p {
color: inherit;
opacity: 0.5;
font-size: 14px;
padding: 0;
}
body #learn-press-course-curriculum .section-header .meta {
right: 5px;
top: 50%;
height: 26px;
margin-top: -13px;
}
body #learn-press-course-curriculum .section-header{
padding-right: 50px;
}
body #learn-press-course-curriculum .section-header .meta .step{
font-size: 14px;
vertical-align: middle;
opacity: 0.8;
}
body #learn-press-course-curriculum .section-header .meta .collapse:before{
content: ''!important;
display: block;
box-sizing: border-box;
border-style: solid;
position: absolute;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(225deg) translate(-25%,-25%);
-ms-transform: rotate(225deg) translate(-25%,-25%);
transform: rotate(225deg) translate(-25%,-25%);
left: 6px;
right: 6px;
top: 6px;
bottom: 6px;
border-color: #dddddd;
}
body #learn-press-course-curriculum .section-header .meta .collapse.plus:before{
-webkit-transform: rotate(45deg) translate(-25%,-25%);
-ms-transform: rotate(45deg) translate(-25%,-25%);
transform: rotate(45deg) translate(-25%,-25%);
}
body #learn-press-course-curriculum .section-header .meta .collapse{
position: relative;
width: 22px;
height: 22px;
top: auto;
margin-left: 0;
vertical-align: middle;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
background: transparent;
}
body #learn-press-course-curriculum .section-header:hover {
background: #f8f8f8;
}
body #learn-press-course-curriculum .course-item.viewable:before{
display: none;
}
body #learn-press-course-curriculum .course-item-meta{
margin-top: 0;
}
.lp-single-course .course-thumbnail{
margin-bottom: 20px;
}
body .learn-press-message p{
margin-bottom: 0;
}
body .course-meta{
font-size: 0.875em;
padding-top: 5px;
margin-bottom: 30px;
}
.course-meta > *{
display: inline-block;
vertical-align: middle;
padding-right: 30px;
}
.course-meta .gt3_cat_container i,
.course-meta .course-students,
.course-meta .learn-press-course-status{
opacity: 0.5;
}
.single-lp_course .gt3-page-title + .site_wrapper .main_wrapper,
.learnpress-page .gt3-page-title + .site_wrapper .main_wrapper{
padding-top: 0;
}
.single-lp_course .course-meta > .course-students{
margin: 0;
padding: 0;
padding-right: 30px;
}
body.single-lp_course .learn-press-course-results-progress{
margin-top: 30px;
}
body.single-lp_course .learn-press-course-results-progress .lp-course-progress_value,
body.single-lp_course .learn-press-course-results-progress .lp-course-status
{
font-size: inherit;
float: right;
line-height: 120%;
}
body.single-lp_course .learn-press-course-results-progress .lp-course-progress_value > *,
body.single-lp_course .learn-press-course-results-progress .lp-course-status *{
font-size: inherit;
}
body.single-lp_course .learn-press-course-results-progress .lp-course-status .grade{
font-size: 11px;
padding: 1px 7px;
}
.single-lp_course .learn-press-course-results-progress .lp-course-progress-heading{
float: left;
}
.lp-course-progress{
clear: both;
}
body .lp-label.lp-label-preview{
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
body .lp-course-progress .lp-progress-bar{
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.single-lp_course .course-landing-summary .course-price_container,
.single-lp_course .course-landing-summary .lp-course-buttons{
float: right;
margin-top: 20px;
}
.single-lp_course .course-landing-summary .course-price_container{
font-weight: 700;
font-size: 24px;
padding-top: 8px;
padding-right: 15px;
}
.single-lp_course .course-landing-summary .course-price_container .course-origin-price{
opacity: 0.6;
font-size: 0.7em;
text-decoration: line-through;
padding: 0 5px;
}
.single-lp_course .course-landing-summary .lp-course-buttons .purchase-course,
.single-lp_course .course-landing-summary .lp-course-buttons .purchase-button{
margin-bottom: 0;
}
body #course-curriculum-popup #popup-main #popup-header .popup-menu{
border-right-color: rgba(255,255,255,0.3);
}
body .learn-press-content-item-summary .comment-respond .span12m
body .content-item-summary .comment-respond .span12,
body .content-item-wrap .comment-respond .span12{
width: 100%;
}
body .learn-press-content-item-summary #comments,
body .content-item-summary #comments{
padding-top: 25px;
border-top: 1px solid #d8d9db;
}
body .quiz-buttons{
margin-top: 20px;
}
body .lp-single-course .course-author{
margin-bottom: 0;
}
.learn-press-content-item-summary h4,
.content-item-summary h4{
margin-top: 15px;
margin-bottom: 25px;
}
body .lp-group-heading-title.toggle-off, 
body .lp-group-heading-title.toggle-on {
margin-bottom: 15px;
}
body .quiz-questions-list .question-title{
display: inline-block;
}
.learn-press-content-item-summary,
.content-item-summary{
margin-bottom: 0;
}
.learn-press-content-item-only .navigation.post-navigation,
.learn-press-content-item-only .edit-course-item-link{
padding-top: 25px;
border-top: 1px solid #d8d9db;
}
.learn-press-content-item-only .navigation.post-navigation .nav-links .nav-link{
float: left;
width: 50%;
}
.learn-press-content-item-only .navigation.post-navigation .nav-link .meta-nav{
display: block;
font-size: 0.875em;
}
.learn-press-content-item-only .navigation.post-navigation .nav-links .nav-link.nav-next{
text-align: right;
}
.learn-press-content-item-only .navigation.post-navigation .nav-links:after{
content: '';
display: table;
clear: both;
}
.lp-single-course .gt3_course_title{
text-align: center;
margin-bottom: 30px;
}
.lp-single-course .course-author .avatar{
width: 80px;
height: 80px;
vertical-align: middle;
}
.lp-single-course .course-author .author-contain{
margin-top: 0;
}
body.content-item-only.admin-bar div[class*=wpadminba] {
display: none;
}
@media screen and (max-width: 600px){
div[id*=wpadminb] {
top: -46px!important;
}
}
body.content-item-only .lesson-image,
body.course-item-popup .content-item-wrap .lesson-image{
margin-bottom: 20px;
}
#course-curriculum-popup #popup-main.expand + #popup-sidebar{
opacity: 0;
}
body .checkout-review-order h4,
body .learn-press-checkout-comment h4,
body .learn-press-checkout-payment h4{
margin-bottom: 1em;
}
body .learn-press-checkout-review-order-table,
body .learn-press-checkout-comment, 
body .learn-press-checkout-payment{
margin-bottom: 45px;
}
.learn-press-checkout-review-order-table td, 
.learn-press-checkout-review-order-table th{
text-align: left;
}
.learn-press-checkout-review-order h3{
text-align: center;
margin-top: 10px;
margin-bottom: 30px;
}
.learn-press-checkout-comment textarea{
width: 100%;
}
.learn-press-checkout-payment .payment-methods li{
padding-left: 0;
}
.learn-press-checkout-payment .payment-methods li:before,
.learn-press-become-teacher-form ul li:before{
display: none;
}
.quiz-intro li label{
display: inline-block;
vertical-align: middle;
}
body .learn-press-message{
padding: 10px 20px;
}
#learn-press-user-profile.lp-user-profile.guest{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
align-items: baseline;
}
#learn-press-user-profile.lp-user-profile.guest:before,
#learn-press-user-profile.lp-user-profile.guest:after{
display: none;
}
#learn-press-user-profile.lp-user-profile.guest .learn-press-form,
#learn-press-checkout-login{
width: 300px;
display: inline-block;
padding: 30px 30px 10px 30px;
background-color: #f8f8f8;
margin-bottom: 40px; margin-left: 15px;
margin-right: 15px;
}
#learn-press-checkout-login{
display: block;
}
#learn-press-user-profile.lp-user-profile.guest input:not([type="submit"]):not([type="checkbox"]) {
width: 100%;
background-color: #ffffff;
}
#learn-press-user-profile.lp-user-profile.guest input[type="submit"],
#learn-press-user-profile.lp-user-profile.guest button{
margin-bottom: 0;
color: #ffffff;
}
#learn-press-user-profile.lp-user-profile.guest input[type="submit"]:hover,
#learn-press-user-profile.lp-user-profile.guest button:hover{
background-color: #ffffff;
}
#learn-press-user-profile.lp-user-profile.guest p {
margin-bottom: 20px;
}
#learn-press-user-profile.lp-user-profile.guest h3{
text-align: center;
margin-bottom: 1em;
} body ul.learn-press-nav-tabs .course-nav:before{
content: '';
}
body ul.learn-press-nav-tabs .course-nav{
font-size: 16px;
}
body #course-item-content-header .course-item-search input,
body #course-item-content-header .course-item-search input:focus,
body #course-item-content-header .course-item-search button,
body #course-item-content-header .course-title,
body #course-item-content-header .course-title a,
#course-item-content-header .toggle-content-item{
color: #fff;
font-style: inherit;
}
body #course-item-content-header .form-button.lp-button-back button{
margin-bottom: 0;
height: auto;
vertical-align: middle;
}
body #course-item-content-header .form-button.lp-button-back button,
body #course-item-content-header .form-button.lp-button-back button:hover{
border-color: #ffffff;
}
body #course-item-content-header .course-item-search input::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
body #course-item-content-header .course-item-search input:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
body #course-item-content-header .course-item-search input::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
body #course-item-content-header .course-item-search input:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
} @media only screen and (max-width: 992px) {
body #course-curriculum-popup #popup-sidebar{
width: 270px;
}
body #course-curriculum-popup #popup-main{
left: 270px;
}
.gt3_course_item .gt3_course_content{
padding: 15px 15px 0 15px;
}
.gt3_course_item .gt3_course_footer {
margin-left: -15px;
margin-right: -15px;
padding: 9px 15px;
}
.gt3_course_item .gt3_course_delimiter {
margin-left: 10px;
margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {
html body.course-item-popup #learn-press-course-curriculum,
html body.course-item-popup #course-item-content-header .course-item-search{
width: 160px;
}
html body.course-item-popup #course-item-content-header .course-item-search button,
html body.course-item-popup #content-item-nav, 
html body.course-item-popup #learn-press-content-item, 
html body.course-item-popup #course-item-content-footer{
left: 160px;
}
html #course-item-content-header .course-title{
font-size: 0.9rem;
padding: 0;
}
body #course-item-content-header .toggle-content-item{
border: none;
width: 30px;
margin-right: 10px;
}
body #course-item-content-header .toggle-content-item:before,
html body.full-screen-content-item #course-item-content-header .toggle-content-item:before{
font-size: 16px;
}
body #course-item-content-header .form-button.lp-button-back{
width: 30px;
margin-right: 0;
font-size: 0;
}
body #course-item-content-header .form-button.lp-button-back button{
width: 30px;
padding: 0;
font-size: 0;
height: 60px;
background: transparent;
border: none;
}
body #course-item-content-header .form-button.lp-button-back button:before{
content: '\f00d';
font: 16px/60px fontawesome;
color: #fff;
}
body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link{
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .item-icon, 
body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .item-name,
body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before{
display: inline-block;
padding: 3px 0px;
}
body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta{
padding: 3px 0px;
}
#course-curriculum-popup #popup-main.expand + #popup-sidebar{
opacity: 1;
}
body #course-curriculum-popup {
background: #fff;
overflow: auto;
width: 100vw;
height: 100vh;
}
body #course-curriculum-popup #popup-main #popup-content #popup-content-inner{
margin: 20px 0px;
}
body #course-curriculum-popup #popup-main.expand{
padding: 0 5%;
}
body #course-curriculum-popup #popup-main{
width: 100%;
float: none;
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
height: auto;
}
body #course-curriculum-popup #popup-main #popup-footer,
body .learn-press-content-item-title .lp-expand{
display: none;
}
body #course-curriculum-popup #popup-sidebar,
body #course-curriculum-popup #popup-main #popup-header,
body #course-curriculum-popup #popup-main #popup-content,
body #course-curriculum-popup iframe,
body.content-item-only .learn-press-content-item-only{
width: 100%;
float: none;
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
}
body #course-curriculum-popup iframe{
margin-top: -40px;
}
body.content-item-only .learn-press-content-item-only{
position: relative !important;
box-sizing: border-box;
padding: 20px 0 !important;
}
body #course-curriculum-popup #popup-main #popup-header .popup-menu{
width: 60px;
}
body #course-curriculum-popup #popup-main #popup-header .popup-title{
margin-left: 60px;
margin-right: 60px;
}
.lp-single-course .course-author .avatar{
width: 30px;
height: 30px;
}
.course-meta > *{
padding-right: 15px;
padding-top: 10px;
}
.single-lp_course .course-meta > .course-students{
padding-top: 10px;
}
.single-lp_course .course-landing-summary .course-price_container, 
.single-lp_course .course-landing-summary .lp-course-buttons{
margin-top: 10px;
}
}
@media only screen and (max-width: 600px) {
#learn-press-user-profile.lp-user-profile.guest{
flex-wrap: wrap;
}
#learn-press-user-profile.lp-user-profile.guest .learn-press-form, 
#learn-press-checkout-login{
width: 100%;
}
}
@media only screen and (max-width: 420px) {
body ul.learn-press-nav-tabs .course-nav a{
padding: 0 10px;
font-size: 14px;
}
}  .loading,
.anim_el.loading {
opacity:0!important;    
z-index:-10!important;
}
.loading.anim_el.grid-item,
.loading.anim_el.packery-item {
opacity:1!important;    
z-index:2!important;
}
.anim_el2.loading.anim_el.grid-item,
.anim_el2.loading.anim_el.packery-item {
opacity:0!important;
}
.loading.anim_el.packery-item .packery_item_inner {
opacity:0!important;    
z-index:-10!important;  
} 
.grid-item .img-preloader,
.packery-item .img-preloader {
width:50px;
height:50px;    
position:absolute;
left:50%;
top:50%;
opacity:0;
z-index:-1;
transform:translate(-50%,-50%);
transition:opacity 500ms, z-index 500ms;
}
.loading.anim_el.grid-item .img-preloader,
.loading.anim_el.packery-item .img-preloader {
opacity:1;
z-index:5;
}
.grid-item .img-preloader:before,
.packery-item .img-preloader:before {
content:'';
width:30px;
height:30px;
position:absolute;
left:0;
top:0;
border-radius:100%;
border:rgba(0,0,0,0) 3px solid;
border-top-color:#77797a;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-animation: sas_preloader 750ms ease-in-out infinite;
animation: sas_preloader 750ms ease-in-out infinite;
}
.grid-item .img-preloader:before,
.packery-item .img-preloader:before {
-webkit-animation: sas_preloader 750ms ease-in-out infinite;
animation: sas_preloader 750ms ease-in-out infinite;
opacity:1;  
}
.loading.anim_el.grid-item img.grid_gallery_thmb {
opacity:0;
}
.anim_el {
transition:opacity 500ms!important;
}
.page-template-page-gallery-grid .main_wrapper,
.page-template-page-gallery-packery .main_wrapper {
text-align:center;
}
.packery_gallery_wrapper .gt3_grid_module_button {
margin-top: -39px;
position: relative;
z-index: 123;
margin-bottom: 14px;
text-align: center;
color: #ffffff;    
}
.packery_gallery_wrapper .gt3_grid_module_button .packery_load_more:hover {
background-color: rgba(0, 0, 0, 0.85);
} .packery_grid {
font-size:0;
line-height:0;
margin-right:-5px;
}
.packery_columns4 .packery-item4 .packery_item_inner {
background-position-y: 20%; 
}
.packery_item_inner {
background:no-repeat center;
background-size:cover;
position:relative;
width:100%;
height:100%;
transition:opacity 500ms;
}
.packery_item_inner a {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
display:block;
z-index:19;
}
.packery_item_inner .holder {
width:100%;
height:auto;
display:block;
opacity:0;
}
.packery_grid_wrapper {
padding-bottom:60px;
}
.packery_grid_wrapper .packery-item a:before {
content:'';
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
background:rgba(0,0,0,0);
transition:background 400ms;
z-index:17;
}
.packery_grid_wrapper .packery-item a:hover:before {
background:rgba(0,0,0,0.5);
}
.loading,
.anim_el.loading {
opacity:0!important;    
z-index:-10!important;
}
.loading.anim_el.grid-item,
.loading.anim_el.packery-item {
opacity:1!important;    
z-index:2!important;
}
.anim_el2.loading.anim_el.grid-item,
.anim_el2.loading.anim_el.packery-item {
opacity:0!important;
}
.loading.anim_el.packery-item .packery_item_inner {
opacity:0!important;    
z-index:-10!important;  
} 
.grid-item .img-preloader,
.packery-item .img-preloader {
width:30px;
height:30px;    
position:absolute;
left:50%;
top:50%;
opacity:0;
z-index:-1;
transform:translate(-50%,-50%);
transition:opacity 500ms, z-index 500ms;
}
.loading.anim_el.grid-item .img-preloader,
.loading.anim_el.packery-item .img-preloader {
opacity:1;
z-index:5;
}
.grid-item .img-preloader:before,
.packery-item .img-preloader:before {
content:'';
width:30px;
height:30px;
position:absolute;
left:0;
top:0;
border-radius:100%;
border:#494c4e 5px solid;
border-top-color:#77797a;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-animation: sas_preloader 750ms ease-in-out infinite;
animation: sas_preloader 750ms ease-in-out infinite;
}
.grid-item .img-preloader:before,
.packery-item .img-preloader:before {
-webkit-animation: sas_preloader 750ms ease-in-out infinite;
animation: sas_preloader 750ms ease-in-out infinite;
opacity:1;  
}
.loading.anim_el.grid-item img.grid_gallery_thmb {
opacity:0;
}
.anim_el {
transition:opacity 500ms!important;
}
.grid_load_more,
.packery_load_more {
font-size: 14px;
color: #ffffff;
background-color: rgba(0,0,0,0.6);
padding: 17px 63px;
margin-top: -60px;
}
.page-template-page-gallery-grid .main_wrapper,
.page-template-page-gallery-packery .main_wrapper {
text-align:center;
}
.packery-item .packery_overlay {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
display:block;
opacity:0;
transition:opacity 400ms;
}
.packery-item:hover .packery_overlay {
opacity:0.7;
} div[data-vc-parallax-image]:not([data-vc-video-bg]){
position: relative;
overflow: hidden;
}
div[data-vc-parallax-image] .vc_parallax-inner{
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 0;
background-attachment: scroll;
background-color: transparent;
background-image: inherit;
background-size: cover;
z-index: 0;
background-position: 50% 0;
}