﻿ /*Mobile Devices*/
@media only screen and (min-width: 200px) and (max-width: 780px) 
{
   .social {
     position:absolute;
    right:10px;
    padding-top:60px;
   }
   .logoarea {
    text-align:center;
   }
   .logo {
       margin-top:0px;
       max-width:250px;
       max-height:150px;
     
    }
   .carousel-content {
        display:none
    }
  .carousel-box {
    margin-bottom: 0;
    padding: 0;
    background-color:transparent;
    background: rgba(0,0,0,0.2);
}
     #divContentSection img {
        /*max-width:99%;*/
        max-height:99%;
        margin-bottom:10px;
    }

    table {
		overflow-x: auto;
		display: block;
	}
    table td {
        font-size: 1.0em;
        padding:3px;
      
    }
     table td p{
        font-size: 1.0em;
        padding:3px;
      
    }
     .box {
         height:100%;
     }
}
@media only screen and (min-width: 240px) and (max-width: 600px) {
    /*disable carousel text when in mobile*/
  
   .ProductAreaContainer {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    }
    .btn {margin-top:3px}
}
/*Other Devices*/
@media only screen and (min-width:481px) {

}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

      .carousel-box:after {
        content: '';
        display: table;
        clear: both;
    }
}