.sentora_transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.page {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.active_page {
}

.inactive_page {
	width: 0 !important;
	height: 0 !important;
	top: -100% !important;
	left: -100% !important;
	display: table;
}

.main_page_button {
	top: 2px !important;
	right: 2px !important;
	width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../plugins/fancybox/fancybox_sprite.png);
    opacity: 0.6;
}

.color_white {
	color: #fff;
}

.project_detail_cursor {
	cursor: hand;
	cursor: pointer;
}