/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
.container {
    max-width: 1280px;
}

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .staff-page .img-square-wrapper img {
        max-width: 200px;
    }
    .item-pagination {
        display: block;
    }
    .item-pagination .btn-1 ul {
        text-align: left;
    }
    .item-pagination .btn-1 ul li {
        text-align: center;
    }
    .auction-terms img {
        max-width: 200px;
        margin-bottom: 20px;
    }  
    .conditions-link {
        margin-top: 10px;
    }  
}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.sec-padding {
    padding: 50px 0px;
}
section.footer-section {
    padding: 50px 0px;
}	
.navbar-classic {
    padding: 15px 0px;
}
.single-news .post-thumb {
    height: 250px;
    margin-bottom: 20px;
}
.single-news .post-thumb img {
    position: relative;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
}
.single-news {
    margin-bottom: 30px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
}
#navbar-classic {
    padding: 10px 0px;
    margin-top: 15px;
    border-top: 1px solid;
}
.search_area .form-group.has-search {
    padding: 0px;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
}
.post-active .owl-nav button.owl-prev, .post-active .owl-nav button.owl-next {
    position: absolute;
}
.news-item {
    text-align: left;
}
a.news-cat-link {
    text-align: left;
}
.user_profile_area .dropdown-menu {
    top: 64px;
    width: 100%;
    background: #fff;
}
.half-two .single-news .post-thumb {
    height: auto;
    max-width: 150px;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
}
.half-two .single-news h3 {
    font-size: 18px;
}
.half-one .single-news .post-thumb {
    margin-bottom: 20px;
    height: auto;
}
.dropdown .dropdown-toggle:hover:before{
	display:none;
}
.staff-page .img-square-wrapper img {
    max-width: 150px;
}
.staff-page .card p {
    font-size: 18px;
    margin-bottom: 10px;
}
.news-cat-sec .row .col-md-6 .staff.card {
    padding: 10px 20px;
}
.img-gallery img {
    max-height: 150px;
}
.single-news {
    padding: 0px 0px;
}
.btn-1 ul li a {
    font-size: 16px;
    margin: 0px 3px;
}
.conditions-link {
    margin-bottom: 20px;
}
.nav-pills .nav-link {
    font-size: 20px;
    padding: 0px;
}

}

 
/* small mobile :320px. */
@media (max-width: 991px) {
    .header-classic ul.navbar-nav {
        margin-right: 0px !important;
    }
    .navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
        border: 1px solid #F7FCFE;
    }
    .navbar-toggler.collapsed .top-bar {
        background-color: #F7FCFE;
    }
    .icon-bar {
        background-color: #F7FCFE;
    }
    .navbar-toggler.collapsed .bottom-bar {
        background-color: #F7FCFE;
    }
    .search_area {
        padding-top: 30px;
    }
    .navbar-toggler .top-bar {
        background-color: #F7FCFE;
    }
    .navbar-toggler .bottom-bar {
        background-color: #F7FCFE;
    }
    .user_profile_area {
        margin-top: 15px;
    }
    .navbar-classic .navbar-nav .nav-item .nav-link {
        padding: 15px 10px;
        padding-left: 0;
    }
    .search_area .form-group.has-search {
        padding: 0px;
    }
    .user_profile_area li a.nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    .item-pagination {
        display: block;
    }
}
/* small mobile :320px. */
@media (max-width: 767px) {
.dropdown .dropdown-toggle:hover:before{
	display:none;
}	
.sec-padding {
    padding: 50px 0px;
}
section.footer-section {
    padding: 50px 0px;
}	
.navbar-classic {
    padding: 15px 0px;
}
.single-news .post-thumb {
    height: auto;
    margin-bottom: 20px;
}
.single-news .post-thumb img {
    position: relative;
    bottom: 0;
    max-width: 100%;
}
.single-news {
    margin-bottom: 30px;
    padding: 0;
}
#navbar-classic {
    padding: 10px 0px;
    margin-top: 15px;
    border-top: 1px solid;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
}
.post-active .owl-nav button.owl-prev, .post-active .owl-nav button.owl-next {
    position: inherit;
}
.news-item {
    text-align: center;
}
a.news-cat-link {
    text-align: center;
    margin-top:0px;
}
.user_profile_area .dropdown-menu {
    top: 64px;
    width: 100%;
    background: #fff;
}
.slider-section .carousel-caption h2 {
    font-size: 16px;
    font-weight: normal;
}
.slider-section .carousel-caption {
    left: 30px;
    width: 80%;
    padding: 10px;
}
.slider-section .carousel-caption p.date {
    font-size: 14px;
    margin-bottom: 0;
}
.slider-section .carousel-caption a {
    font-size: 14px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}
