


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

    
    .main-menu li a {
	
	padding: 5px 13px;
	
}
    

}

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


}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
 .main-menu li a {
	font-size: 14px;
	padding: 5px 6px;
}   
.body-texts h1 {
	font-size: 25px;
}  
 .body-texts h2 {
	font-size: 20px;
}   
.see-us-live-content h2 {
	font-size: 25px;
}    
 
.Buy-Record h3 {
	font-weight: 700;
	font-size: 35px;
}    
    
    
    
    
}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
 .main-menu li a {
	font-size: 14px;
	padding: 5px 9px;
}
 .Buy-Record h3 {
	font-size: 25px;
}   
.body-area {
	background-image: none;
	background-size: cover;
	background-color: #F9E8DC;
} 
    
 .laura-img {
	display: block;
} 
.singlegalery {
	height: 245px;
}
  
    

.mfp-figure img {
	width: 700px;
	max-width: 700px;
}
    
    
}
 



/* Extra small Device. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.header-menu-area {
	margin-bottom: 20px;
}
.body-texts h1 {
	font-size: 24px;
	text-align: center;
}
.body-texts h2 {
	text-align: center;
	font-size: 20px;
}    
.Buy-Record {
	text-align: center;
	margin-bottom: 20px;
}  
.Buy-Record h3 {
	font-size: 40px;
	margin-bottom: 0;
}    
    
    
.body-area {
	background-image: none;
	background-size: cover;
	background-color: #F9E8DC;
} 
    
 .laura-img {
	display: block;
}   
.mfp-figure img {
	width: auto;
    max-width: auto;

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

 
}