@import url("bootstrap.css");
a{
    color: #1e73c7;   
}
body {
    font: 14px Verdana;
    line-height: 150%;
    min-width: 320px;
}

.menu {
    margin-left: 260px;
    height: 40px;
    width: 860px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-menu li {
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
.nav-pills > li > a{
    margin-right: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu li a {
    color: #1e73c7
}

#logo {
    float: left;
    position: relative;
    z-index: 1;
}

#logo img {
    height: 80px;
}
#head {
    height: 130px;
}

.callus {
    margin-left: 480px;
    padding: 20px 0 0 0;
    position: relative;
}

.callus .phone {
    position: absolute;
    right: 95px;
    top: 19px;
    font-size: 34px;
    line-height: 33px;
    text-align: right;
}
.callus .phone:hover{
    text-decoration: none;
}
.buttonWrap {
    position: relative;
}

.buttonWrap .button {
    width: 100px;
    background: orange;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.callus .button {
    width: 120px;
    background: orange;
    position: absolute;
    top: 17px;
    right: 484px;
}

.callus .button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.callus .button {
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.button:hover {
    box-shadow: 0 0 4px 2px #888;
    color: white;
    text-decoration: none;
}

.socialLinks {
    position: absolute;
    border: 0px;
    right: 0px;
    top: 23px;
}

.socialLinks a img {
    border: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

body {
    margin: 0;
    background-color: #F5F6F7;
}

.wrap {
    width: 1050px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 10px 40px 40px 40px;
    border-radius: 0 0 20px 20px;
/*     box-shadow: 0px 10px 10px 10px #888888; */
}

.item img {
    margin: auto;
    width: 1050px;
    border-radius: 20px;
}

.carousel a {
    text-decoration: none
}

#myCarousel1 .carousel-inner .item {
    width: 100%;
    height: 592px;
}

.specialCaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

#myCarousel1 .specialCaption .button {
    display: block;
    margin: 20px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 120px;
    background: orange;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

#myCarousel1 .specialCaption h4,
#myCarousel1 .specialCaption h2,
#myCarousel1 .specialCaption p {
    line-height: 20px;
    color: #ffffff;
}

#myCarousel1 .specialCaption h4 {
    margin: 0 0 5px;
}

#myCarousel1 .specialCaption p {
    margin-bottom: 0;
}

#myCarousel1 .specialCaption {
    left: auto;
    right: 20px;
    top: 200px;
    bottom: 200px;
    width: 300px;
    border-radius: 20px;
}

#myCarousel1 .carousel-caption,
#myCarousel3 .carousel-caption {
    border-radius: 0 0 20px 20px;
}

#myCarousel1 .carousel-caption h2,
#myCarousel3 .carousel-caption h2 {
    color: white;
}

#myCarousel1 .carousel-caption p {
    font: 18px Verdana
}

#myCarousel1 .carousel-caption .button {
    position: absolute;
    top: 10px;
    left: 200px;
    margin: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
    background: orange;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

#myCarousel2 .carousel-inner .item {
    width: 100%;
    height: 90px;
}

#myCarousel3 .carousel-inner .item {
    width: 100%;
    height: 400px;
    background-color: #C4E0EE;
    border-radius: 20px;
}

#myCarousel2 .carousel-caption {
    top: 0;
    background: none;
    padding: 0px;
}

#myCarousel2 .carousel-caption p {
    font: 14px Verdana;
    color: #000;
}

#myCarousel2 .carousel-caption h3 {
    font-family: Verdana;
    color: #000;
}

.sidebar {
    position: absolute;
    width: 310px;
    top: 0;
    bottom: 0;
    left: 0;
}

.locations {
    position: absolute;
    top: 262px;
    bottom: -20px;
    right: 0px;
    left: 0px
}

.locations table {
    font-size: 12px;
    width: 305px;
    margin-top: 10px
}

.trust h4 {
    color: #333
}

.trust a {
    display: block;
    text-decoration: none;
    color: black;
    font: 20px Verdana;
    font-weight: bold;
    margin-bottom: 20px
}

