body{
/*	background:url('../images/texture.png') repeat;*/
	font-family:'dinpro-regular', Helvetica, Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;
	color : #fff;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'myriad-semibold', Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}
p {
	font-family:'dinpro-regular', Helvetica, Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: normal;
}
a {
	color: #e35dc6;
	text-decoration: none;
}

ul, ol, li {
	list-style-type: none;
}

/* SPECIAL STYLING */
h1.about-title {
	text-transform: none;
}
h1 em {
	font-style: normal;
	font-family: 'myriad-regular', Helvetica, Arial, Sans-serif;
}


/* BACKGROUND */
.background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*
	left: 50%;
	margin: 0 0 0 -600px;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	*/
	overflow: hidden;
	z-index: -4;
}
.background-mob{
	display:none;
}

.bg {
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;
}

.bga1 { background-image: url("../images/bg/a1.jpg"); z-index: -4; }
.bgb1 { background-image: url("../images/bg/b1.jpg"); z-index: -4; }
.bgc1 { background-image: url("../images/bg/c1.jpg"); z-index: -4; }

/* HEADER */
.header {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 1110px;
	margin-left: -555px;
	z-index: 1000;
}
.logo{
	display:inline-block;
}

/* WEATHER */
.weather {
	float: right;
	text-align: center;
	width: 200px;
	letter-spacing: 1px;
	color: #000;
	display: none;
}
.weather strong {
	font-family:'dinpro-bold', Helvetica, Arial, Sans-serif;
	font-weight: normal;
}
.weather img{
	margin: 0 0 10px 0;
}
#upper_a{
	opacity: 0.5;
}

/* WIDGET */
.widget {
	background: transparent url('../images/widget.png') no-repeat;
	font-family: 'myriad-regular', Helvetica, Arial, Sans-serif;
	font-size: 10px;
	font-style: italic;
	padding: 100px 15px 15px 130px;
	width: 170px;
	height: 30px;
	float: right;
	letter-spacing: 0.1em;
}
.widget a {
	color: #fff;
	float: left;
	padding: 0 10px;
	line-height: 30px;
}

#login_form button, #forgot-password button {
	color: #fff;
	float: left;
	padding: 0 10px;
	line-height: 30px;
	background:transparent;
	border:none;
}

.signup { width: 90px; text-align: left; }
.login { width: 40px; text-align: right; margin-left:15px; }

.widget-user {
	float: right;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 150px;
}
.widget-pass { float: right;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 150px;
}

/* CONTENT AREA */
.content {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 82px;
	overflow:hidden;
}
.batik {
	width:100%;
	padding:0;
	margin:0;
	height:82px;
	position:absolute;
	background:url('../images/batik_bg.png') top left;
	z-index:2;
	opacity:0.15;
}
.transparent{
	width:100%;
	padding:0;
	margin:0;
	height:82px;
	position:absolute;
	z-index:1;
	background:url('../images/content_bg.png');
}
#mob{
	display:none;
}

/* MENU */
.menu_container{
	/*background:url('../images/bottom_menu.png') bottom center no-repeat;*/
	background:url("../images/bottom_menu.png") no-repeat scroll center 50px transparent;
	z-index:3;
	margin-bottom: 10px;
}
.menu_container_mob{
	display:none;
}
.cmenu{
	width:1110px;
	max-width:90%;
	margin:0 auto;
	position: relative;
}
.menu_container.desktop {
	display:block;
}
.menu_container.mobile {
	display:none;
}
.menu{
	position:relative;
	top:0;
	z-index:3;
	left:0;
	display:inline-block;
}
.menu ul{
	/*list-style:none;*/
	padding:0;
	margin:0 0 0 30px;
}
.menu ul li{
	display:inline-block;
	padding:15px 15px 20px 15px;
	background:url('../images/menu_bg.png') left center no-repeat;
	cursor:pointer;
}
.menu ul li:first-child{
	padding-left: 0;
	background: none;
}
.menu ul li a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color:#fff;
}
.menu ul li a.active{
	color: #c23dad;
}
.menu ul li a.active:after {
	content: "*";
}
.menu ul li a:hover{
	color: #c23dad;
}

