
/* 2.0.2
- fixes overlay opacity bug
- fixes menu item alignment with footer
- adjustments to spacing and padding
- adjustments to spacing and padding for mobile too
- adding pointer events none to prevent closed menu from displaying overtop content
- fixes a bug that would not allow you to edit footer content
- added support for same page #hash navigation
- moved to overscroll behavoir none away from forcing body to be fixed position on open (though not supported in Safari yet)
*/
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#overlayMenuToggleContainer_stacks_in_805 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  text-align: right;
  /*  */
  /*  */
  /*  */
  /*  */

  /*  */
  padding: 10px 10px 10px 10px;
  /*  */
  position: fixed;
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_805 {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  /*  */
  background: rgba(0, 0, 0, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuContainer_stacks_in_805 .close-icon {
  box-sizing: border-box;
  /*  */
  /*  */
  /*  */
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 0.60);
  border-radius: 4px;
  font-size: 24px;
  line-height: 26px;
  /*  */
  /*  */
  line-height: 26px;
  /*  */
  cursor: pointer;
  display: none;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_805.open .close-icon {
  display: inline-block;
}
#overlayMenu_stacks_in_805 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_805 .cssmenu ul>li a:hover small,
#overlayMenu_stacks_in_805 .cssmenu ul ul li a:hover small,
#overlayMenuToggle_stacks_in_805 {
  transition: all 200ms ease;
}
#overlayMenuToggle_stacks_in_805:hover {
  /*  */
  background: rgba(0, 0, 0, 1.00);
  /*  */
  /*  */
}
#overlayMenuToggle_stacks_in_805:hover {
  /*  */
  cursor: pointer;
  color: #FFFFFF;
  /*  */
}
#overlayMenuContainer_stacks_in_805 .close-icon:hover {
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_805 svg path, #overlayMenuToggle_stacks_in_805 i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
#overlayMenuToggle_stacks_in_805:hover svg path, #overlayMenuToggle_stacks_in_805:hover i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
#overlayMenuContainer_stacks_in_805 .close-icon svg {
  display: inline-block;
  width: 32px;
    /*  */
  margin-left: -20%;
    /*  */
}
#overlayMenuContainer_stacks_in_805 .close-icon svg {
  display: block;
}
#overlayMenuToggle_stacks_in_805 {
  line-height: 0;
}
#overlayMenuToggle_stacks_in_805 span {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 30px;

  /*  */
  margin-left: 4px;
  /*  */
}
#overlayMenuToggle_stacks_in_805 .omToggleIconWrap,
#overlayMenuToggle_stacks_in_805 .omToggleIconWrap svg {
  display: inline-block;
}
#overlayMenuToggle_stacks_in_805 .omToggleIconWrap {
  max-width: 34px;
}
#overlayMenuToggle_stacks_in_805 .omToggleIconWrap svg {
  width: 30px;
}
#overlayMenuToggle_stacks_in_805 i {
  font-size: 30px;
  line-height: 30px;
}
/*  */

#overlayMenuContainer_stacks_in_805 {
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.2s ease;
  /*  */
}
#overlayMenuContainer_stacks_in_805 * {
  z-index: 1;
}
#overlayMenuContainer_stacks_in_805::before, #overlayMenuContainer_stacks_in_805::after {
  content: '';
  /*  */
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: 0%;
  opacity: 0;
  z-index: -1;
  width: 80px;
  height: 80px;
  transform-origin: center;
  position: absolute;
  -webkit-animation: elegantClose 300ms;
  animation: elegantClose 300ms;
  /* transition: all 200ms ease-in; */
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  border-radius: 50%;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_805.open::before, #overlayMenuContainer_stacks_in_805.open::after {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  /* border-radius: 0px; */
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
  opacity: 0.8;
}


#overlayMenuContainer_stacks_in_805::before {
  /*  */
  background: #000000;
  /*  */
  /*  */
  /*  */
  opacity: 0.8;
}

#overlayMenuContainer_stacks_in_805::after {
  /*  */
}

#overlayMenu_stacks_in_805 {
  z-index: 99999999999999999;
  transition: all 0.2s ease-out;
  /*  */
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  visibility: hidden;
  padding-top: 70px;
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuToggle_stacks_in_805  span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_805 li a span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_805 li a small {
  /*  */
  font-family: inherit;
  /*  */
}
/*  */
#overlayMenuContainer_stacks_in_805 {
  pointer-events: none;
}
/*  */