.trust .carousel-inner {
    overflow: visible;
}

.mainContent {
    clear: both;
    position: relative;
    padding-bottom: 20px;
}

.content {
    margin-left: 330px;
    min-height: 720px;
}

.mission {
    margin-bottom: 30px;
    background-color: #C4E0EE;
    height: 288px;
    width: 671px;
    font: 16px Verdana;
    color: #000;
    position: relative;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.mission img {
    float: left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.mission p {
    color: white;
    position: absolute;
    left: 250px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 15px;
    text-align: center;
    line-height: 150%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.border {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid gray;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.collections {
    position: relative
}

.collections .item {
    border-radius: 20px;
    padding-top: 20px;
    margin: 0 20px 20px 0;
    background-color: #C4E0EE;
    display: inline-block;
    width: 323px;
    position: relative;
    height: 220px;
}

.collections .last {
    margin-right: 0
}

.collections .item:hover {
    background-color: orange;
    border-radius: 20px;
}

.collections p,
.collections img {
    position: absolute;
}

.collections p {
    border-radius: 0 0 20px 20px;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font: 20px Verdana;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 10px 0 10px 15px;
}

.footer {
    clear: both;
    width: 100%;
    padding: 40px 0;
    font: 10px Verdana;
    text-align: center
}

.footer img {
    display: inline;
    width: 84px
}

.collectionsInRow {
    position: relative
}

.collectionsInRow .item {
    width: 150px;
    height: 110px;
    position: relative;
    border-radius: 10px;
    padding-top: 5px;
    margin: 0 20px 20px 0;
    background-color: #C4E0EE;
    display: inline-block;
}

.collectionsInRow.m-brands {
    margin: 0 -1%;
    text-align: center;
    font-size: 0;
}

.collectionsInRow.m-brands .item {
    width: 23%;
    margin: 10px 1%;
    text-align: left;
}

.collectionsInRow .last {
    margin-right: 0
}

.collectionsInRow a:hover {
    text-decoration: none;
}

.collectionsInRow .item:hover {
    background-color: orange;
    border-radius: 10px;
}

.collectionsInRow p,
.collectionsInRow img {
    position: absolute;
}

.collectionsInRow p {
    border-radius: 0 0 10px 10px;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font: 14px Verdana;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px 0 5px 7px;
}

.contentImg {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 20px;
}

.floatRight {
    float: right;
    margin: 0 20px 0 20px;
    border-radius: 20px;
}

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.centerText {
    text-align: center;
}

.imgInRow img {
    display: inline-block;
    border-radius: 20px;
}

.acrobat {
    float: left;
    margin: 0 20px 0 0
}

.promotions {
    background-color: #C4E0EE;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 10px dashed #1e73c7;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    width: 500px;
    padding: 20px;
}

.twoColumns {
    position: relative;
}

.twoColumns .rightColumn {
    margin-left: 300px;
}

.twoColumns .leftColumn {
    position: absolute;
    left: 50px;
}

span.alert1 {
    color: red;
    border: 3px solid red;
    background: #FFE4E4 url(../images/alert.png) 10px 50% no-repeat;
    background-size: 30px;
    display: block;
    padding: 10px 10px 10px 50px;
    margin: 15px 0;
    text-align: left;
    border-radius: 20px;
}

.def td {
    vertical-align: top;
    padding-bottom: 10px;
}

.quickForm .inputbox {
    width: 460px;
    margin-bottom: 20px;
    height: 30px;
}

.quickForm .textarea {
    height: 200px
}

.print {
    width: 700px
}

.print .promotions {
    width: 500px;
}

.printButton {
    width: 120px;
    background: orange;
    position: absolute;
    top: 17px;
    right: 40px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

.printButton:hover {
    box-shadow: 0 0 4px 2px #888;
    color: white;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.d3cp_input_long {
    width: 380px !important;
}

.d3cp_input_text,
.d3cp_input_name,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: 25px;
    margin: 0px;
}

.mobile-nav-toggle {
    display: none;
    background: url(../img/mobile-nav-toggle.png) no-repeat center center;
    border: none;
    width: 38px;
    height: 38px;
    border: 1px solid #1e73c7;
    border-radius: 3px;
}

.iframe-wrap {
    overflow: auto;
    width: 100%;
}

.category-brand img{
    display: block;
    max-width: 240px;
    margin: 20px auto;
}
.category-list{
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: 0;
}
.category-item{
    width: 31.33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 10px;
    margin: 0 1% 20px;
}
.category-item__img{
    height: 100px;
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px
}
.category-item__img img{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.category-item__title{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
}
.category-item__price{
    font-weight: bold;
    font-size: 18px;
    color: #1e73c7;
    margin: 15px 0;
}
.category-item__btn{
    background: orange;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}
.category-item__btn:hover{
    box-shadow: 0 0 4px 2px #888;
    color: white;
    text-decoration: none;
}
.product{
    text-align: center
}
.product__price{
    font-weight: bold;
    font-size: 22px;
    color: #1e73c7;
    margin: 15px 0;
}
.product__btn{
    cursor: pointer;
    background: orange;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}
.product__btn:hover{
    box-shadow: 0 0 4px 2px #888;
    color: white;
    text-decoration: none;
}
.cart-list{
    margin: 20px 0;
    padding: 0;
    width: 100%;
    
}
.cart-item{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.cart-item__img{
    width: 72px;
}
.cart-item__title{
    font-size: 14px;
    line-height: 18px;
}
.cart-item__price{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: right
}
.cart__btn{
    cursor: pointer;
    background: orange;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}
.cart__btn:hover{
    box-shadow: 0 0 4px 2px #888;
    color: white;
    text-decoration: none;
}
input[type="email"].cart__input{
    height: 41px;
    line-height: 41px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: top;
}
@media screen and (max-width:1130px) {
    .wrap {
        width: 100%;
        box-shadow: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #heading {
        overflow: hidden;
    }
    .menu {
        font-size: 12px;
        width: auto;
        margin-left: 240px;
    }
    .mission {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #myCarousel1 .carousel-inner .item {
        height: auto;
    }
    .collections {
        margin: 0 0 0 -1%;
        overflow: hidden;
    }
    .collections>a {
        float: left;
        width: 49%;
        margin-left: 1%;
    }
    .collections .item {
        width: 100%;
    }
    .mission p {
        bottom: auto;
    }
}

@media screen and (max-width:1024px) {
    .wrap {
        padding: 0 5px;
    }
    .sidebar {
        width: 100%;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .sidebar .locations {
        width: 100%;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .content {
        width: 100%;
        min-height: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-left: 0;
        min-height: auto;
    }
    .table-wrap {
        width: 100%;
        overflow: auto;
    }
    #myCarousel3 .carousel-inner .item {
        height: auto;
        padding: 30px 0 65px;
    }
}

@media screen and (max-width:960px) {
    .category-item{
        width: 48%;
    }
    h1.product__title{
        font-size: 24px;
    }
    #logo{
        margin: 10px 0 0 60px;
    }
    #logo img{
        height: 40px;
    }
    .mobile-nav-toggle {
        outline: 0;
        padding: 0;
        cursor: pointer;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        z-index: 1;
    }
    .menu {
        display: none;
        position: fixed;
        z-index: 7;
        background: #fff;
        left: 0;
        right: 0;
        margin: 0;
        height: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        font-size: 18px;
        overflow: auto;
        top: 0;
        height: 100%;
        width: 280px;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        z-index: 6;
    }
    .c-close {
        position: absolute;
        right: 6%;
        top: 20px;
        width: 16px;
        height: 17px;
        background: url(../img/close.png) no-repeat;
    }
    .dropdown {
        width: 100%;
    }
    .dropdown-menu {
        display: block;
        border: 0;
        box-shadow: none;
        font-size: 13px;
        position: static;
    }
    .dropdown-menu .sub-menu {
        display: block;
        border: 0;
        box-shadow: none;
        visibility: visible;
        position: relative;
        left: 0;
    }
    .callus {
        margin: 0;
        padding: 10px 60px 0 0;
        width: 100%;
        text-align: right;
        height: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .callus .button {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }
    .socialLinks {
        right: 5px;
        bottom: 30px;
        top: auto;
        display: none;
    }
    .callus .phone {
        top: 10px;
        right: 0;
        font-size: 0;
        color: orange;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513.64 513.64' fill='%231e73c7'%3E%3Cpath d='M499.66 376.96l-71.68-71.68c-25.6-25.6-69.12-15.359-79.36 17.92-7.68 23.041-33.28 35.841-56.32 30.72-51.2-12.8-120.32-79.36-133.12-133.12-7.68-23.041 7.68-48.641 30.72-56.32 33.28-10.24 43.52-53.76 17.92-79.36l-71.68-71.68c-20.48-17.92-51.2-17.92-69.12 0L18.38 62.08c-48.64 51.2 5.12 186.88 125.44 307.2s256 176.641 307.2 125.44l48.64-48.64c17.921-20.48 17.921-51.2 0-69.12z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: center center;
        width: 38px;
        height: 38px;
        border: 1px solid #1e73c7;
        border-radius: 3px;
        z-index: 1;
        
    }
    #head {
        height: auto;
    }
    .print {
        width: auto;
    }
    .print .promotions {
        width: auto;
        max-width: 500px
    }
}

@media screen and (max-width:640px) {
    .collections>a {
        float: left;
        width: 100%;
    }
    .collections img {
        position: static;
        padding-bottom: 44px;
    }
    .collections .item {
        width: 100%;
        height: auto;
    }
    .mission p {
        font-size: 13px;
    }
    .locations table {
        width: 100%;
    }
    #myCarousel1 .carousel-caption,
    #myCarousel3 .carousel-caption {
        border-radius: 10px;
    }
    .collectionsInRow.m-brands .item {
        width: 48%;
        height: 160px;
    }
    .twoColumns .leftColumn,
    .twoColumns .rightColumn {
        position: static;
        display: block;
        margin: 0;
    }
    .twoColumns br {
        display: none;
    }
    .business-card {
        min-width: 100%;
    }
}

@media screen and (max-width:540px) {
    input[type="email"].cart__input{
        margin-bottom: 15px;
    }
    #logo{
        margin: 0;
        padding: 0;
    }
    .callus{
        text-align: center;
    }
    .callus .phone {
        top: -40px;
    }
    #head {
        height: auto;
    }
    #logo {
        float: none;
        text-align: center;
        padding: 5px 0;
    }
    .callus {
        margin: 0;
        padding: 10px 0 0;
    }
    .mobile-nav-toggle {
        top: 10px;
    }
    .mission p {
        position: static;
        width: 100%;
        display: block;
        overflow: hidden;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    #myCarousel1 .carousel-caption h2 {
        display: inline-block;
    }
    #myCarousel1 .carousel-caption .button {
        margin: 0 0 0 10px;
        display: inline-block;
        position: static;
    }
    .quickForm .inputbox {
        width: 100%;
    }
    img.floatRight,
    .contentImg {
        width: auto;
        display: block;
        margin: 0 auto 10px;
        float: none;
    }
    .buttonWrap .button {
        position: static;
    }
    .collectionsInRow.m-brands .item {
        width: 98%;
        height: auto;
    }
    .collectionsInRow.m-brands .item img {
        position: static;
        margin-bottom: 30px;
    }
    .promotions {
        width: auto;
    }
    .printButton {
        position: static;
        margin-top: 10px;
        display: block;
    }
}

@media screen and (max-width:440px) {
    .category-item{
        width: 100%;
        margin: 0 0 15px;
    }
    #myCarousel1 .carousel-caption {
        position: relative;
        margin-top: -30px;
    }
}