/**
 * Styles for adaptive template width
 */
.content-wrapper{
	width:1260px;
	margin:0 auto;
	position:relative;
}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-4-1{
	float:left;
	margin:0 10px;
	padding:0 15px;
	position: relative;
}
.grid-1{
	width:1210px;
}
.grid-2{
	width:580px;
}
.grid-3{
	width:370px;
}
.grid-4{
	width:265px;
}
.grid-4-1{
	width:895px;
}
#header .grid-2{
    width: 595px;
}
.clearfix:after, .clearfix::after, .content-wrapper:after, .content-wrapper::after{
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
@media only screen and (min-width: 960px) and (max-width: 1259px) {
    .content-wrapper {width: 960px;}
    .grid-1{
            width:910px;
    }
    .grid-2{
            width:430px;
    }
    .grid-3{
            width:270px;
    }
    .grid-4{
            width:190px;
    }
    .grid-4-1{
            width:670px;
    }
    #header .grid-4{
        width:255px;
    }
    #header .grid-2 {
        width: 605px;
    }
    #content-top-line {
        background: url(../images/header-960.png) 50% 50% no-repeat #137bda;
    }
    .mainPage #article .custom.new_products ul {
        margin-left: 0;
    }
    .mainPage #article .custom.new_products li {
        margin: 0 10px;
    }
    .mainPage #article .custom.new_products img {
        width: 170px;
        height: 170px;
    }
    .rsform input[type="text"], .rsform textarea {
        width: 160px;
    }
    #footer .item-1 {
        width: 595px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.content-wrapper {width: 768px;}
    .grid-1{
            width:718px;
    }
    .grid-2{
            width:334px;
    }
    .grid-3{
            width:206px;
    }
    .grid-4{
            width:142px;
    }
    .grid-4-1{
            width:526px;
    }
    #header .grid-4{
        width:230px;
    }
    #header .grid-2 {
        width: 438px;
    }
    #nav .menu li a, #footer .menu li a {
        font-size: 16px;
    }
    #nav .menu li, #footer .menu li {
        margin: 0 2px;
    }
    #content-top-line {
        background: url(../images/header-768.png) 90px 30% no-repeat #137bda;
    }
    .mainPage #article .custom.new_products ul {
        padding: 0;
        margin: 0;
    }
    .mainPage #article .custom.new_products li {
        margin: 0 5px;
    }
    .mainPage #article .custom.new_products img {
        width: 140px;
        height: 140px;
    }
    #article, #aside-right{
        width: 525px;
    }
    #footer .item-1 {
        width: 463px;
    }
    #footer .item-2 {
        width: 205px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	body {-webkit-tap-highlight-color: transparent;}
    .content-wrapper {width: 480px;}
    .grid-1,.grid-2,.grid-3,.grid-4,.grid-4-1 {display: block;float: none;position: relative;width: 100%;padding:0; margin:0 auto;}
    #logo, #nav{
        overflow: hidden;
        text-align: center;
        margin: 0;
    }
    #logo a {
        width: 100%;
    }
    #header .grid-2 {
        max-width: 100%;
    }
    #nav .menu li, #footer .menu li {
        float: none;
        margin: 13px;
        text-align: center;
    }
    #nav .menu {
        float: none;
    }
    #content-top-line {
        background: #137bda;
    }
    #content-top-line ul {
        margin: 0 auto;
        width: 280px;
    }
    #content-top-line p, #footer p {
        text-align: center;
    }
    #aside-left, #footer .item-1 .menu {
        display: none;
    }
    .mainPage #article .custom.new_products ul {
        margin: 0 auto;
        width: 260px;
    }
    .mainPage #article .custom.new_products li {
        margin: 10px 18px;
    }
    #footer .item-1 {
        width: 100%;
    }
    #footer .author, #footer .articles {
        margin: 0;
        text-align: center;
    }
    #content-top-line .item-2 p, #footer-top-line .item-2 p {
        margin-right: 0px;
    }
    .pluso{
        display: none !important;
    }
}
@media only screen and (max-width: 480px) {
	body {-webkit-tap-highlight-color: transparent;}
    .content-wrapper {width: 95%;}
    .grid-1,.grid-2,.grid-3,.grid-4,.grid-4-1 {display: block;float: none;position: relative;width: 100%;padding:0; margin:0 auto;}
    #article img {
        margin: 0px;
    }
    #logo, #nav{
        overflow: hidden;
        text-align: center;
        margin: 0;
    }
    #logo a {
        width: 100%;
    }
    #header .grid-2 {
        max-width: 100%;
    }
    #nav .menu li, #footer .menu li {
        float: none;
        margin: 13px;
        text-align: center;
    }
    #nav .menu {
        float: none;
    }
    #content-top-line {
        background: #137bda;
    }
    #content-top-line ul {
        margin: 0 auto;
        width: 280px;
    }
    #content-top-line p, #footer p {
        text-align: center;
    }
    #aside-left, #footer .item-1 .menu {
        display: none;
    }
    .mainPage #article .custom.new_products ul {
        margin: 0 auto;
        width: 260px;
    }
    .mainPage #article .custom.new_products li {
        margin: 10px 18px;
    }
    #footer .item-1 {
        width: 100%;
    }
    #footer .author, #footer .articles {
        margin: 0;
        text-align: center;
    }
    #content-top-line .item-2 p, #footer-top-line .item-2 p {
        margin-right: 0px;
    }
    .pluso{
        display: none !important;
    }
    ul.breadcrumb {
        padding: 10px 15px;
        font-size: 16px;
    }
}