/* style css *****************/
html {
	position: relative;
	min-height: 100%;
}
body {
	overflow-x:hidden;
	font-size: 14px;
    line-height:1.2;
	color:#5C5C5C;
	background-color:#fff;
	-background-image:url("../images/");
	-background-repeat:no-repeat;
}
.bg {
	background-image:url("../images/");
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% 100%;
	background-attachment:fixed;
}
.color{
	color:#1d676b;
}
.transition{
-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}
.shadow{
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
}
.text-shadow{
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.class:hover,
.class:focus{
	
}
.class:hover::before,
.class:focus::before{}
.class:hover::after,
.class:focus::after{}

.form-control:focus{border-color:#FF8200 !important;}
/*************************** media query *****/
@media (max-width:568px) {}
@media (max-width:767px) {}
@media (max-width: 992px) {}
@media (max-width: 1200px){}

@media (min-width:568px) {}
@media (min-width:767px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px){}
/*************************** header,content,footer style *****/
#header{
	font-family: yekan;
	background:none;
	border:none;
	box-shadow: none;
	margin:0;
}

#footer {
	bottom: 0;
    font-size:12px;
	min-height: 50px;
	margin-top:40px;
	width: 100%;
	background-color:#007398;
	color:#fff;
	background-image:url("../images/LOGO-1.png");
	background-repeat:no-repeat;
	background-position: 6% 65%;
	line-height:1.5 !important;
}
.lblWel
{
    line-height:1 !important;
    }
.abs
{
    position:absolute;
    }
#footer .panels{
	padding-top:15px;
}
#signature{
	color:#fff;
	padding:0 0 20px;
}
.name-co{
	color:#fff;
}
.name-co:hover,
.name-co:focus{
	color:#fff;
}

address
{
    line-height:2 !important;
  }

.navbar-nav {
  float: none;
}
.navbar-default .navbar-nav > li{
	margin:0 !important;
}
/********************************** menu size LG */
@media (min-width:767px) {
	.navbar-default .navbar-nav > li:first-child > a{
		
	}
	.navbar-default .navbar-nav > li:last-child > a{
		border-left:none;
	}
	.navbar-default .navbar-nav > li > a {
		background: #007398;
		color: #fff;
		font-size: 14px;
		text-align: center;
		line-height: 30px;
		padding:10px 15px;
		text-shadow:none;
		margin:0 -10px;
		border-left:1px solid #0090b2;
	}
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		background-color: #FF8200 !important;
		color: #fff;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		background:#007398;
		color: #fff;
		box-shadow:none;
	}
}

/********************************** dropdown-menu LG******/
@media (min-width:767px) {
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
		background:#ddd;
		color: #333;
	}
	.navbar-nav .dropdown:hover > .dropdown-menu{
		display:block;
	}
	.drop-down {
		left: auto;
		right: 100%;
		top: 0;
	}
}
.drop-down {
	left: auto;
	right: 100%;
	top: 0;
	padding:0;
	margin:0;
}
.dropOne:hover .drop-down{
	display:block;
}
	
.dropdown-menu{
	background: #fff;
	color:#333;
	padding:0;
	border:1px solid #ccc;
	border-radius:0;
	width:100%;
}
.dropdown-menu > li:last-child > a{
	border-bottom:none;
}
.dropdown-menu > li > a{
	background: #fff;
	color:#333;
	border-bottom:1px solid #ccc;
	margin:0 20px;
	padding:5px 0;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	background: none !important;
	color:#1d676b !important;
	border-color:#1d676b;
}

/*************************************************** menu size XS */
@media(max-width:767px){
	#header{
		border-bottom:1px solid #ccc !important;
	}
	.navbar-default .navbar-nav > li > a{
		background: #88c425 !important;
		color: #fff !important;
		box-shadow:none !important; 
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		background-color: #1d676b !important;
		color: #fff !important;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		background:#88c425;
		color: #333;
	}
}

/********************************** dropdown-menu XS******/
@media(max-width:767px){
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
		border-radius: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: #e7e7e7;
		color: #333;
	}
	.navbar-default .navbar-nav > .open > a{
		background:#eee;
		color: #fff;
	}
	.dropdown-menu > li > a {
		color:#333;
	}
	.drop-down > li > a{
		font-size:12px;
	}
}

.dropdown-menu > li{
	position:relative;
}
.navbar-default .navbar-nav > li > a strong{
	font-weight:normal;
}

