/*
    GLOBAL VALUES

    RESPONSIVE GUIDE:   (max-width: 992px) FOR ANYTHING LOWER THAN iPAD SIZE (768px x 1024px)
                        (max-width: 700px) FOR ANY PHONE SCREEN SIZE (BIGGER THAN 300px x 800px)

*/
* {
    font-family: Arial;
    text-decoration: none;
}

body {
    margin: 0;
    background-color: #f8f8f8;
    color: #333;
    line-height: normal;
}

img {
    color: white;
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}


/*
    TOPNAV
*/

.topNavMenu {
    background: orange;
    height: 110px;
    width: 100%;
    padding: 10px 60px 10px 30px;
}

.topNavMenuCont {
    height: 100%;
    width: 90%;
    margin: 0 auto;
}

.azLogo {
    width: 90px;
    height: 75px;
    float: left;
}

.azLogo img {
    width: auto;
    height: 100%;
}

.searchContainer {
    height: 35px;
    width: 690px;
    margin: 0 auto;
}

.dropdown {
    height: 35px;
    width: 115px;
    border: 1px solid black;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: black;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    float: left;
}

.dropbtn {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 12px;
    width: 115px;
    height: 35px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    float: left;
    width: 30px;
}

.dropdown-content a {
    color: white;
    display: block;
}

