@font-face {
	font-family: irsans;
	font-style: normal;
	font-weight: bold;
	src: url('../font/IRANSansWeb_Bold.eot');
	src: url('../font/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
	/* IE6-8 */
	url('../font/IRANSansWeb_Bold.woff2') format('woff2'),
	/* FF39+,Chrome36+, Opera24+*/
	url('../font/IRANSansWeb_Bold.woff') format('woff'),
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../font/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: irsans;
	font-style: normal;
	font-weight: 300;
	src: url('../font/IRANSansWeb.eot');
	src: url('../font/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
	/* IE6-8 */
	url('../font/IRANSansWeb.woff2') format('woff2'),
	/* FF39+,Chrome36+, Opera24+*/
	url('../font/IRANSansWeb.woff') format('woff'),
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../font/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: irsans;
	font-style: normal;
	font-weight: normal;
	src: url('../font/IRANSansWeb_Light.eot');
	src: url('../font/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
	/* IE6-8 */
	url('../font/IRANSansWeb_Light.woff2') format('woff2'),
	/* FF39+,Chrome36+, Opera24+*/
	url('../font/IRANSansWeb_Light.woff') format('woff'),
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../font/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: irsans;
	font-style: normal;
	font-weight: normal;
	src: url('../font/IRANSansWeb_Medium.eot');
	src: url('../font/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
	/* IE6-8 */
	url('../font/IRANSansWeb_Medium.woff2') format('woff2'),
	/* FF39+,Chrome36+, Opera24+*/
	url('../font/IRANSansWeb_Medium.woff') format('woff'),
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../font/IRANSansWeb_Medium.ttf') format('truetype');
}


@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: bold;
	src: url('../font/eot/robotobold.eot');
	src: url('../font/eot/robotobold.eot?#iefix') format('embedded-opentype'),
	/* IE6-8 */
	url('../font/woff2/robotobold.woff2') format('woff2'),
	/* FF39+,Chrome36+, Opera24+*/
	url('../font/woff/robotobold.woff') format('woff'),
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../font/ttf/robotobold.ttf') format('truetype');
}
@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	src: url('../font/eot/robotolight.eot');
	src: url('../font/eot/robotolight.eot?#iefix') format('embedded-opentype'),
	/* IE6-8 */
	url('../font/woff2/robotolight.woff2') format('woff2'),
	/* FF39+,Chrome36+, Opera24+*/
	url('../font/woff/robotolight.woff') format('woff'),
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../font/ttf/robotolight.ttf') format('truetype');
}
@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: normal;
	src: url('../font/eot/robotoregular.eot');
	src: url('../font/eot/robotoregular.eot?#iefix') format('embedded-opentype'),
	/* IE6-8 */
	url('../font/woff2/robotoregular.woff2') format('woff2'),
	/* FF39+,Chrome36+, Opera24+*/
	url('../font/woff/robotoregular.woff') format('woff'),
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../font/ttf/robotoregular.ttf') format('truetype');
}
html,
body {
	margin: 0;
	padding: 0;
	font-family: irsans,roboto;
	direction: rtl;
	background-color: #f5f5f5;
}
input:-moz-read-only {
	background-color: #ccc;
}
/* Supported in Blink/WebKit/Edge without a prefix */

a, a:hover, a:visited
{
	color: #00539a;
}

input:read-only {
	background-color: #ccc;
}
button,
input,
select,
textarea {
	font-family: irsans;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
ul li {
	list-style: none;
}
a,
a:hover,
a:visited {
	text-decoration: none;
}
input {
	color: #32325d;
}
input:focus {
	border-color: #ff7f00;
}
input[type="submit"] {
	border: solid 1px #dadada;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border: solid 1px #dadada;
	padding: 0 10px;
}
.fullsize {
	float: right;
	width: 100%;
}
.boxed {
	padding: 5px 15px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.container {
	margin: 0 auto;
}

.mob-b
{
	display: none;
}

@media(max-width: 767px) {
	.container {
		width: 90% !important;
		min-width: 92% !important;
		max-width: 92% !important;
		padding: 0 !important;
	}
	.boxed
	{
		padding: 5px 15px;
	}

	.mob-b
	{
		display: inline-block;
	}

	.desk-b
	{
		display: none;	
	}
}
@media(min-width: 768px) and (max-width:991px) {
	.container {
		width: 750px;
	}
}
@media(min-width: 992px) and (max-width:1199px) {
	.container {
		width: 970px;
	}
}
@media(min-width: 1200px) {
	.container {
		width: 1170px;
	}
}