
.center_in_div {
  margin: auto !important;
  width: 50% !important;
  padding: 10px;
}
.center_in_div_95 {
  margin: auto !important;
  width: 95% !important;
  padding: 1px;
} 

.center_in_div_99{
  margin: auto !important;
  width: 99% !important;
  padding: 1px;
  max-height: 170px;
  overflow-y:hidden;
}

.myContent ul {
    margin: 25px !important;
    list-style-type: square !important;
}

nav.categories  ul{
    list-style-type: none !important;
}  
ul.widget-tabs{
  list-style-type: none !important;   
}


.pagination ul
{
     margin: 0 !important;
    list-style-type: none !important;
}

.tp-banner ul
{
  margin: 0 !important;
    list-style-type: none !important;
}
div.widget nav.categories ul{
    margin: 0 ;
    list-style-type: none;
}


.tags_in_page h3 {
    padding-bottom:23px;
}
.tags_in_page ul {
    margin-left:-6px;
    margin-bottom:-6px;
    display:block;
    overflow:hidden;
}
.tags_in_page li {
    margin-left:6px;
    margin-bottom:6px;
    float:left;
}
.tags_in_page li a {
    height:26px;
    line-height:28px;
    padding:0px 9px;
    display:block;
    position:relative;
    background-color: #FEFEFE ;  /*#1b232b; */
    border:1px solid #141a20;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    /*
    behavior:url(layout/plugins/PIE.htc);
    */
    
    font-size:12px;
    color: #777777 ; /* #bcc1c5; */
}
.tags_in_page li a:hover {
    background-color: #7B1721 ; /*#ffffff;*/
    border:1px solid #1a1a1a;
     /*
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#232d37) to(#232d37));
    background:-webkit-linear-gradient(#32414f, #232d37 1px, #232d37);
    background:-moz-linear-gradient(#32414f, #232d37 1px, #232d37);
    background:-ms-linear-gradient(#595959, #404040 1px, #404040);
    background:linear-gradient(#32414f, #232d37 1px, #232d37);
    background:-o-linear-gradient(#32414f, #232d37 1px, #232d37);
    -pie-background:linear-gradient(#32414f, #232d37 1px, #232d37);
    */
    color:#ffffff;
    text-decoration:none;
}

.jcBordered img{
    width: 95% important!;
    overflow: hidden;
}
.jcBordered img{
    max-width: 95% important!;
    overflow: hidden;
}
.tabs-nav.blog li {
    width: 45% !important;
}

.li_hp{
 border: 1px solid #000000;
 margin-left: 25px !important ;
 overflow-x: hidden;
}

#contact fieldset div select {
   border: 1px solid #eceef0;
        padding: 8px 9px;
        outline: none;
        font-size: 14px;
        color: #848688;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #f8fafc;
        
        border-radius: 2px;
}



.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}
.news_share  i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin: 0 9px 0 3px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
}
@media only screen and (min-width: 300px) and (max-width: 1199px) 
{
    .showbiz-navigation{
       display:none !important ; 
    }
}

.bg_red{
background: #f56450;
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    div.front img {
        width: 60% !important;
    }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .img-container {
  text-align: center !important;
  border:0px solid #000000; 
  margin: 10px auto !important ;
  width:70% ; 
  

 
}