/* presets & mixins */
/* custom app style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

p, .mr-more {
  -moz-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
}

body {
  font-family: 'Montserrat', sans-serif;
}

body a {
  color: inherit;
}

body a:hover {
  text-decoration: none;
}

header {
  text-align: center;
  position: relative;
}

header .mr-mainhead {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #FFF;
  width: 100%;
  -webkit-box-shadow: 0 1px 15px rgba(51, 51, 51, 0.15);
          box-shadow: 0 1px 15px rgba(51, 51, 51, 0.15);
}

header .mr-logo {
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
}

header .mr-logo img {
  width: 240px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

header ul {
  margin: 0;
  display: inline-block;
}

header ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

header ul li a {
  display: block;
  padding: 25px 20px;
}

header ul li a:hover {
  color: #ff9313;
}

header .mr-socialhead {
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  height: 40px;
}

header .mr-socialhead a {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

header .mr-social img {
  height: 30px;
  width: auto;
}

header .mr-social.syt img {
  height: 38px;
}

header .mr-subheader {
  background-color: #ff9313;
  text-align: center;
  margin-top: 72px;
}

header .mr-subheader ul {
  margin: 0;
  float: none;
  text-align: center;
}

header .mr-subheader ul li {
  font-size: 14px;
  font-weight: 600;
}

header .mr-subheader ul a {
  color: #fff;
  padding: 15px 18px;
}

header .mr-subheader ul a:hover {
  color: #fff;
  background-color: #df7900;
}

.header-fix {
  top: 0;
}

.sub-header {
  background-color: #ff9313;
}

.sub-header ul li a:hover {
  background-color: #df7900;
  color: #fff;
}

.sub-header ul {
  padding: 0;
  margin: 0;
}

.header-fix .meniu li .trigger a:hover {
  color: #ff9313;
  -webkit-box-shadow: inset 0 -3px 0 #ff9313;
          box-shadow: inset 0 -3px 0 #ff9313;
}

.header-fix .meniu li .trigger .sub-meniu {
  padding: 0;
  margin: 0 0 0 23px;
}

.header-fix .social-cautare a:hover {
  -webkit-box-shadow: inset 0 -3px 0 #ff9313;
          box-shadow: inset 0 -3px 0 #ff9313;
}

.header-fix .logo-initiale:hover {
  color: #ff9313;
  -webkit-box-shadow: inset 0 -3px 0 #ff9313;
          box-shadow: inset 0 -3px 0 #ff9313;
}

.mr-featured {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 590px;
  background-color: #0f1013;
}

.mr-featured img.mr-fs {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

img.mr-fs-mobile {
  max-width: 100%;
  display: none;
}

.mr-articles .mr-item {
  margin-bottom: 30px;
}

.mr-articles .mr-item .mr-thumb img {
  width: 100%;
  height: auto;
}

.mr-articles .mr-item .mr-desc h3 {
  font-size: 20px;
  font-weight: 600;
}

.mr-articles .mr-item .mr-desc h3 a:hover {
  color: #ff9313;
}

.mr-articles .mr-item .mr-desc p {
  font-size: 16px;
  color: #737373;
}

.mr-articles .mr-item .mr-more {
  font-size: 16px;
  color: #ff9313;
  border-bottom: 1px solid transparent;
}

.mr-articles .mr-item .mr-more:hover {
  border-bottom: 1px solid #ff9313;
}

.mr-articles .mr-item .mr-more i {
  font-size: 11px;
}

.mr-section .mr-section-head {
  text-align: center;
}

.mr-section .mr-section-head .mr-section-title {
  position: relative;
}

.mr-section .mr-section-head .mr-section-title h5 {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  padding: 10px 30px;
  display: inline-block;
  margin: auto;
  position: relative;
  z-index: 9;
  background-color: #fff;
  text-transform: uppercase;
}

.mr-section .mr-section-head .mr-section-title:after {
  height: 1px;
  display: block;
  content: "";
  background-color: #ff9313;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}

.mr-section .mr-section-head p.mr-section-desc {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin: 15px auto;
  float: none;
}

.mr-section .mr-section-slide {
  text-align: center;
  position: relative;
}

.mr-section .mr-section-slide img.mr-fs {
  max-width: 100%;
}

.mr-zurli-subscribe {
  position: absolute;
  right: 10%;
  bottom: 28%;
  font-weight: 700;
}

.mr-subsection {
  background-color: #ff9313;
  color: #fff;
  text-align: center;
}

ul.mr-subsectionmenu {
  margin-bottom: 0;
  padding: 0;
}

ul.mr-subsectionmenu li {
  display: inline-block;
  margin: 15px 5px;
}

ul.mr-subsectionmenu li a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  background-color: transparent;
  padding: 6px 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

ul.mr-subsectionmenu li a:hover {
  background-color: #FFF;
  color: #ff9313;
}

ul.mr-subsectionmenu.invert a {
  background-color: transparent;
  color: #ff9313;
  border: 2px solid #ff9313;
}

ul.mr-subsectionmenu.invert a:hover {
  background-color: #ff9313;
  color: #fff;
}

.section-zurli .mr-subsection {
  background-color: #10c4ef;
}

.section-zurli .mr-subsection li a:hover {
  color: #10c4ef;
}

.mr-zurli-more {
  background: url(../img/bg-zurli.jpg) 0 0 no-repeat;
  background-size: cover;
  min-height: 500px;
  background-position: 50% 0;
}

.mr-zurli-more ul {
  margin: 0;
  padding: 0;
}

.mr-zurli-more ul li {
  display: block;
  font-size: 22px;
  font-weight: 300;
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}

.mr-zurli-more ul li strong {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  color: #7ec362;
}

.mr-zurli-more .mr-zurli-col:first-child {
  padding-left: 120px;
}

.mr-zurli-more .mr-zurli-col:first-child h3 {
  color: #7ec362;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 20px;
}

.mr-zurli-more .mr-quoter {
  width: 100%;
  max-width: 400px;
  margin: 100px auto 0;
}

.mr-quoter {
  position: relative;
}

.mr-quoter .mr-q-in {
  background-color: #fff;
  padding: 45px 40px;
  font-size: 17px;
  font-weight: 400;
}

.mr-quoter strong {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 15px;
  left: -60px;
}

.mr-quoter p {
  color: rgba(0, 0, 0, 0.6);
}

.mr-quoter span {
  font-weight: 500;
}

.section-antrenorul {
  position: relative;
}

.section-antrenorul .mr-section-slide {
  padding-bottom: 40px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f0e5));
  background: linear-gradient(to bottom, #ffffff 0%, #f9f0e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f0e5',GradientType=0 );
  text-align: left;
}

.section-antrenorul .mr-section-slide .container div {
  max-width: 850px;
  padding-left: 15px;
}

.section-antrenorul .mr-section-slide .container div h5 {
  font-size: 50px;
  font-weight: 800;
  color: #ff9313;
  margin-bottom: 20px;
}

.section-antrenorul .mr-section-slide .container div p {
  font-size: 22px;
  font-weight: 300;
}

.section-antrenorul .mr-single {
  width: 420px;
  position: absolute;
  bottom: 0;
  left: 66%;
}

.section-antrenorul .mr-subsectionmenu {
  padding-left: 0;
}

.section-antrenorul .mr-quoter {
  max-width: 480px;
  margin: 20px auto 0;
}

.section-antrenorul .mr-quoter svg path {
  fill: #ff9313;
}

.section-lumea .mr-section-slide {
  background-color: #f4f4f4;
}

.section-lumea .mr-fixul-slide {
  background-color: #08090b;
}

.section-lumea .mr-quoter {
  position: absolute;
  left: 55%;
  text-align: left;
  max-width: 390px;
  top: 20%;
}

.section-lumea .mr-quoter svg path {
  fill: #ff9313;
}

.section-mama .mr-lecopac {
  max-width: 80%;
  margin: 0 auto;
}

.section-interviuri .mr-item .mr-thumb {
  position: relative;
}

.section-interviuri .fa-play-circle-o {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 9;
  font-size: 40px;
}

.section-shop .mr-item .mr-more {
  background: #ff9313 url(../img/cart.png) no-repeat 10px 50%;
  background-size: auto 90%;
  color: #fff;
  padding: 15px 15px 12px 50px;
  width: 100%;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-shop .mr-item .mr-more:hover {
  background-color: #e97e00;
}

.header-fix .inside .meniu {
  margin: 0;
}

.descriere-categorie {
  font-size: 20px;
  line-height: 1.5;
  max-width: 1000px;
  margin: -20px auto 0;
}

.meniu-categorie {
  width: 100%;
  list-style-type: none;
  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;
  background-color: #ededed;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
}

.meniu-categorie li {
  position: relative;
}

.meniu-categorie li a {
  display: block;
  padding: 16px 18px 14px;
}

.meniu-categorie li a:hover {
  background-color: #d9d9d9;
  color: #333;
}

.meniu-categorie li a.active {
  background-color: #ff9313;
  color: #fff;
}

.meniu-categorie li a.more {
  cursor: pointer;
}

.meniu-categorie li a.more img {
  margin: -2px 0 0 3px;
}

.meniu-categorie li ul {
  position: absolute;
  list-style-type: none;
  width: 250px;
  padding: 0;
  margin: 0;
  display: none;
  background-color: #d9d9d9;
}

.meniu-categorie li ul li a {
  padding: 16px 18px 14px;
  text-align: left;
}

.meniu-categorie li ul li a:hover {
  background-color: silver;
}

.meniu-categorie li:hover {
  background-color: #d9d9d9;
}

.meniu-categorie li:hover ul {
  display: block;
}

.mr-zurli-more, .mr-mirela-more {
  background: url(../img/bg-zurli.jpg) 0 0 no-repeat;
  background-size: cover;
  min-height: 500px;
  background-position: 50% 0;
}

.mr-zurli-more ul, .mr-mirela-more ul {
  margin: 0;
  padding: 0;
}

.mr-zurli-more ul li, .mr-mirela-more ul li {
  display: block;
  font-size: 22px;
  font-weight: 300;
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}

.mr-zurli-more ul li strong, .mr-mirela-more ul li strong {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  color: #7ec362;
}

.mr-zurli-more .mr-zurli-col:first-child, .mr-mirela-more .mr-zurli-col:first-child {
  padding-left: 120px;
}

.mr-zurli-more .mr-zurli-col:first-child h3, .mr-mirela-more .mr-zurli-col:first-child h3 {
  color: #7ec362;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 20px;
}

.mr-zurli-more .mr-quoter, .mr-mirela-more .mr-quoter {
  width: 100%;
  max-width: 400px;
  margin: 100px auto 0;
}

.mr-mirela-more {
  background: none;
}

.mr-mirela-more .mr-zurli-col, .mr-mirela-more .mr-zurli-col:first-child {
  padding-left: 0px;
}

.mr-mirela-more .mr-zurli-col h3, .mr-mirela-more .mr-zurli-col:first-child h3 {
  color: #ff9313;
}

.mr-mirela-more .mr-zurli-col strong, .mr-mirela-more .mr-zurli-col:first-child strong {
  color: #ff9313;
}

.mr-mirela-more .mr-zurli-col li.last strong, .mr-mirela-more .mr-zurli-col:first-child li.last strong {
  margin-left: -20px;
}

/* media queries */
@media (max-width: 1600px) {
  .mr-featured {
    height: 37vw;
  }
}

