/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

#regionpickercontainer {
  position: absolute;
  /*display: flex;*/
  display: none;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
  /*background-color: rgba(50,50,50,0.5);*/
  background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 13%, rgba(34,34,34,0) 72%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(34,34,34,1) 13%,rgba(34,34,34,0) 72%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(34,34,34,1) 0%,rgba(34,34,34,1) 13%,rgba(34,34,34,0) 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#00222222',GradientType=0 ); /* IE6-9 */
}

#pickerbox {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: 180px;
  width: 350px;
  /*margin: 0 auto;*/
  background: url("../assets/images/regionpopup.png");
  background-size: cover;
}
.regionbutton {
    left: 0px;
    width: 100%;
    height: 55px;
    /*background-color: rgba(100, 100, 0, 0.5);*/

}

#ESW { margin-top: 52px; }
#INI { }


#titlecontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-ms-flex-line-pack: center;
    align-content: center;
height: 94%;
width: 100%;
/*margin: 0 auto;*/
background: 50%/cover no-repeat url("../assets/images/bg-home-top-layer.png");
}

#titlecomponents {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
height: 400px;
width: 100%;
/*margin: 0 auto;*/
}

#title1 {
margin-left: 50px;
margin-top: 0px;
height: auto;
}

.fronttitle {
font-family: WhitneyLight;
width: 500px;
font-size: 43px;
margin: 0;
margin-bottom: 10px;
}

.frontsubtitle {
width: 450px;
font-size: 14px;
margin-top: 5px;
}

#frontgileadlogo {
width: 200px;
height: 54px;
margin: 0px 50px 0px 50px;
background: url("../assets/images/logo.png");
background-size: cover;
}

#frontfootnote {
width: 90%;
margin: -30px 0px 0px 50px;
/*background-color: rgba(50,0,0,0.5);*/
font-size: 12px;
}

#indicationscontainer {
  /*display: flex;*/
  display: none;
  opacity: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88%;
  min-height: 680px;
  width: 100%;
  display: none;
  /*margin: 2% 2% 0;*/
  /*background-color: rgba(0,50,0,0.5);*/
}

#indications-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  max-width: 96%;
  padding: 1% 0% 0% 0%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3);
  z-index: 1;
}

#indications-close-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  /*padding: 10px 20px 0px 0px;*/
 /* background-color: rgba(50,50,50,1.0);*/
}
#indications-close-button {
  width: 20px;
  height: 20px;
  background: url("../assets/images/icons/close.svg");
  background-size: cover;
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-right: 1%;
}

.indications-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0% 1% 0% 1%;
  /*background-color: rgba(150,150,150,1.0);*/
}

.indications-last-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: flex-start;
  width: 100%;
  padding: 0% 1% 0% 1%;
  background-color: rgb(236, 237, 235);
}

.indication-box {
  width: 33.3%;
  padding: 1% 1% 1% 1%;
  /*background-color: rgba(0, 120, 0, 0.25);*/
}

.padleft {
  margin-left: 1%;
}

.line-right {
  border-right: 1px solid rgba(147,149,152,0.95);
}

.line-bottom {
  border-bottom: 1px solid rgba(147,149,152,0.95);
}

.line-bottom-white {
  border-bottom: 1px solid rgba(255,255,255,1.0);
}
.line-right-white {
  border-right: 2px solid rgba(255,255,255,1.0);
}


.indications-text {
  font-family: "whitneyMedium", Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  color: #4c4c4a;
}

.indicationsmpc-box {
 /*flex-grow: 1;*/
  width: auto;
  padding: 1% 0% 1% 0%;
/*  background-color: rgba(0, 120, 50, 0.25);*/
}

.indications-text-smpc {
  font-family: "whitneyMedium", Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 2px 0px 2px 0px;
}



#indicationsfootnotecontainer {
/*display: flex;*/
display: none;
opacity: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 6%;
  min-height: 45px;
  width: 100%;
  font-size: 12px;
  /*background-color: rgba(50,0,0,0.5);*/
}


#indicationsfcleft {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
 
  width: 55%;
   padding: 5px 5px 0px 42px;
/*  background-color: rgba(50,50,50,1.0);*/

}
#indicationsfcmiddle {
    -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*width: auto;*/
  padding: 5px 5px 0px 5px;
  text-align: right;
/*  background-color: rgba(150,150,150,1.0);*/
}
#indicationsfcright {
    -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
/*  width: auto;*/
  padding: 5px 20px 0px 5px;
  text-align: right;
/*  background-color: rgba(50,0,50,1.0);*/
}









