﻿/* About
-----------------------------------------------------------*/



#header .middleTD form {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    font-family: Arial;
    font-size:13px;
}

#userPanel  a {
    font-size: 14px;
}

.aboutContent {
    background-color: rgba(0, 173, 255, 0.51);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 15px;
    color: white;
}

/* Tracking
-----------------------------------------------------------*/

#mglSnap {
    display:none;
}

#aboutTracking {
    font-size: 18px;
    background-color: white;
    color: #677280;
}

#aboutTracking h1{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-top: 0;
}

#aboutTracking h3 {
    color: #677280;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-top: 0;
}

#aboutTracking h3 a {
    color: #677280;
}

#aboutTracking h3 a:hover {
    text-decoration:underline;
}

#aboutTracking .aboutContent{
    margin-left: 50px;
    width: 45%;
    margin-top: 0;
}

#aboutTrackingImg1 {
    background-image: url('/Images/mgl-1.jpg');
    background-size: cover;
}

#aboutTrackingImg1 > div {
    padding: 50px 0;
    text-align: justify;
}

#aboutTrackingImg2 {
    width: 100%;
    background-image: url('/Images/mgl-snap2.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 15% center;
}

#aboutTrackingImg2 > div {
    margin-left: 50%;
    margin-right: 50px;
}

#aboutTrackingImg2a {
    width: 100%;
    background-image: url('/Images/mgl-flycase.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 15% center;
}

#aboutTrackingImg2a > div {
    margin-left: 50%;
    margin-right: 50px;
}

#aboutTrackingImg3 {
    background-image: url('/Images/mgl-2.jpg');
    background-size: cover;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#aboutTrackingImg4 {
    margin-top: 50px;
    height: 280px;
}


#aboutTrackingImg4 > div {
    float: left;
    width: 50%;
    text-align: center;
}

#aboutTrackingImg4 img {
    /*width: 90px;*/
    margin: 45px 15px 0 15px;
    /*-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);*/
}

#aboutTrackingImg4 img:hover {
    /*-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);*/
}

#aboutTrackingImg5 {
    background-image: url('/Images/mgl-12.jpg');
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

#aboutTrackingImg6 {
    width: 100%;
    background-image: url('/Images/mgl-4.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 15% center;
    margin-top: 40px;
}

#aboutTrackingImg6 > div {
    margin-left: 50%;
    margin-right: 50px;
    padding: 50px 0;
}

#aboutTrackingImg7 {
    background-image: url('/Images/mgl-11.jpg');
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

#aboutTrackingImg7 a {
    font-weight: bold;
}

#aboutTrackingImg7 a:hover {
    text-decoration:underline;
}

#aboutTrackingImg8 {
    width: 100%;
    background-image: url('/Images/mgl-14.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 15% center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#aboutTrackingImg8 > div {
    margin-left: 50%;
    margin-right: 50px;
    padding: 50px 0;
}

#aboutAppsImg1 {
    background-image: url('/Images/app_bg.jpg');
    background-size: cover;
}

#aboutAppsImg1 > div {
    padding: 50px 0;
    text-align: justify;
}


#aboutAppsImg3 {
    background-image: url('/Images/battery.jpg');
    background-size: cover;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}


#aboutTracking h2{
    font-size: 28px;
    font-weight: bold;
    margin-left: 50px;
    width: 45%;
    background-color: rgba(0, 173, 255, 0.6);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-bottom: 5px;
    color: white;
}

#aboutAppImg4 {
    margin-top: 50px;
    height: 850px;
}

#aboutAppImg4 > div {
    float: left;
    width: 50%;
    text-align: center;
}

#aboutAppImg4 .aboutContent, #aboutAppImg4 h2 {
    width: 80%;
    margin-left: 50px;
}

#aboutTrackingImg2 .aboutContent, #aboutTrackingImg2 h2,
#aboutTrackingImg2a .aboutContent, #aboutTrackingImg2a h2,
#aboutTrackingImg6 .aboutContent, #aboutTrackingImg6 h2,
#aboutTrackingImg8 .aboutContent, #aboutTrackingImg8 h2 {
    width: 90%;
}

#aboutTrackingImg3 .aboutContent, #aboutTrackingImg3 h2,
#aboutTrackingImg5 .aboutContent, #aboutTrackingImg5 h2 {
    background-color: rgba(0, 173, 255, 0.85);
}

