.position-relative{position: relative;}
.position-absolute{position: absolute;}

.close-not-used {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: -30px;
    background-image: url('../media/fancybox-close@2x.png');
    background-size: cover;
    cursor: pointer;
}


div#announcement-reminder-wrapper.visible {
    opacity: 1;
}
div#announcement-reminder-wrapper {
    background: #e67e22;
    position: fixed;
    right: 20px;
    bottom: 12px;
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    color: white;
    z-index: 999999;
    font-size: 22px !important;
}
div#announcement-reminder-wrapper i{
  font-size: 20px;
  padding: 10px 0;
  vertical-align: middle;
}

div#notification-wrapper {
    width: 450px;
    background: white;
    position: fixed;
    right: 20px;
    bottom: 12px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.2);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    z-index: 999999;
    visibility: hidden;
}

div#notification-wrapper.visible {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

div#notification-wrapper #notification-title-wrapper {
    background: #e67e22;
    padding: 7px 10px;
    font-size: 22px;
    color: white;
}

div#notification-wrapper #notification-title-wrapper div#notification-title {
    font-weight: bold;
    text-transform: uppercase;
}



div#notification-wrapper div#notification-copy{
    font-size: 12.3pt;
    padding: 20px 50px 0;
    color: #999999;
}

div#notification-wrapper div#notification-copy a,
div#notification-wrapper div#notification-copy a:hover,
div#notification-wrapper div#notification-copy a:focus,
div#notification-wrapper div#notification-copy a:active{
    color: inherit !important;
}

div#notification-wrapper div#notification-copy p:last-child {
    margin-bottom: 0px;
}

div#notification-wrapper div#notification-link a{
    padding: 10px 30px;
    background-color: #16a085;
    color: white;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
div#notification-wrapper div#notification-link a:hover,
div#notification-wrapper div#notification-link a:focus,
div#notification-wrapper div#notification-link a:active{
    color: inherit !important;
}


div#notification-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 10px;
    display: block;
    cursor: pointer;
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 1;
}
div#notification-close > span {
  bottom: 1px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
}
#customer_support_wrapper {
  margin-top: 15px;
  padding: 20px 0;
}
#customer_support_wrapper .iframe-wrapper iframe {
  border: none;
  min-height: 380px;
  max-width: unset;
}
#customer_support_wrapper .iframe-overflow-wrapper {
  display: inline-block;
  height: 299px;
  overflow: hidden;
  position: relative;
  width: 300px;
}
#customer_support_wrapper .toggler-wrapper {
  margin: 0 auto;
  position: relative;
  width: 300px;
}
#toggler-wrapper-close {
  color: black;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  padding-right: 5px;
  text-align: right;
  top: 0;
  width: 300px;
  z-index: 1;
}
#customer_support_wrapper #cl_toggler_button {
  display: block;
}
#customer_support_wrapper .toggler-wrapper {
  display: none;
}
#customer_support_wrapper.toggled .toggler-wrapper {
  display: block;
}
#customer_support_wrapper.toggled #cl_toggler_button {
  display: none;
}
.cl_title {
  margin-bottom: 10px;
}
.cl_title i {
  display: inline-block;
  font-size: 30px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#cl_toggler_button a {
  display: inline-block;
  font-size: 13px;
  margin: 10px auto;
  padding: 8px 20px;
  text-decoration: none;
}

#announcement-overlay {
  position: relative;
  z-index: 9999;
}
#announcement-overlay.fixed-section-center {
  display: none;
}
#announcement-overlay.overlay {
  bottom: 0;
  display: block!important;
  left: 0;
  right: 0;
  top: 0;
}
#announcement-overlay.overlay.visible {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.fixed-section-center #announcement-section {
  min-height: 600px;
  display: table;
  position: fixed;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.fixed-section-right-bottom #announcement-section {
  bottom: 20px;
  position: fixed;
  right: 20px;
  text-align: center;
}
#notification-external-wrapper {
  display: table-cell;
  padding: calc(5.56% + 50px) calc(5% + 10px);
  vertical-align: middle;
  z-index: 100;
}
#notification-inner-wrapper {
  background-color: white;
  background-size: cover;
  background-position: center bottom;
  display: block;
  max-width: 780px;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}