.filterSearchContainer a:hover {background-color: #f2f2f2;}

.show {display: block;}

/* SEARCH BAR */
.searchBar {
    display: inline-block;
    width: 480px;
    height: 35px;
    float: left;
}

.searchBar input {
    width: 480px;
    height: 35px;
    border: 1px solid black;
    padding-left: 10px;
}

.magGlass {
    background: black;
    width: 65px;
    height: 35px;
    border: 1px solid black;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    display: inline-block;
}

.magGlassbtn {
    height: 35px;
    width: 100%;
    background: transparent;
    border: none;
}

.magGlassbtn img {
    width: auto;
    height: 29px;
}

/* MENU BUTTONS */
.topNavMenuBottom {
    height: 40px;
    width: 90rem;
    padding: 10px 0;
    margin: 2rem auto 0 auto;
}

.topNavMenuOptions {
    width: 570px;
    float: left;
}

.topNavMenuOptions a {
    font-size: 15px;
    margin-right: 5px;
    color: #333;
}

.navMenuCont {
    width: 290px;
    float: right;
}

.navMenuCont a {
    color: #333;
    font-size: 15px;
    margin-right: 5px;
}

.navMenuCont img {
    height: 15px;
    width: auto;
}

.purchases {
    border: 1px solid black;
    border-radius: 25px;
    padding: 2px 6px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .topNavMenu {
        padding-right: 10px;
    }

    .topNavMenuCont {
        width: 100%;
    }

    .topNavMenuBottom {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .topNavMenu {
        height: 135px;
        padding: 10px;
    }

    .searchContainer {
        width: 662px;
        padding-top: 2rem;
    }

    .dropdown {
        width: 90px;
    }

    .dropbtn {
        font-size: 10px;
        width: 90px;
    }

    .searchBar {
        width: 430px;
    }

    .topNavMenuBottom {
        margin: 5rem auto 0 auto;
    }

    .topNavMenuOptions {
        width: 400px;
    }

    .topNavMenuOptions a, .navMenuCont a {
        font-size: 13px;
    }

    .navMenuCont {
        width: 256px;
    }
}


/*
    FIRST ROW
*/
.row1 {
    height: 530px;
    width: 1200px;
    margin: 38px auto 0 auto;
}

.carousel {
    height: 530px;
    width: auto;
    float: left;
    display: inline-block;
}

.carousel-indicators li {
    margin-top: -130px;
    background-color: #fff;
    border: none;
}

.carousel-indicators .active {
    background-color: orange;
}

.slideTemp {
    background-color: #eeeded;
    height: 100%;
    width: 100%;
}

.row1RightImage {
    height: 530px;
    width: 390px;
    float: right;
    display: inline-block;
    position: relative;
}

.RIImage {
    height: 530px;
    width: auto;
}

.row1WordCont {
    height: 4rem;
    width: 18rem;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}

.RIButton {
    color: #fff;
    border: none;
    border-radius: 25px;
    background: orange;
    width: 163px;
    height: 34px;
    font-size: 10px;
    line-height: 22px;
    opacity: 0;
}

.RIButton img {
    width: 10px;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .row1 {
        height: 400px;
        width: 100%;
    }

    .carousel {
        height: 400px;
        width: 66.25%;
    }

    .carousel-inner {
        height: 100%;
    }

    .row1RightImage {
        height: 400px;
        width: auto;
    }

    .RIImage {
        height: 100%;
    }
}

@media (max-width: 992px) {
    .row1 {
        height: 330px;
        margin: 18px auto 0 auto;
    }

    .carousel {
        height: 330px;
        margin: 0 auto;
    }

    .row1RightImage {
        height: 330px;
    }
}


/*
    ROW 2
*/
.row2 {
    height: 511px;
    width: 1200px;
    display: block;
    margin: 0 auto;
}

/* ROW 2 SPAN */
.row2WordCont {
    color: #333;
    width: 740px;
    height: 166px;
    margin: 0 auto;
    padding: 38px 0;
    text-align: center;
}

.row21 {
    display: block;
    font-size: 36px;
    font-weight: bold;
}

.row22 {
    font-size: 15px;
    display: block;
    color: orange;
}

.row22:hover {
    text-decoration: none;
    color: orange;
}

.row22 img {
    width: 12px;
    height: auto;
    border: 1px solid black;
}

.row23 {
    font-size: 18px;
    display: block;
}

/* ROW 2 CARDS */
.row2CardCont {
    height: 345px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.row2Card {
    flex-wrap: wrap;
    width: 368px;
    height: 345px;
    margin-right: 48px;
    position: relative;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
}

.row2CardBackground {
    width: 100%;
    height: 100%;
}

.row2CardTitle {
    display: block;
    color: #eeeded;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    bottom: 8rem;
    left: 3rem;

    opacity: 0;
}

.row2CardBottomRow {
    height: 50px;
    width: 100%;
    background: orange;
    opacity: 0.75;
    text-align: left;
    position:absolute;
    bottom: 0;
    padding: 14px;

    opacity: 0;
}

.row2CardBottomRow a {
    color: #333;
    font-size: 16px;
}

.row2CardBottomRow img {
    height: 12px;
    width: auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .row2 {
        width: 100%;
    }

    .row2CardCont {
        height: auto;
        width: 100%;
    }

    .row2Card {
        height: auto;
    }
}

@media (max-width: 992px) {
    .row2 {
        height: 375px;
    }
}


/*
    ROW 3
*/
.row3 {
    height: 494px;
    width: 1200px;
    display: block;
    margin: 0 auto;
}

/* ROW 3 SPAN */
.row3WordCont {
    height: 130px;
    width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 38px 0;
    line-height: 3rem;
}

.row31 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    display: block;
}

.row32, .row32:hover {
    font-size: 15px;
    color: orange;
    text-decoration: none;
}

.row32 img {
    height: 12px;
    width: auto;
    border: 1px solid black;
}

/* ROW 3 CARD*/
.row3CardCont {
    height: 245px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.row3Card {
    height: 245px;
    width: 210px;
    background: #fff;
    flex-wrap: wrap;
    margin-right: 15px;
}

.row3ImgCont {
    height: 145px;
    width: 100%;
    position: relative;
}

.row3Heart {
    height: 20px;
    width: auto;
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
}

.row3Image {
    width: auto;
    height: 100%;
    color: white;
    display: block;
    margin: 0 auto;
}

.row3BottomCont {
    height: 100px;
    width: 100%;
    padding: 3px;
}

.row3Desc {
    display: block;
    font-size: 10px;
    text-align: left;
    word-break: break-word;
}

.row3Price {
    font-size: 24px;
    color: #333;
    float: left;
}

.row3PriceDisc {
    font-size: 14px;
    color: red;
    text-decoration: line-through;
    float: left;
}

/* ROW 3 GREY ROW */
.row3GreyRow {
    height: 80px;
    width: 1200px;
    margin: 38px auto 0 auto;
    background-color: darkgray;
    display: flex;
    padding: 1rem 0;
}

.row3IconCont {
    width: 100px;
    height: 60px;
    flex-basis: 16%;
    margin: 0 auto;
}

.row3Icon {
    float: left;
    width: 45px;
    height: 45px;
    margin: 5px 0;  
}

.row3IconDescCont {
    float: right;
    width: 135px;
    height: 50px;
    margin: 5px 0;
    line-height: 12px;
    position: relative;
}

.row3IconDesc {
    font-size: 10px;
    color: #000;
    position: absolute;
    bottom: 25px;
}

.row3IconMore, .row3IconMore:hover {
    font-size: 10px;
    color: red;
    text-decoration: none;
    position: absolute;
    bottom: 13px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .row3 {
        width: 100%;
    }

    .row3GreyRow {
        width: 100%;
    }

    .row3IconDescCont {
        width: 95px;
    }
}

@media (max-width: 992px) {
    .row3WordCont {
        padding: 30px 0;
        line-height: 40px;
    }

    .row3CardCont {
        width: 100%;
    }

    .row3Heart {
        top: -16px;
    }

    .row3Desc {
        margin: 20px 0;
    }

    .row3GreyRow {
        margin: 20px auto 0 auto;
    }

    .row3IconDescCont {
        width: 54px;
        margin: 14px 0;
    }
}


/*
    ROW 4
*/
.row4 {
    height: 464px;
    width: 1200px;
    margin: 0 auto;
}

.row4TopLine {
    height: 131px;
    padding: 38px 0;
    width: 1000px;
    margin: 0 auto;
}

.row4TopLine img {
    height: 55px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.row4BannerCont {
    height: 295px;
    width: 1200px;
    position: relative;
}

.row4BannerCont img {
    width: 100%;
    height: 100%;
}

.row4BannerMore {
    position: absolute;
    bottom: 4rem;
    left: 8rem;
    width: 205px;
    height: 40px;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    background: orange;
    border: none;
    border-radius: 25px;
    opacity: 0;
}

.row4BannerMore img {
    height: 8px;
    width: auto;
}

.row4BottomLine {
    height: 38px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

.row4BottomLine img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .row4 {
        width: 100%;
    }

    .row4TopLine {
        width: 100%;
    }

    .row4TopLine img {
        height: 54px;
    }

    .row4BannerCont {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .row4 {
        height: 342px;
    }

    .row4TopLine {
        height: auto;
        width: 100%;
    }

    .row4TopLine img {
        height: auto;
        width: 100%;
    }

    .row4BottomLine {
        width: 100%;
    }
}


/*
    ROW 5
*/
.row5 {
    height: 386px;
    width: 1200px;
    display: block;
    margin: 0 auto;
}

/* ROW 5 SPAN */
.row5WordCont {
    height: 136px;
    width: 900px;
    text-align: center;
    margin: 0 auto;
    padding: 38px 0;
    line-height: 3rem;
}

.row51 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    display: block;
}

.row52, .row52:hover {
    font-size: 15px;
    color: orange;
    text-decoration: none;
}

/* ROW 5 CARD */
.row5CardCont {
    height: 250px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.row5Card {
    height: 250px;
    width: 210px;
    background: #fff;
    flex-wrap: wrap;
    margin-right: 15px;
}

.row5ImgCont {
    height: 160px;
    width: 100%;
    position: relative;
}

.row5Heart {
    height: 20px;
    width: auto;
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
}

.row5Image {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.row5BottomCont {
    height: 90px;
    width: 100%;
    padding: 3px;
}

.row5Desc {
    display: block;
    font-size: 10px;
    text-align: left;
    word-break: break-word;
}

.row5Price {
    font-size: 24px;
    color: #333;
    float: left;
}

.row5PriceDisc {
    font-size: 14px;
    color: red;
    text-decoration: line-through;
    float: left;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .row5 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .row5WordCont {
        width: 100%;
    }

    .row5CardCont {
        width: 100%;
    }

    .row5Desc {
        font-size: 14px;
    }
}


/*
    ROW 6
*/
.row6 {
    height: 1148px;
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding-top: 38px;
}

.row61Cont {
    width: 1200px;
    height: 300px;
}

.row61LeftImage {
    height: 300px;
    width: 695px;
    float: left;
}

.row61LeftImage img {
    height: 100%;
    width: 100%;
}

.row61RightImage {
    height: 300px;
    width: 490px;
    float: right;
    position: relative;
}

.row61RightImage img {
    height: 100%;
    width: 100%;
}

.row6Button {
    position: absolute;
    width: 14rem;
    height: 3rem;
    opacity: 0;
}

#row61Button {
    bottom: 3rem;
    left: 7rem;
}

.row62Cont {
    width: 1200px;
    height: 300px;
    margin-top: 25px;
}

.row62LeftImage {
    height: 300px;
    width: 490px;
    float: left;
    position: relative;
}

.row62LeftImage img {
    height: 100%;
    width: 100%;
}

#row62LeftButton {
    bottom: 7rem;
    left: 3rem;
}

.row62RightImage {
    height: 300px;
    width: 695px;
    float: right;
    position: relative;
}

.row62RightImage img {
    height: 100%;
    width: 100%;
}

#row62RightButton {
    bottom: 7rem;
    left: 2rem;
}

.row63Cont {
    width: 1200px;
    height: 460px;
    margin-top: 25px;
}

.row63LeftCont {
    height: 460px;
    width: 690px;
    float: left;
}

.row63LeftTop {
    height: 225px;
    width: 690px;
    display: flex;
}

.row63Image {
    height: 225px;
    width: 220px;
    position: relative;
    margin-right: 15px;
}

.row63Image img {
    height: 100%;
    width: 100%;
}

.row63Image a {
    position: absolute;
    border: 1px solid black;
    bottom: 0;
    left: 2rem;
    opacity: 0;
}

.row63LeftBottom {
    height: 225px;
    width: 690px;
    display: flex;
    margin-top: 10px;
}

.row63RightImage {
    height: 460px;
    width: 495px;
    float: right;
    position: relative;
}

.row63RightImage img {
    height: 100%;
    width: 100%;
}

#row63Button {
    top: 10rem;
    left: 3rem;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .row6 {
        height: 1000px;
        width: 100%;
    }

    .row61Cont, .row62Cont {
        height: 26.13%;
        width: 100%;
    }

    .row61LeftImage, .row62RightImage {
        height: auto;
        width: 57.92%;
    }

    .row61RightImage, .row62LeftImage {
        height: auto;
        width: 40.83%;
    }

    .row63Cont {
        height: 40.07%;
        width: 100%;
    }

    .row63LeftCont {
        height: auto;
        width: 57.5%;
    }

    .row63LeftTop, .row63LeftBottom {
        height: auto;
        width: 100%;
    }

    .row63Image {
        height: auto;
    }

    .row63RightImage {
        height: auto;
        width: 41.25%;
    }
}

@media (max-width: 992px) {
    .row6 {
        height: 800px;
    }

    .row62Cont {
        margin-top: 5px;
    }

    .row63Cont {
        margin-top: 5px;
    }
}


/*
    ROW 7
*/
.row7 {
    height: 459px;
    width: 1200px;
    display: block;
    margin: 38px auto 0 auto;
}

/* REGISTER FORM */
.row71Cont {
    height: 40px;
    width: 1100px;
    margin: 0 auto 38px auto;
}

.row71 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    display: block;
}

.row72, .row72:hover {
    font-size: 15px;
    color: orange;
    text-decoration: none;
}

.row71LeftCont {
    height: 100%;
    width: 690px;
    position: relative;
    background-color: #333;
    float: left;
}

.row71LeftWordCont {
    width: auto;
    height: 40px;
    line-height: 40px;
    right: 0px;
    text-align: center;
}

.row71LeftWordCont span {
    font-size: 15px;
    color: #fff;
}

.row71RightCont {
    width: 410px;
    height: 100%;
    position: relative;
    float: left;
}

.row71Form {
    width: 100%;
    height: 100%;
    font-size: 15px;
}

#email {
    height: 100%;
    width: 75%;
    float: left;
    padding-left: 1rem;
    border: none;
}

