.featureIcon {
    color: #47A6DC; font-size: 64px;
}

.featureBg{
    background-color: #ffffffef;
}
.featureIconBg{
    background-color: #ffffff99;
}

.primaryColor {
    color: #47A6DC;
}

.mobiGradient{
    background: linear-gradient(to bottom,rgba(0,0,0,.39) 0,rgba(0,0,0,.31) 100%)
}


.smallCaps {
    font-variant: small-caps;
}

.container {
  max-width: 960px;
}

.expandableImg {
    cursor: pointer;
}

.textShadow {
    text-shadow: 0 0.05rem 1rem rgba(0, 0, 0, .5);
}
.mainBlock {
    box-shadow: inset 0 0 10rem rgba(0, 0, 0, 0.75); background: linear-gradient(to bottom,rgba(0,0,0,.39) 0,rgba(0,0,0,.31) 100%), url(/img/back5.jpg) no-repeat top;
             background-size: cover;
}

.site-header {
  background-color: rgba(33, 33, 33, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-card-1 {
      background-image: url(/img/dash.png);

}

.product-card {
  right: 8%;
  width: 100%;
  height: 300px;
 /* background-color: #333;
 */
  border-radius: 4px 4px 0px 0px; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.product-card::before {
      position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
      width: 100%;
  height: 300px;
    content: "";
    /* background-color: rgba(255, 255, 255, .1); */
  border-radius: 4px 4px 0px 0px; 
    border-color: rgba(255, 255, 255, .2);
    border-width: 3px;
    border-style: solid;
    border-bottom-style: none;
    box-shadow: 0 0rem 0.1rem rgba(255, 255, 255, 1);
    margin: -2px;
}


.product-device-1 {
  background-image: url(/img/tc1.png);
}

.product-device-1-en {
  background-image: url(/img/tc1-en.png);
}


.product-device-3 {
     
  right: auto;
  top: auto;
  bottom: -30%;
  left: -2%;
    width: 640px !important;
  height: 400px !important;
    -webkit-transform: rotate(15deg) !important;
  transform: rotate(15deg) !important;
  background-image: url(/img/cs1.jpg);
}

.product-device-4 {
  top: -30%;
  right: -3% !important;
  bottom: auto;
  left: auto;
      -webkit-transform: rotate(-32deg) !important;
  transform: rotate(-32deg) !important;
  background-image: url(/img/alp2.png);
}


.product-device-5 {
  top: auto;
  left: 50%;

  bottom: -50% !important;
  right: 50%;
      -webkit-transform: rotate(-6deg) !important;
  transform: rotate(-6deg) !important;
  background-image: url(/img/merch3.jpg);
}


.product-w-device {
  position: relative;
  right: 0%;
  bottom: 0%;

 /* background-color: #333;
 */
  border-radius: 16px 16px 0 0 ; 
  background-repeat: no-repeat;
  
}

.product-w-device::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    /* background-color: rgba(255, 255, 255, .1); */
    border-radius: 16px 16px 0 0;
    border-color: rgba(255, 255, 255, .2);
    border-width: 3px;
    border-style: solid;
    box-shadow: 0 0rem 0.1rem rgba(255, 255, 255, 1);
    margin: -2px;
}




















.product-d-device {
  position: relative;
  right: 0%;
  bottom: 0%;
  width: 400px;
  height: 640px;
 /* background-color: #333;
 */
  border-radius: 16px; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

.product-d-device::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    /* background-color: rgba(255, 255, 255, .1); */
    border-radius: 16px;
    border-color: rgba(255, 255, 255, .2);
    border-width: 3px;
    border-style: solid;
    box-shadow: 0 0rem 0.1rem rgba(255, 255, 255, 1);
    margin: -2px;
}



.product-device {
  position: absolute;
  right: 3%;
  bottom: -30%;
  width: 300px;
  height: 533px;
 /* background-color: #333;
 */
  border-radius: 16px; 
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

.product-device::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    /* background-color: rgba(255, 255, 255, .1); */
    border-radius: 16px;
    border-color: rgba(255, 255, 255, .2);
    border-width: 3px;
    border-style: solid;
    box-shadow: 0 0rem 0.1rem rgba(255, 255, 255, 1);
    margin: -2px;
}



.product-device-2 {
  top: -40% !important;
  right: auto;
  bottom: 0;
  left: -2%;
  
     width: 311px !important;
  height: 672px !important;
  
    background-image: url(/img/kpi2.png);
    -webkit-transform: rotate(20deg) !important;
  transform: rotate(20deg) !important;
 /* background-color: #e5e5e5; */
}




/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.box-shadow2 {box-shadow: 0 0rem 0.1rem rgba(0, 0, 0, .6);}



.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
