@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "casas-de-la-montana";
  src:url("../fonts/casas-de-la-montana.eot");
  src:url("../fonts/casas-de-la-montana.eot?#iefix") format("embedded-opentype"),
    url("../fonts/casas-de-la-montana.woff") format("woff"),
    url("../fonts/casas-de-la-montana.ttf") format("truetype"),
    url("../fonts/casas-de-la-montana.svg#casas-de-la-montana") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "casas-de-la-montana" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "casas-de-la-montana" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width : 900px) {
  #ws-button {
    width: 40px !important;
    height: 40px !important;
    top: 5px !important;
    right: 90px !important;
    bottom: auto !important;
    background-size: 30px 30px !important;
  }
}


.top-menu-item {
  /*width: calc(20% - 20px);*/
  height: 100px;
  float: left;
  padding: 00px 20px 0 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
}
  .top-menu-item > a {
    display: inline-block;
    position: relative;
    height: 30px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
  }
  @media screen and (max-width : 1115px) {
    .top-menu-item > a {
      /*font-size: 13px;*/
    }
  }

  .top-menu-item > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: -webkit-gradient(linear,left top,right top,from(#ec1d25),to(#ec1d25));
    background: -o-linear-gradient(left,#ec1d25 0,#ec1d25 100%);
    background: linear-gradient(90deg,#ec1d25,#ec1d25);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .top-menu-item > a:hover:before {
    width: 100%;
  }
  

.top-bar-icon::before {
  position: relative;
  top: 3px;
}

.footer-links {
  background: -webkit-gradient(linear,left top,right top,from(#ec1d25), to(#a90007));
  background: -o-linear-gradient(left,#ec1d25 0, #a90007 100%);
  background: linear-gradient(90deg, #ec1d25, #a90007);
}
.footer-links-item {
  border-right: 1px #ab0908 solid;
}

.contacts-info2-wrapper a {
  text-decoration: none;
  color: #ec1d25;
}

#cart-catalog-button > span.cart-catalog-counter {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  right: 3px;
  background-color: #dc0707;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}

.product-add-to-cart {
  left: 50%;
  margin: 0 0 0 -45px;
  transition-duration: .200s;
  transform:translate3d(0,300px,0);
}
.product-add-to-cart,
.product-quantity {
  visibility: hidden;
  opacity: 0;
}
.property:hover > .product-add-to-cart {
/*.property:hover > .product-quantity {*/
  visibility: visible;
  transform:translate3d(0,200px,0);
  opacity: 1;
}
@media screen and (max-width : 800px) {
  .property > .product-add-to-cart {
  /*.property > .product-quantity {*/
    visibility: visible;
    transform:translate3d(0,200px,0);
  }
}

@media screen and (max-width : 800px) {
  #filter-wrapper {
    position: fixed;
    width: 90%;
    max-width: 350px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 90007;
    overflow-y: auto;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.27);
    transition-duration: .300s;
    transform: translate3d(-110%,0,0);
  }
  #filter-wrapper.visible {
    transform: translate3d(0,0,0);
  }
}


@media screen and (max-width : 800px) {
  .login-button-wrapper {
    position: fixed;
    height: 50px;
    padding: 5px;
    margin-top: 0;
    top: 0px;
    right: 10px;
    z-index: 301;
  }
    .login-button-wrapper #login-button,
    .login-button-wrapper #login-button2 {
      width: 40px;
      height: 40px;
      margin-left: 0;
      font-size: 18px;
    }
    .login-button-wrapper .login-button-user-name {
      display: none;
    }
    .login-button-wrapper #login-menu,
    .login-button-wrapper #login-menu2 {
      top: 50px!important;
      margin-top: 0px!important;
    }
  #cart-catalog-button {
    position: fixed;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 0;
    top: 0px;
    right: 70px;
    z-index: 301;
    font-size: 20px;
  }
  #cart-catalog-button.left60 {
    right: 60px;
  }
}
.mobile-menu {
  display: none;
  position: fixed;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition-duration: .100s;
  transform:translate3d(-80%,0,0);
  z-index: 4000;
  overflow-y: auto;
}
@media screen and (max-width : 900px) {
  .mobile-menu.visible {
    display: block;
    transform:translate3d(0,0,0);
  }
}

label.material-checkbox-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  cursor: pointer;
}
  label.material-checkbox-label.short {
    position: absolute;
    width: 75px;
    top: 0;
    right: 20px;
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
  }
label.material-checkbox-label input[type=checkbox],
label.material-checkbox-label input[type=radio] {
  display: none;
}
label.material-checkbox-label label.material-checkbox-label {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  top: -4px;
  border: 2px #ccc solid;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}
  label.material-checkbox-label label.material-checkbox-label.radio {
    border-radius: 50%;
  }
.material-checkbox-label [type=checkbox]:checked + label {
  top: -5px;
  left: 2px;
  width: 10px;
  height: 15px;
  margin-right: 20px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.material-checkbox-label [type=radio]:checked + label {
  border: 5px #ccc solid;
  background-color: #666;
  border-radius: 50%;
}




.code-info {
  position: relative;
  width: 100%;
  height: calc(100% - 320px);
  float: left;
}
.keyboard {
  display: table;
  position: relative;
  width: 100%;

  height: 270px;
  float: left;
  background-color: #009688;
}
  .keyboard .keys {
    display: table-row;
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
  }
  
  .keyboard .keys > div {
    display: table-cell;
    width: 33.3333%;
    vertical-align: middle;
    font-size: 25pt;
    color: #fff;
    border-right: 1px #0da596 solid;
    border-bottom: 1px #0da596 solid;
  }
    .keyboard .keys > div:last-child {
      border-right: none;
    }
    .keyboard .keys:last-child > div {
      border-bottom: none;
    }
  .keyboard .keys > div:active {
    background-color: #006b61;
  }

  select.select-arrow {
    background-image: url(../img/select-arrow.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 15px auto;
  }


/* INAPPBROWSER BODY STYLE */
.inAppBrowser-wrapper {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 6402;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.inAppBrowser-wrapper.visible {
  visibility: visible;
  opacity: 1;
}
.inAppBrowser-body {
    position: relative;
    width: 100%;
    height: calc(100% - 56px);
    float: left;
    background-color: #fff;
    overflow-y: auto;
}
.inAppBrowser-body.inAppBrowser {
    height: calc(100% - 112px);
}
.heading .heading-topbar.webview .heading-button {
  width: 56px;
  padding: 17px;
}
/* END INAPPBROWSER BODY STYLE */



.line-legend {
  list-style: none;
}
  .line-legend > li > span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
  }


/* SPLASH SCREEN STYLE */
#splash-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 9000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
  #splash-screen.white {
    background-color: rgba(0, 0, 0, 0);
  }

  #splash-screen .splash-screen-message {
    position: absolute;
    width: 451px;
    height: 373px;
    margin: -235px 0 0 -225.5px;
    top: 50%;
    left: 50%;
    color: #333;
    vertical-align: middle;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  @media screen and (max-width : 451px) {
    #splash-screen .splash-screen-message {
      width: 100%;
      height: auto;
      padding-bottom: 25%;
      margin: -235px 0 0 0;
      left: 0;
    }
  }
  #splash-screen .splash-screen-message.image {
    opacity: 1;
    background-image: url(../img/monkeydev.png);
  }
  #splash-screen .splash-screen-message.hide {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  #splash-screen .splash-screen-message > img {
    max-width: 100%;
    float: left;
  }
.splash-screen-loading {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 58.7% 20.5% 0 15%;
  overflow: hidden;
}
.splash-screen-loading .splash-screen-bullet {
  position: absolute;
  width: 20px;
  padding: 3px;
  background: #fff;
  -webkit-animation: animIn 2s 0s infinite;
  animation: animIn 2s 0s infinite;
}
@media screen and (max-width : 451px) {
  .splash-screen-loading .splash-screen-bullet {
    display: none;
  }
}
.splash-screen-loading .splash-screen-bullet:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.splash-screen-loading .splash-screen-bullet:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.splash-screen-loading .splash-screen-bullet:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.splash-screen-loading .splash-screen-bullet:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
@-webkit-keyframes animIn {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(276px);
        transform: translateX(276px);
        opacity: 0;
    }
}
@keyframes animIn {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(276px);
        transform: translateX(276px);
        opacity: 0;
    }
}
/* END SPLASH SCREEN STYLE */

