@font-face {
  font-family: 'Nucleo Outline';
  src: url("mountainview16_css/fonts/nucleo-outline.eot");
  src: url("mountainview16_css/fonts/nucleo-outline.eot") format("embedded-opentype"), url("mountainview16_css/fonts/nucleo-outline.woff2") format("woff2"), url("mountainview16_css/fonts/nucleo-outline.woff") format("woff"), url("mountainview16_css/fonts/nucleo-outline.ttf") format("truetype"), url("mountainview16_css/fonts/nucleo-outline.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nucleo Glyph';
  src: url("talbot16_css/fonts/nucleo-glyph.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* font styles */
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

body.page {
  background-color: #fff6e8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
  color: #622c2a;
  font-family: "Slabo 27px", serif;
  margin-bottom: 36px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1.alpha {
  color: #fff;
}

h2 {
  font-size: 24px;
  color: #000;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

h2.beta {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #969696;
}

h3 {
  font-size: 18px;
  color: #000;
  font-family: "Slabo 27px", serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

h4 {
  font-size: 10px;
  color: #000;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin-bottom: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  color: #000;
  font-family: "Slabo 27px", serif;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  color: #2a3c2e;
  font-family: "Slabo 27px", serif;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

p {
  margin: 0 0 10px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #1A1816;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 100;
}

p a {
  color: #622c2a;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

p a:hover {
  color: #3e1c1b;
  text-decoration: underline;
}

a {
  color: #622c2a;
  font-family: "Slabo 27px", serif;
  font-size: 16px
}

a:hover {
  color: #3e1c1b;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 10px;
  border-left: 5px solid #622c2a;
  font-style: italic;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

.spacer {
  margin-bottom: 4%;
}

/* button styles */
.abut {
  background-color: #acaea0;
  font-size: 14px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  border: 0;
  letter-spacing: 2.3px;
  text-align: center;
  margin: 10px 0;
  padding: 10px 20px;
  overflow: visible;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.25s, ease;
  transition: 0.25s, ease;
}

.abut:hover {
  text-decoration: none;
  background-color: #b8baae;
  color: #fff;
}

.abut-secondary {
  padding: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 9px;
}

.abut-secondary:hover {
  background-color: #fff;
  color: #6f6f6f;
}

.modulesWrap .abut {
  margin: 2px;
  padding: 5px 10px;
  width: auto !important;
}

@media screen and (max-width: 425px) {
  .abut {
    width: 100%;
  }

  .modulesWrap .abut {
    margin: 2px;
    padding: 5px 10px;
    width: auto !important;
  }
}

/* header styles */
.modulesWrap header {
  margin-bottom: 150px;
}

@media (max-width: 1200px) {

  #public,
  #private,
  .modulesWrap {
    /*BURGER*/
    /* device nav */
  }

  #public .logo,
  #private .logo,
  .modulesWrap .logo {
    display: none !important;
  }

  #public .navbar-header,
  #private .navbar-header,
  .modulesWrap .navbar-header {
    text-align: center;
    float: none !important;
    margin: 0;
  }

  #public .navbar-brand,
  #private .navbar-brand,
  .modulesWrap .navbar-brand {
    display: inline-block;
    float: left;
    width: auto;
  }

  #public .navbar-brand img,
  #private .navbar-brand img,
  .modulesWrap .navbar-brand img {
    display: inline-block;
    width: 70%;
    float: left;
  }

  #public .navbar-default,
  #private .navbar-default,
  .modulesWrap .navbar-default {
    border: 0;
    border-radius: 0;
    background-color: color(white);
    margin: 0;
    /* BURGER*/
  }

  #public .navbar-default .navbar-toggle,
  #private .navbar-default .navbar-toggle,
  .modulesWrap .navbar-default .navbar-toggle {
    position: absolute;
    right: 0px;
    top: 20px;
    border: 0;
    border-radius: 0;
    margin: 17px 20px 0 0;
    background: none;
    padding: 0;
    height: 25px;
    width: 30px;
    display: block;
  }

  #public .navbar-default .navbar-toggle .icon-bar,
  #private .navbar-default .navbar-toggle .icon-bar,
  .modulesWrap .navbar-default .navbar-toggle .icon-bar {
    background: #622c2a;
    width: 24px;
    border-radius: 0;
  }

  #public .navbar-default .navbar-toggle .bar-one.active,
  #private .navbar-default .navbar-toggle .bar-one.active,
  .modulesWrap .navbar-default .navbar-toggle .bar-one.active {
    background-color: #2a3c2e;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }

  #public .navbar-default .navbar-toggle .bar-two.active,
  #private .navbar-default .navbar-toggle .bar-two.active,
  .modulesWrap .navbar-default .navbar-toggle .bar-two.active {
    display: none;
  }

  #public .navbar-default .navbar-toggle .bar-three.active,
  #private .navbar-default .navbar-toggle .bar-three.active,
  .modulesWrap .navbar-default .navbar-toggle .bar-three.active {
    background-color: #2a3c2e;
    -webkit-transform: rotate(-45deg) translate(-1px, 0px);
    -ms-transform: rotate(-45deg) translate(-1px, 0px);
    transform: rotate(-45deg) translate(-1px, 0px);
  }

  #public .navbar-default .navbar-toggle:hover,
  #public .navbar-default .navbar-toggle:active,
  #public .navbar-default .navbar-toggle:focus,
  #private .navbar-default .navbar-toggle:hover,
  #private .navbar-default .navbar-toggle:active,
  #private .navbar-default .navbar-toggle:focus,
  .modulesWrap .navbar-default .navbar-toggle:hover,
  .modulesWrap .navbar-default .navbar-toggle:active,
  .modulesWrap .navbar-default .navbar-toggle:focus {
    background-color: inherit;
  }

  #public .navbar-default .nav-open .icon-bar,
  #private .navbar-default .nav-open .icon-bar,
  .modulesWrap .navbar-default .nav-open .icon-bar {
    position: absolute;
    top: 7px;
  }

  #public .navbar-default .nav-open .icon-bar:nth-of-type(2),
  #private .navbar-default .nav-open .icon-bar:nth-of-type(2),
  .modulesWrap .navbar-default .nav-open .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  #public .navbar-default .nav-open .icon-bar:nth-of-type(4),
  #private .navbar-default .nav-open .icon-bar:nth-of-type(4),
  .modulesWrap .navbar-default .nav-open .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #public .navbar-default .nav-open .icon-bar:nth-of-type(3),
  #private .navbar-default .nav-open .icon-bar:nth-of-type(3),
  .modulesWrap .navbar-default .nav-open .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #public .navbar-offcanvas.offcanvas,
  #private .navbar-offcanvas.offcanvas,
  .modulesWrap .navbar-offcanvas.offcanvas {
    background-color: #622c2a;
    top: 103px;
    position: fixed;
    right: -100%;
    z-index: 1000;
    width: 75%;
    bottom: 0;
    -webkit-transition: 0.35s, ease;
    transition: 0.35s, ease;
  }

  #public .navbar-offcanvas.offcanvas.active,
  #private .navbar-offcanvas.offcanvas.active,
  .modulesWrap .navbar-offcanvas.offcanvas.active {
    right: 0;
    overflow: scroll;
    top: 103px;
  }

  #public .navbar-collapse,
  #private .navbar-collapse,
  .modulesWrap .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background: #e4e4e4;
    margin-top: 10px;
  }

  #public .navbar-nav,
  #private .navbar-nav,
  .modulesWrap .navbar-nav {
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }

  #public .navbar-nav>.active>a,
  #private .navbar-nav>.active>a,
  .modulesWrap .navbar-nav>.active>a {
    background-color: #743432;
  }

  #public .nav>li,
  #private .nav>li,
  .modulesWrap .nav>li {
    margin: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 38px;
    position: relative;
    letter-spacing: 2px;
    float: left;
    clear: left;
    width: 100%;
  }

  #public .nav>li>a,
  #private .nav>li>a,
  .modulesWrap .nav>li>a {
    padding: 10px 17px;
    color: #fff;
    white-space: normal;
  }

  #public .nav>li:nth-child(7) .login,
  #private .nav>li:nth-child(7) .login,
  .modulesWrap .nav>li:nth-child(7) .login {
    display: none;
  }

  #public .nav>li>a.dropdown-toggle,
  #public .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle,
  #private .nav>li>a.dropdown-toggle,
  #private .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle,
  .modulesWrap .nav>li>a.dropdown-toggle,
  .modulesWrap .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle {
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  #public .nav>li>a:hover,
  #public .nav>li>a:focus,
  #private .nav>li>a:hover,
  #private .nav>li>a:focus,
  .modulesWrap .nav>li>a:hover,
  .modulesWrap .nav>li>a:focus {
    color: #231f20;
    background: #c41230;
  }

  #public .nav>li>a.dropdown-toggle,
  #public .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle,
  #private .nav>li>a.dropdown-toggle,
  #private .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle,
  .modulesWrap .nav>li>a.dropdown-toggle,
  .modulesWrap .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle {
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  #public .nav li a span.caret,
  #private .nav li a span.caret,
  .modulesWrap .nav li a span.caret {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -5px;
  }

  #public .nav>li>a:hover,
  #public .nav>li>a:focus,
  #private .nav>li>a:hover,
  #private .nav>li>a:focus,
  .modulesWrap .nav>li>a:hover,
  .modulesWrap .nav>li>a:focus {
    color: #fff;
    background: #222;
  }

  #public .nav .open>a,
  #public .nav .open>a:hover,
  #public .nav .open>a:focus,
  #private .nav .open>a,
  #private .nav .open>a:hover,
  #private .nav .open>a:focus,
  .modulesWrap .nav .open>a,
  .modulesWrap .nav .open>a:hover,
  .modulesWrap .nav .open>a:focus {
    background: #3e1c1b;
    color: color(white);
  }

  #public .navbar-nav .open .dropdown-menu,
  #private .navbar-nav .open .dropdown-menu,
  .modulesWrap .navbar-nav .open .dropdown-menu {
    background-color: #863c39;
    display: block;
    width: 100%;
    position: relative;
    border: 0;
    border-radius: 0;
  }

  #public .navbar-nav .open .dropdown-menu>li,
  #private .navbar-nav .open .dropdown-menu>li,
  .modulesWrap .navbar-nav .open .dropdown-menu>li {
    margin-left: 0;
  }

  #public .navbar-nav .open .dropdown-menu>li>a,
  #private .navbar-nav .open .dropdown-menu>li>a,
  .modulesWrap .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 17px;
    position: relative;
    color: #fff;
    text-transform: none;
    white-space: normal;
  }

  #public .navbar-nav .dropdown-menu>.active>a,
  #private .navbar-nav .dropdown-menu>.active>a,
  .modulesWrap .navbar-nav .dropdown-menu>.active>a {
    background-color: #502422;
  }

  #public .navbar-nav .open .dropdown-menu>li>a:hover,
  #private .navbar-nav .open .dropdown-menu>li>a:hover,
  .modulesWrap .navbar-nav .open .dropdown-menu>li>a:hover {
    background: #222;
  }

  #public .navbar-brand,
  #private .navbar-brand,
  .modulesWrap .navbar-brand {
    height: auto;
  }
}

@media screen and (min-width: 1201px) {

  #public,
  #private,
  .modulesWrap {
    /* sub nav idle color */
    /* dropdown hover */
    /* dropdown 3rd tier arrow */
    /*3rd LEVEL*/
  }

  #public .top-bar,
  #private .top-bar,
  .modulesWrap .top-bar {
    padding: 10px;
    display: block;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #public .top-bar .welcome,
  #private .top-bar .welcome,
  .modulesWrap .top-bar .welcome {
    margin: 0;
    padding: 0;
    color: #fff6e8;
    font-size: 11px;
    letter-spacing: .1em;
    display: inline-block;
    position: absolute;
    left: 25px;
  }

  #public .top-bar ul,
  #private .top-bar ul,
  .modulesWrap .top-bar ul {
    float: right;
  }

  #public .top-bar ul li,
  #private .top-bar ul li,
  .modulesWrap .top-bar ul li {
    padding: 0px 15px;
  }

  #public .top-bar ul li a,
  #private .top-bar ul li a,
  .modulesWrap .top-bar ul li a {
    padding: 0;
    letter-spacing: 0;
    font-size: 11px;
    text-transform: none;
    color: #fff6e8;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: .1em;
  }

  #public .top-bar ul li a:hover,
  #private .top-bar ul li a:hover,
  .modulesWrap .top-bar ul li a:hover {
    color: white;
  }

  #public .top-bar ul li:hover:after,
  #private .top-bar ul li:hover:after,
  .modulesWrap .top-bar ul li:hover:after {
    content: "";
    position: absolute;
    left: 37%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #2a3c2e;
    z-index: 10000;
    top: 100%;
  }

  #public .top-bar ul li:after,
  #private .top-bar ul li:after,
  .modulesWrap .top-bar ul li:after {
    content: '' !important;
    display: block !important;
    width: .1rem !important;
    height: 1rem !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: 0 !important;
    left: 100% !important;
    background-color: #fff !important;
  }

  #public .top-bar ul li:last-child::after,
  #private .top-bar ul li:last-child::after,
  .modulesWrap .top-bar ul li:last-child::after {
    display: none;
  }

  #public header,
  #private header,
  .modulesWrap header {
    display: none;
    position: relative;
    background-image: url("../../../images/nav-bg.jpg");
    background-repeat: repeat-x;
  }

  #public header hr,
  #private header hr,
  .modulesWrap header hr {
    position: absolute;
    width: 100%;
    top: 28.2%;
    color: #e0e0e0;
    background-color: #e0e0e0;
  }

  #public .navbar,
  #private .navbar,
  .modulesWrap .navbar {
    z-index: 1000;
    border-bottom: none;
    border-radius: 0;
    position: relative;
    width: 100%;
    border: none;
    margin: 0 auto;
    max-width: 1170px;
    background-color: transparent;
    /* Logo Styling */
  }

  #public .navbar-brand,
  #private .navbar-brand,
  .modulesWrap .navbar-brand {
    position: relative;
    height: auto;
    padding: 10px;
    z-index: 1;
    background-color: #fef8ef;
    margin-bottom: -45px;
  }

  #public .navbar-nav,
  #private .navbar-nav,
  .modulesWrap .navbar-nav {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #public .navbar-header,
  #private .navbar-header,
  .modulesWrap .navbar-header {
    text-align: center;
    display: block;
  }

  #public .navbar-default .container,
  #private .navbar-default .container,
  .modulesWrap .navbar-default .container {
    position: relative;
  }

  #public .navbar.login,
  #private .navbar.login,
  .modulesWrap .navbar.login {
    height: 157px;
  }

  #public .navbar-fixed-top .navbar-collapse,
  #public .navbar-fixed-bottom .navbar-collapse,
  #private .navbar-fixed-top .navbar-collapse,
  #private .navbar-fixed-bottom .navbar-collapse,
  .modulesWrap .navbar-fixed-top .navbar-collapse,
  .modulesWrap .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
  }

  #public .navbar-collapse,
  #private .navbar-collapse,
  .modulesWrap .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    margin-top: 0px;
  }

  #public .navbar-default .navbar-nav>.actve>a,
  #private .navbar-default .navbar-nav>.actve>a,
  .modulesWrap .navbar-default .navbar-nav>.actve>a {
    color: color(#622c2a);
    background-color: transparent !important;
  }

  #public .offcanvas,
  #private .offcanvas,
  .modulesWrap .offcanvas {
    padding: 0px 20px;
  }

  #public .nav>li,
  #private .nav>li,
  .modulesWrap .nav>li {
    position: relative;
  }

  #public .nav>li:hover:after,
  #private .nav>li:hover:after,
  .modulesWrap .nav>li:hover:after {
    content: "";
    position: absolute;
    left: 37%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2a3c2e;
    z-index: 10000;
    top: 100%;
  }

  #public .nav>li.selectedItem.active>a,
  #private .nav>li.selectedItem.active>a,
  .modulesWrap .nav>li.selectedItem.active>a {
    color: gray;
    background-color: transparent;
  }

  #public .nav>li.selectedItem.active>a:before,
  #private .nav>li.selectedItem.active>a:before,
  .modulesWrap .nav>li.selectedItem.active>a:before {
    border-top: 4px solid #00833c;
    width: 100%;
    left: 0;
  }

  #public .nav>li>a,
  #private .nav>li>a,
  .modulesWrap .nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 10px 10px 12px;
    font-weight: 100;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.5;
  }

  #public .collapse ul li ul li,
  #private .collapse ul li ul li,
  .modulesWrap .collapse ul li ul li {
    margin-left: 0;
    position: relative;
  }

  #public .nav>li>a:hover, #public .nav>li>a:focus, #public .nav>li>a.selectedItem.active, #private .nav>li>a:hover, #private .nav>li>a:focus, #private .nav>li>a.selectedItem.active, .modulesWrap .nav>li>a:hover, .modulesWrap .nav>li>a:focus, .modulesWrap .nav>li>a.selectedItem.active {
    background: transparent;
    cursor: pointer;
    color: #fff6e8;
}

  #public .nav .open>a,
  #public .nav .open>a:hover,
  #public .nav .open>a:focus,
  #private .nav .open>a,
  #private .nav .open>a:hover,
  #private .nav .open>a:focus,
  .modulesWrap .nav .open>a,
  .modulesWrap .nav .open>a:hover,
  .modulesWrap .nav .open>a:focus {
    color: #d2a560;
    background: transparent;
  }

  #public .navbar-nav>li.dropdown:hover>ul.level1.dropdown-menu,
  #public .nav li.dropdown-submenu:hover>ul.level1.dropdown-menu,
  #private .navbar-nav>li.dropdown:hover>ul.level1.dropdown-menu,
  #private .nav li.dropdown-submenu:hover>ul.level1.dropdown-menu,
  .modulesWrap .navbar-nav>li.dropdown:hover>ul.level1.dropdown-menu,
  .modulesWrap .nav li.dropdown-submenu:hover>ul.level1.dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    border: 0px;
    border-radius: 0;
    color: #333252;
    background-color: #fef8ef;
    border: none;
    font-size: 15px;
    text-transform: none;
    padding: 15px 0;
    width: auto;
    line-height: 26px;
    text-align: left;
    top: 100%;
    min-width: 200px;
    left: 50%;
    -webkit-transition: 0.25s, ease;
    transition: 0.25s, ease;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  #public .navbar-nav>li.dropdown:hover>ul.level1.dropdown-menu li a,
  #public .nav li.dropdown-submenu:hover>ul.level1.dropdown-menu li a,
  #private .navbar-nav>li.dropdown:hover>ul.level1.dropdown-menu li a,
  #private .nav li.dropdown-submenu:hover>ul.level1.dropdown-menu li a,
  .modulesWrap .navbar-nav>li.dropdown:hover>ul.level1.dropdown-menu li a,
  .modulesWrap .nav li.dropdown-submenu:hover>ul.level1.dropdown-menu li a {
    padding: 7px 15px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    white-space: normal;
  }

  #public .collapse ul li ul li a,
  #private .collapse ul li ul li a,
  .modulesWrap .collapse ul li ul li a {
    color: #fff;
  }

  #public .dropdown-menu>li>a:hover,
  #public .dropdown-menu>li>a:focus,
  #public .dropdown-menu>.active>a,
  #public .dropdown-menu>.active>a :hover,
  #public .dropdown-menu>.active>a :focus,
  #private .dropdown-menu>li>a:hover,
  #private .dropdown-menu>li>a:focus,
  #private .dropdown-menu>.active>a,
  #private .dropdown-menu>.active>a :hover,
  #private .dropdown-menu>.active>a :focus,
  .modulesWrap .dropdown-menu>li>a:hover,
  .modulesWrap .dropdown-menu>li>a:focus,
  .modulesWrap .dropdown-menu>.active>a,
  .modulesWrap .dropdown-menu>.active>a :hover,
  .modulesWrap .dropdown-menu>.active>a :focus {
    color: #622c2a;
    background-color: transparent;
    border: none;
    text-transform: none;
    text-decoration: none;
    width: 100%;
  }

  #public .dropdown-menu>.dropdown-submenu,
  #private .dropdown-menu>.dropdown-submenu,
  .modulesWrap .dropdown-menu>.dropdown-submenu {
    position: relative;
  }

  #public .dropdown-menu>.dropdown-submenu:after,
  #private .dropdown-menu>.dropdown-submenu:after,
  .modulesWrap .dropdown-menu>.dropdown-submenu:after {
    content: "\276D";
    position: absolute;
    right: 10px;
    top: 0;
  }

  #public .nav>li>a.dropdown-toggle,
  #public .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle,
  #private .nav>li>a.dropdown-toggle,
  #private .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle,
  .modulesWrap .nav>li>a.dropdown-toggle,
  .modulesWrap .navbar-nav .open .dropdown-menu>li>a.dropdown-toggle {
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  #public .nav li a span.caret,
  #private .nav li a span.caret,
  .modulesWrap .nav li a span.caret {
    display: none;
  }

  #public .nav li.dropdown-submenu:hover>ul.level2.dropdown-menu,
  #private .nav li.dropdown-submenu:hover>ul.level2.dropdown-menu,
  .modulesWrap .nav li.dropdown-submenu:hover>ul.level2.dropdown-menu {
    left: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fef8ef;
    top: -15px;
    padding: 15px 0;
    display: block;
    text-align: left;
    min-width: 200px;
  }

  #public .nav li.dropdown-submenu:nth-of-type(1)>ul.dropdown-menu,
  #private .nav li.dropdown-submenu:nth-of-type(1)>ul.dropdown-menu,
  .modulesWrap .nav li.dropdown-submenu:nth-of-type(1)>ul.dropdown-menu {
    top: -15px;
    /*this equals top padding of level2*/
  }

  #public .nav li.dropdown-submenu>ul.dropdown-menu>li>a:hover,
  #private .nav li.dropdown-submenu>ul.dropdown-menu>li>a:hover,
  .modulesWrap .nav li.dropdown-submenu>ul.dropdown-menu>li>a:hover {
    color: #622c2a;
  }

  #public .dropdown-toggle,
  #private .dropdown-toggle,
  .modulesWrap .dropdown-toggle {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .top-bar ul li a:before {
    display: none;
  }

  .bottom-bar .nav>li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1200px) {

  .top-bar,
  .line {
    display: none;
  }

  .bottom-bar .nav>li:last-child {
    display: inline-block;
  }
}

._Telerik_IE9 .top-bar {
  display: table;
  width: 87%;
  max-width: 89%;
  float: right;
}

._Telerik_IE9 .top-bar .welcome {
  position: relative;
  display: table-cell;
}

._Telerik_IE9 .top-bar ul {
  float: right;
  display: table-cell;
}

footer {
  background-color: #2a3c2e;
  padding: 2% 1%;
  min-height: 230px;
}

footer div h5,
footer div p,
footer div ul {
  margin: 0;
  padding: 0;
}

footer .left-side {
  float: left;
}

footer .left-side * {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff6e8;
  text-decoration: none;
  font-size: 11px;
}

footer .left-side ul {
  list-style-type: none;
}

footer .left-side p:first-child {
  color: #fff;
  position: relative;
  padding-left: 35px;
}

footer .left-side p:first-child::before {
  content: url("../../../images/footer-logo.png");
  position: absolute;
  left: 0;
  top: -5px;
}

footer .left-side p,
footer .left-side ul {
  float: left;
  padding: 0 10px;
}

footer .right-side a {
  color: #fff6e8;
}

footer .right-side ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .right-side ul {
  float: right;
  display: inline-block;
}

footer .right-side ul .icon {
  font-size: 17px;
}

footer .right-side ul li {
  display: inline-block;
  width: 16px;
  height: 24px;
  overflow: hidden;
  margin: 10px;
  margin-top: 0;
}

footer .right-side ul li:hover {
  opacity: .7;
}

footer .right-side ul li:hover a {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  footer {
    min-height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1%;
    text-align: center;
  }

  footer div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left !important;
  }

  footer div:nth-child(1) h5,
  footer div:nth-child(1) p {
    width: 100%;
    margin-left: 0;
  }

  footer div:nth-child(2) ul:nth-child(1) {
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer div:nth-child(2) ul:nth-child(1) li {
    padding-left: 0;
  }

  footer div:nth-child(3) {
    width: 100%;
  }

  footer div:nth-child(3) p {
    width: 100%;
  }
}

.sitewrap {
  /*---------------------------------
DEFAULT LINK STYLES
---------------------------------*/
  /*---------------------------------
:hover & expanded state
---------------------------------*/
  /*---------------------------------
Selected & :hover state
---------------------------------*/
  /*---------------------------------
expanded:hover state
---------------------------------*/
  /*-----------------------------------
EXPANSION ICONS / ARROWS
------------------------------------*/
  /*//////////////////////////////////////////////////////
-------------------------------------------------------
SECOND LEVEL
-------------------------------------------------------
//////////////////////////////////////////////////////*/
  /*----------------------------------------------------
DEFAULT IDLE STATE
-----------------------------------------------------*/
  /*----------------------------------------------------
SELECTED & HOVER STATE
-----------------------------------------------------*/
  /*----------------------------------------------------
Necessary overrides that probably won't be edited
-----------------------------------------------------*/
}

.sitewrap .sidebar .RadPanelBar {
  width: 100% !important;
  border: #acaea0 1px solid;
  background: #fff8ed;
  padding: 20px 0;
}

.sitewrap .RadPanelBar .rpText {
  padding-left: 35px;
}

.sitewrap .RadPanelBar_Template {
  background: none;
}

.sitewrap .RadPanelBar_Template .rpRootGroup {
  border: none;
}

.sitewrap .RadPanelBar_Template .rpLink {
  color: #000000;
  font: 12px/28px OpenSans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 28px;
  border: none;
  background: none;
}

.sitewrap .RadPanelBar_Template .rpLink:hover {
  color: #6e3633;
  cursor: pointer;
  background: none;
}

.sitewrap .RadPanelBar_Template .rpSelected,
.sitewrap .RadPanelBar_Template .rpLink.rpSelected:hover {
  font-weight: 400;
  background: none;
  color: #6e3633;
}

.sitewrap .RadPanelBar_Template .rpExpandable.rpSelectedParent {
  background: url(../../../images/plus.png) 15% 50% no-repeat;
}

.sitewrap .RadPanelBar_Template .rpLink.rpExpanded:hover,
.sitewrap .RadPanelBar_Template .rpExpandable.rpSelectedParent:hover {
  background: none;
}

.sitewrap .RadPanelBar_Template .rpExpandable .rpExpandHandle {
  background: url(../../../images/plus.png) 15% 50% no-repeat;
  width: 36px;
  height: 26px;
  /* To be centered correctly: MUST MATCH corresponding rpLink LINE-HEIGHT */
  margin: 0;
}

.sitewrap .RadPanelBar_Template .rpExpanded .rpExpandHandle {
  background: none url(../../../images/minus.png) 15% 50% no-repeat;
  width: 36px;
  height: 26px;
  /* To be centered correctly: MUST MATCH corresponding rpLink LINE-HEIGHT */
  margin: 0;
}

.sitewrap .RadPanelBar_Template .rpGroup {
  background: none;
}

.sitewrap .RadPanelBar_Template .rpGroup .rpOut {
  font-size: 12px;
  color: #6e3633;
  line-height: 28px;
  text-transform: none;
  border: 0;
  background: none;
  padding-left: 20px;
}

.sitewrap .RadPanelBar_Template .rpGroup .rpLink:hover,
.sitewrap .RadPanelBar_Template .rpGroup .rpOut:hover,
.sitewrap .RadPanelBar_Template .rpGroup .rpExpanded,
.sitewrap .RadPanelBar_Template .rpGroup .rpExpanded:hover,
.sitewrap .RadPanelBar_Template .rpGroup .rpSelected,
.sitewrap .RadPanelBar_Template .rpGroup .rpSelected .rpOut,
.sitewrap .RadPanelBar_Template .rpGroup .rpSelected:hover {
  font-weight: 400;
  background: none;
  color: #6e3633;
  text-decoration: underline;
}

.sitewrap .RadPanelBar_Template .rpLink .rpOut,
.sitewrap .RadPanelBar_Template .rpFocused .rpOut,
.sitewrap .RadPanelBar_Template .rpLink:hover .rpOut,
.sitewrap .RadPanelBar_Template .rpSelected .rpOut,
.sitewrap .RadPanelBar_Template .rpSelected:hover .rpOut {
  padding-bottom: 0px !important;
  border: 0;
  background: none;
}

.sitewrap .RadPanelBar_Template .rpExpandable .rpText,
.sitewrap .RadPanelBar_Template .rpExpanded .rpText {
  background-image: none;
}

.banner {
  position: relative;
  margin-bottom: 50px;
}

.banner table {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 20px;
  z-index: 1;
}

.banner .clickToEditDiv {
  position: absolute;
  top: 10px;
  left: 10px;
}

.banner-content {
  max-height: 625px;
  overflow: hidden;
}

.banner-private {
  max-height: 680px;
  overflow: hidden;
}

.banner-private figure {
  position: relative;
}

.banner-private .arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 45%;
  width: 100%;
  max-width: 1170px;
}

.banner-private .arrows img {
  width: 20px;
}

.banner-private .arrows a {
  position: absolute;
}

.banner-private .arrows a:nth-child(1) {
  left: 0;
}

.banner-private .arrows a:nth-child(2) {
  right: 0;
}

.banner .mpContent img {
  width: 100%;
}

.calItem .datePos {
  font: 24px "Playfair Display", "Times New Roman", Georgia, serif;
  color: #000;
  line-height: 50px;
}

.calendar-wrap {
  border: #acaea0 1px solid;
  background: #fff8ed;
  padding: 38px 0;
}

.calendar-wrap .abut {
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

.event {
  display: block;
  min-height: 50px;
}

@media (max-width:768px) {
  .event {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
}

.event-date {
  width: 100%;
  background-color: #ffeccf;
  text-align: center;
  float: left;
  font: 24px "Playfair Display", "Times New Roman", Georgia, serif;
  color: #000;
  line-height: 50px;
}

.event-main {
  width: 100%;
  display: inline-block;
}

.event-main_title {
  font: 24px 'Slabo 27px', serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 50px;
}

@media screen and (min-width: 767px) {
  .event-date {
    width: 20%;
    background-color: transparent;
  }

  .event-main {
    width: 80%;
    padding-left: 10px;
  }

  .event:hover .event-date {
    background-color: #622c2a;
    color: #fff;
  }

  .event:hover .event-main_title {
    text-decoration: none;
  }
}

.news {
  display: block;
  margin-bottom: 10%;
}

.news-img {
  width: 100%;
  margin-bottom: 5%;
}

.news-img img {
  width: 100%;
}

.news-main_title {
  font: 24px 'Slabo 27px', serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
}

@media screen and (min-width: 767px) {
  .news-img {
    width: 30%;
    margin-bottom: 0;
    display: inline-block;
    float: left;
  }

  .news-main {
    width: 70%;
    display: inline-block;
    padding-left: 15px;
  }

  .news-main_copy {
    margin-bottom: 20px;
  }
}

/*------------------------------------------- SURROUNDING UL
--------------------------------------------*/
.sitewrap .RadPanelBar_accordionTemplate .rpRootGroup {
  BORDER: none;
  padding-top: 30px;
  /*Used to create space between top of accordion and content above*/
}

.sitewrap .RadPanelBar_accordionTemplate .rpRootGroup li.rpItem {
  border-top: 1px solid #acaea0;
  border-right: 1px solid #acaea0;
  border-bottom: none;
  border-left: 1px solid #acaea0;
  background-color: #fefbf6;
  margin-bottom: 0;
  text-indent: 30px;
  -webkit-transition: none;
  transition: none;
}

.sitewrap .RadPanelBar_accordionTemplate .rpRootGroup li.rpItem.rpLast {
  border-bottom: 1px solid #acaea0;
}

.sitewrap .RadPanelBar_accordionTemplate .rpRootGroup .rpGroup li.rpItem {
  border: 0px;
  background-color: transparent;
  margin-bottom: 0px;
  text-indent: 0px;
}

/*----------------------------------------------- CHANGES DEFAULT IDLE TEXT - TEXT ONLY
------------------------------------------------*/
.sitewrap .RadPanelBar_accordionTemplate .rpLink .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpFocused .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpLink:hover .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpSelected .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpSelected:hover .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpLink.rpExpandable.rpSelected .rpOut {
  color: #000;
  font: 18px 'Slabo 27px', serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0px;
  /*adds spacing bewteen items*/
  background: none;
}

DIV.RadPanelBar_accordionTemplate .rpRootGroup .rpSelected,
DIV.RadPanelBar_accordionTemplate .rpRootGroup .rpExpanded {
  line-height: 22px;
}

/*------------------------------------------- BACKGROUND FOR IDLE STATE
--------------------------------------------*/
.sitewrap .RadPanelBar_accordionTemplate .rpExpandable .rpText,
.sitewrap .RadPanelBar_accordionTemplate .rpExpandable .rpText:hover,
.sitewrap .RadPanelBar_accordionTemplate_rtl .rpExpandable .rpText,
.sitewrap .RadPanelBar_accordionTemplate .rpGroup .rpExpandable .rpText,
.sitewrap .RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpandable .rpText {
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: 22px;
  background: url(../../../Images/plus-b.png) 95% 50% no-repeat;
  text-transform: uppercase;
}

/*------------------------------------------ CHANGES SELECTED TEXT - TEXT ONLY
------------------------------------------*/
.sitewrap .RadPanelBar_accordionTemplate .rpSelected .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpSelected:hover .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpLink.rpExpandable.rpSelected.rpExpanded .rpOut,
.sitewrap .RadPanelBar_accordionTemplate .rpExpanded .rpText {
  color: #000;
}

/*------------------------------------------- BACKGROUND FOR SELECTED STATE
--------------------------------------------*/
.sitewrap .RadPanelBar_accordionTemplate .rpGroup .rpExpanded .rpText,
.sitewrap .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover,
.sitewrap .RadPanelBar_accordionTemplate_rtl .rpExpanded .rpText,
.sitewrap .RadPanelBar_accordionTemplate .rpExpanded .rpText,
.sitewrap .RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpanded .rpText {
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: 22px;
  background: url(../../../Images/minus-b.png) 95% 50% no-repeat;
  text-transform: uppercase;
}

/*-------------------------------- INTERIOR CONTENT
---------------------------------*/
.sitewrap .RadPanelBar_accordionTemplate .rpGroup .rpLink,
.sitewrap .RadPanelBar_accordionTemplate .rpGroup .rpTemplate {
  background: none;
  text-transform: none;
  padding: 10px 25px;
}

/*--------------------------------------
SUPER ACCORDION
--------------------------------------*/
ul.superAccordion {
  margin: 10px 0px;
  list-style-type: none;
  padding-left: 0px;
}

ul.superAccordion li.item {
  margin-left: 0px;
  margin-bottom: 2px;
}

ul.superAccordion li.item .label {
  color: #595959;
  font: 700 12px/32px Arial, Helvetica, sans-serif;
  text-transform: none;
  list-style-image: none;
  cursor: pointer;
  background: url(img/plus.png) 95% 50% no-repeat;
  padding-left: 20px;
}

ul.superAccordion li.item.expanded .label {
  background: url(img/minus.png) 95% 50% no-repeat;
}

ul.superAccordion li.item .content {
  padding: 10px 0px;
}

#login-bg {
  width: 100%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1000;
  background-size: cover;
  background-image: url("../../../images/login-bg.jpg");
  height: 100%;
  height: 100vh;
  display: block;
}

.login {
  position: relative;
  /* overlay */
}

.login-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3%;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.login-overlay p {
  color: white;
  display: inline-block;
  max-width: 50%;
  float: left;
  text-align: left;
}

.login-overlay .mpContent {
  margin: 0 auto;
}

.login-overlay .mpContent img {
  width: auto !important;
}

.login-wrap {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2%;
  max-width: 50%;
}

.login-logo {
  text-align: center;
  margin: 0 0 5% 0;
}

.login-content p {
  color: #fff;
}

.login-inputs {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.login-inputs_fields {
  display: none;
}

.login-inputs_box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.login-inputs_link input {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  background-color: #2a3c2e;
}

.login-inputs_cookie,
.login-inputs_forgotPassword {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.login-inputs_cookie *,
.login-inputs_forgotPassword * {
  color: #fff;
}

.login-inputs_cookie label,
.login-inputs_forgotPassword label {
  margin: 0;
}

.login-inputs_cookie input {
  margin-right: 5px;
}

.login-inputs_cookie:after {
  content: '';
  display: block;
  width: 1.6px;
  width: .1rem;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .login-overlay {
    display: none;
  }

  .login-wrap {
    max-width: 95%;
    width: 100%;
    top: 50%;
  }
}

/*! main modules */
.CookieTrail {
  float: none;
  width: 100% !important;
  white-space: inherit !important;
}

.CookieTrail .ctRootGroup,
.CookieTrail a.ctLink,
.CookieTrail .ctGroup .ctText {
  background-image: none;
  background-color: transparent;
  font-family: "Slabo 27px", serif;
  padding-left: 0;
}

.CookieTrail .ctRootGroup {
  border: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}

.CookieTrail li.ctItem {
  margin-bottom: 0 !important;
  padding: 0;
}

.CookieTrail li.ctItem a:hover:before {
  background-color: #e9e9e9;
}

.ctText {
  width: 100%;
  display: block;
  font-family: "Slabo 27px", serif;
  font-size: 16px;
  color: #622c2a;
  text-transform: uppercase;
}

/* <Root items> */
.cookieTrail {
  border: none;
  background: none;
}

.CookieTrail_Template a.ctLink {
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
}

.CookieTrail_Template .ctItem {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.CookieTrail_Template a.ctLink {
  background-position: 0 0;
}

.CookieTrail_Template a.ctLink:hover,
.CookieTrail_Template a.ctFocused,
.CookieTrail_Template a.ctSelected {
  background-color: transparent;
  text-decoration: none;
  cursor: default;
  /* display: block; */
}

/* Version 3
*  Released: 6/24/15
NOTES:
+ updated/ to accommodate modern doctypes
+ globalized to be easier to maintain
+ MINIFIED for less file size
*/
.adminbar {
  background: #eee;
  color: #333;
}

.adminbar {
  background: #eee;
  color: #333;
}

.Dgrp_ToolBoxTitleBar {
  padding-top: 0 !important;
}

/*BACKGROUND WHITE */
.tnavTabON,
.tNavTabON,
.NETChangeAdminLevel,
.modAdmin,
.modStatsVisitorBar,
.modStatsUserbar,
.modReportingDatarowHeading1,
.modReportingDataRowHeading1,
.modReportingDataRowALTHeading1,
.modReportingDataRowALTHeading2,
.modReportingDataRow,
.modReportingDataRowAlt,
.modReportingDataRowHeading5,
.modMsgBrdShaded,
.modMapShaded,
.modSearchShaded,
.modSearchShaded2,
.rowHighlight,
.modChatIndexHeader,
.modChatroomList,
.modGolfStatsHeader1,
.modGolfStatsHeader2,
.modGolfStatsDataRow,
.modCalDayRowLeftHeader,
.modCalDayRow,
.modCalWeekDayHeader,
.RosterColumnTitle,
.modProfileReportRow,
.modCrsTourSelectedHole,
.modCrsTourTeeboxData,
.modCrsTourScorecardDataRow,
.modInboxMessageTextArea,
.modActUserListDataRow,
.modActUserListDataRowALT {
  background: #FFF;
}

/*ANYTHING SPECIAL*/
.modAdmin {
  color: #666;
}

.modPopupHeader {
  background: #ccc;
  border-bottom: #000 1px solid;
  border-top: #333 1px solid;
  color: #fff;
  padding: 1px;
}

a.modSearchPrintButton {
  color: red;
  text-decoration: none;
}

.modSearchResults {
  background: #eee;
}

.modReportingDatarowHeading1,
.modReportingDataRowHeading1,
.modReportingDataRowALTHeading1,
.modReportingDataRowALTHeading2 {
  font-weight: 700;
  text-decoration: none;
}

.modReportingDataRowAlt {
  text-decoration: none;
}

.modReportingHeader {
  background: #eee;
  font-weight: 700;
  text-decoration: none;
}

.modReportingDataRowHeading3,
.modReportingDataRowAltHeading3,
.modReportingDataRowHeading4 {
  background: #eee;
  list-style-position: outside;
  text-align: left;
  text-decoration: none;
  text-indent: 20px;
}

.modReportingDataRowHeading5 {
  list-style-position: outside;
  text-align: left;
  text-decoration: none;
  text-indent: 40px;
}

.modReportingDatarowAltHeading4 {
  background: #eee;
  list-style-position: outside;
  text-align: left;
  text-decoration: none;
  text-indent: 30px;
}

.modReportingDataRowAltHeading5 {
  background: #eee;
  list-style-position: outside;
  text-align: left;
  text-decoration: none;
  text-indent: 40px;
}

.modArticlesRowHighlightAlt {
  background: #ccc;
  color: #000;
}

a.modArticlesTitle {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

a.modArticlesTitle:hover,
a.modArticlesTitle:focus {
  text-decoration: underline;
}

.modSurveyResultHeader {
  background: #eee;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

.modAltLine,
.modSignupForm {
  background: #eee;
}

.modReportingDataRowHeading2,
.modReportingDataRowAltHeading2 {
  list-style-position: outside;
  text-align: left;
  text-indent: 10px;
}

/*-----------------------------------
/////////////////////////////////////
CALENDAR
/////////////////////////////////////
------------------------------------*/
/*DAY VIEW + WEEK VIEW TABLE CELLS*/
.modCalWeekRow {
  padding: 10px;
}

.modCalWeekDayHeader {
  padding: 0;
  line-height: 1px;
}

td.modCalWeekDayHeader>a.modCalWeekDayHeader {
  line-height: 30px;
}

.modCalWeekRow,
.modCalMonthWeekEndDay {
  background: #eee;
}

.modCalMonthWeekDayDisabled,
.modCalYearCurrentMonthHighlight,
.modCalYearCurrentDayHighlight {
  background: #ccc;
}

.modCalYearCurrentDayHighlight {
  font-weight: 700;
}

.modCalMonthWeekday,
.modCalMonthDayOfWeekHeader {
  background: #fff;
  text-decoration: none;
}

.modCalMonthDayOfWeekHeader {
  font-weight: 700;
  text-align: center;
}

.currentDay {
  background: #eee;
}

/*table cells of calendar*/
.modCalMonthWeekDay,
.modCalMonthWeekEndDay,
.tnavTabON.currentDay,
.modCalMonthWeekDayOtherMonth {
  line-height: 18px;
}

.modCalMonthWeekDay td,
.modCalMonthWeekEndDay td,
.tnavTabON.currentDay td,
.modCalMonthWeekDayOtherMonth td {
  padding: 5px 0 0;
}

/*GLOBAL MODIFIERS FOR CALENDAR*/
.calendarEventDateLink,
.calendarEventDateLink:hover,
.calendarEventDateLink:focus {
  text-decoration: none;
}

.smallerfont {
  font-size: medium;
}

/*HIDES BORDER ON MONTH VIEW*/
.modCalMonth .modCalMonthWeekDay img,
.modCalMonth .modCalMonthWeekEndDay img,
.modCalMonth .modCalMonthWeekDayDisabled img,
.modCalMonth .currentDay img {
  display: none;
}

/*SHOWS RESERVATION ICONS ON MONTH VIEW*/
.modCalMonth .modCalMonthWeekDay img.calendarEventIcon,
.modCalMonth .modCalMonthWeekEndDay img.calendarEventIcon,
.modCalMonth .modCalMonthWeekDayDisabled img.calendarEventIcon,
.modCalMonth .currentDay img.calendarEventIcon {
  display: block;
}

/*PAST DATES ON MONTH VIEW*/
.modCalMonth .modCalMonthWeekDay.calendarEventPastDate a,
.modCalMonth .modCalMonthWeekEndDay.calendarEventPastDate a,
.modCalMonth .modCalMonthWeekDayDisabled.calendarEventPastDate a {
  color: #aaa;
  cursor: default;
}

/*------------------------------------
//////////////////////////////////////
--------------------------------------
= III.C. ROSTER ----- present on admin view only (hint: hidden) --------- */
.RosterRowOn {
  background: #fefefe;
}

.RosterColDiv {
  background: #eee;
}

.RosterRowOff td,
.RosterRowOn td,
.RosterColumnTitle td {
  padding: 5px;
}

.RosterRowOff td.RosterColDiv,
.RosterRowOn td.RosterColDiv,
.RosterColumnTitle td.RosterColDiv {
  padding: 0;
}

.RosterRowOn a,
.RosterRowOff a {
  text-decoration: none;
}

.RosterRowOn a:hover,
.RosterRowOff a:hover,
.RosterRowOff a:focus {
  text-decoration: underline;
}

.RosterLetterOn,
.rosterletteron {
  background: #fefefe;
  font-weight: 700;
}

.RosterLetterOff,
.rosterletteroff,
.rosterLetterOff {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.RosterRowOff .RosterRowHidden,
.RosterRowOn .RosterRowHidden {
  color: #840000;
  text-decoration: none;
}

.RosterRowOff .RosterRowHidden:hover,
.RosterRowOff .RosterRowHidden:visited,
.RosterRowOff .RosterRowHidden:focus,
.RosterRowOn .RosterRowHidden:hover,
.RosterRowOn .RosterRowHidden:visited,
.RosterRowOn .RosterRowHidden:focus {
  text-decoration: underline;
}

.modRosterHiliteHiddenField {
  color: #aaa;
}

#memberPhoto .abut {
  width: 100%;
  margin-bottom: 5px;
}

.modProfileReportRowHeader {
  background: #ccc;
}

.modDirectoryNoEditShade {
  background: #eee;
}

.modDirectoryCheckboxShade {
  background: #ddd;
}

/*----------------------------------
////////////////////////////////////
------------------------------------
= III.D. ARTICLES ----- */
.modArticlesRowHighlight {
  padding-top: 10px;
}

.modArticlesRowHighlight a {
  font-weight: 700;
  display: block;
  text-decoration: none;
}

.modArticlesRowHighlight a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.modArticlesRowHighlight a.editArticleLink {
  display: inline;
}

.modArticlesDayHeader {
  background: #000;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/*----------------------------------
////////////////////////////////////
------------------------------------
= III.E. COURSE TOUR ------ */
.modCrsTourSelectedTab,
.modCrsTourHoleChooser {
  background: #666;
  color: #fff;
  font-weight: 700;
}

.modCrsTourUnselectedTab,
.modCrsTourTeeboxHeader,
.modCrsTourScorecardHeader {
  background: #eee;
}

.modCrsTourTeeboxData {
  padding: 2px;
}

.modCrsTourScorecardDataRowAlt {
  background: #ddd;
}

.modCrsTourScorecardHeader:visited,
.modCrsTourScorecardHeader:hover,
.modCrsTourScorecardHeader:focus {
  color: #fff;
}

/*-------------------------------
/////////////////////////////////
---------------------------------
= III.E. INBOX ----- */
.modInboxMessageView {
  background: #eee;
}

/*-------------------------------
/////////////////////////////////
---------------------------------
= III.F. EVENT MANAGER ----- */
.modEvtMgrHeader {
  background: #eee;
  font-weight: 700;
}

a.modEvtMgrHeader {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/*-------------------------------
/////////////////////////////////
---------------------------------
= III.G. ACTIVE USER LISTING ----- */
.modActUserListHeader {
  background: #eee;
}

.modActUserListHeader:visited,
.modActUserListHeader:hover,
.modActUserListHeader:focus {
  color: #fff;
}

a.modEvtMgrHeader:hover,
a.modEvtMgrHeader:visited {
  color: #fff;
  font-weight: 700;
}

/*-----------------------------------
////////////////////////////////////
---------------------------------
= III.I. TABS ----- */
.tNavTitle {
  font-weight: 700;
}

.tnavBorder {
  background: #e0e0e0;
}

.tnavTabON,
.tNavTabON,
.tNavTabOff,
.tNavTabOFF,
.tnavTabOFF {
  line-height: 30px;
}

/*TAB -> NEED TO SEPARATE B/C ALSO IS THE CLASS FOR CONTENT WRAP*/
.tnavTabON .moduleTabText,
.tNavTabON .moduleTabText {
  color: #622c2a;
  font-weight: 700;
  text-decoration: none;
}

.tnavTabON,
.tNavTabON {
  background: white;
}

/* JN => This may not be needed
a.tnavTabON, a.tNavTabON, a.tnavTabON:visited, a.tNavTabON:visited, a.tnavTabON:focus, a.tNavTabON:focus {background:#ddd;color:#777; color:#fff; font-weight:700; text-decoration:none;}
a.tnavTabON:hover, a.tNavTabON:hover {background:#fff; color:#333; font-weight:700; text-decoration:none;}
*/
.tNavTabOff,
.tNavTabOFF,
.tnavTabOFF,
a.tNavTabOff:visited,
a.tNavTabOFF:visited,
a.tnavTabOFF:visited {
  background: #f4f4f4;
  color: #151e17;
  font-weight: 700;
  text-decoration: none;
}

a.tNavTabOff:hover,
a.tNavTabOFF:hover,
a.tnavTabOFF:hover,
a.tNavTabOff:focus,
a.tNavTabOFF:focus,
a.tnavTabOFF:focus {
  background: none;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.tNavTabContent {
  background: transparent;
  text-decoration: none;
}

/**ADDL CLASSES**/
.eventMgrPop {
  font-size: 100%;
}

.plgHeaderBar {
  font-size: 26px;
}

#calendarLinkBar {
  padding-top: 20px;
}

.articleHtml {
  font-weight: normal;
}

td[class*="qFilter"].label {
  color: #000;
}

td[class*="qFilter"] input[type="text"] {
  padding: 0 5px;
  margin: 0;
}

#btnQuickFilter {
  margin-top: 10px;
}

.calendarQuickFilterWrap .abut {
  margin: 3px 0;
}

/*calendar*/
.adminbar {
  padding: 5px 0;
}

.adminbar .abut {
  width: auto !important;
}

#eventHeader {
  height: auto;
  padding: 10px 60px;
}

#eventHeader,
#topLinkBar li,
#eventDateTop,
#eventDateBottom {
  font-size: 16px;
}

#eventSummaryTop,
#eventSummaryBottom {
  font-size: 18px;
}

#eventHeaderTitle .TitleText,
#eventTitleTop,
#eventTitleBottom {
  font-size: 24px;
}

#btnKeepAlive,
#btnKeepAlive+.abut {
  width: 90% !important;
  display: block;
  margin: 0 auto;
}

#logoutDiv {
  height: auto !important;
}

#countdownBox {
  margin-bottom: 10px;
  display: inline-block;
}

#adminDashboardOpen {
  z-index: 9999;
}

.ForgotUsername,
.NETForgotPassword {
  background: #fff;
}

.plgHeaderbarAction,
a.plgHeaderbarAction,
a.plgHeaderbarAction:visited {
  font-size: 11px;
}

/*= Plugin titles ----- */
.pluginTitle {
  color: #fff;
  font: 15px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////////////////////
= Plugin Header bar and border ----- */
.plgHeaderbar {
  color: #666;
  font: 16px Arial, Verdana, sans-serif;
  font-weight: 700;
  padding-bottom: 4px;
}

.plgBorder,
.plgHeaderbarBorder {
  background: transparent;
}

/*---------------------------------------------------------
/////////////////////////////////////////////////////////
-----------------------------------------------------------
= II.B. CALENDAR PLUGIN -----*/
.plgCalendarHeader {
  background: transparent;
  color: #eee;
  font: bold 12px Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.plgCalendarWeekday,
.plgCalendarWeekend,
.plgCalendarDayOn {
  background: transparent;
  color: inherit;
  font: 400 11px Arial, Verdana, sans-serif;
  padding: 2px;
  text-decoration: none;
}

/*---------------------------------------------------------
/////////////////////////////////////////////////////////
-----------------------------------------------------------
= II.C. CALENDAR DATE PICKER -----*/
/*datepicker container*/
#datepicker {
  padding: 6px;
  border: 2px double #6593CF;
  font: 11px Arial, Verdana, sans-serif;
  background: #F1F1F1;
}

/*blank calendar day blocks at beginning and end of month*/
#datepicker table.page,
#datepicker td.page {
  background: #FFF;
}

/*Month*/
#datepicker .plgHeaderBar {
  padding: 4px 2px;
  font: bold 12px Arial, Verdana, sans-serif;
  background: #CED8E6;
  color: #204D89;
}

/*Days of the week*/
#datepicker .plgCalendarHeader {
  padding: 4px 2px;
  font-weight: bold;
  background: #CED8E6;
  color: #555;
}

/*Dates, current day (#datepicker .plgCalendarDayOn)*/
#datepicker .plgCalendarWeekday,
#datepicker .plgCalendarWeekend,
#datepicker .plgCalendarDayOn {
  background: #FFF;
  color: #204D89;
  cursor: pointer;
}

/*links*/
#datepicker .plgHeaderBar a.plgHeaderBarAction {
  padding: 4px 2px;
  font: bold 11px Arial, Verdana, sans-serif;
  background: #CED8E6;
  color: #112949;
  cursor: pointer;
}

/*next/previous arrows for months*/
#datepicker a.plgHeaderBarAction font {
  cursor: pointer;
}

/*hover states for links and next/previous arrows for months*/
#datepicker .plgHeaderBar a.plgHeaderBarAction:hover,
#datepicker a.plgHeaderBarAction font:hover {
  color: #3279D5;
  text-decoration: none;
}

/*---------------------------------------------------------
/////////////////////////////////////////////////////////
-----------------------------------------------------------
= II.D. WEATHER PLUGIN ----- */
.plgWeatherHeader {
  color: #333;
  font: 11px Arial, Verdana, sans-serif;
}

.plgWeatherHghTxt {
  color: #222;
  display: block;
  font: 22px Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.plgWeatherLowTxt {
  color: #222;
  font: 16px Arial, Verdana, sans-serif;
  font-weight: 700;
}

.plgWeatherCndTxt {
  clear: both;
  color: #777;
  display: none;
  font: 11px Arial, Helvetica, sans-serif;
}

/*---------------------------------------------------------
/////////////////////////////////////////////////////////
-----------------------------------------------------------
= II.E. NEWS ----- */
.plgNewsPosted {
  color: #222;
  font: 11px Arial, Verdana, sans-serif;
}

.plgAltLine {
  background: #FFF;
}

/*---------------------------------------------------------
/////////////////////////////////////////////////////////
-----------------------------------------------------------
= II.F. Inbox, Leaderboard, Link plugins ----- */
.plgInboxHeader {
  background: #eee;
  color: #000;
  font: 700 13px Arial, Verdana, sans-serif;
}

.plgLdrBrdHeader {
  color: #000;
  font: 700 13px Arial, Verdana, sans-serif;
}

.plgLdrBrdHiliteUser {
  color: #666;
  font-weight: 700;
}

.plgLinkTxt {
  color: #eee;
  font: 13px Arial, Verdana, sans-serif;
}

.plgLinkDesc {
  color: #000;
  font: smaller Arial, Verdana, sans-serif;
  padding-left: 9px;
  text-decoration: none;
}

/*---------------------------------------------------------
/////////////////////////////////////////////////////////
-----------------------------------------------------------
= II.G. RESERVATION PLUGIN ----- */
.plgResCurrent {
  color: #666;
  font: 13px Arial, Verdana, sans-serif;
}

.plgResTxt {
  color: #eee;
  font: 13px Arial, Verdana, sans-serif;
}

.plgResDesc {
  color: #000;
  font: 11px Arial, Verdana, sans-serif;
}

/*---------------------------------------------------------
/////////////////////////////////////////////////////////
-----------------------------------------------------------
= II.H. POLLING WINDOW ------ polling window bg --------- */
.plgPollQuestionArea {
  background: #FFF;
  color: #000;
  font-family: Arial, Verdana, sans-serif;
}

/* polling window header --------- */
.plgPollHeader {
  background: #eee;
  color: #000;
  font: 700 smaller Arial, Verdana, sans-serif;
}

/* polling window results --------- */
.plgPollResultBar {
  background: #FFF;
}

/* polling window selected results - text --------- */
.plgPollHighlightFont {
  color: #888;
  font-family: Arial, Verdana, sans-serif;
}

html,
body {
  height: 100%;
  margin: 0px;
}

div#login_page {
  width: 100%;
  height: 100%;
  padding: 60px 0;
}

/* -------------------------------------------------------------
= RESET FONT AND LINE HEIGHT FROM SITE'S CSS
------------------------------------------------------------- */
div#login_page,
div#login_page div,
div#login_page table,
div#login_page p {
  font-size: 10px;
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.2em;
  color: #666;
}

/* -------------------------------------------------------------
= OVERALL CONTAINER OF ADMIN LOGIN - BORDER AND WIDTH
------------------------------------------------------------- */
div#login_container {
  width: 630px;
  border: solid 1px #000;
  margin: 0 auto;
  background: #FFF;
}

/* -------------------------------------------------------------
= BOX WITH SITE NAME AND "WEB ADMIN LOGIN"
------------------------------------------------------------- */
div#login_siteName {
  background: #dcdace url(../Images/adminLogin_bg.gif) bottom repeat-x;
  width: 390px;
  padding: 70px 0;
  text-align: center;
  float: left;
  border-right: 1px solid #000;
}

