﻿

@media (max-width: 1200px) {



}


@media (max-width: 991px) {

.lines .row .col-md-3 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

#cssmenu > ul > li > a {
    padding:10px 10px 10px 10px;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.menu

{
	display:none;
}
.menu-mobile
{
	display: block;
}
.top {
    padding: 10px 0;
    background-color: #fefefe;
    position: relative;
}

.text-margin2 {
    margin-top: 10px;
}

.footer-headline {
    margin-top: 25px;
}
#search-home {
    padding-bottom: 8px;
}

.btn-more3
{
	margin:10px 0;
}

.table-width
{
	 margin-bottom:30px;
}


}

@media (max-width: 768px) {

.bg-all {
    display: none;
}

.login-bg {
    position: relative;
    background: url(../images/bg.png) no-repeat left top;
    background-size: 55%;
}


.text-margin2 {
    margin-top: 10px;
}
.cart {
    float: right;
}

.cart2 {
    float: right;    
    margin-right: 10px;
}
#cart_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: fixed;
    background: #fff;
    z-index: 999;
    left: 0px;
    top: 0px;
    min-width: 100%;
    overflow-y: scroll;
    height: 250px;
}
.cart:hover #cart_mini_form {
    opacity: 1;
    visibility: visible;
    top: 60px;
    z-index: 9999;
}
#cart2_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: fixed;
    background: #fff;
    z-index: 999;
    left: 0px;
    top: 0px;
    min-width: 100%;
    overflow-y: scroll;
    height: 250px;
}
.cart2:hover #cart2_mini_form {
    opacity: 1;
    visibility: visible;
    top: 60px;
    z-index: 9999;
}


.account {
    margin-top: 15px;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 0;
    margin-left:20px;
    width: 90%;
}
.services {
    margin-top: 30px;
    padding: 0px 0px 0px 0px;
}


.services .box .form-control {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.box-margin {
    margin: 0 0px 30px 0px;
}
.box-margin2 {
    margin: 0 -15px 0px -15px;
}

.copyright .text-left {
    text-align:  center;
}
.copyright .text-right {
    text-align:  center;
}

.table-width
{
	 width:100%;
	 overflow:scroll;
	 margin-bottom:30px;
}

}

@media screen and (max-width:480px) {


}


@media screen and (max-width:320px) {


}
