
@media (max-width: 991px)
{
.center-div {
    position: absolute;
    /* left: 50%; */
    top: 38%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -45%);
}
}

@media (min-width: 1200px)
{
.mg-tp-2em {
    margin-top: 3em !important;
}
}

@media (max-width: 480px)
{
.mg-tp-2em {
    margin-top: 8px !important;
}

}

@media (min-width: 767px)
{

.f-size-big-26
{
font-size: 26px;    
}

.white-big
{
color:white;    
}    
.padd-bt-120-big
{
padding-bottom: 120px !important;
}

.mg-tp--100-big
{
margin-top:-100px;
}
}

@media (max-width: 767px)
{
.nav>li {
    margin-bottom: 15px;
}

.navbar-nav {
    margin: 7.5px -15px;
    z-index: 1;
    position: relative;
    background-color: white !important;
}

.menu-small
{
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 100%;
    background-color: white; 
    height:100%;     
}


 .mg-tp-small-10
 {
 margin-top: 10px !important;   
 }    

.mg-tp-small-30
{
margin-top:30px;
}

.mg-tp-30-small
{
margin-top:30px;
}

.f-small-12
{
font-size:12px !important;    
}

.padd-tp-small-10
{
padding-top: 10px;
}

.mg-small-auto
{
margin:auto !important;
float:none;    
}

.text-small-center
{
text-align: center;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-collapse
{
background-color:white; 
color: #231f20; 
}

.navbar-collapse li a
{
color: #231f20 !important;  
}


h2
{font-size: 16px;}

.center-div {
    position: absolute;
    /* left: 50%; */
    top: 35%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -45%);
}

.mg-tp-2em {
    margin-top: 2em;
}

}