/* Main */
html, 
body {
	height: 100%;
    width:100%;
    margin:0;
    padding:0;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	-o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -khtml-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

p {
	font-size: 16px;
}

a {
	color: #bfbfbf;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.wrap {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

/* Header */
.header {
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 146px;
}

.header .logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 20px;
	background: url("../images/logo.png") no-repeat;
	width: 236px;
	height: 75px;
}

.header .info {
	position: absolute;
	top: 30px;
	right: 0;
}

.header .info span {
	display: block;
	color: #bfbfbf;
	font-size: 18px;
	text-align: right;
}

.header .info span sup {
	font-size: 12px;
}

.header .info label {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	font-size: 28px;
}

/* Contaner */
.container {
	margin: 0px auto 0px auto;
	position: relative;
	padding-bottom: 80px;
}

.container .menu {
	height: 120px;
}

.container .menu div:first-child {
	background: url("../images/background_menu.png") repeat-x;
	display: block;
	height: 120px;
}

.container .menu ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 60px;
}

.container .menu ul li {
	display: block;
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	width: 163px;
	height: 61px;
	text-align: center;
}

.container .menu ul li a {
	cursor: pointer;
	display: table-cell;
	width: 163px;
	height: 60px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.container .menu ul li a:hover {
	background: url("../images/background_menu_active.png") no-repeat;
}

.container .menu ul li.active a {
	background: url("../images/background_menu_active.png") no-repeat;
}

.container .menu ul li.active a:hover {
	text-decoration: none;
}

.container .menu ul li div {
	background: url("../images/background_menu_sub.png") repeat-x;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	height: 60px;
	z-index: -100;
	padding: 0;
}

.container .menu ul li ul {
	display: none;
	position: absolute;
	left: 50%;
	margin: 0 auto;
	margin-left: -490px;
	padding: 0;
	width: 980px;
	height: 60px;
}

.container .menu ul li.active div,
.container .menu ul li.active ul {
	display: block;
}

.container .menu ul li ul li {
	min-width: 163px;
	width: auto;
}

.container .menu ul li ul li a, 
.container .menu ul li ul li a:hover, 
.container .menu ul li.active ul li a, 
.container .menu ul li.active ul li a:hover {
	background: none !important;
	min-width: 163px;
	width: auto;
}

.container .menu ul li ul li a:hover {
	font-weight: bold;
}

.container .menu ul li.active ul li a:hover {
	font-weight: bold;
}

.container .menu ul li ul li.active a {
	font-weight: bold;
}

/* Content */
.content {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

.content .page {
	background: url("../images/background_page.png") repeat;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.20);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, 0.20);
	margin-top: 50px;
	padding: 20px;
}

.content .page .title {
	background: url("../images/background_page_separator.png") no-repeat center bottom;
	padding-top: 18px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.content .page .title h2 {
	margin: 0;
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	text-transform: uppercase;
}

.content .page .text {
	padding: 0px 20px 0px 20px;
	font-size: 16px;
}

/* Footer */
.footer {
	background: url("../images/background_footer.png") repeat-x;
	margin: 0px;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
}

.footer ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 60px;
}

.footer ul li {
	display: block;
	float: left;
	margin: 0;
	height: 60px;
	position: relative;
}

.footer ul li div {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: 60px;
	font-size: 14px;
	color: #ffffff;
}

.footer ul li.phone, 
.footer ul li.time, 
.footer ul li.designer {
	width: 196px;
}

.footer ul li.copyright {
	width: 392px;
}

.footer ul li.phone, 
.footer ul li.time {
	background: url("../images/background_menu_line.png") no-repeat center right;
}

.footer ul li.phone div {
	background: url("../images/icons/icon_phone.png") no-repeat left center;
	padding: 0 0 0 32px;
	text-align: right;
}

.footer ul li.time div {
	background: url("../images/icons/icon_time.png") no-repeat 20px center;
	padding: 0 0 0 62px;
}

.footer ul li.designer div {
	background: url("../images/icons/icon_designer.png") no-repeat 20px center;
	padding: 0 0 0 62px;
}

.footer ul li.time div sup {
	font-size: 10px;
}

.footer ul li.copyright div {
	width: 392px;
}

.footer ul li.copyright div label {
	position: absolute;
	top: 14px;
	right: 0px;
	font-size: 16px;
	color: #bfbfbf;
}

.footer ul li.copyright div span {
	position: absolute;
	top: 34px;
	right: 0px;
	font-size: 12px;
	color: #bfbfbf;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.clear {
	clear: both;
}

/* Catalog */
.catalog {
	margin-top: 50px;
}

.catalog .items {
	overflow: hidden;
}

.catalog .thumb {
	background: url("../images/background_photo_thumb.png") no-repeat;
	width: 320px;
	height: 240px;
	float: left;
	margin: 0px 10px 10px 0px;
	position: relative;
	display: none;
}

.catalog .thumb:nth-child(3n),
.catalog .odd {
	margin-right: 0;
}

