article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
img, object, embed {
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: bold;
    vertical-align: bottom;
}
td {
    font-weight: normal;
    vertical-align: top;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;   
}
input, select {
    vertical-align: middle;
}
input[type="radio"] {
    vertical-align: top;
}
.ie6 input {
    vertical-align: text-bottom;
}
a:hover, a:active {
    outline: none;
}
button, input, select, textarea {
    margin: 0;
}
button {
    width: auto;
    overflow: visible;
}
.ie7 img {
    -ms-interpolation-mode: bicubic;
}
img {
    border: none;
}
:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}
:-moz-placeholder {
    color: #999999;
    opacity: 1;
}
::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

main {
    width: 100%;
    float: left;
    /*padding: 0 50px 80px 90px;*/
}

.content {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    padding: 40px 50px 0 450px;
}
.content-frame {
    background-color: #ffffff;
    width: 100%;
    float: left;
    height: 500px;
    border-radius: 7px 7px 0 0;
}
footer {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    /* height: 372px;
    margin-top: -186px; */
    margin-top: auto;
}
.container-fluid {
    background-color: #000000;
    width: 100%;
    float: left;
    padding: 76px 60px 60px 60px;
}
.logo-frame {
    width: 270px;
    float: left;
}
.logo-frame p {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 22px;
}
.logo-frame ul {
    position: relative;
    z-index: 500;
}
.logo-frame li {
    width: 34px;
    height: 34px;
    float: left;
    margin: 20px 0 0 15px;
}
.logo-frame li a {
    background-color: #262626;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-align: center;
    line-height: 38px;
}
.logo-frame li a:hover {
    background-color: #4c4c4c;
}
.logo-frame li:first-child {
    margin: 20px 0 0 0;
}
.logo-frame li img {
    width: 14px;
}
.main-links {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 310px 0 400px;
}
.main-links h4 {
    width: 370px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -185px;
}
.main-links ul {
    width: 370px;
    float: left;
    position: relative;
    left: 50%;
    margin: 0 0 0 -185px;
}
.main-links li a {
    background: url(../images/arrow.jpg) no-repeat left 50%;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 26px;
}
.main-links li a:hover {
    color: #ffffff;
}
.main-links li:nth-child(odd) {
    width: 150px;
    float: left;
}
.main-links li:nth-child(even) {
    width: 180px;
    float: left;
}
.contact-frame {
    width: 234px;
    float: right;
}
.contact-frame h4 {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
}
.contact-list {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    z-index: 500;
}
.contact-list a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #febb0a;
    margin-top: 10px;
}
.marginTop30 {
    margin-top: 30px;
}
.lower-footer {
    background-color: #1a1a1a;
    width: 100%;
    float: left;
    height: 60px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 22px 0;
}