#pillscontainer {
  /*display: flex;*/
  display: block;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 94%;
  min-height: 680px;
  width: 100%;
  background-color: rgba(0,0,0,.69);
}

.pill-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
/*  justify-content: center;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #fff;
  /*width: 100%;*/
  /*background-color: rgba(150,150,150,1.0);*/
}

.pills-box {
/*  display: flex;
  justify-content: center;*/
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  -webkit-perspective: 1000px !important;
          perspective: 1000px !important; /*fix for chrome*/
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
/*  background-color: rgba(0, 120, 0, 0.25);*/
}

.no-pills-box {
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px !important;
          perspective: 1000px !important; /*fix for chrome*/
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
/*  background-color: rgba(0, 120, 0, 0.25);*/
}

.pills-select-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
/*  background: url("../assets/images/icons/i.svg");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 50% 32%;*/
}

.flipbutton {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 10px 0px 10px 10px;
  background-color: rgba(0, 75, 0, 0.4);
  display: block;
  z-index: 9;
  background: url("../assets/images/icons/i.svg");
  background-repeat:no-repeat;
  background-size:70% 70%;
 
}



.pills-box-inner-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  background-color: #6dd0d0;
}

.pills-box-inner-default-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: url("../assets/images/blocks/bg-default-dark.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.pill-details-header {
  font-size: 20px;
  /*border-bottom: 2px solid #fff;*/
  font-family: WhitneySemibold;
  text-decoration: underline;
}

.pill-details-title {
  font-size: 20px;
  /*border-bottom: 2px solid #fff;*/
  font-family: WhitneyLight;
}

.pill-details-text {
  font-size: 14px;
  /*border-bottom: 2px solid #fff;*/
  font-family: WhitneySemibold;
  letter-spacing: +.5px;
}


.pill-detail {
  margin: 5px 8%;
  width: 95%;
  color: #FFF;
}

.pills-aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}

.pills-box-inner-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.pills-box-inner-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../assets/images/blocks/bg-half.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-color: #6dd0d0;
}

.pills-box-inner-half-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: url("../assets/images/blocks/bg-half-dark.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-color: #6dd0d0;
}

.pills-box-inner-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../assets/images/blocks/bg-green.png");
  background-size: cover;
}

.pills-box-inner-green-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: url("../assets/images/blocks/bg-green-dark.png");
  background-size: cover;
}

.pills-box-green-extra-text {
  position: absolute;
  width: auto;
  /* height: 100%; */
  margin: 0% 0% 2% 0%;
  /*background-color: rgba(0, 75, 0, 0.4);*/
  display: block;
  text-align: center;
  font-size: 10px;
  bottom: 0;
}

.pills-box-inner-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../assets/images/blocks/bg-yellow.png");
  background-size: cover;
}
.pills-box-inner-yellow-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: url("../assets/images/blocks/bg-yellow-dark.png");
  background-size: cover;
}

#coin {
  width: 140px;
  height: 141px;
}

.coin_img {
  width: 140px;
  height: 141px;
  -webkit-filter: drop-shadow(3px 4px 3px #222);
  filter: drop-shadow(3px 4px 3px #222);
}

#coin-controls {
  width: 42px;
  height: 217px;
/*  background-color: rgba(150,25,75,0.75);*/
}

#coin-side-button {
  width: 7px;
  margin: 0px 17px 0px 17px;
  height: 38px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}


#coin-front-button {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  margin: 25px 0px 25px 0px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}


#coin-plus-button {
  width: 32px;
  height: 32px;
  margin: 0px 5px 0px 5px;
  cursor: pointer;
  /*display: none;*/
  display: block;
  opacity: 0;
}

#coin-reset-button {
  width: 32px;
  height: 32px;
  margin: 0px 5px 25px 5px;
  cursor: pointer;
  /*display: none;*/
  display: block;
  opacity: 0;
}

.circle-select {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 10px 0px 10px;
  cursor: pointer;
  border: 2px solid rgba(255,255,255,0.5);
  /*background: url("../assets/images/icons/tick.png") center / cover;*/
}

.pill-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  width: 100%;
  cursor: pointer;
  /*background-color: rgba(150,25,75,0.75);*/
}

.pill-img {
  height: 63px;
  width: 120px;
  cursor: pointer;
 /* background-color: rgba(0,75,25,0.75);*/
}

.pill-text{
  height: auto;
  width: 90%;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  /*background-color: rgba(0,225,25,0.75);*/
  
}

.preload-imgs {
    display:none;
}




