@charset "utf-8";
body
{
	background: #3e3e5d;
	height:100%;
}

body .gradiant
{
	background: #46b1dd; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#46b1dd, #e3f2f9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#46b1dd, #e3f2f9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#46b1dd, #e3f2f9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#46b1dd, #e3f2f9); /* Standard syntax (must be last) */
	z-index:-50;
	position:absolute;
	top:0;
	width:100%;
	height:450px;
}
body>header
{
	background:url('../images/gozinesh_header2.png');
	height: 170px;
	background-position:top center;
	background-repeat:no-repeat;
	padding: 0;
	background-size: cover;
}
@media (min-width:768px) {

	#detailsDesktop #fresh img
	{
		width:80px;
	}
	#detailsDesktop #fresh h5, #detailsDesktop #fresh h4
	{
		margin:0;
	}
	#fresh img
	{
		width:140px;
	}
}

@media (max-width:768px)
{
	body>header
	{
		height:auto;
		background:none;

	}
	body>header .navigation-bar
	{
		background:transparent !important;
		margin-top: 0 !important;
	}
	body .gradiant
	{
		background: #46b1dd; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#46b1dd 0%, #e3f2f9 98%); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#46b1dd 0%, #e3f2f9 98%); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#46b1dd 0%, #e3f2f9 98%); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#46b1dd 0%, #e3f2f9 98%); /* Standard syntax (must be last) */
		z-index:-50;
		position:absolute;
		top:0;
		width:100%;
		height:1200px;
	}
}
body>header .navigation-bar
{
	padding: 2px;
	background: #0974ba url('/assets/images/nav-bg.png');
	margin-top: 132px;
	border-radius: 5px;
}
body>header .navigation-bar .col-md-9
{
	padding:0;
}
body>header .time-bar
{
	background-color: rgba(0,0,0,0.5);
	height:40px;
	width:100%;
	color:#ccc;
	padding:5px;
	font-size:16px;
}
body>header .time-bar a
{

	color:#ccc;
	padding:5px 15px;
}
a{
	color:#333;
}
a:hover
{
	color:#333;
	text-decoration: none;
}
ul
{
	margin:0;
}
.navbar-toggle
{
	border-color: #EFEFEF;
}
.navbar-toggle .icon-bar
{
	background-color: #EFEFEF;
}

header .alert
{
	padding:5px 15px;
	margin-top:12px;

}


.logo img
{
	margin: auto;
	left:0;
	right:0;
}

#slider
{
	z-index:50;
}
#slider figure
{
	height:350px;
	background-size:cover !important;
	background-position: center center !important;
	background-repeat:no-repeat !important;
	border-radius:5px;
	border:2px solid rgba(255,255,255,0.8);
}
#slider ul
{
	padding:0;
}
#slider>.slider-bg
{
	bottom: -12px;
}
.carousel-indicators
{
	left: 0;
	right: auto;
	margin:auto;
	padding-left: 15px;
	width: 150px;
}
.carousel-indicators .active
{
	background-color: #ffd400;
	width:15px;
	height:15px;
}
.carousel-indicators li
{
	width:15px;
	height:15px;
	margin: 0;
}

.shadow-btm-left
{
	background:url('../images/shadow-btm-left.png');
	background-size:cover;
	background-position:left;
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	margin:auto;
	bottom:0;
	left:-12px;
	position:absolute;
}
.shadow-btm-right
{
	background:url('../images/shadow-btm-right.png');
	background-size:cover;
	background-position:right;
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	margin:auto;
	bottom:0;
	right:-12px;
	position:absolute;
}

#top_news
{
	background: #e9f1f7 url(../images/top-bg.png);
	border-radius:5px;
	margin-bottom:15px;
	box-shadow: 0 0 10px #888888;
}
#top_news ul
{
	padding:0;
}
#top_news ul li
{
	list-style:none;
	padding:5px;
}
#top_news ul li h4,#top_news ul li h5
{
	margin:0;
}
#top_news ul li img
{
	float:right;
	margin-left:5px;
	max-width:370px;
	max-height:245px;
}
#clientLogin
{
	background: rgba(255, 255, 255, 0.65);
	padding:15px;
	border-radius: 5px 0 0 5px;
	height:255px;
}
#clientLogin .btn
{
	margin-left:5px;
}
#clientLogin form
{
	padding:5px 0px;
}
#fresh img
{
	float:right;
	margin-left:5px;
}
#fresh article
{
	padding:5px 0;
}
#desktop.service #fresh article
{
	padding:5px 15px;
	height:160px;
	margin-bottom: 5px;
	overflow: hidden;
}

