@charset "UTF-8";
@import url(../font.css);

a { text-decoration: none; }
a:link    {color:#282e35;  }
a:visited {color:#282e35;  }
a:hover   {color:#3D4751;text-decoration: none;  }
a:active  {color:#282e35;  }

[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.s0 { text-decoration: none; }
a.s0:link    {color:transparent;  }
a.s0:visited {color:transparent;  }
a.s0:hover   {color:transparent; background-color:transparent; }
a.s0:active  {color:transparent;  }

a.s1 { text-decoration: none; }
a.s1:link    {color:#383838;  }
a.s1:visited {color:#383838;  }
a.s1:hover   {color:#388999;  }
a.s1:active  {color:#383838;  }

a.s2 { text-decoration: none; }
a.s2:link    {color:#fff;  }
a.s2:visited {color:#fff;  }
a.s2:hover   {color:#F6FAC9;;  }
a.s2:active  {color:#fff;  }

a.s3 { text-decoration: none; }
a.s3:link    {color:#585858;  }
a.s3:visited {color:#585858;  }
a.s3:hover   {color:#282E35;  }
a.s3:active  {color:#585858;  }

a.s4{text-decoration: none; }
a.s4:link{color:#fff;}
a.s4:visited{color:#fff;}
a.s4:hover{color:#ccc;}

a.s6{text-decoration: none; }
a.s6:link    {color:#3F3737;  }
a.s6:visited {color:#3F3737;  }
a.s6:hover   {color:#462527; background-color: transparent; }
a.s6:active  {color:#3F3737;  }

h1{
margin:12px 0;
}

.bound1 { max-width: 1024px; 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: #f3f3f3; }
.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; }
.radius10 { border-radius: 10px; }

.border1 { border:1px dotted #e7e7e7; }
.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;       } .padd45  { padding:45px;       } .padd50  { 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; }  .rpadd50 { 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;  } .lpadd45 { padding-left:45px;  } .lpadd50 { padding-left:50px;  }
.tpadd0 { padding-top:0px;   } .tpadd3 { padding-top:3px;   } .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;   } .tpadd45 { padding-top:45px;   } .tpadd50 { 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;} .bmarg3{margin-bottom: 3px;} .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; }
.wh232{width:232px;height: 163px;}
.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%; } .w110 { width: 110px; } .w85 { width: 85px; } .w60 { width: 60px; }
.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:  20px; }
.h15  { min-height:  15px; }
.h10  { min-height:  10px; }
.h30f { height:  30px; }
.h20f { height:  20px; }

.bold  { font-weight: bold; }
.fnormal  { font-weight: normal; }

.font1 {font-family: "IRANSW", Tahoma, Arial;}
.font2 {font-family: "IRANSW", Tahoma, Arial;}
.font3 {font-family: "bidSahel",Tahoma,Arial;}
.list-style-none{list-style-type: none;}
.size7 { font-size: 0.4rem; }
.size8 { font-size: 0.5rem; }
.size9 { font-size: 0.6rem; }
.size10 { font-size: 0.7rem; }
.size11 { font-size: 0.8rem; }
.size12 { font-size: 0.9rem; }
.size13 { font-size: 1rem; }
.size14 { font-size: 1.1rem; }
.size15 { font-size: 1.2rem; }
.size16 { font-size: 1.3rem; }
.size17 { font-size: 1.4rem; }
.size18 { font-size: 1.5rem; }
.size19 { font-size: 1.6rem; }
.size20 { font-size: 1.7rem; }
.size22 { font-size: 1.9rem; }
.size24 { font-size: 2.1rem; }
.size26 { font-size: 2.3rem; }
.size28 { font-size: 2.4rem; }
.size30 { font-size: 2.6rem; }

.color1 { color:#428bca;} /* blue */
.color2 { color:#ffffff;} /* white */
.color3 { color:#EDEDED;} /* dark blue */
.color4 { color:#656565;}
.color5 { color:#d0d0d0;} /* light white */
.color6 { color:#333333;}
.color7 { color:#555555;}
.color8 {color:#000000;}

.black, .black a  {color: #000;}

.tire, .tire a  {color: #202020;}
.red,.red a {color:#AD0000;}


.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;
}

.btnsearch {
    background-color: #313131;
	background-image: url(../../img/search.png);
	background-repeat: no-repeat;
	background-position: center center;
    border: none;
    width:40px;
}
/*-------------------- copyright */
.bidsun-footer{
	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: 14px;
	display: inline-block;
	margin:14px 0px 10px 0px;
}


/*---------------------------------------- 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: "IRANSW", Tahoma, Arial;
	font-size: 16px;
    background: #428BCA;
	color: #FFF;
	padding: 2px 8px;
	width: auto;
}
.rsDefault .rsThumbsArrow:hover {
	background: #428BCA;
}
.slider-nav__item--current { background: #C0C0C0; }


#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;

	}







.carousel-control.left, .carousel-control.right{
	background-image:linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);

}
.carousel-control .glyphicon-chevron-left
{
/*	width:29px;
	margin-top:-13px; */
}

.bluebg{
	background-color: #103fc1;
padding-top: 2px;}


.carousel-control:hover{
background: none;
}
.carousel-control:focus {

}

/*nav tabs*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background-color: transparent;
	border:0;
	/*background:url(../../../../../images/mostvisited-shadow.png) no-repeat 50% 100%;*/
	margin-top:-2px;
	border-bottom: 1px solid;


}
.nav-tabs>li>a{
	margin-right: 0;
	margin-top:-2px;
}
.nav-tabs>li>a:hover{
	background-color: transparent;
	border:0;
	margin-top:0px;
}

.news_tab{
	-webkit-box-shadow:  inset 2px -57px 45px -41px rgba(138, 145, 145, 0.55);
-moz-box-shadow:  inset 2px -57px 45px -41px rgba(138, 145, 145, 0.55);
box-shadow: inset 2px -57px 45px -41px rgba(138, 145, 145, 0.55)
}
/*nav tabs end*/



.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;
    }
}

.slider-nav__item{
	border-radius: 50px;
	border:1px solid #C0C0C0;
	width:10px;
	height: 10px;
	background: #FDFDFD;

}
.border_comment{
	border-top:1px solid #c4c0c0;
	border-right:1px solid #c4c0c0;
	border-left:1px solid #c4c0c0;
	border-bottom:1px solid #103fc1 ;
}

 .bplay{
     position: absolute;
     z-index: 7;
     top:60px;
     left:0;
     width: 100%;
     height: 50px;
     cursor: pointer;
     background: url(../../../../../images/icons/play.png) no-repeat center center;
 }
 .bradio{
     position: absolute;
     z-index: 7;
     top:60px;
     right:100px;
     width: 54px;
     height: 54px;
     cursor: pointer;
     background: url(../../../../../images/icons/bradio.png) no-repeat center center;
 }
 .bopacity{
     opacity: 0.5;
    filter: alpha(opacity=50);
 }
 .bopacity:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
 }
.playCenter{
    top: 32% !important;
    right: 37%;
    color: #fff;
    text-shadow: 0px 0px 3px #000, 2px 2px 8px #000000;
    cursor: pointer;
    position: absolute !important;
    font-size: 21px;
}

.soundIcon{
    top: 0 !important;
    left: 0;
    padding: 5px;
    color: #fff;
    text-shadow: 0px 0px 3px #000, 2px 2px 8px #000000;
    cursor: pointer;
    position: absolute !important;
    font-size: 24px;
    background: rgba(0,0,0,0.7);
}

.playTitle{
    position: absolute;
    top: 58%;
    left: 7px;
    width: 95%;
    text-align: center;
    padding: 0;
    text-shadow: 0px 0px 3px #000, 2px 2px 8px #000000;
}

.footerBack{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(173,173,173,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(173,173,173,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(173,173,173,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(173,173,173,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(173,173,173,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(173,173,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adadad', GradientType=0 );}

.size-large{
    padding:15px;
}
.mainCol{
    background: #fff;

}
.line17{line-height: 17px;}
.line20{line-height: 20px;}
.line25{line-height: 25px;}
.line30{line-height: 30px;}

img.ff:hover   {
    -webkit-filter: contrast(110%) grayscale(55%) brightness(80%);/* Safari 6.0 - 9.0 */
    filter: contrast(110%) grayscale(55%) brightness(80%);

    }

.shadow22{
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 22%)
}



.tags{
    background: #770c0c;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    margin-right: 5px;
    margin-top: 2px;
}

.replayBody{

}
.commentReplay{
    background: #f7f7f7;
    width: 98%;
}

.newsBody img{
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #ccc;
    padding:3px;
}



.bred{
    border:1px solid red;
}
.transBack{
    background-color: rgb(78 78 78 / 40%);
    background-color: rgba(78, 78, 78, 0.20);
}
.transBackLight{
    background-color: rgb(211 211 211 / 20%);
    background-color: rgba(211, 211, 211, 0.20);
}
.transBackDark{
    background: linear-gradient(180deg, rgb(176 15 15) 25%, rgb(71 6 6 / 89%) 86%)
}
.borderLight{
        border: 1px solid rgba(0,0,0,0.125);
}

.transBackGra{
    background: linear-gradient(180deg, rgba(191,204,217,0) 25%, rgba(0,0,0,0.89) 86%);
}

.imgRadius{
    height:70px;
    margin-right: -15px; 
}
.tmarg8{
    margin-top:8px;
}

.myNav{
    background-color: #17a2b8!important;
    /*box-shadow: inset 0px -2px 5px 1px rgba(0,0,0,0.51);*/
}
.navbar-dark .navbar-nav .nav-link{
    color:#fff;
}
.block-head{
    background: #ffffff url(../../img/bolet.png) no-repeat;
    background-size: 25px;
    background-position: right;
    height: 35px;
    color: #4c4c4c;
    font-size: 16px;
    text-align: right !important;
    padding-right: 25px;
    line-height: 37px;
    border-bottom: 1px solid #d0dad0;
}

.tmpDisplay{
    display: none;
}

.img100 img{
    width: 100%;
}
.imgSlideFix{

    width: 100%;
    height: fit-content;
}


.logoFix{
    right:0;top:15px;z-index:2;
}

.form-control {
    background-color: #fff;
    border: 1px solid #797979;
    font-size: 0.8rem;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}
.socialIcon{
    width: 22px;
    height: 22px;
/*    background: #314761;
*/    display: inline-block;
    margin: 0 2px;
    padding: 1px 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
}
.socialIcon:hover{
    background: #17a2b8;
}
.socialIcon img{
    width:20px;
    height:20px;
    margin-top:0;
    padding: 0 !important;
    border: 0 !important;
}

.bgBlue{
    background: #1D3F9A;
}
.bgRed{
    background: #dc4d2d;;
}
.bgDBlue{
    background: #217fda;
}
.bgTw{
    background: #00BFFF;
}
.bgInsta{
    background: #D91C6B;
}
.bgGreen{
    background: #008000;
}

.kholase{
    background: #f5f5f5;
    border-top: 1px dashed #808080;
    border-bottom: 1px dashed #808080;
    margin: 20px 0;
    padding: 5px 39px;
}

.bBtn{
    top: 21% !important;
    right: 31% !important;
    background: #fff;
    position: absolute !important;
    padding: 8px;
    border-radius: 40%;
    border: 3px solid #3b3b3b;
    opacity: 0.8;
}

.txtMain img{
    width: 80% !important;
    border: 1px solid #ccc;
    padding:3px;  
}

.mainImg{
    width: 75% !important;
    border: 1px solid #ccc;
}


.h1fix{
    padding:18px 155px;
}

.catLabel{
    min-width: 60px;
    /* height: 20px; */
    left: 19px;
    top: 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #E03F1B;
    padding:0 4px;
    padding-top: 3px;
    text-align: center;
}

.baseDropDown{
    min-width: 700px;
    text-align: right;
    line-height: 12px;
    font-size:0.9rem;
    top: 35px;
    right:-20px;
    background-color: #148c9f !important;
    border-radius: 6px;
}
.dropdown-item{
    padding: .1rem 0.8rem;
    border-right: 1px solid #16A0B6;
    margin-top:10px;
}
.dropdown-item:hover{
    background: transparent;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #fff3f3;
    border-color: #17a2b8 #dee2e6 #fff;
}

.page-link {
    padding: 0.5rem .75rem;
    line-height: 1.5;
}

.txtAnswer{
    padding: 50px;
    font-size: 15px;
    margin: 20px;
    background: #f1f1f1;
    border-radius: 7px;
    border-top-right-radius: 43px;
}
.blockImg img{
    width: 100% !important;
    height: auto !important;
}
.blockImg video{
    width: 100% !important;
    height: 100% !important;
}

.divRedius {
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
}
.bgGrad {
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}
.fixNav{
    padding-right:162px
}

.navBottom{
    text-align: center;
    text-align-last: justify;
    background-color: rgba(23, 162, 184, 0.95) !important;
    padding: 0.9rem 1rem
}
.navBottom a{
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
    margin: 3px 10px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#myProgress {
    width: 106%;
    background-color: #fff;
}

#myBar {
    width: 1%;
    height: 3px;
    background-color: #BB2A5D;
}

.spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay{
    position: fixed;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show{
    visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}



@media only screen and (min-width: 992px) {
.slideRowHfix{
    max-height:440px;
}

}


@media screen and (min-width: 0px) and (max-width: 760px) {

    .baseDropDown {
        min-width: unset !important;
    }

    .kholase{
        background:#f9f9f9 ;
        border-top:1px dashed #808080;
        border-bottom:1px dashed #808080;
        margin:20px 0 0 0;
        padding: 5px 5px;
    }
    .fixNav{
        padding-right:5px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .fixVideo{
        width: 100% !important;
    }
    .fontFix{
        font-size:smaller;
    }

    .imgSlideFix{
        height: auto;
        max-height: 413px;
    }
    .logoFix{
        right:0.5rem;top:3px;z-index:2
    }

    .alignCenter-m{
        text-align: center !important;
    }
    .fixLogo{
    max-height: 75px !important;
        margin-top: 16px !important;
    }

    .h1fix{
        padding:5px 78px 10px 0;
        font-size:1.1rem;
    }
    .navbar{
        justify-content: flex-end !important;
    }

    .mainImg{
        width: 100% !important;
        border: 1px solid #ccc;
    }

    }

    @media print {
    .print-fix{
        flex: 0 0 100% !important;
        max-width: 100% !important;

    }
    .logoFix{
        filter: brightness(0.1);
    }
    .mainCol{
        margin-top:50px;
    }

}
