/*#region fonts */

@import url("f/_pe0qMImSLYBIv1o4X1M8cce.css");
/*#endregion */
/*#region variables */
/*#endregion */

/*#region html-elements */

* {
  padding: 0px;
  margin: 0px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15pt;
  line-height: 1.4;
  color: #515365;
}
p 
{
    font-size: 15pt;
  text-indent: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: justify;
}
p a {
  color: #38a9ff;
}
p a:hover {
  color: #ffdc1b;
}
h3{font-size: 19px;font-weight:normal;line-height: 33px;}
h6{font-size: 16px;font-weight:normal;line-height: 33px;}
.green{color: rgb(0, 106, 78)}
main
{
    padding: 110px 0px 0px 0px;
}
@media (max-width: 719px) {
  main {
    padding: 110px 16px 16px 16px;
  }
}
/*#region header */

header
{
    border-style: none none solid none;
    border-width: 0px 0px 5px 0px;
    line-height: 109px;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    left: 0px;
    right: 0px;
    border-bottom-color: rgb(0, 106, 78);
    background-color: #FFFFFF;
}
header nav{float: right;}
header nav a
{
    padding: 0px 16px;
    float: left;
    display: block; /*height: @line4;*/
    font-size: 15pt;
    font-weight: 600;
    color: rgb(51, 153, 102);
    line-height:33px!important;
    margin-top:36px;
}
header nav a:hover
{
    color: #FFFFFF;
    background-color: #339966;
    border-radius: 6px;
}
@media (max-width: 720px) {
  header nav a {
    display: none;
  }
}
.logo
{
    padding: 6px;
    display: block;
    float: left;
    height: 105px;
}
#btnmenu {
  display: none;
  width: 64px;
  float: right;
  font-family: 'FontAwesome';
  font-size: 28px;
  font-weight: 100;
  text-align: center;
  color: rgb(51, 153, 102);
}
#btnmenu:hover {
  color: #ffdc1b;
  cursor: pointer;
}
@media (max-width: 720px) {
  #btnmenu {
    display: block;
  }
}
.options:before {
  content: '\f0c9';
}
.close:before {
  content: '\f00d';
}
#btncart {
  width: 64px;
  float: right;
  font-family: 'FontAwesome';
  font-size: 28px;
  font-weight: 100;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 1px 1px 1px black;
  position: relative;
}
#btncart:hover {
  color: #ffdc1b;
  cursor: pointer;
}
#btncart span {
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  right: 5px;
  border-radius: 12px;
  color: white;
  background-color: rgba(255, 94, 58, 0.9);
}
.icocart:before {
  content: '\f07a';
}
.copyright {
  color: #888da8;
  text-align: center;
  padding: 64px 0px;
  text-shadow: 1px 1px white;
}
.copyright span {
  color: #515365;
}
.copyright span:hover {
  cursor: pointer;
  color: #38a9ff;
}
/*#endregion */

/*#region sidemenu */

#sidemenu {
  position: fixed;
  /*left: 0px;*/
  max-width: 240px;
  min-width: 240px;
  top: 64px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 1000;
  padding: 0px 16px;
  text-indent: 3px;
  border-left: dotted 1px #888da8;
  text-shadow: none;
}
#sidemenu a {
  border-bottom: dotted 1px #888da8;
  padding: 10px 0px;
  display: block;
  color: #3f4257;
}
#sidemenu a:hover {
  color: #38a9ff;
}
#sidemenu a:before {
  font-family: 'FontAwesome';
  font-weight: 500;
  width: 28px;
  display: inline-block;
}
/*#endregion */

.copyright {
  color: #888da8;
  text-align: center;
  padding: 33px 0px;
  text-shadow: 1px 1px white;
}
.copyright span {
  color: #515365;
}
.copyright span:hover {
  cursor: pointer;
  color: #38a9ff;
}
/*#endregion */

/*#region forms & controls */

