/* xxl */ 
@media (min-width: 1380px) {

.fullInfo .fullInc:nth-child(2) .text button {display: block !important}		
.fullInfo .row.fullInc:nth-child(2n) .text {order: 2 !important; margin-left: 8.33333333%;}
.fullInfo .row.fullInc:nth-child(odd) .img {margin-left: 8.33333333%;}	
	
}



/* xl */ 
@media (min-width: 1200px) and (max-width: 1379px) {

.fullInfo .fullInc:nth-child(2) .text button {display: block !important}		
.fullInfo .row.fullInc:nth-child(2n) .text {order: 2 !important; margin-left: 8.33333333%;}
.fullInfo .row.fullInc:nth-child(odd) .img {margin-left: 8.33333333%;}		
	
	
}

/* lg */
@media (min-width: 992px) and (max-width: 1199px) {	


.fullInfo .fullInc:nth-child(2) .text button {display: block !important}		
.fullInfo .row.fullInc:nth-child(2n) .text {order: 2 !important; margin-left: 8.33333333%;}
.fullInfo .row.fullInc:nth-child(odd) .img {margin-left: 8.33333333%;}		
	
}



/* md */
@media (min-width: 768px) and (max-width: 991px) {
	

body {font-size: 0.7rem;}

.fullInfo .fullInc:nth-child(2) .text button {display: block !important}		
.fullInfo .row.fullInc:nth-child(2n) .text {order: 2 !important; margin-left: 8.33333333%;}
.fullInfo .row.fullInc:nth-child(odd) .img {margin-left: 8.33333333%;}		
	
}	
	
/* sm */
@media (min-width: 480px) and (max-width: 767px) {

/*********************************/

body {font-size: 0.7rem;}

.fullInfo .fullInc:nth-child(2) .text button {display: block !important}		
.fullInfo .row.fullInc:nth-child(2n) .text {order: 2 !important; margin-left: 8.33333333%;}
.fullInfo .row.fullInc:nth-child(odd) .img {margin-left: 8.33333333%;}		
	
}

/* xs Portrait */
@media (max-width: 479px) {	

/*********************************/

body {font-size: 0.7rem;}
/*********************************/

.topLogo {width: 250px !important;}	
	
	
#indexForm, #forReason {display: none;}

#about .inc {height: auto !important; min-height: 480px;}
	
/**
  Hamburger
**/
.hamburger {
  top: 70px !important;
  width: 4em !important;
}

.hamburger div {
  width: 4em !important;
}
	
	
.sliderkit-nav {display: none !important;}
.sliderkit-panels {
    position: absolute;
    left: 0vw !important;
    width: 100vw !important;
    height: 100%;
    overflow: hidden;
	z-index: 0;}	
	
}

.sliderkit-panels h1 {font-size: 50px !important; width:100% !important; }


.fullAbout .row.fullInc:nth-child(2n) .img {margin-left: 0% !important;}
.fullAbout .row.fullInc:nth-child(odd) .text {margin-left: 0% !important; order: 1!important; }

