#alert1 {
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    background: rgba(22, 160, 133,0.7);
    color: #FFF;
    margin-bottom: 4px;
}

.promoBox {
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 5px;
    width: 340px;
	height:120px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: -o-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );

}

.promoBox aside {
    position: absolute;
    width: 260px;
    right: 0;
    margin: 0 -70px 0 0;
    -webkit-transform: rotate(35deg);
    -khtml-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background: #4f85bb;
    background: -moz-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb));
    background: -webkit-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
    background: -o-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
    background: -ms-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
    background: linear-gradient(135deg, #4f85bb 0%,#4f85bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=1 );
}

.promoBox aside p {
    padding: 10px 70px 10px 80px;
    margin: 0;
}

.promoBox h4 {
    font-size: 25px;
    margin: 0;
    padding: 0 35% 10px 0;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

.promoBox p {
    font-size: 11.5px;
	 opacity: .7;
}

.promoBox.danger-ribbon aside {
    background: #ff3019;
    background: -moz-linear-gradient(45deg, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    background: linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );
}

.promoBox.success-ribbon aside {
    background: #a9db80;
    background: -moz-linear-gradient(-45deg, #a9db80 0%, #96c56f 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f));
    background: -webkit-linear-gradient(-45deg, #a9db80 0%,#96c56f 100%);
    background: -o-linear-gradient(-45deg, #a9db80 0%,#96c56f 100%);
    background: -ms-linear-gradient(-45deg, #a9db80 0%,#96c56f 100%);
    background: linear-gradient(135deg, #a9db80 0%,#96c56f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=1 );
}

#alert1:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f0e7";
    color: #f1f1f1;
}

#alert2 {
    background: #8a47a5;
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    color: #FFF;
    margin-bottom: 4px;
}

#alert2:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f0eb";
    color: #f1f1f1;
}

#alert3 {
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    background: #5962b6;
    color: #FFF;
    margin-bottom: 4px;
}

#alert3:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f0f3";
    color: #f1f1f1;
}

#alert4 {
    background: #b6596b;
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    color: #FFF;
    margin-bottom: 4px;
}

#alert4:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f559";
    color: #f1f1f1;
}

.header-wrap{
    background:linear-gradient(121.65deg,#73cede 12%,#6073e0 50%);
    text-align: left;
    padding: 10.5em 1em 1em 1em;
	 font-family: 'Lobster Two',cursive;
}

#navbarmenu {
    background:#414e63;
    overflow: hidden;
    padding: 4px 4px;
    font-size: 13px;
    color: #fff;
}

#navbarmenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#navbarmenu ul li {
    position: relative;
    display: flex;
    float: left;
    padding: 14px 14px;
    transition: all 150ms;
}

#navbarmenu ul li:hover {
    background:#4c70a8;
    color: #f5f5f5;
    transition: all 150ms;
    transition: box-shadow ease 0.2s, background-color ease 0.3s, color ease 0.2s;
}

#navbarmenu ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Lobster', cursive;
}

#navbarmenu ul li a:hover {
    color: white;
}

#navbarmenu ul li:nth-child(2):hover {
    color: #fff;
    background: #55ccac;
}

#navbarmenu ul li:nth-child(3):hover {
    color: #e5fae2;
    background: #558ecc;
}

#navbarmenu ul li:nth-child(4):hover {
    color: #e5fae2;
    background: #cc5571;
}

#navbarmenu ul li:nth-child(5):hover {
    color: #e5fae2;
    background: #6d55cc;
}

#navbarmenu ul li:nth-child(6):hover {
    color: #e5fae2;
    background: #cc9455;
}

.info-title {
    font-size: 13px;
    color: #a8a9a9;
    background: #f1fafa;
    padding: 8px 8px;
    border-bottom: 1px solid #f2f3f5;
}

.user-card-container {
    display: inline-block;
    justify-content: left;
    padding: 10px 0px 10px 0px;
}

.user-card {
    height: 300px;
    width: 250px;
    background: #a2c6f2;
    margin: 0px 0px;
    border-radius: 10px;
}

.user-card .info-line {
    border-radius: 50px;
    margin: -95px 30px 0px 30px;
}
.user-card .info {
    height: 150px;
    width: 250px;
    text-align: center;
    margin: 9px 0px 13px 0px;
    background: #d1dbe6;
}

@media only screen and (max-width: 866px) {
.user-card-container, .user-card, .user-card .info {	width: 100% !important;}}

.navbar__logo :hover {
animation:0.5s ease 0s normal none infinite swing;-moz-animation:0.5s ease 0s normal none infinite swing;-webkit-animation:0.5s ease 0s normal none infinite swing
}

