/**
 * Add your modifications here.
 */
.site-navigation .active > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.site-navigation .active .current-fluxus-project-type-ancestor > a,
.current-fluxus_portfolio-parent > a,
.nav-tip #key-right.flash,
.nav-tip #key-left.flash,
.navigation-paging .paging .current,
.comment-actions a:hover,
#wp-calendar tbody td a,
.slide .style-default .button:hover,
.slider-navigation li a.active,
.slider-navigation li a:hover,
.project .hover-box .button,
.page-contacts .entry-content .button,
#close-map,
.tooltip,
.fluxus-lightbox .lightbox-prev,
.fluxus-lightbox .lightbox-next,
.fluxus-lightbox .lightbox-close,
.fluxus-lightbox .lightbox-resize,
.page-contacts .entry-content .button:hover,
#close-map:hover {
    background-color: #ebebeb; /* your color here */
    color: #000; /* your text color here */
}

.reveal-modal,
.navigation-paging .paging .current {
    border-color: #ebebeb;  /* Your color here */
}

.tooltip:after {
    border-top-color: #ebebeb;  /* Your color here */
}

.excerpt-more {
    border-bottom-color: #ebebeb;  /** Your color here */
}

.lightbox-tip {
	margin-left: 30px;
}
.lightbox-tip:before{
	content: ' ';
	display: block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/slash.png) no-repeat;
	margin: -5px 0 0 -20px;
}

.slide .style-default {
    width: 500px;
}

.page-contacts .site-content .page {
	margin-left: 20%;
}

.fluxus-lightbox span.lightbox-resize {
	display:none !important;
}


@media screen and (max-width: 1024px) and (min-width: 651px) {
	.page-contacts .site-content .page {
		margin-left: 10%;
	}
}
@media screen and (max-width: 650px) {
	.contacts-background {
		background-position: left !important;
	}
	
	.page-contacts .site-content .page {
		margin-left: 5%;
	}
}