#submit {
    width: 25%;
    height: 100%;
    border: none;
    background: orange;
    font-weight: bold;
}

/* ROW 7 SPAN */
.row7WordCont {
    height: 136px;
    width: 900px;
    text-align: center;
    margin: 0 auto;
    padding: 38px 0;
    line-height: 3rem;
}

.row73Cont {
    position: relative;
}

/* SLIDESHOW (DEFUNCT) */
.row7CardCont {
    height: 250px;
    width: 1110px;
    margin: 0 auto;
    display: flex;
    position: relative;
    
    
}

.row7Card {
    height: 250px;
    width: 210px;
    background: #fff;
    flex-wrap: wrap;
    margin-right: 15px;
    flex-shrink: 0;
    
    
    touch-action: manipulation;
}

.row7ImgCont {
    height: 160px;
    width: 100%;
    position: relative;
}

.row7Heart {
    height: 20px;
    width: auto;
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
}

.row7Image {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    
}

.row7BottomCont {
    height: 90px;
    width: 100%;
    padding: 3px;
}

.row7Desc {
    display: block;
    height: 3rem;
    font-size: 10px;
    text-align: left;
    word-break: break-word;
}

.row7Price {
    font-size: 24px;
    color: #333;
    float: left;
}

.row7PriceDisc {
    font-size: 14px;
    color: red;
    text-decoration: line-through;
    float: left;
}

