.container {
    /* width: 970px; */
    width: 1200px;
}

form .tos-modal {
    color: #333;
}

.form-inline .form-group{
	vertical-align: middle;
	margin-top:5px;
	margin-bottom:15px;

}
.form-inline .form-group [type="submit"]{
    margin-left:8px;
}

.form-inline label{
	margin-left:5px;

}

.preview-hub-menu ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.preview-hub-menu .navbar .nav,
.preview-hub-menu .navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
.preview-hub-menu .navbar-inner {
    text-align:center;
}
.preview-hub-menu .container-fluid,
.preview-hub-menu .dropdown-menu{
    background:#444;
}
.preview-hub-menu .container-fluid a{
    color:#fff;
}
.preview-hub-menu ul li:hover,
.preview-hub-menu .dropdown-menu li a:hover{
    background:#777777;
}
.unauthorized-page {
    background: #fff;
}
@media (max-width: 700px) {
    #page_container {
        padding:3px !important;
        margin:0px !important;
    }
    .flat-blocks-1-ty .row {
        padding:0 !important;
    }
    a {
        word-wrap: break-word;
        word-break: break-all;
    }
}

@media (max-width: 575px) {
    img {
        max-width: 380px !important;
        height: auto !important;
    }
    iframe {
        width: 440px !important;
        height: 248px !important;
    }
}

@media (max-width: 445px) {
    #page_container {
        width:435px !important
    }
    .container {
        width:390px !important
    }
    img {
        max-width: 380px !important;
        height: auto !important;
    }
    iframe {
        width: 380px !important;
        height: 214px !important;
    }
}

@media (max-width: 414px) {
    #page_container {
        width:400px !important
    }
    .container {
        width:365px !important
    }
    img {
        max-width: 355px !important;
        height: auto !important;
    }
    iframe {
        width: 355px !important;
        height: 200px !important;
    }
}

@media (max-width: 390px) {
    #page_container {
        width:375px !important
    }
    .container {
        width:350px !important
    }
    img {
        max-width: 340px !important;
        height: auto !important;
    }
    iframe {
        width: 340px !important;
        height: 174px !important;
    }
}

@media (max-width: 365px) {
    #page_container {
        width:348px !important
    }
}

@media (max-width: 320px) {
    #page_container {
        width:307px !important;
        margin: 0 auto !important;
    }
    .min-flat-2 .row {
        padding: 5px !important;
    }
    .container {
        width:307px !important
    }
    img,iframe {
        max-width: 97% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .products-list .col-md-1 {
        width:5%;
        float:left;
    }
    .products-list .col-md-4 {
        width:30%;
        float:left;
    }
    .products-list .col-md-7 {
        width:65%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .products-list .col-md-1 {
        width:5%;
        float:left;
    }
    .products-list .col-md-4 {
        width:30%;
        float:left;
    }
    .products-list .col-md-7 {
        width:65%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        /* width: 970px; */
        width: 1200px;
    }
}

/* hide anchors on wide display */
@media (min-width: 768px){

    .navbar-nav {
	    /* display:none; */
    }

}

