.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
#tech-slideshow, #hddtech-slideshow,#Ptech-slideshow {
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}
#tech-slideshow-1,#hddtech-slideshow-1,#Ptech-slideshow-1 {
    height: 20px;
    width: 2526px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-transition:  opacity 0.5s ease-out; 
    -o-transition: opacity 0.5s ease-out; 
    -webkit-transition: opacity 0.5s ease-out; 
    -ms-transition: opacity 0.5s ease-out; 
    -webkit-animation: moveSlideshow 20s linear infinite;
    -moz-animation:    moveSlideshow 20s linear infinite;

}
#tech-slideshow-1{
    background: url(image/alllaplogo.jpg);
}
#hddtech-slideshow-1{
    background: url(image/hddlogo.jpg);
}
#Ptech-slideshow-1 {
    background: url(image/MPrinterlogo.jpg);
}
@-webkit-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1004px; }
}
@-moz-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1004px; }
}
nav {
    height: 40px;
    width: 100%;
    background: brown;
    font-size: 8pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #283744;
    border-radius: 10px;
}
nav ul {
    padding: 0;
    margin: 0 auto 0 auto;
    width: 91%;
    height: 40px;
    background: brown;
    text-align: center;
}
nav li {
    display: inline;    
    margin: 0 auto 0 auto;
}
nav a {
    color: #fff;
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    height: 40px;    
    text-shadow: 1px 1px 0px #283744;
    background: brown;
}
nav form{
    display: none;
}
nav li a {
    border-right: 1px solid #576979;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover, nav li.active a {
    background-color: #900000;
    font-style: normal;
}
nav a#pull {
    display: none;
}
#mob,.mob2, #contact{
    display: none;
}
body {
    background: #552828;
    font-family:"Helvetica","Arial","Thamba";
    position: relative;    
}
#wrapper {
    margin : 0 auto;
    max-width : 1200px;
    width : auto;
    background : #fff;
    border-radius : 10px;
    padding : 2%;
}
header {
    height: 80px;
    width: 99%;
    text-align: center;
    vertical-align: bottom;
    font-size :10pt;
    font-family : "Arial";
    background: url('image/alllogo.gif') no-repeat 0 -3px, url('image/LADY.png') no-repeat right ;
    background-size: contain;
}
#left-col {
    background : #fff;
    width: 60%;   
    float : left;
    margin-top : 2%;
    border-radius : 10px;
    text-align : center;
    display: inline;
    padding: 10px;
}
#sidebar, #sidebar1{
    background : #fff;
    width:  35%;
    float : right;
    margin-top : 2%;
    border-radius : 10px;
    text-align : center;
    display: inline;
    padding: 10px;
    
    border-style:solid;
    border-color: brown;
    border-width: 1pt;
    color: #900000;
}
iframe {
        width : 100%;
        height: auto;        
    }
h3 {
    text-align : center;
    font-weight: 300;
}
p {
    padding: 1%;
    text-align: left;
}
#address{
    border-style:solid;
    background: #E0E0E0;
    border-color: brown;
    border-width: 1pt;
    padding-top : 2px;
    padding-bottom : 0px;
    color: #900000;
    border-radius : 10px;
    float: left;
}
#address p{
    text-align: center;
}
#tcarea {
    text-align: center;
}
#maf{
    width: 60%;
}
#iferor{
    font-size: 11pt;
}
#iferor p{
    color: brown;
    text-align: center;
}
#print{
    font-size: 10pt;
}
img {    
    margin: 0 auto;
    max-width : 100%;    
    width : auto;
    border-style: none;
}
.CartButton{
    max-width: 80px;
    margin: 3px;
   
}
.CartButton:hover{
    max-width: 81px;
    margin-left: 2px;
}
#box {
    border-style:solid;
    background: #fff;
    border-color: brown;
    border-width: 1pt;
    padding-top : 2px;
    padding-bottom : 0px;
    text-align: center;
    max-height: 100px;
    max-width: 300px;
    min-height: 100px;
    min-width: 150px;
    border-radius : 10px;
    float: left;
}
#box p{
    text-align: left;
    font-size: 8pt;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-style: normal;
}
#box h6{
    font-size: 12pt;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
}
#captionbox{
    height: auto;
    width: 99%;
    background: brown;
    font-size: 10pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #283744;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px
        
}
#captionbox a{
    color: #fff;
    width: 100%;
}
#captionbox a:hover{
    background: gray;
    text-decoration: underline;
}
.clear {
    clear : both;
}
#social {
    text-align : center;
}
#contact{
    border-radius: 10px;
    text-align: center;
    border-color: brown;
}
#contact img{
    margin: 10px auto 10px auto;
}  
#chrom{
    display: none;
}
#chrom p{
    text-align: center;
    font-size: 8pt;
    padding: 0;
    margin: 0;
    color: blue;
}
#social img {
    padding-top : 5px;
    height : 50px;
    width : 50px;
}
#call p {    
    text-align: center;    
}
ul,ol,li{
    text-align: left;
    list-style-position: inside;
    margin-top: 5px;
}
#sidebar h1{
    color: black;
}
#DService{
    background-color: brown;
    font-size: 12pt;
    border-radius: 10px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #283744;
    height: 40px;
    width: 300px;
    margin:auto;
    cursor: pointer;
}
#DService a{
    width: 300px;
    color: #fff;
    display: block;    
    line-height: 40px;
    text-decoration: none;      
    text-shadow: 1px 1px 0px #283744;
    border-radius: 10px;
}
#DService img{
    position: absolute;
    margin-top: 2px;
}
#sidebar table{
    width: 98%;
    text-align: left;
}
#sidebar table td{
    margin: 0px;
    border: 0px;
}
#sidebar table td form{
    text-align: left;
}
form{
    text-align:end;
}
table {
    border-collapse: collapse;
    width:70%;
    margin: auto;
}
th {
    border: solid brown thin;
    background: #ffc;
    border-top: 1px solid brown;
    border-bottom: 1px solid brown;
    font-size: 9pt;
}
td {
    border: solid gray thin;
    font-size: 9pt;
}
caption {
    font-size: 10pt;
    font-weight: bold;
}
a{
    text-decoration:underline;
    color: inherit;
}
a:hover{
    font-style: italic;
}
#AllLink p{
    font-size: 6pt;
}
footer{
    background : #A09885;
    border-radius : 10px;
    padding: 10px;
}

