.primaryColors {
    background: #000;
    background: #0C1821;
    background: #1B2A41;
    background: #324A5F;
    background: #CCC9DC;
}

.hide {
    display: none !important;
}

.noPadding {
    padding: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

#topSlider {
    height: 100vh;
}

.carousel-inner {
    height: 100%;
}

.carousel-control {
    opacity: 0;
    transition: .4s;
}

span.leftArrow {
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../Images/SiteMain/Icons/leftArrow.png) no-repeat;
    left: 25px;
    top: calc(50% - 40px);
    background-size: contain;
    transition: .4s;
}

span.rightArrow {
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../Images/SiteMain/Icons/rightArrow.png) no-repeat;
    right: 25px;
    top: calc(50% - 40px);
    background-size: contain;
    transition: .4s;
}

.item:nth-child(odd) {
    background: #000;
    height: 100%;
}

.item:nth-child(even) {
    background: #333;
    height: 100%;
}

/* a.menuNavLink:first-child {
    padding-right: 0;
} */

.item {
    display: flex;
    justify-content: center;
    vertical-align: center;
}

.leftEffect {
    float: left;
    height: calc(100% - 80px);
    top: 80px;
}

.rightEffect {
    float: right;
    height: calc(100% - 80px);
    top: 80px;
    right: 0 !important;
    left: unset;
}

.leftEffect {
    float: left;
    height: calc(100% - 80px);
    top: 80px;
}

.rightEffect {
    float: right;
    height: calc(100% - 80px);
    top: 80px;
    right: 0 !important;
    left: unset;
}

.sectionHeader {
    width: 100%;
    font-size: 25px;
    margin: 15px 0;
    text-align: center;
    /* margin-top:  45px; */
    font-weight: 700;
    color: #424242;
    margin-bottom: 0px;
}

.sectionItemsWrap {
    width: 100%;
    margin: 15px 0;
    /* display:  flex;
    flex-direction:  row;
    justify-content:  center;
    align-items:  center; */
}

.sectionItemsWrap:not(.mobilesItemsWrap) {
    display:  flex;
    flex-direction: row;
    justify-content: center;
}

.itemWrap {
    height: 210px;
    position: relative;
    cursor: pointer;
    min-width: 200px;
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}

.itemImageWrap {
    height: 75%;
    width: 100%;
    overflow: hidden;
}

.itemNameWrap {
    height: 25%;
}

.itemWrap:hover .itemName {
    background: #ab0000;
    color: #fff;
}

.itemName {
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: #eaeaea;
    border-radius: 5px 5px 0px 0px;
    transition: .5s;
    font-weight: 600;
    color: #333;
}

.itemInsideImage {
    height: 150px;
    width: 200px;
    /* position:  absolute; */
    margin-left: calc(50% - 100px);
    /* background:  red; */
    margin-top: 55px;
    transition: margin-top .4s;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background: url('../Images/MainPage/DevicesTemplateImages/DefaultDevice.png');
}

.itemWrap:hover .itemInsideImage {
    margin-top: 8px;
}

.sectionWrap .section {
    background: #f5f5f5;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 5px;
    transition: background .5s, box-shadow .5s, border-radius .5s;
}

.sectionWrap .section:hover {
    background: #fff;
    box-shadow: 0px 2px 20px #c0c0c0;
    border-radius: 5px;
}

.sliderImage {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 80px 200px rgba(0, 0, 0, 0.7) inset;
}

.hideNow {
    display: none;
}

.showAllItems {
    float: right;
    font-size: 13px;
    width: 65px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: #42a5f5;
    cursor: pointer;
    font-weight: 500;
    transition: .5s color;
    z-index: 4;
}

.showAllItems:not(.showing):before {
    content: "Show All";
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.showAllItems.showing:before {
    content: "Show Less";
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.showAllItems.showing {
    color: #ffa726;
}

@media only screen and (max-width: 750px) {
    .itemInsideImage {
        margin-top: 8px;
    }
    span.leftArrow {
        height: 30px;
        width: 30px;
        left: 8px;
    }
    span.rightArrow {
        height: 30px;
        width: 30px;
        right: 8px;
    }
    #topSlider {
        padding-top: 55px;
    }
    .showAllItems {
        bottom: 20px;
        top: auto;
        text-align: center;
        width: 100%;
        right: 0;
    }
    .sectionItemsWrap {
        padding-bottom: 25px;
    }
    .sectionHeader {
        font-size: 20px;
    }
    a.itemWrap {
        height: 155px;
        max-width: 250px;
        margin: 0 auto;
    }
    .socialLinks {
        margin-top: 10px;
    }
    .sliderImage {
        box-shadow: 0 0 0 #333 inset;
    }
}

/* =================ADmin Functions===============*/
.deleteFunction {
    position: absolute;
    top: 25px;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #ea4040;
    border-radius: 50%;
    margin: 5px;
    z-index: 5;
    padding-left: 6px;
    padding-top: 1px;
    color: #fff !important;
}


.editFunction {
    position:  absolute;
    top:  0;
    right:  0;
    cursor:  pointer;
    width: 20px;
    height:  20px;
    background: #59c73e;
    border-radius:  50%;
    margin:  5px;
    z-index: 5;
    padding-left: 6px;
    padding-top: 1px;
    color: #fff !important;
}

/* ======================Admin Functions styles ends================*/ 

@media only screen and (max-width: 1200px) {
    #topSlider {
        height: 61vw;
        /* padding-top: 55px; */
        background: #000;
    }
}

@media only screen and (max-width: 991px) {
    .sectionItemsWrap{
        display: block !important;
    }
}

@media only screen and (max-width: 800px) {
    .itemName {
        font-weight: 500;
    }
    .sectionHeader {
        font-weight: 600;
    }
}

a.menuNavLink:not(.active):hover {
    background: linear-gradient(rgba(0,0,0,0), rgba(255, 255, 255,.2));
}