﻿@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700|Roboto:400,100,300,500,700,100italic,300italic,400italic,500italic,700italic&subset=latin,greek);

/*
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto', sans-serif;
*/

/* GENERIC LAYOUT FOR CONTAINERS */

html,
body {
  background-color: #eaeaea;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
body > .outer-container {
  position: relative;
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
  border-left: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
  background-color: #fff;
  /* Shadow */
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
/* Overide FOUNDATION default row max width */
.row {
  max-width: 1440px;
}
nav {
  clear: both;
}
/* HEADER */

#header {
  /* height: 85px; */
}
#header .logo {
  display: table-cell;
  /*margin-top: 22px;*/
  margin-left: 28px;
  height: 85px;
  vertical-align: middle;
}
aside i {
  margin-right: 0.6em;
}
#header .tab-bar {
  height: 8vh;
  background-color: transparent;
}
#header .tab-bar .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  height: 8vh;
}
#header .tab-bar .right-small {
  border: none;
}
#header .tab-bar .menu-icon {
  color: black;
  /* height: 8vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .tab-bar .menu-icon span {
  width: 5vw;
  margin-top: 0.3rem;
  -webkit-box-shadow: 1px 0px 1px 1px black, 1px 7px 1px 1px black,
    1px 14px 1px 1px black;
  box-shadow: 0 0px 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
}

/* HEADER MENU */
#header .menu {
  margin: 0;
  padding: 0;
  float: right;
}
#header .menu ul {
  margin: 0;
  padding: 0;
}
#header .menu li {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0 8px;
  border: none;
  border-left: solid 1px #f1f1f1;
  height: 100%;
}
#header .menu,
#header ul.menu > li:hover > a,
#header .menu,
#header ul.menu > li:hover > a:hover {
  color: #000;
}
#header ul.menu > li.active,
#header ul.menu > li.active:hover {
  background-image: url(../img/message-bg.jpg);
  background-position: bottom center;
}
#header .menu,
#header ul.menu > li > a,
#header ul.menu > li.active:hover > a,
#header ul.menu > li.active:hover > a:hover {
  color: #b7b7b7;
  font-size: 14px;
}
#header ul.menu > li:hover {
  background-color: #f8f8f8;
}
#header ul.menu > li > a {
  text-decoration: none;
  line-height: 85px;
}
#control-panel.active {
  background-color: #7c3c8e;
}
#control-panel img {
  position: relative;
  vertical-align: -5px;
  margin-right: 6px;
}
#messages img {
  position: relative;
  vertical-align: -5px;
  margin-right: 6px;
}
#language img {
  position: relative;
  vertical-align: -4px;
  margin-right: 6px;
}
#profile .profile-thumbnail {
  position: relative;
  vertical-align: -16px;
  margin-left: 14px;
}
#profile-panel,
#company-panel {
  z-index: 20000;
  position: absolute;
  top: 62px;
  display: none;
}
#profile-panel {
  width: 320px;
  right: 14px;
}
#company-panel {
  width: 320px;
  right: 270px;
}
.intro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #e3e8ee;
  padding: 0.8em 1em;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vh;
}
.intro p {
  height: 100%;
  margin: 0;
  padding: 0;
}
.profile-content {
  width: 320px;
  min-height: 100px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
.top-triangle {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: dashed dashed solid;
  border-width: 0 8px 8px;
  display: block;
  position: absolute;
  right: 15px;
  top: 1px;
  z-index: 1;
  height: 0;
  width: 0;
}
.top-triangle-shadow {
  border-color: transparent;
  border-style: dashed dashed solid;
  border-width: 0 8px 8px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 0;
  height: 0;
  width: 0;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.profile-content > img {
  padding: 26px;
  float: left;
}
.profile-content > .info {
  float: left;
  width: 178px;
  height: 102px;
  padding: 20px 10px 10px 0;
  text-align: center;
  line-height: 22px;
  clear: right;
}
.profile-content > .info > .username {
  color: #8cca49;
  font-weight: 500;
}
.profile-content > .info > .email {
  color: #ea3f92;
}
.profile-content > .MCB-dropdown-config-row {
  display: table-cell;
  text-align: center;
  clear: both;
  float: left;
  height: 50px;
  width: 100%;
  border: none;
  border-top: solid 1px #c6c6c6;
  background-color: #f5f5f5;
}
.profile-content > a.MCB-dropdown-config-row,
.profile-content > a.MCB-dropdown-config-row:visited {
  color: #427fed;
  text-decoration: none;
  line-height: 50px;
}
.profile-content > a.MCB-dropdown-config-row:hover {
  text-decoration: underline;
}
.profile-content > a.MCB-dropdown-config-row img {
  margin-right: 4px;
  vertical-align: -6px;
}
.profile-content > .MCB-dropdown-config-row > .button {
  margin: 10px 20px;
}
.profile-content > .MCB-dropdown-config-row > .button:hover {
  background-color: #c6c6c6;
  color: #fff;
}

/* BUTTONS RELATED*/
.secondary.button:hover{
  color:rgba(255,255,255,1);
}
.button-group .button {
  border: solid 0px transparent!important;
}
.MCB-button {
  text-decoration: none;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  display: inline-block;
  border: solid 1px #c6c6c6;
  color: #999999;
}
.MCB-button.big {
  font-weight: 500;
  height: 44px;
  line-height: 44px;
}
.MCB-button.green {
  background-color: #8bca49;
  border-color: #6a9937;
  color: #fff;
  border: 2px solid #6a9937;
}
.MCB-button.green:hover {
  background-color: #6a9937;
}
.MCB-button.big.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.MCB-button.small {
  height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.MCB-button.small:hover {
  background-color: #c6c6c6;
  color: #fff;
}
.right {
  float: right;
}
.MCB-button.small.green.right {
  margin-right: 33px;
}
/* MAIN MENU */
.top-bar-section ul {
  background: transparent;
}
.top-bar,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: #5bbfd5;
  border: none;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: #e3006d;
}
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #fff;
  color: #343434;
  border-top: solid 4px #8bca48;
  cursor: default;
}

/* MAIN CONTENT AREA */
.outer-container > .content {
  position: relative;
  display: block;
  min-height: 500px;
}
.top-incontent-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 4vh;
}
.top-incontent-bar a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  font-size: 0.9em;
  position: relative;
}
.top-incontent-bar a:nth-child(2) {
  margin: 0 2vw !important;
}
.top-incontent-bar a:hover {
  color: #ff6633;
}
.top-incontent-bar-button {
  display: flex;
  height: 68px;
  align-items: center;
  /* line-height: 68px; */
  padding: 0 0 0 70px !important;
  margin: 0 0 0 4px !important;
  background-image: url(../img/top-bar-icons.png);
  background-repeat: no-repeat;
}
.top-incontent-bar-button.register {
  background-position: 0px -146px;
}
.top-incontent-bar-button.register:hover {
  background-position: 0px -219px;
}
.top-incontent-bar-button.add-card {
  background-position: 0px -292px;
}
.top-incontent-bar-button.add-card:hover {
  background-position: 0px -365px;
}
.top-incontent-bar-button.invite-friends {
  background-position: 0px 1px;
}
.top-incontent-bar-button.invite-friends:hover {
  background-position: 0px -72px;
}