.btnwrap1 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto 1fr auto;
}
.button,
.form .fieldset a {
  display: block;
  width: 100%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  line-height: 42px;
  background-color: #38a9ff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button:hover,
.form .fieldset a:hover {
  opacity: 0.9;
}
.bgred {
  background-color: #ff5e3a!important;
}
.mobile {
  display: grid;
  grid-template-columns: 50px auto !important;
  box-shadow: inset 0px 0px 0px 1px #d7e0ed;
  border-radius: 3px;
}
.mobile input[type=text] {
  border-radius: 0px 3px 3px 0px !important;
}
.mobile span:first-child {
  text-align: right;
  font-size: 13px;
  line-height: 42px;
  padding-right: 5px;
}
.form {
  width: 100%;
  padding: 16px;
  margin: 0px auto;
  display: grid;
  grid-gap: 16px;
}
.form .fieldset {
  display: grid;
  grid-gap: 16px;
}
.form .fieldset[itemprop=col1] {
  grid-template-columns: 1fr;
}
.form .fieldset[itemprop=col2] {
  grid-template-columns: 1fr 1fr;
}
.form .fieldset[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 539px) {
  .form .fieldset[itemprop=col1],
  .form .fieldset[itemprop=col2],
  .form .fieldset[itemprop=col3] {
    grid-template-columns: 1fr;
  }
}
.form .fieldset strong {
  font-weight: normal;
  display: block;
  font-size: 13px;
  padding-bottom: 3px;
}
.form .fieldset a {
  background-color: #38a9ff;
  line-height: 30px;
  margin-top: 18px;
}
.form nav {
  line-height: 36px;
  display: grid;
  grid-gap: 16px;
}
.form nav span:nth-child(1) a {
  background-color: #38a9ff;
}
.form nav span:nth-child(2) a {
  background-color: #ff5e3a;
}
.form nav span:nth-child(3) a {
  background-color: #1ed760;
}
.form nav[itemprop=col1] {
  grid-template-columns: 1fr;
}
.form nav[itemprop=col2] {
  grid-template-columns: 1fr 1fr;
}
.form nav[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.form input[type=text],
.form input[type=password],
.form select,
.form textarea {
  font-family: 'Nunito Sans';
  font-size: 13px;
  line-height: inherit;
  height: 42px;
  padding: 8px 8px;
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 1px #d7e0ed;
  width: 100%;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form select:focus,
.form textarea:focus {
  box-shadow: inset 0px 0px 0px 1px #38a9ff;
}
.form select 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggNDgiICB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyNHB4Ij48cGF0aCBmaWxsPSIjM2Y0MjU3IiBkPSJNMTQgMjBsMTAgMTAgMTAtMTB6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+") no-repeat center right;
}
.form textarea {
  height: 64px;
}
.form input[type=submit] {
  font-size: 14px;
}
.emptymsg {
  padding: 16px;
  text-align: center;
  color: #888da8;
}
/*#endregion */

/*#region plist */

.plist {
  text-align: center;
  padding: 64px 0px;
}
.products,.VidGal {
  padding: 16px;
  display: grid;
}
.products a {
  font-size: 18px;
  border-radius: 3px;
  display: block;
  margin: 0px auto;
  /*background-color: @colorlight;*/
  padding-bottom: 16px;
  text-align: center;
  border: solid 1px #d7e0ed;
}
.products a img {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: dotted 1px #d7e0ed;
  border-radius: 3px 3px 0px 0px;
  background: radial-gradient(ellipse at center, white 0%, #f9f9f9 100%);
}
.products a span {
  display: block;
  color: #515365;
  /*width: 240px;*/
  margin: 8px auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.products a:hover {
  /*box-shadow: 0 14px 48px rgba(0,0,0,.2),0 0px 10px rgba(0,0,0,.2);*/
  cursor: pointer;
  box-shadow: 0 8px 6px -6px #d7e0ed;
}
.products a .rates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin: 0px auto;
  width: 240px;
}
.products a .rates strong:first-child {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  background-color: #888da8;
  color: #edf2f6;
  text-decoration: line-through;
  border-radius: 12px;
  text-align: center;
  font-weight: normal;
}
.products a .rates strong:last-child {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  background-color: #ff5e3a;
  color: white;
  border-radius: 12px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 719px) {
  .products,.VidGal {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .products a span {
    width: 240px;
  }
}
@media (min-width: 720px) and (max-width: 1079px) {
  .products,.VidGal {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
  .products a span {
    width: 280px;
  }
}
@media (min-width: 1080px) 
{
    .VidGal 
    {
       grid-template-columns: 1fr 1fr;
        grid-gap: 32px;
  } 
  .products {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 48px;
  }
  .products a span {
    width: 280px;
  }
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*#endregion */

/*#region box-module */

.cph {
  width: 100%;
  max-width: 1024px;
  margin: 6px auto;
}
.wrapper {
  overflow: auto;
}
.databox {
  overflow: auto;
  background-color: white;
  border: solid 1px #d7e0ed;
  border-radius: 3px;
}
.bmargin16 {
  margin-bottom: 16px !important;
}
.bmargin32 {
  margin-bottom: 32px !important;
}
.blocktitle {
  padding: 16px;
  border-bottom: solid 1px rgb(0, 106, 78);
  color: rgb(0, 106, 78);
  font-weight: 600;
  font-size: 25px;
}
.blocktitle span
{
    display: block;
    color: #333333;
    font-weight: normal;
}
.blocktitle em:before {
  content: '\f101';
  /*content: '\f054';*/
  font-family: 'FontAwesome';
  font-weight: lighter;
  /*font-size: 12px;*/
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  color: #c2c0c0;
  display: inline-block;
}

/*#endregion */

/*#region userforms */

.userforms {
  display: grid;
  grid-gap: 32px;
}
@media (max-width: 719px) {
  .userforms {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 720px) {
  .userforms {
    grid-template-columns: 1fr 1fr;
  }
}
/*#endregion */

/*#region banner */

.banner 
{
    padding:6px;
    width: 100%;
    text-align:center;
}
.banner img{max-width:100%}
/*#endregion */

/*#region chart */

.chart {
  padding: 16px;
}
.chart .button {
  font-size: 12px !important;
  line-height: 24px !important;
}
.chart table {
  width: 100%;
  border-collapse: collapse;
  line-height: 20px;
}
.chart table tr th {
  background-color: #38a9ff;
  color: white;
  padding: 6px;
  text-shadow: none;
  border: solid 1px #d7e0ed;
}
.chart table tr td {
  background-color: white;
  border: solid 1px #d7e0ed;
  padding: 6px;
  vertical-align: top;
}
.chart table nav {
  display: grid;
  grid-gap: 5px;
}
.chart table nav a {
  font-size: 12px !important;
}
.chart table nav span:nth-child(1) a {
  background-color: #38a9ff;
}
.chart table nav span:nth-child(2) a {
  background-color: #ff5e3a;
}
.chart table nav span:nth-child(3) a {
  background-color: #1ed760;
}
.chart table nav[itemprop=col1] {
  grid-template-columns: 1fr;
}
.chart table nav[itemprop=col2] {
  grid-template-columns: 1fr 1fr;
}
.chart table nav[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.paging tr:last-child td table {
  width: auto;
}
.paging tr:last-child td table td {
  border: none;
  text-align: center;
  line-height: 16px;
  padding: 3px;
}
.paging tr:last-child td table td span {
  display: block;
  background-color: #1ed760;
  color: white;
  padding: 0px 10px;
  line-height: 24px;
  text-shadow: none;
  border: solid 1px #d7e0ed;
}
.paging tr:last-child td table td a {
  display: block;
  background-color: #38a9ff;
  color: white;
  padding: 0px 10px;
  line-height: 24px;
  text-shadow: none;
  border: solid 1px #d7e0ed;
}
.paging tr:last-child td table td a:hover {
  background-color: #3f4257;
}
/*#endregion */

/*#region brands */

.brands {
  display: grid;
  grid-gap: 48px;
  padding: 48px;
}
@media (max-width: 719px) {
  .brands {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 720px) and (max-width: 1079px) {
  .brands {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .brands {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.brands img {
  display: block;
  width: 100%;
}
/*#endregion */

/*#region filters */

.filters {
  padding: 16px;
  border-bottom: solid 1px #d7e0ed;
}
#btnfilters {
  display: block;
}
#btnfilters:before {
  content: '\f0b0';
  font-family: 'FontAwesome';
  font-weight: 500;
  width: 24px;
  float: left;
}
#btnfilters:hover {
  color: #38a9ff;
  cursor: pointer;
}
#optfilters {
  padding: 16px 0px 0px 0px !important;
}
#optfilters select {
  height: 32px !important;
  padding: 4px 8px !important;
  border-radius: 0px !important;
}
@media (max-width: 719px) {
  #optfilters {
    display: none;
  }
  #optfilters .fieldset[itemprop=filtercols] {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 720px) and (max-width: 1079px) {
  #optfilters {
    display: none;
  }
  #optfilters .fieldset[itemprop=filtercols] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  #optfilters .fieldset[itemprop=filtercols] {
    grid-template-columns: repeat(6, 1fr);
  }
}
/*#endregion */

/*#region products */

.pdata {
  display: grid;
  grid-gap: 16px;
  padding: 16px;
  margin: 0px auto;
}
@media (max-width: 719px) {
  .pdata {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
@media (min-width: 720px) and (max-width: 1079px) {
  .pdata {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .pdata {
    grid-template-columns: 2fr 3fr;
  }
}
.pimg {
  display: grid;
}
.pimg div a img {
  display: block;
  border: solid 1px white;
  outline: dotted 1px #d7e0ed;
  padding: 1px;
  width: 100%;
  margin: 0px auto;
}
.pinfo {
  width: 100%;
  display: block;
}
.pinfo h1, h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    border-bottom: dotted 1px #d7e0ed;
    padding: 6px 0px 6px 0px;
    border-bottom-style: dashed;
    border-bottom-color: #3399FF;
    text-align: left;
    color: #3399FF;
}
h2
{
    font-size: 16pt;
    font-weight: bold;
    padding: 6px 0px 6px 0px;
}
.pinfo .price {
  padding: 8px 0px;
  color: #888da8;
  /*font-size: 18px;*/

}
.pinfo .price span {
  padding-right: 16px;
  font-size: 21px;
  font-weight: 700;
}
.pinfo .price span:nth-child(1) {
  text-decoration: line-through;
  color: #888da8;
}
.pinfo .price span:nth-child(2) {
  color: #ff5e3a;
}
.pinfo .pdesc {
  color: #888da8;
  padding-top: 8px;
  margin-bottom: 16px;
}
.atc {
  display: grid;
  grid-template-columns: 30px 60px 120px auto;
  grid-gap: 6px;
  padding: 32px 0px;
}
.atc div {
  line-height: 42px;
}
.atc input {
  border: solid 1px #d7e0ed;
  border-radius: 3px;
  height: 42px;
  line-height: 24px;
  padding: 8px;
  display: block;
  width: 100%;
  text-align: center;
  font: inherit;
}
.atc a {
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
  display: block;
  background-color: #38a9ff;
  color: white;
  text-align: center;
  width: 100%;
}
.pdetails {
  margin-top: 32px;
  padding-top: 32px;
}
.pdetails h5 {
  font-weight: 400;
  font-size: 15px;
  margin-left: 5px;
  padding-left: 10px;
  border-left: solid 3px #38a9ff;
}
.pdetails p {
  text-indent: 0px;
  margin-bottom: 16px;
  padding: 0px 5px;
}
.pdetails .chart {
  padding-top: 16px;
  text-shadow: 1px 1px 1px white;
}
.pdetails .chart table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
.pdetails .chart table tr td {
  background-color: #f6f6f6;
  padding: 8px;
}
.pdetails .chart table tr td:first-child {
  vertical-align: top;
  /*text-align:right;*/

}
.pchart {
  padding: 16px;
  font-size: 15px;
}
.pchart table {
  margin-bottom: 16px;
  border-bottom: dotted 1px #d7e0ed;
  padding-bottom: 16px;
  width: 100%;
}
.pchart table caption {
  font-weight: 600;
  text-align: left;
  line-height: 28px;
}
.pchart table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}
.pchart table tr td:first-child {
  color: #888da8;
  padding-right: 16px;
}
.pchart table:last-child {
  margin-bottom: 0px !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
/*#endregion */

/*#region cart & order */

.cart {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 719px) {
  .cart {
    grid-template-columns: 1fr;
  }
}
.cartitems {
  padding: 16px;
  border-bottom: dotted 1px #d7e0ed;
}
.cartitems:last-child {
  border-bottom: none !important;
}
.item {
  text-align: center;
}
.item img {
  display: block;
  width: 100%;
  max-width: 128px;
  margin: 16px auto;
  border: solid 1px #d7e0ed;
  padding: 1px;
}
.cartproduct {
  display: block;
  color: #38a9ff;
  margin-bottom: 10px;
}
.cartproduct:hover {
  color: #3f4257;
}
.cartqty {
  display: grid;
  width: 192px;
  grid-template-columns: 28px 50px 120px;
  grid-gap: 5px;
  margin: 0px auto;
}
.cartqty div:first-child {
  line-height: 32px;
}
.cartqty input {
  border: solid 1px #d7e0ed;
  border-radius: 3px;
  height: 32px;
  line-height: 24px;
  padding: 4px;
  display: block;
  width: 100%;
  text-align: center;
  font: inherit;
}
.cartqty div:last-child {
  line-height: 32px;
}
.cartqty div:last-child strong {
  color: #1ed760;
  font-weight: normal;
}
.cartremove {
  color: #ff5e3a;
  line-height: 32px;
  display: block;
  margin-bottom: 16px;
}
.cartremove:before {
  font-family: 'FontAwesome';
  display: inline-block;
  width: 24px;
  content: '\f1f8';
}
.cartremove:hover {
  color: #3f4257;
  cursor: pointer;
}
.carttotal {
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  padding: 16px;
  border-bottom: dotted 1px #d7e0ed;
}
.carttotal span {
  color: #ff5e3a;
}
/*#endregion */

/*#region ul li */

.ul {
  overflow: auto;
  padding: 0px;
  margin: 16px;
  display: block;
  list-style-type: none;
  list-style: none;
}
.ul li {
  margin-bottom: 10px;
  padding-left: 24px;
}
.ul li:before {
  content: "\f005";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -16px;
  width: 24px;
  color: #ffdc1b;
}
/*#endregion */

/*#region lectures */

.mediawrap {
  padding: 1px;
  /*border-bottom:dotted 1px @colorborder;
    margin-bottom:@line1;*/

}
.file {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}
.pdf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 3px 3px;
}
.vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 3px 3px;
}
.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 3px 3px;
}
.assignment {
  padding: 16px;
  color: #888da8;
}
/*#endregion */

/*#region llist */

.llist {
  text-align: center;
  padding: 64px 0px;
}
.lectures {
  padding: 16px;
  display: grid;
}
.lectures a {
  text-align: center;
  padding: 16px;
  display: block;
  border: solid 1px #d7e0ed;
  border-radius: 3px;
}
.lectures a strong {
  font-size: 18px;
  font-weight: normal;
  color: #3f4257;
  display: block;
  text-align: center;
  padding: 5px;
}
.lectures a span {
  color: #888da8;
  font-size: 14px;
  line-height: 24px;
}
.lectures a span em:before {
  content: '•';
  font-weight: lighter;
  width: 24px;
  text-align: center;
  font-style: normal;
  color: #c2c0c0;
  display: inline-block;
}
.lectures a:after {
  content: 'Read More';
  line-height: 36px;
  background-color: #38a9ff;
  display: block;
  width: 120px;
  border-radius: 3px;
  margin: 16px auto 0px auto;
  color: white;
  font-size: 14px;
}
.lectures a:hover {
  border: solid 1px #38a9ff;
}
.lectures a:hover:after {
  background-color: #515365;
}
@media (max-width: 719px) {
  .lectures {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
@media (min-width: 720px) and (max-width: 1079px) {
  .lectures {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
  .lectures a span {
    width: 280px;
  }
}
@media (min-width: 1080px) {
  .lectures {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 48px;
  }
  .lectures a span {
    width: 280px;
  }
}
.incomplete:before {
  content: '\f05c';
  font-family: 'FontAwesome';
  font-weight: lighter;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #ff5e3a;
  display: block;
  width: 64px;
  margin: 0px auto 16px auto;
}
.pending:before {
  content: '\f017';
  font-family: 'FontAwesome';
  font-weight: lighter;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #ffdc1b;
  display: block;
  width: 64px;
  margin: 0px auto 16px auto;
}
.completed:before {
  content: '\f05d';
  font-family: 'FontAwesome';
  font-weight: lighter;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #1ed760;
  display: block;
  width: 64px;
  margin: 0px auto 16px auto;
}
/*#endregion */

/*#region housekeep */

.housekeep {
  display: grid;
  grid-gap: 16px;
  padding: 16px;
}
@media (max-width: 719px) {
  .housekeep {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 720px) and (max-width: 1079px) {
  .housekeep {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .housekeep {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.housekeep strong {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #38a9ff;
  font-size: 21px;
  font-weight: 300;
  padding: 16px;
  color: white;
  border-radius: 3px;
}
.housekeep strong:before {
  font-family: 'FontAwesome';
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  display: block;
}
.hand:before {
  content: '\f256';
}
.room:before {
  content: '\f015';
}
.toilet:before {
  content: '\f2cd';
}
.glass:before {
  content: '\f2dd';
}
.floor:before {
  content: '\f2d5';
}
.mliquid:before {
  content: '\f043';
}
/*#endregion */


/*#region msgbox */

.ontop,
#growls-default,
#growls-tl,
#growls-tr,
#growls-bl,
#growls-br,
#growls-tc,
#growls-bc,
#growls-cc,
#growls-cl,
#growls-cr {
  z-index: 50000;
  position: fixed;
}
#growls-default {
  top: 10px;
  right: 10px;
}
#growls-tl {
  top: 10px;
  left: 10px;
}
#growls-tr {
  top: 10px;
  right: 10px;
}
#growls-bl {
  bottom: 10px;
  left: 10px;
}
#growls-br {
  bottom: 10px;
  right: 10px;
}
#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px;
}
#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}
#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px;
}
#growls-cl {
  top: 50%;
  left: 10px;
}
#growls-cr {
  top: 50%;
  right: 10px;
}
#growls-tc .growl,
#growls-bc .growl {
  margin-left: auto;
  margin-right: auto;
}
.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}
.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}
.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}
.growl.growl-default {
  color: white;
  background: #7f8c8d;
}
.growl.growl-error {
  color: white;
  background: #cc3300;
}
.growl.growl-notice {
  color: white;
  background: #2ecc71;
}
.growl.growl-warning {
  color: white;
  background: #f39c12;
}
.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}
.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}
.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}
/*#endregion */
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.vbox-overlay * { 
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}
.vbox-left{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    z-index: 99;
    display: flex;
    align-items:center;
}
.vbox-num{
    display: inline-block;
    margin: 6px 0 6px 15px;
}
/* ----- Social share ----- */
.vbox-share{
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 98;
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.vbox-share svg{
    max-height: 28px;
    width: 28px;
    z-index: 10;
    margin-left: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    vertical-align: middle;
}


/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 4%;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vbox-figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.vbox-figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.vbox-animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}



