﻿@charset "utf-8";

@import url('fonts.css');

*,
*:after,
*:before{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body{
	width: 100%;
	min-height: 100%;
	height: 100%;
	direction: rtl;

}

body{
	font-family: 'Iran-sans', Arial, sans-serif;
	font-size:13px;
	line-height: 1.5;
	color:#424242;
	background-color:#ffffff;
}

a{
	text-decoration:none;
	outline: none;
	color: inherit;
}

a img{
	border:none;
	outline:none;
}

img{max-width:100%;}

ul,
ol{list-style:none;}

input,
textarea,
button{
	font-family: 'Iran-sans';
 	font-size:12px;
 	color:#111111;
	border:none;
	outline:none;
}

input{
	height: 42px;
	line-height: 42px;
	padding:0 15px;
}

input[type="submit"]{cursor: pointer;}

a:active,
a:hover{outline: 0;}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Iran-sans';
	font-weight: normal;
	line-height: 1.6;
}

h1{font-size: 25px;}
h2{font-size: 14px;}
h3{font-size: 13px;}
h4{font-size: 12px;}
h5{font-size: 11px;}
h6{font-size: 18px;}

p{
	line-height: 1.8;
	padding-top:20px;
}

strong{
	font-family: 'Iran-sans';
	font-weight: bold;
}

::-webkit-input-placeholder {
	font-family: 'Iran-sans';
    font-size:12px;
    color: #7c7c7c;
}

:-moz-placeholder {
    font-family: 'Iran-sans';
    font-size:12px;
    color: #7c7c7c;
}

::-moz-placeholder {
    font-family: 'Iran-sans';
    font-size:12px;
    color: #7c7c7c;
}

:-ms-input-placeholder {  
    font-family: 'Iran-sans';
    font-size:12px;
    color: #7c7c7c;
}

.clearFix{
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}

.frame{
	max-width:980px;
	margin:auto;
	padding:0 10px;
}

#wrapper{
	min-width: 300px;
	width:100%;
	height: 100%;
}

.bttn{
	font-size: 16px;
	color:#ffffff;
	display: inline-block;
	padding:14px 20px;
	background: #111111;
    border-radius: 4px;
    border-bottom:1px solid #000000;
}

.bttn:hover,
.bttn:focus{
	color:#111111;
	background: #ffffff;
}

.center-aligned{text-align: center;}

.left-aligned{text-align: left;}

.right-aligned{text-align: right;}

.justified{text-align: justify;}

.uppercased{text-transform: uppercase;}

.has-padding{padding:20px;}

.has-top-padding{padding-top:20px;}

.has-bot-padding{padding-bottom:20px;}

.has-left-padding{padding-left:20px;}

.has-right-padding{padding-right:20px;}

.font-size-large{font-size: ;}

.font-size-medium{font-size: ;}

.font-size-small{font-size: ;}

.site-color{color: ;}

.site-color-2{color: ;}

.site-color-3{color: ;}

.white-color{color:#ffffff;}

.black-color{color:#000000;}

.full-box{
	width: 100%;
	overflow: hidden;
}

.half-box{
	float: left;
	width: 50%;
	overflow: hidden;
}

.half-half-box{
	float: left;
	width: 25%;
	overflow: hidden;
}

/* Google Map */

#map_canvas{
  width:100%;
  height:650px;
  position: relative;
}

#map_canvas img{
  max-width:none!important;
  background:none!important
}