/* SLIDE SHOW */
.slideshow-container {
    width: auto;
    height: 100%;
    position: relative;
    margin: auto;
    
    
}

.mySlides {
    display: none;
   
    
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    font-weight: bold;
    font-size: 28px;
    user-select: none;
    background:transparent;
    
}

.next {
    right: 0rem;
}

.prev {
    left: 0rem;
}

.next:hover, .prev:hover {
    cursor: pointer;
    color: #333;
    transition: ease-in-out;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .row7 {
        width: 100%;
    }

    .row71Cont {
        width: 100%;
    }

    .row71LeftCont {
        width: 62.72%;
    }

    .row71RightCont {
        width: 32.27%;
    }
}

@media (max-width: 992px) {
    .row7 {
        margin: 0 auto;
    }

    #email {
        width: 72%;
    }

    #submit {
        width: 28%;
    }

    .row7WordCont {
        width: 100%;
    }

    .row71RightCont {
        width: 37.28%;
    }
}


/*
    FOOTER
*/
footer {
    height: 735px;
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.row74Cont {
    height: 190px;
    width: 1200px;
    background-color: gainsboro;
    margin: 38px auto 0 auto;
    padding: 4rem 0;
}

.row74InnerRow {
    height: 110px;
    width: 1000px;
    display: flex;
    margin: 0 auto;
}

.row74Card {
    height: 110px;
    width: 30rem;
    flex-wrap: wrap;
    position: relative;
    border-right: 4px solid darkgrey;
    margin-right: 5rem;
}

.row74Card img {
    height: 60px;
    width: auto;
    float: left;
    margin: 25px auto;
}

.row74WordCont {
    height: 60px;
    width: 21rem;
    float: right;
}

.row74Title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 1rem;
}

