/* Minification failed. Returning unminified contents.
(3801,49): run-time error CSS1046: Expect comma, found '0'
(3801,53): run-time error CSS1046: Expect comma, found '/'
(3803,41): run-time error CSS1046: Expect comma, found '0'
(3803,45): run-time error CSS1046: Expect comma, found '/'
(3807,1): run-time error CSS1019: Unexpected token, found '<'
(3807,11): run-time error CSS1031: Expected selector, found '='
(3807,11): run-time error CSS1025: Expected comma or open brace, found '='
 */

/* -- reset -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
/*! jQuery UI - v1.9.2 - 2019-08-06
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,Helvetica,sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Helvetica,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #dddddd; background: #e9e9e9; color: #333333; font-weight: bold; }
.ui-widget-header a { color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5c5c5; background: #f6f6f6; font-weight: normal; color: #454545; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #454545; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #cccccc; background: #ededed; font-weight: normal; color: #2b2b2b; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #2b2b2b; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #003eff; background: #007fff; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #dad55e; background: #fffa90; color: #777620; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #777620; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f1a899; background: #fddfdf; color: #5f3f3f; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #5f3f3f; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #5f3f3f; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("images/ui-icons_444444_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("images/ui-icons_444444_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("images/ui-icons_444444_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("images/ui-icons_777777_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("images/ui-icons_555555_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("images/ui-icons_ffffff_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("images/ui-icons_777620_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("images/ui-icons_cc0000_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 0px 0 0 0px; padding: 5px; background: #666666; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* -- transition -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

#header .nav-button span,
#header .nav-button,
#layout .overlay,
#layout,
#navm,
#loading .load,
.ms3{
transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
}

.ms5{
transition: .5s;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
}

.ms8{
transition: .8s;
-o-transition: .8s;
-ms-transition: .8s;
-moz-transition: .8s;
-webkit-transition: .8s;
}

.s1{
transition: 1s;
-o-transition: 1s;
-ms-transition: 1s;
-moz-transition: 1s;
-webkit-transition: 1s;
}

.s1m2{
transition: 1.2s;
-o-transition: 1.2s;
-ms-transition: 1.2s;
-moz-transition: 1.2s;
-webkit-transition: 1.2s;
}

.notransition {
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
}
/* -- scrollbar -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #eee;
	margin-right: 0;
	margin-top: 0;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* -- general -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

input::selection, ::selection {
	color: #4d555a;
	background: #ffcc00;
}

input::-moz-selection, ::-moz-selection {
	color: #4d555a;
	background: #ffcc00;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    border-radius: 0;
}

html {
	scroll-behavior: smooth;
}

html, body {
	-webkit-overflow-scrolling: touch;
	line-height: normal;
}

body {
	-webkit-text-size-adjust: 100%;
}

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}

button, input, textarea, body {
	font-family: "CircularStd-Book";
	font-size: 13px;
	color: #0f1218;
}

a, input, button {
	outline: 0;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}

a:hover {
	color: #eb5050;
}




a.u {
	position: relative;
}

a.u:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2.4pt;
	background-color: #eb5050;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "CircularStd-Book";
	color: #0f1218;
}

.red {
	color: #eb5050;
}

.red h1,
.red h2,
.red h3
{
    color: #eb5050;
}

.bg-red {
	background-color: #eb5050;
}

.white {
	color: #ffffff;
}

p {
	font-family: "CircularStd-Book";
	font-size: 30px;
}

p small {
	font-size: 15px;
}

p.bold {
	font-family: "CircularStd-Bold";
	font-size: 20px;
}

.cms p {
	margin-bottom: 30px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.s48 {
	font-size: 34px;
}

.s60 {
	font-size: 45px!important;
}

.line {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #003a48;
}

h2.bold {
	font-family: "CircularStd-Bold" !important;
}

.light-gr {
	color: #679a8d;
}

.dark-gr {
	color: #003a48;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 58, 72, 0.1);
	border-bottom: 1px solid rgba(0, 58, 72, 0.3);
}

.bg-255-9 {
	background-color: rgba(255, 255, 255, 0.9);
}

.clear {
	clear: both;
}

.cms ul li {
	font-family: "CircularStd-Book";
	font-size: 20px;
	padding: 5px 0 5px 30px;
	background-image: url(../assets/img/svg/arrow-right.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

a.download {
	position: relative;
	width: 25px;
	height: 25px;
	background-image: url(../assets/img/svg/download.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

a.download.pdf {
	background-image: url(../assets/img/svg/pdf.svg);
}

a.download:hover {
	background-image: url(../assets/img/svg/download-d.svg);
}

a.download.pdf:hover {
	background-image: url(../assets/img/svg/pdf-d.svg);
}

.bb {
	border-bottom: 1pt solid #eb5050;
}

.bb-dark {
	border-bottom: 1pt solid #000;
}

.flex-columns ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.ptheader {
	padding-top: 170px;
}

#locations-map {
	position: relative;
	background-color: #eee;
	width: 100%;
	padding: 25%;
}

/* -- Margin -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* bottom */

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

/* Top */

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt100 {
	margin-top: 100px;
}

/* Right */