.catalog .thumb a {
	display: block;
	position: absolute;
	top: 11px;
	left: 11px;
	width: 298px;
	height: 218px;
	color: #ffffff;
	text-decoration: none;
}

.catalog .thumb a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.catalog .thumb a img {
	width: 298px;
	height: 218px;
}

.catalog .thumb a .label {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 298px;
	height: 60px;
	overflow: hidden;
}

.catalog .thumb a .label:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 298px;
	height: 60px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgmMlABGBiIBKMKqSOQoAAAwAEUwCtYejIgQAAAABJRU5ErkJggg==);
}

.catalog .thumb a .label h3 {
	display: block;
	position: absolute;
	top: 11px;
	left: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}

.catalog .thumb a .label label {
	display: block;
	position: absolute;
	top: 36px;
	left: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #bfbfbf;
}

.catalog .items span.empty:before {
	display: block;
	content: "";
	background: url("../images/background_page.png") repeat;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.20);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, 0.20);
	margin: 0 auto;
	width: 980px;
	height: 80px;
	position: absolute;
	z-index: -100;
}

.catalog .items span.empty {
	display: block;
	width: 980px;
	position: relative;
}


.catalog .items span.empty label {
	display: block;
	padding: 30px 40px;
	font-size: 16px;
}

.catalog.detail {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.catalog.detail .left, 
.catalog.detail .right {
	background: url("../images/background_page.png") repeat;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.20);
	box-shadow:  1px 1px 5px 2px rgba(0, 0, 0, 0.20);
	margin-top: 50px;
	position: relative;
}

.catalog.detail .left {
	float: left;
	margin-right: 10px;
	width: 320px;
	height: 545px;
}

.catalog.detail .left .back {
	display: block;
	position: absolute;
	top: 22px;
	left: 20px;
}

.catalog.detail .left .prev_next {
	float: right;
	margin: 16px 10px 0px 0px;
}

.catalog.detail .left .prev, 
.catalog.detail .left .next {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
}

.catalog.detail .left a.prev {
	background: url("../images/icons/icon_arrow_prev.png") no-repeat;
}

.catalog.detail .left a.prev:hover {
	background: url("../images/icons/icon_arrow_prev_hover.png") no-repeat;
}

.catalog.detail .left a.next {
	background: url("../images/icons/icon_arrow_next.png") no-repeat;
}

.catalog.detail .left a.next:hover {
	background: url("../images/icons/icon_arrow_next_hover.png") no-repeat;
}

.catalog.detail .left .separator {
	background: url("../images/background_catalog_left_line.png") no-repeat;
	width: 301px;
	height: 2px;
	position: absolute;
	top: 60px;
	left: 8px;
}

.catalog.detail .left .info {
	display: block;
	position: absolute;
	top: 82px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	overflow: auto;
}

.catalog.detail .left .info h3 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.catalog.detail .left .info h4 {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #bfbfbf;
	margin: 14px 0px 0px 0px;
	padding: 0;
}

.catalog.detail .left .info .text {
	margin-top: 32px;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
}

.catalog.detail .right {
	float: left;
	width: 650px;
	height: 545px;
}

.catalog.detail .right .photos {
	background: url("../images/background_photo_big_border.png") no-repeat;
	width: 630px;
	height: 475px;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
}

.catalog.detail .right .photos_items {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 628px;
	height: 473px;
}

.catalog.detail .right .photos img {
	width: 628px;
	height: 473px;
}

.catalog.detail .photos_pager {
	width: 630px;
    height: 23px;
    margin: 0 auto;
    text-align: center;
	position: absolute;
	left: 10px;
	bottom: 23px;
}

.catalog.detail .photos_pager div {
	margin: 0 auto;
    text-align: center;
    width: 100%;
}

.catalog.detail .photos_pager div a {
	display: inline-block;
	background: url("../images/icons/icon_pager.png") no-repeat;
	width: 23px;
	height: 23px;
}

.catalog.detail .photos_pager div a.activeSlide {
	background: url("../images/icons/icon_pager_active.png") no-repeat;
}

/* Pagination */
.pagination {
	margin: 40px 0px 30px 0px;
}

.pagination ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 40px;
}

.pagination ul li {
	display: block;
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 40px;
	height: 40px;
}

.pagination ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #555555;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: -100;
}

.pagination ul li.previous, 
.pagination ul li.next {
	display: none;
}

.pagination ul li.active:before {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.pagination ul li a {
	display: table-cell;
	width: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #bfbfbf;
}

.pagination ul li.active a {
	font-weight: bold;
	color: #ffffff;
}
.strong {
     font-weight: normal;
}

/* Mobile */
@media all and (max-width: 1024px) {
	.wrap {
		padding: 0px !important;
	}
	.header {
		margin-top: 0px !important;
	}
	.footer {
		margin-bottom: 0px !important;
	}
}
@media all and (max-width: 480px) {
	.wrap {
		padding: 0px !important;
	}
	.header {
		margin-top: 0px !important;
	}
	.footer {
		margin-bottom: 0px !important;
	}
}