/* SITE NAME */
div#login_siteName h1 {
  text-align: center;
  color: #000;
  font: 24px normal Georgia, "Times New Roman", Times, serif;
  border: none;
  margin: 5px 0 15px;
  padding: 0px;
  background: transparent none;
  text-decoration: none;
}

/* WEB ADMIN LOGIN */
div#login_siteName h2 {
  text-align: center;
  color: #33701c;
  font: 16px normal Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  background: transparent none;
  text-decoration: none;
}

/* -------------------------------------------------------------
= RIGHT COLUMN WITH INSTRUCTIONS AND LOGIN PLUGIN
------------------------------------------------------------- */
div#login_sideColumn {
  float: left;
  width: 200px;
  padding: 0 10px 10px;
  margin-top: 10px;
  text-align: left;
}

/* RESET P TAG STYLES FROM SITE'S CSS */
div#login_sideColumn p {
  font-size: 12px;
  margin: 0px 0px 5px;
  padding: 0px;
}

/* MAKE FONT SMALLER FOR LOGIN PLUGIN - USERNAME AND PASSWORD TEXT */
div#login_sideColumn .login_fields {
  font-size: 10px;
  float: left;
}

/* CHANGE WIDTH OF PASSWORD TEXT DIV TO FIT FORGOT PASSWORD LINK NEXT TO IT */
div#login_sideColumn #password {
  clear: both;
}

