/****** 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){}

/* style css *****************/
body {
	background-color:#fff;
}
.bg {
	background-image:url("../images/");
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% 100%;
	background-attachment:fixed;
}
.color{
	color:#fff;
}
.nobg{
	background:none;
	box-shadow:none;
	border:none;
	border-radius:0;
}
.transition{
transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
}
.shadow{
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
	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{}

.form-control:focus{border-color:#FF3366 !important;}
/************* header,content,footer style *****/
#header{
	background:#ccc;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
	margin:0;
}

#footer{
	min-height: 50px;
	width: 100%;
	bottom:0;
	background:#0F0F0F;
	right: 0;
}
#footer .panels{
	background: #ccc;
	padding-top:15px;
}
#signature{
	background:#0F0F0F;
	color:#fff;
	padding:10px 0;
}
.name-co{
	color:#fff;
}
.name-co:hover,
.name-co:focus{
	color:#fff;
}
/********************************** menu size LG */
@media (min-width:767px) {
	.navbar-default .navbar-nav > li:nth-child(1) > a{
		margin-right:0;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		font-size: 13px;
		text-align: center;
		line-height: 50px;
		padding:10px 15px;
		text-shadow:none;
		background:none;
	}
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: #eee !important;
	color: #333 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background:#eee !important;
	color: #333 !important;
	box-shadow:none;
}

.navbar-default .navbar-nav > li > a:hover .svg path,
.navbar-default .navbar-nav > li > a:focus .svg path{
	fill:#fff !important;
}
.navbar-default .navbar-nav > .active > a .svg path,
.navbar-default .navbar-nav > .active > a:hover .svg path,
.navbar-default .navbar-nav > .active > a:focus .svg path{
	fill:#fff !important;
}

/********************************** 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;
	}
	.dropdown-menu{
		background: #e8e8e8;
		color:#333;
	}
	.dropdown-menu > li > a{
		background: #ccc;
		color:#333;
	}
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus {
		background: #e8e8e8 !important;
		color:#333 !important;
	}
	.navbar-nav .dropdown:hover > .dropdown-menu{
		display:block;
	}
	.drop-down {
		left: auto;
		right: 100%;
		top: 0;
		padding:0;
		margin:0;
	}
	.dropOne:hover .drop-down{
		display:block;
	}
}

/*************************************************** menu size XS */
@media(max-width:767px){
	.navbar-default .navbar-nav > li > a{
		color: #fff;
		font-size:13px;
	}
}

/********************************** 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;
	}
}

/******************************* background-menu size XS */
@media(max-width:767px){
	#navbar {
		background:#ccc;
	}
	.navbar-toggle {
		background-color:#ddd !important;
		border-color:#ddd !important;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus{
		background-color:#ddd !important;
		border-color:#ddd !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;
}

#navbar {
	font-family: yekan;
}
.dropdown-menu > li{
	position:relative;
}
.navbar-default .navbar-nav > li > a strong {
  font-family: inherit;
  font-weight: normal;
}
.navbar-brand {
  height: auto;
  padding: 5px 0;
}

@media (min-width: 1200px) {
	content {}
}
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:'BTabassom';
	font-weight: 600;
}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6{
	font-family:'BTabassom';
	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.8;
}

p > .btn{
	margin:5px 0;
}

.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,
div.selector span::after{
	font-family: 'FontAwesome';
	font-size:13px;
	color: #555;
	position:absolute;
	left:5px;
	top:50%;
	transform:translate(50%,-50%);
	-webkit-transform:translate(50%,-50%);
}
div.selector span::before{
	content: "";
	margin-top:5px;
}
div.selector span::after{
	content: "";
	margin-top:-5px;
}
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;
	}
}

[class^="column-"]{
	padding-right:10px;
	padding-left:10px;
	position: relative;
	min-height:1px;
	float:right;
}
@media (min-width:767px) {
	.column-fiv{
		width:20%;
	}
	.column-sev{
		width: 14.2778%;
	}
	.column-eit{
		width: 12.5%;
	}
}
@media (max-width:767px) {
	[class^="column-"]{
		width:100%;
		margin-bottom:10px;
	}
}

.class:hover::before,
.class:focus::before{}
.class:hover::after,
.class:focus::after{}

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

.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;
}

.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:#0093D9;
  border: 1px solid #0093D9;
  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: #fff;
  height: 6px;
  left: 5px;
  top: 5px;
  width: 6px;
}
.checkbox input:checked + i {
  border-color: #fff;
}

.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: #ff3366;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  color: #fff;
  border-radius: 100%;
  bottom: 10px;
  font-size: 15px;
  height: 40px;
  right: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 9999;
}
#back-top:hover{
	background-color: #e0063d;
}

.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;
}

.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");
  -webkit-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"); 
  -webkit-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");
}

.filters{
	filter: url(resources.svg);
	-webkit-filter: url(resources.svg);
	filter: blur(5px);
	-webkit-filter: blur(5px);
	filter: brightness(0.4);
	-webkit-filter: brightness(0.4);
	filter: contrast(200%);
	-webkit-filter: contrast(200%);
	filter: drop-shadow(16px 16px 20px blue);
	-webkit-filter: drop-shadow(16px 16px 20px blue);
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
	filter: hue-rotate(90deg);
	-webkit-filter: hue-rotate(90deg);
	filter: invert(75%);
	-webkit-filter: invert(75%);
	filter: opacity(25%);
	-webkit-filter: opacity(25%);
	filter: saturate(30%);
	-webkit-filter: saturate(30%);
	filter: sepia(60%);
	-webkit-filter: sepia(60%);
}

@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) { ... }