@font-face {
  font-family: MR;
  src: url(../fonts/MerriweatherSans-Regular.ttf);
}
body *{
	font-family: MR;
	background-repeat:no-repeat;
	text-decoration: none;
}
body{
    overflow: hidden;
    margin: 0;
}
body.p-donem,body.p-fonksiyon{
	background-image:url("../images/map.png");
}
.dn{display:none;}
.vh{visibility:hidden;}
.bs,#left-side ul li,#right-side ul li{
	-webkit-box-shadow: -4px 4px 10px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: -4px 4px 10px -1px rgba(0,0,0,0.5);
	box-shadow: -4px 4px 10px -1px rgba(0,0,0,0.5);
}
.ttc{text-transform: capitalize;}
#left-side,#right-side{
	position: fixed;
    top: 0;
    width: 360px;
    height: 100%;
}
#left-side{
	left: 0;
	background-color: #e0d9c7;
}
#left-side p{
	text-align:center;
}
#left-side span {
    font-size: 13px;
	line-height: 4.5;
}
.btnBox {
    height: 200px;
    clear: both;
}
.btnBox i{
	width: 18px;
    height: 167px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 68px;
    right: 7px;
}
.hand_center{
	background-image:url("../images/hand_center.png");
}
#left-side .btn{
	position: relative;
    width: 150px;
    height: 80px;
    top: 50px;
    background-color: #9f5344;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    float: left;
	background-size: 50%;
    background-position: center;
}
#left-side .btn.on{
	background-color:#9e665f;
}
#left-side .one{
	left:15px;
	background-image:url("../images/fonksiyon.png");
}
#left-side .two{
	left:42px;
	clear:right;
	background-image:url("../images/donem.png");
}
#left-side ul{
	padding:15px;
	clear:both;
}
#left-side ul li{
	height: 57px;
	list-style: none;
    background-color: #556052;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #fff;
	position: relative;
}
#left-side ul li.on{
	background-color:#808b7a;
}
#left-side ul li .pin,.arrow_right,#left-side ul li .loc{
	display:inline-block;	
	background-size:100%;
}
#left-side ul li .pin1{
	background-image:url("../images/pin1.png");
}
#left-side ul li .pin2{
	background-image:url("../images/pin2.png");
}
#left-side ul li .pin3{
	background-image:url("../images/pin3.png");
}
#left-side ul li .pin4{
	background-image:url("../images/pin4.png");
}
#left-side ul li .pin5{
	background-image:url("../images/pin5.png");
}
#left-side ul li .pin6{
	background-image:url("../images/pin6.png");
}
#left-side ul li .arrow_right,#right-side ul li .arrow_right{
	background-image:url("../images/arrow_right.png");
	float:right;
	background-size: 30%;
	width:30px;
	height:30px;
}
#left-side ul li .arrow_right{
	position: absolute;
    right: 0;
	margin-top:20px;
}
#right-side ul li .arrow_right{
	margin-top: 10px;
}
#left-side ul li.all {
    width: 150px;
    height: 57px;
    line-height: 5;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
#left-side ul li.all span{
	position: relative;
    top: -14px;
}
#left-side .hand_left{
	background-image:url("../images/hand_left.png");
    width: 32px;
    height: 32px;
    background-size: 100%;
    position: absolute;
    left: -8px;
    bottom: -13px;
}
p.mainTitle {
    font-size: 21px;
    font-weight: bold;
	margin-top: 45px;
	margin-bottom: 0;
}
p.subTitle {
    margin: 0;
}
.lang{
	width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #556052;
    color: #fff;
    line-height: 2.7;
    text-align: center;
}
#right-side{
	right:0;
	background-color: #677264;
	overflow-y: scroll;
}
#right-side.off{
	-webkit-animation:linear;
	-webkit-animation-name: rs_off;
	-webkit-animation-duration: 1.5s;
}
@-webkit-keyframes rs_off {
    0% { right: 900px;}
    100%{ right: 0;}
}
#right-side.on{
	position:fixed;
	top:0;
	left:361px;
	-webkit-animation:linear;
	-webkit-animation-name: rs_on;
	-webkit-animation-duration: 1.5s;
}     
@-webkit-keyframes rs_on {
    0% { left: 1400px;}
    100%{ left: 361px;}
}
#right-side ul{
	padding:15px;
	clear:both;
}
#right-side ul li{
	list-style: none;
    background-color: #556052;
    border-radius: 30px;
    padding: 17px 0 31px 15px;
    margin-bottom: 10px;
    color: #fff;
	position:relative;
}
#right-side ul li.on{
	background-color:#7f8c7a;
}
#right-side span {
    position: relative;
    top: 6px;
    left: 56px;
	font-size:13px;
}

