@import "font-awesome.min.css";
@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: raleway;
	src: url(../fonts/raleway.woff);
}
@font-face {
	font-family: bimini;
	src: url(../fonts/bimini.eot);
	src: local("Bimini"), url(../fonts/bimini.ttf ) format("truetype");
}
/*
html body  {
	font: 70%/1.5em arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 15px;
	color:#666;
	margin:0;
	padding: 0;
	left:0;
	top:0;
	background-color: #FEFEFE;
	background: url(../images/couple.png) center 150px no-repeat;
	background-attachment: fixed;
}
*/
html body {
	font: 80%/0.80em arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 15px;
	color: #666;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}
html {overflow: auto;}
body {
	height:100%;
	overflow: hidden;
/*
	background-color: #FEFEFE;
	background: #FEFEFE url(../images/couple.png) no-repeat fixed center calc(50vh - 30vh);
	background-size: 28vw auto;
	background: transparent url("https://benokastudio.com/?mycanvas=front") center 100% no-repeat;
 */
	background-attachment: fixed;
	background-size: cover;
	background-position: center 100%;
	background-repeat: no-repeat;
}
body.sifi .MPanel,
body.sifi .RPanel { display: none; }
body.sifi .xme { display: inline-block; }
body.sifi .p-sifi { display: inline-block; }
body.sifi{
	background-attachment: fixed;
	background-size: cover;
}
body.sifi.hot{
	background-attachment: fixed;
	background-size: cover;
}

body::before{
	background-color:rgba(254, 255, 246, 0.86);
	backdrop-filter: blur(3.55px);
	display: block;
	content: " ";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
a,
a:hover { text-decoration:none; }
h1.benoka01 {
	font-family: 'raleway';
    text-align: left;
    font-size: 2.6em;
	margin-bottom: 1em;
}
/* 3 liquid rows styles -ben- */
#framecontentTop,
#framecontentBottom,
#footer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width:280px;
	height: 18px;
	overflow: hidden;
	background-color: #FDFDFD;
}
#footer {
	position: relative;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 25px;
	height: auto;
	width: 100%;
	min-width: 280px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}
#footer img { border:none; }
#footer p {
    text-align: center;
    text-indent: 0;
    line-height: 1.3em;
    margin-top: -10px;
    margin-bottom: 30px;
    margin-left: 0;
}
#framecontentBottom p { text-align: center; text-indent:0px; }
#framecontentBottom p,
#framecontentBottom .benoka02 {
	color:#FFF;
}
#framecontentBottom {
	top: auto;
	bottom: 0;
	height: auto;
	background-image: url(../images/frm_bottom2.png);
	background-position: 0 0px;
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
}
.bg-0,
#framecontentBottom.bg-0{
	background-color: #292929;
}
.bg-1,
#framecontentBottom.bg-1{
	background-color: #19C2E5;
}
.bg-2,
#framecontentBottom.bg-2{
	background-color: #9840BF;
}
.bg-3,
#framecontentBottom.bg-3{
	background-color: #FF1959;
}
#framecontentTop{
	height: 30px;
	background-image: none;
	background-color: transparent;
}
#maincontent{
	position:absolute;
	z-index: 8000000;
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 20px 0;
	padding: 0px 0;
	/* min-width:300px; */
	width: auto;
	height: auto;
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
}
#framecontentTop, #framecontentBottom, #footer {z-index: 9000000;}
.footcouch {
	display: inline-block;
	width: 250px;
	height: 100%;
	margin: 0 auto 50px;
	min-height: 50px;
	/* min-height: 200px; */
	content: " ";
	background: transparent none;
	/* background: transparent url(../images/mycouch.png) no-repeat 50% bottom; */
	background-size: contain;
	/* overflow: hidden; */
	/* padding-bottom: 0; */
}
.xhomi{
	position: relative;
    top: -2px;
    right: 5px;
    color: #999;
    font-size: 0.75rem;
}
.xme {
	display:none;
	float: right;
	margin-right: 0px;
	cursor: pointer;
}
.xbut {
	width: 25px;
	height: 25px;
	padding: 0 0;
	display: inline-block;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.xme:hover .xbut {
	transform: rotate(90deg);
}
.xme:hover .xhomi,
.xme:hover .xcon {
	color:red;
}
.xcon {
	color: #202020;
    font-size: 1.3rem;
    text-indent: 0px;
    line-height: 1.3rem;
    display: block;
    text-align: center;
    margin-top: 2.5px;
}
#caption{
 color:#999999;
 font: 98%/1em Arial, Helvetica, sans-serif;
 width:100%;
}
p {
 font-family: raleway;
 font-size: 1.2em;
 line-height: 1.6em;
 text-align:justify;
}
p.noind { text-indent: 0; }
#kukis{
	width: auto;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    color: #FFF;
    background-color: rgba(15, 193, 62, 0.77);
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 50px;
    z-index: 8999999999;
    padding: 0px 20px;
}
#kukis p {
	text-align:center;
	font-size: 1em;
	line-height: 1.25em;
}
.kutup {
	cursor:pointer;
	display: inline-block;
	border: 0.15em solid #fafafa;
	padding: 2px 5px;
	margin: 7px 5px 2px;
}