.show{
	z-index:3;
	color:#fff;
	position:absolute;
	right:0px;
	top:15px;
	line-height: 16px;
	cursor:pointer;
	text-align:right;
}
.show img {
	float:left;
	margin:0px 5px 0 0;
}
.show .down{
	display: none;
	text-align: right;
	line-height: 16px;
}
.cmenu .search-box {
	float: right;
	position: absolute;
	right: 152px;
	top: 0px;
	z-index: 2;
}
.cmenu .search-box input {
	background-color: transparent;
	border: medium none;
	color: #FFFFFF;
	height: 25px;
	width: 212px;
	/*border-bottom:1px solid #ddd;*/
	float: left;
}
.cmenu .search-box img {
	float: left;
	left: 175px;
	position: relative;
	top: -25px;
	z-index: 1;
}
/* FOOTER */
.footer {
	z-index:3;
	position:absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	color:#7e7e7e;
	font-size: 10px;
	padding: 15px 0 5px 0;
	font-family: 'caslon-regular', Times New Roman, Serif;
}
.footer a {
	color: #7e7e7e;
}
.footer a:hover {
	color: #fff;
}
.cfooter {
	margin: 0 auto;
	width: 1110px;
	max-width: 90%;
	padding-left:60px;
}
.footnote{
	float: left;
	margin-left: 30px;
	text-align: center;
	width: 65%;
}
.terms{
	float:right;
	margin-right:30px;
}
.cfooter .social-media {
	float:left;
}
.cfooter .social-media .facebook {
	float:left;
	margin-right:10px;
}
.cfooter .social-media .facebook a {
	background: url('../images/sprite.png') no-repeat 0 0;
	width: 7px;
	height: 14px;
}
.cfooter .social-media .facebook a:hover {
	background-position: 0 -18px;
}
.cfooter .social-media .twitter {	
	float: left;	
	margin-right: 10px;	
}
.cfooter .social-media .twitter a {
	background: url("../images/sprite.png") no-repeat scroll -18px 1px transparent;
	width: 15px;
	height: 14px;
}
.cfooter .social-media .twitter a:hover {
	background-position: -18px -17px;
}

.cfooter .social-media .instagram {	
	float: left;	
	margin-right: 10px;	
}
.cfooter .social-media .instagram a {
	background: url("../images/sprite.png") no-repeat scroll -43px 1px transparent;
	width: 15px;
	height: 14px;
}
.cfooter .social-media .instagram a:hover {
	background-position: -43px -17px;
}

.cfooter .social-media .facebook a, .cfooter .social-media .twitter a , .cfooter .social-media .instagram a {
	display: block;
}

/* LOADER */
.loader {
	z-index: 3;
	position: relative;
	margin: 150px auto 0;
	width: 1110px;
	max-width: 90%;
	/*color: #fff;
	font-weight: normal;*/
	text-align: center;
}

/* HOME */
.contents {
	display: none;
	z-index: 3;
	position: relative;
	margin: 0 auto;
	width: 1110px;
	max-width: 90%;
	color: #fff;

}
.item-container {
	border-top: 1px solid #272326;
	border-bottom: 1px solid #272326;
	overflow: hidden;
}
.item {
	margin: 0 12px;
	padding: 15px;
	width: 305px;
	height: 205px;
	overflow: hidden;
	float:left;
}
.item:hover {
	background-color: rgba(51,39,51,0.25);
	background-image: url('../images/texture.png');
	-moz-box-shadow:    0 0 30px 0 #000;
    -webkit-box-shadow: 0 0 30px 0 #000;
    box-shadow:         0 0 30px 0 #000;
}

.date {
	font-family:'myriad-regular', Helvetica, Arial, Sans-serif;
	/*font-size: 14px;*/
	line-height: 14px;
	margin-bottom: 5px;
}
.contents h1 {
	margin: 0 30px;
	/*color: #fff;*/
}
.item h4 a {
	color: #fff;
}
.item h4 a:hover {
	color: #e35dc6;
}
.pushed {
	margin-top: 10px !important;
}
.read_more a {
	font-size: 10px;
	line-height: 10px;
	font-family: 'myriad-regular', Helvetica, Arial, Sans-serif;
	font-style: italic;
	margin: 30px 0 0 0;
	/*text-decoration: none;*/
}
.line_title{
	border:none;
	/*border-bottom:solid 1px rgba(255,255,255,0.1);
	border-top:solid 1px #000000;
	margin:0 0 20px 0;*/
	margin-bottom: 0;
    margin-top: 0;
}
.about-container, .tami-container, .shop-container {
	margin-left: 30px;
	margin-top: 10px;
	overflow: hidden;
}
.about-container {
	height: 240px;
}
.tami-container {
	height: 310px;
}
.shop-container {
	height: 270px;
}

.shop-container .text p {
	display:block;
	margin-bottom: 0;

}
.shop-container .text img {
   left: 235px;
   position: relative;
   top: -75px;

}
.shop-block {
	position: relative;
	float: left;
	padding-top:10px;
}
.shop-block.category-container {
	width: 30%;
	border-top:1px solid #383837;
	margin-right: 4%;
}
.shop-block.entry-container {
	width: 20%;
	border-top:1px solid #383837;
	margin-right:4%;
}
.shop-block.detail-container {
	width: 42%;
	border-top:1px solid #383837;
}
.tenant-image {
	margin-bottom: 20px;
}
.loader-list, .loader-detail {
	position: absolute;
	width: 30px;
	top: 40px;
	left: 50%;
	margin-left: -15px;
	float:left;
}
.shop-item {
	width:100%;
	float:left;
	overflow:hidden;
	height:220px;
	margin:0 0 20px 0;
}
.shop-item ul li {
	cursor:pointer;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	line-height: 24px;
}
.shop-item ul li a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
}
.shop-item ul li a:visited {
	color:#fff;
}
.shop-item ul li a:hover, .shop-item ul li a.active {
	color: #c23dad;
}
.control_d {
	margin:20px 0 0 0;
	height:16px;
}
.control_d img{
	margin:0 3px 0 0;
	cursor:pointer;
}

