@font-face {
	font-family: 'IranianSans';
	src: url('font/IranianSansRegular.ttf') format('truetype'),
		 url('font/IRANSans-web.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.start-screen {
  min-width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
.start-screen-title {
  position: relative;
  top: 20px;
  left: -20px;
  display: none;
  text-align:right
}
[class*=tile-] {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.tiles-group {
  margin-left: 0;
  margin-top: 50px;
}
@media all and (min-width: 768px) {
  .start-screen-title {
    display: block;
  }
  .start-screen {
    padding: 80px 80px 0 0;
  }
  .tiles-group {
    left: 100px;
  }
  .tiles-group {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 412px) {
  .start-screen-title {
    display: block;
  }
 .tiles-area clear {
	 width: 10px;
   }
 .start-screen-title {

font-size:20px !important;

 }	 

 
  }