/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	/*padding: 0;*/
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
    width:100%;
    padding-top:15px;
}

/* Menu List */
.nav > li {
	display: block;
	float: right;
 
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 20px;
	padding: 0 20px;
	/*line-height: 54px;*/
	
	font-family: B Yekan,B Yekan,tahoma;
	
	font-size: 10pt;
	color: #525457;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

/*	background: #23b3cb;
	border-right: 1px solid #4b4441;*/
	border-right: 1px solid #b3b3b3;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li:hover > a {/* background: #4b4441;*/ height: 30px;color:#fff; background-color:#25cae5;padding-top:10px;}

.nav > li:first-child > a {

	border-right: none;
}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-right: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: right;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: B Yekan,tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #23b3cb;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: right;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #23b3cb url(../img/search-icon.png) no-repeat center center;



	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 962px;
	top: 55px;
	right: -402px;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #ffffff;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: right;
	/*width: 20%;*/
	/*padding:20px;*/
    direction:rtl;
    text-align:right;
  /*  padding-top:5px;*/
  margin-right:15px;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: B Yekan,B Yekan,tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #23b3cb;
	text-transform: uppercase;
}
.nav .nav-column h3 a {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: B Yekan,tahoma;
font-weight: 100;
	font-size: 14pt;
	color: #23b3cb;
	text-transform: uppercase;
}
.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	
	font-family: B Yekan,tahoma;
	font-weight: 100;
	font-size: 10pt;
	color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }

#menu-wrapper {
    margin: 0 auto;
    width: 1170px;
    position: relative;
    font-family:B Yekan,tahoma;


}
.containerBB {
    max-height: 250px;
    direction:rtl;
}

.containerBB div {
height: 50px;
/*width: 150px;*/
border: 1px solid #33d;
border-radius: 10px;
float:right;
margin: 0 10px 10px;
}