.mr1 {
	margin-right: 1px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr50 {
	margin-right: 50px;
}

.mr60 {
	margin-right: 60px;
}

.mr70 {
	margin-right: 70px;
}

.mr80 {
	margin-right: 80px;
}

/* Left */

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml50 {
	margin-left: 50px;
}

/* -- Padding -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Left */

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl50 {
	padding-left: 50px;
}

.pl60 {
	padding-left: 60px;
}

/* Right */

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr50 {
	padding-right: 50px;
}

.pr60 {
	padding-right: 60px;
}

.pr70 {
	padding-right: 70px;
}

.pr80 {
	padding-right: 80px;
}

/* Bottom */

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb100 {
	padding-bottom: 100px;
}

/* Top */

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt25 {
	padding-top: 25px;
}

.pt50 {
	padding-top: 50px;
}

.pt40 {
	padding-top: 40px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pt90 {
	padding-top: 90px;
}

.pt100 {
	padding-top: 100px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.p40 {
	padding: 40px;
}

.p50 {
	padding: 50px;
}

.p0001 {
	padding: 0 0 0 1%;
}

/* -- align -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

/* -- extra -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.publisher {
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
}

/* -- tooltip -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

#tooltip {
	margin: 20px 0 0 10px;
	margin-left: -60px;
	width: 160px;
	padding: 10px;
	z-index: 9900;
	position: absolute;
	text-align: center;
	color: #4a4f52;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	display: none;
	background: #ffcc00;
}

#tooltip.right {
	margin-left: -80px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	overflow-wrap: break-word;
	/*  
    flex-direction: row | row-reverse | column | column-reverse;
    flex-wrap: nowrap | wrap | wrap-reverse;
    justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
*/
}

.nomargin {
	margin: 0;
}

.flex-columns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

.flex-columns .flex-cols {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex-columns .flex-cols.end {
	align-items: flex-end;
}

.flex-columns .flex-cols.start {
	align-items: flex-start;
}


.page-contacts a:hover,
.page-news a:hover,
.page-clients a:hover,
.page-about a:hover{
	color:#fff;
}

@media screen and (max-width: 1320px) {
	.light-text {
		font-size: 30px;
	}
}

@media screen and (max-width: 1280px) {
	h1 {
		font-size: 40px;
	}
	.s60 {
		font-size: 45px!important;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 28px;
	}
	p {
		font-size: 26px;
	}
	.s48 {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	body {
		overflow: hidden;
		overflow-y: auto;
	}
}

@media screen and (max-width: 1024px) {
	/* bottom */
	.mb10 {
		margin-bottom: 5px;
	}
	.mb15 {
		margin-bottom: 8px;
	}
	.mb20 {
		margin-bottom: 10px;
	}
	.mb25 {
		margin-bottom: 12px;
	}
	.mb30 {
		margin-bottom: 15px;
	}
	.mb50 {
		margin-bottom: 25px;
	}
	.mb80 {
		margin-bottom: 40px;
	}
	.mb100 {
		margin-bottom: 50px;
	}
	/* Top */
	.mt10 {
		margin-top: 5px;
	}
	.mt15 {
		margin-top: 8px;
	}
	.mt20 {
		margin-top: 10px;
	}
	.mt25 {
		margin-top: 12px;
	}
	.mt30 {
		margin-top: 15px;
	}
	.mt40 {
		margin-top: 20px;
	}
	.mt50 {
		margin-top: 25px;
	}
	.mt100 {
		margin-top: 50px;
	}
	/* Right */
	.mr10 {
		margin-right: 5px;
	}
	.mr15 {
		margin-right: 8px;
	}
	.mr20 {
		margin-right: 10px;
	}
	.mr25 {
		margin-right: 12px;
	}
	.mr50 {
		margin-right: 25px;
	}
	.mr60 {
		margin-right: 30px;
	}
	.mr70 {
		margin-right: 35px;
	}
	.mr80 {
		margin-right: 40px;
	}
	/* Left */
	.ml10 {
		margin-left: 5px;
	}
	.ml15 {
		margin-left: 8px;
	}
	.ml20 {
		margin-left: 10px;
	}
	.ml25 {
		margin-left: 12px;
	}
	.ml50 {
		margin-left: 25px;
	}
	.pl10 {
		padding-left: 5px;
	}
	.pl15 {
		padding-left: 8px;
	}
	.pl20 {
		padding-left: 10px;
	}
	.pl25 {
		padding-left: 12px;
	}
	.pl30 {
		padding-left: 15px;
	}
	.pl50 {
		padding-left: 25px;
	}
	.pl60 {
		padding-left: 30px;
	}
	/* Right */
	.pr10 {
		padding-right: 5px;
	}
	.pr15 {
		padding-right: 8px;
	}
	.pr20 {
		padding-right: 10px;
	}
	.pr25 {
		padding-right: 12px;
	}
	.pr30 {
		padding-right: 15px;
	}
	.pr50 {
		padding-right: 25px;
	}
	.pr60 {
		padding-right: 30px;
	}
	.pr70 {
		padding-right: 35px;
	}
	.pr80 {
		padding-right: 40px;
	}
	/* Bottom */
	.pb10 {
		padding-bottom: 5px;
	}
	.pb15 {
		padding-bottom: 8px;
	}
	.pb20 {
		padding-bottom: 10px;
	}
	.pb25 {
		padding-bottom: 12px;
	}
	.pb40 {
		padding-bottom: 20px;
	}
	.pb50 {
		padding-bottom: 25px;
	}
	.pb60 {
		padding-bottom: 30px;
	}
	.pb70 {
		padding-bottom: 35px;
	}
	.pb80 {
		padding-bottom: 40px;
	}
	.pb90 {
		padding-bottom: 45px;
	}
	.pb100 {
		padding-bottom: 50px;
	}
	/* Top */
	.pt10 {
		padding-top: 5px;
	}
	.pt15 {
		padding-top: 8px;
	}
	.pt20 {
		padding-top: 10px;
	}
	.pt25 {
		padding-top: 12px;
	}
	.pt40 {
		padding-top: 20px;
	}
	.pt50 {
		padding-top: 25px;
	}
	.pt60 {
		padding-top: 30px;
	}
	.pt70 {
		padding-top: 35px;
	}
	.pt80 {
		padding-top: 40px;
	}
	.pt90 {
		padding-top: 45px;
	}
	.pt100 {
		padding-top: 50px;
	}
	.p20 {
		padding: 10px;
	}
	.p30 {
		padding: 15px;
	}
	.p40 {
		padding: 20px;
	}
	.p50 {
		padding: 25px;
	}
	p {
		font-size: 20px;
	}
	p small {
		font-size: 14px;
	}
	p.bold {
		font-size: 16px;
	}
	.cms p {
		margin-bottom: 15px;
	}
	h1 {
		font-size: 30px;
	}
	.s60 {
		font-size: 40px!important;
	}
	h2 {
		font-size: 28px;
	}
	.s48 {
		font-size: 28px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}
	.flex-columns .flex-cols.end {
		align-items: center;
	}
	.ptheader {
		padding-top: 100px;
	}
}

.load-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 13100;
	pointer-events: none;
}

.load-screen {
	position: absolute;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-color: #e60028;
	width: 0%;
	height: 100%;
}


/* -- font -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* BOLD */

@font-face {
	font-family: "CircularStd-Bold";
	src: url("/assets/fonts/CircularStd-Bold.eot");
	src: url("/assets/fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/CircularStd-Bold.woff") format("woff"), url("/assets/fonts/CircularStd-Bold.ttf") format("truetype"), url("/assets/fonts/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* BOOK */

@font-face {
	font-family: "CircularStd-Book";
	src: url("/assets/fonts/CircularStd-Book.eot");
	src: url("/assets/fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/CircularStd-Book.woff") format("woff"), url("/assets/fonts/CircularStd-Book.ttf") format("truetype"), url("/assets/fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* -- nav button -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

#layout {
	position: relative;
	background: white;
}

#layout .overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 8000;
	position: fixed;
	left: 220px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#navm {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -120px;
	width: 220px;
	overflow: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	background: #fdeded;
	opacity: 0;
	visibility: hidden;
}

#navm ul, #navm li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-size: 18px!important;
}

#navm ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#navm li a {
	display: block;
	padding: 0;
	color: #000;
	width: 100%;
	box-sizing: border-box;
}

#navm ul ul {
	margin: 0;
	background: #fdeded;
}

#navm ul ul li a {
	font-size: 18px!important;
	color: #888;
}

#navm li a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.module-header h1 {
	display: none;
}