.text-right { text-align: right !important }
.text-center { text-align: center !important }
.text-left { text-align: left !important }

small { font-size: 0.65em !important }
.small { font-size: 80% !important }

small, .small { vertical-align: middle }

p.befut { line-height: 1.15em; padding: 2px 1rem }
p.befut a { text-decoration: none; color: #fff }



/** main screen **/
#logo {position: relative; width:100%;height: 20%;top: 0px;margin-bottom: 0px;}
#logo img {display:block;margin-top: 20px;margin-bottom: 10px;}
#logo.bar {height: 40px; vertical-align:bottom;}
#logo.bar.sticked{
	z-index: 8000001;
	position: fixed;
	top: 18px;
	padding:5px 0;
	height: auto;
	background: #FFF none;
	box-shadow: -0.5px 3px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -0.5px 3px 7px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -0.5px 0px 1px rgba(0, 0, 0, 0.15);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=134, Color='#CFCFCF')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=134, Color='#CFCFCF');
}
#logo.bar img {display: inline-block;margin-top: 5px;margin-bottom: 10px;margin-left: 15px;width: 85px;float: left;}
#midbg {/* position: relative; */margin-top: 20px; width:100%;min-height: 200px;margin-bottom: 25px;}
img.bean{
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	-ms-transition: background 1s;
	transition:background 1s;
}
.insettext {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.shabut {
	position: relative;
	display: inline-block;
	width: auto;
	margin-left: auto;
	padding: 0;
}
.shabut li { display: inline; }

.benoka01 {
    color: #5F5F5F;
    font-family: 'bimini';
    font-weight: normal;
    font-size: 3.35em;
    margin-left: -16px;
}
.benoka02 {
    color: #262626;
    font-family: 'bimini';
    font-weight: normal;
}
h7 {
    font-size: 1.475em;
    line-height: 16px;
}
h10 {
    font-size: 37px;
    line-height: 40px;
}
h8 {
    font-size: 16px;
    color: #0f0f0f;
    font-weight: lighter;
    line-height: 20px;
}
cb4 {
    display: inline;
    font: 28px 'raleway';
    color: #858585;
}
cb5 {
    display: inline;
    font: 32px 'raleway';
    /* font-weight: bold; */
    color: #2f2f2f;
    letter-spacing: -1px;
    text-transform: none;
}
cb6 {
    display: inline;
    text-transform: lowercase;
    font: 26px 'raleway';
    font-weight: bold;
    color: #565656;
    letter-spacing: -1px;
    word-break: break-word;
}
art-title {
    text-align: left;
    /* font-weight: bold; */
	font-size: 1rem;
    text-transform: capitalize;
    color: #161617;
    margin-bottom: 5px;
    display: block;
}
.LPanel {
	position: fixed !important;
	width: 29% !important;
	height: 130px !important;
	top: 25% !important;
	left:0;
	text-align:center;
}
.MPanel {
	margin-left: 33%;
}
.RPanel {
	float:right !important;
}
.LPanel, .MPanel, .RPanel{
	position:relative;
	width: 29%;
	top: 0px;
	float: left;
	z-index: 9900000 !important;
	display:inline-block;
	padding: 0 2% 0 2%;
	margin-top:0px;
	bottom: 50px;
}
.LPanel p, .MPanel p, .RPanel p{ 	margin-top:0px; }
.RPanel{ right: 0px; }

a.tusifi {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	font-variant: petite-caps;
}
/* a.tusifi:hover { text-decoration: underline; } */
.shpost.cl-0, .tusifi.cl-0{ color: #292929; }
.shpost.cl-1, .tusifi.cl-1{ color: #19C2E5; }
.shpost.cl-2, .tusifi.cl-2{ color: #9840BF; }
.shpost.cl-3, .tusifi.cl-3{ color: #FF1959; }
/* sifi */
.p-sifi {
	display: none;
	width: 94%;
	min-width: 280px;
	margin: 0 auto;
	padding: 0 3% !important;
	text-align: center;
	text-indent: 0 !important;
	margin-left: -15px;
}
.p-sifi .p {
	width: 66%;
	min-width: 280px;
	margin: 0 !important;
	text-align: right !important;
	line-height: 1.5rem !important;
	float: right;
}
.p table.sihold{
	max-width:500px;
	width:100%;
	min-width: 260px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 8px -2px rgba(1,1,1, 0.25);
	margin: 10px auto 20px;
}
/** login form **/
.top_text {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 1px;
	box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
	box-sizing: border-box;
	color: black;
	line-height: 1.5;
	margin: 15px auto 0;
	min-width: 280px;
	max-width: 400px;
	padding: 10px 5px 65px 5px;
	width: 85%;
}
#bodytitle {
	position: relative;
	width: auto;
	min-width: 320px;
	margin: auto;
	overflow: hidden;
	background: transparent none;
	background-position: bottom;
	border-bottom: 1px solid #eaeaea;
}
.toiletform {
	display:block;
	padding: 5px 0px;
	margin: 0px 4% 0px 4%;
}
.bt01 {
	width:auto;
	text-transform: capitalize;
	position: relative;
	margin: 10px;
	background: transparent none;
	font: bold 120%/2em Arial, Helvetica, sans-serif;
	color: #505050;
	text-align: left;
	float: left;
}
#confirmbox {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #4F4F4F;
	padding: 5% 2%;
	margin: 0;
	line-height: 1.6em;
	text-align: center;
	background-color: #FFFFFF;
	border-top: solid 1px #D9D9D9;
	border-bottom: solid 1px #D0D0D0;
	border-left: solid 1px #D5D5D5;
	border-right: solid 1px #DBDBDB;
	visibility: hidden;
}
.toiletform ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.toiletform li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	display: block;
	vertical-align: middle;
	width: 100%;
}
.toiletform label {
	float: left;
	display: inline-block;
	margin: 0;
	width: 100px;
	padding: 10px 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
}
.toiletform label[name="emptyspace"] {
    margin: 0;
    height: 2px;
    position: relative;
    display: inline-block;
}
.toiletform label span { font: normal 10px Arial, Helvetica, sans-serif; }
.toiletform input.text {
	float: left;
	width: 100%;
	max-width: 250px;
	min-width: 150px;
	border: 1px solid #E7E7E7;
	margin: 5px auto 5px 0px;
	padding: 5px 2px;
	height: auto;
	background: transparent;
}
.toiletform input.buttons {
    margin: 5px 5px 5px 0;
    padding: 6px 0px;
    width: 75px;
    float: left;
}
.toiletform .butt {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    margin: 0px;
    float: left;
}

.bnton01 {
    background-color: #444;
    border-radius: 5px;
    color: #eee;
    display: block;
    font-family: GoogleSans-Regular,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    border: none;
    text-decoration: none;
    padding: 10px 15px;
    width: 100px;
    text-align: center;
    margin: 15px 0 10px;
    box-shadow: 1px 3px 10px -2px rgba(0,0,0, 0.85);
	transition: background-color 0.65s, color 0.65s, box-shadow 0.65s ease-in-out;
}
.bnton01:hover {
	background-color: #000;
	color: #fff;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0, 0.85);
}

.clearfix:after,
.clearfix:before {display:table;content:" "}
.clearfix:after {clear:both}

/* --------------------------------------------------- */
/*  Media Query
/* --------------------------------------------------- */

@media (max-width: 1020px) {
	.LPanel, .MPanel, .RPanel{
		position:relative !important;
		width: 29% !important;
		top: 0px !important;
		float: left !important;
	}
	.MPanel {
		margin-left: auto;
	}
}
@media (min-width: 768px) and (max-width: 1020px) {
	.MPanel, .RPanel{
		width: 45% !important;
		padding: 0 2.5%;
	}
	.LPanel {
		width: 97.4% !important;
		margin-top: -8%;
		margin-bottom: 40px;
		padding: 0 0;
		text-align: left;
	}
	.p-sifi .p {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1020px) and (orientation: landscape) {
	.MPanel, .RPanel{
		width: 45%;
		padding: 0 2.5%;
	}
	.LPanel {
	    width: 97.4%;
		margin-top: -130px;
		margin-bottom: 40px;
		padding: 0 0;
		text-align: left;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.LPanel, .MPanel, .RPanel{
		width: 90% !important;
		padding: 0 5%;
	}
	.LPanel {
		margin-top: -130px;
		margin-bottom: 40px;
		text-align: left;
		padding: 0 0;
	}
	.p-sifi .p {
		width: 96%;
		padding: 0 2%;
	}
}

@media (max-width: 480px) {
	.LPanel, .MPanel, .RPanel{
		width: 90% !important;
		padding: 0 5%;
	}
	.LPanel {
		margin-top: -100px;
		margin-bottom: 40px;
		text-align: left;
		width: 98% !important;
		padding: 0 1% !important;
	}
	.p-sifi {
		width: 89%;
		min-width: 250px;
		padding: 0 5% !important;
	}
	.p-sifi .p {
		width: auto;
		min-width: 240px;
		padding: 0 0%;
	}
}

@media print {
	#framecontentTop,
	#framecontentBottom,
	#kukis,
	#midbg .LPanel,
	#midbg .MPanel,
	#midbg .RPanel,
	#logo { display:none !important; }

	body.sifi { background:none !important; margin: 0!important; padding: 0!important; }
	.p-sifi { margin: 0!important; padding: 0!important; }
	.p-sifi .p { width:100% !important; }
	.p table.sihold { max-width: 98% !important; margin: 0!important; padding: 0!important; }
}