#overlayMenuContainer_stacks_in_805.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 {
  opacity: 1;
  overflow-y: auto;
  overscroll-behavior: none;
  visibility: visible;
  transition-delay: 0.1s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .close-icon {
  opacity: 1;
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 5s;
  transition: all 0.3s ease;
}

/* #overlayMenuContainer_stacks_in_805.open::before, #overlayMenuContainer_stacks_in_805.open::after {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 102%;
  height: 102%;
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  transition: opacity 200ms ease-out;
  -webkit-transform: translate(-51%, -51%);
  transform: translate(-51%, -51%);
} */

#overlayMenuContainer_stacks_in_805.open::after {
  opacity: 1;
}

#overlayMenu_stacks_in_805 .close-icon svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
/*  */
#overlayMenu_stacks_in_805 .close-icon:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*  */
#overlayMenuFooter_stacks_in_805 {
  text-align: left;
  width: 100%;
  max-width: 1008px;
  /*  */
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.60);
  /*  */
}

#overlayMenu_stacks_in_805 .cssmenu, #overlayMenu_stacks_in_805 .cssmenu ul, #overlayMenu_stacks_in_805 .cssmenu ul li, #overlayMenu_stacks_in_805 .cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  line-height: 1;
  list-style: none;
  box-sizing: border-box;
}
/*  */
/*  */

#overlayMenu_stacks_in_805 .cssmenu {
  color: #ffffff;
  padding: 0 24px;
  overflow: visible;
  font-family: inherit;
  transition-delay: 0.5s;
  transition: display 0.3s ease;
  /*  */
  /*  */
  /*  */
  display: block;
  margin: 0 auto;
  /*  */
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  opacity: 0;
  visibility: hidden;
  /*  */
  width: 100%;
  max-width: 448px;
  /*  */
}
#overlayMenu_stacks_in_805 .om-text {
  displa
}

#overlayMenu_stacks_in_805 .cssmenu ul ul {
  /*  */
  display: none;
  /*  */
  /*  */
}

#overlayMenu_stacks_in_805 .cssmenu>ul>li.active>ul {
  display: block;
}

