@charset "UTF-8";
@import url(font.css);

body{
	font-family: "b Yekan",Tahoma,Arial;
}
a{ text-decoration: none;}

ul{list-style-type: none;}
[b1] { border:1px dashed green} [bb1] { border:4px dashed green}
[b2] { border:1px dashed blue}	[bb2] { border:4px dashed blue}
[b3] { border:1px dashed red}	[bb3] { border:4px dashed red}
[b4] { border:1px dashed black} [bb4] { border:4px dashed black}
[b5] { border:1px dashed white} [bb5] { border:4px dashed white}
[b6] { border:1px dashed yellow}[bb6] { border:4px dashed yellow}

/*-------------------- initiation */

::-webkit-selection {background-color: #cbdceb;}
::-o-selection 		{background-color: #cbdceb;}
::-ms-selection 	{background-color: #cbdceb;}
::-moz-selection 	{background-color: #cbdceb;}
::selection 		{background-color: #cbdceb;}

a.transit0  { -webkit-transition: 0s;   -moz-transition: 0s;   -o-transition: 0s;   -ms-transition: 0s;   transition: 0s;   }
a.transit01 { -webkit-transition: 0.1s; -moz-transition: 0.1s; -o-transition: 0.1s; -ms-transition: 0.1s; transition: 0.1s; }
a.transit02 { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; -ms-transition: 0.2s; transition: 0.2s; }
a.transit01 { -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s; }
a.transit01 { -webkit-transition: 0.6s; -moz-transition: 0.6s; -o-transition: 0.6s; -ms-transition: 0.6s; transition: 0.6s; }
a.transit05 { -webkit-transition: 0.8s; -moz-transition: 0.8s; -o-transition: 0.8s; -ms-transition: 0.8s; transition: 0.8s; }
a.transit1  { -webkit-transition: 1s;   -moz-transition: 1s;   -o-transition: 1s;   -ms-transition: 1s;   transition: 1s;   }

a.s1 { text-decoration: none; }
a.s1:link    {color:#555659;  } 
a.s1:visited {color:#428bca;  } 
a.s1:hover   {color:#555659;  }
a.s1:active  {color:#285E8E;  }

a.s2 { text-decoration: none; }

a.s3 { text-decoration: none; }
a.s3:link    {color:#8E8E8E;  } 
a.s3:visited {color:#8E8E8E;  } 
a.s3:hover   {color:#428bca;  }
a.s3:active  {color:#428bca;  }



.bound1 { max-width: 98%; margin: auto; }
.bound2 { max-width: 1000px; margin: auto; }
 
.bg-cover     { -webkit-background-size: cover;-moz-background-size: cover;	-o-background-size: cover; background-size: cover; }
.bg-main      { background: #fdfdfd; }
.bg-box-title { background: #F8F8F8; }
.bg-btn-color { background-color: #428bca; } .bg-btn-color:hover { background-color: #285E8E; }
.bg-blue 	  { background-color: #428bca; }
.bg-next 	  { background:#F8F8F8 url(../../img/arrow/pm-blue.png) no-repeat; background-position: center 10px; }
.bg-prev 	  { background:#F8F8F8 url(../../img/arrow/pm-blue.png) no-repeat; background-position: center -90px;}


.radius0 { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px;	border-radius: 0px; }
.radius1 { -webkit-border-radius: 1px; -moz-border-radius: 1px; -ms-border-radius: 1px;	border-radius: 1px; }
.radius2 { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px;	border-radius: 2px; }
.radius3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px;	border-radius: 3px; }
.radius4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px;	border-radius: 4px; }
.radius5 { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px;	border-radius: 5px; }

.border1 { border:1px solid #ddd; }
.bborder0 { border-bottom:0px; }
.tborder0 { border-top:0px; }
.tborder2 { border-top:2px solid #428bca; }
.tborder1 { border-top:1px solid #e7e7e7; }
.rborder1 { border-right:1px solid #e7e7e7; } 

.rel { position: relative; }
.abs { position: absolute; }
.fix { position: fixed; }
.b0  { bottom: 0px; }
.t0  { top: 0px;    }
.l0  { left: 0px;   }
.r0  { right: 0px;  }

.overflow0   { overflow: hidden; }
.overflowy0  { overflow-y: hidden; }
.overflowx0  { overflow-x: hidden; }
.none        { display: none; }
.block       { display: block; }
.inline      { display: inline-block; }
.rtl         { direction: rtl; }
.ltr         { direction: ltr; }
.outline0    { outline: 0 none; -moz-outline: 0 none; }
.margauto    { margin: auto; }
.fright      { float: right; }
.fleft       { float: left; }
.text-justify{ text-align: justify; }
.highlight   { background: #E9E9E9; padding:0px 5px; }



.padd0  { padding:0px;       } .padd5  { padding:5px;       } .padd10  { padding:10px;       } .padd15  { padding:15px;       } .padd20  { padding:20px;       } .padd25  { padding:25px;       } .padd30  { padding:30px;       } .padd35  { padding:35px;       } .padd40  { padding:40px;       } .padd40  { padding:45px;       } .padd40  { padding:50px;       }
.rpadd0 { padding-right:0px; } .rpadd5 { padding-right:5px; } .rpadd10 { padding-right:10px; } .rpadd15 { padding-right:15px; } .rpadd20 { padding-right:20px; } .rpadd25 { padding-right:25px; } .rpadd30 { padding-right:30px; } .rpadd35 { padding-right:35px; } .rpadd40 { padding-right:40px; } .rpadd40 { padding-right:45px; } .rpadd40 { padding-right:50px; }
.lpadd0 { padding-left:0px;  } .lpadd5 { padding-left:5px;  } .lpadd10 { padding-left:10px;  } .lpadd15 { padding-left:15px;  } .lpadd20 { padding-left:20px;  } .lpadd25 { padding-left:25px;  } .lpadd30 { padding-left:30px;  } .lpadd35 { padding-left:35px;  } .lpadd40 { padding-left:40px;  } .lpadd40 { padding-left:45px;  } .lpadd40 { padding-left:50px;  }
.tpadd0 { padding-top:0px;   } .tpadd5 { padding-top:5px;   } .tpadd10 { padding-top:10px;   } .tpadd15 { padding-top:15px;   } .tpadd20 { padding-top:20px;   } .tpadd25 { padding-top:25px;   } .tpadd30 { padding-top:30px;   } .tpadd35 { padding-top:35px;   } .tpadd40 { padding-top:40px;   } .tpadd40 { padding-top:45px;   } .tpadd40 { padding-top:50px;   }
.bpadd0 { padding-bottom:0px;} .bpadd5 { padding-bottom:5px;} .bpadd10 { padding-bottom:10px;} .bpadd15 { padding-bottom:15px;} .bpadd20 { padding-bottom:20px;} .bpadd25 { padding-bottom:25px;} .bpadd30 { padding-bottom:30px;} .bpadd35 { padding-bottom:35px;} .bpadd40 { padding-bottom:40px;} .bpadd45 { padding-bottom:45px;} .bpadd50 { padding-bottom:50px;}
.marg0  { margin:0px;       } .marg5  { margin:5px;       } .marg10  { margin:10px;       } .marg15  { margin:15px;       } .marg20  { margin:20px;       } .marg25  { margin:25px;       } .marg30  { margin:30px;       } .marg35  { margin:35px;       } .marg40  { margin:40px;       }
.rmarg0 { margin-right:0px; } .rmarg5 { margin-right:5px; } .rmarg10 { margin-right:10px; } .rmarg15 { margin-right:15px; } .rmarg20 { margin-right:20px; } .rmarg25 { margin-right:25px; } .rmarg30 { margin-right:30px; } .rmarg35 { margin-right:35px; } .rmarg40 { margin-right:40px; }
.lmarg0 { margin-left:0px;  } .lmarg5 { margin-left:5px;  } .lmarg10 { margin-left:10px;  } .lmarg15 { margin-left:15px;  } .lmarg20 { margin-left:20px;  } .lmarg25 { margin-left:25px;  } .lmarg30 { margin-left:30px;  } .lmarg35 { margin-left:35px;  } .lmarg40 { margin-left:40px;  }
.tmarg0 { margin-top:0px;   } .tmarg5 { margin-top:5px;   } .tmarg10 { margin-top:10px;   } .tmarg15 { margin-top:15px;   } .tmarg20 { margin-top:20px;   } .tmarg25 { margin-top:25px;   } .tmarg30 { margin-top:30px;   } .tmarg35 { margin-top:35px;   } .tmarg40 { margin-top:40px;   }
.bmarg0 { margin-bottom:0px;} .bmarg5 { margin-bottom:5px;} .bmarg10 { margin-bottom:10px;} .bmarg15 { margin-bottom:15px;} .bmarg20 { margin-bottom:20px;} .bmarg25 { margin-bottom:25px;} .bmarg30 { margin-bottom:30px;} .bmarg35 { margin-bottom:35px;} .bmarg40 { margin-bottom:40px;}

.wh25 { width: 25px; height: 25px; } .wh50 { width: 50px; height: 50px; } .wh75 { width: 75px; height: 75px; } .wh100 { width: 100px; height: 100px; } .wh125 { width: 125px; height: 125px; }

.z0  { z-index: 0; } .z5   { z-index: 5;   } .z10  { z-index: 10;  } .z15  { z-index: 15;  } .z20  { z-index: 20;  } .z25  { z-index: 25;  } .z30  { z-index: 30;  } .zu   { z-index: 9999; }
.op0 { opacity: 0; } .op01 { opacity: 0.1; } .op02 { opacity: 0.2; } .op03 { opacity: 0.3; } .op04 { opacity: 0.4; } .op05 { opacity: 0.5; } .op06 { opacity: 0.6; } .op07 { opacity: 0.7; } .op08 { opacity: 0.8; } .op09 { opacity: 0.9; } .op1 { opacity: 1; }

.mw100 { max-width: 100%; }
.w100 { width: 100%; }
.lh30 { line-height: 30px; } .lh35 { line-height: 35px; } .lh40 { line-height: 40px; } .lh45 { line-height: 45px; } .lh50 { line-height: 50px; }
.h30  { min-height:  30px; } .h35  { min-height:  35px; } .h40  { min-height:  40px; } .h45  { min-height:  45px; } .h50  { min-height:  50px; } .h100  { min-height:  100px; }
.h20  { min-height:  30px; }
.h15  { min-height:  30px; }
.h10  { min-height:  30px; }
.h30f { height:  30px; }
.h20f { height:  20px; }



.bold  { font-weight: bold; }
.fnormal  { font-weight: normal; }

.font1 {font-family: Tahoma, Arial;}
.font2 {font-family: "B Yekan", Tahoma, Arial;}


.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size30 { font-size: 30px; }

.color1 { color:#428bca;} /* blue */
.color2 { color:#ffffff;} /* white */
.color3 { color:#285E8E;} /* dark blue */
.color4 { color:#8e8e8e;}
.color5 { color:#c0c0c0;} /* light white */
.color6 { color:#333333;}
.color7 { color:#555555;}



.gs {
	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"); /* Firefox 3.5+ */
    filter: grayscale(100%); -webkit-filter:grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -ms-filter: grayscale(1);	filter: grayscale(1);
	filter:gray;
}

li.title2 { list-style:square inside none;}
.img-responsive { width: 100%; }


.dropdown-menu {
	left:none;
	right:0;
	padding-right:10px;
	padding-left:10px;
}
.collapse{ max-height: 100%; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background: #428bca; color:#fff; }
.navbar-default .navbar-toggle .icon-bar { background: #428bca; height: 2px; }
.form-control { box-shadow: none; }
.navbar-nav { /*float: right;*/ }
.navbar-nav>li {/* float: right;*/}
@media (max-width: 768px) {
	.navbar-nav>li { /*float: right;*/ width:100%; padding-right: 10px; margin:0px; margin-right: 10px;}
	.navbar-nav {/* float: right;*/ width:100%;}
	.navbar-collapse { width: 100%; padding: 0; margin: 0; }
	.fixPadd { padding-right: 15px; }
}
.container-fluid>.navbar-collapse { padding: 0; margin: 0; overflow: hidden; }


.soic { background: url(../../img/social-icons.jpg); width: 40px; height: 40px; margin: 5px; opacity: 0.5;}
.soic:hover { opacity: 1; }
.soic.n1 { background-position: 0px 0px; }
.soic.n2 { background-position: 40px 0px; }
.soic.n3 { background-position: 80px 0px; }
.soic.n4 { background-position: 120px 0px; }
.soic.n5 { background-position: 160px 0px; }
.soic.n6 { background-position: 200px 0px; }
.soic.n7 { background-position: 240px 0px; }
.soic.n8 { background-position: 280px 0px; }

.psoic { background: url(../../img/social-icons-small.jpg); width: 20px; height: 20px; margin: 2px; opacity: 0.5;}
.psoic:hover { opacity: 1; }
.psoic.n1 { background-position: 0px 0px; }
.psoic.n2 { background-position: 20px 0px; }
.psoic.n3 { background-position: 40px 0px; }
.psoic.n4 { background-position: 60px 0px; }
.psoic.n5 { background-position: 80px 0px; }
.psoic.n6 { background-position: 100px 0px; }
.psoic.n7 { background-position: 120px 0px; }
.psoic.n8 { background-position: 140px 0px; }

.rightnav li, .rightnav ul {
	list-style: none;
	padding:0;
}
.rightnav a {
	display: block;
	padding:5px 10px;
}
.rightnav li a:hover{
	background: #F8F8F8;
}
.rightnav li a.sub {
	background: url(../../img/arrow/pm-blue.png) no-repeat;
	background-position: 0px 10px;
}
.rightnav li a.sub {
	background: url(../../img/arrow/pm-blue.png) no-repeat;
	background-position: 0px 10px;
}
.rightnav li a.sub.open {
	background: url(../../img/arrow/pm-blue.png) no-repeat;
	background-position: 0px -40px;
/*	background:#428bca;
	color:#fff;*/
}
.rightnav ul li ul{
	border-right:1px solid #428bca;
	padding-right: 10px;
	display: none;
}
.darrow {
	background: url(../../img/arrow/pm-blue.png) no-repeat;
	background-position: 0px -100px;
	width:10px;
	height:10px;
	display: inline-block;
	margin:0px 5px;
}
.btnsearch {
	background-image: url(../../img/search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*-------------------- copyright */
.bidsun-footer{
	min-height: 50px;
	border-radius: 0px;
}
.bidsun-footer .bidsun-logo{
	width: 103px;
	height:28px;
	background:url(../../img/bidsun-footer-logo.png) no-repeat;
	display: inline-block;
	vertical-align:middle;
	margin:12px 10px 10px 0px;
}
.bidsun-footer .bidsun-text{
	font-size: 13px;
	display: inline-block;
	margin:14px 0px 10px 0px;
	color: #b9b9b9;
}


/*---------------------------------------- plugins */
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	background: #428BCA;
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #428BCA;
}
.rsDefault .rsArrowIcn:hover {
	background-color: #428BCA;
}
.rsDefault .rsFullscreenIcn:hover {
	background-color:  #428BCA;
}
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	right: 105px;
	text-align: right;
	font-family: "B Yekan", Tahoma, Arial;
	font-size: 16px;
    background: #428BCA;
	color: #FFF;
	padding: 2px 8px;
	width: auto;
}
.rsDefault .rsThumbsArrow:hover {
	background: #428BCA;
}
.slider-nav__item--current { background: #428BCA; }


#calender{
	width:100%;
	height:257px;
	margin-bottom:15px;
	}
#calender_title{
	width:100%;
	height:47px;
	}
#calender_title_txt{
	font:16px BYekan;
	color:#C7EBFF;
	padding-right:20px;
	padding-top:10px;
	direction:rtl;
	}
#calender_title_txt a{
	text-decoration:none;
	color:#C7EBFF;
	}
#calender_content{
	width:100%;
	height:206px;
	margin:0 auto;
	overflow:hidden;
	}
	
.comme{
	display:none;
	border:1px solid #C7EBFF;
	padding:10px;
	padding-top:30px;
	 -webkit-transition: 1s;   -moz-transition: 1s;   -o-transition: 1s;   -ms-transition: 1s;   transition: 1s;  
}
.prog{
	font:14px BYekan;
	direction:rtl;
	color:#C7EBFF;
	text-align: right;
	
	}
	
.h135{min-height:135px;}
.h135f{height:135px;}
.h26{min-height:26px;}
.h26f{height:26px;}
.h22{min-height:22px;}
.h22f{height:22px;}
.wh115 { width: 115px; height: 128px; }
.tborder3 { border-top:2px solid #009999; }
.rpadd24 { padding-right:24px; }
.lpadd24 { padding-left:24px; }
.lmarg24 { margin-left:24px;  }
.rmarg24 { margin-right:24px;  }
.he1{height:1px;}
.back3{background:#009999;}
.up_link{background:#009999;color:#FFF;width:82px;height:26px;padding-top:5px;text-align:center;font-size:12px;}
.size8 { font-size: 8px; }
.back_up{background:#FAFAFA;}
.clear{clear:both;}
.color8 { color:#AEAEAE;}


.navbar-default{background-color: #077a9c;border-color: #077a9c;}
.navbar-default .navbar-nav>li>a{color: #fff;line-height: 28px;}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.back1{
	background-color: #FDFDFD;
}
.w225{max-width: 225px;}
.plogo{width:50px;}
.pbox{
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
	background-color: #fff;
	border: 1px solid #efefef;
}
.main-title{
	margin:30px 0 40px;
	padding:0 20px;
	font-size:1.16em;
	text-transform:uppercase;
	color:#555659;
	border-bottom:1px solid #d3d3d3}

.main-title span{
	padding:0 20px;
	background-color:#f6f6f6;
	position:relative;
	bottom:-10px}
	.img90{
		width:90%;
	}
	.img210{
		width:210px;
		height: 210px;
	}
	.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.bx-wrapper .bx-viewport{
	left:0px !important;
}

.footer1{
	
	background-color: #4d4d4d;
	padding: 20px 0;
}
.footer11{
line-height: 4em;

background-color: #4d4d4d;
color: #fff;
}
.footer-bottom .logo{
	background-image: url(http://img.medicalexpo.com/media/images/common/logos/footer-logos.png);
}


.bx-wrapper .bx-caption span{padding: 5px; float: right;text-align: center;font-size: 1.3em !important;font-family:"b yekan" !important}
.bx-wrapper .bx-caption{bottom: 10px !important;background: rgba(91, 192, 222, 0.44) !important;}

.sociallist{    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    }
    .sociallist li {   
     display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 5px;
    text-decoration: none;
}
.sociallist li div{background-color: #676767;height: 30px;width:30px; border-radius: 50%;padding: 7px}

    .sociallist li a {color: #FFF; }
    .socilalist li a:hover{ color:#eee;}
    .op:hover{opacity: 0.5;transition:all 0.4s ease 0.1s;}
    .op{transition:all 0.4s ease 0.1s;}

    .pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}
    