body{
	background-color: #FFF;
	font-family: 'font-default';
}
#home{
	background-image: url('../img/theme/bg-square-desktop.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1000px 1000px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
#web-temporary table{
	width: 90%;
	font-size: 40%;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 5%;
	line-height: 1.2;
}
.home-logo{
	margin-top: 40px;
	margin-bottom: 30px;
}
.home-logo img{
	width: 25%;
	height: auto;
}
.home-navi{
	
}
.home-navi a{
	display: inline-block;
	padding: 6px;
	width: 200px;
	height: auto;
	background-color: #20C973;
	border-radius: 10px;
	color: #FFF;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.home-header{
	display: block;
	background-color: #20C973;
	position: relative;
	margin: 0px;
}
.home-header i{
	position: absolute;
	color: #FBCB36;
	top: 8px;
	left: 17px;
	font-size: 22px;
}
.home-header h4{
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.home-footer{
	margin-top: 45px;
	margin-bottom: 40px;
}
.home-footer h4{
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #20C973;
	margin-bottom: 5px;
}
.home-footer p{
	font-size: 18px;
	font-weight: lighter;
	color: #AAAAAA;
	margin-bottom: 0px;
	line-height: 16px;
}
.home-footer br{
	display: block;
}
.home-footer a{
	color: #AAAAAA;
}
.home-footer footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}
/* sub navi */
.nav-tabs{
	border-bottom: none !important;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 240px;
	text-align: center;
}
.nav-tabs > li{
	width: 100px;
	margin: 5px;
	border: none;
}
.nav-tabs > li > a{
	margin: 0px !important;
	border: 0px;
	font-family: inherit;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background-color: #E1E1E1;
	border-radius: 40px;
	padding: 0px;
	line-height: 1.3;
}
hr{
	box-shadow: 1px 1px 3px #444;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* photo upload button */
.photo-upload-btn, .photo-upload-btn:hover, .photo-upload-btn:active {
    position: relative;
    overflow: hidden;
    width: 160px;
	height: auto;
	border: none;
	border-radius: 40px;
	background-color: #F3CB39;
	color: #FFF;
	font-size: 22px;
	padding: 5px;
	margin-top: 10px;
	box-shadow: none;
	padding: 3px;
}
.photo-upload-btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* photo navi */
.photo-move-navi{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
.photo-move-navi ul li{
	border-radius: 50px;
	width: 37px;
	height: 37px;
	background-color: #9B9B9B;
	display: inline-block;
	margin-right: 5px;
	margin-left: 0px;
	color: #FFF;
	font-size: 22px;
	padding-top: 7px;
	cursor: pointer;
}
.photo-move-navi ul li:last-child{
	width: 120px;
	background-color: #20C973;
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 5px;
}

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

/* bootstrap overwrite */
.row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}