/*TOGGLE BUTTON STYLE*/
.mangole-toggle-button { background-color: white; margin: 5px 0; border-radius: 20px; border: 2px solid #D0D0D0; height: 28px; cursor: pointer; width: 54px; position: relative; display: inline-block; user-select: none; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; }
.mangole-toggle-button button.mangole-toggle-button { cursor: pointer; outline: 0; display:block; position: absolute; left: 0; top: 0; border-radius: 100%; width: 30px; height: 30px; background-color: white; float: left; margin: -3px 0 0 -3px; border: 2px solid #D0D0D0; transition: left 0.3s; }
.mangole-toggle-button[data-state="1"] { background-color: #83B152; border: 2px solid #7DA652; }
.mangole-toggle-button[data-state="1"] button.mangole-toggle-button { left: 26px; top: 0; margin: 0; border: none; width: 24px; height: 24px; box-shadow: 0 0 4px rgba(0,0,0,0.1); }
/*END TOGGLE BUTTON STYLE*/

/*TOP SEARCH BUTTON STYLE*/
.search-button-top {
  width: 50px;
  height: 40px;
  float: right;
  color: #fff;
  font-size: 30px;
  border: none;
  background-color: rgba(0,0,0,0.01);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.search-button-top:hover {
  opacity: 0.9;
}
/*END TOP SEARCH BUTTON STYLE*/

/*ADD BUTTON STYLE*/
#add-button,
#guide-add-button,
.add-button,
.add-mini-button,
.scan-button {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 63px;
  right: 20px;
  background-color: #6c137b;
  z-index: 6403;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.scan-button,
.add-mini-button {
  visibility: hidden;
  width: 40px;
  height: 40px;
  bottom: 80px;
  right: 22px;
  -webkit-transform: translate3d(0, 56px, 0);
  transform: translate3d(0, 56px, 0);
}
.add-mini-button {
  bottom: 130px;
}
  #add-button[data-icon]:before,
  #guide-add-button[data-icon]:before,
  .add-button[data-icon]:before,
  .add-mini-button[data-icon]:before {
    padding: 0 0 0 0;
    font-size: 25px;
  }
  .scan-button[data-icon]:before,
  .add-mini-button[data-icon]:before {
    padding: 0 0 0 0;
    font-size: 18px;
  }
  #add-button.active,
  #guide-add-button.active,
  .add-button.active,
  .add-mini-button.active {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
/*END ADD BUTTON STYLE*/

/* FORM ROTATOR STYLE */
.mangole-form {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
  .mangole-form-body {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow-y: auto;
  }
/* FORM PANEL ROTATOR STYLE */

/* PANEL ROTATOR STYLE */
.mangole-panel-rotator-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
  .mangole-panel-rotator-wrapper .mangole-panel-rotator {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right: -10%;
    opacity: 0; 
    overflow-y: auto;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
  }
    .mangole-panel-rotator-wrapper .mangole-panel-rotator.mangole-panel-rotator-active {
      visibility: visible;
      right: 0;
      opacity: 1;
    }
/* END PANEL ROTATOR STYLE */

/*DROPDOWN MENU STYLE*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.visible {
  display: block;
}
  .dropdown-menu > li {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    border-top: 1px #ccc solid;
  }
  .dropdown-menu > li:first-child {
    border-top: none;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
    .dropdown-menu > li > a,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:active,
    .dropdown-menu > li > a:visited {
      display: block;
      width: 100%;
      height: 100%;
      float: left;
      padding: 0 10px; 
      line-height: 50px;
      vertical-align: middle;
      color: #333;
      text-decoration: none;
    }
  .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
  }
  .dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
  }
/*END DROPDOWN MENU STYLE*/

/* ACORDEON MENU STYLE */
.mangole-acordeon-menu {
  display: inline-block;
  background: #fff;
  border:1px #e5e6e1 solid;
  list-style: none;
  font-size: 15px;
}
  .mangole-acordeon-menu > li {
    width:100%;
    min-height: 50px;
    float: left;
    line-height: 50px;
    vertical-align: middle;
    border-bottom: 1px #e5e6e1 solid;
    cursor: pointer;
  }
    .mangole-acordeon-menu > li:last-child {
      border-bottom: none;
    }
  .mangole-acordeon-menu .mangole-acordeon-menu-title {
    color:#fff;
    background-color: #37b5e8;
  }
  .mangole-acordeon-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
    .mangole-acordeon-menu li a:hover:not(.mangole-acordeon-menu-title-link) {
      background: #f8f8f8;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -o-transition-duration: .2s;
      -ms-transition-duration: .2s;
    }
    .mangole-acordeon-menu li a .mangole-acordeon-menu-icon {
      display: inline-block;
      height: 100%;
      float: left;
      text-align: center;
      vertical-align: middle;
      font-size: 30px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }
    .mangole-acordeon-menu li a .mangole-acordeon-menu-label {
      display: inline-block;
      height: 100%;
      float: left;
      padding: 0 10px;
    }
  .mangole-acordeon-menu li .mangole-acordeon-menu-li-options {
    width:100%;
    height: 1px;
    float: left;
    list-style: none;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
  }
    .mangole-acordeon-menu li .mangole-acordeon-menu-li-options.mangole-options-active {
      height: auto;
    }
    .mangole-acordeon-menu li .mangole-acordeon-menu-li-options > li {
      position: relative;
      width:100%;
      min-height: 50px;
      float: left;
      line-height: 50px;
      vertical-align: middle;
      cursor: pointer;
      color: #0F77A0;
      background:url(../img/bgpatern.png) #FAFAFA repeat;
    }
      .mangole-acordeon-menu li .mangole-acordeon-menu-li-options > li:last-child {
        border-bottom: none;
      }
      .mangole-acordeon-menu li .mangole-acordeon-menu-li-options li .mangole-acordeon-menu-icon {
        display: block;
        width: 50px;
        height: 50px;
        float: left;
        border-right: 1px #e5e6e1 solid;
        text-align: center;
      }
      .mangole-acordeon-menu li .mangole-acordeon-menu-li-options li .mangole-acordeon-menu-label {
        display: block;
        height: 50px;
        float: left;
        padding: 0 0 0 10px;
      }
      .mangole-acordeon-menu li .mangole-acordeon-menu-li-options li:hover > .mangole-acordeon-menu-li-options-contextmenu {
        display: block;
      }
      .mangole-acordeon-menu li .mangole-acordeon-menu-li-options li .mangole-acordeon-menu-li-options-contextmenu {
        display: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 100%;
        background-color: #fff;
        z-index: 500;
        box-shadow: 0px 0px 5px #e5e6e1;
        border: 1px #e5e6e1 solid;
        overflow: hidden;
      }

        .mangole-acordeon-menu li .mangole-acordeon-menu-li-options li .mangole-acordeon-menu-li-options-contextmenu-label {
          width: 100%;
          float: left;
          border-bottom: 1px #e5e6e1 solid;
          text-shadow:1px 1px 0px #fff;
        }
          .mangole-acordeon-menu li .mangole-acordeon-menu-li-options li .mangole-acordeon-menu-li-options-contextmenu-label:last-child {
            border-bottom: none;
          }
          .mangole-acordeon-menu li .mangole-acordeon-menu-li-options li .mangole-acordeon-menu-li-options-contextmenu-label a {
            display: block;
            width: 100%;
            height: 100%;
            float: left;
            padding: 0 10px;
          }
/* END ACORDEON MENU STYLE */

/* SPLIT CONTAINER STYLE*/
.mangole-split-container {
  display: table;
}
.mangole-split-container-heading {
  display: table-row;
}
.mangole-split-container-row {
  display: table-row;
}
.mangole-split-container-cell {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
/* SPLIT CONTAINER STYLE*/

/* LABEL STYLE */
.mangole-label {
  display: inline-block;
  font-size: 15px;
  color: #191919;
  text-align: left;
}
/* END LABEL STYLE */

/* LINK STYLE */
.mangole-link {
  display: inline-block;
  font-size: 15px;
  color: #191919;
  text-align: left;
  cursor: pointer;
}
  .mangole-link:hover,
  .mangole-link.active,
  .mangole-link[disabled]:hover {
    text-decoration: none;
  }
  .mangole-link[disabled] {
    cursor: default!important;
    color: #191919!important;
  }
/* END LINK STYLE */

/* BLANK WRAPPER STYLE */
.mangole-blank-wrapper {
  display: inline-block;
}
/* END BLANK WRAPPER STYLE */

/* CONTENT EDITABLE STYLE */
.mangole-contenteditable {
  width:100%;
  height: 36px;
  border: 1px solid #b5b5b5;
  padding:4px;
  margin:3px 0 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  color: #374767;
}
  .mangole-contenteditable:hover {
    border: 1px solid #C6CBD5;
  }
/* END CONTENT EDITABLE STYLE */

/* DROPPABLE FORM STYLE */
.mangole-droppableform {
  width:100%;
  border: 1px solid #b5b5b5;
  padding:4px;
  margin:3px 0 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  color: #374767;
  overflow-y: auto;
}
  .mangole-droppableform:hover {
    border: 1px solid #C6CBD5;
  }
/* END DROPPABLE FORM STYLE */

/* BUTTON STYLE */
.mangole-btn {
  display: inline-block;
  height: 37px;
  padding: 0 1%;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  background-color: #dedede;
  border-radius: 4px;
  border: none;
}
a.mangole-btn:link {
  text-decoration: none;
  color: #333;
}
a.mangole-btn:visited {
  text-decoration: none;
  color: #333;
}
.mangole-btn:hover,
.mangole-btn:focus {
  background-color: #d6d6d6;
}
.mangole-btn.active,
.mangole-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.mangole-btn.disabled,
.mangole-btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
  .mangole-btn.blue {
    color: #ffffff;
    background-color: #6c137b;
    border: none;
  }
  a.mangole-btn.blue:link {
    text-decoration: none;
    color: #fff;
  }
  a.mangole-btn.blue:visited {
    text-decoration: none;
    color: #fff;
  }
  .mangole-btn.blue:active,
  .mangole-btn.blue.active {
    outline: 0!important;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
  }
  .mangole-btn.blue:hover {
    text-decoration: none;
    color: #fff;
  }
  .mangole-btn.blue:hover,
  .mangole-btn.blue:focus,
  .mangole-btn.blue:active,
  .mangole-btn.blue.active,
  .mangole-btn.blue.disabled,
  .mangole-btn.blue[disabled] {
    color: #ffffff;
    background-color: #9125a5;
  }
  .mangole-btn.gray {
    color: #333;
    background-color: #dedede;
    border: none;
  }
  a.mangole-btn.gray:link {
    text-decoration: none;
    color: #333;
  }
  a.mangole-btn.gray:visited {
    text-decoration: none;
    color: #333;
  }
  .mangole-btn.gray:active,
  .mangole-btn.gray.active {
    outline: 0!important;
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
  }
  .mangole-btn.gray:hover {
    text-decoration: none;
    color: #333;
  }
  .mangole-btn.gray:hover,
  .mangole-btn.gray:focus,
  .mangole-btn.gray:active,
  .mangole-btn.gray.active,
  .mangole-btn.gray.disabled,
  .mangole-btn.gray[disabled] {
    color: #333;
    background-color: #a9a9a9;
  }
  .mangole-btn.red {
    color: #fff;
    background-color: #EF6763;
  }
  a.mangole-btn.red:link {
    text-decoration: none;
    color: #fff;
  }
  a.mangole-btn.red:visited {
    text-decoration: none;
    color: #fff;
  }
  .mangole-btn.red:active {
    outline: 0!important;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
  }
  .mangole-btn.red:hover {
    text-decoration: none;
    color: #fff;
  }
  .mangole-btn.red:hover,
  .mangole-btn.red:focus,
  .mangole-btn.red:active,
  .mangole-btn.red.active,
  .mangole-btn.red.disabled,
  .mangole-btn.red[disabled] {
    color: #ffffff;
    background-color: #e05a56;
  }
  .mangole-btn.green {
    color: #fff;
    background-color: #83b152;
  }
  a.mangole-btn.green:link {
    text-decoration: none;
    color: #fff;
  }
  a.mangole-btn.green:visited {
    text-decoration: none;
    color: #fff;
  }
  .mangole-btn.green:active {
    outline: 0!important;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.05);
  }
  .mangole-btn.green:hover {
    text-decoration: none;
    color: #fff;
  }
  .mangole-btn.green:hover,
  .mangole-btn.green:focus,
  .mangole-btn.green:active,
  .mangole-btn.green.active,
  .mangole-btn.green.disabled,
  .mangole-btn.green[disabled] {
    color: #ffffff;
    background-color: #75a046;
  }
/* END BUTTON STYLE */


/* TABS CSS STYLE */
.mangole-tabs {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #374767;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-bottom-color: #fff;
}
a.mangole-tabs:link {
  text-decoration: none;
  color: #374767;
}
a.mangole-tabs:visited {
  text-decoration: none;
  color: #374767;
}
a.mangole-tabs:active {
  text-decoration: none;
  color: #374767;
}
a.mangole-tabs:hover {
  text-decoration: none;
  color: #374767;
}
.mangole-tabs:hover,
.mangole-tabs:focus {
  color: #374767;
  text-decoration: none;
  background-image:none;
}
.mangole-tabs:focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
}
.mangole-tabs.active,
.mangole-tabs:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
}
.mangole-tabs.disabled,
.mangole-tabs[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/*END TABS CSS STYLE*/

/* PANEL STYLE  */
.mangole-panel {
  display: inline-block;
  background-color: #fff;
}
  .mangole-panel-heading {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 15px;
    float: left;
    background-color: #fff;
    color: #333;
    border-bottom: 1px #e5e6e1 solid;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }
    .mangole-panel .mangole-panel-heading h2 {
      float: left;
      padding: 16px 0px;
      color: #191919;
      font-size: 17px;
      line-height: 18px;
      font-weight: 300;
      cursor: default;
    }
  .mangole-panel-body {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
  }
    .mangole-panel-body.with-heading {
      height: calc(100% - 49px);
    }
    .mangole-panel-body.with-footer {
      height: calc(100% - 59px);
    }
    .mangole-panel-body.with-heading.with-footer {
      height: calc(100% - 108px);
    }
  .mangole-panel-footer {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 11px;
    float: left;
    background-color: #fff;
    border-top: 1px #e5e6e1 solid;
  }
/* END PANEL STYLE  */

/* DATAGRID STYLE */
.mangole-datagrid {
  display: table;
  table-layout: fixed;
  border: 1px solid #e5e6e1;
  border-bottom: none;
  background-color: #fff;
}
  .mangole-datagrid .mangole-datagrid-title {
    display: table-caption;
  }
  .mangole-datagrid .mangole-datagrid-heading {
    display: table-row;
  }
    .mangole-datagrid .mangole-datagrid-heading .mangole-datagrid-cell {
      height: 30px;
      padding: 10px 7px 9px 7px;
      text-align: center;
      color: #333;
      border-bottom: 1px #e5e6e1 solid;
      font-weight: 700;
      font-size: 14px;
    }

  .mangole-datagrid .mangole-datagrid-row {
    display: table-row;
    border-bottom: 1px #e5e6e1 solid;
    overflow: auto;
  }
    .mangole-datagrid .mangole-datagrid-row:nth-child(even) {
      background-color: #f1f1f1
    }
    .mangole-datagrid .mangole-datagrid-row:last-child {
      border-bottom: none;
    }
    .mangole-datagrid .mangole-datagrid-row:hover {
      background-color: #FBFBFB;
    }
  .mangole-datagrid .mangole-datagrid-cell {
    display: table-cell;
    padding: 10px 5px;
    border-right: 1px #e5e6e1 solid;
    border-bottom: 1px #e5e6e1 solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
  }
    .mangole-datagrid .mangole-datagrid-cell.select-type,
    .mangole-datagrid .mangole-datagrid-cell.textbox-type,
    .mangole-datagrid .mangole-datagrid-cell.none-type {
      padding: 0;
    }
      .mangole-datagrid .mangole-datagrid-cell.select-type > select,
      .mangole-datagrid .mangole-datagrid-cell.textbox-type > input[type="text"],
      .mangole-datagrid .mangole-datagrid-cell.textbox-type > input[type="email"],
      .mangole-datagrid .mangole-datagrid-cell.textbox-type > input[type="number"],
      .mangole-datagrid .mangole-datagrid-cell.textbox-type > input[type="password"],
      .mangole-datagrid .mangole-datagrid-cell.textbox-type > input[type="date"],
      .mangole-datagrid .mangole-datagrid-cell.textbox-type > input[type="tel"],
      .mangole-datagrid .mangole-datagrid-cell.textbox-type > input[type="year"]{
        width: 100%;
        padding: 10px 5px;
        margin: 0;
        background-color: transparent;
        border: none;
      }
        .mangole-datagrid .mangole-datagrid-cell.select-type > select.error,
        .mangole-datagrid .mangole-datagrid-cell.select-type > input[type="text"].error,
        .mangole-datagrid .mangole-datagrid-cell.select-type > input[type="number"].error,
        .mangole-datagrid .mangole-datagrid-cell.select-type > input[type="password"].error,
        .mangole-datagrid .mangole-datagrid-cell.select-type > input[type="date"].error,
        .mangole-datagrid .mangole-datagrid-cell.select-type > textarea.error {
          border: 1px solid #E09090;
          background-color: #FDE5E9;
        }
    .mangole-datagrid .mangole-datagrid-cell:last-child {
      border-right: none;
    }
/* END DATAGRID STYLE */



/* DATAGRID V2 STYLE */
.mangole-datagridv2 {
  border: 1px solid #b5b5b5;
  border-bottom: none;
  background-color: #fff;
}
  .mangole-datagridv2 .mangole-datagrid-heading {
    width: 100%;
    height: 38px;
    float: left;
    overflow-y: scroll;
  }
    .mangole-datagridv2 .mangole-datagrid-heading::-webkit-scrollbar {
      -webkit-appearance: none;
    }
    .mangole-datagridv2 .mangole-datagrid-heading::-webkit-scrollbar-thumb:vertical {
      background-color: #fff;
    }
    .mangole-datagridv2 .mangole-datagrid-heading::-webkit-scrollbar-track {
      background-color: #fff;
    }
    .mangole-datagridv2 .mangole-datagrid-heading::-webkit-scrollbar-button:start:decrement,
    .mangole-datagridv2 .mangole-datagrid-heading::-webkit-scrollbar-button:end:increment {
      display: block;
      background-color: #fff;
    }



    .mangole-datagridv2 .mangole-datagrid-heading .mangole-datagrid-cell {
      float: left;
      padding: 0 7px;
      text-align: center;
      color: #333;
      font-weight: 700;
      font-size: 14px;
      vertical-align: middle;
      line-height: 38px;
    }
  .mangole-datagridv2 .mangole-datagrid-content {
    width: 100%;
    height: calc(100% - 96px);
    float: left;
    overflow-y: scroll;
    padding-bottom: 65px;
    border-top: 1px #b5b5b5 solid;
  }
    .mangole-datagridv2 .mangole-datagrid-content.withoutfooter {
      height: calc(100% - 38px);
      border-bottom: 1px #b5b5b5 solid;
    }
    .mangole-datagridv2 .mangole-datagrid-row {
      width: 100%;
      float: left;
      border-bottom: 1px #b5b5b5 solid;
    }
      .mangole-datagridv2 .mangole-datagrid-row:nth-child(even) {
        background-color: #f1f1f1
      }
      .mangole-datagridv2 .mangole-datagrid-row:last-child {
        border-bottom: none;
      }
      .mangole-datagridv2 .mangole-datagrid-row:hover {
        background-color: #FBFBFB;
      }
  .mangole-datagridv2 .mangole-datagrid-cell {
    height: 38px;
    float: left;
    padding: 10px 5px;
    border: none;
    border-right: 1px #b5b5b5 solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
  }
    .mangole-datagridv2 .mangole-datagrid-cell.select-type,
    .mangole-datagridv2 .mangole-datagrid-cell.textbox-type,
    .mangole-datagridv2 .mangole-datagrid-cell.none-type {
      padding: 0;
    }
      .mangole-datagridv2 .mangole-datagrid-cell.select-type > select,
      .mangole-datagridv2 .mangole-datagrid-cell.textbox-type > input[type="text"],
      .mangole-datagridv2 .mangole-datagrid-cell.textbox-type > input[type="email"],
      .mangole-datagridv2 .mangole-datagrid-cell.textbox-type > input[type="number"],
      .mangole-datagridv2 .mangole-datagrid-cell.textbox-type > input[type="password"],
      .mangole-datagridv2 .mangole-datagrid-cell.textbox-type > input[type="date"],
      .mangole-datagridv2 .mangole-datagrid-cell.textbox-type > input[type="tel"],
      .mangole-datagridv2 .mangole-datagrid-cell.textbox-type > input[type="year"]{
        width: 100%;
        padding: 10px 5px;
        margin: 0;
        background-color: transparent;
        border: none;
      }
        .mangole-datagridv2 .mangole-datagrid-cell.select-type > select.error,
        .mangole-datagridv2 .mangole-datagrid-cell.select-type > input[type="text"].error,
        .mangole-datagridv2 .mangole-datagrid-cell.select-type > input[type="number"].error,
        .mangole-datagridv2 .mangole-datagrid-cell.select-type > input[type="password"].error,
        .mangole-datagridv2 .mangole-datagrid-cell.select-type > input[type="date"].error,
        .mangole-datagridv2 .mangole-datagrid-cell.select-type > textarea.error {
          border: 1px solid #E09090;
          background-color: #FDE5E9;
        }
    .mangole-datagridv2 .mangole-datagrid-cell:last-child {
      border-right: none;
    }

  .mangole-datagridv2 .mangole-datagrid-footer {
    width: 100%;
    height: 60px;
    float: left;
    padding: 11px;
    border-top: 1px #e5e6e1 solid;
  }
/* END DATAGRID V2 STYLE */


/* ORDERED LIST STYLE */
.mangole-orderedlist {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 100px;
  padding: 5px 5px 0 5px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    overflow-x: hidden;
}
.mangole-orderedlist.error {
  border: 1px solid #E09090;
  background-color: #FDE5E9;
}

  .mangole-orderedlist:hover {
    border: 1px solid #C6CBD5;
  }
  .mangole-orderedlist .mangole-orderedlist-item {
    position: relative;
    width: 100%;
      min-height: 30px;
      float: left;
      padding: 5px;
      margin: 0 0 5px 0;
      background-color: #f1f1f1;
      border: 1px #ccc solid;
      cursor: move;
  }
    .mangole-orderedlist[data-sortable="false"] .mangole-orderedlist-item{
      cursor: pointer;
    }
    .mangole-orderedlist .mangole-orderedlist-item-remove {
      position: absolute;
        width: 18px;
        height: 18px;
        top: 5px;
        right: 5px;
        background: #B11E1E;
        font-size: 14px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
  .mangole-orderedlist .ui-state-highlight {
    position: relative;
    width: 100%;
    height: 30px;
    float: left;
    padding: 5px;
    margin: 0 0 5px 0;
    background-color: #FFFADF;
    border: 1px #D3A350 solid;
  }

/* END ORDERED LIST STYLE */

/* INPUT FILE STYLE */
.mangole-general-inputfile {
  position: relative;
  display: inline-block;
  width: 100%;
}
  .mangole-general-inputfile .mangole-general-inputfile-description {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 20px 5px;
    font-size: 13px;
    color: #666;
  }
/* END INPUT FILE STYLE */

/* AUTOCOMPLETE STYLE */
.autocomplete-wrapper {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(198, 204, 214);
    border: 1px #b5b5b5 solid;
    border-radius: 2px;
    z-index: 10000;
}
  .autocomplete-wrapper-items {
    display: inline-block;
    width: 100%;
    height: 40px;
    float: left;
    padding: 0 10px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
    .autocomplete-wrapper-items:hover {
      background-color: #f1f1f1;
    }
/* END AUTOCOMPLETE STYLE */



/* JQUERY AUTOCOMPLETE STYLE */
.autocomplete-suggestions {
text-align: left; cursor: default; border: 1px solid #ccc; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
/* core styles should not be changed */
position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }
/* END AUTOCOMPLETE STYLE */

/* GENERAL TEXTBOX STYLE */
.mangole-general-textbox {
  position: relative;
  display: inline-block;
  width: 100%;
}
  .textbox-send-email-button {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 35px;
    right: 5px;
    background-image: url(../img/ui-icons_454545_256x240.png);
    background-repeat: no-repeat;
    background-position: -80px -97px;
    background-color: #fff;
    z-index: 10;
  }
  .mangole-general-textbox label {
    font-size: 14px;
    color: #000;
    text-align: left;
  }
  .mangole-general-textbox label input[type="checkbox"] {
    margin: 0 5px 0 0; 
  }


  .mangole-general-textbox input[type="text"],
  .mangole-general-textbox input[type="color"],
  .mangole-general-textbox input[type="number"],
  .mangole-general-textbox input[type="password"],
  .mangole-general-textbox input[type="date"],
  .mangole-general-textbox input[type="email"],
  .mangole-general-textbox input[type="tel"],
  .mangole-general-textbox input[type="year"],
  .mangole-general-textbox textarea {
    width:100%;
    height: 36px;
    border: 1px solid #9e9e9e;
    padding:4px;
    margin:3px 0 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    color: #374767;
  }
  .mangole-general-textbox input[type="color"] {
    position: relative;
    padding: 0;
    margin: 0;
    top: 6px;
    cursor: pointer;
  }
    .mangole-general-textbox input[type="text"].error,
    .mangole-general-textbox input[type="number"].error,
    .mangole-general-textbox input[type="password"].error,
    .mangole-general-textbox input[type="date"].error,
    .mangole-general-textbox textarea.error,
    .mangole-general-textbox select.error,
    .mangole-orderedlist.error,
    .mangole-general-inputfile.error {
      border: 1px solid #E09090;
      background-color: #FDE5E9;
    }

    input[type="text"].error,
    input[type="number"].error,
    input[type="password"].error,
    input[type="date"].error,
    textarea.error,
    select.error {
      border: 1px solid #E09090;
      background-color: #FDE5E9;
    }
    .mangole-general-textbox select[disabled="disabled"] {
      background-color: #dcdcdc;
    }

    #tinymce.error {
      background-color: #FDE5E9;
    }

    .mangole-general-textbox input[type="text"][readonly~=readonly],
    .mangole-general-textbox input[type="number"][readonly~=readonly],
    .mangole-general-textbox input[type="password"][readonly~=readonly] {
      padding-left: 36px;
      background-image: url(../img/candado.png);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 3px 50%;
    }
    .mangole-general-textbox.hasDatepicker input[type="text"][readonly~=readonly] {
      background-image: none;
      padding-left: 4px;
    }
    .mangole-general-textbox[data-control="datepicker"] > input {
      background-image: none !important;
      padding-left: 4px !important;
    }
  .mangole-general-textbox input[type="text"]:hover,
  .mangole-general-textbox input[type="color"]:hover,
  .mangole-general-textbox input[type="number"]:hover,
  .mangole-general-textbox input[type="password"]:hover,
  .mangole-general-textbox input[type="date"],
  .mangole-general-textbox textarea:hover {
    border: 1px solid #C6CBD5;
  }

.mangole-general-textbox select {
  width:100%;
  height: 36px;
  border: 1px solid #b5b5b5;
  padding: 4px;
  margin: 3px 0 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  color: #374767;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;

  background-image: url(../img/select-arrow.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
  .mangole-general-textbox select[readonly~=readonly] {
    padding-left: 36px;
    background-image: url(../img/candado.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 3px 50%;
  }
/* END GENERAL TEXTBOX STYLE */


/* UPLOAD FILE STYLE */
div.multiplesImagesUpload,
div.multiplesFilesUpload {
  padding: 10px 0 0 0;
  border: 1px #b5b5b5 solid;
}
  div.multiplesImagesUpload:hover,
  div.multiplesFilesUpload:hover {
    border: 1px #C6CBD5 solid;
  }
ul.imageList {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 600px;
  padding: 0 1% 0 1%;
  margin: 0 0 0 0;
  float: left;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
ul.imageList.twice {
  max-height: none;
}
  ul.imageList li.ui-state-highlight {
    position: relative;
    width: 100%;
    height: 95px;
    float: left;
    padding: 5px;
    margin: 0 0 1% 0;
    background: #FFFADF;
    border: 1px #D3A350 solid;
  }
  ul.imageList li.image {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding: 5px;
    margin: 0 0 1% 0;
    background: #f1f1f1;
    border: 1px #ccc solid;
    cursor: move;
  }
  ul.imageList.twice li.image {
    width: 49.5%;
    margin: 0 0.5% 1% 0;
  }
    ul.imageList li.image span.filename {
      display: block;
    }
    ul.imageList li.image div.feet {
      display: block;
      width: 100%;
      height: 28px;
      float: left;
      margin: 5px 0 0 0;
      border-top: 1px #ccc dashed;
    }
      ul.imageList li.image div.feet input,
      ul.imageList li.image div.feet select {
        width: 70%;
        height: 28px;
        float: left;
        color: #333;
        font-size: 13px;
        cursor: text!important;
        border: none;
        background: transparent;
      }
      ul.imageList li.image div.feet select {
        width: 30%;
        cursor: pointer!important;
      }
    ul.imageList li.image div.delete {
      position: absolute;
      width: 16px;
      height: 16px;
      top: 5px;
      right: 5px;
    }
    ul.imageList li.image div.cancel,
    ul.imageList li.image .preview {
      position: absolute;
      width: 18px;
      height: 18px;
      top: 5px;
      right: 5px;
      background: #B11E1E;
      font-size: 14px;
      text-align: center;
      color: #fff;
      cursor: pointer;
    }
      ul.imageList li.image .preview {
        display: inline-block;
        right: 28px;
        background-color: #0D7FB7;
        text-decoration: none;
      }
    ul.imageList li.image img {
      max-height: 50px;
      float: left;
      margin: 0 10px 0 0;
    }
    ul.imageList.twice li.image img {
      max-height: none;
      max-width: 100%
    }
    ul.imageList.twice > li.image > span {
      display: none;
    }
    ul.imageList li.image div.progress {
      position: relative;
      width: 100%;
      height: 5px;
      float: left;
      margin: 5px 0 0 0;
    }
      ul.imageList li.image div.progress div.blue {
        position: relative;
        width: 1%;
        height: 5px;
        float: left;
        background-color: rgb(136, 174, 199);
      }
/* UPLOAD FILE STYLE */


/*LOADING SCREEN STYLE */
#loading-screen {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.34);
    opacity: 0;
    z-index: 10000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
    #loading-screen.visible {
        visibility: visible;
        opacity: 1;
    }
    #loading-screen .loading-screen-message {
        position: absolute;
      min-width: 230px;
      height: 60px;
      padding: 0 10px 0 5px;
      margin: -30px 0 0 -115px;
      top: 50%;
      left: 50%;
      color: #333;
      background-color: #fff;
      text-align: center;
      line-height: 60px;
      vertical-align: middle;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
      background-image: url(../img/loading.gif);
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 24px 24px;
    }
        #loading-screen .loading-screen-message .circular {
            position:relative;
            display: inline-block;
            width:30px;
            height:30px;
            float: left;
            margin: 0 5px 0 0;
            top: 5px;
            background-image: url(../img/icons1.png);
            background-repeat: no-repeat;
            background-size: 40px 2294px;
            background-position: center -383px;
 
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
 
              animation: animationFramesLoading linear 1s;
              animation-iteration-count: infinite;
              transform-origin: 50% 50%;
              -webkit-animation: animationFramesLoading linear 1s;
              -webkit-animation-iteration-count: infinite;
              -webkit-transform-origin: 50% 50%;
        }
        @keyframes animationFramesLoading{
          0% {
            transform:  rotate(0deg) ;
          }
          100% {
            transform:  rotate(-360deg) ;
          }
        }
        @-webkit-keyframes animationFramesLoading {
          0% {
            -webkit-transform:  rotate(0deg) ;
          }
          100% {
            -webkit-transform:  rotate(-360deg) ;
          }
        }
/*END LOADING SCREEN STYLE */





/* DIALOG STYLE */
.mangole-dialog {
  display: none;
  position: absolute;
  width: 460px;
  max-width: 460px;
  min-width: 460px;
  padding: 20px 30px;
  top: 40px;
  left: 50%;
  margin: 0 0 0 -230px;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  z-index: 90007;
}
@media screen and (max-width : 800px) {
  .mangole-dialog {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    top: 20px;
    left: 5px;
    margin: 0;
  }
}
  .mangole-dialog.big {
    width: 790px;
    max-width: 790px;
    min-width: 790px;
    margin: 0 0 0 -395px;
  }
  @media screen and (max-width : 800px) {
    .mangole-dialog.big {
      width: calc(100% - 10px);
      max-width: calc(100% - 10px);
      min-width: calc(100% - 10px);
      top: 20px;
      left: 5px;
      margin: 0;
    }
  }
  .mangole-dialog .mangole-dialog-icon {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    left: -60px;
    top: 0;
    background: #f1f1f1;
  }
  .mangole-dialog .mangole-dialog-workarea {
    width: 100%;
    height: auto;
    float: left;
  }
  .mangole-dialog form {
    margin: 0 0 20px 0;
  }
  .mangole-dialog label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #595959;
  }
  .mangole-dialog input[type="text"].mangole-dialog-textbox,
  .mangole-dialog input[type="password"].mangole-dialog-textbox,
  .mangole-dialog input[type="number"].mangole-dialog-textbox,
  .mangole-dialog input[type="date"].mangole-dialog-textbox,
  .mangole-dialog input[type="email"].mangole-dialog-textbox,
  .mangole-dialog input[type="tel"].mangole-dialog-textbox,
  .mangole-dialog select.mangole-dialog-textbox,
  .mangole-dialog textarea.mangole-dialog-textbox {
    height: 40px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border: 1px #ccc solid;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  .mangole-dialog h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: normal;
    color: #474747;
  }
  .mangole-dialog h5 {
    margin: 0 0 10px 0;
    font-weight: 300;
    color: #474747;
  }
  .mangole-dialog .rowfluid {
    width: 100%;
 
  }
  .mangole-dialog ul.altlinks {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 10px;
    right: auto;
    bottom: auto;
    list-style: none;
    margin: 0;
    font-size: 11px;
  }
  .mangole-dialog ul.altlinks li {
    padding-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    line-height: normal;
  }
  .mangole-dialog ul.altlinks li a:hover {
    color: #01425a;
  }
  @media screen and (max-width : 650px) {
    .mangole-dialog ul.altlinks li {
      padding-top: 20px;
    }
  }
  .mangole-dialog .mangole-close,
  .filter-close {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    color: #333;
    font-style: normal;
    font-size: 28px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
    .mangole-dialog .mangole-close:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
    }
/* END DIALOG STYLE */






/* CART STYLE */
.mangole-cart {
  position: fixed;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px 30px;
  top: 20px;
  left: 20px;
  text-align: left;
  background: #fff;
  z-index: 90007;
}
@media screen and (max-width : 800px) {
  .mangole-cart {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    top: 20px;
    left: 5px;
    margin: 0;
  }
}
  .mangole-cart .mangole-cart-icon {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    left: -60px;
    top: 0;
    background: #f1f1f1;
  }
  .mangole-cart .mangole-cart-workarea {
    width: 100%;
    height: auto;
    float: left;
  }
  .mangole-cart form {
    margin: 0 0 20px 0;
  }
  .mangole-cart label {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #595959;
  }
  .mangole-cart input[type="text"].mangole-cart-textbox,
  .mangole-cart input[type="password"].mangole-cart-textbox,
  .mangole-cart input[type="number"].mangole-cart-textbox,
  .mangole-cart input[type="date"].mangole-cart-textbox,
  .mangole-cart select.mangole-cart-textbox,
  .mangole-cart textarea.mangole-cart-textbox {
    height: 40px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border: 1px #ccc solid;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  .mangole-cart h3 {
    width: 100%;
    height: 60px;
    float: left;
    padding: 0 0 10px 0;
    border-bottom: 1px #ccc solid;
    font-size: 24px;
    font-weight: normal;
    color: #474747;
  }
  .mangole-cart h5 {
    margin: 0 0 10px 0;
    font-weight: 300;
    color: #474747;
  }
  .mangole-cart .rowfluid {
    width: 100%;
  }
  .mangole-cart ul.altlinks {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 11px;
  }
    .mangole-cart ul.altlinks li {
      line-height: 1em;
      float: left;
      margin-left: 15px;
    }
  @media screen and (max-width : 650px) {
    .mangole-cart ul.altlinks {
      display: inline-block;
      position: relative;
      width: 100%;
      right: auto;
      bottom: auto;
    }
    .mangole-cart ul.altlinks li {
      padding-top: 20px;
      margin-left: 0;
      margin-right: 15px;
      line-height: normal;
    }
  }
  .mangole-cart .mangole-close,
  .filter-close {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    color: #333;
    font-style: normal;
    font-size: 28px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
    .mangole-cart .mangole-close:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
    }
/* END CART STYLE */


















  div.loginbox {
    position: absolute;
    width: 100%;
    max-width:360px;
    height: auto;
    float: left;
    left: 50%;
    padding: 20px;
    margin: 20px 0 0 -180px;
    background:#fff;
    box-shadow: 0px 0px 3px 0px #d5d5d5;
    color:#666;
  }
  @media screen and (max-width : 360px) {
    div.loginbox {
      position: static;
      width: 90%;
      margin: 20px 5%;
    }
  }
    div.loginbox div.logo {
      width:100%;
      height: auto;
      float: left;
      margin: 0 0 30px 0;
    }
    div.loginbox div.one {
      display: block;
    }
    div.loginbox div.two {
      display: none;
    }
    div.loginbox div.logo img {
      max-width:100%;
      float: left;
    }
    div.loginbox label {
      display: block;
      width:100%;
      height: 70px;
      float: left;
    }
    div.loginbox input,
    div.loginbox select {
      width:100%;
      height:38px;
      padding:0 9px;
      font-size:25px;
      color:#808080;
      border:1px solid #c8c8c8;
      line-height: 38px;
      vertical-align: middle;
      border-radius: 3px;
    }
    div.loginbox span.remember {
      float: left;
      padding: 5px 0 0 0;
      font-size: 14px;
      color: #999;
    }
  
  div.menubuttons {
    display: none;
    position: fixed;
    width:50px;
    height:50px;
    top: 0;
    right:10px;
    z-index: 5000;
  }
  @media screen and (max-width : 800px) {
    div.menubuttons {
      display: block;
    }
  }
    div.menubuttons div.displaymenu {
      position: relative;
      width:50px;
      height:50px;
      float: left;
      /*margin: 0 0 5px 0;*/
      color: #000;
      text-shadow:none;
      text-align: center;
      font-size:25px;
      line-height: 54px;
      vertical-align: middle;
      background: #f1f1f1;
      opacity: .4;
      cursor: pointer;
      /*box-shadow: 0 0px 18px rgba(0,0,0,1);*/
    }
      div.menubuttons div.displaymenu:hover {
        opacity: .9;
        /*background: #ffd800;*/
        box-shadow: 0 0px 18px rgba(0,0,0,1);
      }
    div.menubuttons div.displaysearch {
      display: none;
      position: relative;
      width:50px;
      height:50px;
      float: left;
      color: #000;
      text-shadow:none;
      text-align: center;
      font-size:25px;
      line-height: 54px;
      vertical-align: middle;
      background: #f1f1f1;
      opacity: .4;
      cursor: pointer;
      box-shadow: 0 0px 18px rgba(0,0,0,1);
    }
      div.menubuttons div.displaysearch:hover {
        opacity: .9;
        background: #ffd800;
      }

div.ebgheader {
  display: table;
  width:100%;
  height: auto;
  float: left;
  background:#98b74a;
}
  div.ebgheader div.header{
    display: table-row;
    width:100%;
    height: auto;
  }
    div.ebgheader div.header a {
      display: table-cell;
      width:44px;
      background-color: rgba(255,255,255,0.3);
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -o-transition-duration: .5s;
      -ms-transition-duration: .5s;
      transition-duration: .5s;
      vertical-align: middle;
      text-align: center;
    }
      div.ebgheader div.header a:hover {
        background-color: rgba(255,255,255,0.2);
      }
        div.ebgheader div.header a img {
          max-height: 50%;
          vertical-align: middle;
        }
    div.ebgheader div.header div.logo {
      display: table-cell;
      padding: 0 0 0 20px;
    }
      div.ebgheader div.header div.logo img {
        max-width: 100%;
      }

div.ebgbody {
  display: table;
  width:100%;
  height: auto;
  min-height:250px;
  float: left;
}
  div.ebgbody div.body {
    display: table-row;
    position: relative;
    width: 100%;
    height: auto;
    min-height:250px;
    float: left;
  }

    div.ebgbody div.body div.menu {
      display: table-cell;
      max-width:233px;
      min-width:233px;
      height: auto;

      background: #fff;
      border:1px #e5e6e1 solid;
      box-shadow: 0px 1px 1px 0px #d5d5d5;
    }

    @media screen and (max-width : 800px) {
      div.ebgbody div.body div.menu {
        display: none;
        position: fixed;
        width:80%;
        height: 100%;
        top:0;
        left: 0;
        margin: 0 0 0 0;
        z-index: 5000;
        overflow-y: auto;
        -webkit-box-shadow: 0px 1px 5px 0px #000;
        -moz-box-shadow: 0px 1px 5px 0px #000;
        box-shadow: 0px 1px 5px 0px #000;
      }
    }

      
      div.ebgbody div.body div.menu ul.list{
        width:100%;
        height:auto;
        float: left;
        list-style: none;
      }

        div.ebgbody div.body div.menu ul.list li {
          width:100%;
          height: auto;
          min-height: 30px;
          float: left;
          line-height: 30px;
          vertical-align: middle;
          border-bottom: 1px #e5e6e1 solid;
          color: #888;
          cursor: pointer;
          cursor: hand;
        }
        @media screen and (max-width : 800px) {
          div.ebgbody div.body div.menu ul.list li {
            min-height: 60px;
            line-height: 60px;
          }
        }
          div.ebgbody div.body div.menu ul.list li.fn {
            border-bottom:none;
          }
          div.ebgbody div.body div.menu ul.list li.title {
            width: 100%;
            height: 31px;
            float: left;
            line-height: 31px;
            vertical-align: middle;
            color:#fff;
            background: #98B74A;
            text-shadow:1px 1px 0px #67851C;
            font-size: 15px;
          }
          @media screen and (max-width : 800px) {
            div.ebgbody div.body div.menu ul.list li.title {
              height: 61px;
              line-height: 61px;
            }
          }
          div.ebgbody div.body div.menu ul.list li div.icon,
          div.ebgbody div.body div.menu ul.list li div.iconmenu {
            width:30px;
            height: 30px;
            float: left;
            line-height: 30px;
            vertical-align: middle;
            margin: 0 15px 0 0;
            background: #f8f8f8;
            border-right: 1px #e5e6e1 solid;
            text-align: center;
          }
          @media screen and (max-width : 800px) {
            div.ebgbody div.body div.menu ul.list li div.icon,
            div.ebgbody div.body div.menu ul.list li div.iconmenu {
              height: 60px;
              line-height: 60px;
            }
          }
          div.ebgbody div.body div.menu ul.list li div.iconmenu {
            background: #98B74A;
            border-right: 1px #86a33b solid;
          }
          div.ebgbody div.body div.menu ul.list li div.link {
            font-size: 14px;
            -moz-transition-duration: .2s;
              -o-transition-duration: .2s;
              -ms-transition-duration: .2s;
              transition-duration: .2s;
          }
            div.ebgbody div.body div.menu ul.list li div.link:hover {
              background: #f8f8f8;
              -webkit-transition-duration: .2s;
              -moz-transition-duration: .2s;
              -o-transition-duration: .2s;
              -ms-transition-duration: .2s;
              transition-duration: .2s;
            }
          div.ebgbody div.body div.menu ul.list li ul.options {
            width:100%;
            height:auto;
            float: left;
            list-style: none;
            border-top: 2px #98B74A solid;

          }

            div.ebgbody div.body div.menu ul.list li ul.options li {
              width:100%;
              height: auto;
              min-height: 30px;
              float: left;
              /*padding: 0 0 0 20px;*/
              line-height: 30px;
              vertical-align: middle;
              border-top: 1px #e5e6e1 solid;
              border-bottom: none;
              color: #89ac2f;
              cursor: pointer;
              cursor: hand;
              background:url(../img/bgpatern.png) #FAFAFA repeat;
              text-shadow:1px 1px 0px #fff;
            }
            @media screen and (max-width : 800px) {
              div.ebgbody div.body div.menu ul.list li ul.options li {
                min-height: 60px;
                line-height: 60px;
              }
            }


              div.ebgbody div.body div.menu ul.list li ul.options li a {
                display: block;
              }
              div.ebgbody div.body div.menu ul.list li ul.options li a:link {
                text-decoration:none;
                color:#666;
                -webkit-transition-duration: .2s;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -ms-transition-duration: .2s;
                transition-duration: .2s;

              }
              div.ebgbody div.body div.menu ul.list li ul.options li a:visited { text-decoration:none; color:#666; }
              div.ebgbody div.body div.menu ul.list li ul.options li a:active { text-decoration:none; color:#666; }
              div.ebgbody div.body div.menu ul.list li ul.options li a:hover {
                text-decoration:none;
                color:#89ac2f;
                -webkit-transition-duration: .2s;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                -ms-transition-duration: .2s;
                transition-duration: .2s;

              }

              div.ebgbody div.body div.menu ul.list li ul.options li div {
                background-image:url(../img/leftliststyle.png);
                background-repeat: no-repeat;
                background-position: 35px center;
                font-size: 14px;
              }



    {
      display: table-cell;
      padding: 0 0 0 30px;
    }

    @media screen and (max-width : 800px) {
      {
        position: static;
        width:100%;
        height: auto;
        float: left;
        padding: 15% 2% 2% 2%;
        margin: 0;
        text-align: justify;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        background: #fff;
      }
    }
    
      div.plane {
        display: none;
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        float: left;
        margin: 0 0 20px 0;
        background: #fff;
        z-index: 10;
      }
      @media screen and (max-width : 800px) {
        div.plane {
          position: static;
        }
      }
        div.plane.active {
          z-index: 11;
        }
      div.buttons,
      div.defaultbuttons {
        display: none;
        position: absolute;
        width: auto;
        height: 33px;
        top: 0;
        right: 0;
        padding: 1px;
        margin: 5px 2% 0 0;
      }
      @media screen and (max-width : 800px) {
        div.buttons,
        div.defaultbuttons {
          position: relative;
          float: right;
        }
      }
      div.defaultbuttons {
        display: block;
      }
      
      div.buttons div.button,
      div.defaultbuttons div.button {
        width: auto;
        min-width:11px;
        height: 31px;
        float: left;
        padding: 0 10px 0 10px;
        margin: 0 0 0 5px;
        line-height: 31px;
        vertical-align: middle;
        border: 1px #ccc solid;
        border-radius:2px;
        text-align: center;
        background: #f1f1f1;
        color:#555;
        cursor: pointer;
      }
      div.buttons div.button:hover,
      div.defaultbuttons div.button:hover {
          color: #333;
          border: 1px #999 solid;
        }

      div.title {
        width:96%;
        height: 35px;
        float: left;
        padding: 0 0 5px 0;
        margin: 20px 2% 30px 2%;
        line-height: 20px;
        vertical-align: middle;
        color: #535252;
        font-size: 20px;
        border-bottom:1px #e5e6e1 solid;
      }
      @media screen and (max-width : 800px) {
        div.title {
          width:100%;
          margin: 20px 0 30px 0;
        }
      }
      div.titleseparator {
        width: 96%;
        height: 35px;
        float: left;
        padding: 0 1% 0 1%;
        margin: 40px 2% 15px 2%;
        line-height: 35px;
        vertical-align: middle;
        color: #535252;
        font-size: 18px;
        font-weight: 400;
        background: #f1f1f1;
        border-radius: 5px;
        box-shadow: 0px 1px 1px 0px #d5d5d5;
      }

      div.sortList {
        width: 96%;
        height: auto;
        float: left;
        margin: 0 2% 20px 2%;
      }
        div.sortList .sHeader {
          width: 100%;
          height: auto;
          float: left;
        }
          div.sortList .sHeader > div {
            height: auto;
            float: left;
            display: table-cell;
            vertical-align: bottom;
            padding-bottom: 5px;
            padding-top: 10px;
            padding-left: 5px;
            padding-right: 5px;
            border-bottom: 1px #ddd solid;
            border-right: 1px #ddd solid;
            border-left: 1px transparent solid;
            border-top: 1px transparent solid;
            font-weight: 400;
            font-size: 11pt;
            letter-spacing: 0.01em;
            line-height: 14pt;
            color: rgba(0, 0, 0, 0.6);
            text-align: left;
          }
            div.sortList .sHeader > div:last-child {
              border-right: 1px transparent solid;
            }
            div.sortList .sHeader > div.center {
              text-align: center;
            }
        div.sortList .sBody {
          position: relative;
          width: 100%;
          height: auto;
          float: left;
        }
          div.sortList .sBody .sFil {
            width: 100%;
            float: left;
            cursor: move;
          }
            div.sortList .sBody .sFil:hover {
              background: #f1f1f1;
            }
            div.sortList .sBody .ui-sortable-helper {
              display: none;
            }
            div.sortList .sBody .ui-state-highlight {
              position: relative;
              width: 100%;
              height: 40px;
              float: left;
              padding: 5px;
              margin: 1% 0 1% 0;
              background: #FFFADF;
              border: 1px #D3A350 solid;
            }
            div.sortList .sBody .sFil > div {
              height: 35px;
              float: left;
              display: table-cell;
              vertical-align: bottom;
              padding-bottom: 5px;
              padding-top: 10px;
              padding-left: 5px;
              padding-right: 5px;
              border-bottom: 1px #ddd solid;
              border-right: 1px #ddd solid;
              border-left: 1px transparent solid;
              border-top: 1px transparent solid;
              font-weight: 400;
              font-size: 11pt;
              letter-spacing: 0.01em;
              line-height: 14pt;
              color: rgba(0, 0, 0, 0.6);
              text-align: left;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
            }
              div.sortList .sBody .sFil > div:last-child {
                border-right: 1px transparent solid;
              }
      div.viewGrid {
        width: 96%;
        height: auto;
        float: left;
        margin: 0 2% 20px 2%;
      }
        div.viewGrid .sHeader {
          width: 100%;
          height: auto;
          float: left;
        }
          div.viewGrid .sHeader > div {
            height: auto;
            float: left;
            display: table-cell;
            vertical-align: bottom;
            padding-bottom: 5px;
            padding-top: 10px;
            padding-left: 5px;
            padding-right: 5px;
            border-bottom: 1px #ddd solid;
            border-right: 1px #ddd solid;
            border-left: 1px transparent solid;
            border-top: 1px transparent solid;
            font-weight: 400;
            font-size: 11pt;
            letter-spacing: 0.01em;
            line-height: 14pt;
            color: rgba(0, 0, 0, 0.6);
            text-align: left;
          }
            div.viewGrid .sHeader > div:last-child {
              border-right: 1px transparent solid;
            }
            div.viewGrid .sHeader > div.center {
              text-align: center;
            }
        div.viewGrid .sBody {
          position: relative;
          width: 100%;
          height: auto;
          float: left;
        }
          div.viewGrid .sBody .sFil {
            width: 100%;
            float: left;
            cursor: hand;
          }
            div.viewGrid .sBody .sFil:hover {
              background: #f1f1f1;
            }
            div.viewGrid .sBody .ui-sortable-helper {
              display: none;
            }
            div.viewGrid .sBody .ui-state-highlight {
              position: relative;
              width: 100%;
              height: 40px;
              float: left;
              padding: 5px;
              margin: 1% 0 1% 0;
              background: #FFFADF;
              border: 1px #D3A350 solid;
            }
            div.viewGrid .sBody .sFil > div {
              height: 35px;
              float: left;
              display: table-cell;
              vertical-align: bottom;
              padding-bottom: 5px;
              padding-top: 10px;
              padding-left: 5px;
              padding-right: 5px;
              border-bottom: 1px #ddd solid;
              border-right: 1px #ddd solid;
              border-left: 1px transparent solid;
              border-top: 1px transparent solid;
              font-weight: 400;
              font-size: 11pt;
              letter-spacing: 0.01em;
              line-height: 14pt;
              color: rgba(0, 0, 0, 0.6);
              text-align: left;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
            }
              div.viewGrid .sBody .sFil > div:last-child {
                border-right: 1px transparent solid;
              }


      div.actionbutton{
        width: 28px;
        height: 28px;
        float: left;
        margin: 0 0 0 2%;
        line-height: 30px;
        vertical-align: middle;
        border: 1px #ccc solid;
        border-radius: 2px;
        text-align: center;
        background: #f1f1f1;
        color: #555;
        cursor: pointer;
      }
      div.actionbutton:hover {
        color: #333;
        border: 1px #999 solid;
      }
      iframe.uploadIframe{
        width: 93%;
        height: 40px;
      }
      @media screen and (max-width : 800px) {
        iframe.uploadIframe {
          width: 100%;
          height: 40px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
      }
      div.uploadfile{
        position: relative;
        width: auto;
        height: 28px;
        float: left;
        max-width:50%;
        padding:0 3% 0 3%;
        line-height: 28px;
        vertical-align: middle;
        border: 1px #ccc solid;
        border-radius: 2px;
        text-align: center;
        background: #f1f1f1;
        color: #555;
        cursor: pointer;
        text-overflow:ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }
        div.uploadfile span {
          cursor: pointer;
        }
        div.uploadfile:hover {
          color: #333;
          border: 1px #999 solid;
        }
        div.uploadfile input{
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          filter: alpha(opacity=0);
          opacity: 0;
          cursor: pointer;
        }
      textarea{
        width: 100%;
        height: 194px;
        max-width:100%;
        min-width: 100%;
        border: 1px solid #ccc;
        padding: 1%;
        margin:0 0 5px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 15px;
      }
        textarea:hover {
          /*border: 1px solid #999;*/
        }
      div.pagesnav {
        width:95%;
        height: auto;
        float: left;
        margin: 0 2% 10px 2%; 
        color: #535252;
        font-size: 14px;
      }
        div.pagesnav span.nav {
          float: right;
        }
      span.paragraph {
        width:96%;
        height: auto;
        float: left;
        margin: 0 2% 30px 2%; 
        color: #535252;
        text-align: justify;
      }
      @media screen and (max-width : 800px) {
        span.paragraph {
          width:100%;
          margin: 0 0 30px 0;
        }
      }
@media screen and (max-width : 480px) {
        div.short,
        div.shortLeft,
        div.large{
          width: 96%;
          padding: 0 0% 0 0%;
          margin: 10px 2% 0 2%;
        }
      }
        div.short label,
        div.shortLeft label,
        div.large label {
          width: 100%;
          height: auto;
          display: block;
          float: left;
        }
          div.short label span,
          div.shortLeft label span,
          div.large label span {
            display: block;
            width: 100%;
            height: auto;
            float: left;
          }
        div.large span.desc,
        div.short span.desc, 
        div.shortLeft span.desc {
          display: block;
          width: 100%;
          height: auto;
          margin: 0 0 5px 0;
          float: left;
          color: #777;
          font-size: 13px;
        }
      div.tilebutton {
        position: relative;
        width:22.6%;
        height: 190px;
        float: left;
        padding: 0 0 0 0;
        margin: 2% 0 2% 2%;
        line-height: 190px;
        vertical-align: middle;
        border: 1px #ccc solid;
        border-radius:2px;
        text-align: center;
        background: #f1f1f1;
        color:#555;
        cursor: pointer;
        font-size: 60px;
      }
      @media screen and (max-width : 480px) {
        div.tilebutton {
          width: 22.6%;
          height: 110px;
          line-height: 85px;
          font-size: 30px;
        }
      }
      @media screen and (max-width : 360px) {
        div.tilebutton {
          width: 31%;
          height: 100px;
          line-height: 80px;
          font-size: 30px;
        }
      }
        div.tilebutton:hover {
          color: #333;
          border: 1px #999 solid;
        }
        div.tilebutton span {
          position: absolute;
          display: block;
          width: 94%;
          height: auto;
          min-height: 20px;
          padding: 3%;
          left: 0;
          bottom: 0;
          line-height: 1;
          font-size: 14px;
          color: #535252!important;
          cursor: pointer;
        }
      div.inputbutton {
        width:auto;
        height: 31px;
        float: left;
        padding: 0 10px 0 10px;
        margin: 2% 0 2% 2%;
        line-height: 29px;
        vertical-align: middle;
        border: 1px #ccc solid;
        border-radius:2px;
        text-align: center;
        background: #f1f1f1;
        color:#555;
        cursor: pointer;
      }
        div.inputbutton label {
          display: block;
          width: 100%;
          height: 100%;
          cursor: pointer;
        }
        div.inputbutton.wolmargin {
          margin: 0 1% 1% 1%;
        }
        div.inputbutton:hover {
          color: #333;
          border: 1px #999 solid;
        }

.bg-deg-01 { 
  background-image: url(../img/bg-deg-01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.bg-color-black-translucent { 
  background-color: rgba(0, 0, 0, 0.52);
}

.bg-color-custom-green-translucent { 
  background-color: rgba(20, 191, 177, 0.52);
}
.bg-color-custom-green-translucent2 { 
  background-color: rgba(0, 38, 72, 0.82);
}
.bg-color-custom-bg-002 { 
  background-image: url(../img/page-title.jpg);
}
.bg-color-custom-bg-001 { 
  background-image: url(../img/cta-bg.jpg);
}
.bg-color-custom-bg-00 { 
  background-image: url(../img/cta-bg2.jpg);
}
.menu-header {
  /*background-color: #fff;*/
}

.menu-header > .wrapper > a:hover,
.menu-header > .wrapper > span.show-menu-properties > a:hover {
  line-height: 60px;
  background-color: #0589bb;
  color: #fff;
}

.jssorl-009-spin img{animation-name:jssorl-009-spin;animation-duration:1.6s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes jssorl-009-spin{from{transform:rotate(0);}to{transform:rotate(360deg);}}.jssorb032{position:absolute}.jssorb032 .i{position:absolute;cursor:pointer}.jssorb032 .i .b{fill:#fff;fill-opacity:.7;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:.25}.jssorb032 .i:hover .b{fill:#fff;fill-opacity:.6;stroke:#fff;stroke-opacity:.35}.jssorb032 .iav .b{fill:#fff;fill-opacity:1;stroke:#fff;stroke-opacity:.35}.jssorb032 .i.idn{opacity:.3}.jssora051{display:block;position:absolute;cursor:pointer}.jssora051 .a{fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10}.jssora051:hover{opacity:.8}.jssora051.jssora051dn{opacity:.5}.jssora051.jssora051ds{opacity:.3;pointer-events:none}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay { z-index: 90008; }
#colorbox { z-index: 90009; }

    
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/** Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 * Copyright 2014-2018 Vladimir Kharlampidi
 * Released under the MIT License
 * Released on: May 1, 2018 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#666666}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#666666;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.swiper-slide { width: auto; }
.swiper-container { width: 100%; height: 100%; }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.jssorl-009-spin img{animation-name:jssorl-009-spin;animation-duration:1.6s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes jssorl-009-spin{from{transform:rotate(0);}to{transform:rotate(360deg);}}.jssorb032{position:absolute}.jssorb032 .i{position:absolute;cursor:pointer}.jssorb032 .i .b{fill:#fff;fill-opacity:.7;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:.25}.jssorb032 .i:hover .b{fill:#fff;fill-opacity:.6;stroke:#fff;stroke-opacity:.35}.jssorb032 .iav .b{fill:#fff;fill-opacity:1;stroke:#fff;stroke-opacity:.35}.jssorb032 .i.idn{opacity:.3}.jssora051{display:block;position:absolute;cursor:pointer}.jssora051 .a{fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10}.jssora051:hover{opacity:.8}.jssora051.jssora051dn{opacity:.5}.jssora051.jssora051ds{opacity:.3;pointer-events:none}



/* Slider */
.slick-slider
{
    position: relative;

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

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

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


}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

    height: 100%;
    min-height: 1px;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/loading.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.txt-color-custom-green {
  color: #368e06;
}
.txt-color-custom-red {
  color: #dd011d;
}
.bg-color-custom-page-title,
.bg-color-custom-page-title2,
.bg-color-custom-page-title3,
.bg-town { 
  background-color: #f1f1f1; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/page-title.jpg);
}
.bg-color-custom-page-title2 { 
  background-image: url(../img/page-title2.jpg);
}
.bg-color-custom-page-title3 { 
  background-image: url(../img/page-title3.jpg);
}
.bg-town { 
  background-image: url(../img/bg-town.jpg);
}
.bg-color-custom-filter-pattern { 
  background-color: #f1f1f1; 
  background-image: url(../img/bg-gray.jpg);
}
.bg-color-custom-filter-pattern { 
  background-color: #E5E5E5; 
  background-image: url(../img/filter-pattern.png);
}
.bg-color-custom-darkgray { 
  background-color: #212121;
}
.bg-color-custom-green { 
  background-color: #368e06;
}
.bg-color-custom-red { 
  background-color: #dd011d;
}
.bg-color-custom-gradient-blue { 
  background-image: url(../img/bg-gradient-blue.png);
  background-repeat: repeat-x;
}
.bg-color-custom-bg-agent-footer {
  background-image: url(../img/agent.png);
}
.border-bottom-color-custom-red {
  border-bottom-color: #1f891f;
}

.bg-color-custom-535558 { 
  background-color: #535558;
}
.bg-color-custom-3f4142 { 
  background-color: #3f4142;
}

select {
  background: url(../img/select-arrow.png) calc(100% - 10px) center no-repeat;
}
select.lightblue {
  background: url(../img/select-arrow-lightblue.png) calc(100% - 10px) center no-repeat;
}


span.menu-header a:hover {
  background-color: #00305d;
  color: #fff!important;
}

.menu-properties {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 50;
  top: 100px;
  background-color: #fff;
}
/*@media screen and (max-width : 700px) {
  .menu-properties {
    position: absolute;
    width: 100%;
    top: 60px;
    background-color: #f1f1f1;
  }
}*/
.menu-properties > a {
  width: 100%;
  height: 60px;
  float: left;
  padding: 0 20px;
  line-height: 60px;
  text-align: left;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  
  color: #000;
}
.show-menu-properties:hover > .menu-properties {
  display: block;
}
.show-menu-properties > .menu-properties > a:hover {
  background-color: #f1f1f1;
}

/*.property > a > .property-image {
  transition: background-size 2s ease-in;
  -moz-transition: background-size 2s ease-in;
  -ms-transition: background-size 2s ease-in;
  -o-transition: background-size 2s ease-in;
  -webkit-transition: background-size 2s ease-in;
}
.property > a > .property-image:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(255,255,255,.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,.75) 100%);
}
.property > a > .property-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(0%,rgba(0,0,0,0)),color-stop(65%,rgba(0,0,0,.2)),color-stop(100%,rgba(0,0,0,.8)));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
  z-index: 1;
}*/

.property {
  border-radius: 5px;
}

.property-overlay,
.blog-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 137, 31, 0.43);
  color: #fff;
  text-align: center;
  line-height: 270px;
  vertical-align: middle;
  font-size: 24px;
  opacity: 0;
  -webkit-transition-duration: .300s;
  transition-duration: .300s;
  -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.property > a > .property-image:hover > .property-overlay,
.blog > a > .blog-image:hover > .blog-overlay {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.box-shadow1 {
  box-shadow: 0 1px 3px rgba(111, 111, 111, 0.4);
}

#social-share-buttons > div[data-icon]:before,
#social-share-buttons > a[data-icon]:before,
.catalog-quotation-button-v[data-icon]:before {
  float: left;
  margin-top: 9px;
  font-size: 18px;
}


.filter-close {
  display: none;
}

.show-menu,
.show-search,
.close-menu,
.close-search {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  cursor: pointer;
  z-index: 2000;
  background-color: rgba(0, 0, 0, .8);
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.search-wrapper2 {
  display: none;
}
.search-wrapper {
  position: relative;
}
.search-wrapper.home {
  position: absolute;
  width: 415px;
  top: 50%;
  right: 16%;
  margin-top: -200px;
  /*background-color: rgba(255, 255, 255, 0.90);
  border-radius: 4px!important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.41);*/
}
  .search-wrapper.home > form {
    background-image: url(../img/search-bg.png);
    background-repeat: repeat;
  }
    .search-wrapper.home select option {
      background-color: #fff;
    }
@media screen and (max-width : 1000px) {
  .search-wrapper.home {
    display: none;
  }
}
@media screen and (max-width : 700px) {
  .search-wrapper2 {
    display: block;
  }
  #maviras-calculator,
  #front-ads,
  #front-right-text {
    display: none;
  }
  .show-menu {
    display: block;
    top: 30px;
  }
  .show-search {
    display: block;
    top: 81px;
  }
  .search-wrapper,
  .search-wrapper2 {
    position: fixed;
    width: 80%!important;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: 0;
    z-index: 4000;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.27);

    border-radius: 0;

    transition-duration: .300s;
    transform: translate3d(-110%,0,0);
  }
    .search-wrapper > form,
    .search-wrapper2 > form {
      box-shadow: none;
      padding: 10px;
    }
    .search-wrapper.visible,
    .search-wrapper2.visible {
      transform: translate3d(0,0,0);
    }
  .search-wrapper > .wrapper,
  .search-wrapper2 > .wrapper {
    width: 100%!important;
    height: auto;
    top: auto;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    background-color: #fff;
  }
  .search-wrapper > .wrapper > form > div.span5,
  .search-wrapper2 > .wrapper > form > div.span5 {
    width: 100%!important;
    padding-right: 0;
    padding-bottom: 10px;
  }
    .search-wrapper > .wrapper > form > div.span5 > select,
    .search-wrapper > .wrapper > form > div.span5 > input[type="text"],
    .search-wrapper2 > .wrapper > form > div.span5 > select,
    .search-wrapper2 > .wrapper > form > div.span5 > input[type="text"] {
      border: 1px #ccc solid;
    }
  .search-wrapper > .wrapper > form > button.span5,
  .search-wrapper2 > .wrapper > form > button.span5 {
    width: 100%!important;
    padding-right: 0;
  }

  .close-menu,
  .close-search {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    left: 80%;
    background-color: #000;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    z-index: 4000;
  }
  .menu-header {
    position: fixed;
    width: 80%!important;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: 4000;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.27);

    transition-duration: .300s;
    transform: translate3d(-110%,0,0);
  }
    .menu-header.visible {
      transform: translate3d(0,0,0);
    }
    .menu-header > .wrapper > a,
    .menu-header > .wrapper > .show-menu-properties,
    .menu-header > .wrapper > .show-menu-properties > a,
    .menu-header > .wrapper > .show-menu-properties > .menu-properties > a {
      position: relative;
      width: 100%;
      height: 60px;
      float: left;
      line-height: 60px;
      text-align: left;
      color: #000;
      border-bottom: 1px #ccc solid;
    }
    a.user-login {
      display: none;
    }
    .menu-header > .wrapper > a:hover,
    .menu-header > .wrapper > span.show-menu-properties > a:hover {
      height: 60px;
      line-height: 60px;
      border-top: none;
      color: #fff;
    }

}

/*! jQuery UI - v1.11.4 - 2018-06-12
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.4em; background-color: #ccc;}.ui-slider-horizontal .ui-slider-handle{top:-.4em;margin-left:-.6em; border: 1px #ccc solid; background-color: #fff; border-radius: 5px;}.ui-slider-horizontal .ui-slider-range{top:0;height:100%; background-color: #01425a;}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}


.border-left-green {
  border-left: 3px #47af50 solid;
}

.blackgradient {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
  /*background-image: url(../img/gradient.png);
  background-repeat: repeat-x;*/
}

.border-bottom-custom-color-406bc5 {
  border-bottom: 1px #406bc5 solid;
}
.border-bottom-custom-color-fece12 {
  border-bottom: 1px #fece12 solid;
}

.ebgtitle::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .4; 
  background-image: url(../uploads/img/sld2.jpg);
}

#backtotop {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  font-size: 20px;
  z-index: 100;
  border-radius: 50%;
}
  #backtotop:hover {
    opacity: 1;
  }

#bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.63);
  overflow-y: auto;
  z-index: 3999;
  color: #fff;
  font-size: 40px;
}
#bg-overlay {
  display: none;
}
@media screen and (max-width : 800px) {
  #bg-overlay {
    display: block;
  }
}

#mavirasSTATUS { 
  display: none; 
  position: fixed; 
  width: 50px; 
  height: 50px; 
  bottom: 0px; 
  right: 10px; 
  z-index: 5001; 
  background-image: url(../img/loadingstat.gif); 
  background-color: rgb(0, 0, 0); 
  background-repeat: no-repeat; 
  background-position: 50% 50%; 
  background-size: 24px 24px; 
  opacity: 0.9; 
  box-shadow: rgb(0, 0, 0) 0px 1px 5px 0px; 
}




/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
/*.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}*/
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}




@media screen and (max-width : 1200px) {
  .media1200-span1 { display: inline-block; width: 100%; }
  .media1200-span2 { width: 50%; }
  .media1200-span3 { width: 33.33%; }
  .media1200-span4 { width: 25%; }
  .media1200-span5 { width: 20%; }
  .media1200-span6 { width: 16.66%; }
  .media1200-span7 { width: 14.28%; }
  .media1200-span8 { width: 12.5%; }
  .media1200-span9 { width: 11.11%; }
  .media1200-span10 { width: 10%; }
  .media1200-span20 { width: 20%; }
  .media1200-span30 { width: 30%; }
  .media1200-span40 { width: 40%; }
  .media1200-span50 { width: 50%; }
  .media1200-span60 { width: 60%; }
  .media1200-span70 { width: 70%; }
  .media1200-span80 { width: 80%; }
  .media1200-span90 { width: 90%; }
  .media1200-span100 { width: 100%; }
  
  .media1200-padding-left0 { padding-left: 0px; }
  .media1200-padding-left05 { padding-left: 5px; }
  .media1200-padding-left1 { padding-left: 10px; }
  .media1200-padding-left2 { padding-left: 20px; }
  .media1200-padding-left3 { padding-left: 30px; }
  .media1200-padding-left4 { padding-left: 40px; }
  .media1200-padding-left5 { padding-left: 50px; }
  .media1200-padding-left6 { padding-left: 60px; }
  .media1200-padding-left7 { padding-left: 70px; }
  .media1200-padding-left8 { padding-left: 80px; }
  .media1200-padding-left9 { padding-left: 90px; }
  .media1200-padding-left10 { padding-left: 100px; }

  .media1200-padding-right0 { padding-right: 0px; }
  .media1200-padding-right05 { padding-right: 5px; }
  .media1200-padding-right1 { padding-right: 10px; }
  .media1200-padding-right2 { padding-right: 20px; }
  .media1200-padding-right3 { padding-right: 30px; }
  .media1200-padding-right4 { padding-right: 40px; }
  .media1200-padding-right5 { padding-right: 50px; }
  .media1200-padding-right6 { padding-right: 60px; }
  .media1200-padding-right7 { padding-right: 70px; }
  .media1200-padding-right8 { padding-right: 80px; }
  .media1200-padding-right9 { padding-right: 90px; }
  .media1200-padding-right10 { padding-right: 100px; }

  .media1200-height-auto { height: auto; }
}
@media screen and (max-width : 1170px) {
  .media1170-padding-left0 { padding-left: 0px; }
  .media1170-padding-left05 { padding-left: 5px; }
  .media1170-padding-left1 { padding-left: 10px; }
  .media1170-padding-left2 { padding-left: 20px; }
  .media1170-padding-left3 { padding-left: 30px; }
  .media1170-padding-left4 { padding-left: 40px; }
  .media1170-padding-left5 { padding-left: 50px; }
  .media1170-padding-left6 { padding-left: 60px; }
  .media1170-padding-left7 { padding-left: 70px; }
  .media1170-padding-left8 { padding-left: 80px; }
  .media1170-padding-left9 { padding-left: 90px; }
  .media1170-padding-left10 { padding-left: 100px; }

  .media1170-padding-right0 { padding-right: 0px; }
  .media1170-padding-right05 { padding-right: 5px; }
  .media1170-padding-right1 { padding-right: 10px; }
  .media1170-padding-right2 { padding-right: 20px; }
  .media1170-padding-right3 { padding-right: 30px; }
  .media1170-padding-right4 { padding-right: 40px; }
  .media1170-padding-right5 { padding-right: 50px; }
  .media1170-padding-right6 { padding-right: 60px; }
  .media1170-padding-right7 { padding-right: 70px; }
  .media1170-padding-right8 { padding-right: 80px; }
  .media1170-padding-right9 { padding-right: 90px; }
  .media1170-padding-right10 { padding-right: 100px; }
}
@media screen and (max-width : 1024px) {
  .media1024-span1 { display: inline-block; width: 100%; }
  .media1024-span2 { width: 50%; }
  .media1024-span3 { width: 33.33%; }
  .media1024-span4 { width: 25%; }
  .media1024-span5 { width: 20%; }
  .media1024-span6 { width: 16.66%; }
  .media1024-span7 { width: 14.28%; }
  .media1024-span8 { width: 12.5%; }
  .media1024-span9 { width: 11.11%; }
  .media1024-span10 { width: 10%; }
  .media1024-span20 { width: 20%; }
  .media1024-span30 { width: 30%; }
  .media1024-span40 { width: 40%; }
  .media1024-span50 { width: 50%; }
  .media1024-span60 { width: 60%; }
  .media1024-span70 { width: 70%; }
  .media1024-span80 { width: 80%; }
  .media1024-span90 { width: 90%; }
  .media1024-span100 { width: 100%; }

  .media1024-height-auto { height: auto; }

  .media1024-justify { text-align: justify; }
  .media1024-center { text-align: center; }
  .media1024-align-left { text-align: left; }
  .media1024-align-right { text-align: right; }
  .media1024-vertical-align { vertical-align: middle; }

  .media1024-display-none { display: none; }
}
@media screen and (max-width : 900px) {
  .media900-span1 { display: inline-block; width: 100%; }
  .media900-span2 { width: 50%; }
  .media900-span3 { width: 33.33%; }
  .media900-span4 { width: 25%; }
  .media900-span5 { width: 20%; }
  .media900-span6 { width: 16.66%; }
  .media900-span7 { width: 14.28%; }
  .media900-span8 { width: 12.5%; }
  .media900-span9 { width: 11.11%; }
  .media900-span10 { width: 10%; }
  .media900-span20 { width: 20%; }
  .media900-span30 { width: 30%; }
  .media900-span40 { width: 40%; }
  .media900-span50 { width: 50%; }
  .media900-span60 { width: 60%; }
  .media900-span70 { width: 70%; }
  .media900-span80 { width: 80%; }
  .media900-span90 { width: 90%; }
  .media900-span100 { width: 100%; }

  .media900-width33p-1 { width: calc(33.3333% - 10px); }
  .media900-width25p-1 { width: calc(25% - 10px); }
  .media900-width20p-1 { width: calc(20% - 10px); }
  .media900-width5p-1 { width: calc(50% - 10px); }

  .media900-height-auto { height: auto; }

  .media900-padding-left0 { padding-left: 0px; }
  .media900-padding-left05 { padding-left: 5px; }
  .media900-padding-left1 { padding-left: 10px; }
  .media900-padding-left2 { padding-left: 20px; }
  .media900-padding-left3 { padding-left: 30px; }
  .media900-padding-left4 { padding-left: 40px; }
  .media900-padding-left5 { padding-left: 50px; }
  .media900-padding-left6 { padding-left: 60px; }
  .media900-padding-left7 { padding-left: 70px; }
  .media900-padding-left8 { padding-left: 80px; }
  .media900-padding-left9 { padding-left: 90px; }
  .media900-padding-left10 { padding-left: 100px; }

  .media900-padding-right0 { padding-right: 0px; }
  .media900-padding-right05 { padding-right: 5px; }
  .media900-padding-right1 { padding-right: 10px; }
  .media900-padding-right2 { padding-right: 20px; }
  .media900-padding-right3 { padding-right: 30px; }
  .media900-padding-right4 { padding-right: 40px; }
  .media900-padding-right5 { padding-right: 50px; }
  .media900-padding-right6 { padding-right: 60px; }
  .media900-padding-right7 { padding-right: 70px; }
  .media900-padding-right8 { padding-right: 80px; }
  .media900-padding-right9 { padding-right: 90px; }
  .media900-padding-right10 { padding-right: 100px; }

  .media900-padding-bottom30 { padding-bottom: 300px; }

  .media900-margin-top5 { margin-top: 50px; }

  .media900-position-fixed { position: fixed; }

  .media900-justify { text-align: justify; }
  .media900-center { text-align: center; }
  .media900-align-left { text-align: left; }
  .media900-align-right { text-align: right; }
  .media900-vertical-align { vertical-align: middle; }

  .media900-display-none { display: none; }
  .media900-display-flex { display: flex; }
  .media900-display-block { display: block; }
}
@media screen and (max-width : 800px) {
  .media800-span1 { display: inline-block; width: 100%; }
  .media800-span2 { width: 50%; }
  .media800-span3 { width: 33.33%; }
  .media800-span4 { width: 25%; }
  .media800-span5 { width: 20%; }
  .media800-span6 { width: 16.66%; }
  .media800-span7 { width: 14.28%; }
  .media800-span8 { width: 12.5%; }
  .media800-span9 { width: 11.11%; }
  .media800-span10 { width: 10%; }
  .media800-span20 { width: 20%; }
  .media800-span30 { width: 30%; }
  .media800-span40 { width: 40%; }
  .media800-span50 { width: 50%; }
  .media800-span60 { width: 60%; }
  .media800-span70 { width: 70%; }
  .media800-span80 { width: 80%; }
  .media800-span90 { width: 90%; }
  .media800-span100 { width: 100%; }

  .media800-height-auto { height: auto; }

  .media800-padding-top0 { padding-top: 0px; }
  .media800-padding-top15 { padding-top: 150px; }

  .media800-padding-left0 { padding-left: 0px; }
  .media800-padding-left05 { padding-left: 5px; }
  .media800-padding-left1 { padding-left: 10px; }
  .media800-padding-left2 { padding-left: 20px; }
  .media800-padding-left3 { padding-left: 30px; }
  .media800-padding-left4 { padding-left: 40px; }
  .media800-padding-left5 { padding-left: 50px; }
  .media800-padding-left6 { padding-left: 60px; }
  .media800-padding-left7 { padding-left: 70px; }
  .media800-padding-left8 { padding-left: 80px; }
  .media800-padding-left9 { padding-left: 90px; }
  .media800-padding-left10 { padding-left: 100px; }

  .media800-padding-right0 { padding-right: 0px; }
  .media800-padding-right05 { padding-right: 5px; }
  .media800-padding-right1 { padding-right: 10px; }
  .media800-padding-right2 { padding-right: 20px; }
  .media800-padding-right3 { padding-right: 30px; }
  .media800-padding-right4 { padding-right: 40px; }
  .media800-padding-right5 { padding-right: 50px; }
  .media800-padding-right6 { padding-right: 60px; }
  .media800-padding-right7 { padding-right: 70px; }
  .media800-padding-right8 { padding-right: 80px; }
  .media800-padding-right9 { padding-right: 90px; }
  .media800-padding-right10 { padding-right: 100px; }

  
  .media800-margin-top0 { margin-top: 0; }
  .media800-margin-top4 { margin-top: 40px; }
  .media800-margin-top9 { margin-top: 90px; }

  .media800-margin-bottom1 { margin-bottom: 10px; }

  .media800-position-fixed { position: fixed; }

  .media800-justify { text-align: justify; }
  .media800-center { text-align: center; }
  .media800-align-left { text-align: left; }
  .media800-align-right { text-align: right; }
  .media800-vertical-align { vertical-align: middle; }

  .media800-display-block { display: block; }
  .media800-display-none { display: none; }
}
@media screen and (max-width : 750px) {
  .media700-padding-bottom5 { padding-bottom: 50px; }
}
@media screen and (max-width : 700px) {
  .media700-span1 { display: inline-block; width: 100%; }
  .media700-span2 { width: 50%; }
  .media700-span3 { width: 33.33%; }
  .media700-span4 { width: 25%; }
  .media700-span5 { width: 20%; }
  .media700-span6 { width: 16.66%; }
  .media700-span7 { width: 14.28%; }
  .media700-span8 { width: 12.5%; }
  .media700-span9 { width: 11.11%; }
  .media700-span10 { width: 10%; }
  .media700-span20 { width: 20%; }
  .media700-span30 { width: 30%; }
  .media700-span40 { width: 40%; }
  .media700-span50 { width: 50%; }
  .media700-span60 { width: 60%; }
  .media700-span70 { width: 70%; }
  .media700-span80 { width: 80%; }
  .media700-span90 { width: 90%; }
  .media700-span100 { width: 100%; }

  .media700-height-auto { height: auto; }

  .media700-padding-left0 { padding-left: 0; }

  .media700-padding-right0 { padding-right: 0px; }

  .media700-margin-left0 { margin-left: 0; }

  .media700-justify { text-align: justify; }
  .media700-center { text-align: center; }
  .media700-align-left { text-align: left; }
  .media700-align-right { text-align: right; }
  .media700-vertical-align { vertical-align: middle; }

  .media700-display-none { display: none; }
  .media700-inline-block { display: inline-block; }
}
@media screen and (max-width : 600px) {
  .media600-span1 { display: inline-block; width: 100%; }
  .media600-span2 { width: 50%; }
  .media600-span3 { width: 33.33%; }
  .media600-span4 { width: 25%; }
  .media600-span5 { width: 20%; }
  .media600-span6 { width: 16.66%; }
  .media600-span7 { width: 14.28%; }
  .media600-span8 { width: 12.5%; }
  .media600-span9 { width: 11.11%; }
  .media600-span10 { width: 10%; }
  .media600-span20 { width: 20%; }
  .media600-span30 { width: 30%; }
  .media600-span40 { width: 40%; }
  .media600-span50 { width: 50%; }
  .media600-span60 { width: 60%; }
  .media600-span70 { width: 70%; }
  .media600-span80 { width: 80%; }
  .media600-span90 { width: 90%; }
  .media600-span100 { width: 100%; }

  .media600-height-auto { height: auto; }

  .media600-padding-left0 { padding-left: 0px; }
  .media600-padding-left05 { padding-left: 5px; }
  .media600-padding-left1 { padding-left: 10px; }
  .media600-padding-left2 { padding-left: 20px; }
  .media600-padding-left3 { padding-left: 30px; }
  .media600-padding-left4 { padding-left: 40px; }
  .media600-padding-left5 { padding-left: 50px; }
  .media600-padding-left6 { padding-left: 60px; }
  .media600-padding-left7 { padding-left: 70px; }
  .media600-padding-left8 { padding-left: 80px; }
  .media600-padding-left9 { padding-left: 90px; }
  .media600-padding-left10 { padding-left: 100px; }

  .media600-padding-right0 { padding-right: 0px; }
  .media600-padding-right05 { padding-right: 5px; }
  .media600-padding-right1 { padding-right: 10px; }
  .media600-padding-right2 { padding-right: 20px; }
  .media600-padding-right3 { padding-right: 30px; }
  .media600-padding-right4 { padding-right: 40px; }
  .media600-padding-right5 { padding-right: 50px; }
  .media600-padding-right6 { padding-right: 60px; }
  .media600-padding-right7 { padding-right: 70px; }
  .media600-padding-right8 { padding-right: 80px; }
  .media600-padding-right9 { padding-right: 90px; }
  .media600-padding-right10 { padding-right: 100px; }

  .media600-justify { text-align: justify; }
  .media600-center { text-align: center; }
  .media600-align-left { text-align: left; }
  .media600-align-right { text-align: right; }
  .media600-vertical-align { vertical-align: middle; }

  .media600-display-none { display: none; }
}
@media screen and (max-width : 500px) {
  .media500-span1 { display: inline-block; width: 100%; }
  .media500-span2 { width: 50%; }
  .media500-span3 { width: 33.33%; }
  .media500-span4 { width: 25%; }
  .media500-span5 { width: 20%; }
  .media500-span6 { width: 16.66%; }
  .media500-span7 { width: 14.28%; }
  .media500-span8 { width: 12.5%; }
  .media500-span9 { width: 11.11%; }
  .media500-span10 { width: 10%; }
  .media500-span20 { width: 20%; }
  .media500-span30 { width: 30%; }
  .media500-span40 { width: 40%; }
  .media500-span50 { width: 50%; }
  .media500-span60 { width: 60%; }
  .media500-span70 { width: 70%; }
  .media500-span80 { width: 80%; }
  .media500-span90 { width: 90%; }
  .media500-span100 { width: 100%; }

  .media500-height-auto { height: auto; }

  .media500-padding-left0 { padding-left: 0px; }
  .media500-padding-left05 { padding-left: 5px; }
  .media500-padding-left1 { padding-left: 10px; }
  .media500-padding-left2 { padding-left: 20px; }
  .media500-padding-left3 { padding-left: 30px; }
  .media500-padding-left4 { padding-left: 40px; }
  .media500-padding-left5 { padding-left: 50px; }
  .media500-padding-left6 { padding-left: 60px; }
  .media500-padding-left7 { padding-left: 70px; }
  .media500-padding-left8 { padding-left: 80px; }
  .media500-padding-left9 { padding-left: 90px; }
  .media500-padding-left10 { padding-left: 100px; }

  .media500-padding-right0 { padding-right: 0px; }
  .media500-padding-right05 { padding-right: 5px; }
  .media500-padding-right1 { padding-right: 10px; }
  .media500-padding-right2 { padding-right: 20px; }
  .media500-padding-right3 { padding-right: 30px; }
  .media500-padding-right4 { padding-right: 40px; }
  .media500-padding-right5 { padding-right: 50px; }
  .media500-padding-right6 { padding-right: 60px; }
  .media500-padding-right7 { padding-right: 70px; }
  .media500-padding-right8 { padding-right: 80px; }
  .media500-padding-right9 { padding-right: 90px; }
  .media500-padding-right10 { padding-right: 100px; }

  .media500-justify { text-align: justify; }
  .media500-center { text-align: center; }
  .media500-align-left { text-align: left; }
  .media500-align-right { text-align: right; }
  .media500-vertical-align { vertical-align: middle; }

  .media500-display-none { display: none; }
  .media500-display-inline-block { display: inline-block; }

  .media500-align-left { text-align: left; }
}
@media screen and (max-width : 425px) {
  .media425-span1 { display: inline-block; width: 100%; }
  .media425-span2 { width: 50%; }
  .media425-span3 { width: 33.33%; }
  .media425-span4 { width: 25%; }
  .media425-span5 { width: 20%; }
  .media425-span6 { width: 16.66%; }
  .media425-span7 { width: 14.28%; }
  .media425-span8 { width: 12.5%; }
  .media425-span9 { width: 11.11%; }
  .media425-span10 { width: 10%; }
  .media425-span20 { width: 20%; }
  .media425-span30 { width: 30%; }
  .media425-span40 { width: 40%; }
  .media425-span50 { width: 50%; }
  .media425-span60 { width: 60%; }
  .media425-span70 { width: 70%; }
  .media425-span80 { width: 80%; }
  .media425-span90 { width: 90%; }
  .media425-span100 { width: 100%; }

  .media425-padding-left0 { padding-left: 0px; }
  .media425-padding-left05 { padding-left: 5px; }
  .media425-padding-left1 { padding-left: 10px; }
  .media425-padding-left2 { padding-left: 20px; }
  .media425-padding-left3 { padding-left: 30px; }
  .media425-padding-left4 { padding-left: 40px; }
  .media425-padding-left5 { padding-left: 50px; }
  .media425-padding-left6 { padding-left: 60px; }
  .media425-padding-left7 { padding-left: 70px; }
  .media425-padding-left8 { padding-left: 80px; }
  .media425-padding-left9 { padding-left: 90px; }
  .media425-padding-left10 { padding-left: 100px; }

  .media425-padding-right0 { padding-right: 0px; }
  .media425-padding-right05 { padding-right: 5px; }
  .media425-padding-right1 { padding-right: 10px; }
  .media425-padding-right2 { padding-right: 20px; }
  .media425-padding-right3 { padding-right: 30px; }
  .media425-padding-right4 { padding-right: 40px; }
  .media425-padding-right5 { padding-right: 50px; }
  .media425-padding-right6 { padding-right: 60px; }
  .media425-padding-right7 { padding-right: 70px; }
  .media425-padding-right8 { padding-right: 80px; }
  .media425-padding-right9 { padding-right: 90px; }
  .media425-padding-right10 { padding-right: 100px; }

  .media425-height-auto { height: auto; }

  .media425-justify { text-align: justify; }
  .media425-center { text-align: center; }
  .media425-align-left { text-align: left; }
  .media425-align-right { text-align: right; }
  .media425-vertical-align { vertical-align: middle; }

  .media425-display-none { display: none; }

  .media425-border-left-none { border-left: none; }
  .media425-border-right-none { border-right: none; }
}
@media screen and (max-width : 375px) {
  .media375-span1 { display: inline-block; width: 100%; }
  .media375-span2 { width: 50%; }
  .media375-span3 { width: 33.33%; }
  .media375-span4 { width: 25%; }
  .media375-span5 { width: 20%; }
  .media375-span6 { width: 16.66%; }
  .media375-span7 { width: 14.28%; }
  .media375-span8 { width: 12.5%; }
  .media375-span9 { width: 11.11%; }
  .media375-span10 { width: 10%; }
  .media375-span20 { width: 20%; }
  .media375-span30 { width: 30%; }
  .media375-span40 { width: 40%; }
  .media375-span50 { width: 50%; }
  .media375-span60 { width: 60%; }
  .media375-span70 { width: 70%; }
  .media375-span80 { width: 80%; }
  .media375-span90 { width: 90%; }
  .media375-span100 { width: 100%; }

  .media375-height-auto { height: auto; }

  .media375-padding-top05 { padding-top: 5px; }

  .media375-justify { text-align: justify; }
  .media375-center { text-align: center; }
  .media375-align-left { text-align: left; }
  .media375-align-right { text-align: right; }
  .media375-vertical-align { vertical-align: middle; }

  .media375-display-none { display: none; }
}
@media screen and (max-width : 350px) {
  .media350-font-size13 { font-size: 13px; }
}
@media screen and (max-width : 320px) {
  .media320-span1 { display: inline-block; width: 100%; }
  .media320-span2 { width: 50%; }
  .media320-span3 { width: 33.33%; }
  .media320-span4 { width: 25%; }
  .media320-span5 { width: 20%; }
  .media320-span6 { width: 16.66%; }
  .media320-span7 { width: 14.28%; }
  .media320-span8 { width: 12.5%; }
  .media320-span9 { width: 11.11%; }
  .media320-span10 { width: 10%; }
  .media320-span20 { width: 20%; }
  .media320-span30 { width: 30%; }
  .media320-span40 { width: 40%; }
  .media320-span50 { width: 50%; }
  .media320-span60 { width: 60%; }
  .media320-span70 { width: 70%; }
  .media320-span80 { width: 80%; }
  .media320-span90 { width: 90%; }
  .media320-span100 { width: 100%; }

  .media320-height-auto { height: auto; }

  .media320-justify { text-align: justify; }
  .media320-center { text-align: center; }
  .media320-align-left { text-align: left; }
  .media320-align-right { text-align: right; }
  .media320-vertical-align { vertical-align: middle; }

  .media320-display-none { display: none; }
}