.staff.founder {
    margin-bottom: 30px;
}
hr.sec-border {
    margin-top: 0px;
}
.product-dtl {
    margin-top: 30px;
}
.news-cat-sec .row .col-md-4 {
    border-bottom: 1px solid #85A7B1;
    border-right: 0px solid;
    margin-bottom: 30px;
}
.footer-widget.logo_left {
    text-align: center;
}
.copyright-text {
    text-align: center;
}
.artists-row {
    border-bottom: 1px solid #85A7B1;
    padding-bottom: 0;
}
.news-cat-sec .artists-row .col-md-4:last-child {
    margin-bottom: 0;
}
.auction-menu ul {
    display: block;
    text-align: center;
}
.auction-menu ul li a {
    padding: 5px 0px;
    display: block;
}
.news-heading-area {
    display: block;
    margin-bottom: 30px;
}
.sidebar-left {
    padding-right: 0;
    margin-bottom: 20px;
}
.right-content {
    padding-left: 0;
}
.news-cat-sec.staff-page .row .col-md-6 {
    border-right: 0px solid #003e60;
    border-bottom: 1px solid #003e60;
}
.news-cat-sec.staff-page .row .col-md-6 .staff.card {
    padding: 20px 0px;
}
.staff-page .artists-row {
    margin-bottom: 0;
    border-bottom: 0px solid #85A7B1;
}
.staff-page .img-square-wrapper img {
    max-width: 150px;
}
.staff-page .card p {
    font-size: 18px;
    margin-bottom: 10px;
}
.about-page .row {
    flex-direction: column-reverse;
}
.about-page .col-md-8 {
    border-left: 0px solid #003e60;
    border-bottom: 1px solid #003e60;
    margin-bottom: 20px;
}
.action-btn button {
    margin-left: 0px;
}
.round-black-btn {
    padding: 7px 20px;
}
.action-btn {
    text-align: left;
    margin-top: 15px;
}
.img-gallery img {
    max-height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.heading-top {
    min-height: auto;
}
.item-pagination {
    display: block;
}
.item-pagination h2.sec-heading {
    margin-bottom: 5px;
}
.bid-history {
    min-height: auto;
}
.item-pagination .btn-1 ul {
    text-align: left;
}
.item-pagination .btn-1 ul li {
    text-align: center;
}
.auction-terms {
    display: block;
}
.bid-history ul li.submit-area {
    display: block;
}

.bid-history ul li.submit-area button.round-black-btn {
    margin-top: 20px;
}
.conditions-link {
    margin-bottom: 20px;
}
.bid-history ul li .telephone {
    width: 100%;
}
.telephone-col ul li {
    display: block;
}
.signin-page {
    position: relative;
    min-height: 480px;
    display: block !important;
    padding-top: 50px;
}
.signin-page .signin-right {
    position: inherit;
    width: 100%;
    margin-top: 50px;
}
.signin-right .carousel-caption h3 {
    color: #F7FCFE;
    font-size: 18px;
}
.signin-right .carousel-caption {
    left: 20px;
    background: #004060eb;
    right: 20px;
    max-width: 100%;
    text-align: left;
    padding: 20px;
}
.nav-pills .nav-link {
    font-size: 20px;
}
.staff-page h3.staff-title {
    font-weight: bold;
    font-size: 18px;
}
.art-right.exhibition-img {
    padding: 0;
    margin-top: 20px;
}
.more-artist-link {
    margin-top: 30px;
}
.single-artist-page .more-artist-link {
    margin-top: 30px;
}


}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

 
}
