/* Backgrounds ----------------------------------------------------------*/
.item_facilities:hover
{
	border:solid red 3px;
	border-radius:10px;
}

.item_table:hover
{
	border:solid red 3px;
	border-radius:10px;
}

#primary input[type="button"]:hover, 
#primary input[type="submit"]:hover,
.tags li:hover,
.image_post ul li,
.accordion-trigger:hover,
.promotion_table .head_table,
.search_domain .button:hover,
.bg_logo,
.jBar .button,
.downarrow,
.jRibbon,
.line,
.titles span,
.section_title h1,
.item_table .button:hover,
.tooltip-inner,
.button:hover,
.camera_captionb .button,
.tooltip-inner,
.button:hover,
.btn-primary,
.btn-primary:hover,
.camera_captionb .button,
.paginations li:hover,
.paginations .active,
#sidebar .tagcloud a:hover,
#searchform #searchsubmit,
#calendar_wrap #today,
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
#theme-options .layout-style li.active,
.pagination > .active > a,
.pagination > .active:hover > a{
	//background: #29C0D4;
	//background-color: #29C0D4;
	background: #29C0D4;
	background-color: #29C0D4;
	
}
.accordion-trigger.active,
.accordion-trigger:hover{
	background: #29C0D4 url("../../../img/img-theme/toggle.png") no-repeat right -69px;
}
.name_team h5,
.camera_captionc h1,
.camera_captionb h1{
	background: #29C0D4;
	background: rgba(148, 212, 0, 0.8);
}
.overlay{
	background: #29C0D4 url("../../../img/img-theme/more.png") no-repeat center center;;
	background: rgba(148, 212, 0, 0.6) url("../../../img/img-theme/more.png") no-repeat center center;
}

/* Colors --------------------------------------------------------------*/

.social_team li a:hover,
.footer_down .nav_footer li a:hover,
.head_table h2,
.head_feature h6,
.sf-menu li li a:hover,
.sf-menu > li > a:hover,
.jBar ul li span,
.text_resalted h3,
.post a h3:hover,
ul.social_footer li:hover a,
.info_head li a:hover,
.info_head li a:focus,
.owl-theme .owl-controls .owl-buttons div i,
ul.contact_footer li a:hover,
.meta li a,
.title_comment span a,
.pagination > li > a, .pagination > li > span,
.pagination > li:hover a,
.portfolioFilter .current,
.portfolioFilter a:hover{
	color: #878fff;
}

/* Borders --------------------------------------------------------------*/
.sf-menu > li
{	
	margin:5px 2px;
	font-weight:bolder;
}
.nav-pills > li.current > a {
	//border:solid red thin;
	//background-color:#29C0D4;
	background-color:#878fff;
	color:white;
	//border-radius:60px;
	//font-weight:bolder;
	border-radius:10px;
	box-shadow: 3px 3px 5px #888888;
	
}

.nav-pills > li > a:hover {
	//border:solid red thin;
	//background-color:#29C0D4;
	background-color:#878fff;
	color:white;
	//border-radius:60px;
	//font-weight:bolder;
	border-radius:10px;
	box-shadow: 3px 3px 5px #888888;
	
}

.sf-menu > li.current > a:after {
	//border-top: 12px solid #29C0D4;
}
.item_table{
	border: solid 3px #29C0D4;	
}
.item_table.promotion_table .head_table:before{
	border-top: 35px solid #29C0D4;
}
.arrow_domain{	
	border-right: 6px solid #29C0D4;
}
.arrow_domain:before{
	border-left: 10px solid #29C0D4;
}
.section_title h1:after{
	border-right: 30px solid #29C0D4;
}
.titles{	
	border-bottom: 1px solid #29C0D4;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #29C0D4;
}
.pagination > .active > a,
.pagination > .active:hover > a{
	border-color: #29C0D4;
}
.portfolioFilter .current,
.portfolioFilter a:hover{
	border-bottom: 3px solid #29C0D4;
}
.item-work .info-work .icons-work{
	border-top: 3px solid #29C0D4;
}