#desktop, #detailsDesktop
{
	border-radius:5px;
	background-color:rgba(255,255,255,0.7);
	border:1px solid #ccc;
	min-height:400px;
	margin-bottom:10px;
	padding:15px;
}
#desktop header,#detailsDesktop header
{
	color:#2e7597;
}
#desktop header .title, #detailsDesktop header .title
{
	margin:0;

}
#desktop header>.hr, #detailsDesktop header>.hr
{
	height:3px;
	background: rgba(52,152,219,0);
	background: -moz-linear-gradient(left, rgba(52,152,219,0) 0%, rgba(52,152,219,1) 39%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52,152,219,0)), color-stop(39%, rgba(52,152,219,1)));
	background: -webkit-linear-gradient(left, rgba(52,152,219,0) 0%, rgba(52,152,219,1) 39%);
	background: -o-linear-gradient(left, rgba(52,152,219,0) 0%, rgba(52,152,219,1) 39%);
	background: -ms-linear-gradient(left, rgba(52,152,219,0) 0%, rgba(52,152,219,1) 39%);
	background: linear-gradient(to right, rgba(52,152,219,0) 0%, rgba(52,152,219,1) 39%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7896', endColorstr='#2a7896', GradientType=1 );
}
#detailsDesktop #content header
{
	background: rgba(255,255,255,0.5);
	border:1px solid #ccc;
	padding:5px;
	border-radius: 5px;
}
#detailsDesktop #content img.img-responsive
{
	margin:auto;
	left:0;
	right:0;
	margin-bottom: 15px;
}
#detailsDesktop #content  .text
{
	padding:15px ;
}
#detailsDesktop #content  .text img
{
	width: 100%;
}
#detailsDesktop #content  .text *
{
	line-height:2 !important;
}
.telegram
{
	margin-top:5px;
}
#events>ul
{
	padding: 9px;
}
#events>ul>li i
{
	padding:0 10px;
	margin-right: -32px;
	color: #ccc;
}
#events>ul>li h4
{
	margin-top:0;
}
#events>ul>li
{
	list-style:none;
	float:right;
	border-right: 2px solid #ccc;
	padding: 0 15px;
	cursor:pointer;
	color:#999;
}
#events>ul>li:hover *
{
	color:#3498db !important;
}
#events>ul>li:hover
{
	border-color:#3498db !important;
}
#tab_panel>header>ul
{
	padding:0;
}
#tab_panel>header>ul>li
{
	list-style:none;
	float:right;
	padding:5px 15px;
	cursor:pointer;
	color:#999;
}
#tab_panel>ul>li>ul>li img
{
	max-height:120px;
	max-width:160px;
}
#tab_panel>ul>li>ul>li h5,#tab_panel>ul>li>ul>li h4
{
	margin-top:2px;
	margin-bottom:2px;
}
#tab_panel>header>ul>li.active
{
	color:#2c7699;
}
#tab_panel>ul
{
	padding:0;
}
#tab_panel>ul>li
{
	display:none;
}
#tab_panel>ul>li.active
{
	display:block;
}
#tab_panel>ul>li>ul
{
	padding:15px;
}
#tab_panel>ul>li>ul>li
{
	list-style:none;
	float:right;
	padding:5px 15px;
}
#tab_panel>ul>li>ul>li img
{
	float:right;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
}
#btm-nav ul
{
	padding-right:5px;
}
#btm-nav ul li
{
	list-style:none;
	text-align: center;
}
#btm-nav ul li ul li
{
	font-size: 12px;
	padding:2px 10px;
}
footer *
{
	color:#333;
	font-weight:bold;
}
footer ul li ul li:hover
{
	background:#3498db;
	border-radius:5px;
	color:#f1f1f1;
	cursor:pointer;
}
footer ul li ul li:hover
{
	background:#3498db;
	border-radius:5px;
	color:#f1f1f1;
	cursor:pointer;
}
footer ul li ul li:hover *
{
	color:#f1f1f1;
}
footer .rights
{
	text-align: center;
	font-size: 12px;
}
body>footer img
{
	margin: auto;
	left:0;
	right: 0;
	margin-left: 5px;
}
.logo h6
{
	position:absolute;
	left:-10px;
	margin:auto;
	top:0;
	z-index:50;
}
@media (max-width:786px)
{
	.logo img
	{
		/* width: 60px; */
		margin: auto;
		left:0;
		right:0;
	}
}
.alert-warning
{
	background-color: #FFE000;
	border-color:#E2C910;
	color:#4A4A4A;
}