#aboutTrackingImg4 .aboutContent, #aboutTrackingImg4 h2 {
    width: 80%;
    margin-left: 50px;
}

#aboutTracking li {
    margin-left: 30px;
}

#aboutTracking #aboutTrackingImg2a li {
    line-height: 40px;
}

#aboutTracking #store2 {
    display: none;
}

@media (max-width: 1150px) {
    #aboutTrackingImg2a {
        background-image: url('/Images/mgl-flycase-350.png');
        background-position: 9% center;
    }
    #aboutTrackingImg2 {
        background-image: url('/Images/mgl-snap2-350.png');
        background-position: 9% center;
    }
    
    #aboutTrackingImg6 {
        background-image: url('/Images/mgl-4-350.png');
        background-position: 9% center;
    }
    
    #aboutTrackingImg8 {
        background-image: url('/Images/mgl-14-350.png');
        background-position: 9% center;
    }
}

@media (max-width: 865px) {
    #aboutTrackingImg1 .aboutContent, #aboutTrackingImg1 h2,
    #aboutTrackingImg3 .aboutContent, #aboutTrackingImg3 h2,
    #aboutTrackingImg5 .aboutContent, #aboutTrackingImg5 h2,
    #aboutTrackingImg7 .aboutContent, #aboutTrackingImg7 h2,
    #aboutAppImg1 .aboutContent, #aboutAppImg1 h2,
    #aboutAppImg3 .aboutContent, #aboutAppImg3 h2 {
        width: 70%;
        margin: 5px auto;
    }
    #aboutTrackingImg1 .aboutContent,
    #aboutAppImg1 .aboutContent {
        margin-bottom: 20px;
    }
    #aboutAppsImg1 .playStore {
        margin-left: 20px;
    }

    #aboutTrackingImg2a, #aboutTrackingImg2,
    #aboutTrackingImg6, #aboutTrackingImg8,
    #aboutAppImg2a, #aboutAppImg2 {
        background-image: none;
        background-position: initial;
    }

    #aboutTrackingImg2 > div, 
    #aboutTrackingImg2a > div, 
    #aboutTrackingImg6 > div, 
    #aboutTrackingImg8 > div,
    #aboutAppImg2 > div, 
    #aboutAppImg2a > div {
        margin-left: auto;
        margin-right: auto;
        width:70%;
    }

    #aboutTrackingImg2 .aboutContent, #aboutTrackingImg2 h2,
    #aboutTrackingImg2a .aboutContent, #aboutTrackingImg2a h2,
    #aboutTrackingImg4 .aboutContent, #aboutTrackingImg4 h2,
    #aboutTrackingImg6 .aboutContent, #aboutTrackingImg6 h2,
    #aboutTrackingImg8 .aboutContent, #aboutTrackingImg8 h2,
    #aboutAppImg2 .aboutContent, #aboutAppImg2 h2,
    #aboutAppImg2a .aboutContent, #aboutAppImg2a h2,
    #aboutAppImg4 .aboutContent, #aboutAppImg4 h2 {
        width: 100%;
        margin: 5px auto;
        padding: 15px 0;
    }

    
    #mglSnap {
        display:block;
        margin: 10px auto;
        width: 70%;
    }
}