.module-header .nav-button {
	height: 90px;
	width: 90px;
	box-sizing: border-box;
	padding: 38px 0 38px 60px;
	position: absolute;
	right: 0;
	top: -18px;
	z-index: 100;
	cursor: pointer;
	display: none;
}

.module-header .nav-button span {
	height: 4px;
	background: #eb5050;
	margin: 4px 0 4px;
	display: block;
}

#navm .mod-cols ul li, #navm>ul>li>a {
	padding: 10px;
}

#navm .mod-cols .empty, #navm .mod-cols .head-title {
	display: none;
}

html.page-about .module-header .nav-button span, html.page-clients .module-header .nav-button span, html.page-news .module-header .nav-button span, html.page-contacts .module-header .nav-button span {
	background: #261b62;
}

/**/

@media screen and (max-width: 1024px) {
	.module-header .nav-button {
		display: block;
		transition: 0.5s;
	}
	.module-header.active .nav-button {
		display: block;
		top: 6px;
	}
	html.mobile #navm {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	html.mobile body {
		overflow: hidden;
	}
	html.mobile #layout {
		margin-left: 220px;
		margin-right: -220px;
	}
	html.mobile #layout .overlay {
		opacity: 1;
		visibility: visible;
		cursor: pointer;
	}
	html.mobile #layout .overlay:hover {
		background: rgba(0, 0, 0, 0);
	}
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 13100;
}

#loading .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 200px;
    background-color: #fff;
    overflow: hidden;
}

#loading .box img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

#loading .box .load {
    width: 0;
    height: 5px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1440px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 1px;
}

.container.abs {
	position: absolute;
	width: 1440px;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 1px;
}

.container.small {
	position: relative;
	margin: 0 auto;
	width: 720px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 1px;
}

@media screen and (max-width: 1440px) {
	.container.abs,
	.container {
		width: 1280px;
	}
}

@media screen and (max-width: 1320px) {
	.container.abs,
	.container {
		width: 960px;
	}
}

