@media screen and (max-width: 960px) {
    #container {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .col-md-8 {
        float: left;
        width: 66.66666667%;
    }
    
    .col-md-4 {
        float: left;
        width: 33.33333333%;
    }
    
    .product .col-md-3 {
        float: left;
        width: 25%;
    }
    
    .product .col-md-9 {
        float: left;
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 20px 0;
        text-align: center;
    }
    
    .contact-info {
        display: inline-block;
        position: relative;
        top: 0;
        right: auto;
        margin-bottom: 10px;
    }
    
    .logo {
        float: none;
        margin-bottom: 15px;
    }
    
    #main-navigation {
        float: none;
        text-align: left;
        margin-top: 0;
    }
    
    .mobi-menu {
        display: block;
    }
    
    .menu-main-menu-container:not(.open) {
        display: none;
    }
    
    .menu {
        max-height: 0px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }
    
    .open .menu {
        width: 100%;
        max-height: 378px;
        position: absolute;
        top: 30px;
        background-color: #ffffff;
        padding: 5px 0;
    }
    
    .menu li {
        float: none;
        width: 100%;
        line-height: 24px;
        padding: 0;
    }
    
    .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        right: auto;
        border: none;
        box-shadow: none;
    }
    
    .sub-menu > li {
        text-align: center;
    }
    
    .col-md-4, .col-md-8 {
        padding: 0;
    }
    
    .col-md-4:not(:last-child), .col-md-8:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .performance-images {
        width: auto;
        margin: 0 auto;
    }
    
    .content img.alignnone.size-full {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }
    
    .product .col-md-3 {
        float: left;
        width: 15%;
    }
    
    .product .col-md-9 {
        float: left;
        width: 85%;
    }
    
    footer {
        max-height: none;
        text-align: center;
        padding: 20px;
    }
    
    #footer-navigation {
        margin-bottom: 20px;
    }
    
    #footer-navigation, .copyright {
        float: none;
    }
    
    .footer-menu > li, .copyright {
        line-height: 16px;
    }
	
	.copyright {
		width: auto;
		padding: 0;
	}
    
    .footer-menu > li {
        float: none;
        display: inline-block;
    }
    
    .lightbox-content {
        width: 90%;
    }
}

@media screen and (max-width: 344px) {
    .spam-validation > div, .spam-validation iframe {
        width: 100% !important;
    }
}