@charset "utf-8";
@import url("../webfonts/stylesheet.css");
.main-container {
	padding: 0px;
	margin: 2% auto;
}
/*custom navbar*/
.navbar-custom {
	font-family: BTitrBold;
	font-size: small;
	margin-bottom: 0px;
}
/*start custome carousel*/
h1, h3 {
	font-family: BTitrBold;
	color: #ff9900;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 25%;
	margin-right: auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 25%;
	margin-left: auto;
}
.carousel {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/*index three-columns*/
.three-columns {
	padding-top: 1%;
	padding-bottom: 1%;
	margin: 0;
	background-color: #EFEDED;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 60px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 60px -5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 60px -5px rgba(0,0,0,0.75);
}
.three-columns a {
	font-family: BTitrBold;
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
.three-columns a:hover {
	color: #ff9900;
}
/*معرفی شرکت*/
.about {
	background-color: #FFF34D;
	padding-top: 1%;
	padding-bottom: 1%;
	margin: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: justify;
	font-family: BMitra;
	font-size: medium;
}
.modals {
	background-color: #FFF34D;
	padding-top: 1%;
	padding-bottom: 2%;
	margin: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-family: BTitrBold;
	text-align: center;
	color: #ff9900;
}
.modalStyle {
	border-right-width: 7px;
	border-right-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-right-radius: 6%;
	border-bottom-right-radius: 6%;
}
.modalStyle:hover {
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
/*mahsolat*/
.mahsolat {
	background-color: #FFF34D;
	padding-top: 1%;
	padding-bottom: 2%;
	margin: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-family: BTitrBold;
	font-size: 0.9em;
	line-height: 2.2em;
}
.row.mahsolat .col-sm-6 h2 {
	color: #ff9900;
	font-family: BTitrBold;
	font-size: medium;
}
.row.mahsolat .col-sm-6 ul li {
	list-style: none;
	text-indent: -1em;
}
.row.mahsolat .col-sm-6 .glyphicon {
	color: green;
}
/*contact-us*/
.row.contact {
	background-color: #FFF34D;
	padding-top: 4%;
	padding-bottom: 2%;
	margin: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.onvan {
	font-family: BTitrBold;
	color: #ff9900;
}
.add {
	font-family: BTitrBold;
}
/*footer*/
footer {
	font-family: tahoma;
	font-size: 0.9em;
	color: #fff;
	background-color: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.packet {
	border-radius: 10%;
	border-style: solid;
	border-color: black;
	border-width: 4px;
	margin-bottom: 1%;
}
/* The ribbons */
#slideout {
	z-index: 99999;
	position: fixed;
	top: 60%;
	left: -120px;
	width: 150px;
	height: 100px;
	padding: 2px 0;
	text-align: center;
	background: rgba(254,229,68,1.00);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-style: solid solid solid none;
	border-color: black;
	border-width: 1px;
	-webkit-box-shadow: 3px 0px;
	box-shadow: 4px 0px;	
}

#slideout:hover {
    left: 0px;
}
#slideout img{
	max-height: 100%;
	float: right;
}
#slideout:hover img{
	display: none;
}
.slogan{
	font-family:BMitra;
	font-weight:bold;
	font-size: 1.2em;
	color: green;
	margin-top:30px;
	}