@keyframes swing {
0% {
    transform: rotate(5deg)
}

50% {
    transform: rotate(-5deg)
}

100% {
    transform: rotate(5deg)
}}

@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(5deg)
    }

    50% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(5deg)
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(5deg)
    }
}


.subhead {
    background: #f5f4f5;
    color: #a7a7a7;
    padding: 8px;
}

.subhead a:link {
    color: #a7a7a7;
    text-decoration: none;
}

.subhead a:visited {
    color: #a7a7a7;
    text-decoration: none;
}

.subhead a:hover,
.subhead a:active {
    color: #d9cd3b;
    text-decoration: none;
}

.profile-left-col {
    width: 34%;
    float: left;
    margin-right: 1%;
    margin-top: -25px;
}

.profile-right-col {
    width: 65%;
    float: left;
    margin-top: -30px;
}

.profile-left {
    background: #18AB7C;
    border: 3px solid #1a1a1a;
    float: left;
    width: 95%;
    outline: 1px solid #2c2c2c;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.profiled-name {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.useravatar-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    border-radius: 50%;
    background-size: 30px 30px;
}

.useravatar-bg {
    display: inline-block;
    background: #fff url(../../../images/default_avatar.png) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
    border: 2px solid#ddd;
    box-shadow: 0px 2px 31px 0px #f1f2f3;
}

.profile_avatar {
    height: 140px;
    width: 140px;
    overflow: hidden;
    margin: auto
        padding: 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile_avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-info {
    padding: 6px;
    border-bottom: 1px solid #FAFBFC;
    line-height: 30px;
}

.profile-info {
    background: #f5f4f5;
    padding: 10px;
}

.profile-title {
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 2px;
    position: relative;
    margin-top: 4px;
}

ul.tabs {
    margin: 0;
    padding: 0px 12px;
    margin-left: -13px;
    margin-top: 5px;
    float: left;
    list-style: none;
    height: auto;
    width: 96%;
    background: #f5f4f5;
    border-left: 1px solid #D1EBEB;
    border-right: 1px solid #D1EBEB;
    border-bottom: 1px solid #D1EBEB;
    border: .75em solid transparent;
    border-left-color: white;
}

ul.tabs li {
    margin-right: 5px;
    padding: 0;
    list-style: none;
    height: 30px;
    line-height: 30px;
    border-left: none;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
    background: #EEBE6A;
}

ul.tabs li a {
    text-decoration: none;
    color: #f1f1f1;
    background: #c04664;
    display: block;
    font-size: 12px;
    padding: 0 10px;
}

ul.tabs li a:hover {
    background: #173171;
    margin: 0px 0;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #2c3e50;
}

.tab_container {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
}

.tab_content {
    /*font-size: 1.2em;*/
}

.profile-user-btn {
    background: #0D7C3D;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 5px 8px -1px;
    font-size: 12px;
}

.profile-user-btn:hover {
    background: #444;
    color: #fff;
}

#footer {
    clear: both;
}

.footer {
    background: #4c70a8;
    padding: 12px 12px;
	margin-bottom:-30px;
    font-size: 13px;
    color: #fff;
}

#footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul.menu li {
    margin: 0 5px;
    display: inline;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #f5f5f5;
    text-shadow: 1px 2px 3px #666;
}
		
/* footer right*/

.footer .footer-right {
    width: 35%;
    float: right;
}

.footerlogo .wrapper {
    background: #eee url(../../../)no-repeat right center;
}

.footerwrap .col-sm-1, .footerwrap .col-sm-2, .footerwrap .col-sm-3, .footerwrap .col-sm-4 {
    color: #000;
    display: inline-table;
    margin: auto auto;
    padding: 10px;
    width: 20%;
    text-align: start;
}

.container-fluid {
    background: #fff;
    color: red;
    padding-top: 20px;
    padding-bottom: 1px;
}

ul.footer-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #EAEDF1;
    font-family: 'Lobster', serif;
}

.footer-svg {
    background-color: transparent;
    display: block;
    height: 40px;
    position: relative;
    top: -20px;
    width: 100%;
}
.footer-wave-path {
    fill: #ffffff;
}

.footer-links li {
    color: #EAEDF1;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
}

.footer-links li a {
    color: white;
}

.footer-links li a:hover {
    color: #5BADE8;
}

