/* default.css */
@font-face {
	font-family: IRANSans;
	src: url('http://www.tiwall.com/resource/fonts/IRANSansWeb_Light.eot');
	src: url('http://www.tiwall.com/resource/fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('http://www.tiwall.com/resource/fonts/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('http://www.tiwall.com/resource/fonts/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('http://www.tiwall.com/resource/fonts/IRANSansWeb_Light.ttf') format('truetype');
}

body {
	direction: rtl;
	font-family: IRANSans;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
a {
	color: #0067a2;
	text-decoration: none;
}
a:hover {
	color: #9E1700;
	text-decoration: none;
}
h1 {
   font-family: IRANSans;
    font-size: 20px;
    text-align: center;
}     
h3 { 
   font-family: IRANSans;
    font-size: 16px;
    text-align: center;
}    
/*
.container {
	border: 2px double;
	width: 1575px;
}
*/
.row {
}

.place{
	background-color: #A5663B !important;
	color: #fff;
	font-family: IRANSans;
	font-size: 12px;
	height: 80px !important;
	font-weight: bold;
	position: relative;
}
.place-desc{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.corner {
	background: #773A11 !important;
	line-height: 75px;
}
.datetime {
	background-color: #FCCFA6 !important;
	font-family: IRANSans;
	font-size: 14px;
	line-height: 100px
}
.first{
	background-color: #ddd;
	line-height: 100px;
	
}
.cell{
	width: calc(12.333333% - 16px);
	height: 100px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	float: right;
	overflow: hidden;
	position: relative;
	background: #F8E8CE;
	padding: 5px 7px;
}
.cell-s2 { width: calc(16.666666% - 16px); }
.cell-s3 { width: calc(24.999999% - 16px); }

.container .title{
	font-family: IRANSans;
	margin: 5px 0  7px 0;
	font-size: 12px;
	font-weight: bold;
}
.artist{
	margin-bottom: 10px;
	color: #888;
	font-size: 11px;
    font-weight: normal;
}
.showtimes{
	line-height:20px; 
	padding: 10px; 
	border: 1px solid #699DAF; 
	background-color: #E5F6FC; 
	position: fixed; 
	z-index: 10;
	text-align: right;
	top:0;
}
.edit-event {
	display: none;
	margin-top: 3px;
}
.cell:hover .edit-event {
	display: inline;
}
.desc {
    font-size: 13px;
    padding: 10px;
    text-align: center;
}
.cell.empty {
	background-image: url(empty.jpg);
	background-position: 18px 2px;
	background-repeat: no-repeat;
	background-size: 65%;
}
.clear{
	clear: both;
}
