@media only screen and (max-width: 1279px){

.main-banner {
   
    height: auto;
}

.header .custom img {
   
    height: auto;
    
}

.top-container {
    padding: 0 2%;
}

.main-content-area-container {
    padding: 0 2%;
    max-width: 96%;
}
.subpage-content-container {
    padding: 0 2%;
}

.nspArt p.nspText{
	font-size: 90%;
}

.part1 .nspInfo1{
	position: 	unset;
}

.footer-menu-container {

    padding: 0 2%;
    max-width: 96%;

}


.promotion-container {
    max-width: 96%;
    float: none;
    width: 96%;

}

.socialicon-container {
    text-align: center;
    text-align: left;
    padding-left: 20px;
    float: left;
}




}




@media only screen and (max-width: 1023px){
/* Styles */


.container{  
	display: flex;
    flex-direction: column;
    overflow: hidden;
}

.menu-container{ 
	order: 1;
	display: flex;
    flex-direction: column;
}


.top .header{ order : 1; }

.top .header-items{ order : 2; }

.top{ order: 2; width: 100%;}

.content{ order: 3; }

.menu-area.first-menu{
	display: none;
	width: 100%;
}

.menu-area.first-menu .menu{
	display: block;
}

.menu-area.first-menu .menu li {

    float: none;
    display: block;
    background-color: #2CBCBC;

}

.menu-area.first-menu .menu li a{
	display: block;
	max-width : 100%;
	color:white;
	border-bottom: 1px solid white;
    text-align: left;
    padding: 10px 10px 10px 2% !important;
}

.menu-area.first-menu .menu li a:hover{
	background-color: white;
	color: black;
    border-bottom: 1px solid white;
}

.first-menu .menu li .nav-child{
    display: none;
}

.first-menu ul .nav-child{
    width: 100%;
    max-width: 100% !important;
    float: none !important;
    position: unset !important;
    border: white !important;
}

.first-menu .menu li  .nav-child li:last-child{
    border-bottom: 1px solid white;
}

.first-menu .menu li  .nav-child li{
    border: 0;
    border-bottom: 1px solid white;
}

.first-menu ul .nav-child li:hover a{
   border-bottom: 1px solid white;

}
.first-menu .menu li:hover .nav-child {
    display: none;
    position: initial;
    float:  none;
    background-color:   white;
    max-width:  100% !important;
}


.first-menu .menu li:hover .nav-child li{
     border: 0;
    border-bottom: 1px solid white;
}



.first-menu .menu li .nav-child li a{
        color: white;
        font-size: 90%;
}

.first-menu .menu li:hover .nav-child li a:hover{
        color: black;
}

.menu-mobile-button {

    display: block;
    height: 48px;
    background: url(../images/menu-mobile-button-2CBCBC.png) center left no-repeat;
	cursor: pointer;
	background-position-x: 2%;
}


.header-items {

    position: absolute;
    float: right;
    right: 0;
    order: 1 !important;
    display: block;
    top: 0;
    margin: 0;
    padding: 10px;

}

.tagline{
	display: none;
}

.mobile-tagline {
    display: inline-block;
    float: right;
    padding-right: 20px;
}



.gkArtContentWrap {

    max-width: 95% !important;

}

.part1, .part2{
	max-width: 100%;
	width: 100%;
    padding: 0;
    float: initial;
}

.main-content-area-container {

    padding: 2%;

}

.nspArts, .nspLinksWrap{
	padding: 0 !important;
}

/* Subpage CSS*/
.subpage-menu-container {
   width: 	100%;
   max-width: 100%;
   float: none;
   display:     none;
}


.subpage-content-container {
    padding: 2%;
}

.item-page, .gallery{
	max-width: 100%;
	width: 	100%;
	float: 	none;
    min-height:     initial;
}

.item-page{
    font-size:  80%;
}
.item-page table {
    width: 100%;
    max-width: 96%;
}


/* footer */

footer{
    max-width: 100%;
}



.footer-menu-container .custom {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
}

.footer-menu-container .menu{
    display:    table;
    margin-right:   auto;
    margin-left:    auto;
    float:  initial;
}
.footer-menu-container .menu li{
    padding: 0 5px 5px 0;
}
		

}