.row74Desc {
    color: #333;
    font-size: 10px;
    position: absolute;
    top: 3rem;
}

.row74More {
    color: red;
    font-size: 10px;
    position: absolute;
    top: 5rem;
}

/* ROW 74 RESPONSIVE */
@media (max-width: 1024px) {
    .row74Cont {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .row74InnerRow {
        width: 100%;
    }

    .row74Card {
        margin-right: 1rem;
    }

    .row74WordCont {
        height: 100%;
        width: 17rem;
    }

    .row74Desc {
        top: 4rem;
    }

    .row74More {
        top: 6rem;
    }
}

.footerMain {
    height: 465px;
    width: 1200px;
    position: relative;
    background-color: #333;
}

.footerRow1 {
    height: 100px;
    width: 23rem;
    display: block;
    position: relative;
    margin: 0 auto;
}

.footerRow1 img {
    height: 200px;
    width: auto;
    position: absolute;
    top: -9rem;
}

.footerRow2 {
    height: 200px;
    width: 90rem;
    margin: 0 auto;
    display: flex;
    padding-top: 4rem;
}

.footerRow2Cont {
    width: 25%;
    height: 100%;
}

.ulTitle {
    font-size: 14px;
    font-weight: bold;
    color: #eeeded;
    margin-bottom: 20px;
}

.footerRow2UL {
    list-style: none;
    line-height: 18px;
    padding: 0;
    margin-top: 1rem;
}

.footerRow2UL a {
    font-size: 14px;
    color: #eeeded;
}

.footerRow2UL img {
    height: 12px;
    width: auto;
}

.footerRow24Cont1, .footerRow24Cont2 {
    width: 100%;
    height: 25%;
    display: flex;
    margin: 1rem 0;
}

.footerRow24Cont1 img {
    height: 40px;
    width: auto;
    float: left;
    margin-right: 15px;
}

.footerRow24Cont2 img {
    height: 70%;
    width: auto;
    float: left;
    margin-right: 10px;
}

.footerRow24Cont2 a {
    width: 20%;
}

.footerRow3 {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footerRow3Cont {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    border-top: 4px solid white;
    padding: 2rem;
}

.footerRow3Cont a {
    height: 3rem;
    margin-right: 7rem;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid white;
}

.footerLower{
    height: 80px;
    width: 1200px;
    background-color: gainsboro;
    text-align: center;
    padding-top: 3rem;
}

.footerLowerCont, .footerLowerCont a {
    color: #333;
    font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    footer, .footerMain, .footerLower {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .footerRow2 {
        width: 100%;
    }

    .footerRow24Cont1, .footerRow24Cont2 {
        height: 50%;
        display: block;
    }

    .footerRow24Cont2 img {
        height: 40%;
    }

    .footerRow3Cont {
        width: 100%;
    }

    .footerRow3Cont a {
        margin-right: 6rem;
    }
}






/*newslide*/

.col-centered {
    float: none;
    margin: -20px auto;
    margin-top: -250px;
    
}

.carousel-control { 
    height: auto;
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: -22px;
    margin-left: -48px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: #333;
	  font-size: 34px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
    .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
    .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		 { left: -33%; }
    .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }
    .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 306px;
	height: 230px;
}