#inner-background {
  background-size: cover;
  background-position: center bottom;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 10s ease 0s;
  -moz-transition: all 10s ease 0s;
  -ms-transition: all 10s ease 0s;
  -o-transition: all 10s ease 0s;
  transition: all 10s ease 0s;
}
#inner-background.razzZoomBkg {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.fixed-section-right-bottom #notification-external-wrapper {
  padding: 0;
}
.fixed-section-right-bottom #notification-inner-wrapper {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.5);
  width: 580px;
  min-height: 250px;
}


.block-column {
  color: white;
  display: table-cell;
  float: left;
  font-family: "Open Sans Regular",sans-serif;
  height: 100%;
  min-height: 400px;
  width: 50%;
}
.fixed-section-right-bottom .block-column {
  min-height: 250px;
}
.block-column.notification-content {
  padding: 50px 30px 25px;
  position: relative;
}
.block-column.default-image-wrapper img {
  vertical-align: top;
  display: none;
}
.style2.fixed-section-center .block-column.default-image-wrapper img {
  display: block;
}
.style2.fixed-section-right-bottom  .block-column.default-image-wrapper {
  width: 45%;
  background-size: cover;
  background-position: center center;
}
.style2.fixed-section-right-bottom  .block-column.notification-content {
  width: 55%;
}
.notification-content .pop-up-title {
  font-family: "Open Sans Regular",sans-serif;
  font-size: 25px;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 25px;
}
.notification-content .pop-up-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 80px;
}
.pop-up-description > p {
  margin-bottom: 20px;
}




#notification-inner-wrapper #notification-link .btn-wrapper {
  /*background-color: white;*/
  display: inline-block;
  position: relative;
  z-index: 1;
}
#notification-inner-wrapper #notification-link a  {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  min-width: 220px;
  outline: medium none;
  padding: 12px 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  line-height: 20px;
}
#notification-link a.btn-1c::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
#notification-link a.btn-1c:hover::after, .btn-1c:active::after {
  width: 100%;
}
#notification-inner-wrapper #notification-link a::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.notification-content #apply-now-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#apply-now-link a {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 15px;
  outline: medium none;
  transition: none;
}
.fixed-section-right-bottom #apply-now-link a {
  font-size: 12px;
}
.notification-content #notification-link {
  bottom: 0;
  left: 0;
  margin-bottom: 45px;
  position: absolute;
  right: 0;
}
.pop-up-title.animated {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.pop-up-description.animated {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#notification-link.animated {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
#apply-now-link.animated {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}


/***********************************************************************************************************************
 ****              MEDIA QUERIES
 **********************************************************************************************************************/

@media (max-width: 991px) {
  div#notification-wrapper{
    bottom: -10px;
  }
  div#notification-wrapper.visible {
    bottom: 0px;
  }
  div#notification-wrapper p{
    margin-bottom: 6px;
  }
  div#notification-wrapper, div#notification-wrapper.visible {
    width: 99%;
    right: 0.5%;
    box-shadow: 0px 0px 80px -5px rgba(0,0,0,0.35);
  }

  div#notification-wrapper div#notification-copy {
    padding: 25px 160px 3px;
  }
}

@media (max-width: 900px) {
  .fixed-section-center #notification-inner-wrapper {
    display: table;
    max-width: 360px;
  }
  .fixed-section-center #inner-background {
    display: none;
  }
  .block-column.default-image-wrapper img {
    display: block;
  }
  .fixed-section-center #notification-inner-wrapper {
    background: white!important;
  }
  .style2.fixed-section-right-bottom .default-image-wrapper img,
  .style3.fixed-section-right-bottom .default-image-wrapper img {
    display: none;
  }
  .style3 .block-column.default-image-wrapper {
    background: none;
  }
  .block-column.default-image-wrapper {
    background-position: center top;
    background-size: cover;
  }
  .fixed-section-center .block-column {
    display: block;
    min-height: 300px;
    width: 100%;
  }
  .fixed-section-center #notification-external-wrapper {
    display: table-cell;
    padding: calc(5% + 10px);
  }
  .fixed-section-center #announcement-section {
    position: fixed;
    height: auto!important;
  }
  .fixed-section-center.visible #announcement-section {
    position: static;
  }
  .block-column.default-image-wrapper {
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*-webkit-transition: all 5s ease-in 0s;*/
    /*-moz-transition: all 5s ease-in 0s;*/
    /*-ms-transition: all 5s ease-in 0s;*/
    /*-o-transition: all 5s ease-in 0s;*/
    /*transition: all 5s ease-in 0s;*/
  }
  .block-column.default-image-wrapper.razzZoomBkg {
    /*-webkit-transform: scale(1.2, 1.2);*/
    /*-ms-transform: scale(1.2, 1.2);*/
    /*-o-transform: scale(1.2, 1.2);*/
    /*transform: scale(1.2, 1.2);*/
  }
}

