/* CSS Document */
/*
 * DEBUGGING CSS
 **************************/
 
 .b{
	 border:1px solid blue;
 }
 
 .r{
	 border:1px solid red;
 }
 
 .g{
	 border:1px solid green;
 }
 
/*
 * END DEBUGGING CSS
 **************************/
 
 @font-face {
    font-family: 'st';
    src: url('../font/font_-_steinem-turkish-webfont.eot');
    src: url('../font/font_-_steinem-turkish-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/font_-_steinem-turkish-webfont.woff') format('woff'),
         url('../font/font_-_steinem-turkish-webfont.ttf') format('truetype'),
         url('../font/font_-_steinem-turkish-webfont.svg#steinem_-_turkishregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body { height: 100% !important; margin: 0px; padding: 0px; }
body{
	background:#000000;
	margin:0;
	font-family:"st";
}

.and{
	text-decoration:none;
	border:0;
	outline:0;
}

.sidebar{
 width:230px !important;
 margin:0px 0px;
 position:fixed;
}

.sidebar #top_logo{
	margin:0;
	padding:0;
}

.sidebar #top_logo img{
	border:none;
}

.sidebar div#bottom{
	width:230px !important;
	background:url(../images/btm.png) no-repeat;
	display:block;
	height:78px;
	margin-top:-5px;
}

.sidebar div#bottom a{
	width: 27px;
	height: 26px;
	margin-left: 103px;
	cursor: pointer;
	text-decoration:none;
	outline:none;
	border:0;
}
	
.sidebar div#bottom a img{
	margin-top: 44px;
	border:none;
}

.sidebar .sidebar_menus{
	background:url(../images/divtrans.png);
	color: #FFF;
	/*font-size: 30px;*/
	display: block;
	/*padding: 10px;*/
	margin-top: -1px;
	/*display:none;*/
	height:1px;
}



.sidebar ul{
	list-style:none;
	padding:0px;
}

.sidebar ul li{
	padding-left:30px;
	border-bottom:1px solid #191919;
}

.sidebar ul li a{
	/*color:#fff;*/
	display:block;
	margin:8px;
	margin-left:0px;
	text-decoration:none;
	font-size:18px;
}

.sidebar ul li:hover a{
	/*color:#BFA060 !important;*/
}

.sidebar ul li:hover a:active{
	background:none;
}

.link_active{
	color:#BFA060 !important;
}

/* CSS
 **********/
 
 .main-wrapper{
	 width:100%;
	 margin:0px;
	 padding:0px;
 }
 
 .main-wrapper .content-wrapper{
	 width:1200px !important;
	 margin:0 auto;
 }
 
 .content{
	 background:url(../images/divtrans.png);
	 margin-left:300px;
	 width: 610px;
	 color:white;
	 padding:40px;
	 height:100%;
	 
 }
 
 .title_heading{
	 font-size:20px;
	 color:#BFA060;
	 margin:0px 0px 20px 0px;
 }
 
 .content div.matter{
	 font-family:Arial, Helvetica, sans-serif !important;
	 line-height:1.5;
	 text-align:justify;
	 display:table;
	 width:100%;
 }
 
 
 
 div.matter div.matter_contnet{
	 display:table-cell;
	 width:63%;
	 vertical-align:top;
	 height:100%;
 }
 
 div.matter div.matter_contnet p{
	 margin:0 !important;
 }
 
 div.matter div.matter_sidebar{
	 display:table-cell;
	 width:35%;
	 /*padding-left:10px;*/
	 vertical-align:top;
	 text-align:right;
 }
 
 div.matter div.matter_sidebar img{
	 width:200px !important;
	 height:120px !important;
 }
 
 div.social_icons{
	margin:3px;
 }
 
 div.social_icons a{
	 border:0;
	 outline:0;
	 text-decoration:none;
 }
 span.social{
	background: url(../images/sm.png) no-repeat;
	width: 21px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background-size: cover;
	margin:0 auto;
	margin-right:7px;
 }
 
 .enquiry-table{
 }
 
 .enquiry-table .text{
	 text-align:right;
	 width: 130px;
 }
 
 .enquiry-table input[type=text]{
	 width:300px;
 }
 
 .td-small{
	 width:107px !important;
 }
 
 .txt-small{
	 width:90% !important;
 }
 
 .txt-small1{
	 width:22% !important;
 }
 
 
 .cal_txt{
	 width:270px !important;
 }
 
 .list{
 	list-style-type: none;
 	padding:0;
	margin:0;
 }

 .list li{
 	display: inline-block;
	margin:0px 10px 20px 0px;
 }

.list li a{
	text-decoration: none;
	border: 0;
	outline: 0;
	color: #FFF;
}

.list li a:hover{
	color:#BFA060 !important;
}

 .list li img{
 	width: 170px;
	height:130px;
	border:0;
 }

 .list li span.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
 }
 
 .button {
	 outline: none;
	border: none;
	cursor: pointer;
   border-top: 1px solid #bf9f60;
   background: #bf9f60;
   background: -webkit-gradient(linear, left top, left bottom, from(#bf9f60), to(#bf9f60));
   background: -webkit-linear-gradient(top, #bf9f60, #bf9f60);
   background: -moz-linear-gradient(top, #bf9f60, #bf9f60);
   background: -ms-linear-gradient(top, #bf9f60, #bf9f60);
   background: -o-linear-gradient(top, #bf9f60, #bf9f60);
   padding: 5px 10px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #c4984c;
   background: #c4984c;
   color: #ebebeb;
   }
.button:active {
   border-top-color: #947841;
   background: #947841;
   }
   
   a.home{
   	color:#22e4db;
   }
   a.about{
   	color:#ec2214;
   }
   a.history{
   	color:#ffd200;
   }
   a.art{
   	color:#98fd00;
   }
   a.facilities{
   	color:#ff77ed;
   }
   a.activities{
   	color:#ffcc01;
   }   
   a.reservation{
   	color:#ea1518;
   }
   a.gallery{
   	color:#09fbfc;
   }
   a.product{
   	color:#ff0066;
   } 
   a.contact{
   	color:#ffff00;
   }
