/* General styles */

@font-face {
    font-family: 'FontAwesome';
    src: url(/fonts/fontawesome-webfont.woff);
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
       url('/fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/fontawesome-webfont.svg#FontAwesome') format('svg'); /* Legacy iOS */
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
    background: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    letter-spacing: .02em;
}

*:focus {
    outline: 0;
}

input {
    border-radius: 0;
}

p {
    margin: 0 0 10px 0;
    line-height: 22px;
}

p:last-child {
    margin: 0;
}

a:link,
a:visited {
    color: #83ac58;
    text-decoration: none;
    
}

a:hover,
a:active {
    text-decoration: underline;

}

/* Clearfix */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* General elements */

.btn {
    background: #1a2f40;
    color: #fff;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}

.btn a,
.btn a:link,
.btn a:visited,
.btn a:hover,
.btn a:active,
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active {
    color: #fff;
    text-decoration: none;
}

.btn:hover,
.btn:active {
    background: #1F384D;
    text-decoration: none;
}

.form-group {
    margin: 0 0 10px 0;
}

.form-group label {
    display: block;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.form-control {
    padding: 10px;
    height: 10px;
    line-height: 12px;
    vertical-align: middle;
    color: #000;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
}

/* Body */

.twoColumnContainer .contentSection,
.twoColumnContainer .sideContent {
    display: inline-block;
    vertical-align: top;
}

.container { 
    width: 978px;
    margin: 0 auto;
    position: relative;
}

.contentSection.col-9 .mb_contentitem_container,
.extraContent .mb_contentitem_container {
    width: auto;
}

.subMenu,
.contentSection {
    display: inline-block;
    vertical-align: top;
}

.mainSubMenu {
    margin-top: 30px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

.mainSubMenu .container {
    width: auto;
}

.mainSubMenu .page-menu {
    list-style: none;
}

.mainSubMenu .page-menu-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.mainSubMenu li {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f7f7f7;
    font-size: 14px;
    font-weight: 600;
}

.mainSubMenu a:link,
.mainSubMenu a:visited {
    color: #5e5e5e;
}

.mainSubMenu a:hover,
.mainSubMenu a:active {
    color: #000;
    text-decoration: none;
}

.breadcrumb {
    width: 978px;
    margin: 0 auto 20px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb .breadcrumbLink,
.breadcrumbLink + span {
    color: #999;
}

.mb_contentitem_container_imagesliderpro + .breadcrumb {
    margin-top: 30px;
}

h1.pageHeader {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #83ac58;
    line-height: 36px;
    margin-bottom: 30px;
}

h1.pageHeader:first-child {
    margin-top: 50px;
}

/* Header */

.topHeader {
    padding: 45px 0 40px;
}

.topHeader .siteLogo {
	display: inline-block;
    text-decoration: none;
}

.siteLogo img {
    max-width: 100%;
}

/* Choose language */

.headerChooseLanguages {
    position: absolute;
    top: -22px;
    right: 0;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.headerChooseLanguages > div {
    display: inline-block;
    margin-left: 2px;
}

.headerChooseLanguages a:link,
.headerChooseLanguages a:visited {
    color: #555;
}

.languageChoiceActive a:link,
.languageChoiceActive a:visited {
    color: #000;
    font-weight: 600;
}

/* Search box and page */

.searchbox {
    position: absolute;
    top: -80px;
    right: 0;
}

.searchbox-container {
    display: none;
}

.searchbox-open {
    width: 40%;
    background: #fff;
}

.searchbox-input {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 300;
    width: calc(100% - 43px);
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.searchbox-icon {
    background: #83ac58;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
}

.searchbox-text-open {
    display: inline-block;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #a4a4a4;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.searchbox-open .searchbox-text-open {
    display: none;
}

.searchbox-submit {
    display: none;
}

.searchbox-input:focus {
    outline: 0;
}

#MBSearchResults > span:first-child {
    display: block;
    margin-bottom: 30px;
}

#MBSearchResults a {
    display: block;
    padding: 5px 0;
}

#MBSearchResults a + span {
    display: none;
}

/* Sitemap */

h3.sitemapHeader {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.treeview .sitemapHeader {
    margin-top: 20px;
}

.treeview ul {
    background: none !important;
}

/* Navigation */

.mainMenu {
    position: relative;
    /*margin-top: 40px;*/
}

/* Footer */

.mainFooter {
    position: relative;
    margin: 70px 0 30px 0;
    padding-top: 70px;
    color: #4d4d4d;
}

.mainFooter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    max-width: 810px;
    height: 4px;
    border-radius: 2px;
    background: #83ac58;
}

.mainFooter .articleTemplate_Header h3 {
    font-size: 18px;
}

.mainFooter .articleTemplate_BodyText {
    line-height: 26px;
    font-size: 14px;
}

.mainFooter a:link,
.mainFooter a:visited {
    color: #4d4d4d;
}

.mainFooter a[href*="instagram"]:before,
.mainFooter a[href*="facebook"]:before {
    font-family: 'FontAwesome';
    margin-right: 7px;
    text-decoration: none;
    display: inline-block;
}

.mainFooter a[href*="instagram"]:before {
    content: "\f16d";
    color: #557196;
}

.mainFooter a[href*="facebook"]:before {
    content: "\f082";
    color: #5365b7;
}

.mainFooter .footerBottom {
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    position: relative;
}

.footerBottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    max-width: 810px;
    border-top: 1px solid #eee;
}

.footerBottom a {
    display: inline-block;
    margin-right: 10px;
}

.footerBottom a:last-of-type {
    margin-right: 0
}

/* Facebook like plugin */

.mainFooter .fb-like {
    margin-left: 5px;
}

.mainFooter .fb-like > span {
    height: 24px !important;
}

/* Newsletter registration form */

.newsletterRegForm_Container {
    margin-top: 5px;
}

.newsletterRegForm_Container .ncHolder {
    display: inline-block;
}

.newsletterRegForm_Container .ncHolder label {
    vertical-align: middle;
    font-size: 14px;
    margin-right: 4px;
}

.newsletterRegForm_Container input[type="radio"] {
    display: none;
}

.newsletterRegForm_Container .checkbox {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: #83ac58;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

.newsletterRegForm_Container .checkbox input[type="radio"] {
    visibility: hidden;
}

.newsletterRegForm_Container .checkbox input[type="radio"] + label {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
}

.newsletterRegForm_Container .checkbox input[type="radio"]:checked + label:after,
.newsletterRegForm_Container .checkbox input + label:hover:after,
.newsletterRegForm_Container .ncHolder label:hover + .checkbox input + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #83ac58;
}

.newsletterRegForm_Container .mailRegHolder {
    margin-top: 10px;
    color: #83ac58;
}

.newsletterRegForm_Container .mailInput {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    width: 75%;
    margin-right: 3%;
}

.newsletterRegForm_Container .mailInput input[type="text"] {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    width: 85%;
}

.newsletterRegForm_Container .mailRegHolder input[type="button"] {
    background: #83ac58;
    width: 22%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    cursor: pointer;
}

.newsletterRegForm_Container .mailRegHolder input[type="button"]:hover {
    background: #8fbb60;
}

/* Tripadvisor footer widget */
.footerBottom .TA_cdsratingsonlywide {
    padding: 20px 0 10px;
}

.footerBottom .TA_cdsratingsonlywide > .cdsROW {
    margin: 0 auto;
}

.milles-map {
    width: 100%;
    height: 300px;
}

/* Responsive iframe - specially used for embedded Google maps */

.flexibleContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexibleContainer iframe,   
.flexibleContainer object,  
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Contact form - override module styles */

.mb_modules_contactform_form_control {
    border: none;
    border-radius: 0;
}

.mb_modules_contactform_form_send input[type="submit"] {
    background: #D96444;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
    border: 2px solid #D96444;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}

.mb_modules_contactform_form_send input[type="submit"]:hover {
    background: #E56E48;
}

/* Image Slideshow - Temporary fix to hide navigation icons if slideshow only contains one image */
.hideNavigations .navigation {
    display: none;
}

/* Press area */

.headerPressLogin {
    position: absolute;
    top: -22px;
    right: 0;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.headerPressLogin + .headerChooseLanguages { /* Reposition language links if the log off link exists*/
    right: 80px;
}

.headerPressLogin .logout:before {
    font-family: 'FontAwesome';
    content: "\f08b";
    margin-right: 3px;
    font-size: 12px;
    color: #4d4d4d;
    display: inline-block;
}

.pressLoginFormContainer {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 40%;
    height: 150px;
}

.pressLoginFormContainer h2 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .02em;
    font-size: 28px;
    color: #83ac58;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pressLoginFormContainer input[type=password] {
    padding: 10px;
    height: 25px;
    line-height: 22px;
    vertical-align: middle;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #eee;
    width: calc(100% - 22px);
    margin-bottom: 20px;
}

.pressLoginFormContainer .requiredField {
    padding-left: 10px;
}

.pressLoginFormContainer .loginForgot {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.pressLoginFormContainer .loginBackLink {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #4d4d4d;
}

.pressLoginFormContainer .loginBackLink:before {
    font-family: 'FontAwesome';
    content: "\f177";
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}


/* Article templates */

.mb_contentitem_container {
    width: 978px;
    margin: 50px auto 0;
    line-height: 22px;
}

.mb_contentitem_container:first-child {
    margin-top: 30px;
}

.twoColumn .mb_contentitem_container {
    width: auto;
}

.extraContent .mb_contentitem_container {
    margin-top: 30px;
}

.mainFooter .container .mb_contentitem_container:first-child {
    margin-top: 0;
}

.twoColumnContainer .mb_contentitem_container {
    width: 100%;
}

.mb_wysiwyg_modules_ShowNHide_area .mb_contentitem_container { /* Fix to remove margin between article icons and content in admin */
    margin-top: 0;
}

.mb_contentitem_container_imagesliderpro:first-child {
    margin: 0;
    width: 100%;
}

.mb_contentitem_container_imagesliderpro {
    line-height: 0;
}

.articleTemplate_Intro {
    text-align: center;
    margin: 70px 0 30px 0;
}

.articleTemplate_Intro .articleTemplate_BodyText {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
}

.articleTemplate_Block,
.articleTemplate_Column,
.articleTemplate_Image,
.articleTemplate_ImageBlock {
    display: inline-block;
    vertical-align: top;
}

.articleTemplate_Container ul,
.articleTemplate_Container ol {
    padding: 0 0 0 40px;
    margin: 15px 0;
}

.articleTemplate_Container img {
    max-width: 100%;
    height: auto;
}

.articleTemplate_Image {
    width: 100%;
}

.articleTemplate_Image img {
    vertical-align: top;
    width: 100%;
}

.articleTemplate_ImageCaption {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #666;
}

.articleTemplate_Header h1,
.articleTemplate_Header h2,
.articleTemplate_Header h3,
.articleTemplate_Intro h1 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .02em;
}

.articleTemplate_Intro h1 {
    font-size: 48px;
    color: #83ac58;
    line-height: 58px;
}

.articleTemplate_Header h1 {
    font-size: 40px;
    color: #83ac58;
    line-height: 40px;
    margin-bottom: 30px;
}

.articleTemplate_Header h2 {
    font-size: 28px;
}

.articleTemplate_Header h3 {
    font-size: 20px;
}

.articleTemplate_Content {
    line-height: 26px;
}

.articleTemplate_BlockContent {
    background: #fff;
    padding: 25px 20px;
    line-height: 22px;
    text-align: center;
}

.articleTemplate_BlockContent .articleTemplate_Header h3 {
    font-size: 22px;
}

.articleTemplate_Header + .articleTemplate_Image,
.articleTemplate_Header + .articleTemplate_BodyText,
.articleTemplate_Image + .articleTemplate_BodyText {
    margin-top: 20px;
}

.mainFooter .articleTemplate_Header + .articleTemplate_BodyText {
    margin-top: 5px;
}

/* Hide text container if no image is added - if this container is visible it will not work to add an image in admin */
.articleTemplate_ImageBlock .mb_Modules_HtmlArticle_ArticleImageContainer_empty .mb_modules_HtmlArticle_TextSpanContainer {
    display: none;
}

.articleTemplate_ImageBlock .mb_modules_HtmlArticle_TextSpanContainer {
    display: inline;
    height: 100% !important;
}

/* Position text in bottom of the image and override font styles from module */
.articleTemplate_ImageBlock .mb_modules_HtmlArticle_TextSpan {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.6);
    width: calc(100% - 40px);
    padding: 15px 20px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600;
    color: #000;
    text-align: center;
}

/* Add overlay color (hover) on images in article template for people presentation and image blocks */
.articleTemplate_ImageBlock .mb_Modules_HtmlArticle_ArticleImageContainer > a {
    position: relative;
    display: inline-block;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.articleTemplate_ImageBlock .mb_Modules_HtmlArticle_ArticleImageContainer > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: background 1s ease;
    transition: background .5s ease;
    background: rgba(0,0,0,0);
}

.articleTemplate_ImageBlock .mb_Modules_HtmlArticle_ArticleImageContainer > a:hover:before {
    -webkit-transition: background 1s ease;
    transition: background .5s ease;
    background: rgba(0,0,0,.2);
}

/* End overlay color styles */

/* 978 Grid system */

.col-1 {
    width: 5.5214724%;
}
.col-2 {
    width: 14.1104294%;
}
.col-3 {
    width: 22.6993865%;
}
.col-4 {
    width: 31.2883436%;
}
.col-5 {
    width: 39.8773006%;
}
.col-6 {
    width: 48.4662577%;
}
.col-7 {
    width: 57.0552147%;
}
.col-8 {
    width: 65.6441718%;
}
.col-9 {
    width: 74.2331288%;
}
.col-10 {
    width: 82.8220859%;
}
.col-11 {
    width: 91.4110429%;
}
.col-12 {
    width: 100%;    
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 { 
    margin-left: 3.0674847%;
}

.col-1:first-child,
.col-2:first-child,
.col-3:first-child,
.col-4:first-child,
.col-5:first-child,
.col-6:first-child,
.col-7:first-child,
.col-8:first-child,
.col-9:first-child,
.col-10:first-child,
.col-11:first-child,
.col-12:first-child {
    margin-left: 0;
}

/* Event booking form */

.eventBookingContainer {
    width: 100%;
}

.eventBookingContainer .form-group {
    margin: 0 0 20px 0;
}

.eventBookingContainer .form-group label {
    display: inline-block;
    margin:0 5px 10px 0;
}

.eventBookingContainer .form-group label.fixedWidth {
    width: 25%;
    vertical-align: middle;
    margin-bottom: 0;
}

.eventBookingContainer .form-group .form-control {
    padding: 10px;
    height: 25px;
    line-height: 22px;
    vertical-align: middle;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #83ac58;
    width: calc(100% - 22px);
}

.eventBookingContainer .form-group textarea.form-control {
    height: 100px;
}

.eventBookingContainer .form-group select {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
}

.eventBookingContainer .form-group select::-ms-expand {
    display: none;
}

.eventBookingContainer .form-group select option {
    color: #000;
    background: #fff;
}

.eventBookingContainer input[type="checkbox"],
.eventBookingContainer input[type="radio"] {
    display: inline-block;
    margin-right: 7px;
}

.selectDate,
.selectTime,
.selectEvent,
.selectLanguage,
.selectNumbersOfVisitors {
    background: transparent;
    padding: 7px 30px 7px 7px;
    line-height: 1.2;
    border: 0;
    height: 32px;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.selectTime,
.selectEvent,
.selectLanguage,
.selectNumbersOfVisitors {
    color: #484848;
}

.styledSelect {
    display: inline-block;
    background: url(/EventBooking/images/arrow-down.png) no-repeat 90% 50% #83ac58;
}

.styledSelectAlt {
    display: inline-block;
    background: url(/EventBooking/images/arrow-down-black.png) no-repeat 90% 50% #e9e9e9;
}

.ui-datepicker-trigger {
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.form-group .description {
    display: block;
    font-size: 12px;
    color: #888;
    margin: 3px 0 0 0;
}

.form-group .requiredText {
    font-size: 12px;
}

.submitBtn {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    display: block;
    float: right;
    background: #83ac58;
    border: none;
    padding: 10px 20px;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.PaymentAddressContainer {
    margin: 15px 0 0 0;
    padding: 15px 20px;
    border-left: 8px solid #f1f1f1;
}

/* Date picker */

.ui-widget {
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
}

.ui-widget-header {
    background: #83ac58 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
    font-weight: normal !important;
}

.ui-icon-circle-triangle-w {
    background: url(/EventBooking/images/arrow-left.png) no-repeat 50% 50% !important;
}

.ui-icon-circle-triangle-e {
    background: url(/EventBooking/images/arrow-right.png) no-repeat 50% 50% !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #83ac58 !important;
    background: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    border: 1px solid #e1e1e1 !important;
    background: #efefef !important;
    color: #000 !important;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover, 
.ui-widget-header .ui-state-default:hover {
    background: #e1e1e1 !important;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
    background: #fffddd !important;
    border: none !important;
}

.ui-state-active:hover, 
.ui-widget-content .ui-state-active:hover, 
.ui-widget-header .ui-state-active:hover {
    background: #fffaa4 !important;
}

/* Replace add and delete button in image uploader (admin) */
.mb_modules_HtmlArticle_UploadImageButton,
.mb_modules_HtmlArticle_DeleteImageButton {
    top: calc(50% - 25px);
    background: rgba(0,0,0,.5);
    padding: 5px;
}

.mb_modules_HtmlArticle_UploadImageButton {
    left: calc(50% - 35px);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.mb_modules_HtmlArticle_DeleteImageButton {
    right: calc(50% - 35px);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    left: auto;
}