.cng { 
    min-height: calc(100vh - 171px);
    padding-bottom: 2rem;
    font-size: 1.6rem
}
.cng .search-wrap {
    padding: 1rem;
    background-color: transparent;
    background-image: linear-gradient( 130deg, #83BDF9 25%, #3C42C3 100%);
}

.cng .cng-form .cng-input {
    border-style: none;
    border: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2);
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    background-clip: initial;
}

@media only screen and (max-width: 600px) {
   .cng .cng-form .cng-input {
      font-size:12px;
   }
}

.cng .input-wrap input::-webkit-input-placeholder {
     color: #fff;
}
.cng .input-wrap input:-moz-placeholder {
    /* FF 4-18 */
     color: #fff;
    opacity: 1;
}
.cng .input-wrap input::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    opacity: 1;
}
.cng .input-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.cng .input-wrap input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
.cng .input-wrap input::placeholder {
    /* modern browser */
     color: #fff;
}

.cng .cng-form .cng-input:focus {
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: none;
}
.cng .cng-form .cng-words { 
    border-color: #cccccc33;
    width: 100%;
}

.input-wrap{
	position: relative;
}

.cng .cng-form .cng-button {
    font-size: 16px;
    padding: 0.5rem 2rem;
    color: #fff;
    border-radius: 0;
	background-color: transparent;
	position: absolute;
	border:0;
    right: 1px;
    top: 1px;
    bottom: 1px;
	
}
.cng label {
    margin: 0;
	padding:5px 12px;
    margin-top: 16px;
	cursor:pointer;
	color:#fff;
}

@media only screen and (max-width: 600px) {
  .cng label {
     font-size:12px;
	 padding:5px 8px;
   }
}

.cng .cng-button .icon{
	background: url(../img/search-icon.svg) no-repeat center center;
	 display: inline-block;
    width: 16px;
    position: relative;
    margin-right: 11px;
    height: 15px;
    top: 2px;
}
.cng .cng-button:hover {
	background: rgba(255, 255, 255, 0.1);
}

.cng .cng-show {
    background-color: none;
    color: #fff;
    border: none;
    margin-top: 19px;
    position: relative;
    font-size: 1.6rem;
	padding: 3px 12px;
}

@media only screen and (max-width: 767px) {
  .cng .cng-show  {
     display:block;
	 width:100%;
	 margin-top:10px;
	 padding:10px 0 5px 0;
   }
}
.cng .cng-show:before {
    position: absolute;
    content: " ";
    height: 33px;
    width: 1px;
    background-color: #fff;
	opacity:0.5;
    left: -4px;
    top: 0;
}

@media only screen and (max-width: 767px) {
  .cng .cng-show:before {
	  left:0;
      height:1px;
	  width:100%;
	  opacity:0.3;
   }
} 

.cng .cng-show span{
    position: relative;
	bottom:1px;
    font-size: 12px;
}

.cng .cng-show i.icon,
.cng .cng-word-container i.icon {
    display: inline-block;
    width: 15px;
    position: relative;
    margin-right: 5px;
    height: 16px;
    top: 2px;
}
.cng .cng-word-container i.icon{
	float:right;
	top:5px;
}

.cng .cng-word-container.highlighted .cng-word{
	border: 1px solid #9BC9F8;
	color: #000;
}

.cng .cng-show i.icon{
	 background: url(../img/heart-white.svg) no-repeat center center;
}

/* .cng .cng-word-container:hover i.icon, */
.cng .cng-word-container.highlighted i.icon {
    background: url(../img/heart-red.svg) no-repeat center center;
}
.cng-content { margin-top: 2rem; }


.cng-content .cng-word {
    display: block;
    text-transform: capitalize;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border: 1px solid #cccccc55;
    background: #fff;
	color: #5E5E5E;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* .cng-content .cng-word:hover {
	border: 1px solid #9BC9F8;
} */
.cng-word-container:not(.highlighted) .cng-word:hover {
	border: 1px solid #9BC9F8;
	color:#000;
 }
/* .cng-content .cng-word:hover i.icon{
	  background: url(../img/favorite.svg) no-repeat center center;
} */
/* .cng-content .cng-word-container.highlighted .cng-word {
    background-color: #03a9f433;
} */


.cng-word-container:not(.highlighted) .cng-word i.icon{
	background: url(../img/heart-gray.svg) no-repeat center center;
}

@media only screen and (min-width: 800px) {
	
	.cng-word-container:not(.highlighted) .cng-word i.icon{
	background: none;
   }
  .cng-word-container:not(.highlighted) .cng-word:hover i.icon{
	background: url(../img/heart-gray.svg) no-repeat center center;
    }
} 

.cng-content.show-highlighted .cng-word-container:not(.highlighted) {
    display: none;
}
.comment {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #cccccc55;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #03a9f4;
    margin-bottom: 1rem;
}

.cng ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}
.cng ul li {
    list-style: none;
    float: left;
	margin:0 10px 0 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {
  .cng ul li {
	  margin:0;
   }
	.cng ul li:last-of-type {
	  width:100%;
   }
} 

.checkboxes input{
	visibility:hidden;
	position:absolute;
}

.checkboxes input + label{
	border:1px solid transparent;
	opacity:0.9;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.checkboxes input + label:hover{
	opacity:1;
}

.checkboxes input:checked + label{
	border:1px solid #fff;
	opacity:1;
}

@media only screen and (max-width: 767px) {
   .cng .checkboxes{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
   -ms-flex-pack: distribute;
       justify-content: space-around;
   }
}

@media only screen and (min-width: 620px) {

}

.fade-in {
    animation: fadeIn ease 680ms;
    -webkit-animation: fadeIn ease 680ms;
    -moz-animation: fadeIn ease 680ms;
    -o-animation: fadeIn ease 680ms;
    -ms-animation: fadeIn ease 680ms;
}
@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
    
@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
    
@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
    
@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
    
@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes pulse {
    0% {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
    }
  
	 100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
    }
}
    
@-moz-keyframes pulse {
     0% {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
    }
  
	 100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
    }
}
    
@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
    }
	 100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
    }
}
    
@-o-keyframes pulse {
     0% {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
    }
 
	 100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
    }
}
    
@-ms-keyframes pulse {
     0% {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
    }
   
	 100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
    }
}

.highlighted i{
	 -webkit-animation: pulse 0.5s ease-in-out;
          animation: pulse 0.5s ease-in-out;
}