@media (max-width: 1320px) {
  .section-antrenorul .mr-section-slide .container div {
    max-width: 570px;
  }
  .section-antrenorul .mr-single {
    left: 57%;
  }
  .c2 {
    display: inline-block;
    padding-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c2 .dont-show-on-mobile {
    display: none;
  }
}

@media (max-width: 990px) {
  .mr-zurli-more .mr-quoter {
    width: 80%;
    max-width: 400px;
    margin: 40px auto 20px;
  }
  .section-antrenorul .mr-section-slide .container div {
    max-width: 400px;
  }
  .section-antrenorul .mr-single {
    left: 51%;
  }
}

@media (max-width: 950px) {
  .sub-header ul {
    padding: 10px 3%;
  }
  .mr-zurli-more .mr-zurli-col:first-child {
    padding: 0 30px;
  }
  .section-lumea .mr-quoter {
    display: none;
  }
}

@media (max-width: 767px) {
  .mr-featured {
    height: auto;
  }
  .mr-featured img.mr-fs {
    position: static;
  }
  .section-antrenorul .mr-single {
    display: none;
  }
  .section-antrenorul .mr-section-slide .container div {
    position: relative;
    max-width: none;
  }
  .section-antrenorul .mr-section-slide {
    height: auto;
    max-height: none;
    padding-top: 30px;
  }
  .mr-zurli-subscribe {
    display: none;
  }
  .mr-fs-feat {
    display: none;
  }
  .mr-fs-mobile {
    display: block !important;
  }
}

@media (max-width: 660px) {
  .header-fix .inside .meniu li .trigger .sub-meniu {
    background-color: #ff9313;
  }
  ul.mr-subsectionmenu {
    padding: 10px 0;
  }
  ul.mr-subsectionmenu li {
    margin: 5px;
  }
  .mr-section.section-antrenorul .mr-section-head .mr-section-title h5 {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .mr-section .mr-section-head .mr-section-title h5 {
    font-size: 24px;
  }
  .mr-section .mr-section-head p.mr-section-desc, .section-antrenorul .mr-section-slide .container div p {
    font-size: 16px;
  }
  .section-lumea .mr-quoter {
    display: none;
  }
  .mr-zurli-more .mr-zurli-col:first-child h3, .section-antrenorul .mr-section-slide .container div h5 {
    font-size: 32px;
  }
  .mr-zurli-more ul li {
    font-size: 16px;
    padding-left: 45px;
  }
  .mr-zurli-more ul li strong {
    font-size: 40px;
  }
  .section-antrenorul .mr-quoter {
    display: none;
  }
  .mr-zurli-more .mr-quoter {
    display: none;
  }
  .descriere-categorie {
    font-size: 16px;
    margin: -10px auto -20px;
  }
  .meniu-categorie {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .meniu-categorie li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
  }
  .meniu-categorie li a {
    width: 100%;
    text-align: center;
    padding: 10px 18px 9px;
  }
  .meniu-categorie li:last-child {
    border-bottom: none;
  }
  .meniu-categorie li ul {
    width: 100%;
  }
  .meniu-categorie li ul li a {
    text-align: center;
  }
  ul.mr-subsectionmenu li {
    margin: 5px 5px 5px 0;
  }
  ul.mr-subsectionmenu li a {
    font-size: 16px;
  }
  ul.mr-subsectionmenu li a {
    border: 1px solid #fff;
  }
  ul.mr-subsectionmenu.invert a {
    border: 1px solid #ff9313;
  }
  .mr-section .mr-section-head p.mr-section-desc {
    display: none;
  }
  .mr-mirela-more .mr-zurli-col h3,
  .mr-mirela-more .mr-zurli-col ul {
    margin-left: 20px;
  }
  .mr-section .mr-section-slide.mr-fixul-slide {
    overflow: hidden;
  }
  .mr-section .mr-section-slide.mr-fixul-slide img.mr-fs {
    max-width: none;
    width: 170%;
  }
  .section-antrenorul .mr-single {
    display: block;
    position: static;
    width: 80%;
    margin: 10px auto 0;
  }
  .section-antrenorul .mr-section-slide {
    padding: 0;
  }
  .mr-zurli-more .mr-zurli-col:first-child h3, .mr-mirela-more .mr-zurli-col:first-child h3, .section-antrenorul .mr-section-slide .container div h5 {
    font-size: 32px;
  }
  .mr-zurli-more ul li, .mr-mirela-more ul li {
    font-size: 16px;
    padding-left: 45px;
  }
  .mr-zurli-more ul li strong, .mr-mirela-more ul li strong {
    font-size: 40px;
  }
}

/* utils & helpers */
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=mr.css.map */