#overlayMenu_stacks_in_805 .cssmenu>ul>li {
  transition: all 0.3s ease;
  /*  */
  opacity: 0;
  margin-left: -10%;
  /*  */
  /*  */
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li {
  opacity: 1;
  margin-left: 0%;
  transition: all 0.3s ease;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(1) {
  transition-delay: 0.2s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(2) {
  transition-delay: 0.3s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(3) {
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(4) {
  transition-delay: 0.5s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(5) {
  transition-delay: 0.6s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(6) {
  transition-delay: 0.7s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(7) {
  transition-delay: 0.8s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(8) {
  transition-delay: 0.9s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(9) {
  transition-delay: 1s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(10) {
  transition-delay: 1.1s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(11) {
  transition-delay: 1.2s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(12) {
  transition-delay: 1.3s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(13) {
  transition-delay: 1.4s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(14) {
  transition-delay: 1.5s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(15) {
  transition-delay: 1.6s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(16) {
  transition-delay: 1.7s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(17) {
  transition-delay: 1.8s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(18) {
  transition-delay: 1.9s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(19) {
  transition-delay: 2s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(20) {
  transition-delay: 2.1s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(21) {
  transition-delay: 2.2s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(22) {
  transition-delay: 2.3s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(23) {
  transition-delay: 2.4s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(24) {
  transition-delay: 2.5s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(25) {
  transition-delay: 2.6s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(26) {
  transition-delay: 2.7s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(27) {
  transition-delay: 2.8s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(28) {
  transition-delay: 2.9s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(29) {
  transition-delay: 3s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(30) {
  transition-delay: 3.1s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(31) {
  transition-delay: 3.2s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(32) {
  transition-delay: 3.3s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(33) {
  transition-delay: 3.4s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(34) {
  transition-delay: 3.5s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(35) {
  transition-delay: 3.6s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(36) {
  transition-delay: 3.7s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(37) {
  transition-delay: 3.8s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(38) {
  transition-delay: 3.9s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(39) {
  transition-delay: 4s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(40) {
  transition-delay: 4.1s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(41) {
  transition-delay: 4.2s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(42) {
  transition-delay: 4.3s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(43) {
  transition-delay: 4.4s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(44) {
  transition-delay: 4.5s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(45) {
  transition-delay: 4.6s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(46) {
  transition-delay: 4.7s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(47) {
  transition-delay: 4.8s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(48) {
  transition-delay: 4.9s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(49) {
  transition-delay: 5s;
}

#overlayMenuContainer_stacks_in_805.open #overlayMenu_stacks_in_805 .cssmenu>ul>li:nth-child(50) {
  transition-delay: 5.1s;
}

#overlayMenu_stacks_in_805 .cssmenu ul li {
  margin-bottom: 10px;
}

#overlayMenu_stacks_in_805 .cssmenu ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_805 .cssmenu ul li a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.60);
  background: transparent;
  /*  */
  padding: 0px 0px;
  /*  */
  border-radius: 4px;
  font-size: 24px;
  line-height: 26px;
  /*  */
  cursor: pointer;
  /*  */
  /*  */
  /*  */
}
#overlayMenu_stacks_in_805 .cssmenu ul li a > .om-item-title-wrap {
  /*  */
  padding: 10px 0px;
  /*  */
}

#overlayMenu_stacks_in_805 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_805 .cssmenu > ul > li > a[class*="current"],
#overlayMenu_stacks_in_805 .cssmenu > ul > li > a[id*="current"],
#overlayMenu_stacks_in_805 .cssmenu > ul > li > a[class*="active"],
#overlayMenu_stacks_in_805 .cssmenu > ul > li > a[id*="active"],
#overlayMenu_stacks_in_805 .cssmenu > ul > li[class*="current"] > a,
#overlayMenu_stacks_in_805 .cssmenu > ul > li[id*="current"] > a,
#overlayMenu_stacks_in_805 .cssmenu > ul > li[class*="active"] > a,
#overlayMenu_stacks_in_805 .cssmenu > ul > li[id*="active"] > a {
  /*  */
  color: rgba(255, 255, 255, 1.00);
  /*  */
  background: transparent;
  /*  */
  /*  */
}

#overlayMenu_stacks_in_805 .cssmenu ul ul li {
  margin-top: 10px;
}

#overlayMenu_stacks_in_805 .cssmenu ul ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_805 .cssmenu ul ul li a,
#stacks_in_805 .custom_list_type_container .sub_level > a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  line-height: 19.992001px;
  font-size: 19.992001px;
  border-radius: 4px;
  cursor: pointer;
  /*  */
  color: rgba(255, 255, 255, 0.60);
  background: transparent;
  /*  */
  /*  */
  /*  */
  padding: 0px 0px;
  /*  */

  /*  */
}
#overlayMenu_stacks_in_805 .cssmenu ul ul li a > .om-item-title-wrap {
  /*  */
  /*  */
  padding: 10px 0px;
  /*  */

  /*  */
}

#overlayMenu_stacks_in_805 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li > a[class*="current"],
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li > a[id*="current"],
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li > a[class*="active"],
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li > a[id*="active"],
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li[class*="current"] > a,
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li[id*="current"] > a,
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li[class*="active"] > a,
#overlayMenu_stacks_in_805 .cssmenu > ul ul > li[id*="active"] > a {
  /*  */
  color: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  /*  */
}

#overlayMenu_stacks_in_805 .cssmenu ul ul li a {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_805 .cssmenu ul ul ul li a {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_805 .cssmenu ul ul ul ul li a {
   margin-left: 45px;
  margin-right: 45px;
}
#overlayMenu_stacks_in_805 .cssmenu ul ul ul ul ul li a {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_805 .cssmenu ul ul ul ul ul ul li a {
   margin-left: 75px;
  margin-right: 75px;
}
#overlayMenu_stacks_in_805 .cssmenu .custom_list_type_container .sub_level_1 {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_805 .cssmenu .custom_list_type_container .sub_level_2 {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_805 .cssmenu .custom_list_type_container .sub_level_3 {
  margin-left: 45px;
 margin-right: 45px;
}
#overlayMenu_stacks_in_805 .cssmenu .custom_list_type_container .sub_level_4 {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_805 .cssmenu .custom_list_type_container .sub_level_5 {
  margin-left: 75px;
  margin-right: 75px;
}
/*  */
#overlayMenu_stacks_in_805 .cssmenu .custom_list_type_container .sub_level,
#overlayMenu_stacks_in_805 .cssmenu ul ul li a {
  margin-right: 0px !important;
}
/*  */
/*  */
/*  */
#overlayMenu_stacks_in_805 .cssmenu ul li a small ,
#stacks_in_805 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 3px;
  line-height: 16.007999px;
  font-size: 16.007999px;
  color: rgba(255, 255, 255, 0.60);
}

/*  */

#overlayMenu_stacks_in_805 .cssmenu ul>li a:hover small {
  color: rgba(255, 255, 255, 1.00);
}

/*  */
#overlayMenu_stacks_in_805 .cssmenu ul ul li a small,
#stacks_in_805 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 2px;
  /*  */
  line-height: 16.007999px;
  font-size: 16.007999px;
  color: rgba(255, 255, 255, 0.60);
  /*  */
}

#overlayMenu_stacks_in_805 .cssmenu ul ul li a:hover small {
  /*  */
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#overlayMenu_stacks_in_805 .cssmenu ul>li a svg:first-of-type,
#overlayMenu_stacks_in_805 .cssmenu ul ul li a svg:first-of-type {
  color: inherit;
  vertical-align: text-top;
}
#overlayMenu_stacks_in_805 .cssmenu ul>li a svg:first-of-type {
  width: 24px;
}
#overlayMenu_stacks_in_805 .cssmenu ul ul li a svg:first-of-type {
  /*  */
  width: 24px;
  /*  */
}
#overlayMenuContainer_stacks_in_805 .close-icon svg path,
#overlayMenuContainer_stacks_in_805 .close-icon i {
  fill: rgba(255, 255, 255, 0.60);
}
#overlayMenuContainer_stacks_in_805 .close-icon:hover svg path,
#overlayMenuContainer_stacks_in_805 .close-icon:hover i {
  fill: rgba(255, 255, 255, 1.00);
}
#overlayMenu_stacks_in_805 .cssmenu ul li a svg path,
#overlayMenu_stacks_in_805 .cssmenu ul ul li a svg path {
  fill: rgba(255, 255, 255, 0.60);
  vertical-align: text-top;
}
#overlayMenu_stacks_in_805 .cssmenu ul>li.has-sub>a {
  display: flex;
  /*  */
  justify-content: space-between;
  /*  */
  /*  */
  /*  */
  align-items: center;
}
#overlayMenu_stacks_in_805 .cssmenu ul>li.has-sub>a:after,
#overlayMenu_stacks_in_805 .cssmenu ul>li.has-sub>a:before {
  display: none;
}
#overlayMenu_stacks_in_805 .cssmenu ul li.has-sub a svg.dropdown-open-icon, #overlayMenu_stacks_in_805 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: block;
  /*  */
  /*  */
  /*  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
  margin-top: %( 32 - 32) )%px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: visibility 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease, -webkit-transform 0.3s ease;
}


#overlayMenu_stacks_in_805 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: none;
  /*  */
  /*  */
}
#overlayMenu_stacks_in_805 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  /*  */
  display: block;
  /*  */
  /*  */
  /*  */
}
#overlayMenu_stacks_in_805 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  display: none;
}
/*  */
#overlayMenuContainer_stacks_in_805 .cssmenu ul li.has-sub.open > a > svg.dropdown-open-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#overlayMenu_stacks_in_805 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  /*  */
  display: block;
  /*  */
  /*  */
  /*  */
}
#overlayMenu_stacks_in_805 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  display: none;
}
/*  */
/*  */


/*  */
/*  */
@media only screen and (max-width: 600px) {
  #overlayMenu_stacks_in_805 .cssmenu {
    /* max-width: 100%; */
    /*  */
    /* margin: 0px 0px;
    max-width: 100%; */
    /*  */
  }
}
@media only screen and (max-width: 440px) {
  #overlayMenuContainer_stacks_in_805.hide-m, #overlayMenuToggleContainer_stacks_in_805.hide-m {
    display: none;
  }
}

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #overlayMenuContainer_stacks_in_805.hide-t, #overlayMenuToggleContainer_stacks_in_805.hide-t {
    display: none;
  }
}

@media only screen and (min-width: 771px) {
  #overlayMenuContainer_stacks_in_805.hide-d, #overlayMenuToggleContainer_stacks_in_805.hide-d {
    display: none;
  }
}

/*  */
@-webkit-keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.240000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 0.8;
  }
}

@keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.240000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 0.8;
  }
}

@-webkit-keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.8;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.560000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0;
  }
}

@keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.8;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.560000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
      opacity: 0;
  }
}

/*  */



#overlayMenu_stacks_in_805 .cssmenu>ul>li>a.hover {
  color: rgba(255, 255, 255, 1.00);
}

#overlayMenu_stacks_in_805 .cssmenu>ul>li>a.hover small {
  color: rgba(255, 255, 255, 0.60);
}

#overlayMenu_stacks_in_805 .cssmenu>ul>li>a.hover small:hover {
  color: rgba(255, 255, 255, 1.00);
}

#overlayMenu_stacks_in_805 .cssmenu ul ul li a.hover {
  /*  */
  color: rgba(255, 255, 255, 1.00);
  /*  */
}

/* %[endif]% */
/* Start roundedbox css */

/* general styles edit and preview mode */
#stacks_in_743 .stacks_in_743bgimagestack
{
	position:relative;
	min-height:10px;
	padding:20px;
	border: 4px solid #C53013;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     
	box-shadow: 0px 2px 10px #333333; 
	margin: 8px 10px 12px 10px;
	
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}





#stacks_in_743 .stacks_in_743bgimage
{
	display:none;
}




/* end roundedbox css */#stacks_in_729 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_729.ath-card {
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(243, 243, 243, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  box-shadow: 0px 1px 3px rgba(216, 216, 216, 0.40);
  
  
  
  
  
  
  border-radius: 0px;
  overflow: hidden;
  font-family: inherit;
}
#stacks_in_729.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_729.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_729.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_729.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_729.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_729.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-729.jpg);
  
  background-size: cover;
  background-position: center;
  
  
  border-radius: 50%;
  
  
}
#stacks_in_729.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_729.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_729.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_729.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_729.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(1, 166, 171, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_729.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_729.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(20, 9, 22, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(20, 9, 22, 1.00) 0%, rgba(104, 107, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(20, 9, 22, 1.00) 0%, rgba(104, 107, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_729.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_729.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_729.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_729.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_729.ath-card.card-theme-2 {
  max-width: 1000px;
  position: relative;
}
#stacks_in_729.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_729.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_729.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_729.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_729.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_729.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_729.ath-card.card-theme-3 {
  position: relative;
  max-width: 1000px;
  overflow: hidden;
}
#stacks_in_729.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  padding: 0 0 54px 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(243, 243, 243, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_729.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_729.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_729.ath-card.card-theme-4 {
  max-width: 1000px;
  background: rgba(20, 9, 22, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(20, 9, 22, 1.00) 0%, rgba(104, 107, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(20, 9, 22, 1.00) 0%, rgba(104, 107, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  padding: 0 25px 30px 25px;
  
  position: static;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_729.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_729.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

@media screen and (max-width: 767px) {

  #stacks_in_729.ath-card,
  #stacks_in_729.ath-card.card-theme-2,
  #stacks_in_729.ath-card.card-theme-3,
  #stacks_in_729.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_729.ath-card .ath-content,
  #stacks_in_729.ath-card.card-theme-2 .ath-content,
  #stacks_in_729.ath-card.card-theme-3 .ath-content,
  #stacks_in_729.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_729.ath-card .ath-content .ath-portrait,
  #stacks_in_729.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_729.ath-card .ath-content .ath-details,
  #stacks_in_729.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_729.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_729.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_729.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_729.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_729.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_729.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
    padding: 0 0 64px 0;
    
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_729.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_729.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_729.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }

}



/* Trunky General Styles */

#stacks_in_330 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_746 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_746 .theDivider1,
#simpleDivider_stacks_in_746 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_746 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_746.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #20D21E;
	border-bottom-color: #FC7C15;
}
#simpleDivider_stacks_in_746.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_746 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_746.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_746.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_746.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_746.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Super Forms - Title
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_871 .heading {
  color: #888888;
  border-color: #888888;
}
#stacks_in_686>.s3_row {
	margin: 0 -10px;
}