/* ABOUT */
.about-image {
	float:left;
	width:260px;
	height:230px;
	max-width:25%;
}
.about-image img{
	width:100%;
	max-width:100%;
}
#about .container_a{
	float:left;
	margin:0 0 0 3%;
	width:750px;
	text-align:left;
	color:#FFFFFF;
	max-width:70%;
}
ul.about-menu{
	margin:0 0 20px 30px;
	float: left;
	width: 750px;
}
ul.about-menu li{
	display: inline-block;
	margin: 0 5% 0 0;
	cursor: pointer;
}
ul.about-menu li:last-child{
	margin:0;
}
ul.about-menu li a {
	font-size:16px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
}
ul.about-menu li a.active, ul.about-menu li a:hover{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color:#c23dad;
}
.about-content {
	height:115px;
	overflow:hidden;
}
.about-content .inner {
	display:none;
}
.about-content .active_a {
	display:block;
}

.about-container .control_a{
	z-index:3;
	width:100px;
	margin:10px 0 0 0;
}
.about-container .control_a img{
	display:inline-block;
	margin:0 2px 0 0;
	cursor:pointer;
}

/* TAMI */
#tami .img_a{
	float:left;
	width:260px;
	height:230px;
	max-width:25%;
}
#tami .img_a img{
	width:100%;
	max-width:100%;
}
.tami-content{
	float: left;
	margin: 0 0 0 3%;
	max-width: 42%;
	width: 440px;
}
.tami-content ul.tami-list {
	float: left;
	width: 125px;
	margin-top: 10px;
	margin-left: 20px;
}
.tami-content h1{
	font-family:'samson-regular';
	font-size:97px;
	font-weight:normal;
	padding:15px 0 35px 0;
	margin: 0;
	float: left;
}
ul.tami-list li{
	font-size:11px;
	margin:0;
	font-family: 'myriad-regular';
	letter-spacing:1px;
	line-height: 12px;
}

.tami-description {
	font-family:'samson-regular';
	text-transform:uppercase;
	line-height:32px;
	font-size:20px;
	float:right;
	color:#FFFFFF;
	margin-left: 35px;
	float:left;
	width: 510px;
}
.tami-description p{
	text-transform:none;
}
.tami-description img{
	margin:20px 0 0 0;
}

/* SPECIAL CASE */
@media (min-width: 1200px) {

	.menu{
		position:relative;
		top:0;
		z-index:3;
		left:0px;
		display:inline-block;
	}
	.show{
		z-index:3;
		color:#FFFFFF;
		font-size:14px;
		position:absolute;
		right:0px;
		top:15px;
		cursor:pointer;
		text-align:right;
	}
}

/* SLIDER */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none; height:230px;

}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-caption {	display:none; }
.nivo-html-caption{	display:none; }
.nivo-controlNav a { cursor:pointer; }
.wrapper{
	width:260px;
	margin: 10px auto 0;
	height:230px;
	position:relative;
	float:left;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a { border:0; display:block; }

.theme-default .nivo-controlNav {
	text-align:left;
	padding:0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border-radius:15px 15px 15px 15px;
	background-color:#454545;
	border:0;
	margin: 0 10px 0 0
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
	background-color:#ffffff;
}

.theme-default .nivo-directionNav a { display:none; }
/* END OF SLIDER */

/* SCROLLER */
.ps-container .ps-scrollbar-x {
	position: absolute;
	bottom: 3px;
	height: 8px;
	background-color: #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity.2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-x {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.ps-container .ps-scrollbar-x:hover {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	cursor:default;
}
.ps-container .ps-scrollbar-x.in-scrolling {
	opacity: 0;
	filter: alpha(opacity = 0);
}
.ps-container .ps-scrollbar-y {
	position: absolute;
	right: 3px;
	width: 8px;
	background-color: #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity.2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-y {
	opacity: 0;
	filter: alpha(opacity = 0);
}
.ps-container .ps-scrollbar-y:hover {
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: default;
}
.ps-container .ps-scrollbar-y.in-scrolling {
	opacity: 0;
	filter: alpha(opacity = 0);
}

#slideshow {
	margin:0 auto;
	width:1100px;
	max-width:100%;
	height:238px;
	position:relative;
	border-bottom:solid 1px #393639;
	border-top:solid 1px #393639;
}
.control {
	display:block;
	width:16px;
	height:16px;
	overflow: hidden;
	color: transparent;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:10px;
	right:20px;
	background: transparent url("../images/left.png") no-repeat 0 0;
	z-index:9999;
}
#rightControl {
	top:10px;
	right:0;
	background: transparent url("../images/right.png") no-repeat 0 0;
	z-index:9999;
}


/* mobile container killing list */
.menu ul.first, .menu ul.second {display: none;}
.menu ul.desktop {display:block;}
.menu {margin-top:0 ;}
.content .top-mobile-menu {display:none;}
.content .menu-mobiles {display:none;}
.content .menu-mobil-scrolls {display:none;}
.content #show-mob {display:none !important;}
.content .cmenu .show {display:block;}