/* --------------------------------------------------------
Stylesheet for Cellairis.com/business

version: 1.0
last modified: 11-08-2019 by Patrick Hamil
author: Alicia Persaud
-----------------------------------------------------------*/
html, body{
    font-family: "proxima-nova", "sans-serif" !important;
}

.businessHero {
    background-image:url('/assets/images/business/business-hero.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% top;
    font-family: "proxima-nova", "sans-serif";
}

.businessHero .logo{
    margin-left: 0;
    padding-top: 15%;
}

.businessHero h1{
    color: white;
    font-family: "proxima-nova", "sans-serif";
    font-weight: 300;
    font-size: 60px; 
}

@media screen and (max-width: 768px), screen and (max-device-width: 768px){
    .businessHero h1{
        font-size: 50px;
    }

    .deviceSection h2{
        font-size: 55px !important;
        position: unset !important;
        padding-left: 0 !important;
    }

    .device-slider-mobile .slide-content {
        margin-top: 0 !important;
        width: unset;
        /* position: relative;
        left: -5px; */
    }

    .featuredHeader h2{
        font-size: 55px !important;
        position: unset !important;
        padding-left: 0 !important;
    }

    .featuredSection .featuredTitle{
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .featuredSection .promoContent{
        padding-right: 0 !important;
    }

    .deviceSection .business-content {
        min-height: 280px !important; 

    }

    .slide-content{
        margin-top: -80px !important;
    }

    .slick-slide img{
        max-width: 200px !important;
    }

    .CategoryIcons .featured-info{
        height: 100px !important;
        display: block !important;
        text-align: center;
    }

    .learn-more{
        font-size: 12px;
    }

    .footerContact h1{
        font-size: 35px;
    }

    .CategoryIcons .protection{
        background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceProtection.gif") !important; 
    }

    .CategoryIcons .management{
        background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceManagement.gif") !important; 
    }

    .CategoryIcons .accessories{
        background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceAccessories.gif") !important; 
    }

    .CategoryIcons .support{
        background-image:url("/assets/images/business/Cellairis_CategoryIcon_Support.gif") !important; 
    }

    .CategoryIcons .repairs{
        background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceRepair.gif") !important; 
    }

    .CategoryIcons .management-border{
        border-bottom: 0 !important;
    }
    
    .CategoryIcons .repairs-border{
        border-bottom: 0 !important;
    }

}


@media screen and (max-width: 992px), screen and (max-device-width: 992px){

    .deviceSlider{
        display:none !important;
    }

    .deviceSliderMobile, .device-options-mobile{
        display: block !important;
    }

    .mobile-descriptions{
        display: block !important;
    }

    .CategoryIcons h4{
        font-size: 16px !important;
    }

    .learn-more{
        font-size: 12px;
    }

    .featuredSection .promoContent .promoTitle{
        margin-top: 30px;
    }
}

@media screen and (min-width: 767px) and (max-device-width: 1399px){
    .deviceSection h2{ 
        font-size: 100px !important;
    }

    .featuredHeader h2{
        font-size: 100px !important;
    }
}

.businessHero h4{
    font-weight: 600;
}

.businessHero .heroContactForm{
    padding: 80px 60px;
    background-color: #0000008c;
    color: #ffffff;
}

.businessHero .watchVideo{
    padding: 10px 0 40px;
    margin-bottom: 5%;
    margin-left: 0;
}

/***** DEVICE SLIDER and RADIO BUTTONS *****/

.deviceSection{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 4%, rgba(204,204,204,0.5214460784313726) 44%, rgba(255,255,255,1) 100%);
}

.deviceSlider{
    display: block;
}

.deviceSliderMobile, .device-options-mobile{
    display: none;
    font-size: 16px;
}

.deviceSection h2{ 
    text-align: left;
    color: #D0D0D0; 
    font-size: 130px; 
    font-weight: 100;
    line-height: .9em;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
    top: 60px;
}

.deviceSection .business-content{
    text-align:left; 
    font-size: 18px; 
    min-height: 350px;
}

.deviceSection .business-content .device-text{
    padding-top: 40%;
}

.deviceSection .business-intro{
    position: absolute; 
    bottom: 0;
}

.deviceSection img{
    margin-bottom: 30px;
    margin-top: 30px;
}

.deviceSection .device-options{
    margin-top: 30px;
    width: fit-content;
    margin-left: 0;
}

.deviceSection .device-options:after{
    border-left: 3px solid lightgray;
}

.device-options-mobile{
    /* padding-top: 30px; */
    margin: 0 auto;
    width: fit-content;
}

.deviceSliderMobile .deviceSection .business-content{
    min-height: 1px;
}

.deviceSliderMobile .business-content .device-text{
    padding-top: 0;
}

.mobile-descriptions{
    display: none;
}

.mobile-info{
}

.mobile-slide-info{
    text-align:center; 
    font-size: 14px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 300;
    padding-bottom: 5px;
}

[type="radio"]:checked + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 600;
    padding-bottom: 5px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0px;
    width: 12px;
    height: 12px;
    border: 2px solid #454545;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #454545;
    position: absolute;
    top: 0px;
    left: -7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 600;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.device-slider{
    /* width: 350px; */
}

.device-slider img{
 
}

.slick-track{
    /* margin: 30px 20px; */
}

.slick-slide img{
    max-width: 280px;
    position: relative;
    top: 40px;
}

.slide-content{
    font-size: 13px;
    margin: 0 auto;
    width: 300px;
    text-align:center;
    padding: 0 20px;
    padding-bottom: 120px;
}

.slide-content h4{
    font-weight:bold;
    font-size: 14px;
}


.slide-content p{
    width: 200px;
    margin: 0 auto;
}

.slick-prev:before, .slick-next:before{
    color: #009ABE !important;;
}

.slick-prev{
    left: -10px !important;
}

.slick-next{
    right: 0 !important;
}


/****************************************/

.featuredHeader h2{
    text-align: left;
    color: #D0D0D0; 
    font-size: 130px; 
    font-weight: 100;
    line-height: .8em;
    padding-bottom: 30px;
    padding-left: 60px;
    position: relative;
    top: 55px;
}

.featuredSection .featuredTitle{
    font-size: 65px;
    color: #ffffff;
    font-weight: 300;
    line-height: 55px;
    padding: 40px;
}

.CateogryIcons {
    padding-bottom: 50px;
}

.CategoryIcons .icon{
    border: 1px solid #ccc;
}

.CategoryIcons .protection-border{
    border-right: 0;
    border-bottom: 0;
}

.CategoryIcons .accessories-border{
    border-bottom: 0;
}

.CategoryIcons .management-border{
    border-right: 0;
}

.CategoryIcons .repairs-border{
    border-right: 0;
}
.CategoryIcons .protection{ 
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceProtection-Static.gif"); 
    cursor: pointer;
    height: 300px;
    background-size: contain;
    background-position: center center; 
    background-repeat: no-repeat;
}
.CategoryIcons .protection:hover{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceProtection.gif"); 
}

.CategoryIcons .management{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceManagement-Static.gif"); 
    text-align: center;
    height: 350px;
    background-size: contain;
    background-position: center -18px; 
    background-repeat: no-repeat;
    cursor: pointer;
}

.CategoryIcons .management:hover{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceManagement.gif"); 
}

.CategoryIcons .accessories{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceAccessories-Static.gif");
    text-align: center; 
    height: 300px;
    background-size: contain;
    background-position: top; 
    background-repeat: no-repeat;
    cursor: pointer;
}
.CategoryIcons .accessories:hover{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceAccessories.gif"); 
}

.CategoryIcons .support{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_Support-Static.gif"); 
    text-align: center;
    height: 350px;
    background-size: contain;
    background-position: center -18px; 
    background-repeat: no-repeat;
    cursor: pointer;
}

.CategoryIcons .support:hover{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_Support.gif"); 
}

.CategoryIcons .repairs{ 
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceRepair-Static.gif"); 
    cursor: pointer;
    text-align: center;
    height: 350px;
    background-size: contain;
    background-position: center -18px;
    background-repeat: no-repeat;
}

.CategoryIcons .repairs:hover{
    background-image:url("/assets/images/business/Cellairis_CategoryIcon_DeviceRepair.gif"); 
}

.CategoryIcons h4{
    color: #009ABE;
    font-size: 19px;
}

.CategoryIcons .featured-info{
    height: 300px; 
    display: table-cell; 
    vertical-align: middle;
}

.CategoryIcons .category-info {

    position: absolute;
    bottom: 0px;
    left:0;
    width: 100%;
    padding-bottom: 30px;
}

.learn-more{
    font-weight: bold;
    cursor: pointer;
}

.glyphicon-chevron-right{
    font-size: 9px;
    top: 0px;
    padding: 2px 5px;
}

.CategoryIcons .hover{
    position: absolute;
    background-color:  rgba(35, 36, 36, .8);
    color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.5s;
    z-index: 9;
    display:none;
}

.CategoryIcons .hover .close-btn{ 
    margin: 20px 20px 0 20px;
    text-align: right;
    font-size: 22px;
    color: #fff;
}

.CategoryIcons .hover .content{
    padding: 10px 20px;
    text-align: center;
}

.content h5{
    margin-bottom: 20px;
    font-size: 18px;
}

.featuredSection .promoContent .promoCat {
    color: #009ABE;
}

.featuredSection .promoContent .promoTitle {
    font-size: 55px;
    font-weight: 100;
    text-transform: none;
    color: #454545;
    line-height: 55px;
    margin-bottom: 10px;
    /* margin-top: 30px; */
}

.featuredSection .promoDesc{
    font-size: 18px; 
}

.featuredSection .featured-list-item{
    margin: 15px 0;
    font-size: 14px;
}
.featuredSection .promoContent .btn-default {
    background-color: #F9423A;
    border-radius: 30px;
    font-size: 16px;
}

.fademe{
    opacity: 0.2;
}

.businessHeader {
    padding: 50px 0;
}

.businessHeader h3 {
    color: #454545;
    font-family: "proxima-nova", "sans-serif";
    font-weight: 300;
    overflow: hidden;
    text-align: center;
}
.businessHeader h3:before,
.businessHeader h3:after {
    background-color: #E6E6E6;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.businessHeader h3:before {
    right: 1em;
    margin-left: -50%;
}
.businessHeader h3:after {
    left: 1em;
    margin-right: -50%;
}

.footerContact {
    background-color: #000000 !important; 
    color: #ffffff; 
    padding-top: 50px; 
}

.footerContact h1{
    color: white;
    font-family: "proxima-nova", "sans-serif";
    font-weight: 300;
	font-size: 50px;
    line-height: 1;
    max-width: 400px;
}

.footerContact .contactForm{
    padding: 0 60px; 
    background-color: #0000008c;
}