
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px), (orientation:landscape) {
  html {
    font-size:16px;
    
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px), (orientation:landscape){
  html {
    font-size:16px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px), (orientation:landscape) {
  html {
    font-size:16px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1115px) {
  html {
    font-size:16px;
  }
 /*  	body {
  	width:100%;
  	} */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  html {
    font-size:16px;
  }
  body {
    width:1170px;
  }
}
@media only screen 
and (max-width: 1366px)
{
  body {
    overflow-x:hidden;
  }
}

body {
    margin:auto;
    line-height: 160%;
}

#main-box {
	padding-bottom:45px;
}
