﻿/*OLD COLOURS*/
/* Absolute positioning */
/* Transition */
/* Opacity */
/* Effects */
/* FONTS */
/* Appearance */
@import url(font-awesome.min.css);
/*rollover elements*/
.text-popup-wrapper {
  position: relative;
}

.text-popup-wrapper .descBlock {
  position: absolute;
  border-radius: 9px;
  padding: 20px;
  top: 0;
  right: 0;
  background-color: #ffffff;
  max-width: 546px;
  display: none;
  z-index: 6;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}

.text-popup-wrapper .descBlock.blue {
    border: 3px solid #0C2340;
}
.text-popup-wrapper .descBlock.green {
    border: 3px solid #44D62C;
}
.text-popup-wrapper .descBlock.orange {
    border: 3px solid #E5801C;
}

.descBlock.blue .dbContent a {
    color: #0C2340;
}
.descBlock.green .dbContent a {
    color: #44D62C;
}
.descBlock.orange .dbContent a {
    color: #E5801C;
}

.text-popup-wrapper .descBlock.textPopup1 {
  top: 7em;
  right: 0;
}

.text-popup-wrapper .descBlock.textPopup2 {
  top: 1%;
  left: 25%;
}

.text-popup-wrapper .descBlock.textPopup3 {
  top: 1%;
  right: 25%;
}

.text-popup-wrapper .descBlock .dbClose {
  /*color: #ef7f35;*/
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 18px;
  transition: .2s;
  width: 30px;
}

.text-popup-wrapper .descBlock .dbClose:hover {
  font-size: 22px;
  cursor: pointer;
}

.dbClose img {
  max-width: 30px !important;
  text-align: right;
}

/*@media (max-width: 767px) {
  .dbClose {
    width: 25px;
  }
  .text-popup-wrapper .descBlock.textPopup1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .text-popup-wrapper .descBlock.textPopup2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .text-popup-wrapper .descBlock.textPopup3 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}*/

/*# sourceMappingURL=text-popups.css.map */