/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .una-area h1 {
        font-size: 32px;
    }
    .una-area {
        text-align: center;
    }
}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-item h1 {
        font-size: 18px;
    }
    .menu {
        display: none;
    }
  .una-area h1 {
	font-size: 24px;
	text-align: center;
}
    .una-area h2 {
        font-size: 22px;
    }
    .footer-menu .menu {
        display: block;
    }
    .menu-open {
        display: block;
    }
    .header-area .header-wrapper {
        height: 300px;
    }
    .header-item {
        margin-top: 180px;
    }
    
    br{
        
        display: none;
    }
    .item-area {
	padding-top: 29px;
}
    
.item-area .row {
	padding: 0 0px;
}
.item-text p {
	
	padding-right: 0;
	
} 
.item-wrapper.sc-blk {
	margin-top: 25px;
}
.footer-menu .menu {
	
	text-align: center;
}  
   

html.active .site-main-wrp {

    -webkit-transform: translateX(230px);

    transform: translateX(230px);

}
.site-main-wrp {

    -webkit-transition: .4s;

    transition: .4s;

}
html.active body {
  overflow: hidden;
}
html.active {
  overflow: hidden;
} 
.menu-open-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	color: #919599;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
} 
    
}





/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

 
}