
ul.slimmenu li a:hover,
.about-wrap .about-icon,
.counter-wrap p,
.des-programs-author.left p span,
.des-programs-author.left .link,
.des-programs-author.right p span,
.des-programs-author.right .link,
.services-wrap h5 span,
.journal-det .link,
.journal-det-right .link,
.list-social-team li.icon-team a:hover,
.project-page a:hover,
.wellcome-meal h3 span,
.services-bottom-link.reser span {
    color: #cccc1f;
}
.menu--juliet .menu__link::after,
#owl-sep-1.owl-theme .owl-controls .owl-page.active span,
#owl-logos.owl-theme .owl-controls .owl-page.active span,
#owl-portfolio-slider.owl-theme .owl-controls .owl-page.active span,
.des-programs-author.left .link:before,
.des-programs-author.right .link:before,
.pricing-plan .button,
.journal-det .link:before,
.journal-det-right .link:before {
	background: #cccc1f;
}
#sync2 .synced .item {
	background:#cccc1f;
}
#cd-zoom-in, #cd-zoom-out,
#ajax-form button:hover,
.wellcome-meal a:hover,
.list-social-footer li:hover {
	background-color: #cccc1f;
} 

.menu-wrap h6 span.dots{
	background-image:radial-gradient(circle closest-side, #cccc1f 99%, transparent 1%);
} 

#ajax-form textarea:focus,
#ajax-form input:focus,
#ajax-form textarea:active,
#ajax-form input:active {	
	border-bottom:1px solid #cccc1f;
}
::selection {
	background: #cccc1f;
}
::-moz-selection {
	background: #cccc1f;
}

@media only screen and (min-width: 1200px) {
.journal-det{
	border-right:3px solid #cccc1f;
}
.journal-det-right{
	border-left:3px solid #cccc1f;
}
}






@-webkit-keyframes blinker {
	from {opacity: 1.0;}
	to {opacity: 0.0;}
	}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}