.CartButton{
    width: 130px; background-color: brown; color: #fff; border-radius: 5px; padding: 2px; border-color: brown; text-decoration: none;
    
}
.CartButton:hover{
    background-color: #ba6758;
    cursor: pointer;
}

/* --MEDIA!!---*/
@media screen and (max-width: 921px) {
    body{
        font-size: 12pt;
        margin: 0;
        display: block;
    }
    #wrapper{
        padding: 1px;
        border-radius: 0;
    }
    #mob{
        border-bottom: 2px solid #283744;
        display: inline-block; 
        text-align: left;
        padding: 0 5px 0 5px;
        background: brown;
        width: 145px;        
        float: right;
        line-height: 40px;
        height: 40px;
        color: #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: fixed;
        right: 0;
        top: 20px;
        text-shadow: 1px 1px 0px #283744;
    }    
    #mob img{
        position: fixed;
        margin-top: 5px;
        height: 25px;
    }     
    #left-col, #sidebar, #footer{
        width: auto;
        min-width: 97%;
        padding: 3px;
        display: block;
        float: none;
    }
    #left-col img, #sidebar img{
        width: auto;
        display: block;
    }
    th{
        font-size: 7pt;
    }
    td{
        font-size: 7pt;
    }    
    #sidebar h1{
        font-size: 11pt;
    }    
    header {
        height: 60px;        
        text-align: center;
        vertical-align: bottom;
        font-size :8pt;
        font-family : "Arial";
        background: url('image/alllogo.gif') no-repeat 30% 0px;
        background-size: contain;
    }    
    #tech-slideshow, #hddtech-slideshow,#Ptech-slideshow {    
        margin-top: 5px;
    }
    #social, #contact, #call, header b{
        display: none;
    }
    #sidebar1{
        border-width: 0;
    }
    #Link {
        display: none;
    }
    #chrom p{
        display: none;
    }
    #tcarea img{
        max-width : 30%;
        height : auto;
        width : auto;
    }
    #maf{
        width: 100%;
        font-size: 10pt;
    }
    .emptycart{
        max-width: 50%;
    }
    #box {
        border-style:solid;
        background: #fff;
        border-color: brown;
        border-width: 2pt;
        padding-top : 2px;
        padding-bottom : 0px;
        text-align: center;
        max-height: 40px;
        max-width: 120px;
        min-height: 40px;
        min-width: 120px;
        border-radius : 10px;
        float: left;

    }
    #captionbox{
        display: none;
    }
    #box p{
        visibility: hidden;
        text-align: left;
        font-size: 4pt;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        font-style: normal;
    }
    #box h6{
        font-size: 8pt;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        font-style: normal;
    }
    #iferor{
        font-size: 9pt;
    }
    #iferor p{
        color: brown;
    }
    #tcarea{
        font-size: 10pt;
    }    
    .mob2{
        display: block;        
    }    
    nav {
        border-bottom: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #552828;
        text-align: center;
        width: 60px;
        display: inline-block;
        position: fixed;
        left: 0;
        top: 20px;
    }
    nav a{
        width: 100px;
        
    }    
    nav ul{
        display: none;
        height: auto;
        width: 100px;
        background: none;
    }    
    nav li a{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 1px solid #576979;
        border-right: 1px solid #576979;
    }    
    nav a#pull {
        display: block;
        background-color: brown;
        width: auto;
        position: relative;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 2px solid #283744;
    }   
    nav a#pull:after {
        content:"";
        background: url('image/nav-icon.png') no-repeat;
        width: 25px;
        height: 30px;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0;
        left: 0;
        margin: 0 auto 0 auto;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    nav li {
        display: block;
        position: relative;
    }
    .show{
        display: block;
    }
    #AllLink{
        font-size: 4pt;
    }
}
