/* IMPORTS */
@import url('defaults.css');
@import url('nav.css');
@import url('buttons.css');
@import url('footer.css');
@import url('cpt.css');
@import url('slick.css');
@import url('games.css');
@import url('tabs.css');
@import url('archive.css');
@import url('post.css');
@import url('horoscope.css');
@import url('cinemas.css');
@import url('sportspress.css');
@import url('pharmacies.css');
@import url('modal.css');
@import url('mediaqueries.css');
@import url('events.css');
@import url('rbts.css');
@import url('search.css');

[dir='rtl'] body,
[dir='rtl'] html {
  text-align: right
}

@font-face {
  font-family: Museo;  
  src: url(../fonts/Museo/museo700-regular-webfont.ttf);  
  font-weight: normal;  
}

@font-face {
  font-family: MuseoB;  
  src: url(../fonts/Museo/museo700-regular-webfont.ttf);  
  font-weight: bold;  
}

@font-face {
  font-family: MuseoSans300;  
  src: url(../fonts/MuseoSans/MuseoSans_300.otf);  
}

@font-face {
  font-family: MuseoSans700;  
  src: url(../fonts/MuseoSans/MuseoSans_700.otf);  
  font-weight: bold;  
}

/* END IMPORTS */

html {
  scroll-behavior: smooth;
}

body {
  font-family: MuseoSans300 !important;
}

a:hover {
  color: #000000;
}

a:focus {
  outline: none;
}

.pull-right {
  float: right;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

.bRed {
  background-color: #ED1D25;
}
.container{
  margin: 0 auto;
  padding: 0 !important;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.col {
  padding: 0 !important;
}

.clearfix{
  clear:both;
}
.social{
  padding:0 70px;
  box-sizing: content-box;
}


.card {

  border: 1px solid #EEEEEE;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

.card p {
  margin-bottom: 0;
}

.card strong {
  font-family: MuseoSans700;
  margin-right: 5px;
}

.myMsisdn {
  font-size: 12px;
  /* color: #C3C1C1; */
}

.right {
  float: right;
}

.subsTitle {
  font-family: MuseoSans700;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 0;
}

.subsTitle.servicesSubs {
  background: #EEEEEE;
}
.subsTitle.rbtsSubs {
  background: #CCCCCC;
}


/*----------------------- Preloader -----------------------*/
body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  margin-left: -16px;
  margin-top: -16px;
}


#splash-page .spinner:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: 0px;
  top: 0;
}

#splash-page .spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  background-color: #ED1C24;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  -moz-animation: sk-scaleout 1s infinite ease-in-out;
  -o-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

.spinner {
  margin: 20% auto 0 auto;
  left: auto;
  top: auto;
}

#splash-page .spinner:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: 0px;
  top: 0;
}

#splash-page .spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  background-color: #ED1C24;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  -moz-animation: sk-scaleout 1s infinite ease-in-out;
  -o-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

.spinner {
  margin: 20% auto 0 auto;
  left: auto;
  top: auto;
}

#splash-page .page-splash {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.85);
  z-index: 500 !important;
  position: fixed !important;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sliderHome {
  max-width: 1520px;
  margin: 0 auto;
}