/*
Theme Name: Art-A.ir
Theme URI: http://www.Art-A.ir
Author: Art-A.ir
Author URI: www.Art-A.ir
Description: Art-A.ir
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	font-family: irs;
	box-sizing: border-box;

}

body
{
margin: 0px auto;
padding: 0px;
background: #fff;
}


#kol
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;

}

@font-face {
    font-family: 'BMitra';
    src: url('fonts/BMitra.eot');
    src: url('fonts/BMitra.eot?#iefix') format('embedded-opentype'),
         url('fonts/BMitra.woff') format('woff'),
         url('fonts/BMitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: irs;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/IRANSansWeb_Bold.eot');
	src: url('fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: irs;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/IRANSansWeb.eot');
	src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/IRANSansWeb.ttf') format('truetype');
}		 





a,li {
	transition:all 0.2s ease-out 0.15s;
	-webkit-transition:all 0.2s ease-out 0.15s;
	-moz-transition:all 0.2s ease-out 0.15s;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.main {
	width: 100%;
	float: right;
	position: relative;
}

.wrapper {
	display: table;
	max-width: 1360px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}




#clear
{clear:both}