﻿@font-face {
    font-family: "RobotoCondensed";
    src: url(RobotoCondensed-Regular.ttf) format("opentype");
   }
html, body{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
	font-size: 1.9vmin;
	font-family: "RobotoCondensed";
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	
}
img {
max-width: 100%;
max-height:100%;
}
.mainlogo {
float:left;
font-size: 10px;
letter-spacing: 0.05em;
line-height: 1.1;
margin-top:0px;
margin-right:0%;
margin-left:0%;
text-align: center;
text-transform: uppercase;
width: 100%;
height: 100%;
}
.mainlogo img {
display: inline-block;
}
.footer_app {
	display: table;
	text-align: left;
	width: 100%;
	height: 5%;
	vertical-align: middle;
	color: #000000;
	background-color: #333;
	background-repeat: repeat-x;
	background-size: 100% 100%;
	background-position: center center;
}
.iphone_header {
	display: inline-block;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 100%;
	height: 25%;
	vertical-align: top;
	color: #000000;
	background-color:#333;
}
.iphone_header_small {
	display: inline-block;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 100%;
	height: 8%;
	vertical-align: top;
	color: #000000;
	background-color:#333;
}
.mainlogo_small {
float:left;
font-size: 10px;
letter-spacing: 0.05em;
line-height: 1.1;
margin-top:0px;
margin-right:0%;
margin-left:0%;
text-align: left;
text-transform: uppercase;
width: 100%;
height: 100%;
}
.iphone_main_window {
	background: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.iphone_content {
	display: inline-block;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	vertical-align: top;
	color: #000000;
}
.RobotoCondensed-Regular{
        font-family: RobotoCondensed-Regular, B Nazanin, Tahoma !important;
    }

#btnBack:after { background: url("/Images/back.png") 50% 50% no-repeat; background-size: 15px 15px; }
#btnemail:after { background: url("/Images/email.png") 50% 50% no-repeat; background-size: 15px 15px; }
#btnphone:after { background: url("/Images/phone.png") 50% 50% no-repeat; background-size: 15px 15px; }
#btnsave:after { background: url("/Images/save.png") 50% 50% no-repeat; background-size: 15px 15px; }
#btnhome:after { background: url("/Images/home.png") 50% 50% no-repeat; background-size: 15px 15px; }
#btnmap:after { background: url("/Images/map.png") 50% 50% no-repeat; background-size: 15px 15px; }
#btnlist:after { background: url("/Images/list.png") 50% 50% no-repeat; background-size: 15px 15px; }
#btnsearch:after { background: url("/Images/search.png") 50% 50% no-repeat; background-size: 15px 15px; }

.white, .white a {
  color: #fff;
  margin-right: 20px;
}