/*********************/
/* Scrollbar BEGIN */
/*********************/
/* width */
::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 8px;
    background-color: #fff;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}

/*********************/
/* Scrollbar END */
/*********************/

#detail_bg{
	background-image:url("../images/detail_bg.png");
	position: absolute;
    top: 0;
    right: 0;
    width: 1138px;
    height: 1050px;
    background-size: cover;
    padding: 30px;
}
#detail_bg .close{
	background-image:url("../images/close.png");
	position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background-size: 100%;
}
#detail_bg .content{
	padding: 15px 150px;
}
#detail_bg .title{
	font-weight:bold;
	text-align:center;
	font-size:21px;
}
#detail_bg.view{
	opacity:1;
	-webkit-animation:linear;
	-webkit-animation-name: dbg;
	-webkit-animation-duration: 1.5s;
}
#detail_bg b{
	font-style: italic;
}
@-webkit-keyframes dbg {
    0% { opacity: 0;}
    100%{ opacity: 1;}
}

/*********************/
/* Fonksiyonuna Göre */
/*********************/

#left-side ul li .loc1,#right-side .i1{
	background-image:url("../images/loc1.png");
}
#left-side ul li .loc2,#right-side .i2{
	background-image:url("../images/loc2.png");
}
#left-side ul li .loc3,#right-side .i3{
	background-image:url("../images/loc3.png");
}
#left-side ul li .loc4,#right-side .i4{
	background-image:url("../images/loc4.png");
}
#left-side ul li .loc5,#right-side .i5{
	background-image:url("../images/loc5.png");
}
#left-side ul li .loc6,#right-side .i6{
	background-image:url("../images/loc6.png");
}
#left-side ul li .loc7,#right-side .i7{
	background-image:url("../images/loc7.png");
}
#left-side ul li .loc8,#right-side .i8{
	background-image:url("../images/loc8.png");
}
#compass{
	background-image:url("../images/compass.png");
	position: absolute;
    bottom: 15px;
    right: 15px;
    width: 96px;
    height: 96px;
    background-size: 100%;
	z-index: -1;
}
#compass.move{
	right: 375px;
}
.b1{
	position:fixed;
	top:0;
	left:3500px;
	width:300px;
	height:100%;
	background-color:#e1d9c7;
	z-index:111;
	-webkit-animation:linear;
	-webkit-animation-name: run1;
	-webkit-animation-duration: 3.8s;
}     
@-webkit-keyframes run1 {
    0% { left: 0;}
    100%{ left: 3500px;width:3000px;}
}
.b2{
	position:fixed;
	top:0;
	left:3500px;
	width:300px;
	height:100%;
	background-color:#d5d183;
	z-index:111;
	-webkit-animation:linear;
	-webkit-animation-name: run2;
	-webkit-animation-duration: 3.6s;
}     
@-webkit-keyframes run2 {
    0% { left: 200px;}
    100%{ left: 4000px;width:2500px;}
}
.b3{
	position:fixed;
	top:0;
	left:3500px;
	width:300px;
	height:100%;
	background-color:#999768;
	z-index:111;
	-webkit-animation:linear;
	-webkit-animation-name: run3;
	-webkit-animation-duration: 3.2s;
}     
@-webkit-keyframes run3 {
    0% { left: 400px;}
    100%{ left: 4500px;width:2000px;}
}
.b4{
	position:fixed;
	top:0;
	left:3500px;
	width:300px;
	height:100%;
	background-color:#74735a;
	z-index:111;
	-webkit-animation:linear;
	-webkit-animation-name: run4;
	-webkit-animation-duration: 3s;
}     
@-webkit-keyframes run4 {
    0% { left: 600px;}
    100%{ left: 5000px;width:1500px;}
}
#reminder_screen{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
	z-index: 111111;
}