@media screen and (max-width: 1024px) {
	.container.abs {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		transform: none;
	}

	.container.mob-pad {
		padding: 0 20px;
	}

	.container {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.container.abs,
	.container {
		width: 720px;
	}
}

@media screen and (max-width: 768px) {
	.container.small,
	.container {
		width: auto;
	}

	.container.abs {
		width: 100%;
	}
}

/* -- cols -- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.x1 {
	width: calc(100% / 12 * 12);
}

.x2 {
	width: calc(100% / 12 * 2);
}

.x3 {
	width: calc(100% / 12 * 3);
}

.list-x4 li, .x4 {
	width: calc(100% / 12 * 4);
}

.x4.cols-margin {
	width: calc(100% / 12 * 4 - 2%);
	margin-right: 3%;
	margin-bottom: 2%;
}

.x5 {
	width: calc(100% / 12 * 5);
}

.list-x6 li, .x6 {
	width: calc(100% / 12 * 6);
}

.x6.cols-margin {
	width: calc(100% / 12 * 6 - 2%);
	margin-right: 4%;
}

.x7 {
	width: calc(100% / 12 * 7);
}

.x8 {
	width: calc(100% / 12 * 8);
}

.x9 {
	width: calc(100% / 12 * 9);
}

.x10 {
	width: calc(100% / 12 * 10);
}

.x11 {
	width: calc(100% / 12 * 11);
}

.x12 {
	width: calc(100% / 12 * 12);
}

.last {
	margin-right: 0 !important;
}

.x4.cols-margin:nth-child(3n) {
	margin-right: 0;
}

.square {
	padding-top: 30%!important;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.square a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.8);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px;
	background-image: url(../../assets/img/svg/ig.svg);
	opacity: 0;
	transition: 0.5s;
}

.square:hover a {
	opacity: 1;
}

@media screen and (max-width: 1320px) {
	.list-x4 li {
		width: calc(100% / 12 * 12);
	}
}

@media screen and (max-width: 1024px) {
	.x6.cols-margin {
		width: calc(100% / 12 * 12);
		margin-right: 0%;
	}
	.x1, .x2, .x3, .x4, .x5, .x6, .x7, .x8, .x9, .x10, .x11, .x12 {
		width: calc(100% / 12 * 12);
	}
	.x4.cols-margin {
		width: calc(100% / 12 * 6 - 2%);
		margin-right: 4%;
		margin-bottom: 2%;
	}
	.x4.cols-margin:nth-child(3n) {
		margin-right: 4%;
	}
	.x4.cols-margin:nth-child(2n) {
		margin-right: 0;
	}
	.mod-col4x8 .x4.square {
		padding-top: 50%!important;
	}
}

@media screen and (max-width: 680px) {
	.x4.cols-margin {
		width: calc(100% / 12 * 12);
		margin-right: 0%;
	}
	.x4.cols-margin:nth-child(3n) {
		margin-right: 0%;
	}
	.x4.cols-margin:nth-child(2n) {
		margin-right: 0;
	}
	.mod-col4x8 .x4.square {
		padding-top: 100%!important;
	}
}
/* -- cols -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.col {
float: left;
width: 100%;
position: relative;
min-height: 1px;
}

.col.col2 {
width: 50%;
}

.col.col3 {
width: 33.33%;
}

.col.col3x2 {
width: 66.66%;
}

.col.col4 {
width: 25%;
}

.col.col4x3 {
width: 75%;
}

.col.col5 {
width: 20%;
}

.col.col5x4 {
width: 80%;
}

.col.col5x3 {
width: 60%;
}

.col.col5x2 {
width: 40%;
}

.col.col6 {
width: 16.66%;
}

/* -- cols + margin -- */

.col.col2.margin {
width: 48%;
margin-right: 4%;
}

.col.col3.margin {
width: 32%;
margin-right: 2%;
}

.col.col3x2.margin.col-left {
width: 64%;
margin-right: 4%;
}

.col.col3x2.margin.col-right {
width: 64%;
margin-left: 2%;
}

.col.col4.margin {
width: 23.5%;
margin-right: 2%;
}

.col.col4x3.margin.col-left {
width: 74.5%;
margin-right: 2%;
}

.col.col4x3.margin.col-right {
width: 74.5%;
margin-left: 2%;
}

.col.col5.margin {
width: 18.4%;
margin-right: 2%;
}

.col.col6.margin {
width: 15%;
margin-right: 2%;
}

.col.margin.last {
margin-right: 0 !important;	
}

@media screen and (max-width: 768px) {


	
	.col {
	float: none !important;
	clear: both !important;
	width: auto !important;
	margin-right: 0 !important;
        margin-left: 0 !important;
	}

}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('https://d2.uk/font/brandon_bld-webfont.eot');
    src: url('https://d2.uk/font/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('https://d2.uk/font/brandon_bld-webfont.woff') format('woff'), url('https://d2.uk/font/brandon_bld-webfont.ttf') format('truetype'), url('https://d2.uk/font/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}


.ie-update-popup{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.9);
    z-index: 13000;
    display: none;
}

.ie-update-popup .box-update{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
    background-color: #fff;
    padding:60px 50px;
    width:720px;
    text-align: center;
}

.ie-update-popup .box-update h4{
    font-size: 32px;
    color:#000;
    margin-bottom: 30px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 700;
}

.ie-update-popup .box-update p{
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'brandon_grotesquebold', sans-serif;
}

.ie-update-popup .box-update a.btn-update{
    padding:15px 20px;
    font-size: 18px;
    background-color: #000;
    color:#fff;
    text-align: center;
    display: inline-block;
    width:49%;
    font-family: 'brandon_grotesquebold', sans-serif;
    transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
    text-decoration: none;
}

.ie-update-popup .box-update a.btn-update:hover{
    opacity: 0.5;
}

@media (max-width: 768px) {
		
    
    .ie-update-popup .box-update p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .ie-update-popup .box-update h4{
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .ie-update-popup .box-update{
        padding:40px 25px;
        width:90%;
    }
        
    .ie-update-popup .box-update a.btn-update{
        width:100%;
        margin-bottom: 5px;
    }
}
@keyframes ImgLoading {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.load-bg {
	background: linear-gradient(-45deg, #eee, #ddd, #eee, #ddd);
	background-size: 400% 400%;
	animation: ImgLoading 1s ease infinite;
	-webkit-backface-visibility: hidden;
}

.fade {
	animation-name: fade;
	animation-duration: 2s;
}



/* Custom ----------------------------------------> */


.image-loader {
	margin-top: 100px;
	position: relative;
}

.image-loader .box-image {
	position: relative;
	width: 500px;
	height: 300px;
	display: block;
	margin: 0 auto;
	background-color: #ccc;
	margin-bottom: 25px;
	overflow: hidden;
}

.image-loader .box-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
	width: 100%;
}
/* Animations --------------------------------------------------------------------------------------------------------------------------------------*/
.anim {
	transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	transform: translateY(0%) translateX(0%) !important;
	-o-transform: translateY(0%) translateX(0%) !important;
	-ms-transform: translateY(0%) translateX(0%) !important;
	-moz-transform: translateY(0%) translateX(0%) !important;
	-webkit-transform: translateY(0%) translateX(0%) !important;
	opacity: 1;
	z-index: 1100;
}

.anim.come-bott {
	transform: translateY(130%) !important;
	-o-transform: translateY(130%) !important;
	-ms-transform: translateY(130%) !important;
	-moz-transform: translateY(130%) !important;
	-webkit-transform: translateY(130%) !important;
}

.anim.come-fade {
	opacity: 0;
}

.anim-fade {
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.anim-fade.come {
	opacity: 1;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.ico-scroll {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.come-right {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-5%, 0, 0);
		transform: translate3d(-5%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.come-left {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.anim-box {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}

.delay {
	transition-delay: 4s;
}

@media screen and (max-width: 1440px) {
	#map-anim {
		top: 18.7vw;
		height: 55vw;
	}
}

@media screen and (max-width: 1150px) {
	#map-anim {
		top: 21.7vw;
		height: 55vw;
	}
}

@media screen and (max-width: 767px) {
	.anim.come-bott {
		transform: translateY(0%) !important;
		-o-transform: translateY(0%) !important;
		-ms-transform: translateY(0%) !important;
		-moz-transform: translateY(0%) !important;
		-webkit-transform: translateY(0%) !important;
	}

	#map-anim {
		position: relative;
		top: 0;
		width: 100%;
		right: auto;
		height: 55vw;
		float: right;
		margin-bottom: 40px;
	}
}

#layout {
    position: relative;
    min-height: 100vh;
}

/* Contacts */

html.page-contacts #layout {
  background-color: #ed6ea7;
}

/* News */

html.page-news #layout {
  background-color: #5fc4e1;
}

/* Clients */

html.page-clients #layout {
  background-color: #f7a600;
}

/* Abouts */

html.page-about #layout {
  background-color: #a8d3af;
}
.gen-btn {
	font-size: 30px;
	color: #000;
	position: relative;
	display: inline-block;
}

.gen-btn:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.link-table {
	display: block;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 20px;
	padding: 5px 0;
}

.module-wrap-image .link-table:hover {
	color: #fff;
}

.maps-link {
	font-family: "CircularStd-Book";
	display: inline-block;
	color: #eb5050;
	font-size: 13px;
	transition: .3s;
}

.maps-link:hover {
	color: #000;
}

.gen-btn.action-accordion {
	font-size: 20px;
}

@keyframes contentImgLoading2 {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.module-wrap-image {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.module-wrap-image .lazy-img-bg, .module-wrap-image .dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.module-wrap-image img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.module-wrap-image.img-layout img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	transform: none;
}

.module-wrap-image.img-layout.w100 img {
	width: 100%;
}

.module-wrap-image .dark-overlay {
	z-index: 1000;
	background: rgb(0, 0, 0);
	background: linear-gradient( 90deg, rgba(0, 0, 0, 0.5802696078431373) 0%, rgba(0, 0, 0, 0) 70%);
}

.module-wrap-image .dark-overlay.branded {
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.8);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px;
	background-image: url(/assets/img/svg/logo-b.svg);
	opacity: 0;
	transition: 0.5s;
}

.mod-properties .x4:hover .module-wrap-image .dark-overlay.branded {
	opacity: 1;
}

.module-wrap-image .lazy-img-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: 0.5s;
}

.module-wrap-image .lazy-img-bg.cont {
	background-size: contain;
}

