/*
 *  common elements
 */

#wrapper {
    position: relative;
    margin: 0;
    padding: 6px 0 0;
    width: 100%;
    min-height: 400px;
    background: #fff;
    z-index: 10;
}

.no-mobile { display: none; }

#content { float: none; width: 100%; }

#catalog-index { margin: 0; padding: 0; border: none; }
.catalog-type { float: none; width: 90%; margin: 0; padding: 12px 5%; border-bottom: 1px solid #ccc; }
.catalog-even { margin-right: 0; }
.catalog-type-data { width: 60%; }
.catalog-type-image { margin-right: 62%; }
#article { padding: 0 2%; width: 96%; }

.mobile-only {
    display: block;
}

h1 { padding: 0 3%; font-weight: 700; }

/*
 *  mobile menu
 */

#mobile-menu {
    height: 45px;
    margin: 0;
    padding: 0;
    background: #0d476a;
    list-style: none;
    z-index: 1;
}

#mobile-menu > li {
    float: left;
    height: 45px;
    z-index: 2;
}

#mobile-menu .title {
    line-height: 45px;
    font-size: 120%;
    color: #fff;
}

#mobile-menu .phone {
    width: 45px;
    border-right: 1px solid #fff;
    margin-right: 12px;
}

#mobile-menu .phone a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(../images/phone.png) no-repeat 0 0;
}

#mobile-menu .hamburger {
    position: relative;
    border-right: 1px solid #fff;
    width: 45px;
}

#mobile-menu .hamburger > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(../images/hamburger.png) no-repeat 0 0;
    z-index: 3;
}

#mobile-menu .hamburger ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 7px 6px 6px;
    width: 264px;
    z-index: 3;
}

#mobile-menu .hamburger li {
    margin-top: -1px;
    border: 1px solid #0d476a;
    z-index: 4;
}

#mobile-menu .hamburger li a {
    display: block;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #0d476a;
    z-index: 5;
}

.mobile-open #wrapper {
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: translate3d(270px, 0, 0);
	-ms-transform: translate3d(270px, 0, 0);
	-webkit-transform: translate3d(270px, 0, 0);
	transform: translate3d(270px, 0, 0);
}

.mobile-close #wrapper {
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*
 *  mobile breadcrumb
 */

.breadcrumb,
.mobile-list a,
.mobile-items li {
    display: block;
    padding: 12px 5%;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.breadcrumb {
    padding-left: 3%;
}

.breadcrumb .arrow,
.mobile-list .arrow {
    display: block;
    font-size: 160%;
    font-weight: 700;
    color: #06c;
    margin-right: 8px;
    margin-top: -2px;
}

.breadcrumb .arrow {
    float: left;
}

/*
 *  mobile list
 */

.mobile-list a.first,
.mobile-items {
    border-top: 1px solid #ccc;
}

.mobile-list a {
    padding-right: 3%;
}

.mobile-list .arrow {
    float: right;
}

/*
 *  mobile list
 */

.mobile-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-items li {
    height: auto;
}

.mobile-items .mail {
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    text-decoration: none;
    background: url(../images/mail.png) no-repeat 0 0;
}

.mobile-items .info {
    margin-right: 20%;
}

.mobile-items .title {
    color: #06c;
    margin-bottom: 6px;
}

.mobile-items .price {
    font-size: 16px;
}

/*
 *  mobile offers
 */

.mobile-offers {
    margin: 12px 0;
}

.mobile-offers h3 {
    padding: 12px 5%;
    margin: 0 !important;
    font-size: 20px !important;
}

.mobile-offers .offer {
    padding: 12px 5%;
    border-bottom: 1px solid #ccc;
}

.mobile-offers .offer.first {
    border-top: 1px solid #ccc;
}

.mobile-offers .image {
    float: left;
    width: 142px;
    text-align: center;
}

.mobile-offers .image img {
    max-width: 100%;
    vertical-align: top;
}

.mobile-offers .info {
    margin-left: 150px;
}

.mobile-offers h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.mobile-offers h4 a {
    color: #06c;
}

.mobile-offers p {
    padding: 0;
    margin: 6px 0;
    font-size: 16px;
}

.mobile-offers p a {
    color: #000;
    text-decoration: none;
}

.mobile-offers .price {
    font-size: 16px;
    font-weight: 700;
}