.outside-footer {
    background:linear-gradient(121.65deg,#73cede 12%,#6073e0 50%);
    color: red;
}

.pusername {
    background: #e8e8e8;
    height: 25px;
    font-weight: bold;
    padding-top: 4px;
    width: auto;
}

.badge {
    color: white;
    position: absolute;
    background: #5b88ba;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    margin-top: -100px;
    margin-left: 30px;
    border: 3px solid #e6e6e5;
}


/* navbar */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:linear-gradient(121.65deg,#6073e0 12%,#73cede 50%);
  color: #f5f5f5;
  padding: 40px;
}

.nav-logo {
  font-size: 1.5rem;
  margin: .5rem;
  text-transform: uppercase;
}

.nav-logo a {
 color: #f5f5f5;
}

.nav-logo:hover {
    text-decoration: none;
    padding-left: 20px;
    transition: 0.5s;
   text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}

.nav-items ul {
  display: flex;
  margin: 0;
 padding: 0;
}

.nav-items li {
  list-style: none;
  text-transform: uppercase;
font-weight: bold;
}

.nav-items li a {
  display: inline-block;
  margin: 1rem;
  text-decoration: none;
 color: #D5FFFF;
}

.nav-items li:hover {
  background: #6b84c9;
  color: #D1344D;
}

.nav-toggle {
  position: absolute;
  right: 1rem;
  top: 6.8rem;
  width: 30px;
  height: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.toggle {
  width: 100%;
  height: 3px;

  background: black;
}

@media screen and (max-width: 600px) {
  .nav-toggle {
    display: flex;
	 cursor:pointer;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nav-items {
    width: 100%;
    display: none;
  }
  
  .nav-items ul {
    flex-direction: column;
  }
  
  .nav-items li {
     text-align: center;
     
  }
  
  .nav-items li a {
    margin: 0;
    padding: .4rem
  }
  
  .nav-items.active {
    display: block;
  }
}

.enmenuwrap {
  float: right;
  display: inline-block;
  position: relative;
}

.enmenu {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  float: right;
  text-transform: capitalize;	
}

.ensettings {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  text-align:left;
  min-width: 150px;
  background: #375687;
  color: #fff;
  top:55px;
  padding: 0;
  margin: 0;
  z-index: 999999;
}

.ensettings::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  top: -5px;
  right: 50px;
  float: left;
}

.ensettings ul {
    padding: 0;
    margin: 0;
}

.ensettings ul > li {
  list-style: none;
  padding: 0;
}

.ensettings ul > li > a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 0px 10px;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}

.ensettings ul > li > a:hover {
    background: #222;
    color: #f1f1f1;
}

.ensettings ul > li > a > i {
    float: left;
    display:inline-block;
    line-height: 50px;
}

.ensettings ul > li > a:hover {
    background: #222;
    color: #f1f1f1;
}

.ensettings  li:nth-child(2) a:hover {
    color: #fff;
    background: #55ccac;
}

.ensettings li:nth-child(3) a:hover {
    color: #e5fae2;
    background: #558ecc;
}

.ensettings li:nth-child(4) a:hover {
    color: #e5fae2;
    background: #cc5571;
}

.ensettings li:nth-child(5) a:hover {
    color: #e5fae2;
    background: #6d55cc;
}

.ensettings li:nth-child(6) a:hover {
    color: #e5fae2;
    background: #cc9455;
}

.ensettings ul > li > a > i {
    float: left;
    display: inline-block;
    line-height: 50px;
}

.users-icon {
    background: #15322c;
    padding: 9px;
    height: 14px;
    width: 14px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    margin: 2px;
}

.login-icons {
    display: block;
    margin: auto;
    width: 25%;
    height: 25%;
    margin-top: -50px;
	background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
	background-repeat: no-repeat;
   background-size: cover;
    background-attachment: fixed;
	border-radius: 52px 52px 0px 0px;
    -moz-border-radius: 52px 52px 0px 0px;
    -webkit-border-radius: 52px 52px 0px 0px;
    color: #6ac5f2;
    font-size: 35px;
}

.login-icons i {
    margin-top: 10px;
}

.sign-in-wrap {
    position: relative;
    width: 250px;
    height: auto;
    padding: 25px;
	background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;   
	text-align: center;
    border-radius: 5px;
    margin-top: -1px;
}

.input-row {
    overflow: hidden;
}

.sign-in-wrap:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 12%;
    right: 99.5%;
    margin-left: -10px;
}

.input-row input {
    width: 100%;
    height: auto;
    padding: 6px;
    margin: 0 0 18px;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #fff;
    font-size: 16px;
    transition: all 0.1s ease-in;
}