.module-wrap-image:after {
	top: 0;
	left: 0;
	transition: 0.5s;
	content: "";
	width: 100%;
	height: 98%;
	position: absolute;
	background: linear-gradient(-45deg, #eee, #ccc, #eee, #ccc);
	background-size: 400% 400%;
	animation: contentImgLoading2 1s ease infinite;
	z-index: 0;
}


.module-wrap-image.no-anim:after {
	content: "";
	display: none !important;
}


/* mod-drawer */

.mod-drawer {
	position: absolute;
	top: 0;
	left: -60%;
	width: 50%;
	background-color: #eb5050;
	bottom: 0;
	z-index: 1100;
}

.module-wrap-image:hover {
	cursor: pointer;
}

.module-wrap-image:hover .mod-drawer {
	left: 0%;
}

@media screen and (max-width: 1320px) {
	.mod-drawer {
		position: absolute;
		top: 0;
		left: -100%;
		width: 90%;
		background-color: #eb5050;
		bottom: 0;
		z-index: 5;
	}
}
.mod-content-text {
  padding: 35px 0 100px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .mod-content-text {
    padding: 35px 0 50px;
  }
}
.mod-wrap-container {
  position: relative;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .mod-wrap-container {
    width: 1600px;
    position: relative;
    padding: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .mod-wrap-container {
    padding: 0 25px;
  }
}
.module-header {
    position: relative;
    width: 100%;
    background-color: #fff;
}

html.page-about .module-header {
    background-color: #a8d3af;
}

html.page-news .module-header {
    background-color: #5fc4e1;
}

html.page-clients .module-header {
    background-color: #f7a600;
}

html.page-contacts .module-header {
    background-color: #ed6ea7;
}

.module-header {
    position: fixed;
    top: 0;
    left: 50px;
    right: 50px;
    /*	width: auto;*/
    width: calc(100% - 100px);
    z-index: 13000;
}

.mod-header-wrap {
    border-bottom: 2pt solid #eb5050;
}

    .mod-header-wrap .module-header-nav {
        float: right;
    }

    .mod-header-wrap:after {
        content: '';
        display: table;
        clear: both;
    }

    .mod-header-wrap .module-header-nav ul li {
        position: relative;
        float: left;
        font-size: 30px;
    }

    .mod-header-wrap .module-header-nav ul > li > a {
        color: #eb5050;
        font-size: 24px;
        display: block;
        padding: 35px 50px 71px;
    }

    .mod-header-wrap .module-header-nav ul li a:hover {
        color: #261b62;
    }

html.page-clients .mod-header-wrap .module-header-nav ul li a, html.page-about .mod-header-wrap .module-header-nav ul li a, html.page-contacts .mod-header-wrap .module-header-nav ul li a, html.page-news .mod-header-wrap .module-header-nav ul li a {
    color: #000;
}

    html.page-clients .mod-header-wrap .module-header-nav ul li a:hover, html.page-about .mod-header-wrap .module-header-nav ul li a:hover, html.page-contacts .mod-header-wrap .module-header-nav ul li a:hover, html.page-news .mod-header-wrap .module-header-nav ul li a:hover {
        color: #eb5050;
    }

html.page-about .mod-header-wrap, html.page-clients .mod-header-wrap, html.page-news .mod-header-wrap, html.page-contacts .mod-header-wrap {
    border-bottom: 2pt solid #000;
}

.mod-header-wrap .module-header-nav ul li:last-child a {
    padding-right: 0;
}

.mod-header-wrap .logo {
    position: relative;
    width: 350px;
    padding: 35px 0;
    transition: .3s;
}

.mod-header-wrap .module-header-nav ul li > ul {
    position: fixed;
    top: 135px;
    left: 50px;
    background-color: #fdeded;
    z-index: 13000;
    right: 50px;
    opacity: 0;
    display: none;
    visibility: hidden;
    border-top: 2pt solid #eb5050;
}

    .mod-header-wrap .module-header-nav ul li > ul li {
        float: none;
    }

        .mod-header-wrap .module-header-nav ul li > ul li a {
            color: #000;
            font-size: 30px;
            padding: 0;
        }

.mod-header-wrap .module-header-nav ul li:hover > ul {
    opacity: 1;
    display: block;
    visibility: visible;
}

.mod-header-wrap .logo.blue, .mod-header-wrap .logo.blue, .mod-header-wrap .logo.blue, .mod-header-wrap .logo.blue {
    display: none;
}

html.page-about .mod-header-wrap .logo.red, html.page-clients .mod-header-wrap .logo.red, html.page-contacts .mod-header-wrap .logo.red, html.page-news .mod-header-wrap .logo.red {
    display: none;
}

html.page-about .mod-header-wrap .logo.blue, html.page-clients .mod-header-wrap .logo.blue, html.page-contacts .mod-header-wrap .logo.blue, html.page-news .mod-header-wrap .logo.blue {
    display: inline-block;
}

.module-header.active .mod-header-wrap .logo {
    width: 250px;
    padding: 20px 0;
}

.module-header.active .mod-header-wrap .module-header-nav ul > li > a {
    /*	padding: 28px 50px 45px;*/
    padding: 28px 50px 31px;
}

.module-header.active .mod-header-wrap .module-header-nav ul li ul li a {
    padding: 0 !important;
}

.module-header.active .mod-header-wrap .module-header-nav ul li:last-child a {
    padding-right: 0;
}

.module-header.active .mod-header-wrap .module-header-nav ul li > ul {
    /*	top: 104px;*/
    top: 88px;
}

/* Responsive */

@media screen and (min-width: 1600px) {
    .module-header {
        position: fixed;
        top: 0;
        left: 50%;
        width: 1600px;
        z-index: 13000;
        transform: translate(-50%, 0);
    }

    .mod-header-wrap .module-header-nav ul li > ul {
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1600px) {
    .mod-header-wrap .module-header-nav ul > li > a {
        padding: 28px 30px 78px;
    }

    .module-header.active .mod-header-wrap .module-header-nav ul > li > a {
        padding: 28px 30px 31px;
    }
}

@media screen and (max-width: 1320px) {
    .mod-header-wrap .module-header-nav ul > li > a {
        padding: 28px 30px 66px;
    }

    .module-header.active .mod-header-wrap .module-header-nav ul > li > a {
        padding: 28px 30px 36px;
    }

    .mod-header-wrap .module-header-nav ul > li > a,
    .mod-header-wrap .module-header-nav ul li,
    .mod-header-wrap .module-header-nav ul li > ul li a {
        font-size: 20px;
    }

    .mod-header-wrap .logo {
        width: 250px;
    }

    .mod-header-wrap .module-header-nav ul li > ul {
        top: 118px;
    }

    .mod-header-wrap.active .module-header-nav ul li > ul {
        top: 88px;
    }
}

@media screen and (max-width: 1280px) {
    .module-header.active .mod-header-wrap .module-header-nav ul > li > a {
        padding: 28px 20px 36px;
    }

    .mod-header-wrap .module-header-nav ul > li > a {
        padding: 28px 20px 66px;
    }
}

@media screen and (max-width: 1024px) {
    .mod-header-wrap .module-header-nav .module-header-nav-list {
        display: none;
    }

    .mod-header-wrap .logo {
        width: 180px;
        padding: 20px 0;
    }

    .module-header {
        left: 25px;
        right: 25px;
    }

    html.mobile .module-header {
        left: 220px;
    }

    .module-header {
        width: calc(100% - 50px);
    }

    .mob-hide {
        display: none;
    }
}

.module-footer {
    border-top: 2pt solid #eb5050;
    padding-top: 80px;
}

    .module-footer .f-left {
        width: 200px;
    }

        .module-footer .f-left img {
            max-width: 33px;
        }

    .module-footer .f-right {
        width: 200px;
    }

    .module-footer .f-center {
        width: calc(100% - 200px);
    }

        .module-footer .f-right, .module-footer .f-center .x6 {
            position: relative;
        }

            .module-footer .f-right ul, .module-footer .f-center ul {
                font-size: 20px;
                position: absolute;
                bottom: 0;
                left: 0;
            }

            .module-footer .f-right ul {
                left: auto;
                right: 0;
                height: 30px;
            }

    .module-footer .f-right, .module-footer .f-left, .module-footer .f-center {
        position: relative;
        float: left;
    }

    .module-footer:after {
        content: '';
        clear: both;
        display: table;
    }

    .module-footer .f-right ul li {
        display: inline-block;
        margin-left: 15px;
    }

        .module-footer .f-right ul li a {
            width: 30px;
            height: 30px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
        }

            .module-footer .f-right ul li a.tw {
                background-image: url(/assets/img/svg/tw.svg);
            }

            .module-footer .f-right ul li a.ig {
                background-image: url(/assets/img/svg/ig.svg);
            }

            .module-footer .f-right ul li a.fb {
                background-image: url(/assets/img/svg/fb.svg);
            }

            .module-footer .f-right ul li a.in {
                background-image: url(/assets/img/svg/in.svg);
            }

            .module-footer .f-right ul li a:hover {
                opacity: 0.5;
            }

html.page-clients .module-footer .f-right ul li a.tw, html.page-news .module-footer .f-right ul li a.tw, html.page-contacts .module-footer .f-right ul li a.tw, html.page-about .module-footer .f-right ul li a.tw {
    background-image: url(/assets/img/svg/tw-b.svg);
}

html.page-clients .module-footer .f-right ul li a.ig, html.page-news .module-footer .f-right ul li a.ig, html.page-contacts .module-footer .f-right ul li a.ig, html.page-about .module-footer .f-right ul li a.ig {
    background-image: url(/assets/img/svg/ig-b.svg);
}

html.page-clients .module-footer .f-right ul li a.fb, html.page-news .module-footer .f-right ul li a.fb, html.page-contacts .module-footer .f-right ul li a.fb, html.page-about .module-footer .f-right ul li a.fb {
    background-image: url(/assets/img/svg/fb-b.svg);
}

html.page-clients .module-footer .f-right ul li a.in, html.page-news .module-footer .f-right ul li a.in, html.page-contacts .module-footer .f-right ul li a.in, html.page-about .module-footer .f-right ul li a.in {
    background-image: url(/assets/img/svg/in-b.svg);
}

.footer-logo.blue {
    display: none;
}

html.page-about .module-footer, html.page-clients .module-footer, html.page-news .module-footer, html.page-contacts .module-footer {
    border-top: 2pt solid #000;
}

    html.page-about .module-footer .footer-logo.red, html.page-clients .module-footer .footer-logo.red, html.page-news .module-footer .footer-logo.red, html.page-contacts .module-footer .footer-logo.red {
        display: none;
    }

    html.page-about .module-footer .footer-logo.blue, html.page-clients .module-footer .footer-logo.blue, html.page-news .module-footer .footer-logo.blue, html.page-contacts .module-footer .footer-logo.blue {
        display: block;
    }

    html.page-about .module-footer .x6 ul li a:hover, html.page-clients .module-footer .x6 ul li a:hover, html.page-news .module-footer .x6 ul li a:hover, html.page-contacts .module-footer .x6 ul li a:hover {
        color: #ffffff;
    }

a:hover {
    color: #eb5050;
}

@media screen and (max-width: 1280px) {
    .module-footer .f-center {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .module-footer .f-right ul, .module-footer .f-center ul, .module-footer .f-right, .module-footer .f-left, .module-footer .f-center {
        float: none;
        width: 100%;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

        .module-footer .f-center ul {
            padding: 20px 0;
        }

        .module-footer .f-left img {
            margin: 0 auto;
            max-width: 30px;
        }

        .module-footer .f-right ul li:first-child {
            margin-left: 0;
        }

        .module-footer .f-right ul {
            margin-top: 25px;
        }
}

.mod-slider {
    position: relative;
    z-index: 10;
}

    .mod-slider .module-wrap-image {
        width: 100%;
        position: relative;
        background-color: #ccc;
        height: calc(100vh - 210px);
        margin-top: 175px;
        max-height: 768px;
    }

.mod-slider-carousel {
    position: relative;
    z-index: 10;
}

    .mod-slider-carousel .lazy-img-bg {
        position: relative;
        max-height: 650px;
    }

        .mod-slider-carousel .lazy-img-bg.fixheight {
            height: 650px;
            padding: 0;
        }

.slider-action {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .slider-action li {
        display: inline-block;
        margin-right: 5px;
    }

        .slider-action li button {
            border: 0;
            background: transparent;
            color: #eb5050;
            font-size: 20px;
            cursor: pointer;
            transition: 0.5s;
        }

    .slider-action.w li button {
        color: #ffffff;
    }

    .slider-action li button:hover {
        color: #000;
    }

    .slider-action li:after {
        content: '/';
        position: relative;
        font-size: 20px;
        color: #eb5050;
        margin-left: 5px;
    }

    .slider-action.w li:after {
        color: #ffffff;
    }

    .slider-action li:last-child:after {
        display: none;
    }

.mod-slider-carousel .slick-dots {
    display: none !important;
}

.d-space {
    position: relative;
    padding: 35%;
}

.mod-slider-carousel.fullheight .lazy-img-bg .d-space {
    padding: 0;
    height: calc(100vh - 50px);
}

.mod-slider-carousel.fullheight .lazy-img-bg {
    max-height: none;
}

@media screen and (max-width: 1320px) {
    .mod-slider .module-wrap-image {
        margin-top: 150px;
        height: auto;
    }

        .mod-slider .module-wrap-image.hero-slider {
            height: calc(100vh - 130px);
        }
}

@media screen and (max-width: 1024px) {
    .mod-slider .module-wrap-image {
        margin-top: 100px;
        max-height: none;
    }

    .slider-action {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .mod-slider .module-wrap-image {
        padding: 50px 25px;
    }

    html.page-home .mod-slider .module-wrap-image {
        padding: 0;
    }

        html.page-home .mod-slider .module-wrap-image .mod-form {
            padding: 0;
        }
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: '';
}

.mod-form {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
}

.mod-form.prop-search {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.map-filter-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mod-form select, 
.mod-form input {
	width: 100%;
	border: 0;
	height: 100px;
	padding: 45px 20px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 36px;
	color: #eb5050;
	border-radius: 0 !important;
}

.mod-form input {
	color: #eb5050;
}

.mod-form input[type="submit"] {
	background-color: #eb5050;
	text-align: left;
	cursor: pointer;
	color: #000;
	padding: 0 20px 45px;
	font-size: 20px;
	transition: 0.3s;
	-webkit-appearance: none;
	border-radius: 0 !important;
}

.mod-form input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #eb5050;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #eb5050;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #eb5050;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #eb5050;
}

.mod-form fieldset {
	position: relative;
}

.mod-form fieldset legend {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 20px;
	color: #000;
}

select option {
	font-size: 18px;
}

select {
	background-position: bottom right 10px;
	background-repeat: no-repeat;
	background-size: 25px;
	background-image: url(/assets/img/svg/plus-d.svg);
}

/*
@media screen and (max-width: 1600px) {
	.mod-form select, .mod-form input {
		font-size: 28px;
	}
	select {
		background-size: 18px;
	}
	
}
*/

@media screen and (max-width: 1280px) {
	.mod-form select, .mod-form input {
		font-size: 28px;
	}
	select {
		background-size: 18px;
	}
	
	.mod-form fieldset legend {
		font-size: 18px;
	}
	
	.mod-form input[type="submit"] {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 1024px) {

    .mod-form {
        width: 90%;
    }

	.mod-form fieldset {
		margin: 0;
		margin-bottom: 1px;
	}
	
	.mod-form fieldset legend {
		top: 10px;
    	left: 10px;
		font-size: 16px;
	}
	
	.mod-form select, 
	.mod-form input {
		height: 75px;
    	padding: 40px 10px 10px;
		font-size: 22px;
	}
	
	select {
		background-size: 15px;
	}
	
	.mod-form input[type="submit"] {
		padding: 20px 10px;
		height: auto;
	}
	
}


@media screen and (max-width: 768px) {

.mod-form {
    width: calc(100% - 30px);
}
}
.mod-cols-image {
  position: relative;
  padding: 35px 0;
}

@media screen and (max-width: 1024px) {
  .mod-cols-image .x6 {
    width: calc(100% / 12 * 6)!important;
  }
}

@media screen and (max-width: 720px) {
  .mod-cols-image .x6 {
    width: 100%!important;
  }
}
.mod-cols {
    position: relative;
    /* padding: 35px 0 100px; */
}

    .mod-cols ul li {
        padding: 5px 0;
        font-size: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .mod-cols ul.no-bott-line li:last-child {
        border-bottom: 0;
    }

    .mod-cols ul li a {
        font-size: 30px;
    }

.on-mob {
    display: none;
}

.mod-cols .spec-list ul li {
    padding: 5px 0;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1280px) {
    .mod-cols ul li, .mod-cols ul li a {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .mod-cols ul.no-bott-line li:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .on-mob {
        display: block;
    }
}

.mod-cols .prop-details ul {
    border-top: 1px solid #000;
    margin-bottom: 30px;
}

    .mod-cols .prop-details ul li a,
    .mod-cols .prop-details ul li {
        padding: 5px 0;
        font-size: 20px;
        border-top: 0;
        border-bottom: 1px solid #000;
    }

        .mod-cols .prop-details ul li a {
            border-bottom: none;
        }

.mod-cols .prop-details h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.x4.hover,
.x4.hover h3 {
    color: #eb5050;
}

.x4.cols-margin.prop-details p {
    font-size: 20px !important;
}
.mod-col4x8 {
  position: relative;
}

.mod-col4x8 .x4 {
  position: relative;
}

.list-x4, .list-x6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

.list-x4 li a, .list-x6 li a {
  padding: 0;
  font-size: 18px;
  display: block;  
  white-space: nowrap;
}

.list-x4 li a:hover, .list-x6 li a:hover {
  color: #000;
}

@media screen and (max-width: 1600px) {
  .list-x4 li a, .list-x6 li a {
    font-size: 18px;
  }
  .list-x4, .list-x6 {
    padding: 20px 15px 0 4px;
  }
}

@media screen and (max-width: 1320px) {
  .list-x4 li a, .list-x6 li a {
    padding: 5px 0;
  }
  .list-x4, .list-x6 {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .mod-col4x8 .x8 {
    padding: 25px 0 0;
  }
  .list-x4, .list-x6 {
    position: relative;
    padding: 20px 0 0;
  }
  .mod-col4x8 .x4.pr50 {
    padding-right: 0;
  }
}
.mod-heading h2, .mod-heading h1 {
  font-size: 30px;
}

@media screen and (max-width: 1280px) {
  .mod-heading h1 {
    font-size: 26px;
  }
  .mod-heading h2.mb50 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
table {
	width: 100%;
}

table tr th {
	font-size: 20px;
	text-transform: uppercase;
}

table tr td {
	padding: 5px 0;
	font-size: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.mod-properties {
  position: relative;
}

.mod-properties .module-wrap-image {
  padding: 33%;
}
/*
.mod-properties .x4:hover .module-wrap-image .lazy-img-bg {
  transform: scale(1.2) rotate(5deg);
}
*/

@media screen and (max-width: 1024px) {
  .mod-properties {
    padding-top:25px ;
  }
}
.mod-square-img .mod-square-img-content {
  width: calc(100% - 350px);
}

.mod-square-img .mod-square-img-wrap .module-wrap-image {
  width: 350px;
  height: 350px;
}

.mod-square-img-social li {
  display: inline-block;
}

.mod-square-img-social li a {
  padding: 5px 0;
  font-size: 20px;
}

.mod-square-img-social li:after {
  content: '|';
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 20px;
}

.mod-square-img-social li:last-child:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mod-square-img .mod-square-img-content {
    width: 100%;
    margin-bottom: 25px;
  }
  .mod-square-img{
    display: block;
  }
  
  .mod-square-img .mod-square-img-wrap .module-wrap-image {
    width: 100%;
    padding:25%;
  }
}
.mod-logos .module-wrap-image {
	padding: 30%;
}

.mod-logos .module-wrap-image .lazy-img-bg {
	/*background-size: 80%;*/
	background-size: contain;
}

.mod-logos .module-wrap-image:after {
	display: none;
}

@media screen and (max-width: 1024px) {
	.mod-logos .x4.cols-margin {
		width: calc(100% / 12 * 4 - 2%);
		margin-right: 3%;
		margin-bottom: 2%;
	}
	.mod-logos .x4.cols-margin:nth-child(3n) {
		margin-right: 0;
	}
}
.mod-filter select {
  width: 100%;
  border: 0;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
  color: #000;
}

.mod-filter .clear-filter {
  font-size: 36px;
  color: #808080;
  border: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}

.mod-filter .clear-filter:hover {
  color: #eb5050;
}

@media screen and (max-width: 1320px) {
  .mod-filter .clear-filter, .mod-filter select {
    font-size: 26px;
  }
}
.mod-popup{
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color:rgba(255,255,255,0.9);
  z-index: 13100;
  display: none;
}

.mod-popup .container{
  width: 720px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background-color:#eb5050;
  padding: 40px 25px;
}

.mod-popup .container .close{
  width:40px;
  height: 40px; 
  position: absolute;
  top:0;
  right:0;
  background-color: #000;
  padding: 18px 10px;
  cursor: pointer;  
}

.mod-popup .container .close:after, .mod-popup .container .close:before {
  content: '';
  height: 3px;
  background: white;
  width: 100%;
  display: block;
  border-radius: 2px;
  transition: 0.3s;  
}

.mod-popup .container .close:before {
  transform: rotate(
45deg);
}

.mod-popup .container .close:after {
  transform: rotate(
-45deg);
  margin-top: -3px;
}


.mod-popup .container a,
.mod-popup .container{
  color:#fff;
}

.mod-popup .container a b{
  font-size: 18px;
}

.mod-popup .container a:hover{
color:#000;
}

.mod-popup-form{
  position: relative;
  width: 100%;
}

.mod-popup-form textarea,
.mod-popup-form input[type="email"],
.mod-popup-form input[type="text"]{
width:100%;
border:0;
background-color: #fff;
height: 55px;
padding: 20px;
margin-bottom: 10px;
font-size: 20px;
}

.mod-popup-form input[type="submit"],
.mod-popup-form .sing-prop-enq-submit {
    display: block;
    border: 0;
    width: 50%;
    background-color: #000;
    color: #fff;
    height: 55px;
    margin: 30px auto 0;
    font-size: 24px;
    transition: .5s;
    cursor: pointer;
}

.mod-popup-form input[type="submit"]:hover,
.mod-popup-form .sing-prop-enq-submit:hover {
    background-color: #fff;
    color: #000;
}

.mod-popup-form textarea{
  resize: none;
  height: 100px;
}


.mod-popup-form .checkboxes.h-control{
  height: 15px;
}

.mod-popup-form .checkboxes input[type="checkbox"]{
 position: relative;
 display: block;
 width:20px;
 height: 20px;
 margin-right: 10px;
 float:left;
}

.mod-popup-form .checkboxes label{
  position: relative;
  font-size: 15px;
  width: calc(100% - 30px);
  display: block;
  float:left;
}

.mod-popup-form .checkboxes:after{
  content: '';
  display: table;
  clear: both;
}

.bg-close {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

@media screen and (max-width: 768px) {


  .mod-popup .container{
    width: 90%;
    padding: 30px 20px;
  }

  .mod-popup-form textarea,
  .mod-popup-form input[type="email"],
  .mod-popup-form input[type="text"]{
  padding: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  height: 45px;
  }

  .mod-popup-form input[type="submit"]{
    height: 45px;
    margin: 20px auto 0;
    font-size: 20px;
  }

  .mod-popup-form .checkboxes.h-control{
    margin-bottom: 10px;
  }
  

  .mod-popup-form textarea{
    height: 80px;
  }
  

}

.mod-news-body-text {
  position: relative;
}

.mod-news-body-text.accordion {
  overflow: hidden;
  height: 250px;
}

.mod-news-body-text.accordion:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(95, 196, 225, 0)), color-stop(85%, rgb(95, 196, 225)));
  background-image: linear-gradient(rgba(95, 196, 225, 0) 5%, rgb(95, 196, 225) 85%);
  opacity: 1;
  transition: .5s;
}

.mod-news-body-text.accordion.active {
  overflow: auto;
  height: auto;
  max-height: 500px;
}

.mod-news-body-text.accordion.active:after {
  opacity: 0;
}
.mod-social-share {
    position: fixed;
    top: 50%;
    right: -85px;
    background-color: #eb5050;
    padding: 6px;
    transform: rotate( -90deg) translate(0,-50%);
    z-index: 10;
    width: 172px;
    -webkit-box-shadow: -3px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 10px 0px rgb(0 0 0 / 30%);
}


<div class="mod-social-share" > <ul class="flex" > <li > Share</li > <li > <a href="https://www.facebook.com/sharer/sharer.php?u=http://dev.d2i.co/bureau/v8/single-property/" target="_blank" class="share-ico fb" > </a > </li > <li > <a href="https://twitter.com/share?url=http://dev.d2i.co/bureau/v8/single-property/" target="_blank" class="share-ico tw" > </a > </li > <li > <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://dev.d2i.co/bureau/v8/single-property/" class="share-ico in" > </a > </li > </ul > </div >



.mod-social-share {
    position: fixed;
    top: 50%;
    right: -85px;
    background-color: #eb5050;
    padding: 6px;
    transform: rotate(-90deg) translate(0,-50%);
    z-index: 10;
    width: 172px;
    -webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
}

.mod-social-share ul li:first-child {
    line-height: 20px;
    padding: 0 5px;
    font-size: 16px;
    color: #0f1218;
}

.mod-social-share .share-ico {
    width: 30px;
    display: inline-block;
    height: 20px;
    margin: 0 3px;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

    .mod-social-share .share-ico.fb {
        background-image: url('../img/svg/fb-b.svg');
    }

    .mod-social-share .share-ico.tw {
        background-image: url(../img/svg/tw-b.svg);
    }

    .mod-social-share .share-ico.in {
        background-image: url(../img/svg/in-b.svg);
    }

    .mod-social-share .share-ico.fb:hover {
        background-image: url(../img/svg/fb-w.svg);
    }

    .mod-social-share .share-ico.tw:hover {
        background-image: url(../img/svg/tw-w.svg);
    }

    .mod-social-share .share-ico.in:hover {
        background-image: url(../img/svg/in-w.svg);
    }

