/**

  Word-Tab-Style

 */







.word-style .nav {

  color: #fff  ;



 background:  transparent  url(.png);

   border-top-right-radius: 5px;

border-top-left-radius: 5px;

border-bottom-right-radius: 5px;

border-bottom-left-radius: 5px;





   }

.word-style {

  background:  transparent   ;

        border: 0px solid   #C7C7C7;



 color: #000 !important;





}
.nav-item{
    margin-left: 5px;
    margin-right: 5px;

}



@media (min-width: 700px) {
.nav-item a{

  color:  #000!important;
   font-size: 15px;
      font-family:'Vazir-FD';
}
}
/*
mobile
*/
@media (max-width: 700px) {
.nav-item a{

  color:  #000 !important;
   font-size: 10px !important;
      font-family:'Vazir-FD';
}
}

.nav-item a:hover{

  color:  #000 !important;

   font-size: 16px;

border-bottom: 1px solid #06b3b4;

    border-top-right-radius: 0px;

border-top-left-radius: 0px;

border-bottom-right-radius: 0px;

border-bottom-left-radius: 0px;

border: 0px;




}













/*

  -----------------------

*/



.nav-tabs {

  border-bottom: 0px solid #ddd;



}



@media (min-width: 700px) {
.nav-tabs > li {
  float: right;
  margin-bottom: 0px;
  width: 100px !important;
}
}
/*
mobile
*/
@media (max-width: 700px) {
.nav-tabs > li {
  float: right;
  margin-bottom: 0px;
  width: 28% !important;
}
}

.nav-tabs > li > a {
  margin-right: 0px !important;
  line-height: normal !important;
  border: 0px solid transparent !important;
  border-radius: 0px 0px 0 0 !important;
  text-align: center;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff !important;
  cursor: default;
  background-color: #ff0e0f   !important;
  border: 0px solid #ddd;
  border-bottom-color: transparent;

}



.tab-content{

 padding-top: 10px;

 padding-bottom: 0px;

 padding-right: 10px;

 padding-left: 10px;

}