/* FOOTER */
.outer-container > .inner-wrap > .footer .logo {
  display: flex;
  align-self: flex-start;
}
.outer-container > .inner-wrap > .footer {
  background-color: #ccc;
  padding: 1.5em 0;
}

.outer-container > .inner-wrap > .footer,
.outer-container > .inner-wrap > .footer a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.outer-container > .inner-wrap > .footer a {
  text-decoration: none;
}
.outer-container > .inner-wrap > .footer a:hover {
  text-decoration: underline;
}
.outer-container > .inner-wrap > .footer > .row > ul,
.outer-container > .inner-wrap > .footer > .row > ul > li > ul {
  margin: 0;
  padding: 0;
}
.outer-container > .inner-wrap > .footer > .row > ul > li.column {
  list-style-type: none;
  float: left;
  width: 228px;
  padding: 18px;
  border-top: solid 1px #555353;
  border-bottom: solid 1px #555353;
}
.outer-container > .inner-wrap > .footer > .row > ul > li.spacer {
  width: 96px;
  float: left;
  list-style-type: none;
}
.outer-container > .inner-wrap > .footer > .row > ul > li.column > ul > li {
  list-style-type: none;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  padding-left: 0.8em;
}
.footer legend {
  background: transparent;
}
.copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.copyright > * {
}
.copyright > span > a::after {
  content: " | ";
  color: white;
  padding: 0 0.5em;
}
.copyright > span > a:last-child:after {
  content: "";
}
/* INVITE-FRIENDS PANEL */
.invite-panel {
  display: block;
  font-size: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.invite-panel h2 {
  margin-top: 32px;
  font-size: 20px;
  color: #6a9937;
}
.invite-panel input {
  background: transparent 12px 11px no-repeat,
    linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset,
    0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  transition: all 0.2s linear;
  font-size: 18px;
  color: #222222;
  position: relative;
  height: 36px;
  width: 170px;
  margin-left: 14px;
  padding-left: 20px;
}
.invite-panel input:focus {
  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset,
    1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset,
    0 0 4px rgba(35, 146, 243, 0.5);
  outline: none;
  background: transparent 12px 11px no-repeat, #fff;
}
.invite-panel .button {
  float: right;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: white;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  margin: 20px auto;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: rgba(83, 83, 83, 0.8);
}
.grid-3 {
  width: 100%;
  padding: 0;
}
.grid-3 li {
  position: relative;
  width: 30%;
  height: 300px;
  background-color: #f9f9f9;
  /*f1f1f1;*/
  float: left;
  display: block;
  list-style-type: none;
  margin: 0 3% 20px 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
.grid-3 li.more {
  position: absolute;
  top: 0;
}
.grid-3 .grid-element img {
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 10px 10px 0;
}
.grid-3 .grid-element h3 {
  margin: 0;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  font-size: 1.2em;
  color: #e3006e;
}
.grid-3 .grid-element description {
  height: 210px;
}
.grid-6 {
  width: 100%;
  padding: 0;
}
.grid-6 li {
  position: relative;
  width: 15%;
  background-color: #f9f9f9;
  /*f1f1f1;*/
  float: left;
  display: block;
  list-style-type: none;
  overflow: hidden;
  margin: 0 1.3% 20px 0;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
.grid-6 li.more {
  position: absolute;
  top: 0;
}
.grid-6 .grid-element description {
  height: 180px;
  margin-bottom: 42px;
}
.grid-6 .grid-element img {
  width: 100%;
  margin-bottom: 10px;
}
.grid-6 .grid-element .title-container {
  overflow: hidden;
  height: 36px;
  padding: 6px;
  text-align: center;
}
.grid-6 .grid-element h3 {
  margin: 0 auto;
  font-size: 0.9em;
  color: #e3006e;
  display: table-cell;
  height: 36px;
  vertical-align: middle;
}
.grid-element description {
  font-size: 0.9em;
  font-weight: 300;
  display: block;
  margin: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-element .more {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.8em;
  padding: 8px;
  margin: 10px 0 0 0;
  text-align: center;
  background-color: #b7b7b7;
  color: #fff;
}
.grid-element .more:hover {
  cursor: pointer;
  background-color: #999;
  color: #fff;
}

/* HEADINGS */
.main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0;
}
.main-content h1 {
  border: none;
  color: #e3006d;
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 4px 0;
  margin-top: 8px;
  border-bottom: solid 3px #e3006d;
}
.main-content h2 {
  border: none;
  color: #343434;
  font-size: 1.5em;
  font-weight: 500;
  padding: 0.3em 0.4em;
  /* padding-bottom: 0.3em; */
  /* margin: 10px 0; */
  /* line-height: 1.1em; */
}
.main-content h2 img {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}
.main-content h2 span {
  color: #e3006d;
}
.main-content h3 {
  border: none;
  padding: 10px;
  margin: 10px 10px 10px 0;
  color: #343434;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}
.inner-outer-container {
  width: calc(100% - 2vw);
  margin: 0 1vw;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb;
  /* overflow: auto; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}

/* AUXILIARY CLASSES */
.half {
  width: 49%;
}
.gmap {
  display: block;
  width: 100%;
  min-height: 300px;
  height: 300px;
  float: right;
  background: red;
  box-sizing: content-box;
}
.emphasize-details li span {
  display: inline-block;
  float: right;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  color: #444;
  line-height: 23px;
}
.spacer {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 0px;
}
.height-20 {
  height: 20px;
}
.clear {
  clear: both;
  height: 0px !important;
}
.valignhelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* SEARCH GLOBAL */

#search-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  vertical-align: bottom;
  margin: 0;
  padding: 2.5vh 0 0;
  border-top: solid 1px #b7b7b7;
  border-bottom: solid 1px #b7b7b7;
  background: #e3e8ee;
}
#search-form div {
  height: 100%;
}
#search-form .buttons {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  align-self: center;
  /* flex-wrap: wrap; */
}
#search-form .button {
  flex: 1;
  font-size: 14px;
  height: 36px;
  margin-bottom: 16px;
  border-left: solid 1px #e3e8ee;
  border-right: solid 1px #e3e8ee;
  /* width:100%; */
}

/* ROUNDED TWO Checkbox*/
input[type="checkbox"] {
}
.coupon .roundedTwo {
  position: absolute;
  bottom: 3px;
  left: 3px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.roundedTwo {
  display: block;
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.roundedTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedTwo input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*SQUARED-FOUR*/
.MCBCheckBox {
  width: 20px;
  margin: 20px auto;
  position: relative;
  display: block;
}

.MCBCheckBox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #fcfff4;

  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.MCBCheckBox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.MCBCheckBox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.MCBCheckBox input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.row.largeWidth {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
.no-bg {
  background: white !important;
}
.no-margin {
  margin: 0;
}
.no-margin .no-margin {
  margin: 0!important;
}
.small-v-margin{
  margin-top: 0.3vh!important;
  margin-bottom:  0.3vh!important;
}
.no-padding {
  padding: 0 !important;
}
.size-24 {
  font-size: 24px;
}
.size-36 {
  font-size: 36px;
}
i.alert {
  color: red;
}

table tr:hover td {
  background: -moz-linear-gradient(
    top,
    rgba(0, 140, 186, 0.2) 0%,
    rgba(0, 140, 186, 0.2) 1%,
    rgba(0, 140, 186, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 140, 186, 0.2)),
    color-stop(1%, rgba(0, 140, 186, 0.2)),
    color-stop(100%, rgba(0, 140, 186, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 140, 186, 0.2) 0%,
    rgba(0, 140, 186, 0.2) 1%,
    rgba(0, 140, 186, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 140, 186, 0.2) 0%,
    rgba(0, 140, 186, 0.2) 1%,
    rgba(0, 140, 186, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 140, 186, 0.2) 0%,
    rgba(0, 140, 186, 0.2) 1%,
    rgba(0, 140, 186, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 140, 186, 0.2) 0%,
    rgba(0, 140, 186, 0.2) 1%,
    rgba(0, 140, 186, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.MCB-message-container * {
  font-size: 0.85rem;
}
.MCB-message-container legend {
  font-size: 1.1rem;
  color: #404040;
}
.MCB-message-container .accordion dd > a {
  color: #0073ea;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.MCB-message-container .accordion dd {
  border: solid 1px #dedede;
  border-left: none;
  border-right: none;
  border-top: none;
}
.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-control-buttons {
  position: absolute;
  right: 1vw;
  display: flex;
  min-width: 160px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.item-control-buttons > a {
  background-color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
  padding: 0;
}
.item-control-buttons > * > i {
  display: flex;
  flex: 1;
  /* width:100%; */
  /* height:100%; */
  align-self: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 40em) {
  h2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.22em !important;
    padding-bottom: 0.2em;
  }
  h2 a.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    margin: 0;
    padding: 1em;
  }
  .top-incontent-bar {
    justify-content: flex-start;
    margin: 0 4vw;
  }
  .item-control-buttons {
    position: relative;
    display: flex;
    min-width: 160px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 4vh 0 2vh;
  }
  .item {
    flex-direction: column;
  }
  .mobile-vertical{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .mobile-vertical>*{
    margin-top:1vh;
    margin-bottom:1vh;
  }
  .mobile-vertical span input{
    margin:0;
  }
  .name_format,
  .type_format,
  .fields_format,
  .pointLevel_offer_format {
    font-weight: 500;
    font-size: 1.25em;
    padding-bottom:0;
  }
  .points_format,
  .title_format {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 64em) {
  #search-form .buttons {
    flex-wrap: wrap;
  }
  #search-form .button {
    width: 100%;
  }
  .MCB-message-container {
    margin-top: 2.2em;
  }
  .outer-container > .inner-wrap > .footer .logo {
    justify-content: center;
  }
  .outer-container > .inner-wrap > .footer .copyright span {
    display: flex;
    flex: 1;
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  #header.show-for-small {
    border-bottom: solid 4px rgb(139, 202, 72);
  }
  .copyright > span > a::after {
    content: " ";
    padding: 0 0.5em;
  }
  /* .footer>.row:first-child>div:nth-child(3),
  .footer>.row:first-child>div:nth-child(4){
    height:200px;
  } */
  .right-off-canvas-menu {
    /* background-color: #7c3c8e; */
    background-color: #0073ea;
  }
  .right-off-canvas-menu > ul > li > a {
    display: flex;
    flex-direction: row;
    /* margin: 0; */
    /* padding: 0; */
    /* background-color: white; */
  }
  .right-off-canvas-menu > ul > .active > a {
    background-color: rgba(255, 255, 255, 0.85);
    color: #0073ea !important;
    font-weight: 600;
  }
  .right-off-canvas-menu > ul > li:nth-child(1) > a > img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: solid 2px rgba(255, 255, 255, 0.85);
  }
  .right-off-canvas-menu > ul > li:nth-child(1) > a {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 0.85em;
    padding: 1.2vh;
  }
  .right-off-canvas-menu label {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
  }
  .right-off-canvas-menu a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    text-indent: 0.4em;
  }
}
