	
	/*single main color selectors*/
   
   	/*color*/
	select { 
		width: 65px;
		background-color: #fff;
		border: 1px solid #ccc;
	}
	form div .m-0 {
		margin:0;
	}
	
	.ddd {
			margin-left: 160px; 
			margin-top: 20px;
	}
	
	@media screen and (max-width: 1024px) {
	
		.ddd {
				margin-left: 25px;  
		}
	}
	
	@media screen and (max-width: 768px) {
	
		.ddd {
				margin-left: 10px;  
		}
	}
	@media screen and (max-width: 425px) {
		form div [class*="span"] {
			display: block;
			float: left;
			width: auto;

		}
		
		.asd {
			padding:0 15px;
		}
		.ddd {
			margin-left: 101px;
			
		}
		.ccc {
			width: 100% !important;
			margin-bottom: 20px;
		}
		
	}
	@media screen and (max-width: 375px) {
		.ddd{
				margin-left:80px;
			}
	}
	@media screen and (max-width: 320px) {
		.ddd {
			margin-left: 45px;
			
		} 
	}

	p.wp-caption-text,
	.desktop h3 a:hover,
	.accent,
	a,
	a.read-more,
	a.more-link,
	.desktop .sm-icon-wrap a:hover,
	.desktop .nav-main a.active,
	.desktop .nav-main a:hover,
	.nav > li > a:hover,
	.nav > li.active > a,
	.desktop .social-media a:hover,
	.desktop .project-item h6 a:hover,
	.filter-keywords,
	.staff-member h3,
	.desktop .staff-social a:hover,
	.desktop .widget_recent_comments li a:hover,
	.desktop .widget_links li a:hover,
	.desktop .widget_pages li a:hover,
	.desktop .widget_meta li a:hover,
	.desktop .widget_nav_menu li a:hover,
	.desktop .widget_recent_entries li a:hover,
	.desktop .widget_categories a:hover,
	.desktop .post-meta .categories a:hover,
	.post-pagination a span:first-child,
	#comments-title span,
	.bypostauthor > .comment-body .fn a,
	.bay h6,
	.desktop .project-single-col .categories a:hover,
	.project-pagination a,
	.desktop .featured-project .categories a:hover,
	.new-tag,
	.project-data h6,
	.project-tags h6,
	.project-nav a,
	.pricing-table .row-titles .price span,
	.widget_info a,
	.peSlider > div.peCaption > .pe-caption-color,
	.peSlider > div.peCaption h3,
	.info-bar .email [class^="icon-"], 
	.info-bar .phone [class^="icon-"],
	.subtitle a {
		color:#84bd32;
	}


   
	/*background-color*/

	.desktop a.read-more:hover,
	.contour-btn.red,
	.tagline .overlay,
	div.overlay-image,
	.contentBox,
	.filter-keywords li a.active,
	.desktop .filter-keywords li a:hover,
	.featureIcon,
	.widget_menu li.active a,
	.desktop .widget_menu li.active a:hover,
	.desktop .widget_tag_cloud a:hover,
	.desktop #comments .reply .label:hover,
	.desktop .carousel-nav a:hover,
	.desktop .project-pagination a:hover,
	.project-pagination li.selected a,
	.desktop .project-nav a:hover,
	.pricing-table .high .price,
	.peSlider > div.peCaption > .pe-caption-background,
	.process > div > div > div > div:hover .read-more,
	.ie8 .over-effect:hover > .cell-title{
		background-color:#84bd32;
	}




	/*border-color*/

	.desktop a.read-more:hover,
	.contour-btn.red,
	.header,
	.desktop .tagline h2 a:hover,
	.desktop a.over-effect:hover,
	blockquote,
	.filter-keywords li a.active,
	.desktop .filter-keywords li a:hover,
	.widget_menu li.active a,
	.desktop .widget_tag_cloud a:hover,
	.desktop .widget_flickr a:hover,
	.bypostauthor > .comment-body > .comment-author img,
	.desktop .carousel-nav a:hover,
	.desktop .project-pagination a:hover,
	.project-pagination li.selected a,
	.featured-project .media,
	.desktop .project-nav a:hover,
	.project-pagination li.selected a,
	.desktop .project-pagination a:hover,
	.process > div > div > div > div:hover,
	.process > div > div > div > div:hover .read-more,
	.featured-project,
	.dropdown-menu{
		border-color:#84bd32;
	}

	.footer{
	border-top-color:#FFFFFF;
	}

	.widget_menu li.active a{
		background-color:#84bd32; !important
	}

	.col.high{
		outline-color:#84bd32;
	}


	.desktop .over-effect:hover > .cell-title,
	.mobile .peIsotopeGrid .peIsotopeItem span.cell-title,
	.desktop .peIsotopeGrid .peIsotopeItem:hover span.cell-title{
		/*background-color:rgba(132,189,50);*/
		background-color:rgba(132,189,50,0.8);
		
	}