/* STYLE FOR INPUT BOXES - DIV CONTAINER */
div#login_sideColumn .login_input {
  margin: 0 4px 6px 0;
  float: left;
  width: 150px;
}

/* EPAND INPUT FIELDS TO WIDTH OF PARENT DIVS */
div#login_sideColumn .login_input input {
  width: 100%;
}

/* STYLE FOR INPUT BOXES - ACTUAL BOXES */
div#login_sideColumn .login_input input {
  border: solid 1px #999;
  height: 19px;
  font-size: 11px;
}

div#login_sideColumn #login_forgotPassword {
  float: left;
  margin: 0 0 0 4px;
}

/* RESET LINK COLOR AND STYLE FROM SITE'S CSS */
div#login_sideColumn a {
  color: #33701C;
  font-size: 10px;
  text-decoration: none;
}

div#login_sideColumn a:hover {
  color: #469926;
  text-decoration: underline;
}

/* LOGIN BUTTON - DIV CONTAINER */
div#login_sideColumn #login_link {
  clear: both;
  height: 21px;
}

/* -------------------------------------------------------------
= FOOTER - BLACK BAR WITH CLUBESSENTIAL LINK
------------------------------------------------------------- */
div#login_footer {
  clear: both;
  background: #000;
  height: 18px;
  padding: 5px 10px 3px;
  font-size: 10px;
  color: #858585;
}

a#login_clubessential {
  color: #c4c3c3;
  text-decoration: none;
}

a#login_clubessential:hover {
  color: #fff;
  text-decoration: none;
}

#buddyListDiv_opener {
  display: none;
}

body {
  box-sizing: border-box;
}

body.active {
  width: 100%;
  overflow: hidden;
  position: fixed;
}

/*body .mpContent img { width: 100% !important; }*/
body div[id*="photoPluginWrapper"]>div {
  width: 100% !important;
  height: auto !important;
}

body div[id*="photoPluginWrapper"] img {
  width: 100%;
  padding: 0;
}

figcaption .title {
  font-size: 24px;
  font-weight: bold;
}

figcaption .info a {
  font-size: 20px;
  font-weight: bold;
}

@media (min-width:320px) {
  body div[id*="photoPluginWrapper"] {
    width: 100% !important;
    min-height: 240px !important;
    height: auto !important;
  }

  .photoGalleryWrapDiv figure {
    min-height: 170px;
    background-size: 100%;
    background-position: center 50%;
    position: relative;
    background-repeat: no-repeat;
  }

  .banner-private figure figcaption {
    position: absolute;
    bottom: 10%;
    left: 25%;
  }
}

@media (min-width:400px) {
  body div[id*="photoPluginWrapper"] {
    width: 100% !important;
    min-height: 270px !important;
    height: auto !important;
  }

  .photoGalleryWrapDiv figure {
    min-height: 220px;
    background-size: 100%;
    background-position: center 50%;
    position: relative;
    background-repeat: no-repeat;
  }

  .banner-private figure figcaption {
    position: absolute;
    bottom: 15%;
    left: 30%;
  }
}

@media (min-width:600px) {
  body div[id*="photoPluginWrapper"] {
    width: 100% !important;
    min-height: 320px !important;
    height: auto !important;
  }

  .photoGalleryWrapDiv figure {
    min-height: 270px;
    background-size: 100%;
    background-position: center 50%;
    position: relative;
    background-repeat: no-repeat;
  }

}

@media (min-width:768px) {
  body div[id*="photoPluginWrapper"] {
    width: 100% !important;
    min-height: 320px !important;
    height: auto !important;
  }

  .photoGalleryWrapDiv figure {
    min-height: 270px;
    background-size: 100%;
    background-position: center 50%;
    position: relative;
    background-repeat: no-repeat;
  }

}

@media (min-width:1024px) {
  body div[id*="photoPluginWrapper"] {
    width: 100% !important;
    min-height: 420px !important;
    height: auto !important;
  }

  .photoGalleryWrapDiv figure {
    min-height: 370px;
    background-size: 100%;
    background-position: center 50%;
    position: relative;
    background-repeat: no-repeat;
  }

}

@media (min-width:1201px) {
  body div[id*="photoPluginWrapper"] {
    width: 100% !important;
    min-height: 650px !important;
    height: auto !important;
  }

  .photoGalleryWrapDiv figure {
    min-height: 650px;
    background-size: 100%;
    background-position: center 50%;
    position: relative;
    background-repeat: no-repeat;
  }

}

.but {
  background: #333;
  color: #333;
  cursor: pointer;
}

/* directory */
.membut {
  background: #eee;
  border: 1px solid buttonFace;
  color: #333;
  cursor: pointer;
}

.clickToEditDiv img {
  width: auto !important;
}

