@media ( max-width :1920px) {

}

@media ( max-width :1680px) {

}

@media ( max-width :1600px) {

}

@media ( max-width :1440px) {

}

@media ( max-width :1400px) {

}

@media ( max-width :1366px) {

}

@media ( max-width :1280px) {
.main-tag-scroll img {
    height: 150px;
}
}

@media ( max-width :1152px) {

}

@media ( max-width :1080px) {

}

@media ( max-width :1024px) {

}


/* Approximatly zoom 200% in pc browsers*/


@media ( max-width :800px) {
}

@media ( max-width :768px) {
}

@media ( max-width :767px) {


@media ( min-width : 768px) {

}


/* Most of mobile devices including zoom
* While this is less or equal to 768px
*/

@media
( max-width :991px),
only screen
	and (max-width: 760px),
only screen
	and (max-device-width: 768px),
only screen
	and (max-device-width: 768px)
	and (orientation: portrait),
	( min-device-width : 320px)
		and (max-device-width : 480px),
	(max-device-width : 280px)
{
	.sstatus > div {
    padding: 0 3px;
	}

.newsletter-title h2 {
    font-size: 18px;
}

.newsletter-form form input {
    width: 93%;
}

.newsletter-wrap{
	padding: 11px  10px;
}

    .container {
        max-width: 90%;
    }

}


/* Specificly for i-pad specific */
@media only screen
and (max-device-width: 768px)
and (orientation:portrait)
{

}

/* Specificly for i-pad pro specific */
@media only screen
and (min-device-width: 481px)
and (max-device-width: 1024px)
and (orientation:portrait)
{

}

/* Specificly for i-pad pro specific */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2)
{

}