.dropdown-menu {

	background: url('../images/drop-menu-bg.png');
	border: 0;
	border-radius: 0 0 5px 5px;
	box-shadow:none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,.nav>li>a:hover, .nav>li>a:focus
{
	background:transparent;
	border:0;
}

#contact_info {
	border-bottom:1px solid #ccc;
}

#contact_info ul {
	text-align: left;
	height: 30px;
}


#contact_info ul li
{
	text-decoration: none;
	display: block;
	list-style: none;
	float: right;
	padding: 0px 15px;
	text-align: left;
}



.navbar-nav li
{
	margin-left:5px;
	margin-right: 5px;
}

.navbar-nav li a
{
	color:#fff;
	padding: 6px 10px 3px 10px;
	border-bottom: 2px solid transparent;
	font-size:12px;

}
.navbar-nav li a:hover
{
	color:#f0f0f0;
	background:transparent;
}


.dropdown-menu li a:hover
{
	border:1 solid transparent;
	color:#f0f0f0;
}

body>header .navbar-form .form-control
{
	border-radius: 0;
	border:0;
	background-color: rgba(255,255,255,0.9);
	border-radius:5px;
	width:200px;
}

body>header .navbar-form i.fa-search
{
	color: #333;
	margin-right: -31px;

}
/* ---------- SLIDER ----------- */


/* --------- link_bar ---------- */
#link_bar
{
	height: 140px;
	background-color: #DD1B23;
	background-position: center center;
	background-size: cover;
	padding-top:40px;
	margin-bottom:10px;
}
@media (max-width:768px)
{
	#link_bar
	{
		height: 180px;
		background-color: #DD1B23;
		background-position: center center;
		background-size: cover;
		padding-top:15px;
	}
	#link_bar>ul>li:first-child
	{
		margin-bottom:15px;
	}
}
#link_bar>ul>li
{
	text-decoration: none;
	display: block;
	list-style: none;
	float: right;
}
#link_bar>ul>li:nth-child(1)
{
	border-left: 1px dotted rgba(255, 255, 255, 0.1);
}
#link_bar h4
{
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 250px;
	padding: 15px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #e0e0e0;
}

#link_bar h4:hover
{
	background: rgba(255, 255, 255, 0.1);
}
/* --------- Signup ---------- */

/* --------- Signup ---------- */

#experiences article
{
	padding : 10px;
	text-align:center;
}

#experiences ul li
{
	text-decoration: none;
	display: block;
	list-style: none;
	float: right;
	padding: 0px 5px;
}
#experiences ul
{
	padding:0;
	list-style: none;
}

#experiences img
{
	max-height: 150px;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bpttom:0;
}
#intro header, #experiences header
{
	height: 58px;
	text-align:center;
}
/*----- Intro -----*/
#intro
{
	background:url('../images/intro_bg.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	margin:15px 0;
	padding:15px 0;
}
#intro article
{
	padding:15px;
}
#intro article div
{
	padding:5px;
	background:#efefef;
	height: 300px;
}
#intro article figure
{
	overflow: hidden;
	height: 175px;

}
#intro article figure img
{
	margin: auto;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	position: absolute;

}
#intro article hgroup *
{
	color:#333 !important;
	text-align:center;
}
#intro header span.title-box

{
	color:#efefef;
	font-size:24px;
	font-weight: bold;
	padding : 10px 30px;
}
header span.title-box
{
	border-bottom: 5px solid #DD1B23;
	font-size:24px;
	font-weight: bold;
	padding : 10px 0;
}
section header div
{
	height:60px;
}
/* ------------ News ----------- */
#news ul li
{
	text-decoration: none;
	display: block;
	list-style: none;
	float: right;
	padding: 0px 5px;
}

#news ul
{
	padding:0;
	list-style: none;
}
#news ul  li figure
{
	padding:0;
	height:200px;
	overflow-y:hidden;
}
/* ------------ Co-worker --------- */
#coworker
{
	padding:15px 0;
}
#coworker header
{
	text-align:center;
	margin-bottom:30px;
	/*border-bottom:1px solid #e0e0e0;*/
}
#coworker ul li
{
	text-decoration: none;
	display: block;
	list-style: none;
	float: right;
	padding: 2px 5px;
	padding:2px;
}
#coworker ul li>div
{
	border: 1px solid #ccc;
	height:55px;
}
#coworker ul
{
	padding:0;
	list-style: none;
}
#coworker ul li img
{
	width:auto;
	padding:5px;
	max-height:55px;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
/* ------------ Teachers ----- */

#teacher header h3{
	text-align:center;
}
#teacher ul li {
	text-decoration: none;
	display: block;
	list-style: none;
	float: right;
	text-align:center;
}
#teacher ul li figure {
	width:80px;
	height:80px;
	margin: auto;
	left:0;
	right:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:50%;
}
#teacher footer {
	height:50px;
}
#teacher footer button {
	margin: auto;
	left:0;
	right:0;
	width:100px;
	position:absolute;
}
/* --------- FOOTER --------*/