#stacks_in_686>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_686>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_686>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_686>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_686>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_686>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_707 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_707.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(243, 243, 243, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  
  
  
  
  border: 1px solid rgba(0, 0, 0, 0.40);
  box-shadow: 3px 3px 0px  rgba(0, 0, 0, 0.40);
  
  
  border-radius: 8px;
  overflow: hidden;
  font-family: inherit;
}
#stacks_in_707.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_707.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_707.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_707.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_707.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_707.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-707.jpg);
  
  background-size: cover;
  background-position: center;
  
  
  border-radius: 50%;
  
  
}
#stacks_in_707.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_707.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_707.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_707.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_707.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(1, 166, 171, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_707.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_707.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(221, 236, 230, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(221, 236, 230, 1.00) 0%, rgba(169, 77, 76, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(221, 236, 230, 1.00) 0%, rgba(169, 77, 76, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_707.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_707.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_707.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_707.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_707.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_707.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_707.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_707.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_707.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_707.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_707.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_707.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_707.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  padding: 0 0 54px 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(243, 243, 243, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_707.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_707.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_707.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(221, 236, 230, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(221, 236, 230, 1.00) 0%, rgba(169, 77, 76, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(221, 236, 230, 1.00) 0%, rgba(169, 77, 76, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  padding: 0 25px 30px 25px;
  
  position: static;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_707.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_707.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_707.ath-card,
  #stacks_in_707.ath-card.card-theme-2,
  #stacks_in_707.ath-card.card-theme-3,
  #stacks_in_707.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_707.ath-card .ath-content,
  #stacks_in_707.ath-card.card-theme-2 .ath-content,
  #stacks_in_707.ath-card.card-theme-3 .ath-content,
  #stacks_in_707.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_707.ath-card .ath-content .ath-portrait,
  #stacks_in_707.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_707.ath-card .ath-content .ath-details,
  #stacks_in_707.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_707.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_707.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_707.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_707.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_707.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_707.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
    padding: 0 0 64px 0;
    
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_707.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_707.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_707.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_707.ath-card,
#stacks_in_707.ath-card.card-theme-2,
#stacks_in_707.ath-card.card-theme-3,
#stacks_in_707.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}


