﻿ /*Mobile Devices*/
@media only screen and (min-width: 200px) and (max-width: 900px) 
{
    .top-row {
    text-align:center;
    }
    .social {
        text-align:center
    }
     .logoarea{
       float:none;
       text-align:center;
       display:block;
    }
     table {
		overflow-x: auto;
		display: block;
	}
      table td {
        font-size: 1.0em;
        padding:3px;}
    table td p{
        font-size: 1.0em;
    }
.header .topnav .logo {
    max-width: 300px;
    max-height: 70px;
    text-align: center;
    background-color: #fff;
    box-shadow: 3px 4px 25px 0px rgba(0, 0, 0, 0.35);

    float: left;
}

}

/*Other Devices*/
@media only screen and (min-width: 240px) and (max-width: 600px) {
    /*disable carousel text when in mobile*/
   .carousel-content {display:none}
   .ProductAreaContainer {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    }
    .carousel-inner {
     
  
    }
    .btn {margin-top:3px;}
    .contact-ul li{float:right;}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

      .carousel-box:after {
        content: '';
        display: table;
        clear: both;
    }
}