/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @font-face{
	font-family:'yekan';
	src:url('../fonts/yekan.eot');
	src:
		url('../fonts/yekan.eot?#iefix') format('embedded-opentype'),
		url('../fonts/yekan.woff') format('woff'),
		url('../fonts/yekan.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}
 body,
 html{
	padding:0px;
	margin:0px;
	font-family: "yekan" ,IranSans, Open Sans, sans-serif;
	height: 100%;
	direction: rtl;
	color: #333;
	}

.carousel,
.item,
.active {
    height: 100%;
	direction: ltr;
}

.carousel-inner {
    height: 100%;
}

.title {
	color: #2360a6;
	font-size: 3rem;
	text-align:center;
}

.subtitle {
	color: #333;
	font-size: 2rem;
	padding-bottom: 20px;
	text-align:center;
}
.contxt {
	color: #666;
	font-size: 1.6rem;
	padding-bottom: 50px;
	text-align:center;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

contact {
    margin: 50px 0;
	text-align:center;
	color: #777;
}

footer {
    margin: 50px 0;
	text-align:center;
	color: #999;
}