[id^="photoPlugin"] {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media screen and (max-width: 1024px) {
  .hide-sm {
    display: none !important;
  }
}

.t-center {
  text-align: center;
}

.b-border {
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}

.f-right {
  float: right;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.content {
  margin-bottom: 100px;
}

.sitewrap .m-top {
  margin-top: -100px;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #fff6e8;
  padding: 3%;
  z-index: 100;
}

.sitewrap .m-top .smallerfont {
  display: none;
}

a.guest {
  font: 16px 'Lato', Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: #2a3c2e;
  color: white;
  left: 0;
  bottom: -84px;
  width: 161px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  a.guest {
    display: none;
  }
}

@media (max-width: 990px) {
  .responsiveTable td {
    display: block;
  }
}

@media (max-width: 991px) {
  .responsiveTable td {
    margin-bottom: 20px;
  }
}

iframe#logoutiframe {
  display: none;
}

.icon:before,
.icon {
  font-family: 'Nucleo Glyph';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga"1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------ font icons
-------------------------*/
.icon.travel_axe:before {
  content: "\eb4f";
}

.icon.travel_backpack:before {
  content: "\eb50";
}

.icon.travel_bag:before {
  content: "\eb51";
}

.icon.travel_barbecue:before {
  content: "\eb52";
}

.icon.travel_beach-umbrella:before {
  content: "\eb53";
}

.icon.travel_berlin:before {
  content: "\eb54";
}

.icon.travel_binocular:before {
  content: "\eb55";
}

.icon.travel_camper:before {
  content: "\eb56";
}

.icon.travel_camping:before {
  content: "\eb57";
}

.icon.travel_castle:before {
  content: "\eb58";
}

.icon.travel_china:before {
  content: "\eb59";
}

.icon.travel_church:before {
  content: "\eb5a";
}

.icon.travel_drink:before {
  content: "\eb5b";
}

.icon.travel_explore:before {
  content: "\eb5c";
}

.icon.travel_fire:before {
  content: "\eb5d";
}

.icon.travel_hotel-bell:before {
  content: "\eb5e";
}

.icon.travel_hotel-symbol:before {
  content: "\eb5f";
}

.icon.travel_hotel:before {
  content: "\eb60";
}

.icon.travel_hut:before {
  content: "\eb61";
}

.icon.travel_igloo:before {
  content: "\eb62";
}

.icon.travel_info:before {
  content: "\eb63";
}

.icon.travel_istanbul:before {
  content: "\eb64";
}

.icon.travel_jellyfish:before {
  content: "\eb65";
}

.icon.travel_lamp:before {
  content: "\eb66";
}

.icon.travel_lighthouse:before {
  content: "\eb67";
}

.icon.travel_london:before {
  content: "\eb68";
}

.icon.travel_luggage:before {
  content: "\eb69";
}

.icon.travel_mosque:before {
  content: "\eb6a";
}

.icon.travel_ny:before {
  content: "\eb6b";
}

.icon.travel_octopus:before {
  content: "\eb6c";
}

.icon.travel_paris-tower:before {
  content: "\eb6d";
}

.icon.travel_passport:before {
  content: "\eb6e";
}

.icon.travel_pickaxe:before {
  content: "\eb6f";
}

.icon.travel_pool:before {
  content: "\eb70";
}

.icon.travel_pyramid:before {
  content: "\eb71";
}

.icon.travel_rackets:before {
  content: "\eb72";
}

.icon.travel_rio:before {
  content: "\eb73";
}

.icon.travel_road-sign-left:before {
  content: "\eb74";
}

.icon.travel_road-sign-right:before {
  content: "\eb75";
}

.icon.travel_rome:before {
  content: "\eb76";
}

.icon.travel_rowing:before {
  content: "\eb77";
}

.icon.travel_sea-mask:before {
  content: "\eb78";
}

.icon.travel_sf-bridge:before {
  content: "\eb79";
}

.icon.travel_shark:before {
  content: "\eb7a";
}

.icon.travel_spa:before {
  content: "\eb7b";
}

.icon.travel_sunglasses:before {
  content: "\eb7c";
}

.icon.travel_surf:before {
  content: "\eb7d";
}

.icon.travel_swimsuit:before {
  content: "\eb7e";
}

.icon.travel_swimwear:before {
  content: "\eb7f";
}

.icon.travel_swiss-knife:before {
  content: "\eb80";
}

.icon.travel_temple-02:before {
  content: "\eb81";
}

.icon.travel_temple-25:before {
  content: "\eb82";
}

.icon.travel_trolley:before {
  content: "\eb83";
}

.icon.travel_white-house:before {
  content: "\eb84";
}

.icon.travel_world:before {
  content: "\eb85";
}

.icon.travel_worldmap:before {
  content: "\eb86";
}

.icon.food_alcohol:before {
  content: "\eb87";
}

.icon.food_apple:before {
  content: "\eb88";
}

.icon.food_baby:before {
  content: "\eb89";
}

.icon.food_bacon:before {
  content: "\eb8a";
}

.icon.food_baguette:before {
  content: "\eb8b";
}

.icon.food_banana:before {
  content: "\eb8c";
}

.icon.food_barbecue-02:before {
  content: "\eb8d";
}

.icon.food_barbecue-15:before {
  content: "\eb8e";
}

.icon.food_barbecue-tools:before {
  content: "\eb8f";
}

.icon.food_beer-95:before {
  content: "\eb90";
}

.icon.food_beer-96:before {
  content: "\eb91";
}

.icon.food_beverage:before {
  content: "\eb92";
}

.icon.food_bottle-wine:before {
  content: "\eb93";
}

.icon.food_bottle:before {
  content: "\eb94";
}

.icon.food_bowl:before {
  content: "\eb95";
}

.icon.food_bread:before {
  content: "\eb96";
}

.icon.food_broccoli:before {
  content: "\eb97";
}

.icon.food_cake-13:before {
  content: "\eb98";
}

.icon.food_cake-100:before {
  content: "\eb99";
}

.icon.food_cake-slice:before {
  content: "\eb9a";
}

.icon.food_candle:before {
  content: "\eb9b";
}

.icon.food_candy:before {
  content: "\eb9c";
}

.icon.food_carrot:before {
  content: "\eb9d";
}

.icon.food_champagne:before {
  content: "\eb9e";
}

.icon.food_cheese-24:before {
  content: "\eb9f";
}

.icon.food_cheese-87:before {
  content: "\eba0";
}

.icon.food_cheeseburger:before {
  content: "\eba1";
}

.icon.food_chef-hat:before {
  content: "\eba2";
}

.icon.food_cherry:before {
  content: "\eba3";
}

.icon.food_chicken:before {
  content: "\eba4";
}

.icon.food_chili:before {
  content: "\eba5";
}

.icon.food_chinese:before {
  content: "\eba6";
}

.icon.food_chips:before {
  content: "\eba7";
}

.icon.food_chocolate:before {
  content: "\eba8";
}

.icon.food_cocktail:before {
  content: "\eba9";
}

.icon.food_coffe-long:before {
  content: "\ebaa";
}

.icon.food_coffee-long:before {
  content: "\ebab";
}

.icon.food_coffee:before {
  content: "\ebac";
}

.icon.food_cookies:before {
  content: "\ebad";
}

.icon.food_course:before {
  content: "\ebae";
}

.icon.food_crab:before {
  content: "\ebaf";
}

.icon.food_croissant:before {
  content: "\ebb0";
}

.icon.food_cutlery-75:before {
  content: "\ebb1";
}

.icon.food_cutlery-76:before {
  content: "\ebb2";
}

.icon.food_cutlery-77:before {
  content: "\ebb3";
}

.icon.food_dishwasher:before {
  content: "\ebb4";
}

.icon.food_donut:before {
  content: "\ebb5";
}

.icon.food_drink:before {
  content: "\ebb6";
}

.icon.food_egg:before {
  content: "\ebb7";
}

.icon.food_energy-drink:before {
  content: "\ebb8";
}

.icon.food_fish:before {
  content: "\ebb9";
}

.icon.food_fishbone:before {
  content: "\ebba";
}

.icon.food_fridge:before {
  content: "\ebbb";
}

.icon.food_glass:before {
  content: "\ebbc";
}

.icon.food_grape:before {
  content: "\ebbd";
}

.icon.food_hob:before {
  content: "\ebbe";
}

.icon.food_hot-dog:before {
  content: "\ebbf";
}

.icon.food_ice-cream-22:before {
  content: "\ebc0";
}

.icon.food_ice-cream-72:before {
  content: "\ebc1";
}

.icon.food_jam:before {
  content: "\ebc2";
}

.icon.food_kettle:before {
  content: "\ebc3";
}

.icon.food_kitchen-fan:before {
  content: "\ebc4";
}

.icon.food_knife:before {
  content: "\ebc5";
}

.icon.food_lemon-slice:before {
  content: "\ebc6";
}

.icon.food_lighter:before {
  content: "\ebc7";
}

.icon.food_lobster:before {
  content: "\ebc8";
}

.icon.food_matches:before {
  content: "\ebc9";
}

.icon.food_measuring-cup:before {
  content: "\ebca";
}

.icon.food_meat-spit:before {
  content: "\ebcb";
}

.icon.food_microwave:before {
  content: "\ebcc";
}

.icon.food_milk:before {
  content: "\ebcd";
}

.icon.food_moka:before {
  content: "\ebce";
}

.icon.food_muffin:before {
  content: "\ebcf";
}

.icon.food_mug:before {
  content: "\ebd0";
}

.icon.food_oven:before {
  content: "\ebd1";
}

.icon.food_pan:before {
  content: "\ebd2";
}

.icon.food_pizza-slice:before {
  content: "\ebd3";
}

.icon.food_pizza:before {
  content: "\ebd4";
}

.icon.food_plate:before {
  content: "\ebd5";
}

.icon.food_pot:before {
  content: "\ebd6";
}

.icon.food_prosciutto:before {
  content: "\ebd7";
}

.icon.food_recipe-book-46:before {
  content: "\ebd8";
}

.icon.food_recipe-book-47:before {
  content: "\ebd9";
}

.icon.food_rolling-pin:before {
  content: "\ebda";
}

.icon.food_salt:before {
  content: "\ebdb";
}

.icon.food_sausage:before {
  content: "\ebdc";
}

.icon.food_scale:before {
  content: "\ebdd";
}

.icon.food_scotch:before {
  content: "\ebde";
}

.icon.food_shrimp:before {
  content: "\ebdf";
}

.icon.food_steak:before {
  content: "\ebe0";
}

.icon.food_store:before {
  content: "\ebe1";
}

.icon.food_strawberry:before {
  content: "\ebe2";
}

.icon.food_sushi:before {
  content: "\ebe3";
}

.icon.food_tacos:before {
  content: "\ebe4";
}

.icon.food_tea:before {
  content: "\ebe5";
}

.icon.food_temperature:before {
  content: "\ebe6";
}

.icon.food_vest-07:before {
  content: "\ebe7";
}

.icon.food_vest-31:before {
  content: "\ebe8";
}

.icon.food_watermelon:before {
  content: "\ebe9";
}

.icon.food_whisk:before {
  content: "\ebea";
}

.icon.emoticons_alien:before {
  content: "\ebeb";
}

.icon.emoticons_angry-10:before {
  content: "\ebec";
}

.icon.emoticons_angry-44:before {
  content: "\ebed";
}

.icon.emoticons_big-eyes:before {
  content: "\ebee";
}

.icon.emoticons_big-smile:before {
  content: "\ebef";
}

.icon.emoticons_bigmouth:before {
  content: "\ebf0";
}

.icon.emoticons_bleah:before {
  content: "\ebf1";
}

.icon.emoticons_blind:before {
  content: "\ebf2";
}

.icon.emoticons_bomb:before {
  content: "\ebf3";
}

.icon.emoticons_bored:before {
  content: "\ebf4";
}

.icon.emoticons_cake:before {
  content: "\ebf5";
}

.icon.emoticons_cry-15:before {
  content: "\ebf6";
}

.icon.emoticons_cry-57:before {
  content: "\ebf7";
}

.icon.emoticons_cute:before {
  content: "\ebf8";
}

.icon.emoticons_devil:before {
  content: "\ebf9";
}

.icon.emoticons_disgusted:before {
  content: "\ebfa";
}

.icon.emoticons_fist:before {
  content: "\ebfb";
}

.icon.emoticons_ghost:before {
  content: "\ebfc";
}

.icon.emoticons_hannibal:before {
  content: "\ebfd";
}

.icon.emoticons_happy-sun:before {
  content: "\ebfe";
}

.icon.emoticons_kid:before {
  content: "\ebff";
}

.icon.emoticons_kiss:before {
  content: "\ec00";
}

.icon.emoticons_laugh-17:before {
  content: "\ec01";
}

.icon.emoticons_laugh-35:before {
  content: "\ec02";
}

.icon.emoticons_like-no:before {
  content: "\ec03";
}

.icon.emoticons_like:before {
  content: "\ec04";
}

.icon.emoticons_mad-12:before {
  content: "\ec05";
}

.icon.emoticons_mad-58:before {
  content: "\ec06";
}

.icon.emoticons_malicious:before {
  content: "\ec07";
}

.icon.emoticons_manga-62:before {
  content: "\ec08";
}

.icon.emoticons_manga-63:before {
  content: "\ec09";
}

.icon.emoticons_monster:before {
  content: "\ec0a";
}

.icon.emoticons_nerd-22:before {
  content: "\ec0b";
}

.icon.emoticons_nerd-23:before {
  content: "\ec0c";
}

.icon.emoticons_ninja:before {
  content: "\ec0d";
}

.icon.emoticons_no-words:before {
  content: "\ec0e";
}

.icon.emoticons_parrot:before {
  content: "\ec0f";
}

.icon.emoticons_penguin:before {
  content: "\ec10";
}

.icon.emoticons_pirate:before {
  content: "\ec11";
}

.icon.emoticons_poop:before {
  content: "\ec12";
}

.icon.emoticons_puzzled:before {
  content: "\ec13";
}

.icon.emoticons_quite-happy:before {
  content: "\ec14";
}

.icon.emoticons_robot:before {
  content: "\ec15";
}

.icon.emoticons_rock:before {
  content: "\ec16";
}

.icon.emoticons_sad:before {
  content: "\ec17";
}

.icon.emoticons_satisfied:before {
  content: "\ec18";
}

.icon.emoticons_shark:before {
  content: "\ec19";
}

.icon.emoticons_shy:before {
  content: "\ec1a";
}

.icon.emoticons_sick:before {
  content: "\ec1b";
}

.icon.emoticons_silly:before {
  content: "\ec1c";
}

.icon.emoticons_skull:before {
  content: "\ec1d";
}

.icon.emoticons_sleep:before {
  content: "\ec1e";
}

.icon.emoticons_sloth:before {
  content: "\ec1f";
}

.icon.emoticons_smart:before {
  content: "\ec20";
}

.icon.emoticons_smile:before {
  content: "\ec21";
}

.icon.emoticons_soldier:before {
  content: "\ec22";
}

.icon.emoticons_speechless:before {
  content: "\ec23";
}

.icon.emoticons_spiteful:before {
  content: "\ec24";
}

.icon.emoticons_sunglasses-48:before {
  content: "\ec25";
}

.icon.emoticons_sunglasses-49:before {
  content: "\ec26";
}

.icon.emoticons_surprise:before {
  content: "\ec27";
}

.icon.emoticons_upset-13:before {
  content: "\ec28";
}

.icon.emoticons_upset-14:before {
  content: "\ec29";
}

.icon.emoticons_virus:before {
  content: "\ec2a";
}

.icon.emoticons_what:before {
  content: "\ec2b";
}

.icon.emoticons_whiskers:before {
  content: "\ec2c";
}

.icon.emoticons_wink-06:before {
  content: "\ec2d";
}

.icon.emoticons_wink-11:before {
  content: "\ec2e";
}

.icon.emoticons_wink-69:before {
  content: "\ec2f";
}

.icon.weather_celsius:before {
  content: "\e600";
}

.icon.weather_cloud-13:before {
  content: "\e601";
}

.icon.weather_cloud-14:before {
  content: "\e602";
}

.icon.weather_cloud-drop:before {
  content: "\e603";
}

.icon.weather_cloud-fog-31:before {
  content: "\e604";
}

.icon.weather_cloud-fog-32:before {
  content: "\e605";
}

.icon.weather_cloud-hail:before {
  content: "\e606";
}

.icon.weather_cloud-light:before {
  content: "\e607";
}

.icon.weather_cloud-moon:before {
  content: "\e608";
}

.icon.weather_cloud-rain:before {
  content: "\e609";
}

.icon.weather_cloud-rainbow:before {
  content: "\e60a";
}

.icon.weather_cloud-snow-34:before {
  content: "\e60b";
}

.icon.weather_cloud-snow-42:before {
  content: "\e60c";
}

.icon.weather_cloud-sun-17:before {
  content: "\e60d";
}

.icon.weather_cloud-sun-19:before {
  content: "\e60e";
}

.icon.weather_compass:before {
  content: "\e60f";
}

.icon.weather_drop-12:before {
  content: "\e610";
}

.icon.weather_drop-15:before {
  content: "\e611";
}

.icon.weather_drops:before {
  content: "\e612";
}

.icon.weather_eclipse:before {
  content: "\e613";
}

.icon.weather_fahrenheit:before {
  content: "\e614";
}

.icon.weather_fog:before {
  content: "\e615";
}

.icon.weather_forecast:before {
  content: "\e616";
}

.icon.weather_hurricane-44:before {
  content: "\e617";
}

.icon.weather_hurricane-45:before {
  content: "\e618";
}

.icon.weather_moon-cloud-drop:before {
  content: "\e619";
}

.icon.weather_moon-cloud-fog:before {
  content: "\e61a";
}

.icon.weather_moon-cloud-hail:before {
  content: "\e61b";
}

.icon.weather_moon-cloud-light:before {
  content: "\e61c";
}

.icon.weather_moon-cloud-rain:before {
  content: "\e61d";
}

.icon.weather_moon-cloud-snow-61:before {
  content: "\e61e";
}

.icon.weather_moon-cloud-snow-62:before {
  content: "\e61f";
}

.icon.weather_moon-fog:before {
  content: "\e620";
}

.icon.weather_moon-full:before {
  content: "\e621";
}

.icon.weather_moon-stars:before {
  content: "\e622";
}

.icon.weather_moon:before {
  content: "\e623";
}

.icon.weather_rain-hail:before {
  content: "\e624";
}

.icon.weather_rain:before {
  content: "\e625";
}

.icon.weather_rainbow:before {
  content: "\e626";
}

.icon.weather_snow:before {
  content: "\e627";
}

.icon.weather_sun-cloud-drop:before {
  content: "\e628";
}

.icon.weather_sun-cloud-fog:before {
  content: "\e629";
}

.icon.weather_sun-cloud-hail:before {
  content: "\e62a";
}

.icon.weather_sun-cloud-light:before {
  content: "\e62b";
}

.icon.weather_sun-cloud-rain:before {
  content: "\e62c";
}

.icon.weather_sun-cloud-snow-54:before {
  content: "\e62d";
}

.icon.weather_sun-cloud-snow-55:before {
  content: "\e62e";
}

.icon.weather_sun-cloud:before {
  content: "\e62f";
}

.icon.weather_sun-fog-29:before {
  content: "\e630";
}

.icon.weather_sun-fog-30:before {
  content: "\e631";
}

.icon.weather_sun-fog-43:before {
  content: "\e632";
}

.icon.weather_sun:before {
  content: "\e633";
}

.icon.weather_wind:before {
  content: "\e634";
}

.icon.users_add-27:before {
  content: "\e635";
}

.icon.users_add-29:before {
  content: "\e636";
}

.icon.users_badge-13:before {
  content: "\e637";
}

.icon.users_badge-14:before {
  content: "\e638";
}

.icon.users_badge-15:before {
  content: "\e639";
}

.icon.users_circle-08:before {
  content: "\e63a";
}

.icon.users_circle-09:before {
  content: "\e63b";
}

.icon.users_circle-10:before {
  content: "\e63c";
}

.icon.users_contacts:before {
  content: "\e63d";
}

.icon.users_delete-28:before {
  content: "\e63e";
}

.icon.users_delete-30:before {
  content: "\e63f";
}

.icon.users_man-20:before {
  content: "\e640";
}

.icon.users_man-23:before {
  content: "\e641";
}

.icon.users_man-glasses:before {
  content: "\e642";
}

.icon.users_mobile-contact:before {
  content: "\e643";
}

.icon.users_multiple-11:before {
  content: "\e644";
}

.icon.users_multiple-19:before {
  content: "\e645";
}

.icon.users_network:before {
  content: "\e646";
}

.icon.users_parent:before {
  content: "\e647";
}

.icon.users_single-01:before {
  content: "\e648";
}

.icon.users_single-02:before {
  content: "\e649";
}

.icon.users_single-03:before {
  content: "\e64a";
}

.icon.users_single-04:before {
  content: "\e64b";
}

.icon.users_single-05:before {
  content: "\e64c";
}

.icon.users_single-body:before {
  content: "\e64d";
}

.icon.users_single-position:before {
  content: "\e64e";
}

.icon.users_square-31:before {
  content: "\e64f";
}

.icon.users_square-32:before {
  content: "\e650";
}

.icon.users_square-33:before {
  content: "\e651";
}

.icon.users_woman-21:before {
  content: "\e652";
}

.icon.users_woman-24:before {
  content: "\e653";
}

.icon.users_woman-25:before {
  content: "\e654";
}

.icon.users_woman-34:before {
  content: "\e655";
}

.icon.users_woman-35:before {
  content: "\e656";
}

.icon.users_woman-man:before {
  content: "\e657";
}

.icon.ui-1_analytics-88:before {
  content: "\e658";
}

.icon.ui-1_analytics-89:before {
  content: "\e659";
}

.icon.ui-1_attach-86:before {
  content: "\e65a";
}

.icon.ui-1_attach-87:before {
  content: "\e65b";
}

.icon.ui-1_bell-53:before {
  content: "\e65c";
}

.icon.ui-1_bell-54:before {
  content: "\e65d";
}

.icon.ui-1_bell-55:before {
  content: "\e65e";
}

.icon.ui-1_bold-add:before {
  content: "\e65f";
}

.icon.ui-1_bold-delete:before {
  content: "\e660";
}

.icon.ui-1_bold-remove:before {
  content: "\e661";
}

.icon.ui-1_bookmark-add:before {
  content: "\e662";
}

.icon.ui-1_bookmark-remove:before {
  content: "\e663";
}

.icon.ui-1_calendar-57:before {
  content: "\e664";
}

.icon.ui-1_calendar-60:before {
  content: "\e665";
}

.icon.ui-1_calendar-check-59:before {
  content: "\e666";
}

.icon.ui-1_calendar-check-62:before {
  content: "\e667";
}

.icon.ui-1_calendar-grid-58:before {
  content: "\e668";
}

.icon.ui-1_calendar-grid-61:before {
  content: "\e669";
}

.icon.ui-1_check-bold:before {
  content: "\e66a";
}

.icon.ui-1_check-circle-07:before {
  content: "\e66b";
}

.icon.ui-1_check-circle-08:before {
  content: "\e66c";
}

.icon.ui-1_check-curve:before {
  content: "\e66d";
}

.icon.ui-1_check-simple:before {
  content: "\e66e";
}

.icon.ui-1_check-small:before {
  content: "\e66f";
}

.icon.ui-1_check-square-09:before {
  content: "\e670";
}

.icon.ui-1_check-square-11:before {
  content: "\e671";
}

.icon.ui-1_check:before {
  content: "\e672";
}

.icon.ui-1_circle-add:before {
  content: "\e673";
}

.icon.ui-1_circle-bold-add:before {
  content: "\e674";
}

.icon.ui-1_circle-bold-remove:before {
  content: "\e675";
}

.icon.ui-1_circle-delete:before {
  content: "\e676";
}

.icon.ui-1_circle-remove:before {
  content: "\e677";
}

.icon.ui-1_dashboard-29:before {
  content: "\e678";
}

.icon.ui-1_dashboard-30:before {
  content: "\e679";
}

.icon.ui-1_dashboard-half:before {
  content: "\e67a";
}

.icon.ui-1_dashboard-level:before {
  content: "\e67b";
}

.icon.ui-1_database:before {
  content: "\e67c";
}

.icon.ui-1_drop:before {
  content: "\e67d";
}

.icon.ui-1_edit-71:before {
  content: "\e67e";
}

.icon.ui-1_edit-72:before {
  content: "\e67f";
}

.icon.ui-1_edit-73:before {
  content: "\e680";
}

.icon.ui-1_edit-74:before {
  content: "\e681";
}

.icon.ui-1_edit-75:before {
  content: "\e682";
}

.icon.ui-1_edit-76:before {
  content: "\e683";
}

.icon.ui-1_edit-77:before {
  content: "\e684";
}

.icon.ui-1_edit-78:before {
  content: "\e685";
}

.icon.ui-1_email-83:before {
  content: "\e686";
}

.icon.ui-1_email-84:before {
  content: "\e687";
}

.icon.ui-1_email-85:before {
  content: "\e688";
}

.icon.ui-1_eye-17:before {
  content: "\e689";
}

.icon.ui-1_eye-19:before {
  content: "\e68a";
}

.icon.ui-1_eye-ban-18:before {
  content: "\e68b";
}

.icon.ui-1_eye-ban-20:before {
  content: "\e68c";
}

.icon.ui-1_flame:before {
  content: "\e68d";
}

.icon.ui-1_home-51:before {
  content: "\e68e";
}

.icon.ui-1_home-52:before {
  content: "\e68f";
}

.icon.ui-1_home-minimal:before {
  content: "\e690";
}

.icon.ui-1_home-simple:before {
  content: "\e691";
}

.icon.ui-1_leaf-80:before {
  content: "\e692";
}

.icon.ui-1_leaf-81:before {
  content: "\e693";
}

.icon.ui-1_leaf-edit:before {
  content: "\e694";
}

.icon.ui-1_lock-circle-open:before {
  content: "\e695";
}

.icon.ui-1_lock-circle:before {
  content: "\e696";
}

.icon.ui-1_lock-open:before {
  content: "\e697";
}

.icon.ui-1_lock:before {
  content: "\e698";
}

.icon.ui-1_notification-69:before {
  content: "\e699";
}

.icon.ui-1_notification-70:before {
  content: "\e69a";
}

.icon.ui-1_pencil:before {
  content: "\e69b";
}

.icon.ui-1_preferences-circle-rotate:before {
  content: "\e69c";
}

.icon.ui-1_preferences-circle:before {
  content: "\e69d";
}

.icon.ui-1_preferences-container-circle-rotate:before {
  content: "\e69e";
}

.icon.ui-1_preferences-container-circle:before {
  content: "\e69f";
}

.icon.ui-1_preferences-container-rotate:before {
  content: "\e6a0";
}

.icon.ui-1_preferences-container:before {
  content: "\e6a1";
}

.icon.ui-1_preferences-rotate:before {
  content: "\e6a2";
}

.icon.ui-1_preferences:before {
  content: "\e6a3";
}

.icon.ui-1_send:before {
  content: "\e6a4";
}

.icon.ui-1_settings-gear-63:before {
  content: "\e6a5";
}

.icon.ui-1_settings-gear-64:before {
  content: "\e6a6";
}

.icon.ui-1_settings-gear-65:before {
  content: "\e6a7";
}

.icon.ui-1_settings-tool-66:before {
  content: "\e6a8";
}

.icon.ui-1_settings-tool-67:before {
  content: "\e6a9";
}

.icon.ui-1_settings:before {
  content: "\e6aa";
}

.icon.ui-1_simple-add:before {
  content: "\e6ab";
}

.icon.ui-1_simple-delete:before {
  content: "\e6ac";
}

.icon.ui-1_simple-remove:before {
  content: "\e6ad";
}

.icon.ui-1_trash-round:before {
  content: "\e6ae";
}

.icon.ui-1_trash-simple:before {
  content: "\e6af";
}

.icon.ui-1_trash:before {
  content: "\e6b0";
}

.icon.ui-1_ui-03:before {
  content: "\e6b1";
}

.icon.ui-1_ui-04:before {
  content: "\e6b2";
}

.icon.ui-1_zoom-bold-in:before {
  content: "\e6b3";
}

.icon.ui-1_zoom-bold-out:before {
  content: "\e6b4";
}

.icon.ui-1_zoom-bold:before {
  content: "\e6b5";
}

.icon.ui-1_zoom-in:before {
  content: "\e6b6";
}

.icon.ui-1_zoom-out:before {
  content: "\e6b7";
}

.icon.ui-1_zoom-split-in:before {
  content: "\e6b8";
}

.icon.ui-1_zoom-split-out:before {
  content: "\e6b9";
}

.icon.ui-1_zoom-split:before {
  content: "\e6ba";
}

.icon.ui-1_zoom:before {
  content: "\e6bb";
}

.icon.ui-2_alert:before {
  content: "\e6bc";
}

.icon.ui-2_alert-:before {
  content: "\e6bd";
}

.icon.ui-2_alert-circle:before {
  content: "\e6be";
}

.icon.ui-2_alert-circle-:before {
  content: "\e6bf";
}

.icon.ui-2_alert-circle-i:before {
  content: "\e6c0";
}

.icon.ui-2_alert-i:before {
  content: "\e6c1";
}

.icon.ui-2_alert-square:before {
  content: "\e6c2";
}

.icon.ui-2_alert-square-:before {
  content: "\e6c3";
}

.icon.ui-2_alert-square-i:before {
  content: "\e6c4";
}

.icon.ui-2_archive:before {
  content: "\e6c5";
}

.icon.ui-2_ban-bold:before {
  content: "\e6c6";
}

.icon.ui-2_ban:before {
  content: "\e6c7";
}

.icon.ui-2_battery-81:before {
  content: "\e6c8";
}

.icon.ui-2_battery-83:before {
  content: "\e6c9";
}

.icon.ui-2_battery-half:before {
  content: "\e6ca";
}

.icon.ui-2_battery-low:before {
  content: "\e6cb";
}

.icon.ui-2_bluetooth:before {
  content: "\e6cc";
}

.icon.ui-2_book:before {
  content: "\e6cd";
}

.icon.ui-2_chart-bar-52:before {
  content: "\e6ce";
}

.icon.ui-2_chart-bar-53:before {
  content: "\e6cf";
}

.icon.ui-2_chat-content:before {
  content: "\e6d0";
}

.icon.ui-2_chat-round-content:before {
  content: "\e6d1";
}

.icon.ui-2_chat-round:before {
  content: "\e6d2";
}

.icon.ui-2_chat:before {
  content: "\e6d3";
}

.icon.ui-2_circle-bold-delete:before {
  content: "\e6d4";
}

.icon.ui-2_cloud-25:before {
  content: "\e6d5";
}

.icon.ui-2_cloud-26:before {
  content: "\e6d6";
}

.icon.ui-2_disk:before {
  content: "\e6d7";
}

.icon.ui-2_enlarge-57:before {
  content: "\e6d8";
}

.icon.ui-2_enlarge-58:before {
  content: "\e6d9";
}

.icon.ui-2_enlarge-59:before {
  content: "\e6da";
}

.icon.ui-2_fat-add:before {
  content: "\e6db";
}

.icon.ui-2_fat-delete:before {
  content: "\e6dc";
}

.icon.ui-2_fat-remove:before {
  content: "\e6dd";
}

.icon.ui-2_favourite-28:before {
  content: "\e6de";
}

.icon.ui-2_favourite-31:before {
  content: "\e6df";
}

.icon.ui-2_favourite-add-29:before {
  content: "\e6e0";
}

.icon.ui-2_favourite-add-32:before {
  content: "\e6e1";
}

.icon.ui-2_favourite-remove-30:before {
  content: "\e6e2";
}

.icon.ui-2_favourite-remove-33:before {
  content: "\e6e3";
}

.icon.ui-2_filter:before {
  content: "\e6e4";
}

.icon.ui-2_fullsize:before {
  content: "\e6e5";
}

.icon.ui-2_grid-45:before {
  content: "\e6e6";
}

.icon.ui-2_grid-46:before {
  content: "\e6e7";
}

.icon.ui-2_grid-48:before {
  content: "\e6e8";
}

.icon.ui-2_grid-49:before {
  content: "\e6e9";
}

.icon.ui-2_grid-50:before {
  content: "\e6ea";
}

.icon.ui-2_grid-square:before {
  content: "\e6eb";
}

.icon.ui-2_hourglass:before {
  content: "\e6ec";
}

.icon.ui-2_lab:before {
  content: "\e6ed";
}

.icon.ui-2_layers:before {
  content: "\e6ee";
}

.icon.ui-2_like:before {
  content: "\e6ef";
}

.icon.ui-2_link-66:before {
  content: "\e6f0";
}

.icon.ui-2_link-67:before {
  content: "\e6f1";
}

.icon.ui-2_link-68:before {
  content: "\e6f2";
}

.icon.ui-2_link-69:before {
  content: "\e6f3";
}

.icon.ui-2_link-71:before {
  content: "\e6f4";
}

.icon.ui-2_link-72:before {
  content: "\e6f5";
}

.icon.ui-2_link-broken-70:before {
  content: "\e6f6";
}

.icon.ui-2_link-broken-73:before {
  content: "\e6f7";
}

.icon.ui-2_menu-34:before {
  content: "\e6f8";
}

.icon.ui-2_menu-35:before {
  content: "\e6f9";
}

.icon.ui-2_menu-bold:before {
  content: "\e6fa";
}

.icon.ui-2_menu-dots:before {
  content: "\e6fb";
}

.icon.ui-2_menu-square:before {
  content: "\e6fc";
}

.icon.ui-2_node:before {
  content: "\e6fd";
}

.icon.ui-2_paragraph:before {
  content: "\e6fe";
}

.icon.icon-phone:before {
  content: "\e6ff";
}

.icon.ui-2_settings-90:before {
  content: "\e700";
}

.icon.ui-2_settings-91:before {
  content: "\e701";
}

.icon.ui-2_share-bold:before {
  content: "\e702";
}

.icon.ui-2_share:before {
  content: "\e703";
}

.icon.ui-2_small-add:before {
  content: "\e704";
}

.icon.ui-2_small-delete:before {
  content: "\e705";
}

.icon.ui-2_small-remove:before {
  content: "\e706";
}

.icon.ui-2_square-add-08:before {
  content: "\e707";
}

.icon.ui-2_square-add-11:before {
  content: "\e708";
}

.icon.ui-2_square-delete-10:before {
  content: "\e709";
}

.icon.ui-2_square-delete-13:before {
  content: "\e70a";
}

.icon.ui-2_square-remove-09:before {
  content: "\e70b";
}

.icon.ui-2_square-remove-12:before {
  content: "\e70c";
}

.icon.ui-2_target:before {
  content: "\e70d";
}

.icon.ui-2_tile-55:before {
  content: "\e70e";
}

.icon.ui-2_tile-56:before {
  content: "\e70f";
}

.icon.ui-2_time-alarm:before {
  content: "\e710";
}

.icon.ui-2_time-clock:before {
  content: "\e711";
}

.icon.ui-2_time-countdown:before {
  content: "\e712";
}

.icon.ui-2_time:before {
  content: "\e713";
}

.icon.ui-2_webpage:before {
  content: "\e714";
}

.icon.ui-2_window-add:before {
  content: "\e715";
}

.icon.ui-2_window-delete:before {
  content: "\e716";
}

.icon.transportation_air-baloon:before {
  content: "\e717";
}

.icon.transportation_bike-sport:before {
  content: "\e718";
}

.icon.transportation_bike:before {
  content: "\e719";
}

.icon.transportation_boat-front:before {
  content: "\e71a";
}

.icon.transportation_boat-small-02:before {
  content: "\e71b";
}

.icon.transportation_boat-small-03:before {
  content: "\e71c";
}

.icon.transportation_boat:before {
  content: "\e71d";
}

.icon.transportation_bus-front-10:before {
  content: "\e71e";
}

.icon.transportation_bus-front-12:before {
  content: "\e71f";
}

.icon.transportation_bus:before {
  content: "\e720";
}

.icon.transportation_car-front:before {
  content: "\e721";
}

.icon.transportation_car-simple:before {
  content: "\e722";
}

.icon.transportation_car-sport:before {
  content: "\e723";
}

.icon.transportation_car-taxi:before {
  content: "\e724";
}

.icon.transportation_car:before {
  content: "\e725";
}

.icon.transportation_helicopter:before {
  content: "\e726";
}

.icon.transportation_helmet:before {
  content: "\e727";
}

.icon.transportation_light-traffic:before {
  content: "\e728";
}

.icon.transportation_moto:before {
  content: "\e729";
}

.icon.transportation_plane-17:before {
  content: "\e72a";
}

.icon.transportation_plane-18:before {
  content: "\e72b";
}

.icon.transportation_road:before {
  content: "\e72c";
}

.icon.transportation_skateboard:before {
  content: "\e72d";
}

.icon.transportation_tractor:before {
  content: "\e72e";
}

.icon.transportation_train-speed:before {
  content: "\e72f";
}

.icon.transportation_train:before {
  content: "\e730";
}

.icon.transportation_tram:before {
  content: "\e731";
}

.icon.transportation_truck-front:before {
  content: "\e732";
}

.icon.transportation_vespa-front:before {
  content: "\e733";
}

.icon.transportation_vespa:before {
  content: "\e734";
}

.icon.tech_cable-49:before {
  content: "\e735";
}

.icon.tech_cable-50:before {
  content: "\e736";
}

.icon.tech_cd-reader:before {
  content: "\e737";
}

.icon.tech_computer-monitor:before {
  content: "\e738";
}

.icon.tech_computer-old:before {
  content: "\e739";
}

.icon.tech_computer:before {
  content: "\e73a";
}

.icon.tech_controller-modern:before {
  content: "\e73b";
}

.icon.tech_controller:before {
  content: "\e73c";
}

.icon.tech_desktop-screen:before {
  content: "\e73d";
}

.icon.tech_desktop:before {
  content: "\e73e";
}

.icon.tech_disk-reader:before {
  content: "\e73f";
}

.icon.tech_disk:before {
  content: "\e740";
}

.icon.tech_gopro:before {
  content: "\e741";
}

.icon.tech_headphones:before {
  content: "\e742";
}

.icon.tech_keyboard-mouse:before {
  content: "\e743";
}

.icon.tech_keyboard-wifi:before {
  content: "\e744";
}

.icon.tech_keyboard:before {
  content: "\e745";
}

.icon.tech_laptop-camera:before {
  content: "\e746";
}

.icon.tech_laptop-front:before {
  content: "\e747";
}

.icon.tech_laptop:before {
  content: "\e748";
}

.icon.tech_mobile-button:before {
  content: "\e749";
}

.icon.tech_mobile-camera:before {
  content: "\e74a";
}

.icon.tech_mobile-recharger-08:before {
  content: "\e74b";
}

.icon.tech_mobile-recharger-09:before {
  content: "\e74c";
}

.icon.tech_mobile-toolbar:before {
  content: "\e74d";
}

.icon.tech_mobile:before {
  content: "\e74e";
}

.icon.tech_music:before {
  content: "\e74f";
}

.icon.tech_navigation:before {
  content: "\e750";
}

.icon.tech_player-19:before {
  content: "\e751";
}

.icon.tech_player-48:before {
  content: "\e752";
}

.icon.tech_print-fold:before {
  content: "\e753";
}

.icon.tech_print-round-fold:before {
  content: "\e754";
}

.icon.tech_print-round:before {
  content: "\e755";
}

.icon.tech_print:before {
  content: "\e756";
}

.icon.tech_ram:before {
  content: "\e757";
}

.icon.tech_remote:before {
  content: "\e758";
}

.icon.tech_signal:before {
  content: "\e759";
}

.icon.tech_socket:before {
  content: "\e75a";
}

.icon.tech_sync:before {
  content: "\e75b";
}

.icon.tech_tablet-button:before {
  content: "\e75c";
}

.icon.tech_tablet-reader-31:before {
  content: "\e75d";
}

.icon.tech_tablet-reader-42:before {
  content: "\e75e";
}

.icon.tech_tablet-toolbar:before {
  content: "\e75f";
}

.icon.tech_tablet:before {
  content: "\e760";
}

.icon.tech_tv-old:before {
  content: "\e761";
}

.icon.tech_tv:before {
  content: "\e762";
}

.icon.tech_watch-circle:before {
  content: "\e763";
}

.icon.tech_watch-time:before {
  content: "\e764";
}

.icon.tech_watch:before {
  content: "\e765";
}

.icon.tech_webcam-38:before {
  content: "\e766";
}

.icon.tech_webcam-39:before {
  content: "\e767";
}

.icon.tech_wifi-router:before {
  content: "\e768";
}

.icon.tech_wifi:before {
  content: "\e769";
}

.icon.socials-1_logo-500px:before {
  content: "\e76a";
}

.icon.socials-1_logo-behance:before {
  content: "\e76b";
}

.icon.socials-1_logo-blogger:before {
  content: "\e76c";
}

.icon.socials-1_logo-buffer:before {
  content: "\e76d";
}

.icon.socials-1_logo-buysellads:before {
  content: "\e76e";
}

.icon.socials-1_logo-codepen:before {
  content: "\e76f";
}

.icon.socials-1_logo-creative-market:before {
  content: "\e770";
}

.icon.socials-1_logo-deviantart:before {
  content: "\e771";
}

.icon.socials-1_logo-dribbble:before {
  content: "\e772";
}

.icon.socials-1_logo-dropbox:before {
  content: "\e773";
}

.icon.socials-1_logo-envato:before {
  content: "\e774";
}

.icon.socials-1_logo-evernote:before {
  content: "\e775";
}

.icon.icon-facebook:before {
  content: "\e776";
}

.icon.socials-1_logo-feedly:before {
  content: "\e777";
}

.icon.socials-1_logo-flickr:before {
  content: "\e778";
}

.icon.socials-1_logo-github:before {
  content: "\e779";
}

.icon.socials-1_logo-google-plus:before {
  content: "\e77a";
}

.icon.icon-instagram:before {
  content: "\e77b";
}

.icon.socials-1_logo-lastfm:before {
  content: "\e77c";
}

.icon.socials-1_logo-linkedin:before {
  content: "\e77d";
}

.icon.socials-1_logo-myspace:before {
  content: "\e77e";
}

.icon.socials-1_logo-paypal:before {
  content: "\e77f";
}

.icon.icon-pinterest:before {
  content: "\e780";
}

.icon.socials-1_logo-product-hunt:before {
  content: "\e781";
}

.icon.socials-1_logo-reddit:before {
  content: "\e782";
}

.icon.socials-1_logo-rss:before {
  content: "\e783";
}

.icon.socials-1_logo-shopify:before {
  content: "\e784";
}

.icon.socials-1_logo-skype:before {
  content: "\e785";
}

.icon.socials-1_logo-slack:before {
  content: "\e786";
}

.icon.socials-1_logo-soundcloud:before {
  content: "\e787";
}

.icon.socials-1_logo-spotify:before {
  content: "\e788";
}

.icon.socials-1_logo-trello:before {
  content: "\e789";
}

.icon.socials-1_logo-tumblr:before {
  content: "\e78a";
}

.icon.icon-twitter:before {
  content: "\e78b";
}

.icon.socials-1_logo-vimeo:before {
  content: "\e78c";
}

.icon.socials-1_logo-vine:before {
  content: "\e78d";
}

.icon.socials-1_logo-whatsapp:before {
  content: "\e78e";
}

.icon.socials-1_logo-wordpress:before {
  content: "\e78f";
}

.icon.socials-1_logo-yelp:before {
  content: "\e790";
}

.icon.socials-1_logo-youtube:before {
  content: "\e791";
}

.icon.shopping_award:before {
  content: "\e792";
}

.icon.shopping_bag-09:before {
  content: "\e793";
}

.icon.shopping_bag-16:before {
  content: "\e794";
}

.icon.shopping_bag-17:before {
  content: "\e795";
}

.icon.shopping_bag-20:before {
  content: "\e796";
}

.icon.shopping_bag-add-18:before {
  content: "\e797";
}

.icon.shopping_bag-add-21:before {
  content: "\e798";
}

.icon.shopping_bag-edit:before {
  content: "\e799";
}

.icon.shopping_bag-remove-19:before {
  content: "\e79a";
}

.icon.shopping_bag-remove-22:before {
  content: "\e79b";
}

.icon.shopping_barcode-scan:before {
  content: "\e79c";
}

.icon.shopping_barcode:before {
  content: "\e79d";
}

.icon.shopping_bardcode-qr:before {
  content: "\e79e";
}

.icon.shopping_basket-add:before {
  content: "\e79f";
}

.icon.shopping_basket-edit:before {
  content: "\e7a0";
}

.icon.shopping_basket-remove:before {
  content: "\e7a1";
}

.icon.shopping_basket-simple-add:before {
  content: "\e7a2";
}

.icon.shopping_basket-simple-remove:before {
  content: "\e7a3";
}

.icon.shopping_basket-simple:before {
  content: "\e7a4";
}

.icon.shopping_basket:before {
  content: "\e7a5";
}

.icon.shopping_bitcoin:before {
  content: "\e7a6";
}

.icon.shopping_board:before {
  content: "\e7a7";
}

.icon.shopping_box-3d-50:before {
  content: "\e7a8";
}

.icon.shopping_box-3d-67:before {
  content: "\e7a9";
}

.icon.shopping_box-ribbon:before {
  content: "\e7aa";
}

.icon.shopping_box:before {
  content: "\e7ab";
}

.icon.shopping_cart-add:before {
  content: "\e7ac";
}

.icon.shopping_cart-modern-add:before {
  content: "\e7ad";
}

.icon.shopping_cart-modern-in:before {
  content: "\e7ae";
}

.icon.shopping_cart-modern-remove:before {
  content: "\e7af";
}

.icon.shopping_cart-modern:before {
  content: "\e7b0";
}

.icon.shopping_cart-remove:before {
  content: "\e7b1";
}

.icon.shopping_cart-simple-add:before {
  content: "\e7b2";
}

.icon.shopping_cart-simple-in:before {
  content: "\e7b3";
}

.icon.shopping_cart-simple-remove:before {
  content: "\e7b4";
}

.icon.shopping_cart-simple:before {
  content: "\e7b5";
}

.icon.shopping_cart:before {
  content: "\e7b6";
}

.icon.shopping_cash-register:before {
  content: "\e7b7";
}

.icon.shopping_chart:before {
  content: "\e7b8";
}

.icon.shopping_credit-card-in:before {
  content: "\e7b9";
}

.icon.shopping_credit-card:before {
  content: "\e7ba";
}

.icon.shopping_credit-locked:before {
  content: "\e7bb";
}

.icon.shopping_delivery-fast:before {
  content: "\e7bc";
}

.icon.shopping_delivery-time:before {
  content: "\e7bd";
}

.icon.shopping_delivery-track:before {
  content: "\e7be";
}

.icon.shopping_delivery:before {
  content: "\e7bf";
}

.icon.shopping_discount:before {
  content: "\e7c0";
}

.icon.shopping_gift:before {
  content: "\e7c1";
}

.icon.shopping_hand-card:before {
  content: "\e7c2";
}

.icon.shopping_list:before {
  content: "\e7c3";
}

.icon.shopping_mobile-card:before {
  content: "\e7c4";
}

.icon.shopping_mobile-cart:before {
  content: "\e7c5";
}

.icon.shopping_mobile-touch:before {
  content: "\e7c6";
}

.icon.shopping_newsletter:before {
  content: "\e7c7";
}

.icon.shopping_pos:before {
  content: "\e7c8";
}

.icon.shopping_receipt-list-42:before {
  content: "\e7c9";
}

.icon.shopping_receipt-list-43:before {
  content: "\e7ca";
}

.icon.shopping_receipt:before {
  content: "\e7cb";
}

.icon.shopping_shop-location:before {
  content: "\e7cc";
}

.icon.shopping_shop:before {
  content: "\e7cd";
}

.icon.shopping_stock:before {
  content: "\e7ce";
}

.icon.shopping_tag-content:before {
  content: "\e7cf";
}

.icon.shopping_tag-cut:before {
  content: "\e7d0";
}

.icon.shopping_tag-line:before {
  content: "\e7d1";
}

.icon.shopping_tag-sale:before {
  content: "\e7d2";
}

.icon.shopping_tag:before {
  content: "\e7d3";
}

.icon.shopping_wallet:before {
  content: "\e7d4";
}

.icon.education_abc:before {
  content: "\e7d5";
}

.icon.education_agenda-bookmark:before {
  content: "\e7d6";
}

.icon.education_atom:before {
  content: "\e7d7";
}

.icon.education_award-55:before {
  content: "\e7d8";
}

.icon.education_backpack-57:before {
  content: "\e7d9";
}

.icon.education_backpack-58:before {
  content: "\e7da";
}

.icon.education_ball-basket:before {
  content: "\e7db";
}

.icon.education_ball-soccer:before {
  content: "\e7dc";
}

.icon.education_board-51:before {
  content: "\e7dd";
}

.icon.education_book-39:before {
  content: "\e7de";
}

.icon.education_book-bookmark:before {
  content: "\e7df";
}

.icon.education_book-open:before {
  content: "\e7e0";
}

.icon.education_books-46:before {
  content: "\e7e1";
}

.icon.education_chalkboard:before {
  content: "\e7e2";
}

.icon.education_flask:before {
  content: "\e7e3";
}

.icon.education_glasses:before {
  content: "\e7e4";
}

.icon.education_grammar-check:before {
  content: "\e7e5";
}

.icon.education_hat:before {
  content: "\e7e6";
}

.icon.education_language:before {
  content: "\e7e7";
}

.icon.education_microscope:before {
  content: "\e7e8";
}

.icon.education_molecule:before {
  content: "\e7e9";
}

.icon.education_notepad:before {
  content: "\e7ea";
}

.icon.education_paper-diploma:before {
  content: "\e7eb";
}

.icon.education_paper:before {
  content: "\e7ec";
}

.icon.education_pencil-47:before {
  content: "\e7ed";
}

.icon.education_school:before {
  content: "\e7ee";
}

.icon.objects_alien-29:before {
  content: "\e7ef";
}

.icon.objects_alien-33:before {
  content: "\e7f0";
}

.icon.objects_anchor:before {
  content: "\e7f1";
}

.icon.objects_astronaut:before {
  content: "\e7f2";
}

.icon.objects_axe:before {
  content: "\e7f3";
}

.icon.objects_baby-bottle:before {
  content: "\e7f4";
}

.icon.objects_baby:before {
  content: "\e7f5";
}

.icon.objects_baloon:before {
  content: "\e7f6";
}

.icon.objects_battery:before {
  content: "\e7f7";
}

.icon.objects_bear:before {
  content: "\e7f8";
}

.icon.objects_billiard:before {
  content: "\e7f9";
}

.icon.objects_binocular:before {
  content: "\e7fa";
}

.icon.objects_bow:before {
  content: "\e7fb";
}

.icon.objects_bowling:before {
  content: "\e7fc";
}

.icon.objects_broom:before {
  content: "\e7fd";
}

.icon.objects_cone:before {
  content: "\e7fe";
}

.icon.objects_controller:before {
  content: "\e7ff";
}

.icon.objects_diamond:before {
  content: "\e800";
}

.icon.objects_dice:before {
  content: "\e801";
}

.icon.objects_globe:before {
  content: "\e802";
}

.icon.objects_hut:before {
  content: "\e803";
}

.icon.objects_key-25:before {
  content: "\e804";
}

.icon.objects_key-26:before {
  content: "\e805";
}

.icon.objects_lamp:before {
  content: "\e806";
}

.icon.objects_leaf-36:before {
  content: "\e807";
}

.icon.objects_leaf-38:before {
  content: "\e808";
}

.icon.objects_light:before {
  content: "\e809";
}

.icon.objects_pipe:before {
  content: "\e80a";
}

.icon.objects_planet:before {
  content: "\e80b";
}

.icon.objects_puzzle-09:before {
  content: "\e80c";
}

.icon.objects_puzzle-10:before {
  content: "\e80d";
}

.icon.objects_shovel:before {
  content: "\e80e";
}

.icon.objects_skull:before {
  content: "\e80f";
}

.icon.objects_spaceship:before {
  content: "\e810";
}

.icon.objects_spray:before {
  content: "\e811";
}

.icon.objects_support-16:before {
  content: "\e812";
}

.icon.objects_support-17:before {
  content: "\e813";
}

.icon.objects_umbrella-13:before {
  content: "\e814";
}

.icon.objects_umbrella-14:before {
  content: "\e815";
}

.icon.objects_wool-ball:before {
  content: "\e816";
}

.icon.media-1_3d:before {
  content: "\e817";
}

.icon.media-1_action-73:before {
  content: "\e818";
}

.icon.media-1_action-74:before {
  content: "\e819";
}

.icon.media-1_album:before {
  content: "\e81a";
}

.icon.media-1_audio-91:before {
  content: "\e81b";
}

.icon.media-1_audio-92:before {
  content: "\e81c";
}

.icon.media-1_balance:before {
  content: "\e81d";
}

.icon.media-1_brightness-46:before {
  content: "\e81e";
}

.icon.media-1_brightness-47:before {
  content: "\e81f";
}

.icon.media-1_button-circle-pause:before {
  content: "\e820";
}

.icon.media-1_button-circle-play:before {
  content: "\e821";
}

.icon.media-1_button-circle-stop:before {
  content: "\e822";
}

.icon.media-1_button-eject:before {
  content: "\e823";
}

.icon.media-1_button-next:before {
  content: "\e824";
}

.icon.media-1_button-pause:before {
  content: "\e825";
}

.icon.media-1_button-play:before {
  content: "\e826";
}

.icon.media-1_button-power:before {
  content: "\e827";
}

.icon.media-1_button-previous:before {
  content: "\e828";
}

.icon.media-1_button-record:before {
  content: "\e829";
}

.icon.media-1_button-rewind:before {
  content: "\e82a";
}

.icon.media-1_button-skip:before {
  content: "\e82b";
}

.icon.media-1_button-stop:before {
  content: "\e82c";
}

.icon.media-1_camera-18:before {
  content: "\e82d";
}

.icon.media-1_camera-19:before {
  content: "\e82e";
}

.icon.media-1_camera-20:before {
  content: "\e82f";
}

.icon.media-1_camera-ban-36:before {
  content: "\e830";
}

.icon.media-1_camera-ban-37:before {
  content: "\e831";
}

.icon.media-1_camera-compact:before {
  content: "\e832";
}

.icon.media-1_camera-screen:before {
  content: "\e833";
}

.icon.media-1_camera-square-57:before {
  content: "\e834";
}

.icon.media-1_camera-square-58:before {
  content: "\e835";
}

.icon.media-1_camera-time:before {
  content: "\e836";
}

.icon.media-1_countdown-34:before {
  content: "\e837";
}

.icon.media-1_countdown-35:before {
  content: "\e838";
}

.icon.media-1_edit-color:before {
  content: "\e839";
}

.icon.media-1_edit-contrast-42:before {
  content: "\e83a";
}

.icon.media-1_edit-contrast-43:before {
  content: "\e83b";
}

.icon.media-1_edit-saturation:before {
  content: "\e83c";
}

.icon.media-1_flash-21:before {
  content: "\e83d";
}

.icon.media-1_flash-24:before {
  content: "\e83e";
}

.icon.media-1_flash-29:before {
  content: "\e83f";
}

.icon.media-1_flash-auto-22:before {
  content: "\e840";
}

.icon.media-1_flash-auto-25:before {
  content: "\e841";
}

.icon.media-1_flash-off-23:before {
  content: "\e842";
}

.icon.media-1_flash-off-26:before {
  content: "\e843";
}

.icon.media-1_focus-32:before {
  content: "\e844";
}

.icon.media-1_focus-38:before {
  content: "\e845";
}

.icon.media-1_focus-40:before {
  content: "\e846";
}

.icon.media-1_focus-circle:before {
  content: "\e847";
}

.icon.media-1_frame-12:before {
  content: "\e848";
}

.icon.media-1_frame-41:before {
  content: "\e849";
}

.icon.media-1_grid:before {
  content: "\e84a";
}

.icon.media-1_image-01:before {
  content: "\e84b";
}

.icon.media-1_image-02:before {
  content: "\e84c";
}

.icon.media-1_image-05:before {
  content: "\e84d";
}

.icon.media-1_image-add:before {
  content: "\e84e";
}

.icon.media-1_image-delete:before {
  content: "\e84f";
}

.icon.media-1_image-location:before {
  content: "\e850";
}

.icon.media-1_kid:before {
  content: "\e851";
}

.icon.media-1_layers:before {
  content: "\e852";
}

.icon.media-1_lens-31:before {
  content: "\e853";
}

.icon.media-1_lens-56:before {
  content: "\e854";
}

.icon.media-1_macro:before {
  content: "\e855";
}

.icon.media-1_movie-61:before {
  content: "\e856";
}

.icon.media-1_movie-62:before {
  content: "\e857";
}

.icon.media-1_night:before {
  content: "\e858";
}

.icon.media-1_picture:before {
  content: "\e859";
}

.icon.media-1_play-68:before {
  content: "\e85a";
}

.icon.media-1_play-69:before {
  content: "\e85b";
}

.icon.media-1_player:before {
  content: "\e85c";
}

.icon.media-1_polaroid-add:before {
  content: "\e85d";
}

.icon.media-1_polaroid-delete:before {
  content: "\e85e";
}

.icon.media-1_polaroid-multiple:before {
  content: "\e85f";
}

.icon.media-1_polaroid-user:before {
  content: "\e860";
}

.icon.media-1_polaroid:before {
  content: "\e861";
}

.icon.media-1_roll:before {
  content: "\e862";
}

.icon.media-1_rotate-left:before {
  content: "\e863";
}

.icon.media-1_rotate-right:before {
  content: "\e864";
}

.icon.media-1_sd:before {
  content: "\e865";
}

.icon.media-1_selfie:before {
  content: "\e866";
}

.icon.media-1_shake:before {
  content: "\e867";
}

.icon.media-1_speaker:before {
  content: "\e868";
}

.icon.media-1_sport:before {
  content: "\e869";
}

.icon.media-1_ticket-75:before {
  content: "\e86a";
}

.icon.media-1_ticket-76:before {
  content: "\e86b";
}

.icon.media-1_touch:before {
  content: "\e86c";
}

.icon.media-1_tripod:before {
  content: "\e86d";
}

.icon.media-1_video-64:before {
  content: "\e86e";
}

.icon.media-1_video-65:before {
  content: "\e86f";
}

.icon.media-1_video-66:before {
  content: "\e870";
}

.icon.media-1_video-67:before {
  content: "\e871";
}

.icon.media-1_videocamera-71:before {
  content: "\e872";
}

.icon.media-1_videocamera-72:before {
  content: "\e873";
}

.icon.media-1_volume-93:before {
  content: "\e874";
}

.icon.media-1_volume-97:before {
  content: "\e875";
}

.icon.media-1_volume-98:before {
  content: "\e876";
}

.icon.media-1_volume-ban:before {
  content: "\e877";
}

.icon.media-1_volume-down:before {
  content: "\e878";
}

.icon.media-1_volume-off:before {
  content: "\e879";
}

.icon.media-1_volume-up:before {
  content: "\e87a";
}

.icon.media-2_guitar:before {
  content: "\e87b";
}

.icon.media-2_headphones-mic:before {
  content: "\e87c";
}

.icon.media-2_headphones:before {
  content: "\e87d";
}

.icon.media-2_knob:before {
  content: "\e87e";
}

.icon.media-2_mic:before {
  content: "\e87f";
}

.icon.media-2_music-album:before {
  content: "\e880";
}

.icon.media-2_music-cloud:before {
  content: "\e881";
}

.icon.media-2_note-03:before {
  content: "\e882";
}

.icon.media-2_note-04:before {
  content: "\e883";
}

.icon.media-2_piano:before {
  content: "\e884";
}

.icon.media-2_radio:before {
  content: "\e885";
}

.icon.media-2_remix:before {
  content: "\e886";
}

.icon.media-2_sound-wave:before {
  content: "\e887";
}

.icon.media-2_speaker-01:before {
  content: "\e888";
}

.icon.media-2_speaker-05:before {
  content: "\e889";
}

.icon.media-2_tape:before {
  content: "\e88a";
}

.icon.location_appointment:before {
  content: "\e88b";
}

.icon.location_bookmark-add:before {
  content: "\e88c";
}

.icon.location_bookmark-remove:before {
  content: "\e88d";
}

.icon.location_bookmark:before {
  content: "\e88e";
}

.icon.location_compass-04:before {
  content: "\e88f";
}

.icon.location_compass-05:before {
  content: "\e890";
}

.icon.location_compass-06:before {
  content: "\e891";
}

.icon.location_crosshair:before {
  content: "\e892";
}

.icon.location_explore-user:before {
  content: "\e893";
}

.icon.location_explore:before {
  content: "\e894";
}

.icon.location_flag-complex:before {
  content: "\e895";
}

.icon.location_flag-diagonal-33:before {
  content: "\e896";
}

.icon.location_flag-diagonal-34:before {
  content: "\e897";
}

.icon.location_flag-points-31:before {
  content: "\e898";
}

.icon.location_flag-points-32:before {
  content: "\e899";
}

.icon.location_flag-simple:before {
  content: "\e89a";
}

.icon.location_flag-triangle:before {
  content: "\e89b";
}

.icon.location_flag:before {
  content: "\e89c";
}

.icon.location_gps:before {
  content: "\e89d";
}

.icon.location_map-big:before {
  content: "\e89e";
}

.icon.location_map-compass:before {
  content: "\e89f";
}

.icon.location_map-gps:before {
  content: "\e8a0";
}

.icon.location_map-marker:before {
  content: "\e8a1";
}

.icon.location_map-pin:before {
  content: "\e8a2";
}

.icon.location_map:before {
  content: "\e8a3";
}

.icon.location_marker:before {
  content: "\e8a4";
}

.icon.location_pin-add:before {
  content: "\e8a5";
}

.icon.location_pin-copy:before {
  content: "\e8a6";
}

.icon.location_pin-remove:before {
  content: "\e8a7";
}

.icon.location_pin:before {
  content: "\e8a8";
}

.icon.location_pins:before {
  content: "\e8a9";
}

.icon.location_position-marker:before {
  content: "\e8aa";
}

.icon.location_position-pin:before {
  content: "\e8ab";
}

.icon.location_position-user:before {
  content: "\e8ac";
}

.icon.location_radar:before {
  content: "\e8ad";
}

.icon.location_road:before {
  content: "\e8ae";
}

.icon.location_route-alert:before {
  content: "\e8af";
}

.icon.location_route-close:before {
  content: "\e8b0";
}

.icon.location_route-open:before {
  content: "\e8b1";
}

.icon.location_square-marker:before {
  content: "\e8b2";
}

.icon.location_square-pin:before {
  content: "\e8b3";
}

.icon.location_treasure-map-21:before {
  content: "\e8b4";
}

.icon.location_treasure-map-40:before {
  content: "\e8b5";
}

.icon.location_worl-marker:before {
  content: "\e8b6";
}

.icon.location_world-pin:before {
  content: "\e8b7";
}

.icon.location_world:before {
  content: "\e8b8";
}

.icon.health_ambulance:before {
  content: "\e8b9";
}

.icon.health_apple:before {
  content: "\e8ba";
}

.icon.health_bag-49:before {
  content: "\e8bb";
}

.icon.health_bag-50:before {
  content: "\e8bc";
}

.icon.health_brain:before {
  content: "\e8bd";
}

.icon.health_dna-27:before {
  content: "\e8be";
}

.icon.health_dna-38:before {
  content: "\e8bf";
}

.icon.health_doctor:before {
  content: "\e8c0";
}

.icon.health_flask:before {
  content: "\e8c1";
}

.icon.health_heartbeat-16:before {
  content: "\e8c2";
}

.icon.health_height:before {
  content: "\e8c3";
}

.icon.health_hospital-32:before {
  content: "\e8c4";
}

.icon.health_hospital-33:before {
  content: "\e8c5";
}

.icon.health_hospital-34:before {
  content: "\e8c6";
}

.icon.health_humidity-26:before {
  content: "\e8c7";
}

.icon.health_humidity-52:before {
  content: "\e8c8";
}

.icon.health_intestine:before {
  content: "\e8c9";
}

.icon.health_lungs:before {
  content: "\e8ca";
}

.icon.health_molecule-39:before {
  content: "\e8cb";
}

.icon.health_molecule-40:before {
  content: "\e8cc";
}

.icon.health_notebook:before {
  content: "\e8cd";
}

.icon.health_nurse:before {
  content: "\e8ce";
}

.icon.health_patch-46:before {
  content: "\e8cf";
}

.icon.health_pill-42:before {
  content: "\e8d0";
}

.icon.health_pill-43:before {
  content: "\e8d1";
}

.icon.health_pill-container-44:before {
  content: "\e8d2";
}

.icon.health_pill-container-47:before {
  content: "\e8d3";
}

.icon.health_pulse-chart:before {
  content: "\e8d4";
}

.icon.health_pulse-phone:before {
  content: "\e8d5";
}

.icon.health_pulse-sleep:before {
  content: "\e8d6";
}

.icon.health_pulse-watch:before {
  content: "\e8d7";
}

.icon.health_pulse:before {
  content: "\e8d8";
}

.icon.health_sleep:before {
  content: "\e8d9";
}

.icon.health_steps:before {
  content: "\e8da";
}

.icon.health_syringe:before {
  content: "\e8db";
}

.icon.health_temperature-23:before {
  content: "\e8dc";
}

.icon.health_temperature-24:before {
  content: "\e8dd";
}

.icon.health_tooth:before {
  content: "\e8de";
}

.icon.health_weed:before {
  content: "\e8df";
}

.icon.health_weight:before {
  content: "\e8e0";
}

.icon.health_wheelchair:before {
  content: "\e8e1";
}

.icon.health_woman:before {
  content: "\e8e2";
}

.icon.furniture_air-conditioner:before {
  content: "\e8e3";
}

.icon.furniture_armchair:before {
  content: "\e8e4";
}

.icon.furniture_bath-tub:before {
  content: "\e8e5";
}

.icon.furniture_bed-09:before {
  content: "\e8e6";
}

.icon.furniture_bed-23:before {
  content: "\e8e7";
}

.icon.furniture_bed-side:before {
  content: "\e8e8";
}

.icon.furniture_cabinet:before {
  content: "\e8e9";
}

.icon.furniture_cactus:before {
  content: "\e8ea";
}

.icon.furniture_chair:before {
  content: "\e8eb";
}

.icon.furniture_coat-hanger:before {
  content: "\e8ec";
}

.icon.furniture_coffee:before {
  content: "\e8ed";
}

.icon.furniture_cradle:before {
  content: "\e8ee";
}

.icon.furniture_curtain:before {
  content: "\e8ef";
}

.icon.furniture_desk-drawer:before {
  content: "\e8f0";
}

.icon.furniture_desk:before {
  content: "\e8f1";
}

.icon.furniture_door:before {
  content: "\e8f2";
}

.icon.furniture_drawer:before {
  content: "\e8f3";
}

.icon.furniture_fridge:before {
  content: "\e8f4";
}

.icon.furniture_hanger-clothes:before {
  content: "\e8f5";
}

.icon.furniture_hanger:before {
  content: "\e8f6";
}

.icon.furniture_heater:before {
  content: "\e8f7";
}

.icon.furniture_iron:before {
  content: "\e8f8";
}

.icon.furniture_lamp-floor:before {
  content: "\e8f9";
}

.icon.furniture_lamp:before {
  content: "\e8fa";
}

.icon.furniture_library:before {
  content: "\e8fb";
}

.icon.furniture_light:before {
  content: "\e8fc";
}

.icon.furniture_mixer:before {
  content: "\e8fd";
}

.icon.furniture_oven:before {
  content: "\e8fe";
}

.icon.furniture_shower:before {
  content: "\e8ff";
}

.icon.furniture_sink-wash:before {
  content: "\e900";
}

.icon.furniture_sink:before {
  content: "\e901";
}

.icon.furniture_sofa:before {
  content: "\e902";
}

.icon.furniture_storage-hanger:before {
  content: "\e903";
}

.icon.furniture_storage:before {
  content: "\e904";
}

.icon.furniture_table:before {
  content: "\e905";
}

.icon.furniture_toilet-paper:before {
  content: "\e906";
}

.icon.furniture_toilet:before {
  content: "\e907";
}

.icon.furniture_tv:before {
  content: "\e908";
}

.icon.furniture_wardrobe:before {
  content: "\e909";
}

.icon.furniture_wash:before {
  content: "\e90a";
}

.icon.files_add:before {
  content: "\e90b";
}

.icon.files_archive-3d-check:before {
  content: "\e90c";
}

.icon.files_archive-3d-content:before {
  content: "\e90d";
}

.icon.files_archive-check:before {
  content: "\e90e";
}

.icon.files_archive-content:before {
  content: "\e90f";
}

.icon.files_archive-paper-check:before {
  content: "\e910";
}

.icon.files_archive-paper:before {
  content: "\e911";
}

.icon.files_archive:before {
  content: "\e912";
}

.icon.files_audio:before {
  content: "\e913";
}

.icon.files_book-07:before {
  content: "\e914";
}

.icon.files_book-08:before {
  content: "\e915";
}

.icon.files_bookmark:before {
  content: "\e916";
}

.icon.files_box:before {
  content: "\e917";
}

.icon.files_chart-bar:before {
  content: "\e918";
}

.icon.files_chart-pie:before {
  content: "\e919";
}

.icon.files_check:before {
  content: "\e91a";
}

.icon.files_cloud:before {
  content: "\e91b";
}

.icon.files_copy:before {
  content: "\e91c";
}

.icon.files_dev:before {
  content: "\e91d";
}

.icon.files_download:before {
  content: "\e91e";
}

.icon.files_drawer:before {
  content: "\e91f";
}

.icon.files_edit:before {
  content: "\e920";
}

.icon.files_exclamation:before {
  content: "\e921";
}

.icon.files_folder-13:before {
  content: "\e922";
}

.icon.files_folder-14:before {
  content: "\e923";
}

.icon.files_folder-15:before {
  content: "\e924";
}

.icon.files_folder-16:before {
  content: "\e925";
}

.icon.files_folder-17:before {
  content: "\e926";
}

.icon.files_folder-18:before {
  content: "\e927";
}

.icon.files_folder-19:before {
  content: "\e928";
}

.icon.files_folder-add:before {
  content: "\e929";
}

.icon.files_folder-audio:before {
  content: "\e92a";
}

.icon.files_folder-bookmark:before {
  content: "\e92b";
}

.icon.files_folder-chart-bar:before {
  content: "\e92c";
}

.icon.files_folder-chart-pie:before {
  content: "\e92d";
}

.icon.files_folder-check:before {
  content: "\e92e";
}

.icon.files_folder-cloud:before {
  content: "\e92f";
}

.icon.files_folder-dev:before {
  content: "\e930";
}

.icon.files_folder-download:before {
  content: "\e931";
}

.icon.files_folder-edit:before {
  content: "\e932";
}

.icon.files_folder-exclamation:before {
  content: "\e933";
}

.icon.files_folder-gallery:before {
  content: "\e934";
}

.icon.files_folder-heart:before {
  content: "\e935";
}

.icon.files_folder-image:before {
  content: "\e936";
}

.icon.files_folder-info:before {
  content: "\e937";
}

.icon.files_folder-link:before {
  content: "\e938";
}

.icon.files_folder-locked:before {
  content: "\e939";
}

.icon.files_folder-money:before {
  content: "\e93a";
}

.icon.files_folder-music:before {
  content: "\e93b";
}

.icon.files_folder-no-access:before {
  content: "\e93c";
}

.icon.files_folder-play:before {
  content: "\e93d";
}

.icon.files_folder-question:before {
  content: "\e93e";
}

.icon.files_folder-refresh:before {
  content: "\e93f";
}

.icon.files_folder-remove:before {
  content: "\e940";
}

.icon.files_folder-search:before {
  content: "\e941";
}

.icon.files_folder-settings-81:before {
  content: "\e942";
}

.icon.files_folder-settings-97:before {
  content: "\e943";
}

.icon.files_folder-shared:before {
  content: "\e944";
}

.icon.files_folder-star:before {
  content: "\e945";
}

.icon.files_folder-time:before {
  content: "\e946";
}

.icon.files_folder-upload:before {
  content: "\e947";
}

.icon.files_folder-user:before {
  content: "\e948";
}

.icon.files_folder-vector:before {
  content: "\e949";
}

.icon.files_gallery:before {
  content: "\e94a";
}

.icon.files_heart:before {
  content: "\e94b";
}

.icon.files_image:before {
  content: "\e94c";
}

.icon.files_info:before {
  content: "\e94d";
}

.icon.files_link:before {
  content: "\e94e";
}

.icon.files_locked:before {
  content: "\e94f";
}

.icon.files_money:before {
  content: "\e950";
}

.icon.files_music:before {
  content: "\e951";
}

.icon.files_no-access:before {
  content: "\e952";
}

.icon.files_notebook:before {
  content: "\e953";
}

.icon.files_paper:before {
  content: "\e954";
}

.icon.files_play:before {
  content: "\e955";
}

.icon.files_question:before {
  content: "\e956";
}

.icon.files_refresh:before {
  content: "\e957";
}

.icon.files_remove:before {
  content: "\e958";
}

.icon.files_replace-folder:before {
  content: "\e959";
}

.icon.files_replace:before {
  content: "\e95a";
}

.icon.files_search:before {
  content: "\e95b";
}

.icon.files_settings-46:before {
  content: "\e95c";
}

.icon.files_settings-99:before {
  content: "\e95d";
}

.icon.files_shared:before {
  content: "\e95e";
}

.icon.files_single-content-02:before {
  content: "\e95f";
}

.icon.files_single-content-03:before {
  content: "\e960";
}

.icon.files_single-copies:before {
  content: "\e961";
}

.icon.files_single-copy-04:before {
  content: "\e962";
}

.icon.files_single-copy-06:before {
  content: "\e963";
}

.icon.files_single-folded-content:before {
  content: "\e964";
}

.icon.files_single-folded:before {
  content: "\e965";
}

.icon.files_single-paragraph:before {
  content: "\e966";
}

.icon.files_single:before {
  content: "\e967";
}

.icon.files_star:before {
  content: "\e968";
}

.icon.files_time:before {
  content: "\e969";
}

.icon.files_upload:before {
  content: "\e96a";
}

.icon.files_user:before {
  content: "\e96b";
}

.icon.files_vector:before {
  content: "\e96c";
}

.icon.files_zip-54:before {
  content: "\e96d";
}

.icon.files_zip-55:before {
  content: "\e96e";
}

.icon.design_album:before {
  content: "\e96f";
}

.icon.design_align-bottom:before {
  content: "\e970";
}

.icon.design_align-center-horizontal:before {
  content: "\e971";
}

.icon.design_align-center-vertical:before {
  content: "\e972";
}

.icon.design_align-left:before {
  content: "\e973";
}

.icon.design_align-right:before {
  content: "\e974";
}

.icon.design_align-top:before {
  content: "\e975";
}

.icon.design_app:before {
  content: "\e976";
}

.icon.design_artboard:before {
  content: "\e977";
}

.icon.design_blend:before {
  content: "\e978";
}

.icon.design_book-bookmark:before {
  content: "\e979";
}

.icon.design_book-open:before {
  content: "\e97a";
}

.icon.design_brush:before {
  content: "\e97b";
}

.icon.design_bug:before {
  content: "\e97c";
}

.icon.design_bullet-list-67:before {
  content: "\e97d";
}

.icon.design_bullet-list-68:before {
  content: "\e97e";
}

.icon.design_bullet-list-69:before {
  content: "\e97f";
}

.icon.design_bullet-list-70:before {
  content: "\e980";
}

.icon.design_clone:before {
  content: "\e981";
}

.icon.design_code-editor:before {
  content: "\e982";
}

.icon.design_code:before {
  content: "\e983";
}

.icon.design_collection:before {
  content: "\e984";
}

.icon.design_command:before {
  content: "\e985";
}

.icon.design_compass:before {
  content: "\e986";
}

.icon.design_contrast:before {
  content: "\e987";
}

.icon.design_copy:before {
  content: "\e988";
}

.icon.design_crop:before {
  content: "\e989";
}

.icon.design_cursor-48:before {
  content: "\e98a";
}

.icon.design_cursor-49:before {
  content: "\e98b";
}

.icon.design_design-dev:before {
  content: "\e98c";
}

.icon.design_design:before {
  content: "\e98d";
}

.icon.design_distribute-horizontal:before {
  content: "\e98e";
}

.icon.design_distribute-vertical:before {
  content: "\e98f";
}

.icon.design_drag:before {
  content: "\e990";
}

.icon.design_eraser-32:before {
  content: "\e991";
}

.icon.design_eraser-33:before {
  content: "\e992";
}

.icon.design_eraser-46:before {
  content: "\e993";
}

.icon.design_flip-horizontal:before {
  content: "\e994";
}

.icon.design_flip-vertical:before {
  content: "\e995";
}

.icon.design_image:before {
  content: "\e996";
}

.icon.design_magnet:before {
  content: "\e997";
}

.icon.design_marker:before {
  content: "\e998";
}

.icon.design_measure-02:before {
  content: "\e999";
}

.icon.design_measure-17:before {
  content: "\e99a";
}

.icon.design_measure-big:before {
  content: "\e99b";
}

.icon.design_mobile-design:before {
  content: "\e99c";
}

.icon.design_mobile-dev:before {
  content: "\e99d";
}

.icon.design_mouse-08:before {
  content: "\e99e";
}

.icon.design_mouse-09:before {
  content: "\e99f";
}

.icon.design_mouse-10:before {
  content: "\e9a0";
}

.icon.design_newsletter-dev:before {
  content: "\e9a1";
}

.icon.design_note-code:before {
  content: "\e9a2";
}

.icon.design_paint-16:before {
  content: "\e9a3";
}

.icon.design_paint-37:before {
  content: "\e9a4";
}

.icon.design_paint-38:before {
  content: "\e9a5";
}

.icon.design_paint-bucket-39:before {
  content: "\e9a6";
}

.icon.design_paint-bucket-40:before {
  content: "\e9a7";
}

.icon.design_palette:before {
  content: "\e9a8";
}

.icon.design_pantone:before {
  content: "\e9a9";
}

.icon.design_paper-design:before {
  content: "\e9aa";
}

.icon.design_paper-dev:before {
  content: "\e9ab";
}

.icon.design_patch-19:before {
  content: "\e9ac";
}

.icon.design_patch-34:before {
  content: "\e9ad";
}

.icon.design_path-exclude:before {
  content: "\e9ae";
}

.icon.design_path-intersect:before {
  content: "\e9af";
}

.icon.design_path-minus:before {
  content: "\e9b0";
}

.icon.design_path-unite:before {
  content: "\e9b1";
}

.icon.design_pen-01:before {
  content: "\e9b2";
}

.icon.design_pen-23:before {
  content: "\e9b3";
}

.icon.design_pen-tool:before {
  content: "\e9b4";
}

.icon.design_phone:before {
  content: "\e9b5";
}

.icon.design_photo-editor:before {
  content: "\e9b6";
}

.icon.design_scissors-dashed:before {
  content: "\e9b7";
}

.icon.design_scissors:before {
  content: "\e9b8";
}

.icon.design_shape-adjust:before {
  content: "\e9b9";
}

.icon.design_shape-circle:before {
  content: "\e9ba";
}

.icon.design_shape-polygon:before {
  content: "\e9bb";
}

.icon.design_shape-square:before {
  content: "\e9bc";
}

.icon.design_shape-triangle:before {
  content: "\e9bd";
}

.icon.design_shapes:before {
  content: "\e9be";
}

.icon.design_sharpener:before {
  content: "\e9bf";
}

.icon.design_slice:before {
  content: "\e9c0";
}

.icon.design_spray:before {
  content: "\e9c1";
}

.icon.design_stamp:before {
  content: "\e9c2";
}

.icon.design_tablet-mobile:before {
  content: "\e9c3";
}

.icon.design_tablet:before {
  content: "\e9c4";
}

.icon.design_text:before {
  content: "\e9c5";
}

.icon.design_todo:before {
  content: "\e9c6";
}

.icon.design_usb:before {
  content: "\e9c7";
}

.icon.design_vector:before {
  content: "\e9c8";
}

.icon.design_wand-11:before {
  content: "\e9c9";
}

.icon.design_wand-99:before {
  content: "\e9ca";
}

.icon.design_watch-dev:before {
  content: "\e9cb";
}

.icon.design_web-design:before {
  content: "\e9cc";
}

.icon.design_webpage:before {
  content: "\e9cd";
}

.icon.design_window-code:before {
  content: "\e9ce";
}

.icon.design_window-dev:before {
  content: "\e9cf";
}

.icon.design_window-paragraph:before {
  content: "\e9d0";
}

.icon.design_window-responsive:before {
  content: "\e9d1";
}

.icon.clothes_baby:before {
  content: "\e9d2";
}

.icon.clothes_backpack:before {
  content: "\e9d3";
}

.icon.clothes_bag-21:before {
  content: "\e9d4";
}

.icon.clothes_bag-22:before {
  content: "\e9d5";
}

.icon.clothes_belt:before {
  content: "\e9d6";
}

.icon.clothes_boot-woman:before {
  content: "\e9d7";
}

.icon.clothes_boot:before {
  content: "\e9d8";
}

.icon.clothes_bra:before {
  content: "\e9d9";
}

.icon.clothes_button:before {
  content: "\e9da";
}

.icon.clothes_cap:before {
  content: "\e9db";
}

.icon.clothes_coat:before {
  content: "\e9dc";
}

.icon.clothes_corset:before {
  content: "\e9dd";
}

.icon.clothes_dress-man:before {
  content: "\e9de";
}

.icon.clothes_dress-woman:before {
  content: "\e9df";
}

.icon.clothes_flip:before {
  content: "\e9e0";
}

.icon.clothes_glasses:before {
  content: "\e9e1";
}

.icon.clothes_gloves:before {
  content: "\e9e2";
}

.icon.clothes_hat-top:before {
  content: "\e9e3";
}

.icon.clothes_hat:before {
  content: "\e9e4";
}

.icon.clothes_hoodie:before {
  content: "\e9e5";
}

.icon.clothes_iron-dont:before {
  content: "\e9e6";
}

.icon.clothes_iron:before {
  content: "\e9e7";
}

.icon.clothes_jeans-41:before {
  content: "\e9e8";
}

.icon.clothes_jeans-43:before {
  content: "\e9e9";
}

.icon.clothes_jeans-pocket:before {
  content: "\e9ea";
}

.icon.clothes_kitchen:before {
  content: "\e9eb";
}

.icon.clothes_long-sleeve:before {
  content: "\e9ec";
}

.icon.clothes_makeup:before {
  content: "\e9ed";
}

.icon.clothes_needle:before {
  content: "\e9ee";
}

.icon.clothes_pajamas:before {
  content: "\e9ef";
}

.icon.clothes_ring:before {
  content: "\e9f0";
}

.icon.clothes_scarf:before {
  content: "\e9f1";
}

.icon.clothes_shirt-business:before {
  content: "\e9f2";
}

.icon.clothes_shirt-buttons:before {
  content: "\e9f3";
}

.icon.clothes_shirt-neck:before {
  content: "\e9f4";
}

.icon.clothes_shirt:before {
  content: "\e9f5";
}

.icon.clothes_shoe-man:before {
  content: "\e9f6";
}

.icon.clothes_shoe-sport:before {
  content: "\e9f7";
}

.icon.clothes_shoe-woman:before {
  content: "\e9f8";
}

.icon.clothes_skirt:before {
  content: "\e9f9";
}

.icon.clothes_slacks-12:before {
  content: "\e9fa";
}

.icon.clothes_slacks-13:before {
  content: "\e9fb";
}

.icon.clothes_sock:before {
  content: "\e9fc";
}

.icon.clothes_tie-bow:before {
  content: "\e9fd";
}

.icon.clothes_tshirt-53:before {
  content: "\e9fe";
}

.icon.clothes_tshirt-54:before {
  content: "\e9ff";
}

.icon.clothes_tshirt-sport:before {
  content: "\ea00";
}

.icon.clothes_underwear-man:before {
  content: "\ea01";
}

.icon.clothes_underwear:before {
  content: "\ea02";
}

.icon.clothes_vest-sport:before {
  content: "\ea03";
}

.icon.clothes_vest:before {
  content: "\ea04";
}

.icon.clothes_wash-30:before {
  content: "\ea05";
}

.icon.clothes_wash-60:before {
  content: "\ea06";
}

.icon.clothes_wash-90:before {
  content: "\ea07";
}

.icon.clothes_wash-hand:before {
  content: "\ea08";
}

.icon.clothes_wash:before {
  content: "\ea09";
}

.icon.business_agenda:before {
  content: "\ea0a";
}

.icon.business_atm:before {
  content: "\ea0b";
}

.icon.business_award-48:before {
  content: "\ea0c";
}

.icon.business_award-49:before {
  content: "\ea0d";
}

.icon.business_award-74:before {
  content: "\ea0e";
}

.icon.business_badge:before {
  content: "\ea0f";
}

.icon.business_bank:before {
  content: "\ea10";
}

.icon.business_board-27:before {
  content: "\ea11";
}

.icon.business_board-28:before {
  content: "\ea12";
}

.icon.business_board-29:before {
  content: "\ea13";
}

.icon.business_board-30:before {
  content: "\ea14";
}

.icon.business_books:before {
  content: "\ea15";
}

.icon.business_briefcase-24:before {
  content: "\ea16";
}

.icon.business_briefcase-25:before {
  content: "\ea17";
}

.icon.business_briefcase-26:before {
  content: "\ea18";
}

.icon.business_building:before {
  content: "\ea19";
}

.icon.business_bulb-61:before {
  content: "\ea1a";
}

.icon.business_bulb-62:before {
  content: "\ea1b";
}

.icon.business_bulb-63:before {
  content: "\ea1c";
}

.icon.business_business-contact-85:before {
  content: "\ea1d";
}

.icon.business_business-contact-86:before {
  content: "\ea1e";
}

.icon.business_business-contact-87:before {
  content: "\ea1f";
}

.icon.business_business-contact-88:before {
  content: "\ea20";
}

.icon.business_business-contact-89:before {
  content: "\ea21";
}

.icon.business_businessman-03:before {
  content: "\ea22";
}

.icon.business_businessman-04:before {
  content: "\ea23";
}

.icon.business_calculator:before {
  content: "\ea24";
}

.icon.business_chair:before {
  content: "\ea25";
}

.icon.business_chart-bar-32:before {
  content: "\ea26";
}

.icon.business_chart-bar-33:before {
  content: "\ea27";
}

.icon.business_chart-growth:before {
  content: "\ea28";
}

.icon.business_chart-pie-35:before {
  content: "\ea29";
}

.icon.business_chart-pie-36:before {
  content: "\ea2a";
}

.icon.business_chart:before {
  content: "\ea2b";
}

.icon.business_cheque:before {
  content: "\ea2c";
}

.icon.business_coins:before {
  content: "\ea2d";
}

.icon.business_connect:before {
  content: "\ea2e";
}

.icon.business_contacts:before {
  content: "\ea2f";
}

.icon.business_currency-dollar:before {
  content: "\ea30";
}

.icon.business_currency-euro:before {
  content: "\ea31";
}

.icon.business_currency-pound:before {
  content: "\ea32";
}

.icon.business_currency-yen:before {
  content: "\ea33";
}

.icon.business_factory:before {
  content: "\ea34";
}

.icon.business_globe:before {
  content: "\ea35";
}

.icon.business_goal-64:before {
  content: "\ea36";
}

.icon.business_goal-65:before {
  content: "\ea37";
}

.icon.business_gold:before {
  content: "\ea38";
}

.icon.business_hammer:before {
  content: "\ea39";
}

.icon.business_handout:before {
  content: "\ea3a";
}

.icon.business_handshake:before {
  content: "\ea3b";
}

.icon.business_hat:before {
  content: "\ea3c";
}

.icon.business_hierarchy-53:before {
  content: "\ea3d";
}

.icon.business_hierarchy-54:before {
  content: "\ea3e";
}

.icon.business_hierarchy-55:before {
  content: "\ea3f";
}

.icon.business_hierarchy-56:before {
  content: "\ea40";
}

.icon.business_laptop-71:before {
  content: "\ea41";
}

.icon.business_laptop-72:before {
  content: "\ea42";
}

.icon.business_laptop-91:before {
  content: "\ea43";
}

.icon.business_law:before {
  content: "\ea44";
}

.icon.business_math:before {
  content: "\ea45";
}

.icon.business_money-11:before {
  content: "\ea46";
}

.icon.business_money-12:before {
  content: "\ea47";
}

.icon.business_money-13:before {
  content: "\ea48";
}

.icon.business_money-bag:before {
  content: "\ea49";
}

.icon.business_money-coins:before {
  content: "\ea4a";
}

.icon.business_money-growth:before {
  content: "\ea4b";
}

.icon.business_money-time:before {
  content: "\ea4c";
}

.icon.business_net:before {
  content: "\ea4d";
}

.icon.business_notes:before {
  content: "\ea4e";
}

.icon.business_payment:before {
  content: "\ea4f";
}

.icon.business_percentage-38:before {
  content: "\ea50";
}

.icon.business_percentage-39:before {
  content: "\ea51";
}

.icon.business_pig:before {
  content: "\ea52";
}

.icon.business_pin:before {
  content: "\ea53";
}

.icon.business_plug:before {
  content: "\ea54";
}

.icon.business_progress:before {
  content: "\ea55";
}

.icon.business_round-dollar:before {
  content: "\ea56";
}

.icon.business_round-euro:before {
  content: "\ea57";
}

.icon.business_round-pound:before {
  content: "\ea58";
}

.icon.business_round-yen:before {
  content: "\ea59";
}

.icon.business_safe:before {
  content: "\ea5a";
}

.icon.business_scale:before {
  content: "\ea5b";
}

.icon.business_sign:before {
  content: "\ea5c";
}

.icon.business_signature:before {
  content: "\ea5d";
}

.icon.business_stock:before {
  content: "\ea5e";
}

.icon.business_strategy:before {
  content: "\ea5f";
}

.icon.business_tie-01:before {
  content: "\ea60";
}

.icon.business_tie-02:before {
  content: "\ea61";
}

.icon.business_wallet-43:before {
  content: "\ea62";
}

.icon.business_wallet-44:before {
  content: "\ea63";
}

.icon.business_wallet-90:before {
  content: "\ea64";
}

.icon.arrows-1_back-78:before {
  content: "\ea65";
}

.icon.arrows-1_back-80:before {
  content: "\ea66";
}

.icon.arrows-1_bold-direction:before {
  content: "\ea67";
}

.icon.arrows-1_bold-down:before {
  content: "\ea68";
}

.icon.arrows-1_bold-left:before {
  content: "\ea69";
}

.icon.arrows-1_bold-right:before {
  content: "\ea6a";
}

.icon.arrows-1_bold-up:before {
  content: "\ea6b";
}

.icon.arrows-1_circle-down-12:before {
  content: "\ea6c";
}

.icon.arrows-1_circle-down-40:before {
  content: "\ea6d";
}

.icon.arrows-1_circle-left-10:before {
  content: "\ea6e";
}

.icon.arrows-1_circle-left-38:before {
  content: "\ea6f";
}

.icon.arrows-1_circle-right-09:before {
  content: "\ea70";
}

.icon.arrows-1_circle-right-37:before {
  content: "\ea71";
}

.icon.arrows-1_circle-up-11:before {
  content: "\ea72";
}

.icon.arrows-1_circle-up-39:before {
  content: "\ea73";
}

.icon.arrows-1_cloud-download-93:before {
  content: "\ea74";
}

.icon.arrows-1_cloud-download-95:before {
  content: "\ea75";
}

.icon.arrows-1_cloud-upload-94:before {
  content: "\ea76";
}

.icon.arrows-1_cloud-upload-96:before {
  content: "\ea77";
}

.icon.arrows-1_curved-next:before {
  content: "\ea78";
}

.icon.arrows-1_curved-previous:before {
  content: "\ea79";
}

.icon.arrows-1_direction-53:before {
  content: "\ea7a";
}

.icon.arrows-1_direction-56:before {
  content: "\ea7b";
}

.icon.arrows-1_double-left:before {
  content: "\ea7c";
}

.icon.arrows-1_double-right:before {
  content: "\ea7d";
}

.icon.arrows-1_download:before {
  content: "\ea7e";
}

.icon.arrows-1_enlarge-diagonal-43:before {
  content: "\ea7f";
}

.icon.arrows-1_enlarge-diagonal-44:before {
  content: "\ea80";
}

.icon.arrows-1_enlarge-horizontal:before {
  content: "\ea81";
}

.icon.arrows-1_enlarge-vertical:before {
  content: "\ea82";
}

.icon.arrows-1_fit-horizontal:before {
  content: "\ea83";
}

.icon.arrows-1_fit-vertical:before {
  content: "\ea84";
}

.icon.arrows-1_fullscreen-70:before {
  content: "\ea85";
}

.icon.arrows-1_fullscreen-71:before {
  content: "\ea86";
}

.icon.arrows-1_fullscreen-76:before {
  content: "\ea87";
}

.icon.arrows-1_fullscreen-77:before {
  content: "\ea88";
}

.icon.arrows-1_fullscreen-double-74:before {
  content: "\ea89";
}

.icon.arrows-1_fullscreen-double-75:before {
  content: "\ea8a";
}

.icon.arrows-1_fullscreen-split-72:before {
  content: "\ea8b";
}

.icon.arrows-1_fullscreen-split-73:before {
  content: "\ea8c";
}

.icon.arrows-1_log-in:before {
  content: "\ea8d";
}

.icon.arrows-1_log-out:before {
  content: "\ea8e";
}

.icon.arrows-1_loop-82:before {
  content: "\ea8f";
}

.icon.arrows-1_loop-83:before {
  content: "\ea90";
}

.icon.arrows-1_minimal-down:before {
  content: "\ea91";
}

.icon.arrows-1_minimal-left:before {
  content: "\ea92";
}

.icon.arrows-1_minimal-right:before {
  content: "\ea93";
}

.icon.arrows-1_minimal-up:before {
  content: "\ea94";
}

.icon.arrows-1_redo-79:before {
  content: "\ea95";
}

.icon.arrows-1_redo-81:before {
  content: "\ea96";
}

.icon.arrows-1_refresh-68:before {
  content: "\ea97";
}

.icon.arrows-1_refresh-69:before {
  content: "\ea98";
}

.icon.arrows-1_round-down:before {
  content: "\ea99";
}

.icon.arrows-1_round-left:before {
  content: "\ea9a";
}

.icon.arrows-1_round-right:before {
  content: "\ea9b";
}

.icon.arrows-1_round-up:before {
  content: "\ea9c";
}

.icon.arrows-1_share-66:before {
  content: "\ea9d";
}

.icon.arrows-1_share-91:before {
  content: "\ea9e";
}

.icon.arrows-1_share-92:before {
  content: "\ea9f";
}

.icon.arrows-1_shuffle-97:before {
  content: "\eaa0";
}

.icon.arrows-1_shuffle-98:before {
  content: "\eaa1";
}

.icon.arrows-1_simple-down:before {
  content: "\eaa2";
}

.icon.arrows-1_simple-left:before {
  content: "\eaa3";
}

.icon.arrows-1_simple-right:before {
  content: "\eaa4";
}

.icon.arrows-1_simple-up:before {
  content: "\eaa5";
}

.icon.arrows-1_small-triangle-down:before {
  content: "\eaa6";
}

.icon.arrows-1_small-triangle-left:before {
  content: "\eaa7";
}

.icon.arrows-1_small-triangle-right:before {
  content: "\eaa8";
}

.icon.arrows-1_small-triangle-up:before {
  content: "\eaa9";
}

.icon.arrows-1_square-down:before {
  content: "\eaaa";
}

.icon.arrows-1_square-left:before {
  content: "\eaab";
}

.icon.arrows-1_square-right:before {
  content: "\eaac";
}

.icon.arrows-1_square-up:before {
  content: "\eaad";
}

.icon.arrows-1_strong-down:before {
  content: "\eaae";
}

.icon.arrows-1_strong-left:before {
  content: "\eaaf";
}

.icon.arrows-1_strong-right:before {
  content: "\eab0";
}

.icon.arrows-1_strong-up:before {
  content: "\eab1";
}

.icon.arrows-1_tail-down:before {
  content: "\eab2";
}

.icon.arrows-1_tail-left:before {
  content: "\eab3";
}

.icon.arrows-1_tail-right:before {
  content: "\eab4";
}

.icon.arrows-1_tail-triangle-down:before {
  content: "\eab5";
}

.icon.arrows-1_tail-triangle-left:before {
  content: "\eab6";
}

.icon.arrows-1_tail-triangle-right:before {
  content: "\eab7";
}

.icon.arrows-1_tail-triangle-up:before {
  content: "\eab8";
}

.icon.arrows-1_tail-up:before {
  content: "\eab9";
}

.icon.arrows-1_trend-down:before {
  content: "\eaba";
}

.icon.arrows-1_trend-up:before {
  content: "\eabb";
}

.icon.arrows-1_triangle-down-20:before {
  content: "\eabc";
}

.icon.arrows-1_triangle-down-65:before {
  content: "\eabd";
}

.icon.arrows-1_triangle-left-18:before {
  content: "\eabe";
}

.icon.arrows-1_triangle-left-63:before {
  content: "\eabf";
}

.icon.arrows-1_triangle-right-17:before {
  content: "\eac0";
}

.icon.arrows-1_triangle-right-62:before {
  content: "\eac1";
}

.icon.arrows-1_triangle-up-19:before {
  content: "\eac2";
}

.icon.arrows-1_triangle-up-64:before {
  content: "\eac3";
}

.icon.arrows-1_window-zoom-in:before {
  content: "\eac4";
}

.icon.arrows-1_window-zoom-out:before {
  content: "\eac5";
}

.icon.arrows-1_zoom-88:before {
  content: "\eac6";
}

.icon.arrows-1_zoom-99:before {
  content: "\eac7";
}

.icon.arrows-1_zoom-100:before {
  content: "\eac8";
}

.icon.arrows-2_block-down:before {
  content: "\eac9";
}

.icon.arrows-2_block-left:before {
  content: "\eaca";
}

.icon.arrows-2_block-right:before {
  content: "\eacb";
}

.icon.arrows-2_block-up:before {
  content: "\eacc";
}

.icon.arrows-2_circle-in:before {
  content: "\eacd";
}

.icon.arrows-2_circle-out:before {
  content: "\eace";
}

.icon.arrows-2_circuit-round:before {
  content: "\eacf";
}

.icon.arrows-2_circuit:before {
  content: "\ead0";
}

.icon.arrows-2_computer-upload:before {
  content: "\ead1";
}

.icon.arrows-2_conversion:before {
  content: "\ead2";
}

.icon.arrows-2_corner-down-round:before {
  content: "\ead3";
}

.icon.arrows-2_corner-down:before {
  content: "\ead4";
}

.icon.arrows-2_corner-left-down:before {
  content: "\ead5";
}

.icon.arrows-2_corner-left-round:before {
  content: "\ead6";
}

.icon.arrows-2_corner-left:before {
  content: "\ead7";
}

.icon.arrows-2_corner-right-down:before {
  content: "\ead8";
}

.icon.arrows-2_corner-right-round:before {
  content: "\ead9";
}

.icon.arrows-2_corner-right:before {
  content: "\eada";
}

.icon.arrows-2_corner-up-left:before {
  content: "\eadb";
}

.icon.arrows-2_corner-up-right:before {
  content: "\eadc";
}

.icon.arrows-2_corner-up-round:before {
  content: "\eadd";
}

.icon.arrows-2_corner-up:before {
  content: "\eade";
}

.icon.arrows-2_cross-down:before {
  content: "\eadf";
}

.icon.arrows-2_cross-horizontal:before {
  content: "\eae0";
}

.icon.arrows-2_cross-left:before {
  content: "\eae1";
}

.icon.arrows-2_cross-right:before {
  content: "\eae2";
}

.icon.arrows-2_cross-up:before {
  content: "\eae3";
}

.icon.arrows-2_cross-vertical:before {
  content: "\eae4";
}

.icon.arrows-2_curve-circuit:before {
  content: "\eae5";
}

.icon.arrows-2_curve-directions:before {
  content: "\eae6";
}

.icon.arrows-2_curve-split:before {
  content: "\eae7";
}

.icon.arrows-2_delete-49:before {
  content: "\eae8";
}

.icon.arrows-2_delete-50:before {
  content: "\eae9";
}

.icon.arrows-2_direction:before {
  content: "\eaea";
}

.icon.arrows-2_dots-download:before {
  content: "\eaeb";
}

.icon.arrows-2_dots-upload:before {
  content: "\eaec";
}

.icon.arrows-2_eject:before {
  content: "\eaed";
}

.icon.arrows-2_enlarge-circle:before {
  content: "\eaee";
}

.icon.arrows-2_file-download-87:before {
  content: "\eaef";
}

.icon.arrows-2_file-download-89:before {
  content: "\eaf0";
}

.icon.arrows-2_file-download-94:before {
  content: "\eaf1";
}

.icon.arrows-2_file-upload-86:before {
  content: "\eaf2";
}

.icon.arrows-2_file-upload-88:before {
  content: "\eaf3";
}

.icon.arrows-2_file-upload-93:before {
  content: "\eaf4";
}

.icon.arrows-2_fork-round:before {
  content: "\eaf5";
}

.icon.arrows-2_fork:before {
  content: "\eaf6";
}

.icon.arrows-2_hit-down:before {
  content: "\eaf7";
}

.icon.arrows-2_hit-left:before {
  content: "\eaf8";
}

.icon.arrows-2_hit-right:before {
  content: "\eaf9";
}

.icon.arrows-2_hit-up:before {
  content: "\eafa";
}

.icon.arrows-2_lines:before {
  content: "\eafb";
}

.icon.arrows-2_log-out:before {
  content: "\eafc";
}

.icon.arrows-2_loop:before {
  content: "\eafd";
}

.icon.arrows-2_merge-round:before {
  content: "\eafe";
}

.icon.arrows-2_merge:before {
  content: "\eaff";
}

.icon.arrows-2_move-05:before {
  content: "\eb00";
}

.icon.arrows-2_move-06:before {
  content: "\eb01";
}

.icon.arrows-2_move-92:before {
  content: "\eb02";
}

.icon.arrows-2_move-down-right:before {
  content: "\eb03";
}

.icon.arrows-2_move-down:before {
  content: "\eb04";
}

.icon.arrows-2_move-left:before {
  content: "\eb05";
}

.icon.arrows-2_move-right:before {
  content: "\eb06";
}

.icon.arrows-2_move-up-left:before {
  content: "\eb07";
}

.icon.arrows-2_move-up:before {
  content: "\eb08";
}

.icon.arrows-2_push-next:before {
  content: "\eb09";
}

.icon.arrows-2_push-previous:before {
  content: "\eb0a";
}

.icon.arrows-2_reload:before {
  content: "\eb0b";
}

.icon.arrows-2_replay:before {
  content: "\eb0c";
}

.icon.arrows-2_rotate-left:before {
  content: "\eb0d";
}

.icon.arrows-2_rotate-right:before {
  content: "\eb0e";
}

.icon.arrows-2_round-left-down:before {
  content: "\eb0f";
}

.icon.arrows-2_round-right-down:before {
  content: "\eb10";
}

.icon.arrows-2_round-up-left:before {
  content: "\eb11";
}

.icon.arrows-2_round-up-right:before {
  content: "\eb12";
}

.icon.arrows-2_select-83:before {
  content: "\eb13";
}

.icon.arrows-2_select-84:before {
  content: "\eb14";
}

.icon.arrows-2_separate-round:before {
  content: "\eb15";
}

.icon.arrows-2_separate:before {
  content: "\eb16";
}

.icon.arrows-2_share-left:before {
  content: "\eb17";
}

.icon.arrows-2_share-right:before {
  content: "\eb18";
}

.icon.arrows-2_skew-down:before {
  content: "\eb19";
}

.icon.arrows-2_skew-left:before {
  content: "\eb1a";
}

.icon.arrows-2_skew-right:before {
  content: "\eb1b";
}

.icon.arrows-2_skew-up:before {
  content: "\eb1c";
}

.icon.arrows-2_small-left:before {
  content: "\eb1d";
}

.icon.arrows-2_small-right:before {
  content: "\eb1e";
}

.icon.arrows-2_split-horizontal:before {
  content: "\eb1f";
}

.icon.arrows-2_split-round:before {
  content: "\eb20";
}

.icon.arrows-2_split-vertical:before {
  content: "\eb21";
}

.icon.arrows-2_split:before {
  content: "\eb22";
}

.icon.arrows-2_square-download:before {
  content: "\eb23";
}

.icon.arrows-2_square-upload:before {
  content: "\eb24";
}

.icon.arrows-2_time:before {
  content: "\eb25";
}

.icon.arrows-2_triangle-down:before {
  content: "\eb26";
}

.icon.arrows-2_triangle-left:before {
  content: "\eb27";
}

.icon.arrows-2_triangle-right:before {
  content: "\eb28";
}

.icon.arrows-2_triangle-up:before {
  content: "\eb29";
}

.icon.arrows-2_unite-round:before {
  content: "\eb2a";
}

.icon.arrows-2_unite:before {
  content: "\eb2b";
}

.icon.arrows-2_zoom:before {
  content: "\eb2c";
}

.icon.arrows-3_circle-down:before {
  content: "\eb2d";
}

.icon.arrows-3_circle-left:before {
  content: "\eb2e";
}

.icon.arrows-3_circle-right:before {
  content: "\eb2f";
}

.icon.arrows-3_circle-simple-down:before {
  content: "\eb30";
}

.icon.arrows-3_circle-simple-left:before {
  content: "\eb31";
}

.icon.arrows-3_circle-simple-right:before {
  content: "\eb32";
}

.icon.arrows-3_circle-simple-up:before {
  content: "\eb33";
}

.icon.arrows-3_circle-up:before {
  content: "\eb34";
}

.icon.arrows-3_cloud-refresh:before {
  content: "\eb35";
}

.icon.arrows-3_separate:before {
  content: "\eb36";
}

.icon.arrows-3_small-down:before {
  content: "\eb37";
}

.icon.arrows-3_small-up:before {
  content: "\eb38";
}

.icon.arrows-3_square-corner-down-left-17:before {
  content: "\eb39";
}

.icon.arrows-3_square-corner-down-left-18:before {
  content: "\eb3a";
}

.icon.arrows-3_square-corner-up-left:before {
  content: "\eb3b";
}

.icon.arrows-3_square-corner-up-right:before {
  content: "\eb3c";
}

.icon.arrows-3_square-down-06:before {
  content: "\eb3d";
}

.icon.arrows-3_square-down-22:before {
  content: "\eb3e";
}

.icon.arrows-3_square-enlarge:before {
  content: "\eb3f";
}

.icon.arrows-3_square-left-04:before {
  content: "\eb40";
}

.icon.arrows-3_square-left-20:before {
  content: "\eb41";
}

.icon.arrows-3_square-right-03:before {
  content: "\eb42";
}

.icon.arrows-3_square-right-19:before {
  content: "\eb43";
}

.icon.arrows-3_square-simple-down:before {
  content: "\eb44";
}

.icon.arrows-3_square-simple-left:before {
  content: "\eb45";
}

.icon.arrows-3_square-simple-right:before {
  content: "\eb46";
}

.icon.arrows-3_square-simple-up:before {
  content: "\eb47";
}

.icon.arrows-3_square-up-05:before {
  content: "\eb48";
}

.icon.arrows-3_square-up-21:before {
  content: "\eb49";
}

.icon.arrows-3_square-zoom:before {
  content: "\eb4a";
}

.icon.arrows-3_super-bold-down:before {
  content: "\eb4b";
}

.icon.arrows-3_super-bold-left:before {
  content: "\eb4c";
}

.icon.arrows-3_super-bold-right:before {
  content: "\eb4d";
}

.icon.arrows-3_super-bold-up:before {
  content: "\eb4e";
}

/*# sourceMappingURL=blackbutte16.css.map */


.plgHeaderBar img {
  position: absolute;
  right: 100px;
  bottom: 600px;
}

@media (max-width: 1024px) {
  .plgHeaderBar img {
    bottom: 275px;
  }
}

.banner-private .plgHeaderBar b {
  display: none;
}


ul.level1.dropdown-menu:empty {
  padding: 0!important;
  margin: 0!important;
}