body{
	background-color: #FFF;
	font-family: 'font-default';
	text-align: center;
}
a{
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: none;
}
.top-space{
	margin-top: 70px;
}

/* web temporary*/
#web-temporary{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url('../img/temporary/bg.jpg');
	background-color: rgba(255, 255, 255, 0.25);
	background-position: center center;
	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 30px 0px;
	color: #000;
	font-size: 40px;
	overflow-y: scroll;
	padding-bottom: 120px;
}
#web-temporary i.logo{
	font-size: 80px;
}
#web-temporary h4{
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 0px;
}
#web-temporary h4 span.shop{
	color: #000;
}
#web-temporary .message{
	color: #000;
	font-family: 'font-default';
	font-size: 60%;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 30px 0px;
	display: inline-block;
}
#web-temporary a{
	color: inherit;
}
#web-temporary a:hover{
	color: #000;
}
#web-temporary table{
	width: 50%;
	font-size: 40%;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 25%;
	line-height: 1.2;
}
#web-temporary table tr td{
	padding: 0px 10px;
}
#web-temporary table tr td i{
	font-size: 70%;
}
#web-temporary .subscribe{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 20px;
	left: 0px;
}
#web-temporary .subscribe input[type=text]{
	width: 160px;
	height: 40px;
	border: 0px;
	background-color: transparent;
	border-bottom: 3px solid #000;
	text-align: center;
	font-size: 50%;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.5px;
	vertical-align: bottom;
}
#web-temporary .subscribe img{
	position: absolute;
	bottom: 0px;
}
#web-temporary .subscribe input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
#web-temporary .subscribe input[type=text]::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
#web-temporary .subscribe input[type=text]:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
#web-temporary .subscribe input[type=text]:-moz-placeholder { /* Firefox 18- */
	color: #000;
}

/* home */
#home{
	background-image: url('../img/theme/bg-square-desktop.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2000px 2000px;
}
#home-header .name{
	display: none;
}
#home-header .dropdown{
	display: none;
}
.home-logo{
	margin-top: 130px;
	margin-bottom: 60px;
}
.home-navi{
	
}
.home-navi a{
	display: inline-block;
	padding: 10px;
	width: 300px;
	height: auto;
	background-color: #20C973;
	border-radius: 10px;
	color: #FFF;
	margin-bottom: 34px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
.home-header{
	display: none;
}
.home-footer{
	margin-top: 90px;
	margin-bottom: 60px;
}
.home-footer h4{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #20C973;
	margin-bottom: 5px;
}
.home-footer p{
	font-size: 28px;
	font-weight: lighter;
	color: #AAAAAA;
	margin-bottom: 0px;
	line-height: normal;
}
.home-footer br{
	display: none;
}
.home-footer a{
	color: #AAAAAA;
}
.home-footer footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}

/* overwrite bootstrap*/
.nav-tabs{
	border-bottom: none !important;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 340px;
	text-align: center;
}
.nav-tabs > li{
	width: 160px;
	margin: 5px;
	border: none;
}
.nav-tabs > li > a{
	margin: 0px !important;
	border: 0px;
	font-family: inherit;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #E1E1E1;
	border-radius: 40px;
	padding: 5px;
}
.nav-tabs > li > a:hover{
	border: 0px;
	background-color: #E1E1E1;
	margin: 0px !important;
	border-radius: 40px;
	color: #FFF;
}
.nav-tabs > li.active > a{
	border: none !important;
	border-radius: 40px;
	color: #FFF;
}
.nav-tabs > li.active > a:hover{
	color: #FFF;
}
.nav-tabs > li.active > a:focus{
	color: #FFF;
}
.nav-tabs > li.active:hover{
	background: none;
}
.nav-tabs > li.active.facebook > a{
	background-color: #4875B6;
}
.nav-tabs > li.active.line > a{
	background-color: #2CD442;
}
hr{
	box-shadow: 1px 1px 3px #444;
}

.photo-upload{
	margin: auto;
	border: 1px dashed #AEAEAE;
	position: relative;
}
.photo-upload .photo-note{
	position: absolute;
	line-height: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	top: 10px;
	left: 10px;
}
.photo-upload i{
	position: absolute;
	font-size: 20px;
	color: #9E9E9E;
	top: 15px;
	right: 15px;
	cursor: pointer;
	text-shadow: 0px 0px 2px #FFF;
}

/* photo navi */
.photo-move-navi{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 5px;
}
.photo-move-navi ul li{
	border-radius: 50px;
	width: 50px;
	height: 50px;
	background-color: #9B9B9B;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
	color: #FFF;
	font-size: 30px;
	padding-top: 8px;
	cursor: pointer;
}
.photo-move-navi ul li:last-child{
	width: 120px;
	background-color: #20C973;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 5px;
}
.photo-move-navi ul li.zoom-slider{
	width: 200px !important;
	height: 25px !important;
	padding-left: 20px;
	background: none;
}
.photo-upload{
	overflow: hidden;
}
.photo-upload .display-preview{
	position: relative;
	width: 100%;
	height: 100%;
}
.photo-upload .display-preview img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

/* custom for poster */
.sub-navi-poster{
	display: block;
}

/* loader */
#loader-panel{
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	text-align: center;
	padding-top: 24%;
	display: none;
}
.loader{
	color: #DDD;
}

.ui-corner-all{
	border-radius: 20px !important;
}
.ui-slider-handle{
	background-color: #DDD !important;
	border: none !important;
}