/****************************** logo *******/
#logo {
	display:block;
}
@media (min-width:767px) {
	#logo {}
	.navbar-header{
		float:left;
	}
}
@media(max-width:767px){
	#logo {
		float: right;
	}
}
/******************************* background-menu size XS */
@media(max-width:767px){
	#navbar {
		background:none !important;
	}
	.navbar-toggle {
		background-color:#88c425 !important;
		border-color:#88c425 !important;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus{
		background-color:#1d676b !important;
		border-color:#1d676b !important;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
}
/********************************** other menu ********/
#other-dropdown > ul > li.active > a{
	background:#eee;
	color:#333;
}
#other-dropdown .dropdown-menu{
	background:#ccc;
	border-top:1px solid #fff !important;
}
#other-dropdown > .dropdown-menu > li > a{
	color:#fff;
	position:relative;
	padding: 7px 10px;
}
#other-dropdown .dropdown .dropdown-menu{
	position:relative !important;
	background:#fff;
	border:none;
	margin:0;
	box-shadow:none;
	border-radius:0;
}
#other-dropdown .dropdown:hover > a{
	background-color: #e8e8e8;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	color:#333;
}

/* nav scroll **********************************/
@media (min-width: 1200px) {
	content {
		width:1215px;
	}
}
section{
	position:relative;
	padding:20px 0;
}
body > content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

h1,h2,h3,h4,h5,h6{
	/* font-family:'B tabassom',tahoma;
	font-weight: 600; */
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
	font-family:IRANSans-web;
	font-size: 40%;
}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6{
	font-family:'B tabassom',tahoma;
	font-weight: 600;
}
h1 > i, h2 > i, h3 > i, h4 > i, h5 > i,h6 > i {
	vertical-align:sub;
}
h1 > img, h2 > img, h3 > img, h4 > img, h5 > img, h6 > img{
	vertical-align:sub;
}

.thumbnail {
  line-height: 1.2;
}

.btn > i {
	font-size: 14px;
}

.list-inline > li {
  vertical-align: middle;
}

div.selector span{
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
div.selector span::before {
  bottom: 0;
  color: #555555;
  font-family: "FontAwesome";
  font-size: 13px;
  left: 0;
  line-height: 35px;
  position: absolute;
  top: 0;
}
div.selector span::before{
	content: "";
	background:#ddd;
	border: 1px solid #ccc;
	padding:3px;
}

select option {
	color: #333;
}

@media (min-width:767px) {
	.dropdown-menu .caret-right{
		border-color: transparent #222 transparent transparent;
		border-width: 5px;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
}
@media (max-width:767px) {
	.dropdown-menu .caret-right{
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px dashed;
		height: 0;
		width: 0;
		margin: 10px 0 0;
		position: absolute;
		left: 20px;
	}
}

.col-sm{
	padding-right:10px;
	padding-left:10px;
	margin-bottom:10px;
	position: relative;
	min-height:1px;
	float:right;
}
@media (min-width:767px) {
	.col-sm{
		width:20%;
	}
}
@media (max-width:767px) {
	.col-sm{
		width:100%;
	}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right:10px;
	padding-left:10px;
}
.row{
	margin-right:-10px;
	margin-left:-10px;
}
.form-horizontal .form-group {
	margin-right:-10px;
	margin-left:-10px;
}

body > .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}

.checkbox label{
	padding-left:0;
}
.checkbox label > i::before {
  background-color: transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  width: 0;
}
.checkbox label > i {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: inline-block;
  height: 18px;
  line-height: 1;
  position: relative;
  top: 5px;
  width: 18px;
  margin-left: 5px;
}
.checkbox input:checked + i::before {
  background-color: #FF8200;
  height: 6px;
  left: 5px;
  top: 5px;
  width: 6px;
}
.checkbox input:checked + i {
  border-color: #FF8200;
}

.menu-crumb > li > a{
	padding:10px;
	color:#333;
	display:inline-block;
}
.menu-crumb > li > a:hover,
.menu-crumb > li > a:focus{
	color:#666;
}
.menu-crumb > li.active > a{
	color:#666;
}

#back-top {
  background-color: #FF8200;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  color: #fff;
  border-radius: 10px;
  bottom: 15px;
  font-size: 15px;
  height: 40px;
  right: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  opacity:.5;
}
#back-top:hover,
#back-top:focus{
	opacity:1;
}

-html, 
-body {
	height: 100%;
	margin:0 !important;
}
#footer .text{
	margin:0;
}

.form-control::-moz-placeholder {color: #ccc;}
.form-control:-ms-input-placeholder {color: #ccc;}
.form-control::-webkit-input-placeholder {color: #ccc;}

.animation-both{
	animation-name: name;
	-webkit-animation-name: name;
	animation-duration: 0.7s;
	-webkit-animation-duration: 0.7s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.class::before,
.class::after{
	content:"";
	display:table;
}
.class::after{clear:both;}

.background-mix{
	background: url("../images/") no-repeat scroll center center, url("../images/") no-repeat scroll center center;
	background-color: #fff;
	background-size: cover;
}
.text-shadow3d{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.1), 0 4px 0 rgba(255, 255, 255, 0.2), 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.1);
}
.background-gradient{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255,255, 0.3) 100%);
}
.class img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.class:hover img,
.class:focus img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

@media (min-width:767px) and (max-width: 1200px){}
@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }