.absolute_center {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.clear {
clear: both;
}
.clear_left {
clear: left;
}
.clear_right {
clear: right;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.button,
.button_mg {
-webkit-appearance: none;
display: inline-block;
margin: 0;
padding: 13px 30px 15px 30px;
text-align: center;
font-family: 'ff-good-headline-web-pro-con', Arial, sans-serif;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
color: #ffffff;
text-decoration: none !important;
background: #cdbf00;
border: none !important;
outline: none !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.button.sidebar_button,
.button_mg.sidebar_button {
display: block;
width: 100%;
padding: 9px 20px 11px 20px;
font-size: 18px;
}
.button.button_small,
.button_mg.button_small {
padding: 9px 20px 11px 20px;
font-size: 18px;
}
.button.button_icon,
.button_mg.button_icon {
padding: 9px 12px 11px 12px;
font-size: 18px;
}
.button.button_type_transparent,
.button_mg.button_type_transparent {
background: transparent;
color: #ffffff;
border: 2px solid #cdbf00 !important;
padding: 11px 30px 13px 30px;
}
.button.button_type_transparent:hover,
.button_mg.button_type_transparent:hover {
background: #9a8f00;
border-color: #9a8f00;
color: #ffffff;
}
.button:hover:not([disabled]),
.button_mg:hover:not([disabled]) {
cursor: pointer;
text-decoration: none;
color: #ffffff;
background: #9a8f00;
}
.button:active:not([disabled]),
.button_mg:active:not([disabled]),
.button:focus:not([disabled]),
.button_mg:focus:not([disabled]) {
text-decoration: none;
color: #ffffff;
background: #9a8f00;
}
.button_dark {
background: #181818;
}
.button_dark:hover {
background: #000000 !important;
}
.circle_icon {
display: inline-block;
position: relative;
width: 44px;
height: 44px;
margin: 0 10px 0 0;
background: #141517;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.circle_icon:last-child {
margin-right: 0;
}
.circle_icon:before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.circle_icon.facebook {
background: #3d5998;
}
.circle_icon.facebook:before {
width: 10px;
height: 18px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -150px;
}
.circle_icon.linkedin {
background: #007bb6;
}
.circle_icon.linkedin:before {
width: 18px;
height: 17px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -150px;
}
a.circle_icon {
text-decoration: none;
color: #ffffff;
}
a.circle_icon:hover {
text-decoration: none;
color: #ffffff;
background: #cdbf00 !important;
}
.circle_icon_link_holder {
display: inline-block;
text-decoration: none;
color: inherit;
}
.circle_icon_link_holder:hover {
text-decoration: underline;
color: inherit;
}
.circle_icon_link_holder:hover .circle_icon_link {
background: #cdbf00;
border-color: #cdbf00;
}
.circle_icon_link_holder .circle_icon_text {
display: inline-block;
font-family: 'ff-good-headline-web-pro-con', Arial, sans-serif;
margin: 15px 0 0 0;
text-decoration: none;
color: inherit;
font-size: 25px;
}
.circle_icon_link {
display: block;
margin: 0 auto;
position: relative;
width: 82px;
height: 82px;
border: 2px solid #ffffff;
text-decoration: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.circle_icon_link .icon {
display: block;
margin: auto !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.circle_icon_link.dark_circle_icon_link {
border-color: #181818;
}
.circle_icon_link:hover {
background: #cdbf00 !important;
border-color: #cdbf00 !important;
}
.regular_font {
font-family: 'ff-good-headline-web-pro-con', Arial, sans-serif;
}
.play_video_icon:hover {
opacity: 0.8;
}
.columns_2 {
column-count: 2;
column-gap: 20px;
}
.columns_3 {
column-count: 3;
column-gap: 20px;
} html body {
font-size: 18px;
font-family: 'ff-good-headline-web-pro-con', Arial, sans-serif;
font-weight: 400;
line-height: normal;
color: #181818;
background: #151515;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body p,
html body ul,
html body table {
margin: 0 0 20px 0;
}
html body h1:last-child,
html body h2:last-child,
html body h3:last-child,
html body h4:last-child,
html body h5:last-child,
html body p:last-child,
html body ul:last-child,
html body table:last-child {
margin-bottom: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
font-family: 'ff-good-headline-web-pro-con', Arial, sans-serif;
line-height: 1;
-ms-word-break: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
html body h1 {
font-size: 51px;
font-weight: 500;
}
html body h2 {
font-size: 33px;
font-weight: 400;
}
html body h3 {
font-size: 24px;
font-weight: 500;
}
html body h4 {
font-size: 20px;
font-weight: 500;
}
html body h5 {
font-size: 18px;
font-weight: 500;
}
html body p {
line-height: 1.3;
}
html body a {
color: #141517;
text-decoration: none;
border: none;
outline: none;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
html body a:active {
border: none;
outline: none;
}
html body a:focus {
border: none;
outline: none;
}
html body a:hover {
color: #141517;
text-decoration: underline;
}
html body ul:not(.bbp-forums) {
list-style-type: disc;
margin-left: 20px;
padding: 0;
}
html body ol {
margin-left: 20px;
padding: 0;
}
html body ol > li {
margin-bottom: 10px;
}
html body ol > li:last-child {
margin-bottom: 0;
}
html body strong {
font-weight: 500;
}
html body img {
max-width: 100%;
height: auto;
}
html body img.alignright {
float: right;
margin: 0 0 1em 1em;
}
html body img.alignleft {
float: left;
margin: 0 1em 1em 0;
}
html body img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
html body .alignright {
float: right;
}
html body .alignleft {
float: left;
}
html body .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
} #wrapper {
overflow: hidden;
}
.container {
max-width: 980px;
padding-left: 10px;
padding-right: 10px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
.row > div {
padding-left: 10px;
padding-right: 10px;
}
#content_holder {
z-index: 1;
}
#content_holder #page_content.homepage_page_content {
margin-bottom: 0;
}
.grey_text {
font-size: 16px;
font-weight: 400;
color: #ababab;
text-transform: uppercase;
}
blockquote {
margin: 50px 0 50px 0;
padding: 0 30px;
border: none;
background: none;
color: #cdbf00;
font-size: 27px;
line-height: 27px;
text-align: center;
font-style: italic;
}
blockquote p {
font-size: inherit !important;
line-height: inherit !important;
margin: 0;
}
blockquote:first-child {
margin-top: 0;
}
blockquote:last-child {
margin-bottom: 0;
}
.box,
.boxed_content {
position: relative;
margin: 30px 0 20px 0;
padding: 30px 30px 30px 25px;
color: inherit;
background: #f6f4f4;
border-left: 5px solid #cdbf00;
overflow: hidden;
}
.box.box-source,
.boxed_content.box-source {
border: none;
font-size: 16px;
line-height: normal;
}
.box:first-child,
.boxed_content:first-child {
margin-top: 0;
}
.box:last-child,
.boxed_content:last-child {
margin-bottom: 0;
}
.box.width_half,
.boxed_content.width_half {
width: calc(50% - 15px);
margin-left: auto;
margin-right: auto;
}
.box.width_half.align_left,
.boxed_content.width_half.align_left {
float: left;
margin-top: 0;
margin-right: 30px;
}
.box.width_half.align_right,
.boxed_content.width_half.align_right {
float: right;
margin-top: 0;
margin-left: 30px;
}
.box .boxed_label,
.boxed_content .boxed_label {
display: block;
padding: 0 15px 0 18px;
height: 44px;
line-height: 44px;
color: #ffffff;
font-size: 19px;
position: absolute;
top: -22px;
left: 40px;
background: #8eafbd;
background: #141517;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
z-index: 1;
}
.box.boxed_author_content table img,
.boxed_content.boxed_author_content table img {
min-width: 200px;
}
.spacer {
display: block;
}
.spacer.spacer_10 {
height: 10px;
}
.spacer.spacer_15 {
height: 15px;
}
.spacer.spacer_20 {
height: 20px;
}
.spacer.spacer_25 {
height: 25px;
}
.spacer.spacer_30 {
height: 30px;
}
.spacer.spacer_40 {
height: 40px;
}
.spacer.spacer_50 {
height: 50px;
}
.spacer.spacer_60 {
height: 60px;
}
.icon {
display: inline-block;
vertical-align: middle;
margin: 0 10px;
}
.icon:first-child {
margin-left: 0;
}
.icon:last-child {
margin-right: 0;
}
.icon.icon_phone {
width: 13px;
height: 13px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0px -150px;
}
.icon.icon_email {
width: 13px;
height: 11px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -150px;
}
.icon.icon_mobile {
width: 8px;
height: 13px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -98px -150px;
}
.icon.icon_print {
width: 17px;
height: 17px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -350px 0px;
}
.icon.icon_forum {
width: 27px;
height: 27px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -200px 0px;
}
.icon.icon_calendar {
width: 24px;
height: 24px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -300px -100px;
}
.icon.icon_star {
width: 14px;
height: 14px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -400px -100px;
}
.icon.icon_arrow_right {
width: 15px;
height: 23px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -250px;
}
.icon.icon_arrow_left {
width: 15px;
height: 23px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -275px;
}
.icon.icon_arrow_down {
width: 23px;
height: 15px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -75px -250px;
}
.icon.icon_arrow_up {
width: 23px;
height: 15px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -75px -275px;
}
.icon.icon_arrow_right_white {
width: 15px;
height: 23px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -300px;
}
.icon.icon_arrow_left_white {
width: 15px;
height: 23px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -325px;
}
.icon.icon_arrow_down_white {
width: 23px;
height: 15px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -75px -300px;
}
.icon.icon_arrow_up_white {
width: 23px;
height: 15px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -75px -325px;
}
.icon.icon_arrow_right_white_small {
width: 6px;
height: 9px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -300px;
}
.icon.icon_arrow_left_white_small {
width: 6px;
height: 9px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0px -325px;
}
.icon.icon_arrow_down_white_small {
width: 9px;
height: 6px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -25px -300px;
}
.icon.icon_arrow_up_white_small {
width: 9px;
height: 6px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -25px -325px;
}
.icon.icon_arrow_right_blue {
width: 15px;
height: 23px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -350px;
}
.icon.icon_arrow_left_blue {
width: 15px;
height: 23px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -375px;
}
.icon.icon_arrow_down_blue {
width: 23px;
height: 15px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -75px -350px;
}
.icon.icon_arrow_up_blue {
width: 23px;
height: 15px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -75px -375px;
}
.icon.icon_play_video {
width: 16px;
height: 20px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -150px -150px;
}
.icon.icon_play_video_large {
width: 23px;
height: 28px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -100px -150px;
}
.icon.icon_quotemarks {
width: 29px;
height: 22px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -200px -150px;
} #header_background {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 665px;
background: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/dark_background.jpg) no-repeat center center;
background-size: cover;
z-index: -1;
}
#header_background:before {
content: '';
display: block;
width: 100%;
height: 150px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -moz-linear-gradient(top, rgba(20, 21, 23, 0) 0%, #141517 100%);
background: -webkit-linear-gradient(top, rgba(20, 21, 23, 0) 0%, #141517 100%);
background: linear-gradient(to bottom, rgba(20, 21, 23, 0) 0%, #141517 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141517', endColorstr='#141517', GradientType=0);
}
#header_holder {
position: relative;
z-index: 2;
}
#header_holder #logo_holder {
text-align: center;
padding: 25px 0;
}
#header_holder #logo_holder #print_logo {
display: none !important;
}
#header_holder #header_top {
position: relative;
background: #cdbf00;
color: #ffffff;
*zoom: 1;
}
#header_holder #header_top:after {
content: "";
display: table;
clear: both;
}
#header_holder #header_top #header_top_inner {
position: relative;
}
#header_holder #header_top #header_slogan {
float: left;
font-size: 20px;
font-style: italic;
line-height: 30px;
padding-bottom: 2px;
}
#header_holder #header_top #intranet_top_menu {
list-style-type: none;
float: left;
margin: 0 0 0 -15px;
padding: 0;
*zoom: 1;
}
#header_holder #header_top #intranet_top_menu:after {
content: "";
display: table;
clear: both;
}
#header_holder #header_top #intranet_top_menu > li {
display: block;
float: left;
}
#header_holder #header_top #intranet_top_menu > li > a {
display: block;
float: left;
padding: 0 15px 2px 15px;
font-size: 20px;
line-height: 30px;
text-transform: uppercase;
color: #ffffff;
text-decoration: none;
}
#header_holder #header_top #intranet_top_menu > li > a:hover {
text-decoration: none;
background: rgba(24, 24, 24, 0.15);
}
#header_holder #header_top #intranet_top_menu > li > ul {
display: none;
}
#header_holder #header_top #header_user_menu {
float: right;
margin-right: -15px;
*zoom: 1;
}
#header_holder #header_top #header_user_menu:after {
content: "";
display: table;
clear: both;
}
#header_holder #header_top #header_user_menu a {
display: block;
float: left;
padding: 0 15px 2px 15px;
font-size: 20px;
line-height: 30px;
text-transform: uppercase;
color: #ffffff;
text-decoration: none;
}
#header_holder #header_top #header_user_menu a:hover {
text-decoration: none;
background: rgba(24, 24, 24, 0.15);
}
#header_holder #header_top #user_lock_icon {
display: block;
position: absolute;
bottom: 100%;
right: 10px;
width: 36px;
height: 33px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background: #cdbf00;
}
#header_holder #header_top #user_lock_icon:before {
content: '';
display: block;
width: 14px;
height: 18px;
margin: 8px auto 0 auto;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px 0;
}
#header_holder #header_top #user_info {
position: absolute;
bottom: 100%;
right: 60px;
font-size: 20px;
line-height: 30px;
padding-bottom: 4px;
color: #ffffff;
font-style: italic;
}
#header_holder #main_menu_holder {
background: #151515;
position: relative;
}
#header_holder #main_menu_holder #main_menu_inner {
text-align: center;
}
#header_holder #main_menu_holder #main_menu {
display: inline-block;
list-style-type: none;
width: auto;
margin: 0 -20px;
padding: 0;
text-align: left;
*zoom: 1;
}
#header_holder #main_menu_holder #main_menu:after {
content: "";
display: table;
clear: both;
}
#header_holder #main_menu_holder #main_menu > li {
display: inline-block;
position: relative;
text-align: left;
}
#header_holder #main_menu_holder #main_menu > li.facebook > a {
padding-right: 30px;
}
#header_holder #main_menu_holder #main_menu > li.facebook > a:after {
content: '';
display: block;
position: absolute;
top: 18px;
right: 10px;
width: 8px;
height: 15px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -100px;
}
#header_holder #main_menu_holder #main_menu > li.current-menu-item > a:before,
#header_holder #main_menu_holder #main_menu > li.current-menu-ancestor > a:before {
left: 20px;
right: 20px;
}
#header_holder #main_menu_holder #main_menu > li.current-menu-item > a:before:hover,
#header_holder #main_menu_holder #main_menu > li.current-menu-ancestor > a:before:hover {
left: 0;
right: 0;
}
#header_holder #main_menu_holder #main_menu > li:hover > a:before {
left: 0 !important;
right: 0 !important;
}
#header_holder #main_menu_holder #main_menu > li > a {
display: block;
position: relative;
margin: 0;
padding: 15px 20px 20px 20px;
font-size: 20px;
line-height: normal;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
}
#header_holder #main_menu_holder #main_menu > li > a:before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 50%;
right: 50%;
height: 4px;
background: #cdbf00;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#header_holder #main_menu_holder #main_menu > li > a:hover {
text-decoration: none;
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
}
#header_holder #main_menu_holder #main_menu > li > a:hover:before {
left: 0;
right: 0;
}
#header_holder #main_menu_holder #main_menu > li > ul {
display: none;
list-style-type: none;
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding: 15px 0;
width: 285px;
background: #ffffff;
z-index: 2;
}
#header_holder #main_menu_holder #main_menu > li > ul > li {
display: block;
}
#header_holder #main_menu_holder #main_menu > li > ul > li.current-menu-item > a,
#header_holder #main_menu_holder #main_menu > li > ul > li.current-menu-ancestor > a {
background: #efecec;
}
#header_holder #main_menu_holder #main_menu > li > ul > li.current-menu-item > a:hover,
#header_holder #main_menu_holder #main_menu > li > ul > li.current-menu-ancestor > a:hover {
background: #dddddd;
}
#header_holder #main_menu_holder #main_menu > li > ul > li > a {
display: block;
position: relative;
padding: 8px 20px 10px 35px;
margin: 0;
text-decoration: none;
}
#header_holder #main_menu_holder #main_menu > li > ul > li > a:before {
content: '';
display: block;
position: absolute;
top: 13px;
left: 18px;
width: 6px;
height: 9px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -250px;
}
#header_holder #main_menu_holder #main_menu > li > ul > li > a:hover {
text-decoration: none;
background: #efecec;
}
#header_holder #main_menu_holder #main_menu > li:hover > ul {
display: block;
}
#header_holder #main_menu_holder #main_menu.not_intranet_menu {
margin: 0 -10px;
}
#header_holder #main_menu_holder #main_menu.not_intranet_menu > li > a {
padding-left: 10px;
padding-right: 10px;
}
#header_holder #main_menu_holder #main_menu.not_intranet_menu > li.facebook > a {
padding-right: 25px;
}
#header_holder #main_menu_holder #main_menu.not_intranet_menu > li.current-menu-item > a:before,
#header_holder #main_menu_holder #main_menu.not_intranet_menu > li.current-menu-ancestor > a:before {
left: 10px;
right: 10px;
}
#header_holder #main_menu_holder #main_menu.not_intranet_menu > li.current-menu-item > a:before:hover,
#header_holder #main_menu_holder #main_menu.not_intranet_menu > li.current-menu-ancestor > a:before:hover {
left: 0;
right: 0;
} body .searchform {
float: left;
width: 280px;
position: relative;
}
body .searchform ::-webkit-input-placeholder {
color: #8b8c8c !important;
opacity: 1 !important;
font-weight: 400 !important;
}
body .searchform :-moz-placeholder {
color: #8b8c8c !important;
opacity: 1 !important;
font-weight: 400 !important;
}
body .searchform ::-moz-placeholder {
color: #8b8c8c !important;
opacity: 1 !important;
font-weight: 400 !important;
}
body .searchform :-ms-input-placeholder {
color: #8b8c8c !important;
opacity: 1 !important;
font-weight: 400 !important;
}
body .searchform input[type="text"] {
-webkit-appearance: none;
width: 100%;
padding: 5px 55px 5px 15px;
font-size: 16px;
color: #ffffff;
background: #3c3c3c;
border: none !important;
outline: none !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
body .searchform input[type="text"]:active,
body .searchform input[type="text"]:focus {
background: #636363;
}
body .searchform button {
-webkit-appearance: none;
display: block;
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 30px;
text-align: center;
background: none;
border: none !important;
outline: none !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
body .searchform button:before {
content: '';
display: inline-block;
margin: 6px 0 0 0;
width: 13px;
height: 13px;
opacity: 0.35;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -150px -50px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
body .searchform button:hover {
background: #141517;
}
body .searchform button:hover:before {
opacity: 1;
} .page_navigation {
display: block;
margin: 40px 0 0 0;
text-align: center;
}
.page_navigation.top_page_navigation {
margin: -10px 0 6px 0;
}
.page_navigation .page_navigation_inner {
display: inline-block;
}
.page_navigation span:not(.pagination_gap) {
display: inline-block;
vertical-align: top;
margin: 0;
padding: 6px 8px 6px 8px;
font-size: 18px;
line-height: 18px;
color: #ffffff;
text-decoration: none !important;
background: #000000;
border-right: 1px solid #ffffff;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.page_navigation span:not(.pagination_gap) .icon {
vertical-align: bottom;
}
.page_navigation span:not(.pagination_gap):hover {
background: #cdbf00;
text-decoration: none;
cursor: pointer;
}
.page_navigation span:not(.pagination_gap).active_page {
background: #000000;
color: #ffffff;
}
.page_navigation span:not(.pagination_gap).hideable {
display: none;
}
.page_navigation .pagination_gap {
display: inline-block;
vertical-align: top;
margin: 0;
padding: 6px 8px 11px 8px;
font-size: 15px;
line-height: 7px;
text-align: center;
color: #1e1e1e;
}
.page_navigation .pagination_gap:hover {
cursor: default;
} #page_title {
margin: 40px 0 0 0;
text-align: center;
color: white;
font-size: 55px;
}
#page_image_title {
margin: 40px 0 0 0;
text-align: center;
color: white;
font-size: 55px;
}
#breadcrumbs {
display: block;
margin: 0;
padding: 5px 0;
width: 100%;
position: absolute;
bottom: 100%;
left: 0;
font-size: 18px;
*zoom: 1;
}
#breadcrumbs:after {
content: "";
display: table;
clear: both;
}
#breadcrumbs p {
color: rgba(255, 255, 255, 0.75);
}
#breadcrumbs p a {
display: inline-block;
vertical-align: bottom;
margin: 0 5px;
max-width: 170px;
max-width: none;
max-width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: normal;
color: #cdbf00;
text-decoration: none;
}
#breadcrumbs p a:hover {
color: #9a8f00;
text-decoration: underline;
}
#breadcrumbs p a:first-child {
margin-left: 0;
}
#breadcrumbs p .current_page {
display: inline-block;
vertical-align: bottom;
margin: 0 0 0 5px;
max-width: 170px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#breadcrumbs .breadcrumb_divider {
display: inline-block;
vertical-align: middle;
}
#breadcrumbs #breadcrumbs_text {
float: left;
margin: 7px 0 0 0px;
}
#breadcrumbs #breadcrumbs_right {
float: right;
height: 30px;
}
#breadcrumbs #breadcrumbs_right a.button {
padding: 6px 20px;
}
#breadcrumbs .at-share-btn {
margin-bottom: 0 !important;
}
#breadcrumbs .at-share-btn:last-child {
margin-right: 0 !important;
}
#page_views {
float: right;
}
#social_share .at-resp-share-element .at-share-btn {
padding: 0;
margin: 0 5px 0 0;
}
#social_share .at-resp-share-element .at-share-btn:last-child {
margin-right: 0;
} #content_holder {
position: relative;
margin: 80px auto 0 auto;
padding: 20px;
background: #ffffff;
}
#content_holder.intranet_login_page {
margin-top: 20px;
background: none;
}
#content_holder.intranet_login_page #page_text {
padding-top: 20px;
}
#page_text {
padding-top: 65px;
padding-bottom: 65px;
}
#page_text h1 {
font-size: 53px;
color: #181818;
text-transform: none;
}
#page_text h2 {
font-size: 33px;
color: #181818;
text-transform: none;
}
#page_text h3 {
font-size: 26px;
color: #181818;
}
#page_text h4 {
font-size: 22px;
color: #181818;
}
#page_text h5 {
font-size: 19px;
color: #181818;
}
#page_text a {
color: #cdbf00;
text-decoration: none;
}
#page_text a:hover {
color: #cdbf00;
text-decoration: underline;
}
#page_text a.button {
color: #ffffff;
}
#page_text .wp-caption {
margin-bottom: 20px;
}
#page_text .wp-caption.alignright {
margin-left: 20px;
}
#page_text .wp-caption.alignrleft {
margin-right: 20px;
}
#page_text .wp-caption:last-child {
margin-bottom: 0;
}
#page_text .wp-caption a {
display: block;
width: 100%;
}
#page_text .wp-caption a > img {
display: block;
width: 100%;
height: auto;
border: 3px solid #f6f4f0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#page_text .wp-caption a > img:hover {
border-color: #141517;
}
#page_text .wp-caption .wp-caption-text {
padding: 20px;
background: #f6f4f0;
font-style: italic;
font-size: 17px;
}
#page_text table {
margin-left: auto;
margin-right: auto;
}
#page_text iframe {
width: 100%;
}
body:not(.page-id-3350):not(.forum):not(.topic):not(.reply):not(.bbp-user-page):not(.bbp-user-edit) #page_text ul {
list-style-type: none;
margin: 0 0 20px 0;
}
body:not(.page-id-3350):not(.forum):not(.topic):not(.reply):not(.bbp-user-page):not(.bbp-user-edit) #page_text ul:last-child {
margin-bottom: 0;
}
body:not(.page-id-3350):not(.forum):not(.topic):not(.reply):not(.bbp-user-page):not(.bbp-user-edit) #page_text ul li {
list-style-type: none;
margin: 0 0 10px 0;
padding: 0 0 0 35px;
position: relative;
}
body:not(.page-id-3350):not(.forum):not(.topic):not(.reply):not(.bbp-user-page):not(.bbp-user-edit) #page_text ul li:last-child {
margin-bottom: 0;
}
body:not(.page-id-3350):not(.forum):not(.topic):not(.reply):not(.bbp-user-page):not(.bbp-user-edit) #page_text ul li:before {
content: '';
display: block;
width: 8px;
height: 8px;
position: absolute;
top: 5px;
left: 8px;
background: #cdbf00;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#page_text.wider_content_layout {
padding-top: 0;
}
#page_text.wider_content_layout #single_post_top {
padding: 0;
}
#page_text.wider_content_layout #single_post_content {
padding: 0;
}
#single_post_top {
padding: 0 65px 0 65px;
text-align: center;
}
#single_post_top #featured_image {
margin-bottom: 35px;
}
#single_post_top #featured_image img {
width: 100%;
height: auto;
}
#single_post_top .post_category {
margin-bottom: 10px;
}
#single_post_top .excerpt {
margin-bottom: 30px;
font-size: 20px;
color: #181818;
font-weight: 500;
}
#single_post_top #article_top_row {
margin-bottom: 20px;
}
#single_post_content {
padding: 0 65px;
}
#single_page_content {
padding: 20px 0 0 0;
}
#single_post_download_row {
margin: 0 0 25px 0;
*zoom: 1;
}
#single_post_download_row:after {
content: "";
display: table;
clear: both;
}
#single_post_download_row > .button {
float: left;
}
#single_post_download_row #social_share {
float: right;
}
.post_date {
margin: 30px 0 0 0;
font-size: 14px;
font-weight: 600;
}
.post_date > span {
display: block;
width: 68px;
height: 6px;
background: #181818;
margin: 0 0 15px 0;
}
#pdf_files {
*zoom: 1;
}
#pdf_files:after {
content: "";
display: table;
clear: both;
}
#pdf_files a.button {
padding: 8px 15px 10px 15px;
margin: 0 20px 20px 0;
}
#pdf_files a.button:last-child {
margin-right: 0;
} #related_articles {
clear: both;
margin: 30px 0 -20px 0;
}
#related_articles > h2 {
margin: 0 0 40px 0;
text-align: center;
}
.related_post_holder {
margin-bottom: 20px;
}
.related_post_holder:nth-child(4n+1) {
clear: left;
}
.related_post {
display: block;
position: relative;
}
.related_post:hover {
color: #ffffff !important;
text-decoration: none;
}
.related_post:hover h4 {
color: #ffffff !important;
}
.related_post:hover .related_post_content {
background: #141517;
}
.related_post:hover .related_post_image {
opacity: 0.8;
}
.related_post:hover .grid_post_taxonomies_holder .grid_post_taxonomy {
color: #ffffff;
}
.related_post:hover .grid_post_taxonomies_holder .article_category_icon {
background: #ffffff;
}
.related_post h4 {
font-size: 15px !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.related_post .related_post_content {
padding: 15px;
background: #f6f4f4;
}
.related_post .related_post_image {
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.related_post .related_post_image img {
width: 100%;
height: auto;
}
.related_post .grid_post_taxonomies_holder .grid_post_taxonomy {
font-size: 13px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.related_post .grid_post_taxonomies_holder .article_category_icon {
transform: scale(0.85);
-moz-transform: scale(0.85);
-webkit-transform: scale(0.85);
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
} #posts_filters {
display: block;
margin: 20px -10px 20px -10px;
padding: 0 0 0 0;
*zoom: 1;
}
#posts_filters:after {
content: "";
display: table;
clear: both;
}
#posts_filters #posts_archive_filters_parameters {
display: none !important;
}
#posts_filters .posts_archive_filter {
float: left;
width: calc(50% - 20px);
margin: 0 10px 15px 10px;
}
#posts_archive.loading {
background: #f6f4f0 url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/loading.svg) no-repeat center center;
height: 200px;
}
#posts_archive.loading .single_archive_item {
display: none;
}
#posts_archive.loading + .page_navigation {
display: none;
}
#posts_archive .single_archive_item {
display: block;
padding: 15px 0;
border-bottom: 1px solid #eeeeee;
color: #181818 !important;
text-decoration: none;
*zoom: 1;
}
#posts_archive .single_archive_item:after {
content: "";
display: table;
clear: both;
}
#posts_archive .single_archive_item:first-child {
border-top: 1px solid #eeeeee;
}
#posts_archive .single_archive_item:hover {
color: #cdbf00;
text-decoration: none;
}
#posts_archive .single_archive_item:hover .archive_item_image {
opacity: 0.8;
}
#posts_archive .single_archive_item:hover .archive_item_title {
color: #cdbf00;
}
#posts_archive .single_archive_item .archive_item_image {
float: left;
display: block;
width: 125px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#posts_archive .single_archive_item .archive_item_content {
float: right;
display: block;
width: calc(100% - 140px);
}
#posts_archive .single_archive_item .archive_item_content > p:first-child {
*zoom: 1;
}
#posts_archive .single_archive_item .archive_item_content > p:first-child:after {
content: "";
display: table;
clear: both;
}
#posts_archive .single_archive_item .archive_item_content p {
margin: 0;
}
#posts_archive .single_archive_item .archive_item_content .post_icon {
float: left;
margin-right: 8px;
position: relative;
bottom: -1px;
}
#posts_archive .single_archive_item .archive_item_content .archive_item_date {
float: left;
opacity: 0.5;
font-size: 16px;
margin-bottom: 7px;
}
#posts_archive .single_archive_item .archive_item_content .archive_item_views {
display: none;
float: right;
opacity: 0.5;
font-size: 16px;
}
#posts_archive .single_archive_item .archive_item_content .archive_item_title {
clear: 500;
margin: 0 0 0px 0;
font-size: 18px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
} #posts_grid #posts_grid_first_row {
position: relative;
}
#posts_grid .grid_post {
display: block;
margin: 0 0 30px 0;
position: relative;
font-size: 18px;
*zoom: 1; }
#posts_grid .grid_post:after {
content: "";
display: table;
clear: both;
}
#posts_grid .grid_post.grid_post_1 .grid_post_inner {
position: relative;
*zoom: 1;
}
#posts_grid .grid_post.grid_post_1 .grid_post_inner:after {
content: "";
display: table;
clear: both;
}
#posts_grid .grid_post.grid_post_1 .grid_post_content {
float: right;
width: calc(33.33% - 10px);
padding: 0;
}
#posts_grid .grid_post.grid_post_1 .grid_post_image {
display: block;
margin: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: calc(66.66% - 10px);
}
#posts_grid .grid_post.grid_post_1 .grid_post_image img {
display: none;
}
#posts_grid .grid_post .grid_post_image {
display: block;
margin: 0 0 15px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#posts_grid .grid_post .grid_post_image:hover {
opacity: 0.75;
}
#posts_grid .grid_post .grid_post_image img {
width: 100%;
height: auto;
}
#posts_grid .grid_post .grid_post_title_link {
color: inherit;
text-decoration: none;
}
#posts_grid .grid_post .grid_post_title_link:hover {
color: #141517;
}
#posts_grid .grid_post h3 {
margin-bottom: 10px;
font-size: 24px;
}
#posts_grid .grid_post h4 {
font-size: 20px;
}
#posts_grid .grid_post .grid_post_excerpt {
margin-top: 5px;
color: #626262;
}
#posts_grid.page_posts_grid .grid_post .grid_post_taxonomies_holder {
margin-bottom: 5px;
}
#posts_grid.page_posts_grid .grid_post[data-post-count="7"] .grid_post_image {
float: left;
margin: 0;
width: calc(66.66% - 10px);
}
#posts_grid.page_posts_grid .grid_post[data-post-count="7"] .grid_post_content {
float: right;
margin: 0;
width: calc(33.33% - 10px);
}
.grid_post_holder > .grid_post {
width: auto !important;
padding: 0 !important;
float: none !important;
}
.grid_post_taxonomies_holder {
margin: 0 0 10px 0;
*zoom: 1;
}
.grid_post_taxonomies_holder:after {
content: "";
display: table;
clear: both;
}
.grid_post_taxonomies_holder .grid_post_taxonomy {
float: left;
color: #ababab;
text-transform: uppercase;
font-size: 16px;
}
.grid_post_taxonomies_holder .grid_post_taxonomy_icons {
float: right;
text-align: right;
}
.grid_post_taxonomies_holder .grid_post_category_initials {
position: relative;
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 12px;
color: #ededed;
font-weight: bold;
background: #181818;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.article_category_icon {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 11px 0 0;
width: 32px;
height: 32px;
border: 2px solid #141517;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.article_category_icon:last-child {
margin-right: 0;
}
.article_category_icon span {
display: block;
opacity: 1;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.article_category_icon span.icon_binoculars_black {
width: 19px;
height: 10px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -100px;
}
.article_category_icon span.icon_label_black {
width: 14px;
height: 17px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -100px;
}
.article_category_icon span.icon_chart_arrow_black {
width: 17px;
height: 12px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -100px -100px;
}
.article_category_icon span.icon_cake_black {
width: 13px;
height: 13px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -150px -100px;
}
.article_category_icon span.icon_news_black {
width: 17px;
height: 14px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -200px -100px;
}
.article_category_icon span.icon_binoculars {
width: 19px;
height: 10px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -125px;
}
.article_category_icon span.icon_label {
width: 14px;
height: 17px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -125px;
}
.article_category_icon span.icon_chart_arrow {
width: 17px;
height: 12px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -100px -125px;
}
.article_category_icon span.icon_cake {
width: 13px;
height: 13px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -150px -125px;
}
.article_category_icon span.icon_news {
width: 17px;
height: 14px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -200px -125px;
}
#page_grid_posts_intro {
margin: 20px 0 40px 0;
text-align: center;
}
#page_grid_posts_intro .article_category_icon {
margin-bottom: 20px;
}
.ajax_placeholder {
clear: both;
*zoom: 1;
}
.ajax_placeholder:after {
content: "";
display: table;
clear: both;
}
#grid_items_load_more_holder {
text-align: center;
margin: 30px 0 30px 0;
clear: both;
}
#grid_items_load_more.loading {
opacity: 0.65;
}
#grid_items_load_more.loading .loading_icon {
display: inline-block;
}
#grid_items_load_more .loading_icon {
display: none;
width: 20px;
height: 20px;
background: transparent url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/loading.svg) no-repeat center center;
background-size: cover;
}
#grid_items_no_more_posts {
display: none;
}  #homepage_slider_holder {
position: relative;
margin: -233px 0 0 0;
padding: 233px 0 0 0;
width: 100%;
background: transparent url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/dark_background.jpg) no-repeat center center;
background-size: cover;
z-index: 1;
}
#homepage_slider_holder #homepage_slider_bg_1 {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 680px;
height: 620px;
background-size: cover;
}
#homepage_slider_holder #homepage_slider_inner {
max-width: 750px;
}
#homepage_slider_holder #homepage_slider {
padding: 65px 0;
text-align: center;
color: #ffffff;
font-size: 32px;
}
#homepage_slider_holder #homepage_slider:not(.slick-initialized) .single_slide:not(:first-child) {
display: none;
}
#homepage_slider_holder #homepage_slider h1,
#homepage_slider_holder #homepage_slider h2 {
font-size: 55px;
}
#homepage_slider_holder #homepage_slider .single_slide {
border: none !important;
outline: none !important;
}
#homepage_slider_holder #homepage_slider_buttons {
text-align: center;
margin-bottom: 80px;
}
#homepage_slider_holder #homepage_slider_buttons .button {
display: inline-block;
} .homepage_main_slider .single_slide {
padding: 110px 0 60px 0;
background-position: right center;
background-repeat: no-repeat;
background-size: auto 100%;
outline: none !important;
}
.homepage_main_slider .single_slide.image_alignment_left {
background-position: left center;
}
.homepage_main_slider .single_slide.image_alignment_right {
background-position: right center;
}
.homepage_main_slider .single_slide.image_alignment_center {
background-position: center center;
}
.homepage_main_slider .single_slide .single_slide_content_holder.text_position_left {
text-align: left;
}
.homepage_main_slider .single_slide .single_slide_content_holder.text_position_right {
text-align: right;
}
.homepage_main_slider .single_slide .single_slide_content_holder.text_position_center {
text-align: center;
}
.homepage_main_slider .single_slide .single_slide_content {
display: inline-block;
width: 100%;
max-width: 390px;
}
.homepage_main_slider .single_slide h1,
.homepage_main_slider .single_slide h2 {
font-size: 48px;
line-height: 1;
margin: 0 0 25px 0;
}
.homepage_main_slider .single_slide .slide_text {
font-size: 23px;
margin: 0 0 35px 0;
}
.homepage_main_slider .single_slide .slide_text p {
line-height: 1;
}
.homepage_main_slider .slick-dots {
list-style-type: none;
padding: 0;
margin: auto;
width: 200px;
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 14px;
}
.homepage_main_slider .slick-dots li {
display: inline-block;
width: 12px;
height: 12px;
background: #c9cacb;
margin: 0 4px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.homepage_main_slider .slick-dots li:hover {
cursor: pointer;
background: #cdbf00;
transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.homepage_main_slider .slick-dots li.slick-active {
background: #cdbf00;
}
.homepage_main_slider .slick-dots li button {
display: none;
} .lead_icons {
margin-top: 50px;
margin-bottom: -50px;
}
.lead_icons:first-child {
margin-top: 0;
}
.lead_icons .single_lead_icon {
display: block;
margin: 0 0 50px 0;
text-decoration: none;
text-align: center;
*zoom: 1;
}
.lead_icons .single_lead_icon:after {
content: "";
display: table;
clear: both;
}
.lead_icons .single_lead_icon .lead_icon_content h4 {
margin: 0 0 15px 0;
}
.lead_icons .single_lead_icon .icon_circle {
display: block;
position: relative;
width: 125px;
height: 125px;
margin: 0 auto 25px auto;
background: none;
border: 2px solid rgba(255, 255, 255, 0.3);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.lead_icons .single_lead_icon .icon {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.lead_icons .single_lead_icon .icon.icon_lead_1 {
width: 39px;
height: 41px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -450px;
}
.lead_icons .single_lead_icon .icon.icon_lead_2 {
width: 49px;
height: 54px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -100px -450px;
}
.lead_icons .single_lead_icon .icon.icon_lead_3 {
width: 61px;
height: 62px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -200px -450px;
}
.lead_icons .single_lead_icon .icon.icon_lead_4 {
width: 60px;
height: 63px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -300px -450px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_1 {
width: 38px;
height: 31px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0 -650px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_2 {
width: 33px;
height: 30px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -650px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_3 {
width: 38px;
height: 28px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -100px -650px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_4 {
width: 23px;
height: 35px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -150px -650px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_5 {
width: 27px;
height: 37px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -200px -650px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_6 {
width: 27px;
height: 36px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -250px -650px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_intranet_1 {
width: 23px;
height: 25px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: 0px -750px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_intranet_2 {
width: 32px;
height: 21px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -50px -750px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_intranet_3 {
width: 23px;
height: 25px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -100px -750px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_intranet_4 {
width: 25px;
height: 27px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -150px -750px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_intranet_5 {
width: 27px;
height: 27px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -200px -750px;
}
.lead_icons .single_lead_icon .icon.icon_lead_small_intranet_6 {
width: 31px;
height: 24px;
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -250px -750px;
}
.lead_icons .single_lead_icon .icon_hover {
opacity: 0;
z-index: 1;
background-position-y: -550px !important;
}
.lead_icons .single_lead_icon.small_lead_icon .icon_circle {
width: 95px;
height: 95px;
}
.lead_icons .single_lead_icon.small_lead_icon .icon_hover {
background-position-y: -700px !important;
}
.lead_icons .single_lead_icon.intranet_lead_icon .icon_circle {
width: 52px;
height: 52px;
}
.lead_icons .single_lead_icon.intranet_lead_icon .icon_hover {
background-position-y: -800px !important;
}
.lead_icons a.single_lead_icon:hover {
color: #cdbf00;
}
.lead_icons a.single_lead_icon:hover .icon_circle {
background: #cdbf00;
border-color: #cdbf00;
}
.lead_icons a.single_lead_icon:hover .icon_circle .icon {
opacity: 0;
}
.lead_icons a.single_lead_icon:hover .icon_circle .icon.icon_hover {
opacity: 1;
} .homepage_latest_articles_row {
padding: 0px 0 30px 0;
background: #181818;
color: #ffffff;
}
.homepage_latest_articles_row .title_row {
margin-top: 50px;
margin-bottom: 50px;
}
.homepage_latest_articles_row .title_row h2 {
height: 80px;
line-height: 40px;
font-size: 48px;
}
.homepage_latest_articles_row .large_article_holder {
margin-top: -180px;
}
.homepage_latest_articles_row .large_article_holder .single_article_block .article_title_holder {
left: 40px;
right: 40px;
bottom: 40px;
}
.homepage_latest_articles_row .large_article_holder .single_article_block .article_title {
margin-bottom: 10px;
}
.latest_article_holder {
margin-bottom: 40px;
}
.single_article_block {
display: block;
text-decoration: none !important;
color: inherit;
}
.single_article_block .single_article_image_holder {
display: block;
position: relative;
margin: 0 0 20px 0;
}
.single_article_block .single_article_image_holder img {
width: 100%;
height: auto;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.single_article_block .single_article_image_holder .article_title_holder {
display: block;
position: absolute;
bottom: 10px;
right: 20px;
left: 20px;
z-index: 1;
}
.single_article_block .single_article_image_holder h3,
.single_article_block .single_article_image_holder h4 {
color: #ffffff;
line-height: normal;
display: inline;
background: rgba(68, 68, 68, 0.72);
box-shadow: 10px 0 0 rgba(68, 68, 68, 0.72), -10px 0 0 rgba(68, 68, 68, 0.72);
-moz-box-shadow: 10px 0 0 rgba(68, 68, 68, 0.72), -10px 0 0 rgba(68, 68, 68, 0.72);
box-decoration-break: clone;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.single_article_block:hover {
color: #cdbf00;
text-decoration: none;
}
.single_article_block:hover .single_article_image_holder img {
opacity: 0.8;
}
.single_article_block:hover .single_article_image_holder h3,
.single_article_block:hover .single_article_image_holder h4 {
color: #ffffff;
background: #cdbf00;
box-shadow: 10px 0 0 #cdbf00, -10px 0 0 #cdbf00;
-moz-box-shadow: 10px 0 0 #cdbf00, -10px 0 0 #cdbf00;
box-decoration-break: clone;
}
.related_posts_row {
padding: 40px 0 0 0;
color: #ffffff;
background: #2a2a2a;
}
.related_posts_row .title_row {
color: inherit;
margin-bottom: 20px;
} .latest_posts {
margin-top: 40px;
margin-bottom: 40px;
}
.latest_posts:first-child {
margin-top: 0;
}
.latest_posts:last-child {
margin-bottom: 0;
}
.latest_posts .latest_post {
display: block;
text-decoration: none;
color: inherit;
}
.latest_posts .latest_post:hover {
color: #cdbf00;
text-decoration: none;
}
.latest_posts .latest_post:hover img {
opacity: 0.8;
}
.latest_posts .latest_post img {
margin-bottom: 15px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.latest_posts .latest_post h4 {
font-size: 18px;
margin-bottom: 15px;
}
.event_date {
margin-bottom: 15px;
width: 50px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
}
.event_date .date_top {
display: block;
font-size: 31px;
font-weight: 900;
padding: 3px 0 5px 0;
background: #cdbf00;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.event_date .date_bottom {
display: block;
font-size: 20px;
font-weight: 900;
padding: 1px 0 3px 0;
background: #181818;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#latest_events {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #6c6d72;
}
#latest_events_calendar_link {
display: inline-block;
font-weight: 500;
text-decoration: none;
}
#latest_events_calendar_link .icon {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-top: -2px;
}
#latest_events_calendar_link:hover {
text-decoration: none;
color: #cdbf00;
}
.single_archive_post {
display: block;
color: #181818 !important;
text-decoration: none;
*zoom: 1;
}
.single_archive_post:after {
content: "";
display: table;
clear: both;
}
.single_archive_post:hover {
background: #eeeeee;
}
.single_archive_post .event_date_holder {
float: left;
width: 50px;
position: relative;
}
.single_archive_post .event_date_holder:before {
content: '';
display: block;
width: 100%;
position: absolute;
top: 10px;
bottom: 0;
background: #181818;
z-index: 0;
}
.single_archive_post .event_date_holder .event_date {
position: relative;
z-index: 1;
}
.single_archive_post .archive_post_content {
float: left;
width: calc(100% - 50px);
padding: 20px 15px;
border: 1px solid #f5f5f5;
border-left: none;
}
#events_top_row {
margin-bottom: 40px;
}
#events_bottom_row {
margin-top: 40px;
}
#event_signup {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #dddddd;
} .custom_content_row {
padding: 50px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
color: #181818;
}
.custom_content_row.text_color_white {
color: #ffffff;
}
.custom_content_row.parallax {
background-attachment: fixed;
}
.custom_content_row.transparent_background {
background: none !important;
}
.custom_content_row blockquote,
.custom_content_row blockquote p {
color: inherit !important;
}
.custom_content_row a {
color: inherit;
text-decoration: underline;
}
.custom_content_row a:hover {
color: #cdbf00;
}
.custom_content_row a.button {
color: #ffffff;
}
.custom_content_row.bottom_signup_row,
.custom_content_row.tablet_signup_row {
padding: 50px 0;
background: #cdbf00;
color: #ffffff;
text-align: center;
font-size: 24px;
}
.custom_content_row.bottom_signup_row .container,
.custom_content_row.tablet_signup_row .container {
max-width: 540px;
}
.custom_content_row.bottom_signup_row .tablet_image,
.custom_content_row.tablet_signup_row .tablet_image {
position: absolute;
bottom: -50px;
right: 100%;
margin-right: -50px;
}
.custom_content_row.bottom_signup_row .container {
max-width: 760px;
} .intranet_intro_and_forum_row {
padding: 0;
*zoom: 1;
}
.intranet_intro_and_forum_row:after {
content: "";
display: table;
clear: both;
}
.intranet_intro_and_forum_row > .container {
width: 100%;
max-width: 100%;
}
.intranet_intro_and_forum_row .intranet_intro_content_part {
float: left;
width: 61.5%;
}
.intranet_intro_and_forum_row .intranet_intro_content_part .intranet_intro_content {
text-align: center;
}
.intranet_intro_and_forum_row .intranet_intro_content_part .intranet_intro_icons {
margin-top: 0;
margin-bottom: 0;
background: #ffffff;
}
.intranet_intro_and_forum_row .intranet_intro_content_part .intranet_intro_icons .lead_icon_column {
text-align: center;
}
.intranet_intro_and_forum_row .intranet_intro_content_part .intranet_intro_icons .single_lead_icon {
display: inline-block;
margin: 0;
padding: 10px 0;
}
.intranet_intro_and_forum_row .intranet_intro_content_part .intranet_intro_icons .single_lead_icon .icon_circle {
border-color: #cdbf00;
margin-bottom: 5px;
}
.intranet_intro_and_forum_row .intro_blocks {
background: #ffffff;
*zoom: 1;
}
.intranet_intro_and_forum_row .intro_blocks:after {
content: "";
display: table;
clear: both;
}
.intranet_intro_and_forum_row .intro_blocks .intro_block {
display: block;
float: left;
position: relative;
width: 33.33%;
height: 50%;
min-height: 220px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.intranet_intro_and_forum_row .intro_blocks .intro_block:before {
content: '';
display: block;
width: 100%;
height: 95px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.intranet_intro_and_forum_row .intro_blocks .intro_block .intro_block_title {
display: block;
position: absolute;
bottom: 20px;
left: 0;
right: 0;
text-align: center;
text-transform: uppercase;
font-size: 20px;
font-weight: 500;
}
.intranet_intro_and_forum_row .intro_blocks a.intro_block:hover {
opacity: 0.75;
}
.intranet_intro_and_forum_row .intranet_forum_part {
float: right;
width: 38.5%;
background: #ffffff;
}
.intranet_intro_and_forum_row .intranet_forum_part .intranet_forum_top_row {
background: #cdbf00;
color: #ffffff;
*zoom: 1;
}
.intranet_intro_and_forum_row .intranet_forum_part .intranet_forum_top_row:after {
content: "";
display: table;
clear: both;
}
.intranet_intro_and_forum_row .intranet_forum_part .intranet_forum_top_row .intranet_forum_title {
float: left;
margin: 0 0 0 20px;
font-size: 33px;
line-height: 53px;
font-weight: 300;
}
.intranet_intro_and_forum_row .intranet_forum_part .intranet_forum_top_row .intranet_forum_link {
display: block;
float: right;
padding: 0 20px;
line-height: 53px;
text-decoration: none;
}
.intranet_intro_and_forum_row .intranet_forum_part .intranet_forum_top_row .intranet_forum_link .icon {
margin: 0 0 0 7px;
}
.intranet_intro_and_forum_row .intranet_forum_part .intranet_forum_top_row .intranet_forum_link:hover {
color: #ffffff;
text-decoration: none;
background: rgba(24, 24, 24, 0.15);
}
.intranet_intro_and_forum_row .intranet_forum_item {
display: table;
width: 100%;
margin: 0;
padding: 0;
color: #181818;
text-decoration: none;
line-height: 1;
border-bottom: 1px solid #f3f3f3;
}
.intranet_intro_and_forum_row .intranet_forum_item:last-child {
border-bottom: none;
}
.intranet_intro_and_forum_row .intranet_forum_item:hover {
background: #f8f8f8;
text-decoration: none;
color: #181818;
}
.intranet_intro_and_forum_row .intranet_forum_item .intranet_forum_item_left {
display: table-cell;
vertical-align: middle;
width: 80px;
padding: 10px 10px;
text-align: center;
}
.intranet_intro_and_forum_row .intranet_forum_item .intranet_forum_item_right {
display: table-cell;
vertical-align: middle;
padding: 10px 10px;
}
.intranet_intro_and_forum_row .intranet_forum_item p {
margin: 0;
}
.intranet_intro_and_forum_row .intranet_forum_item .intranet_forum_item_meta {
font-size: 16px;
font-style: italic;
font-weight: 500;
}
.intranet_intro_and_forum_row .intranet_forum_item .intranet_forum_item_title {
font-weight: 500;
color: #cdbf00;
}
.intranet_intro_and_forum_row .intranet_forum_item .intranet_forum_item_avatar {
display: inline-block;
width: 56px;
height: 56px;
margin: 0;
padding: 0;
text-align: center;
background: #141517;
font-size: 28px;
font-weight: 900;
line-height: 56px;
color: #ffffff;
text-transform: uppercase;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
} #calendar_top {
margin: 0 0 20px 0;
}
#calendar_top #calendar_prev {
text-align: left;
padding: 0;
}
#calendar_top #calendar_prev .icon {
margin-top: -2px;
}
#calendar_top #calendar_next {
text-align: right;
padding: 0;
}
#calendar_top #calendar_next .icon {
margin-top: -2px;
}
#calendar_top #calendar_current {
text-align: center;
}
#calendar_top #calendar_current h1,
#calendar_top #calendar_current h2 {
font-weight: 500;
line-height: 46px;
}
#calendar_top .button {
display: inline-block !important;
}
#calendar_grid {
*zoom: 1;
}
#calendar_grid:after {
content: "";
display: table;
clear: both;
}
#calendar_grid #calendar_week_days {
*zoom: 1;
}
#calendar_grid #calendar_week_days:after {
content: "";
display: table;
clear: both;
}
#calendar_grid .calendar_row {
display: block;
width: 100%;
table-layout: fixed;
}
#calendar_grid .calendar_item {
display: inline-block;
vertical-align: top;
margin: 0;
padding: 15px;
width: calc(100% / 7);
height: 100px;
text-align: center;
border: 1px solid #eeeeee;
}
#calendar_grid .calendar_item:nth-child(7n-1),
#calendar_grid .calendar_item:nth-child(7n) {
background: #f9f9f9;
}
#calendar_grid .calendar_item.heading_item {
border-color: transparent;
height: auto;
padding: 10px;
border-bottom: 1px solid #eeeeee;
}
#calendar_grid .calendar_item.empty_item {
border-right-color: transparent;
}
#calendar_grid .calendar_item.empty_item + .day_item {
border-left: 1px solid #eeeeee !important;
}
#calendar_grid .calendar_item.empty_item.last_empty_item {
border: none !important;
background: none !important;
}
#calendar_grid .calendar_item.empty_item .calendar_item_content {
opacity: 0.5;
}
#calendar_grid .calendar_item.past_day .calendar_item_content .calendar_day {
opacity: 0.5;
}
#calendar_grid .calendar_item.past_day .calendar_item_content .single_event_holder {
background: rgba(255, 255, 255, 0.5);
}
#calendar_grid .calendar_item.today .calendar_day {
background: #cdbf00;
color: #ffffff;
}
#calendar_grid .calendar_item.has_events {
background: #cdbf00;
color: #ffffff;
}
#calendar_grid .calendar_item.has_events.today .calendar_day {
background: #ffffff;
color: #cdbf00;
}
#calendar_grid .calendar_item .calendar_item_inner {
display: table;
width: 100%;
height: 100%;
table-layout: fixed;
}
#calendar_grid .calendar_item .calendar_item_inner .calendar_item_content {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
#calendar_grid .calendar_item .calendar_day {
display: inline-block;
margin: 0 0 0px 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: none;
}
#calendar_grid #calendar_months {
z-index: 1;
margin-bottom: 25px;
}
#calendar_grid #calendar_months .calendar_month {
padding-bottom: 15px;
}
#calendar_grid #calendar_months .calendar_month .calendar_item {
border-top: none;
border-left: none;
}
#calendar_grid #calendar_months .calendar_month .calendar_item:nth-child(7n-6) {
border-left: 1px solid #eeeeee;
}
#calendar_grid #calendar_months .calendar_month .calendar_item:nth-child(7n-6) .single_event_holder .single_event_expand {
left: 0;
margin-left: 0;
}
#calendar_grid #calendar_months .calendar_month .calendar_item:nth-child(7n-6) .single_event_holder .single_event_expand .single_calendar_event:before {
left: 7px;
right: auto;
}
#calendar_grid #calendar_months .calendar_month .calendar_item:nth-child(7n) .single_event_holder .single_event_expand {
left: auto;
right: 0;
margin-left: 0;
}
#calendar_grid #calendar_months .calendar_month .calendar_item:nth-child(7n) .single_event_holder .single_event_expand .single_calendar_event:before {
right: 7px;
left: auto;
}
#calendar_grid #calendar_months .calendar_month .calendar_item:nth-last-child(-n+7) .single_event_holder .single_event_expand {
top: auto;
bottom: 100%;
}
#calendar_grid #calendar_months .calendar_month .calendar_item:nth-last-child(-n+7) .single_event_holder .single_event_expand .single_calendar_event:before {
top: auto;
bottom: -1px;
border-top-color: transparent;
border-bottom-color: #cdbf00;
}
#calendar_grid .single_event_holder {
display: inline-block;
position: relative;
margin: 0 5px;
width: 30px;
height: 30px;
line-height: 30px;
background: #ffffff;
color: #cdbf00;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#calendar_grid .single_event_holder .icon {
margin: -4px auto 0 auto;
}
#calendar_grid .single_event_holder:hover .single_event_expand {
display: block;
}
#calendar_grid .single_event_holder .single_event_expand {
display: none;
width: 400px;
height: auto;
margin: 0 0 0 -200px;
position: absolute;
top: 100%;
left: 50%;
z-index: 1;
}
#calendar_grid .single_event_holder .single_event_expand .single_calendar_event {
display: block;
position: relative;
padding: 20px;
margin: 0;
text-decoration: none !important;
line-height: normal;
color: #181818;
border: 1px solid #eeeeee;
background: #ffffff;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#calendar_grid .single_event_holder .single_event_expand .single_calendar_event h3 {
margin-bottom: 10px;
}
#calendar_grid .single_event_holder .single_event_expand .single_calendar_event:before {
content: '';
display: block;
width: 0;
height: 0;
border: 7px solid transparent;
border-top-color: #cdbf00;
position: absolute;
top: -1px;
left: 0;
right: 0;
margin: auto;
}
#calendar_grid .single_event_holder .single_event_expand .single_calendar_event:hover {
color: #cdbf00;
border-color: #cdbf00;
text-decoration: none;
} #sidebar {
margin-bottom: 30px;
}
#sidebar #sidebar_inner {
*zoom: 1;
}
#sidebar #sidebar_inner:after {
content: "";
display: table;
clear: both;
}
#sidebar #sidebar_widgets {
*zoom: 1;
}
#sidebar #sidebar_widgets:after {
content: "";
display: table;
clear: both;
}
#sidebar .sidebar_widget {
margin: 0 0 20px 0;
font-size: 18px;
}
#sidebar .sidebar_widget:last-child {
margin-bottom: 0;
}
#sidebar .sidebar_widget.quote_widget .sidebar_quote_text {
padding: 0 25px;
text-align: center;
font-style: italic;
font-size: 22px;
color: #181818;
}
#sidebar .sidebar_widget .widget_image img {
width: 100%;
height: auto;
}
#sidebar .sidebar_widget .widget_content {
padding: 20px;
background: #f8f8f8;
}
#sidebar .sidebar_widget .widget_content.widget_content_align_left {
text-align: left;
}
#sidebar .sidebar_widget .widget_content.widget_content_align_right {
text-align: right;
}
#sidebar .sidebar_widget .widget_content.widget_content_align_center {
text-align: center;
}
#sidebar .sidebar_widget .widget_content.background_blue {
background: #141517;
color: #ffffff;
}
#sidebar .sidebar_widget .widget_content.background_blue h1,
#sidebar .sidebar_widget .widget_content.background_blue h2,
#sidebar .sidebar_widget .widget_content.background_blue h3,
#sidebar .sidebar_widget .widget_content.background_blue h4,
#sidebar .sidebar_widget .widget_content.background_blue h5 {
color: #ffffff;
}
#sidebar .sidebar_widget .widget_content.background_blue .button {
background: #181818;
}
#sidebar .sidebar_widget .widget_content.background_blue .button:hover {
background: #000000;
}
#sidebar .sidebar_widget .widget_content.background_black {
background: #181818;
color: #ffffff;
}
#sidebar .sidebar_widget .widget_content.background_black h1,
#sidebar .sidebar_widget .widget_content.background_black h2,
#sidebar .sidebar_widget .widget_content.background_black h3,
#sidebar .sidebar_widget .widget_content.background_black h4,
#sidebar .sidebar_widget .widget_content.background_black h5 {
color: #ffffff;
}
#sidebar .sidebar_widget .widget_content.background_yellow {
background: #cdbf00;
color: #181818;
}
#sidebar .sidebar_widget .widget_content.background_yellow h1,
#sidebar .sidebar_widget .widget_content.background_yellow h2,
#sidebar .sidebar_widget .widget_content.background_yellow h3,
#sidebar .sidebar_widget .widget_content.background_yellow h4,
#sidebar .sidebar_widget .widget_content.background_yellow h5 {
color: #181818;
}
#sidebar .sidebar_widget .widget_content.background_yellow a {
color: #181818;
}
#sidebar .sidebar_widget .widget_content.background_yellow a:hover {
color: #000000;
}
#sidebar .sidebar_widget .widget_content.background_yellow .button {
background: #181818;
}
#sidebar .sidebar_widget .widget_content.background_yellow .button:hover {
background: #000000;
}
#sidebar .sidebar_widget h3 {
font-size: 23px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#sidebar .sidebar_widget .sidebar_post_item {
display: block;
color: inherit;
text-decoration: none;
}
#sidebar .sidebar_widget .sidebar_post_item:hover {
color: #ffffff;
}
#sidebar .sidebar_widget .sidebar_post_item:hover h3 {
color: #ffffff;
}
#sidebar .sidebar_widget .sidebar_post_item:hover .post_item_content {
background: #141517;
}
#sidebar .sidebar_widget .sidebar_post_item:hover .post_item_image_holder {
opacity: 0.8;
}
#sidebar .sidebar_widget .sidebar_post_item:hover .grid_post_taxonomies_holder .grid_post_taxonomy {
color: #ffffff;
}
#sidebar .sidebar_widget .sidebar_post_item:hover .post_item_excerpt {
color: #ffffff;
}
#sidebar .sidebar_widget .sidebar_post_item:hover .article_category_icon {
background: #ffffff;
}
#sidebar .sidebar_widget .sidebar_post_item .post_item_content {
padding: 20px;
background: #f6f4f4;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#sidebar .sidebar_widget .sidebar_post_item .post_item_image_holder {
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#sidebar .sidebar_widget .sidebar_post_item .post_item_image_holder img {
width: 100%;
height: auto;
}
#sidebar .sidebar_widget .sidebar_post_item .grid_post_taxonomies_holder .grid_post_taxonomy {
font-size: 13px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#sidebar .sidebar_widget .sidebar_post_item .grid_post_taxonomies_holder .article_category_icon {
transform: scale(0.85);
-moz-transform: scale(0.85);
-webkit-transform: scale(0.85);
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#sidebar .button {
color: #ffffff !important;
text-decoration: none !important;
}
#sidebar #social_share {
text-align: right;
} body ::-webkit-input-placeholder {
color: inherit !important;
opacity: 0.75 !important;
font-weight: 300 !important;
}
body :-moz-placeholder {
color: inherit !important;
opacity: 0.75 !important;
font-weight: 300 !important;
}
body ::-moz-placeholder {
color: inherit !important;
opacity: 0.75 !important;
font-weight: 300 !important;
}
body :-ms-input-placeholder {
color: inherit !important;
opacity: 0.75 !important;
font-weight: 300 !important;
}
body .vfbp-form {
margin-left: -15px;
margin-right: -15px;
*zoom: 1;
}
body .vfbp-form:after {
content: "";
display: table;
clear: both;
}
#sidebar .vfbp-form .vfb-control-label {
display: none;
}
#sidebar .vfbp-form .button {
display: block;
width: 100%;
}
.vfbp-form {
margin: 0 -5px 20px -5px !important;
}
.vfbp-form:last-child {
margin-bottom: 0 !important;
}
.vfbp-form .vfb-form-control {
outline: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.vfbp-form .vfb-form-control,
.vfbp-form input[type="text"],
.vfbp-form input[type="email"],
.vfbp-form input[type="number"],
.vfbp-form textarea {
font-size: 18px;
background: #f8f8f8;
border: 1px solid #e5e6e4 !important;
height: auto;
box-shadow: none !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.vfbp-form .vfb-form-control:active,
.vfbp-form input[type="text"]:active,
.vfbp-form input[type="email"]:active,
.vfbp-form input[type="number"]:active,
.vfbp-form textarea:active,
.vfbp-form .vfb-form-control:focus,
.vfbp-form input[type="text"]:focus,
.vfbp-form input[type="email"]:focus,
.vfbp-form input[type="number"]:focus,
.vfbp-form textarea:focus {
background: #eeeeee;
border-color: #dddddd !important;
box-shadow: none;
outline: none;
}
.vfbp-form label.vfb-control-label {
font-size: 18px;
font-weight: 400;
}
.vfbp-form .vfb-col-1,
.vfbp-form .vfb-col-2,
.vfbp-form .vfb-col-3,
.vfbp-form .vfb-col-4,
.vfbp-form .vfb-col-5,
.vfbp-form .vfb-col-6,
.vfbp-form .vfb-col-7,
.vfbp-form .vfb-col-8,
.vfbp-form .vfb-col-9,
.vfbp-form .vfb-col-10,
.vfbp-form .vfb-col-11,
.vfbp-form .vfb-col-12 {
padding-left: 5px;
padding-right: 5px;
}
.vfbp-form .button {
-webkit-appearance: none;
display: inline-block;
margin: 0;
padding: 13px 30px 15px 30px;
text-align: center;
font-family: 'ff-good-headline-web-pro-con', Arial, sans-serif;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
color: #ffffff;
text-decoration: none !important;
background: #cdbf00;
border: none !important;
outline: none !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
padding: 9px 30px 11px 30px;
float: right;
}
.vfbp-form .button.sidebar_button {
display: block;
width: 100%;
padding: 9px 20px 11px 20px;
font-size: 18px;
}
.vfbp-form .button.button_small {
padding: 9px 20px 11px 20px;
font-size: 18px;
}
.vfbp-form .button.button_icon {
padding: 9px 12px 11px 12px;
font-size: 18px;
}
.vfbp-form .button.button_type_transparent {
background: transparent;
color: #ffffff;
border: 2px solid #cdbf00 !important;
padding: 11px 30px 13px 30px;
}
.vfbp-form .button.button_type_transparent:hover {
background: #9a8f00;
border-color: #9a8f00;
color: #ffffff;
}
.vfbp-form .button:hover:not([disabled]) {
cursor: pointer;
text-decoration: none;
color: #ffffff;
background: #9a8f00;
}
.vfbp-form .button:active:not([disabled]),
.vfbp-form .button:focus:not([disabled]) {
text-decoration: none;
color: #ffffff;
background: #9a8f00;
}
#page_content input[type="text"]:not(#live_search),
form:not(.searchform) input[type="text"]:not(#live_search),
#page_content input[type="phone"],
form:not(.searchform) input[type="phone"],
#page_content input[type="tel"],
form:not(.searchform) input[type="tel"],
#page_content input[type="email"],
form:not(.searchform) input[type="email"],
#page_content input[type="number"],
form:not(.searchform) input[type="number"],
#page_content input[type="password"],
form:not(.searchform) input[type="password"],
#page_content textarea,
form:not(.searchform) textarea,
#page_content select,
form:not(.searchform) select {
display: block;
width: 100%;
margin: 0;
padding: 8px 12px;
border: 1px solid #c9c8c5;
outline: none;
font-size: 17px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#page_content input[type="text"]:not(#live_search):focus,
form:not(.searchform) input[type="text"]:not(#live_search):focus,
#page_content input[type="phone"]:focus,
form:not(.searchform) input[type="phone"]:focus,
#page_content input[type="tel"]:focus,
form:not(.searchform) input[type="tel"]:focus,
#page_content input[type="email"]:focus,
form:not(.searchform) input[type="email"]:focus,
#page_content input[type="number"]:focus,
form:not(.searchform) input[type="number"]:focus,
#page_content input[type="password"]:focus,
form:not(.searchform) input[type="password"]:focus,
#page_content textarea:focus,
form:not(.searchform) textarea:focus,
#page_content select:focus,
form:not(.searchform) select:focus,
#page_content input[type="text"]:not(#live_search):active,
form:not(.searchform) input[type="text"]:not(#live_search):active,
#page_content input[type="phone"]:active,
form:not(.searchform) input[type="phone"]:active,
#page_content input[type="tel"]:active,
form:not(.searchform) input[type="tel"]:active,
#page_content input[type="email"]:active,
form:not(.searchform) input[type="email"]:active,
#page_content input[type="number"]:active,
form:not(.searchform) input[type="number"]:active,
#page_content input[type="password"]:active,
form:not(.searchform) input[type="password"]:active,
#page_content textarea:active,
form:not(.searchform) textarea:active,
#page_content select:active,
form:not(.searchform) select:active {
border-color: #141517;
}
#page_content textarea,
form:not(.searchform) textarea {
max-width: 100%;
height: 140px;
}
#page_content input[type="submit"],
form:not(.searchform) input[type="submit"] {
-webkit-appearance: none;
display: inline-block;
margin: 0;
padding: 13px 30px 15px 30px;
text-align: center;
font-family: 'ff-good-headline-web-pro-con', Arial, sans-serif;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
color: #ffffff;
text-decoration: none !important;
background: #cdbf00;
border: none !important;
outline: none !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#page_content input[type="submit"].sidebar_button,
form:not(.searchform) input[type="submit"].sidebar_button {
display: block;
width: 100%;
padding: 9px 20px 11px 20px;
font-size: 18px;
}
#page_content input[type="submit"].button_small,
form:not(.searchform) input[type="submit"].button_small {
padding: 9px 20px 11px 20px;
font-size: 18px;
}
#page_content input[type="submit"].button_icon,
form:not(.searchform) input[type="submit"].button_icon {
padding: 9px 12px 11px 12px;
font-size: 18px;
}
#page_content input[type="submit"].button_type_transparent,
form:not(.searchform) input[type="submit"].button_type_transparent {
background: transparent;
color: #ffffff;
border: 2px solid #cdbf00 !important;
padding: 11px 30px 13px 30px;
}
#page_content input[type="submit"].button_type_transparent:hover,
form:not(.searchform) input[type="submit"].button_type_transparent:hover {
background: #9a8f00;
border-color: #9a8f00;
color: #ffffff;
}
#page_content input[type="submit"]:hover:not([disabled]),
form:not(.searchform) input[type="submit"]:hover:not([disabled]) {
cursor: pointer;
text-decoration: none;
color: #ffffff;
background: #9a8f00;
}
#page_content input[type="submit"]:active:not([disabled]),
form:not(.searchform) input[type="submit"]:active:not([disabled]),
#page_content input[type="submit"]:focus:not([disabled]),
form:not(.searchform) input[type="submit"]:focus:not([disabled]) {
text-decoration: none;
color: #ffffff;
background: #9a8f00;
}
#page_content .vfb-has-error .vfb-help-block,
form:not(.searchform) .vfb-has-error .vfb-help-block {
display: block;
position: relative;
margin: -5px 0 10px 0;
padding: 3px 10px 5px 10px;
background: #dc5941;
color: #ffffff;
font-size: 18px -2;
}
#page_content .vfb-has-error .vfb-help-block:before,
form:not(.searchform) .vfb-has-error .vfb-help-block:before {
content: '';
display: block;
width: 0;
height: 0;
border: 5px solid transparent;
border-bottom-color: #dc5941;
position: absolute;
bottom: 100%;
left: 8px;
}
.mymail-form {
color: #181818;
}
.mymail-form .mymail-form-fields {
margin-left: -5px;
margin-right: -5px;
*zoom: 1;
}
.mymail-form .mymail-form-fields:after {
content: "";
display: table;
clear: both;
}
.mymail-form .mymail-form-fields .mymail-wrapper {
float: left;
width: 33.33%;
margin: 0;
padding: 0 5px;
}
.mymail-form input[type="text"],
.mymail-form input[type="email"] {
-webkit-appearance: none;
width: 100%;
border: 1px solid transparent !important;
outline: none !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.mymail-form input[type="text"]:active,
.mymail-form input[type="email"]:active,
.mymail-form input[type="text"]:focus,
.mymail-form input[type="email"]:focus {
border-color: #cdbf00 !important;
}
.mymail-form .button {
width: 100%;
border: none !important;
outline: none !important;
background: #cdbf00 !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.mymail-form .button:hover {
background: #9a8f00 !important;
}
.custom_checkbox {
display: inline-block;
*zoom: 1;
}
.custom_checkbox:after {
content: "";
display: table;
clear: both;
}
.custom_checkbox.active .custom_checkbox_indicator {
background: #cdbf00;
border-color: #cdbf00;
}
.custom_checkbox.active .custom_checkbox_indicator:before {
opacity: 1;
}
.custom_checkbox:hover {
cursor: pointer;
}
.custom_checkbox:hover .custom_checkbox_indicator {
border-color: #cdbf00;
}
.custom_checkbox .custom_checkbox_indicator {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0;
margin: 0 5px 0 0;
width: 20px;
height: 20px;
border: 1px solid #141517;
background: #f5f5f5;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_checkbox .custom_checkbox_indicator:before {
content: '';
display: block;
width: 15px;
height: 15px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
transform: scale(0.7);
-moz-transform: scale(0.7);
-webkit-transform: scale(0.7);
background-image: url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/images_sprite.png);
background-repeat: no-repeat;
background-position: -350px -50px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_checkbox .custom_checkbox_label {
display: inline-block;
vertical-align: middle;
margin-top: 1px;
} .custom_dropdown {
display: inline-block;
position: relative;
width: 100%;
}
.custom_dropdown .custom_dropdown_current {
position: relative;
box-sizing: content-box;
padding: 5px 46px 4px 15px;
line-height: normal;
line-height: 23px;
font-size: 18px;
color: #181818;
background: #f5f5f5;
overflow: hidden;
border: 1px solid #141517;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
white-space: nowrap;
text-overflow: ellipsis;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow {
width: 32px;
height: 32px;
position: absolute;
top: 0;
right: 0;
background: #141517;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow .dropdown_arrow_inner {
width: 100%;
height: 100%;
position: relative;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow .dropdown_arrow_inner:after {
display: none !important;
content: '';
width: 0;
height: 0;
position: absolute;
top: 23px;
right: 20px;
border: 6px solid transparent;
border-top-color: #ffffff;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow .dropdown_arrow_inner .icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-position: -75px -350px;
transform: scale(0.75);
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow i {
display: none !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow i:before {
display: none !important;
}
.custom_dropdown .custom_dropdown_current:hover {
cursor: pointer;
color: #181818;
background: #f1efef;
}
.custom_dropdown .custom_dropdown_current:hover .select_dropdown_arrow {
background: #000000;
}
.custom_dropdown .custom_dropdown_current:hover .select_dropdown_arrow .dropdown_arrow_inner:after {
border-top-color: #ffffff;
}
.custom_dropdown .custom_dropdown_options {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 220px;
background: #ffffff;
border: 1px solid #141517;
border-top: none;
z-index: 2;
overflow: auto;
}
.custom_dropdown .custom_dropdown_options .single_option {
padding: 6px 15px;
margin: 0;
color: #181818;
font-size: 18px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_options .single_option.sub_option {
padding: 3px 15px 3px 30px;
font-size: 16px;
}
.custom_dropdown .custom_dropdown_options .single_option:hover {
background: #f1efef;
cursor: pointer;
}
.custom_dropdown .custom_dropdown_options .single_option.selected {
background: #f1efef;
}
.custom_dropdown .custom_dropdown_options.mCS_no_scrollbar {
padding-right: 0;
}
.custom_dropdown .custom_dropdown_options.mCS_no_scrollbar .single_motor_option {
margin-right: 0;
}
.custom_dropdown .custom_dropdown_options .mCSB_scrollTools {
margin: 10px 0;
}
.custom_dropdown .custom_dropdown_options .mCSB_container {
margin-right: 16px;
} .staff_members_holder .staff_members .single_staff {
margin-bottom: 30px;
color: #181818;
}
.staff_members_holder .staff_members .single_staff:nth-child(3n+1) {
clear: left;
}
.staff_members_holder .staff_members .single_staff.single_video:nth-child(4n+1) {
clear: none;
}
.staff_members_holder .staff_members .single_staff.single_video:nth-child(3n+1) {
clear: left;
}
.staff_members_holder .staff_members .single_staff .staff_image_holder {
display: block;
margin-bottom: 15px;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
background-color: #eeeeee;
}
.staff_members_holder .staff_members .single_staff .staff_image_holder img {
width: 100%;
height: auto;
}
.staff_members_holder .staff_members .single_staff .staff_content p {
margin: 0;
}
.staff_members_holder .staff_members .single_staff .staff_content a.phone_link {
color: inherit;
}
.staff_members_holder .staff_members .single_staff .staff_content a.phone_link:hover {
color: #141517;
}
.staff_members_holder .staff_members .single_staff .staff_content .staff_name {
font-weight: 500;
}
.staff_members_holder .staff_members .single_staff .staff_content .staff_contacts {
margin-top: 10px;
}
.staff_members_holder .staff_members .single_staff .staff_content .icon {
width: 20px !important;
opacity: 0.8;
vertical-align: middle;
}
.staff_members_holder .staff_category {
display: block;
margin: 0 0 20px 0 !important;
padding: 0 0 10px 0;
border-bottom: 1px solid #222222;
font-size: 26px;
font-style: normal;
} .video_player_holder {
margin-bottom: 10px;
}
.video_player_holder .video_player_inner {
position: relative;
padding-bottom: 56.25%; padding-top: 0;
height: 0;
overflow: hidden;
}
.video_player_holder .video_player_inner iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video_name {
margin: 0;
} .boxed_item_holder {
float: left;
margin-bottom: 30px;
}
.boxed_item_holder:nth-child(3n+1) {
clear: left;
}
.boxed_item {
display: block;
border: 1px solid #eeeeee;
color: #181818;
}
.boxed_item .boxed_item_image_holder {
display: block;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
background-color: #ffffff;
}
.boxed_item .boxed_item_image_holder img {
width: 100%;
height: auto;
}
.boxed_item a.boxed_item_image_holder:hover {
opacity: 0.8;
}
.boxed_item .boxed_item_centered_image {
display: table;
table-layout: fixed;
width: 100%;
}
.boxed_item .boxed_item_centered_image .boxed_item_centered_image_inner {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
height: 120px;
padding: 20px;
}
.boxed_item .boxed_item_centered_image .boxed_item_centered_image_inner img {
max-width: 100%;
max-height: 100%;
max-height: 80px;
width: auto;
height: auto;
}
.boxed_item .boxed_item_content {
padding: 15px;
background: #eeeeee;
}
.boxed_item .boxed_item_title {
margin-bottom: 0;
}
.boxed_item .boxed_item_description {
margin-bottom: 0;
}
.boxed_item .boxed_item_button {
display: block;
width: 100%;
margin: 15px 0 0 0;
padding: 8px 15px 10px 15px;
font-size: 18px;
text-align: center;
} .custom_accordion {
margin: 0 0 20px 0;
}
.custom_accordion:last-child {
margin-bottom: 0;
}
.custom_accordion .panel {
margin: 0 0 10px 0;
}
.custom_accordion .panel:last-child {
margin-bottom: 0;
}
.custom_accordion .panel-heading .panel-title {
display: block;
font-weight: 400;
font-style: normal;
line-height: normal;
font-size: 18px !important;
text-decoration: none;
color: #181818;
}
.custom_accordion .panel-heading .panel-title a {
display: block;
position: relative;
padding: 12px 45px 12px 20px;
text-decoration: none;
color: #181818 !important;
background: #151515;
color: #ffffff !important;
}
.custom_accordion .panel-heading .panel-title a:hover {
background: #444444;
}
.custom_accordion .panel-heading .panel-title a:before {
content: '';
display: none;
position: absolute;
top: 100%;
left: 10px;
width: 0;
height: 0;
border: 8px solid transparent;
border-top-color: #141517;
opacity: 0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_accordion .panel-heading .panel-title a:not(.collapsed) {
background: #141517 !important;
}
.custom_accordion .panel-heading .panel-title a:not(.collapsed):before {
opacity: 1;
}
.custom_accordion .panel-heading .panel-title a:not(.collapsed) .icon {
transform: rotate(180deg) scale(0.66);
-moz-transform: rotate(180deg) scale(0.66);
-webkit-transform: rotate(180deg) scale(0.66);
}
.custom_accordion .panel-heading .panel-title a .icon {
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
transform: scale(0.66);
-moz-transform: scale(0.66);
-webkit-transform: scale(0.66);
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.custom_accordion .panel-body {
display: block;
position: relative;
margin: 10px 0 0 0;
padding: 10px 5px;
*zoom: 1;
}
.custom_accordion .panel-body:after {
content: "";
display: table;
clear: both;
} .timeline {
margin: 0 0 20px 0;
}
.timeline .timeline_item {
display: block;
position: relative;
overflow: hidden;
padding: 0 0 30px 0;
margin: 0 0 10px 0;
*zoom: 1;
}
.timeline .timeline_item:after {
content: "";
display: table;
clear: both;
}
.timeline .timeline_item:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.timeline .timeline_item:last-child:before {
display: none;
}
.timeline .timeline_item:before {
content: '';
display: block;
width: 1px;
height: 100%;
background: #777777;
position: absolute;
top: 0;
bottom: 0;
left: 95px;
z-index: -1;
}
.timeline .timeline_item .timeline_left {
float: left;
width: 190px;
text-align: left;
}
.timeline .timeline_item .timeline_right {
float: right;
width: calc(100% - 210px);
}
.timeline .timeline_item .timeline_image {
width: 100%;
height: 130px;
position: relative;
background: #000000;
}
.timeline .timeline_item .timeline_image img {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.timeline .timeline_item .timeline_title {
display: block;
margin: 0;
padding: 5px 10px 7px 10px;
text-align: center;
background: #cdbf00;
color: #ffffff !important;
}
.timeline .timeline_item .timeline_content {
display: block;
position: relative;
margin: 0;
padding: 10px 15px;
background: #f8f8f8;
border: 1px solid #eeeeee;
}
.timeline .timeline_item .timeline_content:before {
content: '';
display: block;
width: 16px;
height: 16px;
background: #f8f8f8;
border-left: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
position: absolute;
right: 100%;
top: 15px;
margin-right: -8px;
transform: rotate(45deg);
}
.timeline .timeline_item .timeline_line_spacer {
display: block;
width: 100%;
height: 10px;
background: #ffffff;
} #footer_holder {
padding: 50px 0;
background: #151515;
color: #ffffff;
}
#footer_holder #footer a {
color: inherit;
text-decoration: none;
}
#footer_holder #footer a:hover {
color: #cdbf00;
} body.admin-bar #sf_sb {
margin-top: -37px;
}
body #sf_sb {
margin-top: -5px;
}
body #sf_results {
border: none;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
body #sf_val ul li.sf_header {
padding: 6px 10px;
font-weight: normal;
font-size: 19px;
text-transform: uppercase;
border: none;
background: #141517;
color: #ffffff;
}
body #sf_val ul li.sf_item {
min-height: 0;
margin: 0 !important;
padding: 8px 10px;
line-height: normal;
font-size: 18px;
border: none !important;
border-bottom: 1px solid #eeeeee !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
body #sf_val ul li.sf_item.sf_selected {
color: #141517 !important;
background: #f5f5f5 !important;
}
body #sf_val ul li.sf_item.sf_selected a {
color: #141517 !important;
}
body #sf_val ul li.sf_item.sf_selected a p,
body #sf_val ul li.sf_item.sf_selected a span {
color: #141517 !important;
}
body #sf_val ul li.sf_more {
border: none !important;
margin: 0 !important;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
body #sf_val ul li.sf_more.sf_selected {
border: none !important;
background: #141517 !important;
}
body .sf_result_container {
max-height: 300px;
}
body .live_search_item {
display: block;
color: #181818;
*zoom: 1;
}
body .live_search_item:after {
content: "";
display: table;
clear: both;
}
body .live_search_item.page_search_item {
padding: 5px 0;
}
body .live_search_item .live_search_left {
width: 50px;
height: 50px;
background: #eeeeee url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/placeholder.png) no-repeat center center;
background-size: cover;
float: left;
}
body .live_search_item .live_search_left .live_search_image {
width: 100%;
height: 100%;
background: #eeeeee url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/placeholder.png) no-repeat center center;
background-size: cover;
}
body .live_search_item .live_search_right {
width: calc(100% - 60px);
float: right;
}
body .live_search_item p {
margin: 0;
font-size: 17px;
line-height: 1;
margin-bottom: 3px;
}
body .live_search_item p:last-child {
margin-bottom: 0;
}
body .live_search_item .live_search_title {
display: block;
font-weight: bold;
}
body .live_search_item .live_search_excerpt {
display: block;
font-size: 16px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
body .live_search_item .live_search_meta {
font-size: 16px;
opacity: 0.5;
display: none;
}
body .live_search_item img {
position: static !important;
} #user_login_box {
display: none;
}
#user_login_box.inner_page_login_box {
display: block;
max-width: 415px;
margin: 0 auto;
border: 3px solid #ffffff;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#user_login_box.inner_page_login_box #user_login {
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#user_login {
width: 415px;
background: #ffffff;
border-radius: 5px;
overflow: hidden;
}
#user_login #user_login_top {
text-align: center;
padding: 45px 0;
background: #181818;
}
#user_login #user_login_links {
background: #cdbf00;
color: #ffffff;
font-size: 20px;
text-transform: uppercase;
*zoom: 1;
}
#user_login #user_login_links:after {
content: "";
display: table;
clear: both;
}
#user_login #user_login_links .user_login_link {
position: relative;
display: block;
float: left;
padding: 15px 15px;
width: 50%;
text-align: center;
color: #ffffff;
text-decoration: none;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#user_login #user_login_links .user_login_link.active:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border: 5px solid transparent;
border-bottom-color: #ffffff;
}
#user_login #user_login_links .user_login_link:hover {
cursor: pointer;
background: rgba(24, 24, 24, 0.15);
}
#user_login #user_login_bottom {
padding: 20px 25px;
background: #181818;
color: #ffffff;
}
#user_login #user_login_content {
padding: 20px 25px;
}
#user_login #user_login_content .user_login_tab_content {
display: none;
}
#user_login #user_login_content .user_login_tab_content.active {
display: block;
}
#user_login .vfbp-form .button {
float: none;
width: 100%;
}
#user_login .lwa-remember table,
#user_login .lwa-form table {
display: block;
width: 100%;
}
#user_login .lwa-remember table tbody,
#user_login .lwa-form table tbody {
display: block;
}
#user_login .lwa-remember table tr,
#user_login .lwa-form table tr {
display: block;
}
#user_login .lwa-remember table tr td,
#user_login .lwa-form table tr td {
display: block;
}
#user_login .lwa-remember .lwa-username-label,
#user_login .lwa-form .lwa-username-label,
#user_login .lwa-remember .lwa-password-label,
#user_login .lwa-form .lwa-password-label {
display: none;
}
#user_login .lwa-remember .lwa-submit,
#user_login .lwa-form .lwa-submit {
position: relative;
margin-top: 10px;
padding-top: 30px;
}
#user_login .lwa-remember .lwa-submit-links,
#user_login .lwa-form .lwa-submit-links {
padding: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
*zoom: 1;
}
#user_login .lwa-remember .lwa-submit-links:after,
#user_login .lwa-form .lwa-submit-links:after {
content: "";
display: table;
clear: both;
}
#user_login .lwa-remember .lwa-submit-links .lwa-links-remember,
#user_login .lwa-form .lwa-submit-links .lwa-links-remember {
float: right;
}
#user_login .lwa-remember .lwa-submit-links br,
#user_login .lwa-form .lwa-submit-links br {
display: none;
}
#user_login .lwa-remember input[type="text"],
#user_login .lwa-form input[type="text"],
#user_login .lwa-remember input[type="email"],
#user_login .lwa-form input[type="email"],
#user_login .lwa-remember input[type="password"],
#user_login .lwa-form input[type="password"] {
border: 1px solid #e5e6e4 !important;
background: #f8f8f8;
padding: 8px 12px;
line-height: 1.42857143;
}
#user_login .lwa-remember #lwa_wp-submit,
#user_login .lwa-form #lwa_wp-submit {
display: block;
float: none;
width: 100%;
padding-top: 8px;
padding-bottom: 10px;
}
#user_login .lwa-remember .lwa-button-remember,
#user_login .lwa-form .lwa-button-remember {
padding-top: 8px;
padding-bottom: 10px;
margin-right: 10px;
}
#fancybox-outer,
#fancybox-content {
border-radius: 8px;
} body.forum li#menu-item-3358 > a:before,
body.topic li#menu-item-3358 > a:before,
body.reply li#menu-item-3358 > a:before {
left: 20px !important;
right: 20px !important;
}
body.forum li#menu-item-3358 > a:hover:before,
body.topic li#menu-item-3358 > a:hover:before,
body.reply li#menu-item-3358 > a:hover:before {
left: 0 !important;
right: 0 !important;
}
body.bbp-user-page #header_user_menu > a:first-child,
body.bbp-user-edit #header_user_menu > a:first-child {
background: rgba(24, 24, 24, 0.15);
}
body.forum #page_text,
body.topic #page_text,
body.reply #page_text,
body.bbp-user-page #page_text,
body.bbp-user-edit #page_text {
padding-top: 0;
}
body.forum #single_post_content,
body.topic #single_post_content,
body.reply #single_post_content,
body.bbp-user-page #single_post_content,
body.bbp-user-edit #single_post_content {
padding: 0;
}
#bbpress-forums {
font-size: inherit;
}
#bbpress-forums .bbp-breadcrumb {
display: none;
}
#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#bbpress-forums div.bbp-template-notice {
padding: 5px 10px;
}
#bbpress-forums div.bbp-template-notice p {
font-size: 18px;
margin: 0 !important;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
font-size: 18px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 18px;
}
#bbpress-forums .bbp-forum-title {
display: block;
position: relative;
margin: 0 0 10px 0;
padding: 8px 15px 10px 15px;
font-size: 30px;
font-weight: 500;
color: #ffffff;
background: #cdbf00;
background: #9a8f00;
text-decoration: none !important;
background: -moz-linear-gradient(left, #e5a400 0%, #e5a400 15%, rgba(229, 164, 0, 0) 100%);
background: -webkit-linear-gradient(left, #e5a400 0%, #e5a400 15%, rgba(229, 164, 0, 0) 100%);
background: linear-gradient(to right, #e5a400 0%, #e5a400 15%, rgba(229, 164, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5a400', endColorstr='#00e5a400', GradientType=1);
background-size: calc(100% + 100px) 100%;
background-position: -100px center;
}
#bbpress-forums .bbp-forum-title:before,
#bbpress-forums .bbp-forum-title:after {
content: '';
display: block;
position: absolute;
right: 15px;
width: 12px;
height: 2px;
background: #cdbf00;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#bbpress-forums .bbp-forum-title:before {
top: 50%;
margin-top: -5px;
transform: rotate(45deg);
}
#bbpress-forums .bbp-forum-title:after {
bottom: 50%;
margin-bottom: -5px;
transform: rotate(-45deg);
}
#bbpress-forums .bbp-forum-title:hover {
text-decoration: none;
color: #ffffff;
background-position: 0 center;
}
#bbpress-forums .bbp-forum-title:hover:before,
#bbpress-forums .bbp-forum-title:hover:after {
right: 10px;
background: #9a8f00;
}
#bbpress-forums .bbp-forum-content h1,
#bbpress-forums .bbp-forum-content h2 {
font-size: 24px;
margin-bottom: 15px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
font-weight: 500;
}
#bbpress-forums span.bbp-admin-links a {
font-size: 14px;
display: inline-block;
margin: 0px 2px 0px 2px;
color: #999999;
}
#bbpress-forums span.bbp-admin-links a:first-child {
margin-left: 0;
}
#bbpress-forums span.bbp-admin-links a:last-child {
margin-right: 0;
}
#bbpress-forums span.bbp-admin-links a:hover {
color: #cdbf00;
}
#bbpress-forums .bbp-reply-post-date {
float: left;
display: inline-block;
font-size: 14px;
}
#bbpress-forums .bbp-reply-post-date + .bbp-header {
display: inline-block;
vertical-align: top;
margin-left: 10px;
font-size: 14px;
}
#bbpress-forums .bbp-reply-permalink {
font-size: 14px;
}
#bbpress-forums .bbp-admin-links {
font-size: 14px;
}
#bbpress-forums .bbp-body .bbp-reply-content {
padding-left: 10px;
border-left: 1px solid #eeeeee;
}
#bbpress-forums fieldset.bbp-form {
padding: 0;
border: none;
}
#bbpress-forums fieldset.bbp-form legend {
background: #eeeeee;
padding: 7px 10px;
border: 1px solid #ddd;
position: relative;
}
#bbpress-forums fieldset.bbp-form legend:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 10px;
width: 12px;
height: 12px;
margin-top: -6px;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
background: #eeeeee;
transform: rotate(45deg);
}
#bbpress-forums div.bbp-the-content-wrapper input {
margin: 0 4px 0 4px;
border: 1px solid #ddd !important;
line-height: normal;
height: auto;
padding: 4px 7px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
background: #eeeeee;
border: 1px solid #dddddd;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
border-bottom: 1px solid #dddddd;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child {
border-bottom: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
background: #cdbf00;
color: #ffffff;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
display: block;
position: relative;
color: #181818;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
background: #dddddd;
}
#bbpress-forums #bbp-your-profile fieldset {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border: none;
border-bottom: 1px solid #eeeeee;
clear: both;
*zoom: 1;
}
#bbpress-forums #bbp-your-profile fieldset:after {
content: "";
display: table;
clear: both;
}
#bbpress-forums #bbp-your-profile fieldset:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
#bbpress-forums #bbp-your-profile fieldset legend {
font-weight: 500;
}
#bbpress-forums #bbp-your-profile fieldset > div {
margin-bottom: 10px;
}
#bbpress-forums #bbp-your-profile fieldset > div:last-child {
margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset label {
font-weight: 500;
display: block !important;
width: auto !important;
float: none !important;
text-align: left !important;
clear: both;
}
#bbpress-forums #bbp-your-profile fieldset .bbp-form.password {
display: block;
width: auto !important;
float: none !important;
}
#bbpress-forums .bbp-user-section {
background: #eeeeee;
padding: 10px 15px;
}
#bbpress-forums .mce-edit-area {
border: 1px solid #eeeeee !important;
border-bottom: none;
}
#bbpress-forums .bbp-topics ul.super-sticky {
background: #cdbf00 !important;
color: rgba(255, 255, 255, 0.75);
}
#bbpress-forums .bbp-topics ul.super-sticky a {
color: #ffffff;
}
#bbpress-forums .bbp-topic-title .bbp-attachments-count {
margin: 3px 5px 0 0;
}
#bbpress-forums .bbp-attachments-errors h6,
#bbpress-forums .bbp-attachments h6 {
font-weight: normal !important;
font-size: 18px !important;
}
#bbpress-forums .bbp-attachments-errors .wp-caption .wp-caption-text,
#bbpress-forums .bbp-attachments .wp-caption .wp-caption-text {
padding: 10px;
color: #aaaaaa;
}
#bbpress-forums .bbp-attachments-errors ol,
#bbpress-forums .bbp-attachments ol {
overflow: initial !important;
*zoom: 1;
}
#bbpress-forums .bbp-attachments-errors ol:after,
#bbpress-forums .bbp-attachments ol:after {
content: "";
display: table;
clear: both;
}
#bbpress-forums .bbp-attachments-errors ol > li,
#bbpress-forums .bbp-attachments ol > li {
float: left;
margin: 0 20px 0 0;
}
#bbpress-forums .bbp-attachments-errors ol > li:last-child,
#bbpress-forums .bbp-attachments ol > li:last-child {
margin-right: 0;
}
#bbpress-forums .bbp-attachments-form br {
display: none;
}
#bbpress-forums .bbp-attachments-form label {
font-weight: normal;
margin-bottom: 5px !important;
}
#bbpress-forums .bbp-attachments-form input[type="file"] {
padding: 8px;
background: #eeeeee;
font-size: 15px;
}
#bbpress-forums .bbp-attachments-form .d4p-attachment-addfile {
margin-top: -20px;
}
#bbpress-forums label {
font-weight: 500;
} #email_signatires_holder {
margin: 40px 0 0 0;
}
#email_signatires_holder .generated_signature {
margin: 20px 0 0 0;
position: relative;
padding: 20px;
border: 1px solid #ccc;
background: #ffffff;
font-size: 12px;
font-family: Arial;
}
#email_signatires_holder .generated_signature .select_content {
display: block;
position: absolute;
top: 0;
right: 0;
width: 70px;
height: 75px;
background: transparent url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/images/signature_copy.png) no-repeat 12px center;
opacity: 0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#email_signatires_holder .generated_signature .select_content:hover {
cursor: pointer;
background-color: #eeeeee;
}
#email_signatires_holder .generated_signature:hover .select_content {
opacity: 1;
} .slick-arrow.slick-disabled {
background: #e5e5e5 !important;
}
.slick-arrow.slick-disabled:hover {
cursor: default;
} #cookies_notification {
padding: 0 !important;
width: 340px !important;
}
#cookies_notification #cookies_box_text_holder {
position: relative;
padding: 18px 25px 18px 25px !important;
}
#cookies_notification #cookies_box_icon {
position: absolute !important;
top: 20px !important;
left: 25px !important;
color: #cdbf00 !important;
}
#cookies_notification #cookies_box_title {
position: static !important;
margin-bottom: 0 !important;
color: #181818 !important;
font-size: 21px !important;
font-weight: bold !important;
}
#cookies_notification #cookies_box_text {
margin-bottom: 0 !important;
font-size: 16px !important;
font-weight: 500 !important;
}
#cookies_notification #cookies_box_text br {
display: none !important;
}
#cookies_notification #cookies_box_buttons_holder {
background: #f6f4f4 !important;
padding: 7px 25px !important;
*zoom: 1;
}
#cookies_notification #cookies_box_buttons_holder:after {
content: "";
display: table;
clear: both;
}
#cookies_notification #cookies_box_link {
float: left !important;
font-size: 16px !important;
opacity: 1 !important;
}
#cookies_notification #cookies_box_link:hover {
color: #cdbf00 !important;
}
#cookies_notification #cookies_box_button {
float: right !important;
margin: -7px -25px -7px 0 !important;
padding: 7px 25px 7px 25px !important;
background: none !important;
color: #181818 !important;
font-weight: bold !important;
font-size: 16px !important;
line-height: normal !important;
}
#cookies_notification #cookies_box_button:hover {
background: #cdbf00 !important;
color: #ffffff !important;
}
#cookie_info_holder {
display: none;
}
#cookie_info {
max-width: 600px;
max-height: 800px;
} #mm-blocker {
z-index: 12 !important;
}
#mm-blocker:after {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
}
#mm-blocker #mobile_menu_icon {
-webkit-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
#mobile_menu_icon {
display: none;
position: static;
float: right;
margin: 0;
width: 70px;
text-align: right;
z-index: 13;
background: #141517;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#mobile_menu_icon.is-active {
opacity: 1;
background: #cdbf00;
}
html.mm-right.mm-opening #mobile_menu_icon.mm-slideout {
width: 100%;
} #mobile_menu ul li:after {
left: 0;
}
#mobile_menu ul li.hide_mobile {
display: none !important;
}
#mobile_menu ul li.divider {
height: 5px;
background: #2b2b2b;
}
#mobile_menu ul li.current-menu-item > a,
#mobile_menu ul li.current-menu-ancestor > a {
background: #555555;
} .hamburger {
padding: 10px 15px;
display: block;
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;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 1 !important;
}
.hamburger-box {
width: 40px;
height: 35px;
display: block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 40px;
height: 3px;
background-color: #ffffff;
border-radius: 4px;
position: absolute;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -12px;
}
.hamburger-inner::after {
bottom: -12px;
}
.hamburger--spin .hamburger-inner {
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
} .margin-bottom {
margin-bottom: 40px;
}
.margin-bottom:last-child {
margin-bottom: 0;
}
.margin-bottom-small {
margin-bottom: 20px;
}
.margin-bottom-small:last-child {
margin-bottom: 0;
}   @media (min-width: 1200px) {
.margin-bottom-lg {
margin-bottom: 40px;
}
.margin-bottom-lg:last-child {
margin-bottom: 0;
}
.margin-bottom-small-lg {
margin-bottom: 20px;
}
.margin-bottom-small-lg:last-child {
margin-bottom: 0;
}
} @media (max-width: 1199px) {
.margin-bottom-md {
margin-bottom: 40px;
}
.margin-bottom-md:last-child {
margin-bottom: 0;
}
.margin-bottom-small-md {
margin-bottom: 20px;
}
.margin-bottom-small-md:last-child {
margin-bottom: 0;
}
.container {
width: auto !important;
}
} @media (min-width: 992px) {
#mobile_menu {
display: none !important;
}
#mobile_menu_icon {
display: none !important;
}
#mm-blocker {
display: none !important;
}
html.mm-right.mm-opening .mm-slideout {
-webkit-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
} @media (max-width: 991px) {
.margin-bottom-sm {
margin-bottom: 40px;
}
.margin-bottom-sm:last-child {
margin-bottom: 0;
}
.margin-bottom-small-sm {
margin-bottom: 20px;
}
.margin-bottom-small-sm:last-child {
margin-bottom: 0;
}
body.home #header_holder {
height: 130px;
}
body.home #header_holder #header {
height: 130px;
}
#header_holder #header_top #header_slogan {
width: auto;
right: 0;
}
#header_holder #header_social_icons {
display: none !important;
}
#header_holder #top_menu {
display: none !important;
}
#header_holder #main_menu_holder {
height: 55px;
}
#header_holder #main_menu_holder #main_menu {
display: none;
}
#header_holder #main_menu_holder .cart_link {
right: 70px;
}
#mobile_menu_icon {
display: block;
position: absolute;
top: 0;
right: 0;
}
#mobile_menu_icon:hover {
background: rgba(255, 255, 255, 0.15);
}
#header_background {
height: 350px;
}
#content_holder {
margin-top: 150px;
}
#footer_holder #footer .main_footer_content {
padding-left: 0;
}
#footer_holder #footer #logo_footer {
clear: both;
position: static;
text-align: center;
padding: 40px 0 0 0;
}
#footer_holder #footer .footer_social_icons {
clear: both;
padding-top: 30px;
padding-left: 10px;
margin-top: 30px;
border-top: 1px solid #706e6e;
text-align: center;
}
#sf_sb {
display: none !important;
}
#single_post_top {
padding-left: 0;
padding-right: 0;
}
#single_post_content {
padding-left: 0;
padding-right: 0;
}
#product_gallery .product_gallery_image {
width: calc(20% - 20px);
}
.homepage_lead_icons_row .homepage_lead_icons.with_signup_box {
padding-right: 10px;
}
#signup_box {
position: static;
width: auto;
margin: 0 -10px;
}
#signup_box #signup_box_inner {
max-width: 500px;
margin: 0 auto;
padding: 30px 10px;
}
.staff_members_holder .staff_members .single_staff:nth-child(4n+1),
.staff_members_holder .staff_members .single_staff.single_video:nth-child(4n+1) {
clear: none;
}
.staff_members_holder .staff_members .single_staff:nth-child(3n+1),
.staff_members_holder .staff_members .single_staff.single_video:nth-child(3n+1) {
clear: left;
}
} @media (min-width: 768px) {
.homepage_services_holder .services_column_left .single_service .single_service_content {
float: left;
text-align: right;
}
.homepage_services_holder .services_column_left .single_service .single_service_icon {
float: right;
}
.lead_icons_small .lead_icon_column {
width: 20%;
}
} @media (max-width: 767px) {
.margin-bottom-xs {
margin-bottom: 40px;
}
.margin-bottom-xs:last-child {
margin-bottom: 0;
}
.margin-bottom-small-xs {
margin-bottom: 20px;
}
.margin-bottom-small-xs:last-child {
margin-bottom: 0;
}
.wp-caption {
width: 100% !important;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.staff_members_holder .staff_members .single_staff:nth-child(3n+1),
.staff_members_holder .staff_members .single_staff.single_video:nth-child(3n+1) {
clear: none;
}
.staff_members_holder .staff_members .single_staff:nth-child(2n+1),
.staff_members_holder .staff_members .single_staff.single_video:nth-child(2n+1) {
clear: none;
}
.boxed_item_holder:nth-child(3n+1) {
clear: none;
}
.boxed_item_holder:nth-child(2n+1) {
clear: left;
}
#header_holder .mobile_searchform {
display: none;
}
#footer_holder #footer .main_footer_content {
margin-left: -10px;
margin-right: -10px;
}
#footer_holder #footer .row .footer_column {
height: auto !important;
padding-left: 10px;
padding-right: 10px;
border: none;
}
#posts_grid .grid_post.grid_post_1 .grid_post_image {
position: static;
width: auto;
height: auto;
background: none !important;
margin-bottom: 15px;
}
#posts_grid .grid_post.grid_post_1 .grid_post_image img {
display: block;
}
#posts_grid .grid_post.grid_post_1 .grid_post_content {
float: none;
width: auto;
}
#posts_grid.page_posts_grid .grid_post[data-post-count="7"] .grid_post_image {
float: none;
width: auto;
margin: 0 0 15px;
}
#posts_grid.page_posts_grid .grid_post[data-post-count="7"] .grid_post_content {
float: none;
width: auto;
}
.services_image_column {
margin-top: 20px;
margin-bottom: 20px;
}
#sidebar {
margin-top: 40px;
}
.homepage_lead_icons_row .lead_icon_column:nth-child(3n+1) {
clear: none;
}
.homepage_lead_icons_row .lead_icon_column:nth-child(2n+1) {
clear: left;
}
.homepage_latest_articles_row .title_row h2 {
height: auto;
}
.homepage_latest_articles_row .large_article_holder {
margin-top: 0;
clear: left;
}
.latest_posts_row .latest_posts_list .latest_post_holder {
border: none !important;
height: auto !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.latest_posts_row .latest_posts_list .latest_post_holder:nth-child(3n+1) {
clear: none;
}
.latest_posts_row .latest_posts_list .latest_post_holder:nth-child(2n) {
padding-left: 20px !important;
}
.latest_posts_row .latest_posts_list .latest_post_holder:nth-child(2n+1) {
clear: left;
padding-right: 20px !important;
border-right: 2px solid #cdbf00 !important;
}
#product_featured_image_col {
height: auto !important;
margin-bottom: 30px;
}
#product_featured_image_col #featured_image {
background: none !important;
}
#product_featured_image_col #featured_image img {
display: block;
width: 100%;
height: auto;
}
#product_content_col {
height: auto !important;
}
#product_gallery .product_gallery_image {
width: calc(25% - 20px);
}
.staff_members_holder .staff_members .single_staff:nth-child(3n+1),
.staff_members_holder .staff_members .single_video:nth-child(3n+1) {
clear: none;
}
.staff_members_holder .staff_members .single_staff:nth-child(2n+1),
.staff_members_holder .staff_members .single_video:nth-child(2n+1) {
clear: left;
}
#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-topic-title {
width: 74%;
}
#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-reply-count {
width: 13%;
}
#bbpress-forums li.bbp-forum-freshness,
#bbpress-forums li.bbp-topic-freshness {
display: none;
}
}
@media (max-width: 650px) {
#header_holder #header_top {
height: 0;
}
#header_holder #header_top #header_slogan {
display: none;
}
#header_holder #logo_holder {
padding: 25px 20px 45px 20px;
}
#header_holder #main_menu_holder {
box-sizing: content-box;
border-top: 10px solid #cdbf00;
border-bottom: 10px solid #cdbf00;
}
#header_background {
height: 300px;
}
#content_holder {
margin-top: 110px;
}
#product_gallery .product_gallery_image {
width: calc(33.33% - 20px);
}
}   @media (max-width: 550px) {
.margin-bottom-xxs {
margin-bottom: 40px;
}
.margin-bottom-xxs:last-child {
margin-bottom: 0;
}
.margin-bottom-small-xxs {
margin-bottom: 20px;
}
.margin-bottom-small-xxs:last-child {
margin-bottom: 0;
}
.staff_members_holder .staff_members .single_staff {
clear: both;
}
.staff_members_holder .staff_members .single_staff .staff_image_holder {
height: auto !important;
background: none !important;
margin-bottom: 0 !important;
}
.staff_members_holder .staff_members .single_staff .staff_image_holder img {
display: block !important;
margin-bottom: 10px !important;
width: 100%;
height: auto;
}
#breadcrumbs #breadcrumbs_text {
display: none;
}
#breadcrumbs #breadcrumbs_right {
float: none;
text-align: center;
}
.homepage_side_images_row {
min-height: 0;
}
.homepage_side_images_row .side_images_row_content {
width: 100%;
padding: 30px 30px;
min-height: 0;
}
.homepage_side_images_row .side_image_1,
.homepage_side_images_row .side_image_2 {
display: none;
}
.boxed_content {
float: none !important;
width: auto !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.latest_posts_row .latest_posts_list .latest_post_holder {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 2px solid #cdbf00 !important;
}
.latest_posts_row .latest_posts_list .latest_post_holder:nth-child(2n) {
padding-left: 10px !important;
}
.latest_posts_row .latest_posts_list .latest_post_holder:nth-child(2n+1) {
padding-right: 10px !important;
border-right: none !important;
}
.latest_posts_row .latest_posts_list .latest_post_holder:last-child {
padding-bottom: 0 !important;
margin-bottom: 40px !important;
border-bottom: none !important;
}
#woo_price_holder {
padding: 15px;
text-align: center;
}
#woo_price_holder .woo_price {
float: none;
margin: 0 0 15px 0;
}
#woo_price_holder .woo_price .price {
line-height: normal;
}
#woo_price_holder .woo_add_to_cart {
float: none;
}
.timeline .timeline_item:before {
top: auto;
height: 30px;
left: 0;
right: 0;
margin: auto;
}
.timeline .timeline_item .timeline_left {
width: auto;
float: none;
margin-bottom: 20px;
}
.timeline .timeline_item .timeline_right {
width: auto;
float: none;
margin-bottom: 10px;
}
.timeline .timeline_item .timeline_content:before {
left: 15px;
right: auto;
top: auto;
bottom: 100%;
margin: 0 0 -8px 0;
transform: rotate(135deg);
}
.timeline .timeline_item .timeline_line_spacer {
display: none;
}
#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-topic-title {
width: 100%;
}
#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-reply-count {
display: none;
}
#bbpress-forums .bbp-admin-links {
width: 100%;
margin-top: 5px;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
float: none;
display: block;
width: auto;
min-height: initial;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #eeeeee;
}
#bbpress-forums .bbp-body div.bbp-reply-author br {
display: none;
}
#bbpress-forums .bbp-body div.bbp-reply-content {
margin: 0;
border: none;
}
} @media (max-width: 440px) {
#single_post_download_row {
text-align: center;
}
#single_post_download_row .button {
float: none;
}
#single_post_download_row #social_share {
float: none;
margin: 20px 0 0 0;
}
#product_gallery .product_gallery_image {
width: calc(50% - 20px);
}
} @media (max-width: 550px) { html body .hidden-xxs {
display: none !important;
}
html body .col-xxs-1,
html body .col-xxs-2,
html body .col-xxs-3,
html body .col-xxs-4,
html body .col-xxs-5,
html body .col-xxs-6,
html body .col-xxs-7,
html body .col-xxs-8,
html body .col-xxs-9,
html body .col-xxs-10,
html body .col-xxs-11,
html body .col-xxs-12 {
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
position: relative;
}
html body .col-xxs-1,
html body .col-xxs-2,
html body .col-xxs-3,
html body .col-xxs-4,
html body .col-xxs-5,
html body .col-xxs-6,
html body .col-xxs-7,
html body .col-xxs-8,
html body .col-xxs-9,
html body .col-xxs-10,
html body .col-xxs-11 {
float: left;
}
html body .col-xxs-1 {
width: 8.33333333%;
}
html body .col-xxs-2 {
width: 16.66666667%;
}
html body .col-xxs-3 {
width: 25%;
}
html body .col-xxs-4 {
width: 33.33333333%;
}
html body .col-xxs-5 {
width: 41.66666667%;
}
html body .col-xxs-6 {
width: 50%;
}
html body .col-xxs-7 {
width: 58.33333333%;
}
html body .col-xxs-8 {
width: 66.66666667%;
}
html body .col-xxs-9 {
width: 75%;
}
html body .col-xxs-10 {
width: 83.33333333%;
}
html body .col-xxs-11 {
width: 91.66666667%;
}
html body .col-xxs-12 {
width: 100%;
}
html body .col-xxs-push-1 {
left: 8.33333333%;
}
html body .col-xxs-push-2 {
left: 16.66666667%;
}
html body .col-xxs-push-3 {
left: 25%;
}
html body .col-xss-push-4 {
left: 33.33333333%;
}
html body .col-xxs-push-5 {
left: 41.66666667%;
}
html body .col-xxs-push-6 {
left: 50%;
}
html body .col-xxs-push-7 {
left: 58.33333333%;
}
html body .col-xxs-push-8 {
left: 66.66666667%;
}
html body .col-xxs-push-9 {
left: 75%;
}
html body .col-xxs-push-10 {
left: 83.33333333%;
}
html body .col-xxs-push-11 {
left: 91.66666667%;
}
html body .col-xxs-pull-1 {
right: 8.33333333%;
}
html body .col-xxs-pull-2 {
right: 16.66666667%;
}
html body .col-xxs-pull-3 {
right: 25%;
}
html body .col-xxs-pull-4 {
right: 33.33333333%;
}
html body .col-xxs-pull-5 {
right: 41.66666667%;
}
html body .col-xxs-pull-6 {
right: 50%;
}
html body .col-xxs-pull-7 {
right: 58.33333333%;
}
html body .col-xxs-pull-8 {
right: 66.66666667%;
}
html body .col-xxs-pull-9 {
right: 75%;
}
html body .col-xxs-pull-10 {
right: 83.33333333%;
}
html body .col-xxs-pull-11 {
right: 91.66666667%;
}
html body .col-xxs-offset-1 {
margin-left: 8.33333333%;
}
html body .col-xxs-offset-2 {
margin-left: 16.66666667%;
}
html body .col-xxs-offset-3 {
margin-left: 25%;
}
html body .col-xxs-offset-4 {
margin-left: 33.33333333%;
}
html body .col-xxs-offset-5 {
margin-left: 41.66666667%;
}
html body .col-xxs-offset-6 {
margin-left: 50%;
}
html body .col-xxs-offset-7 {
margin-left: 58.33333333%;
}
html body .col-xxs-offset-8 {
margin-left: 66.66666667%;
}
html body .col-xxs-offset-9 {
margin-left: 75%;
}
html body .col-xxs-offset-10 {
margin-left: 83.33333333%;
}
html body .col-xxs-offset-11 {
margin-left: 91.66666667%;
}
} .row.custom_row {
margin-bottom: 20px;
}
.row.custom_row:last-child {
margin-bottom: 0;
}
.row.custom_row > div {
float: left;
padding: 0 15px;
}
@media (max-width: 500px) {
.row.custom_row > div.custom_column.col-xxs-12 {
width: 100% !important;
}
.row.custom_row > div.custom_column.col-xxs-11 {
width: 91.66666667% !important;
}
.row.custom_row > div.custom_column.col-xxs-10 {
width: 83.33333333% !important;
}
.row.custom_row > div.custom_column.col-xxs-9 {
width: 75% !important;
}
.row.custom_row > div.custom_column.col-xxs-8 {
width: 66.66666667% !important;
}
.row.custom_row > div.custom_column.col-xxs-7 {
width: 58.33333333% !important;
}
.row.custom_row > div.custom_column.col-xxs-6 {
width: 50% !important;
}
.row.custom_row > div.custom_column.col-xxs-5 {
width: 41.66666667% !important;
}
.row.custom_row > div.custom_column.col-xxs-4 {
width: 33.33333333% !important;
}
.row.custom_row > div.custom_column.col-xxs-3 {
width: 25% !important;
}
.row.custom_row > div.custom_column.col-xxs-2 {
width: 16.66666667% !important;
}
.row.custom_row > div.custom_column.col-xxs-1 {
width: 8.33333333% !important;
}
}
@media (max-width: 1199px) {
.row.custom_row > div.custom_column.col-xs-12 {
width: 100% !important;
}
.row.custom_row > div.custom_column.col-xs-11 {
width: 91.66666667% !important;
}
.row.custom_row > div.custom_column.col-xs-10 {
width: 83.33333333% !important;
}
.row.custom_row > div.custom_column.col-xs-9 {
width: 75% !important;
}
.row.custom_row > div.custom_column.col-xs-8 {
width: 66.66666667% !important;
}
.row.custom_row > div.custom_column.col-xs-7 {
width: 58.33333333% !important;
}
.row.custom_row > div.custom_column.col-xs-6 {
width: 50% !important;
}
.row.custom_row > div.custom_column.col-xs-5 {
width: 41.66666667% !important;
}
.row.custom_row > div.custom_column.col-xs-4 {
width: 33.33333333% !important;
}
.row.custom_row > div.custom_column.col-xs-3 {
width: 25% !important;
}
.row.custom_row > div.custom_column.col-xs-2 {
width: 16.66666667% !important;
}
.row.custom_row > div.custom_column.col-xs-1 {
width: 8.33333333% !important;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.row.custom_row > div.custom_column.col-sm-12 {
width: 100% !important;
}
.row.custom_row > div.custom_column.col-sm-11 {
width: 91.66666667% !important;
}
.row.custom_row > div.custom_column.col-sm-10 {
width: 83.33333333% !important;
}
.row.custom_row > div.custom_column.col-sm-9 {
width: 75% !important;
}
.row.custom_row > div.custom_column.col-sm-8 {
width: 66.66666667% !important;
}
.row.custom_row > div.custom_column.col-sm-7 {
width: 58.33333333% !important;
}
.row.custom_row > div.custom_column.col-sm-6 {
width: 50% !important;
}
.row.custom_row > div.custom_column.col-sm-5 {
width: 41.66666667% !important;
}
.row.custom_row > div.custom_column.col-sm-4 {
width: 33.33333333% !important;
}
.row.custom_row > div.custom_column.col-sm-3 {
width: 25% !important;
}
.row.custom_row > div.custom_column.col-sm-2 {
width: 16.66666667% !important;
}
.row.custom_row > div.custom_column.col-sm-1 {
width: 8.33333333% !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.row.custom_row > div.custom_column.col-md-12 {
width: 100% !important;
}
.row.custom_row > div.custom_column.col-md-11 {
width: 91.66666667% !important;
}
.row.custom_row > div.custom_column.col-md-10 {
width: 83.33333333% !important;
}
.row.custom_row > div.custom_column.col-md-9 {
width: 75% !important;
}
.row.custom_row > div.custom_column.col-md-8 {
width: 66.66666667% !important;
}
.row.custom_row > div.custom_column.col-md-7 {
width: 58.33333333% !important;
}
.row.custom_row > div.custom_column.col-md-6 {
width: 50% !important;
}
.row.custom_row > div.custom_column.col-md-5 {
width: 41.66666667% !important;
}
.row.custom_row > div.custom_column.col-md-4 {
width: 33.33333333% !important;
}
.row.custom_row > div.custom_column.col-md-3 {
width: 25% !important;
}
.row.custom_row > div.custom_column.col-md-2 {
width: 16.66666667% !important;
}
.row.custom_row > div.custom_column.col-md-1 {
width: 8.33333333% !important;
}
}.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;
-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;
}
.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;
}.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-hidden{display:none!important}
.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{padding:0;position:absolute}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}
.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}
.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}
.mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-prev:before{border-right:none;border-bottom:none;left:23px}
.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px}
.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}
.mm-navbar>*{display:block;padding:10px 0}
.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}
.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}
.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}
.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;bottom:0;left:20px}
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}
.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}
.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}
.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}
.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}
.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}
html.mm-opened{overflow-x:hidden;position:relative}
html.mm-blocking,html.mm-blocking body{overflow:hidden}
html.mm-background .mm-page{background:inherit}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu{width:80%;min-width:140px;max-width:440px}
html.mm-opening .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top{max-height:80%}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen{max-height:100%}
.mm-menu.mm-measureheight .mm-panel{display:block!important}
.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-menu.mm-columns{-webkit-transition-property:width,max-width,-webkit-transform;transition-property:width,max-width,-webkit-transform;transition-property:transform,width,max-width;transition-property:transform,width,max-width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel{width:100%;right:auto;display:none;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened{border-right:1px solid;border-color:inherit;display:block;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:2}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0{display:block;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns-0{width:80%;min-width:140px;max-width:0}
html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:0px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1{display:block;-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns-1{width:80%;min-width:140px;max-width:440px}
html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-columns-1 .mm-panels>.mm-panel{width:100%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2{display:block;-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns-2{width:80%;min-width:140px;max-width:880px}
html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1100px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}
}
.mm-menu.mm-columns-2 .mm-panels>.mm-panel{width:50%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3{display:block;-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns-3{width:80%;min-width:140px;max-width:1320px}
html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1650px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}
}
.mm-menu.mm-columns-3 .mm-panels>.mm-panel{width:33.34%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4{display:block;-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns-4{width:80%;min-width:140px;max-width:1760px}
html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2200px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}
}
.mm-menu.mm-columns-4 .mm-panels>.mm-panel{width:25%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5{-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5{display:block;-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns-5{width:80%;min-width:140px;max-width:2200px}
html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2750px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(2200px,0,0);transform:translate3d(2200px,0,0)}
}
.mm-menu.mm-columns-5 .mm-panels>.mm-panel{width:20%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6{-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6{display:block;-webkit-transform:translate3d(700%,0,0);transform:translate3d(700%,0,0)}
.mm-menu.mm-columns-6{width:80%;min-width:140px;max-width:2640px}
html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:3300px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(2640px,0,0);transform:translate3d(2640px,0,0)}
}
.mm-menu.mm-columns-6 .mm-panels>.mm-panel{width:16.67%}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}
em.mm-counter+a.mm-next{width:90px}
em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}
em.mm-counter+a.mm-fullsubopen{padding-left:0}
.mm-vertical>.mm-counter{top:12px;margin-top:0}
.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}
.mm-nosubresults>.mm-counter{display:none}
.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}
.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-collapsed:not(.mm-uncollapsed){display:none}
.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-fixeddivider:after{content:none!important;display:none!important}
.mm-hasdividers .mm-fixeddivider{display:block}
.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}
html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-dropdown .mm-menu{z-index:2}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}
.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-menu.mm-tipleft:before{left:22px}
.mm-menu.mm-tipright:before{right:22px}
.mm-menu.mm-tiptop:before{top:-8px}
.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}
.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}
.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}
.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}
.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}
.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}
.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}
.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}
.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}
.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}
.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top{border-bottom:none}
.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;top:auto;bottom:0}
.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}
.mm-navbar.mm-hasbtns{padding:0 40px}
.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}
.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}
.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}
.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}
.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}
.mm-navbar-top-1{top:0}
.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2{top:40px}
.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3{top:80px}
.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4{top:120px}
.mm-hasnavbar-top-4 .mm-panels{top:160px}
.mm-navbar-bottom-1{bottom:0}
.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2{bottom:40px}
.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3{bottom:80px}
.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4{bottom:120px}
.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}
.mm-navbar-size-2{height:80px}
.mm-navbar-size-3{height:120px}
.mm-navbar-size-4{height:160px}
.mm-navbar-content-2>*{width:50%}
.mm-navbar-content-3>*{width:33.33%}
.mm-navbar-content-4>*{width:25%}
.mm-navbar-content-5>*{width:20%}
.mm-navbar-content-6>*{width:16.67%}
.mm-sronly{text-indent:10px;overflow:hidden;display:block;width:1px;height:1px;position:absolute;z-index:-1}
.mm-search,.mm-search input{box-sizing:border-box}
.mm-search{height:40px;padding:7px 10px 0;position:relative}
.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:26px;font:inherit;font-size:14px;line-height:26px;display:block;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}
.mm-search input::-ms-clear{display:none}
.mm-search .mm-clear,.mm-search .mm-next{right:0}
.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}
.mm-panel.mm-hassearch{padding-top:40px}
.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}
.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}
.mm-noresults .mm-indexer{display:none!important}
li.mm-nosubresults>a.mm-next{display:none}
li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}
.mm-panels>.mm-resultspanel:not(.mm-opened){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}
.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-indexer a{text-decoration:none;display:block;height:3.85%}
.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}
.mm-hasindexer .mm-indexer{right:0}
.mm-hasindexer .mm-fixeddivider{right:20px}
.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}
label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2;right:20px}
label.mm-check:before,label.mm-toggle:before{content:'';display:block}
label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}
label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}
input.mm-toggle:checked~label.mm-toggle:before{float:right}
label.mm-check{width:30px;height:30px;margin-top:-15px}
label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
input.mm-check:checked~label.mm-check:before{opacity:1}
li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0;top:5px}
label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}
label.mm-check+a,label.mm-check+span{padding-right:60px}
a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}
a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}
em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}
em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}
.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu label.mm-toggle:before{background:#f3f3f3}
.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}
.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}
.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}
.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}
.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}
.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.mm-menu.mm-effect-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}
.mm-menu.mm-effect-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}
html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}
}
.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before{content:none;display:none}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;margin-top:0;margin-bottom:0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span{box-sizing:border-box;height:100%}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before{content:'';vertical-align:middle;display:inline-block;height:100%;width:0}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}
.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99;box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}
.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
html.mm-popup.mm-opening .mm-menu.mm-popup{opacity:1}
html.mm-popup .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-popup #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-popup .mm-menu{z-index:2}
.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-right{left:auto;right:0}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}
}
html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-front #mm-blocker{z-index:1}
html.mm-front .mm-menu{z-index:2}
.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.mm-menu.mm-bottom{top:auto;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}
.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}
.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}
.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}
.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}
.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}
.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}
.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}
.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}
.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0;float:left;position:relative}
.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}
.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}
.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}
.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}
.mm-menu.mm-tileview .mm-listview{margin:0}.mCustomScrollbar{-ms-touch-action:none;touch-action:none}.mCustomScrollbar.mCS_no_scrollbar{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(//restauratoergruppen.dk/wp-content/themes/bagergruppen/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:linear-gradient(to right,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5)0,rgba(255,255,255,0)100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}