﻿

    body, h1, h2, h3, h4, h5, h6,.h1,.h2,.h3,.h4,.h5,.h6
    {
        /*font-family: "Raleway" , Arial, Helvetica, sans-serif;*/
        font-family: "oe_alchemist_proregular" , 'Cairo' , sans-serif !important;
        
    }
    body { font-size:15px!important;}
    h1,.h1{font-size:23px!important;}
    h2,.h2{font-size:21px!important;}
    h3,.h3{font-size:19px!important;}
    h4,.h4{font-size:17px!important;}
    h5,.h5{font-size:15px!important;}
    h6,.h6{font-size:13px!important;}
    

    /*.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
     color: #000!important;
     background-color: #dbeaf2!important;
    }*/


    #topNavBar
    {
        transition: background-color 1s,transform 1s,border 1s;
        
    }
    
    .station
    {
         width:180px;height:38px;
         transition: width 1s,height 1s;
    }
    
    .station.active
    {
         width:100%;height:100%;
    }
    
    .station .station-info 
    {
         transition: display 1s;
         display:none;  
         pointer-events:none; 
         min-width:250px;min-height:250px;
    }
    
     .station.label-view .station-info 
    {
         
         display:block;   
    }
    .station.label-view .label
    {
         transition: display 1s;     
         display:none;   
    }
    
    
    
    .myLink
    {
        display: none;
    }
    .cable-white-opacity
    {
        background-color: #ffffff87 !important;
        border-bottom: 0 !important;
    }
    
    .cable-white-scroll{
        padding-top: 70px;
        transform: translateY(-70px);
    }
    
    .cable-white
    {
        background-color: #fff;
        border-bottom: 2px solid #016fb7;
        
    }
    
    .cable-color-1
    {
        color: #fff !important;
        background-color: #016fb7 !important;
    }
    .cable-hr
    {
        padding: 0px;
        border: 1px solid #016fb7;
    }
    .cable-bg
    {
        background-color: #faf9f8b8 !important;
    }
    .cable-margin-left-64
    {
        margin-left: 64px !important;
    }
    .cable-margin-right-64
    {
        margin-right: 64px !important;
    }
    .cable-top-border
    {
        border-top: 3px solid #016fb7 !important;
    }
    .cable-top-border-white
    {
        border-top: 3px solid #fff !important;
    }
    .cable-button
    {
        border: none;
        display: inline-block;
        padding: 5px 6px 2px 6px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        white-space: nowrap; /*background-color: #016fb7;  
        color:#fff; */
        color: #a0a1a3;
        margin-left: 5px;
    }
    
    .cable-button:hover
    {
        color: #016fb7 !important;
        
    }
    
    .cable-nav
    {
        margin-top: 30px;
        margin-bottom: 0px;
        
    }
    
    .cable-nav-2
    {
     border-radius: 4px;
     color: #fff!important;
     background-color : #147abf!important;
    }
    
   
    
    
    .cable-button-nav
    {
        border: none;
        display: inline-block;
        padding: 5px 6px 2px 6px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        white-space: nowrap; 
        /*color: #000;*/
        margin-left: 10px;
        font-weight: bold;
        font-size:17px!important;
    }
    
    .cable-button-nav.active
    {
        color: #016fb7;
        font-weight: bold;
    }
    
    .cable-button-nav.dash:after
    {
        content: "//";
        padding-right: 20px;
    }
    
  
    
     .cable-nav .cable-button-nav:hover
    {
       
        color: #016fb7;
    }
    
    .cable-nav.cable-nav-2 .cable-button-nav:hover
    {
        color: #000;
        /*color: #016fb7;*/
    }
    
     .cable-button-nav:hover:after
    {
       color: #000!important;
    }
    
     .cable-button-nav.active:after
    {
       color: #000!important;
    }
    
    
    .cable-fa
    {
        color: black !important;
      
    }
    
    .cable-footer-links
    {
        list-style-type: none;
        padding: 0px;
    }
    
    .cable-footer-links li
    {
        padding: 3px 0px;
    }
    
    .cable-footer-links a
    {
        text-decoration: none;
        cursor: pointer;
        padding:1px;
        border-bottom: 1px dashed #016fb7;
        padding-bottom: 3px;
        padding-left: 5px;
        padding-right: 5px;
        line-height:30px;
    }
    
    .cable-footer-links a:hover
    {
        background-color:White;
    }
    
    .cable-gallery-padding
    {
        padding: 0 4px;
    }
    
    
    .cable-copy
    {
        text-decoration: none;
        font-weight: bold;
        font-size: 80%;
    }
    
    .cable-overlay
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #03a9fa17;
    }
    
    
    .label-view
    {
      width:100%;
      height:100%;
    }
    
    
    
    
    .dot {
      height: 25px;
      width: 25px;
      background-color: #016fb7;
      border-radius: 50%;
      display: inline-block;
      cursor:pointer;
    }
    
    .dot:after 
    {
      content: '';
      height: 20px;
      width: 20px;
      margin-right: 1.3px;
      margin-top : 2.3px;
      background-color: white;
      border-radius: 50%;
      display: inline-block;
      cursor:pointer;
    }
    
    @keyframes dotTransition {
      from {
        r: 5%;
      }
      to {
        r: 25%;
      }
    }

    .dot.active .activeDot {
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-name: dotTransition;
    }
    
    
    
    .cable-markers-overlay
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
    }
    
    .cable-img
    {
     overflow:hidden;    
    }
    .cable-img:hover
    {
        cursor: pointer;
        /*transform: translateY(-8px);
        transition: transform 0.75s;*/
       
    }
    
     /*.cable-img:hover .w3-display-bottomleft
     {
      
       width: 250px;
       height :250px;
     }*/
   

    
    #weather
    {
        position: absolute;
        top: 0px;
        left: 0px;
        
        font-weight: 400;
        font-size: 1.1em;
        color: #fff;
        text-shadow: .1em .1em 0 rgba(0,0,0,0.3);
        height: 100%;
        width: 100%; /*display: flex; */
        opacity: 0;
        filter: alpha(opacity=100);
        background-image: linear-gradient(to right top, #016fb7, #1d7abd, #2e84c3, #3e8fc9, #4d9acf);
        transition: opacity 0.75s,filter 0.75s;
    }
    .weather-temp
    {
        
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 4em;
       
    }
    .weather-location
    {
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 3em;
        
    }
    
    #weatherIcon
    {
        
        
    }
    

    .shape:before {
    position: absolute;
    top: 56%;
    left: -65.5%;
    content: '';
    height: 36%;
    width: 100%;
    border-right: 4px dotted  #006fba;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    transform: skew(-10deg);
    }

    .shape:after {
        position: absolute;
        top: 56%;
        left: -64.5%;
        content: '';
        height: 36%;
        width: 100%;
        border-right: 4px dashed #006fba7a;
        -webkit-transform: skew(-10deg);
        -moz-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .shape {
      position: absolute;
      height: 100%;
      width: 100%;
    }
    
   .shape2:before {
    position: absolute;
    top: 21%;
    left: -53.5%;
    content: '';
    height: 36%;
    width: 100%;
    border-right: 4px dotted  #006fba;
    -webkit-transform: skew(-37deg);
    -moz-transform: skew(-37deg);
    transform: skew(-37deg);
    }

    .shape2:after {
        position: absolute;
        top: 21%;
        left: -52.5%;
        content: '';
        height: 36%;
        width: 100%;
        border-right: 4px dashed #006fba7a;
        -webkit-transform: skew(-37deg);
        -moz-transform: skew(-37deg);
        transform: skew(-37deg);
    }

    .shape2 {
      position: absolute;
      height: 100%;
      width: 100%;
    }
    
    .cable-icon-width{width:610px;}
    .cable-icon-height{min-height:310px;}
    
    /* Desktops and laptops ----------- */
    @media only screen 
    and (min-width : 1224px) {
    /* Styles */
    
    }

    /* Large screens ----------- */
    @media only screen 
    and (min-width : 1824px) {
    /* Styles */
      body
      { 
           font-size:18px;
      }
      /*
      h1{font-size:45px}h2{font-size:39px}h3{font-size:33px}h4{font-size:29px}h5{font-size:27px}h6{font-size:25px}
       .cable-fa
        {
        color: black !important;
        font-size: 1.4em!important;
        }
        
      .dot {
      height: 29px;
      width: 29px;  
      }*/
      
      .cable-icon-width{width:802px;}
      .cable-icon-height{min-height:322px;}
    }

    
.circle-menu {
    opacity: 0;
    transition: all 1s;
    pointer-events: none;
}

.circle-menu.circleMenu-open {
    opacity: 1;
    pointer-events: all;
}

.le-ad-icon-mirror
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)!important;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.le-ad-star
{
    font-size: 65px;
    margin: 0;
    padding: 0;
    color: white;
    width: fit-content;
    height: fit-content;
    line-height: 30px;
    position: relative;
    top: 40px;
    left: 0px;  
}

#mnuMobile
{
  top:0px;
  left:0px;
  width:100%; 
  visibility: hidden;
  opacity: 0;   
}
#mnuMobile a {
    text-decoration: none;
    font-size: 1.2em;
}
#mnuMobile .nav-link span {
    border-bottom: 1px dotted #fff;
    padding-bottom: 8px;
}


#mnuMobile.active {
    visibility: visible;
    opacity: 1;
}

/* bassam */
#divPopupContent{max-height:70vh; overflow:auto;}
@media only screen and (max-width : 776px) {
	#divPilot .w3-display-middle{width:90%}
}