/*#region chart */

.chart {
  font-size: 15px;
}
.chart table {
  width: 100%;
  border-collapse: collapse;
  line-height: 20px;
}
.chart table tr:hover td {
  background-color: #ffffe1;
  cursor: pointer;
}
.chart table tr th {
  background-color: #28b779;
  color: white;
  padding: 6px;
  text-shadow: none;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.chart table tr td {
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 6px;
  vertical-align: top;
}
.chart table nav {
  display: grid;
  grid-gap: 5px;
}
.chart table nav a {
  font-size: 12px !important;
}
.chart table nav span:nth-child(1) a {
  background-color: #27a9e3;
}
.chart table nav span:nth-child(2) a {
  background-color: #da542e;
}
.chart table nav span:nth-child(3) a {
  background-color: #28b779;
}
.chart table nav[itemprop=col1] {
  grid-template-columns: 1fr;
}
.chart table nav[itemprop=col2] {
  grid-template-columns: 1fr 1fr;
}
.chart table nav[itemprop=col3] {
  grid-template-columns: 1fr 1fr 1fr;
}
.paging tr:last-child td {
  border: none;
}
.paging tr:last-child td table {
  width: auto;
}
.paging tr:last-child td table td {
  border: none;
  text-align: center;
  line-height: 16px;
  padding: 3px;
}
.paging tr:last-child td table td span {
  display: block;
  background-color: #28b779;
  color: white;
  padding: 0px 10px;
  line-height: 24px;
  text-shadow: none;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.paging tr:last-child td table td a {
  display: block;
  background-color: #27a9e3;
  color: white;
  padding: 0px 10px;
  line-height: 24px;
  text-shadow: none;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.paging tr:last-child td table td a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/*#endregion */
.cycle-prev, .cycle-next { position: absolute; top: 50%; z-index: 800; cursor: pointer; }
.cycle-prev
{
    left: 10px;
    color: #666666;
}
.cycle-next
{
    right: 10px;
    color: #666666;
}
.cycle-next:hover, .cycle-prev:hover
{
    color: #333333;
}
.cycle-next:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 32px;
    content: "\f0a9";
}
.cycle-prev:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 32px;
    content: "\f0a8";
}
.privacy {
  padding: 16px;
  text-shadow: none;
  line-height: 2;
}
.privacy strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
}
.privacy p {
  text-indent: 0px;
  text-align: left;
  /*text-align: justify;*/
  margin-bottom: 32px;
  /*color: @colorwhite;*/
  font-weight: 300;
  line-height: 1.8;
}
/* Bottom Menu */
.bottommenu
{
    border-style: solid none none none;
    border-width: 5px;
    border-color: rgb(0, 106, 78);
    background-color: #FFF;
    font-size: 15px;
    font-weight: lighter;
    display: block;
    width: 100%;
    text-align: center;
}
.bottommenu a
{
    color: rgb(0, 106, 78);
    padding: 15px;
    display: inline-block;
    text-decoration: none;
}
.bottommenu a:visited { color: rgb(0, 106, 78); }
.bottommenu a:hover
{
    color: #FFFFFF;
    background-color: #339966;
    border-radius: 6px;
}
.bottommenu span{font-family:FontAwesome; font-size:24px;}
.bottommenu img{height:105px;display:inline-block;}
@media(max-width:900px){
    .fullwid{
        display:block;
        width:100%;
    }
    .bottommenu img{height:105px;display: block; margin:auto;}
}
/* End Bottom Menu */
.features{padding:15px;}
.features li
{
    margin-bottom: 10px;
    display: block;
    padding-left: 20px;
    background: url('blt.gif') no-repeat left top;
    text-align: left;
    list-style-type: none;
    font-family: Verdana;
    font-size: 15pt;
}
.tdLabel
{
    text-align: right;
    padding-right: 3px;
    text-transform: capitalize;
    color: #333333;
}
.GalleryMenu
{
    font-family: 'Open Sans' , verdana, Tahoma, "lucida grande" , Trebuchet MS, arial, Helvetica, sans-serif;;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
    padding: 6px 6px;
    width: 100%;
    background-color:Blue;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggNDgiICB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyNHB4Ij48cGF0aCBmaWxsPSIjM2Y0MjU3IiBkPSJNMTQgMjBsMTAgMTAgMTAtMTB6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+") no-repeat center right;
}