#compare-container {
  height: 94%;
  min-height: 680px;
  width: 100%;
  /*background-color: rgba(0,0,0,.69);*/
  display: none;
}
#compare-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.71);
}

#compare-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-right: 1px solid #fff;
  height: 100%;
  width: 25%;
   -webkit-box-shadow: 10px 10px 13px -9px #000000;
  box-shadow: 10px 10px 13px -9px #000000;
  
}

#compare-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 height: auto;
  width: 75%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height:0px;
}
#compare-col2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 height: 1800px;
  width: 100%;
}




#compare-coin {
  width: 140px;
  height: 141px;
}

#compare-coin-controls {
  width: 42px;
  height: 162px;
/*  background-color: rgba(150,25,75,0.75);*/
}

#compare-coin-side-button {
  width: 7px;
  margin: 0px 17px 0px 17px;
  height: 38px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}

#compare-coin-front-button {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  margin: 25px 0px 25px 0px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}

.button-active {
  border: 3px solid #FFFFFF !important;
}

#compare-coin-close-button {
  width: 32px;
  height: 32px;
  margin: 0px 5px 0px 5px;
  cursor: pointer;
  display: block;
}

.compare-pill-rowwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 100%;
  margin: 1px 0 1px 0;
  /*background-color: rgba(150,25,75,0.75);*/
}

.compare-pill-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 63px;
  width: 120px;
  margin-left: 25px;
/*  background-color: rgba(150,25,75,0.75);*/
}

.compare-pill-img {
  height: 63px;
  width: 120px;
 /* background-color: rgba(0,75,25,0.75);*/
}

.compare-pill-text-small{
  height: auto;
  width: 90px;
  margin: 0 12px 0 12px;
  font-size: 10px;
  color: #FFF;
  diplay: block;
  text-align: center;
  /*background-color: rgba(0,225,25,0.75);*/
}

.compare-circle-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 0px 10px 0px 10px;
  cursor: pointer;
  background-color: #6dd0d0;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.compare-circle-select-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 0px 10px 0px 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: url("../assets/images/blocks/bg-half.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-color: #6dd0d0;
}

.compare-circle-select-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 0px 10px 0px 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: url("../assets/images/blocks/bg-green.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-color: #6dd0d0;
}

.compare-circle-select-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 0px 10px 0px 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: url("../assets/images/blocks/bg-yellow.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-color: #6dd0d0;
}




.expanded {
  width: 300px;
  height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.compare-circle-select-infotext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.compare-circle-select-img {
  margin-top:  5px;
  margin-left: 5px;
}




.hide {
 display: none !important;
 opacity: 1;
 -webkit-transition: all 1.5s;
 -o-transition: all 1.5s;
 transition: all 1.5s;
}

.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
 opacity: 1;
 -webkit-transition: all 1.5s;
 -o-transition: all 1.5s;
 transition: all 1.5s;
}








/* Media query for Mobile devices ------------------------------------------------------- */ 
/*@media only screen and (min-width : 285px) and (max-width : 480px) {*/
@media only screen and (min-width : 285px) and (max-width : 767px) {

#mobiletitlecontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-ms-flex-line-pack: center;
    align-content: center;
height: 100%;
width: 100%;
/*margin: 0 auto;*/
background: 50%/cover no-repeat url("../assets/images/bg-home-top-layer-mobile.png");
}



#mobiletitlecomponents {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
height: 300px;
width: 100%;

}
#mobilefrontgileadlogo {
width: 200px;
height: 54px;
margin: 20px 30px 0px 30px;
background: url("../assets/images/logo.png");
background-size: cover;
}

#mobiletitle1 {
margin-left: 30px;
margin-top: 30px;
height: auto;
/*margin-top: 0px;
height: auto;*/
}

.fronttitle {
font-family: WhitneyLight;
width: 300px;
font-size: 33px;
margin: 0;
}

.frontsubtitle {
width: 250px;
font-size: 16px;
}

}
/* end ------------------------------------------------------------------------------------ */






/* Media Query for Tablets ------------------------------------------------------- */
/*@media only screen and (min-width : 481px) and (max-width : 1024px) {*/
@media only screen and (min-width : 768px) and (max-width : 991px) {

#titlecontainer {
background: 50%/cover no-repeat url("../assets/images/bg-home-top-layer-mobile.png");
}

}
/* end ------------------------------------------------------------------------------------ */


/* Desktops and laptops  */
@media only screen and (min-width:1025px) {

}
/* end ------------------------------------------------------------------------------------ */