@media (max-width: 770px) {
    .aboutContent ul {
        padding: 5px;
    }

    #aboutTracking .aboutContent, #aboutTracking h2 {
        width: 90%;
    }
    
    #aboutTrackingImg2, #aboutTrackingImg4, #aboutTrackingImg6, #aboutTrackingImg8 {
        background-image: none;
    }
    
    #aboutAppImg2, #aboutAppImg4 {
        background-image: none;
    }
    

    #aboutTrackingImg2 > div, #aboutTrackingImg2a > div, #aboutTrackingImg4 > div, #aboutTrackingImg6 > div, #aboutTrackingImg8 > div {
        width: 100%;
    }

    #aboutAppImg2 > div, #aboutAppImg2a > div, #aboutAppImg4 > div {
        width: 100%;
    }

    #aboutTrackingImg2 .aboutContent, #aboutTrackingImg2 h2,
    #aboutTrackingImg4 .aboutContent, #aboutTrackingImg4 h2,
    #aboutTrackingImg6 .aboutContent, #aboutTrackingImg6 h2,
    #aboutTrackingImg8 .aboutContent, #aboutTrackingImg8 h2 {
        margin: 10px auto 0 auto;
        padding: 15px 5px;
    }

    #aboutAppsImg1 .aboutContent, #aboutAppsImg1 h2,
    #aboutAppsImg3 .aboutContent, #aboutAppsImg3 h2,
    #aboutAppImg2 .aboutContent, #aboutAppImg2 h2,
    #aboutAppImg4 .aboutContent, #aboutAppImg4 h2 {
        margin: 10px auto 0 auto;
        padding: 15px 5px;
    }
    
    #aboutTrackingImg2 .aboutContent, #aboutTrackingImg2a .aboutContent {
        margin-bottom: 20px;
    }

    #aboutTrackingImg2 h2, #aboutTrackingImg2a h2, #aboutTrackingImg4 h2 {
        margin-top: 40px;
    }
    
    #aboutAppImg2 .aboutContent, #aboutAppImg2a .aboutContent {
        margin-bottom: 20px;
    }

    #aboutAppImg2 h2, #aboutAppImg2a h2, #aboutAppImg4 h2 {
        margin-top: 40px;
    }

    h2 {
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    #aboutTrackingImg6 .aboutContent, #aboutTrackingImg8 .aboutContent {
        margin-bottom: 40px;
    }

    #aboutTrackingImg6 > div, #aboutTrackingImg8 > div {
        padding: 0;
    }
        
    #aboutTracking #store {
        display: none;
    }

    #aboutTracking #store2 {
        display: block;
        text-align: center;
    }

    #aboutTrackingImg4 {
        margin-top: 0;
        height: auto;
    }

    #aboutAppImg4 {
        margin-top: 0;
        height: auto;
    }
    
    #aboutTrackingImg4 > div {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
    
    #aboutAppImg4 > div {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    #aboutTrackingImg4 img {
        width: 80px;
        margin: 0 15px 0 15px;
    }

    #aboutAppImg4 img {
        width: 350px;
        margin: 0 15px 0 15px;
    }
}


.responsiveMobileAbout {
    display:none;
}


@media (max-width: 415px) {
    .responsiveDesktopAbout {
        display: none!important;
    }

    .responsiveMobileAbout {
        display: table-row;
    }
}

/* Contact
-----------------------------------------------------------*/

#aboutContact {
    font-size: 18px;
    color: #677280;
    overflow: hidden;
    padding: 0;

    background-image: url('/Images/daklha.jpg');
    background-size: cover;
}

    #aboutContact .message {
        width: 45%;
        margin: 0 auto 20px auto;
        padding: 10px;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        background-color: rgba(62, 224, 112, 0.81);
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }

#aboutContact h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
    color: #fff;
    text-shadow: black 1px 1px 10px;
}

#aboutContact .aboutContent{
    width: 45%;
    margin-top: 0;
}

#aboutContactImg1 {
    /*background-image: url('/Images/mgl-7.jpg');
    background-size: cover;*/
    padding: 0;
}

#aboutContactImg1 .aboutContent {
    text-align: center;
    margin: 0 auto;
    font-size:20px;
    font-weight:bold;

    vertical-align: top;
    background-color: rgba(221, 221, 221, 0.81);
    color: #686868;
}

#aboutContactImg1 input{
    width: 280px;
    height: 25px;
    font-size:18px;
}

#aboutContactImg1 input[type="submit"] {
    background: #383D47;
    color: #FFF;
    border: none;
    width: 200px;
    height: 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#aboutContactImg1 input[type="submit"]:hover {
    background-color: #3E4552;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#aboutContactImg1 textarea{
    width: 320px;
    height: 200px;
    font-size:16px;
}

#aboutContactImg1 legend, #aboutContactImg1 .field-validation-error{
    font-size:14px;
    text-align:center;
    width:100%;
}

@media (max-width: 865px) {
    #aboutContactImg1 .aboutContent, #aboutContact .message {
        width: 70%;
    }
}

@media (max-width: 600px) {
    #aboutContactImg1 .aboutContent, #aboutContact .message {
        width: 100%;
    }

    #aboutContactImg1 {
        background-image: none;
    }
}