/*------ news Details  ------*/
#lastnews
{
	margin-bottom: 15px;
}
#lastnews ul
{
	list-style: none;
	padding: 0;
}
#lastnews ul li
{
	list-style: none;
}
#lastnews ul li img
{
	width: 80px;
	margin-left: 5px;
}
#title_bar
{
	height:250px;
	color:#333;
	background-image: url('../images/cat_bg-light.jpg');
	background-position: center center;
	background-size: cover;
	padding:30px;
}
#title_bar h1
{
	margin-top:140px;
}

@media (min-width: 768px) {
	#news_details header img {
		width:45%;
		float: right;
		margin-left: 5px;
	}
}
#news_details header {
	background: rgba(255,255,255,0.2);
	padding: 15px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom: 15px;
}
#news_details header h2{
	margin: 0;
}
#news_details article *{
	max-width: 100%;
}
#news_details *{
	color: #333;
}
#news_details  .info-bar *{
	margin: 0;
}
#news_details  .info-bar
{
	border-top : 1px solid #e0e0e0;
	border-bottom : 1px solid #e0e0e0;
	background: rgba(255,255,255,0.5	);
	height: 30px;
	padding: 5px;
}

#news_details  .text table *
{
	padding: 2px;
	line-height:1.4 !important;
}

/* sub navigate*/
#sub_navigate ul li
{
	text-decoration: none;
	display: block;
	list-style: none;
	padding:5px 0;
	border-bottom:1px #efefef solid;
}
#sub_navigate
{
	padding:25px 0 25px 40px;
}

/*service_news*/
#service_news article .text
{

	max-height:240px;
	overflow:hidden;
}
#service_news
{
	margin-top:15px;
	margin-bottom:15px;
}
#service_news article:hover
{
	background:#e3e3e3;
}
#service_news article
{
	height: 350px;
	overflow:hidden;
	padding : 15px;
	margin-bottom:15px;
	background: #f3f3f3;
	border:5px solid #fff;
	border-radius: 15px;
}
#service_news article figure
{
	height:150px;
	background-size:contain !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
}

/* ----  SignUp ---------*/
img#preview
{
	background: #efefef;
	border: 1px solid #ccc;
	max-width: 240px;
	max-height: 300px;
}

label.filesInput input[type="file"] {
	position: fixed;
	top: -1000px;
}

#destroy
{
	display: none;
}
/* ----  SignUp ---------*/

/* ---- Login ---- */
#adminLoginForm 
{
	margin: auto;
	left: 0;
	right:0;
	top:0;
	color: #FFF;
	bottom:0;
	position: absolute;
	width: 400px;
	height: 420px;
}
#adminLoginForm form
{
	color:#333;
	/* border:1px solid #ccc; */
	border-radius: 10px;
	background: rgba(255,255,255,0.95);
	padding: 30px 15px;
	/* -webkit-box-shadow: 0 1px 10px 0px #ccc; */
	-moz-box-shadow: 0 1px 10px 0px #ccc;
	/* box-shadow: 0 1px 10px 0px #ccc; */
}
@media(max-width:500px){
	#adminLoginForm
	{
		padding: 10px 5px !important;
		width: 90% !important;
		height: 75% !important;
	}
}
#adminLoginForm input:-webkit-autofill,#adminLoginForm  input:-webkit-autofill:hover,#adminLoginForm  input:-webkit-autofill:focus input:-webkit-autofill,#adminLoginForm  textarea:-webkit-autofill,#adminLoginForm  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,#adminLoginForm  select:-webkit-autofill,#adminLoginForm  select:-webkit-autofill:hover,#adminLoginForm  select:-webkit-autofill:focus {
	border: 0;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	-webkit-text-fill-color: #333;
	-webkit-box-shadow: 0;
	transition: background-color 5000s ease-in-out 0s;
	color: #333 !important;
}
#adminLoginForm .form-box .form-control {
	padding: 20px;
	border-radius: 0;
	background: transparent !important;
	border: 0;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	box-shadow: none;
	color: #333 !important;
}
/* ---- Login ---- */


/*----- static content page ---*/
#desktop article.letter
{
	padding: 15px;
	background: #FFF;
	border-radius: 5px;
	border:1px solid #E0E0E0;
	margin:15px;
}
/*----- static content page ---*/