@media screen and (min-width:960px) and (max-width: 1199px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /*body {background: yellow;}*/
    .container {
       width: 100%;
       padding: 0 0 30px;
    }
    /*.main {padding: 0 0 30px;}*/
    header .container {padding: 0;}
    .row {margin: 0}
    .row.site-section {margin: 0 0 68px;}
    .col-md-12 {padding: 0 10px;}
   /* .main {max-width: 960px;}*/
    .p-text {display: block;}
    .arrow {display: none;}
    .promo-slide-item > figure {
        /*width: 23%;*/
        /*margin: 0 0 0 40px;*/
    }
	.promo-slide-item .imgArea {position: relative;}
    .featured-artnet-auctions .imgBox {
        /* height: 331px;*/
       /* width: 460px;*/
    }
    .our-products {padding: 0;}
    .our-products article:first-child p {margin: 0px 5% 20px;}
    .our-products p {margin: 0px 10% 20px;}
    .featured-artists article {padding: 0 20px;}
    .featured-artnet-auctions article {padding: 0 10px;}
    .featured-news article,
    .featured-galleries article,
    .featured-auction-houses article,
    .sponsors article{padding: 0 5px;}
    .wideBanner {padding: 0 10px 80px;}
    .wideBanner img {width: 100%;}

    /* Search page styles end */
    .search-tab-style{
        padding: 0 0 0 12px;
    }
    .tabsArea .customSelect{
        margin-right: 15px !important;
    }
    /* Search page styles end */
	.newsletter-dialog {
		margin-top:150px;
	}
}

@media screen and (max-width:959px) and (min-width: 768px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  {
    /*body {background: red;}*/
    /*body {background: green;}*/
    .container {
        width: 100%;
        padding: 0;
    }
    .main {padding: 0 0 30px;}
    header .container {padding:0;}
    .row {margin: 0}
    .row.site-section {margin: 0 0 68px;}
    .col-md-12 {padding: 0 10px;}


    .topBanner img {width: 100%;}
    ul.topList {margin-right:10px }
    .mainNav li {padding: 0 10px;}
    .logo {left: 10px;}
    .search {right: 10px;}

    .promo-tabs ul,
    .promo-tabs ul li {
        width: 100%;
    }
    /*.promo-slide-item .imgArea {width: 70%;}*/
    /*.promo-slide-item .imgArea {width: 70%;}*/
    .promo-slide-item .imgBox {width: 100%;}   
    /*.promo-slide-item figure {
        width: 25%;
        margin: 0 0 0 20px;
    }*/
    .featured-artists article {padding: 0 20px;}
    .featured-artnet-auctions article {padding: 0 10px;}
    .featured-news article,
    .featured-galleries article,
    .featured-auction-houses article {padding: 0 10px;}
   .featured-artnet-auctions .imgBox {
        /*width: 350px;*/
        /*height: 252px;*/
    }
    .featured-news .imgBox,
    .featured-galleries .imgBox,
    .featured-auction-houses .imgBox,
    .featured-artists .imgBox {
        /*width: 230px;
        height: 230px;*/
    }
    .featured-artists .imgBox {
        /*width: 150px;
        height: 150px;*/
    } 

    /*.featured-artnet-auctions img,*/
    .featured-news .imgBox img,
    .featured-galleries .imgBox img,
    .featured-auction-houses .imgBox img,
    .featured-artists .imgBoximg {
        /* max-width: 230px;
        max-height: 230px;*/
    }
    .featured-artists .imgBox img {
        /*max-width: 150px;
        max-height: 150px;*/
    }

    .sponsor-slider article{
        padding: 0px;
        margin: 0px 5px;
        width: 23%;
    }
    .wideBanner {padding: 0 10px 80px;}
    .wideBanner img {width: 100%;}
	.searchResultHead h1.search-text
	{
		margin: 35px 0 35px 0;
	}
   
}