/* Operateur
-----------------------------------------------------------*/
        
#aboutOperateur {
    padding: 5px 15px 5px 15px;
    color: #6F6F6F;
}   
 
#aboutOperateur > h1 {
    text-align: center;
    margin-bottom: 5px;
}    
#aboutOperateur > h3 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
          

/* Operateur Card
-----------------------------------------------------------*/

 .operateurCard {
     background-color: #fff;
    border: 1px solid #D8D8D8;
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 30px;
 }

     .operateurCard a {
        padding: 0;
     } 
 
     .operateurCard aside {
         border-right: 1px solid #eee;
        float: left;
        height: 250px;
        width: 361px;
     }
     
     .operateurCard .operateurInfo {
        height: 250px;
        margin-left: 361px;
     }

         .operateurCard .operateurInfo .info {
            float: left;
            height: 100%;
            position: relative;
            padding-left: 30px;
            padding-top: 20px;
            width: 361px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
         }

             .operateurCard .operateurInfo .info .titleLeft, .operateurCard .operateurInfo .info .titleRight {
                color: #fff;
                display: inline-block;
                font-size: 11px;
                font-weight: bold;
                height: 20px;
                letter-spacing: 2px;
                line-height: 20px;
                padding: 2px 12px;
                vertical-align: top;
                white-space: nowrap;
             }
             
             .operateurCard .operateurInfo .info .titleLeft {
                background-color: #32323A;
             }

             .operateurCard .operateurInfo .info .titleRight {
                background-color: #02b8fa;
             }

             .operateurCard .operateurInfo .info h2 {
                font-size: 16px;
                font-weight: normal;
                margin: 5px 0 5px 0;
             }

                 .operateurCard .operateurInfo .info h2 a {
                    color: #333;
                 }

             .operateurCard .operateurInfo .info h3 {
                font-size: 12px;
                font-weight: normal;
                margin: 0;
             }
             
                 .operateurCard .operateurInfo .info h3 a {
                    color: #999;
                 }

             .operateurCard .operateurInfo .info .infoDown {
                bottom: 30px;
                left: 30px;
                position: absolute;
                right: 30px;
             }

                 .operateurCard .operateurInfo .info .infoDownUp {
                    border-bottom: 1px solid #D8D8D8;
                    color: #999;
                    font-size: 10px;
                    height: 18px;
                    margin-bottom: 3px;
                 }

                 .operateurCard .operateurInfo .info .infoDownDown {
                    color: #333;
                    line-height: 14px;
                    font-size: 12px;
                 }

                 .operateurCard .operateurInfo .info .infoDownDown a {
                    color: #333;
                 }
                 
         .operateurCard .operateurInfo .operateurDescription {
            margin-left: 361px;
            height: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
            text-align: justify;
            font-size: 12px;
         }  

         .operateurCard .operateurInfo .operateurDescription .logo {
            text-align: center;
            margin: 0;
         }

         .operateurCard .operateurInfo .operateurDescription .logo img {
            height: 50px;
         }
             
                     
    @media (max-width: 1000px) {
         .operateurCard aside {
            display: none;
         }

         .operateurCard .operateurInfo {
            margin-left: 0;
         }
    }


    

/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;        
	}
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:2em;
    font-weight: bold;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}


/* --- Features ------------------------- */

.features {
    margin-top: 50px;
    margin-bottom:50px;
}

@media (max-width: 768px) {
    .features {
        text-align: center
    }
        
    .feature {
        margin-bottom: 20px
    }
 }

.feature {
    font-weight: bold;
    color: rgb(0, 173, 255);
}

.features .featureRow {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0.1em solid rgb(163, 163, 163);
    vertical-align: middle;
}    

.featuresHeader {
    background-color: rgba(0, 173, 255, 0.65);
    border-bottom: thick solid rgb(2, 147, 216);
    text-align: center;
    color: white;
    font-size:25px;
}

.featuresHeader small{
    font-size:14px;
}

.featureContent {
    text-align: center;
    font-size:16px;
}

.featureContent small{
    font-size:12px;
}

.features i.fa-check {
    color: green;
}

.features i.fa-times {
    color: red;
}

.features .dollard {
    color: orange;
}