/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_748 {
	width: 100%;
	clear: both;
	padding-top: 75px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_748 .theDivider1,
#simpleDivider_stacks_in_748 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_748 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_748.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_748.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_748 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_748.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_748.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_748.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_748.bgImageOn .theDivider1 img {
	display: block;
}




.stacks_in_713 {
  color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(13, 0, 225, 1.00);
}
.stacks_in_713:hover {
  color: rgba(255, 255, 255, 1.00);
}
.stacks_in_713:before {
  margin-left: 1px;
}


.stacks_in_719 {
  color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(51, 51, 51, 1.00);
}
.stacks_in_719:hover {
  color: rgba(255, 255, 255, 1.00);
}
.stacks_in_719:before {
  margin-left: 1px;
}

#stacks_in_699 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_699.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(243, 243, 243, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  
  
  
  
  border: 1px solid rgba(74, 157, 180, 0.40);
  box-shadow: 3px 3px 0px  rgba(74, 157, 180, 0.40);
  
  
  border-radius: 4px;
  overflow: hidden;
  font-family: inherit;
}
#stacks_in_699.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_699.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_699.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_699.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_699.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_699.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-699.jpg);
  
  background-size: cover;
  background-position: center;
  
  
  
}
#stacks_in_699.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_699.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_699.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_699.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_699.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(1, 166, 171, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_699.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_699.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(231, 235, 231, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(231, 235, 231, 1.00) 0%, rgba(170, 128, 18, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(231, 235, 231, 1.00) 0%, rgba(170, 128, 18, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_699.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_699.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_699.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_699.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_699.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_699.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_699.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_699.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_699.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_699.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_699.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_699.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_699.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  padding: 0 0 54px 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(243, 243, 243, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_699.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_699.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_699.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(231, 235, 231, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(231, 235, 231, 1.00) 0%, rgba(170, 128, 18, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(231, 235, 231, 1.00) 0%, rgba(170, 128, 18, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  padding: 0 25px 30px 25px;
  
  position: static;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_699.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_699.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_699.ath-card,
  #stacks_in_699.ath-card.card-theme-2,
  #stacks_in_699.ath-card.card-theme-3,
  #stacks_in_699.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_699.ath-card .ath-content,
  #stacks_in_699.ath-card.card-theme-2 .ath-content,
  #stacks_in_699.ath-card.card-theme-3 .ath-content,
  #stacks_in_699.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_699.ath-card .ath-content .ath-portrait,
  #stacks_in_699.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_699.ath-card .ath-content .ath-details,
  #stacks_in_699.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_699.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_699.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_699.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_699.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_699.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_699.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
    padding: 0 0 64px 0;
    
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_699.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_699.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_699.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_699.ath-card,
#stacks_in_699.ath-card.card-theme-2,
#stacks_in_699.ath-card.card-theme-3,
#stacks_in_699.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}