@media (max-width: 768px) {
  div#notification-wrapper div#notification-link a {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  div#notification-wrapper div#notification-copy {
    padding: 18px 80px 3px;
  }
}

@media (max-width: 600px) {
  #notification-inner-wrapper {
    display: table;
    max-width: 360px;
  }
  #notification-inner-wrapper.fixed-section-right-bottom {
    display: table-cell;
    max-width: 100%;
  }
  .fixed-section-right-bottom #inner-background {
    display: none;
  }
  .block-column {
    display: block!important;
    min-height: 300px;
    width: 100%!important;
  }
  .fixed-section-right-bottom #announcement-section {
    position: absolute;
    bottom: initial;
    display: table;
    margin: 0 auto;
    padding: calc(5% + 15px);
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
  }
  .style2.fixed-section-right-bottom .default-image-wrapper img {
    display: block;
  }
  .fixed-section-right-bottom #notification-external-wrapper {
    margin: 0 auto;
    display: table;
  }
  .fixed-section-right-bottom #notification-inner-wrapper {
    background: white!important;
  }
  #announcement-overlay.fixed-section-right-bottom.visible {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 550px){
  div#notification-wrapper div#notification-copy {
    padding: 18px 20px 3px;
  }
  div#notification-wrapper {
    max-height: 515px;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
  }
}

@media (max-width: 550px){
  .razz-bounce-2 {
    -o-animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}

@media (max-width: 480px) {
  #notification-inner-wrapper {
    display: table-cell!important;
    max-width: 100%!important;
  }
}




/************************************************************************************************************
 ****           XX Mediaqueries && keyframes
 ************************************************************************************************************/
.razz-bounce {
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: razz-bounce;
  -webkit-animation-play-state: running;

  -o-animation-delay: 0s;
  -o-animation-direction: alternate;
  -o-animation-duration: 0.8s;
  -o-animation-iteration-count: infinite;
  -o-animation-name: razz-bounce;
  -o-animation-play-state: running;

  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-name: razz-bounce;
  animation-play-state: running;
}
.razz-bounce:hover {
  -o-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes razz-bounce{
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-o-keyframes razz-bounce{
  0% {transform: translateY(0%);  }
  100% { transform: translateY(20%); }
}
@-ms-keyframes razz-bounce{
  0% {transform: translateY(0%);  }
  100% { transform: translateY(20%); }
}
@keyframes razz-bounce {
  0% {transform: translateY(0%);  }
  100% { transform: translateY(20%); }
}


.razz-bounce-2 {
  -webkit-animation-delay: 0s !important;
  -webkit-animation-direction: alternate !important;
  -webkit-animation-duration: 2s !important;
  -webkit-animation-iteration-count: infinite !important;
  -webkit-animation-name: razz-bounce-2 !important;
  -webkit-animation-play-state: running !important;

  -o-animation-delay: 0s !important;
  -o-animation-direction: alternate !important;
  -o-animation-duration: 2s !important;
  -o-animation-iteration-count: infinite !important;
  -o-animation-name: razz-bounce-2 !important;
  -o-animation-play-state: running !important;

  animation-delay: 0s !important;
  animation-direction: alternate !important;
  animation-duration: 2s !important;
  animation-iteration-count: infinite !important;
  animation-name: razz-bounce-2 !important;
  animation-play-state: running !important;
}
.razz-bounce-2:hover {
  -o-animation-play-state: paused !important;
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

@-webkit-keyframes razz-bounce-2{
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-o-keyframes razz-bounce-2{
  0% {transform: translateY(0%);  }
  100% { transform: translateY(5%); }
}
@-ms-keyframes razz-bounce-2{
  0% {transform: translateY(0%);  }
  100% { transform: translateY(5%); }
}
@keyframes razz-bounce-2 {
  0% {transform: translateY(0%);  }
  100% { transform: translateY(5%); }
}