/*Shopping Cart CSS*/
body.cart {
    background-color: #ffffff;
}
.shopping-wrapper {
    width: 100%;
    float: left;
    padding: 40px 0 40px 0;
    
}
.shipping-frame {
    width: 55%;
    float: left;
    /* background-color: #ffffff; */
}
.summary-frame {
    width: 45%;
    float: left;
    position: relative;
    /* background-color: #ffffff; */
}
.shippingTable {
    width: 100%;
    float: left;
    text-align: left;
}
.shippingTable thead {
    background-color: #f6f6f6;
    border: 0px #b4b4b4 solid;
}
.shippingTable thead th {
    /* font-family: "Myriad-Pro";   */
    font-size: 15px;
    font-weight: normal;
    color: #01365a;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 10px;
}
.shippingTable tbody td {
    /* font-family: Arial Narrow, Arial, sans-serif;  */
    font-size: 14px;
    color: #6e6e6e;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
}
.shippingTable tbody td span {
    color: #252525;
}
.shippingTable input[type="radio"] {
    margin-top: 3px;
}
.shippingTable button {
    background-color: #3285cb;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    margin: 10px 20px 0 20px;
    padding: 8px 0;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
        border:none !important
}
.shippingTable button.editButton {
    background-color: #ffffff;
    width: 100px;
    color: #002d52;
    margin: 0;
    border-radius: 20px;
    border:none !important
}
.shippingTable button.shipEdit {
    background-color: #ffffff;
    width: 100px;
    color: #002d52;
    margin: 10px 0 0 0;
    border-radius: 20px;
    border: 1px #083a5d solid;
    
}
.shippingTable button.placeOrder {
    background-color: #0a3a5d;
    width: 250px;
    font-size: 20px;
    color: #ffffff;
    margin: 55px 45px 0 45px;
    padding: 10px 0;
    border:none !important;
}
.code {
    width: 180px;
    border: 1px #cbcaca solid;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 5px 10px;
    margin-bottom:10px;
    font-weight:400;
}
.shippingTable tbody a {
    color: #487aa6;
    padding: 0 5px;
}
.summaryTable {
    width: 95%;
    float: right;
    text-align: left;
    border-collapse: separate;
    margin-top: 50px;
    padding: 5px 5px 50px 5px;
    position: relative;
}
.summaryTable thead {
    background-color: #f6f6f6;
}
.summaryTable thead th {
    /* font-family: "Myriad-Pro";   */
    font-size: 15px;
    font-weight: normal;
    color: #01365a;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 20px;
}
.summaryTable tbody td {
    /* font-family: Arial Narrow, Arial, sans-serif;  */
    font-size: 14px;
    color: #6e6e6e;
    line-height: 20px;
    padding: 10px 10px 0 20px;
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
} 
.summaryTable tbody .borderBottom { 
    border-bottom: 1px #000 solid;
}
.summaryTable tbody td.alnright { 
    text-align: right; 
    padding: 10px 40px 0 10px;
}
.summaryTable .itemButton {
    background-color: #3386cc;
    width: 130px;
    font-size: 14px;
    color: #ffffff;
    margin: 20px 0 0 0;
    padding: 7px 0;
    border-radius: 3px;
    border:none !important
}
.paypal {
    position: relative;
    bottom: 10px;
    width: 300px;
    right: 7px;
    float:right;
}
@media (max-width: 1120px) {
    main {
       /* padding: 0 30px 80px 30px;*/
    }
    .shippingTable thead th, .summaryTable thead th {
        font-size: 14px;
    }
    .shippingTable tbody td, .summaryTable tbody td {
        font-size: 13px;
    }
}
@media (max-width: 1050px) {
    header {
        height: auto;
        padding: 30px 30px 30px 30px;
    }
    aside {
        width: auto;
    }
    .text{
        display:none;
    }
    .nav-container {
        width: 70px;
    }
    .nav-container h2 {
        padding: 0 15px 0 15px;
    }
    .nav li.list {
        border-bottom: 1px solid #e5e5e5;
    }
    .nav li ul {
        display: none;
    }
    .nav li.active ul {
        background-color: #ffffff;
        width: auto;
        display: inline-block;
        position: absolute;
        top: 50px;
        left: 52px;
        padding: 0 15px 0 15px;
    }
    .nav li.list.active ul {
        background-color: #ffffff;
        width: 164px;
        display: inline-block;
        position: absolute;
        top: 50px;
        left: 52px;
        padding: 0 15px 0 15px;
    }
    .nav li.list.active ul li a {
        line-height: 50px;
        white-space: nowrap;
    }
    .nav li {
        height: 50px;
    }
    .nav li.active .text {
        background-color: #091e3d;
        width: auto;
        display: inline-block;
        margin-left: 52px;
        padding: 0 15px 0 15px;
        color: #ffffff;
        position: relative;
        white-space: nowrap;
    }
    .nav li.active .text::after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #091e3d;
        position: absolute;
        top: 15px;
        left: -10px;
    }
    .nav li.list.active .text {
        min-width: 164px;
    }
    .social-links {
        text-align: center;
    }
    .social-links ul {
        padding: 10px 0 20px 0;
    }
    .social-links li {
        margin-top: 10px;
    }
    .profile-frame {
        display: none;
    }
    .head-icon {
        width: 100%;
        float: left;
        margin-top: 3px;
        text-align: center;
    }
    .head-text {
        display: none;
    }
    .content {
        padding: 40px 30px 0 130px;
    }
    .container-fluid {
        padding: 60px 30px 60px 30px;
    }
    .shopping-wrapper {
       /* padding: 40px 40px 100px 40px;*/
    }
    .shipping-frame, .summary-frame {
        width: 100%;
    }
    .summaryTable {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .logo-frame {
        width: 100%;
        float: left;
    }
    .main-links {
        width: 60%;
        float: left;
        position: relative;
        left: 0;
        padding: 30px 0 0 0;
    }
    .main-links h4 {
        position: relative;
        left: 0;
        margin: 0;
    }
    .main-links ul {
        left: 0;
        margin: 0;
    }
    .contact-frame {
        float: left;
        padding: 30px 0 0 0;
    }
}
@media (max-width: 767px) {
    header a img {
        width: 250px;
    }
    .card {
        margin-top: 5px;
    }
    aside {
        width: auto;
    }
    .nav {
        overflow-y: scroll;
    }
    .nav li.active .text {
        background: none;
        color: #000000;
        margin-left: 25px;
    }
    .nav li.active .text::after {
        content: "";
        width: 0px;
        height: 0px;
        border: 0;
        position: relative;
        top: 0;
        left: 0;
    }
    .nav-container {
        width: 300px;
        margin-top: 0;
        border-radius: 0;
    }
    .nav-container h2 {
        border-radius: 0;
    }
    .head-text {
        display: block;
    }
    .profile-frame {
        display: block;
    }
    .social-links li {
        float: left;
        margin-left: 5px;
    }
    .nav li.list {
        height: 100%;
    }
    .nav li ul {
        display: block;
    }
    .text {
        display: block;
    }
    .container-fluid {
        padding: 40px 30px 40px 30px;
    }
    .main-links {
        width: 100%;
    }
    .main-links li:nth-child(2n+1) {
        width: 130px;
    }
    main {
       /* padding: 0 15px 40px 5px;*/
    }
    .content {
        position: relative;
        padding: 40px 0 0 0;
    }
    .lower-footer {
        height: auto;
        line-height: 20px;
        padding: 20px 20px;
    }
    .head-icon {
        width: auto;
        text-align: left;
    }
    .menu-tab {
        background-color: #2c82ff;
        width: 60px;
        height: 54px;
        position: absolute;
        z-index: 100;
        top: 96px;
        left: 0px;
        cursor: pointer;
        border-radius: 0 5px 5px 0;
        transition: all 0.6s ease-in-out;
    }
    .menu-tab div {
        width: 33px;
        height: 4px;
        background-color: #ffffff;
        display: block;
        margin: 5px 14px;
        transition: all 0.6s ease-in-out;
    }
    .menu-tab div:nth-child(1) {
        margin-top: 15px;
    }
    .menu-tab.active #one {
        transform: translateY(9px) rotate(-135deg);
        transition: all 0.6s ease-in-out;
        background-color: #e8ecef;
    }
    .menu-tab.active #two {
        opacity: 0;
        transition: 0.4s ease;
    }
    .menu-tab.active #three {
        transform: translateY(-9px) rotate(-45deg);
        transition: all 0.6s ease-in-out;
        background-color: #e8ecef;
    }
    .menu-tab.active {
        left: 300px;
        transition: all 600ms ease-in-out;
        background-color: #2c82ff;
    }
    .menu-hide {
        width: 300px;
        left: -345px;
        height: 100vh;
        position: fixed;
        z-index: 1000;
        top: 0px;
        transition: all 0.6s ease-in-out;
    }
    .menu-hide.show {
        left: 0px;
        overflow-y: scroll;
        box-shadow: 0 5px 10px #d5d9db;
        transition: all 0.6s ease-in-out;
    }
    .overflow {
        overflow: hidden;
    }
    .shopping-wrapper {
        /*padding: 20px 15px 100px 15px;*/
    }
    .shippingTable thead th {
        font-size: 13px;
    }
    .shippingTable tbody td {
        font-size: 13px;
    }
    .shippingTable button {
        width: auto;
        padding: 6px 20px;
    }
    .code {
        width: 120px;
    }
    .shippingTable button.placeOrder {
        width: auto;
        font-size: 16px;
        margin: 55px 20px 0;
        padding: 10px 30px;
    }
    .summaryTable tbody td {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 10px 0 10px;
    }
}
@media (max-width: 480px) {
    header a img {
        width: 200px;
    }
    .card {
        margin-top: 3px;
    }
    .card img {
        width: 30px;
    }
}