/* -------------------------------
             Слайдер
----------------------------------*/

.shopslider {
        border:0px solid #000;
	width: 980px;
        height: 450px;
	margin-bottom:55px;
	
        }

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

#shopwrapper {
        height: auto  !important;
        clear: both;
        border:0px solid #000;
	width: 100%;
        max-width:1200px;
	margin: 0 auto;
	}

#shopwrapper ﻿ul {
	list-style:none;
}

a {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #e35858;
	text-decoration:none;
}

.shopBox {
        border-radius: 5px 5px 0px 0px;
        position:relative;
        float: left;
        margin-right:3%;
        margin-bottom:40px;
        background: #fff;
        border:0px solid #d6d6d6;
	width: 48.5%;
        height: auto;
        }

#last {
       margin-right:0px;
      }

.shopBox .shopThumb {
        border-radius: 5px 5px 0px 0px;
        z-index: 2;
        -moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
        }

.shopBox .shopThumb img {
        border-radius: 5px 5px 0px 0px;
        }

.shopBox .shopThumb:hover {
        opacity: 0.8;
        
        }

.shopBox h2 {
        line-height:25px;
        font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 96.5%;
        opacity: 0.7;
        margin-left:-8px;
        background: #000;
        padding:6px 0px 9px 3.3%;
        font-weight: 100;
        font-size:22px;
        position:absolute;
	left:8px;
	bottom:80px;
        }

.shopBox h2 a {
        color:#fff;
        
        }

.shopBox h2 a:hover {
        color:#00b4f0;
        
        }

.shopBox .line {
        background: #999;
        width: 99.8%;
	height: 1px;
        position:absolute;
	left:0px;
	bottom:67px;
        }

.buybutton a {
        border-radius: 3px;
        background: #00b4f0;
        font-weight:500;
        font-color: #fff;
        font-size:15px;
        padding:6px 11px 9px 11px;
        -moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
        position:absolute;
	left:14px;
	bottom:18px;
        }

.shopBox .buybutton a:hover {
        color: #fff;
        opacity: 0.7;
        }

.shopBox .sellbutton a {
        border-radius: 3px;
        background: #00b4f0;
        font-weight:500;
        color:#888;
        font-size:15px;
        padding:6px 11px 9px 11px;
        -moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
        position:absolute;
	left:18px;
	bottom:12px;
        }

.shopBox .sellbutton:hover {
        
        opacity: 0.7;
        }

.shopBox .download a {
        border-radius: 3px;
        background: #e7e7e7;
        font-weight:500;
        color:#888;
        font-size:15px;
        padding:6px 11px 9px 11px;
        -moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
        position:absolute;
	left:18px;
	bottom:12px;
        }

.shopBox .download:hover {
        opacity: 0.7;
        }

.shopBox .demobutton a {
        border-radius: 3px;
        background: #ed3e7c;
        font-weight:500;
        color:#fff;
        font-size:15px;
        padding:6px 11px 9px 11px;
        -moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
        position:absolute;
	right:14px;
	bottom:18px;
        }

.shopBox .demobutton:hover {
        opacity: 0.7;
        }

.shopBox .shadow {
        width: 280px;
	height: 32px;
        background: url(/wp-content/themes/beloweb/imagesshop/shadow.png) no-repeat ;
        position:absolute;
	right:0px;
	bottom:-33px;
        }

@media screen and (min-width:100px) and (max-width:1200px) {

.shopBox {
        height: auto;
        }
}

@media screen and (min-width:100px) and (max-width:900px) {

.shopBox h2 {
        font-weight: 600;
        font-size:13px;
        }
}

@media screen and (min-width:100px) and (max-width:600px) {

.shopBox {
        float: none;
        margin-right:0px;
        width: 100%;
        height: auto;
        }
}
/*
     */
/*
*/