/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_747 {
	width: 100%;
	clear: both;
	padding-top: 49px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_747 .theDivider1,
#simpleDivider_stacks_in_747 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_747 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_747.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_747.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_747 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_747.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_747.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_747.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_747.bgImageOn .theDivider1 img {
	display: block;
}





.stacks_in_705 {
  color: rgba(12, 0, 255, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(205, 213, 206, 1.00);
}
.stacks_in_705:hover {
  color: rgba(255, 255, 255, 1.00);
}
.stacks_in_705:before {
  margin-left: 1px;
}


.stacks_in_718 {
  color: rgba(253, 179, 23, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(170, 70, 19, 1.00);
}
.stacks_in_718:hover {
  color: rgba(252, 104, 17, 1.00);
}
.stacks_in_718:before {
  margin-left: 1px;
}


.stacks_in_728 {
  color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(55, 172, 183, 1.00);
}
.stacks_in_728:hover {
  color: rgba(255, 255, 255, 1.00);
}
.stacks_in_728:before {
  margin-left: 1px;
}

#stacks_in_691 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_691.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(243, 243, 243, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  
  
  
  
  border: 1px solid rgba(215, 162, 69, 0.40);
  box-shadow: 3px 3px 0px  rgba(215, 162, 69, 0.40);
  
  
  border-radius: 6px;
  overflow: hidden;
  font-family: inherit;
}
#stacks_in_691.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_691.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_691.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_691.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_691.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_691.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-691.jpg);
  
  background-size: cover;
  background-position: center;
  
  
  border-radius: 50%;
  
  
}
#stacks_in_691.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_691.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_691.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_691.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_691.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(1, 166, 171, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_691.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_691.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_691.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_691.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_691.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_691.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_691.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_691.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_691.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_691.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_691.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_691.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_691.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_691.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_691.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  padding: 0 0 54px 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(243, 243, 243, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_691.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_691.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_691.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  padding: 0 25px 30px 25px;
  
  position: static;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_691.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_691.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_691.ath-card,
  #stacks_in_691.ath-card.card-theme-2,
  #stacks_in_691.ath-card.card-theme-3,
  #stacks_in_691.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_691.ath-card .ath-content,
  #stacks_in_691.ath-card.card-theme-2 .ath-content,
  #stacks_in_691.ath-card.card-theme-3 .ath-content,
  #stacks_in_691.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_691.ath-card .ath-content .ath-portrait,
  #stacks_in_691.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_691.ath-card .ath-content .ath-details,
  #stacks_in_691.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_691.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_691.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_691.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_691.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_691.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_691.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
    padding: 0 0 64px 0;
    
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_691.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_691.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_691.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_691.ath-card,
#stacks_in_691.ath-card.card-theme-2,
#stacks_in_691.ath-card.card-theme-3,
#stacks_in_691.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}






.stacks_in_716 {
  color: rgba(251, 0, 17, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(51, 51, 51, 1.00);
}
.stacks_in_716:hover {
  color: rgba(255, 255, 255, 1.00);
}
.stacks_in_716:before {
  margin-left: 1px;
}


.stacks_in_720 {
  color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(51, 51, 51, 1.00);
}
.stacks_in_720:hover {
  color: rgba(255, 255, 255, 1.00);
}
.stacks_in_720:before {
  margin-left: 1px;
}


.stacks_in_717 {
  color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 26px !important;
  box-sizing: border-box;
  background: rgba(224, 116, 34, 1.00);
}
.stacks_in_717:hover {
  color: rgba(255, 255, 255, 1.00);
}
.stacks_in_717:before {
  margin-left: 1px;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_778 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_778 .theDivider1,
#simpleDivider_stacks_in_778 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_778 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_778.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_778.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_778 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_778.transparentOff .theDivider2 {
	background-color: #DD00CB;
}
#simpleDivider_stacks_in_778.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_778.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_778.bgImageOn .theDivider1 img {
	display: block;
}

