.mi{
    line-height : 25px;
}

.mt-2 {
    margin-top: 15px;
}

.ml-2 {
    margin-left: 15px;
}

.mb-2 {
    margin-bottom: 15px;
}

.item-post-container-new {
    background-color: #e7e4e6;
}

.item-post-footer-new {
    text-align: center;
    padding-bottom: 15px;
    border-top: 3px solid #992b82;
    margin-left: 20px;
    margin-right: 30px;
}

.item-post-footer-new p {
    margin-top: 10px;
    font-style: italic;
}

/*
.item-post-new {
    margin: 10px 10px 40px 0;
} */

.item-post-new a {
    display: block;
}

.item-post-content-new {
    /*    border-bottom: 2px solid #129487;  */
}

.item-post-content-new a {
    text-decoration: none;
}

.item-post-content-new h2 {
    font-size: 20px;
    color: white;
    padding: 15px 5px 15px 15px;
    margin: 0;
    background-color: #992b82;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.item-post-content-new p {
    font-size: 14px;
    color: #424546;
    font-weight: normal;
    text-align: left;
}

.item-post-container-new-b {
    /*     background-color: #e7e4e6; */
}

.item-post-footer-new-b {
    text-align: center;
    padding-bottom: 15px;
    border-top: 3px solid #992b82;
}

.item-post-footer-new-b p {
    margin-top: 10px;
    font-style: italic;
}

.item-post-new-b {}

.item-post-new-b a {
    display: block;
}

.item-post-content-new-b {
    /* border-bottom: 2px solid #129487; */
}

.item-post-content-new-b a {
    text-decoration: none;
}

.item-post-content-new-b h2 {
    font-size: 14px;
    font-weight: bold;
    color: #992b82;
    margin: 0;
    margin-bottom: 10px;
}

.item-post-content-new-b p {
    font-size: 14px;
    color: #424546;
    font-weight: normal;
    text-align: left;
}

.item-post-content-new-c h2 {
    font-size: 20px;
    font-weight: bold;
    color: #992b82;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}

.nmp {
    margin: 0px;
    padding: 0px;
}

#link{
    text-decoration: none;
    color: black;
    font-style: italic;
    font-weight: bold;
}

.title{
    font-size: 20px;
    font-weight: normal;
    color: #119587;
    border-bottom: 2px solid #119587;
    padding-bottom: 10px;
}

.title-link{
    font-size: 16px;
    font-weight: bold;
}

#no-decoration{
    text-decoration: none;
}

.m-0{
    margin-left: 0px;
    margin-right: 0px;
}

.p-0{
    padding-left: 0px;
    padding-right: 0px;
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    .title{
        font-size: 15px;
        font-weight: normal;
        color: #7dc3d4;
        border-bottom: 2px solid #7dc3d4;
        padding-bottom: 10px;
        margin-left: 5px;
    }
    
    .title-link{
        font-size: 15px;
        font-weight: bold;
        margin-right: 5px;
    }

    .full{
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .title{
        font-size: 13px;
        font-weight: normal;
        color: #7dc3d4;
        border-bottom: 2px solid #7dc3d4;
        padding-bottom: 10px;
        margin-left: 5px;
    }
    
    .title-link{
        font-size: 13px;
        font-weight: bold;
        margin-right: 5px;
    }


  }

  @media screen and (min-aspect-ratio: 13/9){ 
    
.col-xsl-6{ width: 50%; }

  } 