/*!
 * Powered by DashAli
 * Copyright 2016-2017 HedayatMizan
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/***** Colors *****/
/*
سبز میزان تیره:	rgb(32,141,96)
سبز میزان روشن:	rgb(49,171,115)
*/
@import url('../../main/css/colors.css');

/*****	fonts	*****/
@import url('../../main/fonts/MizanFonts/MizanFonts.css');

/*****	Main Stile1	*****/
@import url('../../main/css/style-1.css');


/*	Logo	*/
.navbar-brand{background:transparent url('../images/logo-main.png') right top;width:175px}
/*@media (max-width:460px){.navbar-brand{width:48px;margin-right:15px}}	بعد از تغییرات فاز اول جستجو این از کامنت در میاد*/

/****	Right Menu	*****/

.about a .alert{
	transition:all .7s;
	background-size: contain;
	background-position-y: bottom;
	background-repeat: no-repeat;
	}
	
.about a:hover .alert,
.about a:focus .alert,
.about a:active .alert{
	transition:all .2s;
	}

/*	درباره‌ی ما */
.about a .alert{
	min-height:124px;
	background-image:url('../../main/images/about.png');
	background-position: bottom left;
	}
.about a:hover .alert,
.about a:focus .alert,
.about a:active .alert{
	transform:scale(1.2, 1.2)
	}
.about a .alert{
	background-color: rgba(0,0,0,.04);
	border: 1px solid rgba(110,110,110,.1);
	}
.about a:hover .alert ,
.about a:focus .alert,
.about a:active .alert{
	background-color:rgba(76,255,166,1); 
	border:1px solid rgba(61,204,133,1)
	}

/****	Right Menu	****/

/*	دبستان دوره اول پسرانه	*/
.sch-1 a .alert{
	background-color: rgba(0,0,0,.04);
	border: 1px solid rgba(110,110,110,.1);
	background-image:url('../../main/images/sch-2_.png');
	}
.sch-1 a:hover .alert,
.sch-1 a:focus .alert,
.sch-1 a:active .alert{
	background-color:rgba(204,238,255,1);
	border-color:rgba(181,215,255,1);
	}
	
/*	دبستان دوره دوم پسرانه	*/

.sch-2 a .alert{
	background-color: rgba(0,0,0,.04);
	border: 1px solid rgba(110,110,110,.1);
	background-image:url('../../main/images/sch-3_.png');
	}
.sch-2 a:hover .alert,
.sch-2 a:focus .alert,
.sch-2 a:active .alert{
	background-color:rgba(181,215,255,1);
	border-color:rgba(146,180,255,1);
	}
	
/*	دخترانه	*/

.sch-3 a .alert{
	background-color: rgba(0,0,0,.04);
	border: 1px solid rgba(110,110,110,.1);
	background-image:url('../../main/images/sch-6_.png');
	}
.sch-3 a:hover .alert,
.sch-3 a:active .alert,
.sch-3 a:focus .alert{
	background-color: rgba(255,140,255,1);
	border: 1px solid rgba(230,90,255,1);
	}

/*	ثبت‌نام	*/
.sch-4 a .alert{
	background-color: rgba(0,0,0,.04);
	border: 1px solid rgba(110,110,110,.1);
	background-image:url('../../main/images/pish-sabt-e-nam-blue.png');
	}
.sch-4 a:hover .alert,
.sch-4 a:active .alert,
.sch-4 a:focus .alert{
	background-color:rgba(110,140,255,1); 
	background-image:url('../../main/images/pish-sabt-e-nam-red.png');
	border:1px solid rgba(70,110,255,1);
	transform:perspective(70px) rotateX(14deg);
	perspective-origin: 0 top
	}
.reg-summer a .alert{
	border: 1px solid rgba(110,110,110,.1);
	background:rgba(0,0,0,.04) url('../../main/images/reg-summer.png') no-repeat center;
	transition:all .7s;
	}
.reg-summer a:hover .alert,
.reg-summer a:active .alert,
.reg-summer a:focus .alert{
	background-color: rgb(255, 219, 110);
	background-image: url('../../main/images/reg-summer.png');
	border: 1px solid rgb(255, 139, 70);
	transform: perspective(70px) rotateX(14deg);
	perspective-origin: 0 top;
	transition: all .2s;
	}

/*	خالی اول	*/
/*
.sch-4 a .alert,
.sch-4 a:hover .alert,
.sch-4 a:active .alert,
.sch-4 a:focus .alert,
*/
/*	خالی دوم	*/
.sch-5 a .alert,
.sch-5 a:hover .alert,
.sch-5 a:active .alert,
.sch-5 a:focus .alert,
/*	خالی سوم	*/
.sch-6 a .alert,
.sch-6 a:hover .alert,
.sch-6 a:active .alert,
.sch-6 a:focus .alert{
	background-color: rgba(0,0,0,.04);
	border: 1px solid rgba(110,110,110,.1);
	background-image:none;
	}

/** بی افکت کردن خالی‌ها **/

/*
.sch-4 a:hover .alert,
	.sch-4 a:focus .alert,
	.sch-4 a:active .alert,
*/
.sch-5 a:hover .alert,
	.sch-5 a:focus .alert,
	.sch-5 a:active .alert,
.sch-6 a:hover .alert,
	.sch-6 a:focus .alert,
	.sch-6 a:active .alert{
	transform:none;
	cursor:default
	}
	
.namad img {
	width: 123% !important;
	margin: 0 -7px !important;
}
	
/****	Footer	****/
.copyright-name:before{
	content:"میزان البرز";
}

.class-direct-link nav{display:none}
footer h1{font-size: 13px;margin: 0;}