.input-row input:focus {
    outline: none;
    color: #333;
    border: 2px solid #16a085;
    border-color: #2196F3;
    transition: all 0.1s ease-out;
}

.input-row button {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 0 17px 0;
    border-radius: 5px;
    border: none;
    background-color: #1abc9c;
    color: white;
    font-size: 16px;
    transition: all 0.1s ease-in;
}

.input-row button:hover {
    background-color: #16a085;
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.sign-in-wrap a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background: #f1f2f3;
    color: #333;
}

.form-control:focus {
    outline: none;
    border-color: #79C0E4;
    box-shadow: 0 0 2px #08C;
}

.form-control {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 199px;
    display: table-cell;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background: #f1f2f3;
}

.input-group-addon:first-child {
    border-right: 0;
}

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.button-log {
    padding: 10px 10px;
	user-select: none;
	font-family: Tahoma;
    font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.ring {
  animation: ring 4s 1s ease infinite;
}	

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(25deg); }
  3% { transform: rotate(-23deg); }
  5% { transform: rotate(29deg); }
  7% { transform: rotate(-27deg); }
  9% { transform: rotate(25deg); }
  11% { transform: rotate(-23deg); }
  13% { transform: rotate(21deg); }
  15% { transform: rotate(-19deg); }
  17% { transform: rotate(17deg); }
  19% { transform: rotate(-15deg); }
  21% { transform: rotate(13deg); }
  23% { transform: rotate(-11deg); }
  25% { transform: rotate(9deg); }
  27% { transform: rotate(-7deg); }
  29% { transform: rotate(5deg); }
  31% { transform: rotate(-3deg); }
  33% { transform: rotate(1deg); }
  35% { transform: rotate(0deg); }
  100% { transform: rotate(0); }
}
		
	input[type=checkbox], input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-family: "Font Awesome 5 Free";   
  font-weight: 900;
  font-size: 13px;
  line-height: 14px;
}

input[type=checkbox]:after, input[type=radio]:after {
  content: "\f111";
  color: #ddd;
  display: block;
}

input[type=radio]:checked:after {
  content:"\f058"; 
  color: #01579b;
}

input[type=checkbox]:checked:before {
    position: absolute;
	content:"\f058"; 
    color: #5b88ba;
}

.headpost {background: #F1F1F1;padding: 6px 6px ;font-size:10.5px; }
		
.posticons-icon {
    display: inline-block;
    color: #f1f1f1;
    text-align: center;
}

.posticons-icon i {
    display: inline-block;
    line-height: 10px;
    font-size:15px;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.posticons-icon i { animation: blowUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;}

@keyframes blowUp {
 0% {
   transform:scale(0);
 }
 100% {
   transform:scale(1);
 }
}

.posticons-icon_1 i:before {
    content: "\f188";
    color: green;
} 

.posticons-icon_2 i:before {
    content: "\f06a";
    color: #a03b39;
}

.posticons-icon_3 i:before {
    content: "\f059";
    color: #323c8c;
}

.posticons-icon_4 i:before {
    content: "\f118";
    color: #3898a5
}

.posticons-icon_5 i:before {
    content: "\f57a";
    color: #8ca538
}

.posticons-icon_6 i:before {
    content: "\f598";
    color: #61ad10;
}

.posticons-icon_7 i:before {
    content: "\f0f3";
    color: #fddc00
}

.posticons-icon_8 i:before {
    content: "\f58b";
    color: #e44b00
}

.posticons-icon_9 i:before {
    content: "\f557";
    color: #18a5a1;
}

.posticons-icon_10 i:before {
    content: "\f004";
    color: #d17877;
}

.posticons-icon_11 i:before {
    content: "\f05a";
    color: #3c649e;
} 

.posticons-icon_12 i:before {
    content: "\f0eb";
    color: #dbbc20;
} 

.posticons-icon_13 i:before {
    content: "\f001";
    color: #207adb;
}

.posticons-icon_14 i:before {
    content: "\f03e";
    color: #328c87;
} 

.posticons-icon_15 i:before {
    content: "\f743";
    color: #828cd6;
}

.posticons-icon_16 i:before {
    content: "\f5c2";
    color: #38a553;
}

.posticons-icon_17 i:before {
    content: "\f005";
    color: #ccc47c;
} 

.posticons-icon_18 i:before {
    content: "\f165";
    color: #65c6b9;
} 

.posticons-icon_19 i:before {
    content: "\f164";
    color: #658fc6;
} 

.posticons-icon_20 i:before {
    content: "\f03d";
    color: #e886dc;
} 
		
					
		
		
		
		
		
		
		
		
		
		