@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*--------------------------------------------------------------
	variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Body
--------------------------------------------------------------*/
body {
  background: #f4f4f4;
  font-family: "Montserrat", sans-serif; }

.mb-48px {
  margin-bottom: 48px; }

.p-20px {
  padding: 20px !important; }

.plr-40px {
  padding-left: 40px;
  padding-right: 40px; }

.border-top-1-light {
  border-top: 1px solid #ebebeb; }

a {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }

p {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  font-family: "Montserrat", sans-serif; }

.color-green {
  color: #5ca640; }

.color-pink {
  color: #dd2555; }

.color-white {
  color: #ffffff; }

.color-light {
  color: #cccccc; }

.color-red {
  color: #990000; }

.color-yellow {
  color: #f4c620; }

.color-black {
  color: #000000; }

.color-nblue {
  color: #283065 !important; }

a.link-pink {
  color: #555555; }

a.link-pink:hover {
  color: #dd2555;
  text-decoration: none; }

.btn.btn-outline {
  border: 1px solid #cccccc;
  color: #555555; }

.btn.btn-outline:hover {
  background-color: #cccccc;
  color: #ffffff; }

.font-13px {
  font-size: 13px; }

.font-12px {
  font-size: 12px !important; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.hover-green-btn.pink-btn {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.mb-10px {
  margin-bottom: 10px; }

.hover-green-btn.pink-btn:hover {
  background-color: #5ca640 !important;
  border: 1px solid #5ca640 !important; }

.font-weight-medium {
  font-weight: 500; }

.modal-header .close {
  font-weight: 500; }

/*--------------------------------------------------------------
	Main Navbar
--------------------------------------------------------------*/
#page-top.nav-open #mainNav button.navbar-toggler .nav-button #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%; }
#page-top.nav-open #mainNav button.navbar-toggler .nav-button #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
#page-top.nav-open #mainNav button.navbar-toggler .nav-button #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#page-top.nav-open #mainNav button.navbar-toggler .nav-button #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%; }

#mainNav {
  padding: 0px 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb; }
  #mainNav .navbar-brand img {
    width: 160px; }
  #mainNav .nav-right {
    display: flex; }
    #mainNav .nav-right button.navbar-toggler {
      padding: 0px; }
      #mainNav .nav-right button.navbar-toggler .nav-button {
        position: relative;
        z-index: 1111;
        height: auto;
        display: block;
        width: 50px;
        padding: 0px;
        margin-top: 3px; }
        #mainNav .nav-right button.navbar-toggler .nav-button #nav-icon3 {
          width: 24px;
          height: 18px;
          display: inline-block;
          position: relative;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .5s ease-in-out;
          -moz-transition: .5s ease-in-out;
          -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
          cursor: pointer; }
          #mainNav .nav-right button.navbar-toggler .nav-button #nav-icon3 span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #555555;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out; }
          #mainNav .nav-right button.navbar-toggler .nav-button #nav-icon3 span:nth-child(1) {
            top: 0; }
          #mainNav .nav-right button.navbar-toggler .nav-button #nav-icon3 span:nth-child(2) {
            top: 7px; }
          #mainNav .nav-right button.navbar-toggler .nav-button #nav-icon3 span:nth-child(3) {
            top: 7px; }
          #mainNav .nav-right button.navbar-toggler .nav-button #nav-icon3 span:nth-child(4) {
            top: 14px; }
    #mainNav .nav-right .account-btn {
      color: #555555;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 300;
      margin-top: 5px; }
      #mainNav .nav-right .account-btn svg {
        margin-right: 10px; }
    #mainNav .nav-right .header-flag svg {
      width: 30px; }
  #mainNav #navbarResponsive {
    position: absolute;
    right: 15px;
    top: 80px;
    width: 250px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    #mainNav #navbarResponsive ::before {
      content: "";
      border-bottom: 10px solid #f7f7f7;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      position: absolute;
      top: -10px;
      right: 110px;
      z-index: 10; }
    #mainNav #navbarResponsive ::after {
      content: "";
      border-bottom: 12px solid #ccc;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      top: -12px;
      right: 108px;
      z-index: 9; }
    #mainNav #navbarResponsive .navbar-nav .menu-title {
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      padding: 8px 14px;
      margin: 0;
      font-size: 18px;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-radius: 5px 5px 0 0;
      color: #000000; }
    #mainNav #navbarResponsive .navbar-nav .nav-item .nav-link {
      color: #555555;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      padding-top: 7px;
      padding-bottom: 7px;
      width: 100%;
      display: block;
      border-bottom: none;
      margin-left: 0 !important;
      color: #555555;
      text-align: left;
      transition: background .2s ease, color .2s ease;
      line-height: 18px;
      border-bottom: 1px solid #ebebeb; }
    #mainNav #navbarResponsive .navbar-nav .nav-item .nav-link:hover {
      background-color: #f7f7f7; }
    #mainNav #navbarResponsive .navbar-nav .nav-item:last-child .nav-link {
      border-bottom: none; }

.avtar-header img {
  width: 32px;
  margin-right: 5px; }

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0px; }

.dropdown .avtar-header {
  font-size: 14px;
  color: #555555;
  padding-bottom: 15px; }
.dropdown .dropdown-menu {
  margin-top: 0px;
  padding-top: 0px;
  border: none;
  right: 0;
  left: auto;
  -webkit-box-shadow: 0 0 53px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 53px rgba(0, 0, 0, 0.1);
  top: 38px;
  padding-bottom: 0px; }
  .dropdown .dropdown-menu .dropdown-header {
    background-color: #dd2555;
    color: #ffffff;
    padding: 10px 20px; }
    .dropdown .dropdown-menu .dropdown-header p {
      margin-bottom: 0px;
      font-size: 14px;
      color: #ffffff;
      font-weight: 500; }
  .dropdown .dropdown-menu .d-menu {
    padding: 0px 10px; }
    .dropdown .dropdown-menu .d-menu ul {
      padding-left: 0px;
      margin-bottom: 5px; }
      .dropdown .dropdown-menu .d-menu ul li {
        list-style: none; }
        .dropdown .dropdown-menu .d-menu ul li a {
          color: #555555;
          font-size: 14px;
          padding: 10px 20px; }
        .dropdown .dropdown-menu .d-menu ul li a:hover {
          margin-left: 10px;
          color: #dd2555;
          background-color: transparent; }
      .dropdown .dropdown-menu .d-menu ul li.active a {
        color: #000000; }
      .dropdown .dropdown-menu .d-menu ul li:not(:last-child) {
        border-bottom: 1px solid #b9bec5; }

.a-login-nav #navbarResponsive {
  right: 80px !important; }

/*--------------------------------------------------------------
	masthead
--------------------------------------------------------------*/
.masthead .overlay-black-bg {
  background-color: rgba(14, 14, 14, 0.72);
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
  padding: 15px; }
  .masthead .overlay-black-bg h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 200 !important;
    font-size: 42px;
    color: #ffffff;
    letter-spacing: -2px;
    text-shadow: 0 0 7px black; }
    .masthead .overlay-black-bg h1 span.color-pink {
      color: #dd2555;
      font-size: 40px; }
  .masthead .overlay-black-bg .home-slider-btn .btn {
    font-size: 20px;
    width: 170px;
    border: 1px solid #ffffff;
    font-weight: 300;
    margin-left: 11px;
    font-family: "Montserrat", sans-serif;
    padding: 15px 25px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    position: relative; }
    .masthead .overlay-black-bg .home-slider-btn .btn svg {
      position: absolute;
      right: 25px;
      top: 11px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 22px;
      opacity: 0; }
  .masthead .overlay-black-bg .home-slider-btn .btn:hover svg {
    opacity: 1;
    right: 15px;
    color: #ffffff; }
  .masthead .overlay-black-bg .home-slider-btn .btn.btn-green {
    background-color: #5ca640; }
  .masthead .overlay-black-bg .home-slider-btn .btn.btn-nblue {
    background-color: #283065; }
  .masthead .overlay-black-bg .home-slider-btn .btn:visited {
    color: #ffffff;
    box-shadow: none; }
  .masthead .overlay-black-bg .home-slider-btn .btn:focus {
    color: #ffffff;
    box-shadow: none; }
  .masthead .overlay-black-bg h4.sub-title {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    line-height: 25px;
    font-size: 20px;
    margin-top: 15px; }

/*--------------------------------------------------------------
	services-section home page
--------------------------------------------------------------*/
.services-section .services-icon {
  margin-bottom: 50px; }
  .services-section .services-icon .elementor-icon-box {
    margin-bottom: 15px; }
    .services-section .services-icon .elementor-icon-box .elementor-icon {
      background-color: #dd2555;
      font-size: 35px;
      border-radius: 50%;
      padding: 15px;
      color: #ffffff;
      display: inline-block;
      width: 76px;
      height: 76px; }
      .services-section .services-icon .elementor-icon-box .elementor-icon i.fa-moda {
        background: url("../assets/img/high-heel.png") no-repeat;
        background-size: auto;
        background-size: cover;
        transform: rotate(0deg);
        width: 1em;
        height: 1em;
        position: relative;
        display: block; }
      .services-section .services-icon .elementor-icon-box .elementor-icon i.fa-teatro {
        background-size: auto;
        background-size: cover !important;
        transform: rotate(0deg);
        width: 1em;
        height: 1em;
        position: relative;
        display: block;
        background: url("../assets/img/theatre-masks.png") no-repeat; }
  .services-section .services-icon h3 {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #444444;
    font-size: 22px; }

/*--------------------------------------------------------------
	cine-footer
--------------------------------------------------------------*/
.cine-footer {
  padding: 35px 15px; }
  .cine-footer .footer-widget ul {
    padding-left: 0px; }
    .cine-footer .footer-widget ul li {
      list-style: none; }
      .cine-footer .footer-widget ul li a {
        font-family: "Montserrat", sans-serif;
        color: #555555;
        line-height: 24px;
        font-size: 13px;
        font-weight: 400; }
      .cine-footer .footer-widget ul li a:hover {
        color: #dd2555;
        text-decoration: none; }
    .cine-footer .footer-widget ul strong {
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      color: #000000;
      line-height: 24px;
      font-size: 13px; }
  .cine-footer .footer-widget.widget-2 a.color-green h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #5ca640;
    font-weight: 300;
    margin-bottom: 0px; }
    .cine-footer .footer-widget.widget-2 a.color-green h2 span.bold {
      font-weight: 500;
      font-size: 26px; }
    .cine-footer .footer-widget.widget-2 a.color-green h2 span.underline {
      border-bottom: 2px solid #ffffff; }
  .cine-footer .footer-widget.widget-2 a.color-green p {
    font-size: 14.3px;
    line-height: 24px;
    font-weight: normal;
    color: #555555; }
  .cine-footer .footer-widget.widget-2 a.color-green:hover {
    text-decoration: none; }
  .cine-footer .footer-widget.widget-2 a.color-green:hover h2 span.underline {
    border-bottom: 2px solid #5ca640; }
  .cine-footer .footer-widget.widget-2 a.color-nblue h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #283065;
    font-weight: 300;
    margin-bottom: 0px; }
    .cine-footer .footer-widget.widget-2 a.color-nblue h2 span.bold {
      font-weight: 500;
      font-size: 26px; }
    .cine-footer .footer-widget.widget-2 a.color-nblue h2 span.underline {
      border-bottom: 2px solid #ffffff; }
  .cine-footer .footer-widget.widget-2 a.color-nblue p {
    font-size: 14.3px;
    line-height: 24px;
    font-weight: normal;
    color: #555555; }
  .cine-footer .footer-widget.widget-2 a.color-nblue:hover {
    text-decoration: none; }
  .cine-footer .footer-widget.widget-2 a.color-nblue:hover h2 span.underline {
    border-bottom: 2px solid #283065; }
  .cine-footer .footer-widget.widget-2 .footer-btn {
    margin-bottom: 20px; }
    .cine-footer .footer-widget.widget-2 .footer-btn a.btn {
      font-size: 20px;
      border: 1px solid #dd2555;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      padding: 15px 40px;
      display: inline-block;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      overflow: hidden;
      border-radius: 2px;
      line-height: 16px;
      position: relative;
      letter-spacing: -1px; }
      .cine-footer .footer-widget.widget-2 .footer-btn a.btn svg {
        position: absolute;
        right: 25px;
        top: 11px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-size: 22px;
        opacity: 0; }
  .cine-footer .footer-widget.widget-2 .footer-btn a.btn:hover svg {
    opacity: 1;
    right: 15px;
    color: #ffffff; }
  .cine-footer .footer-widget.widget-2 .footer-btn a.btn:visited {
    color: #ffffff;
    box-shadow: none; }
  .cine-footer .footer-widget.widget-2 .footer-btn a.btn:focus {
    color: #ffffff;
    box-shadow: none; }
  .cine-footer .footer-widget.widget-2 .footer-btn a.btn.btn-pink {
    background-color: #dd2555; }
  .cine-footer .footer-widget.widget-3 p {
    font-size: 13px;
    margin-bottom: 5px; }
  .cine-footer .footer-widget.widget-3 .download-app-btn a img {
    width: 132px;
    height: 40px; }
  .cine-footer .footer-bottom .footer-social-nav {
    padding: 0px; }
    .cine-footer .footer-bottom .footer-social-nav .footer-social-item {
      list-style: none;
      display: inline-block;
      margin-right: 5px; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn.btn-social-icon {
        width: 35px;
        height: 35px;
        padding: 0;
        color: #ffffff; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn.btn-rounded {
        border-radius: 50px; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn-facebook {
        background: #3b5998;
        border-color: #3b5998; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn-twitter {
        background: #4099ff;
        border-color: #4099ff; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn-instagram {
        background: #e1306c;
        border-color: #e1306c; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn-google-plus {
        background: #d34836;
        border-color: #d34836; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn-youtube {
        background: #ff2500;
        border-color: #ff2500; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn-linkedin {
        background: #0077b5;
        border-color: #0077b5; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn.btn-social-icon:hover {
        background: transparent !important;
        color: rgba(0, 0, 0, 0.6) !important;
        border: 1px solid rgba(0, 0, 0, 0.3) !important; }
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn.btn-social-icon:visited,
      .cine-footer .footer-bottom .footer-social-nav .footer-social-item .btn.btn-social-icon:focus {
        color: #ffffff;
        box-shadow: none; }
  .cine-footer .footer-bottom .copyright p {
    font-size: 12px;
    padding-top: 10px;
    letter-spacing: 0.1px; }

/*--------------------------------------------------------------
	about-cerca
--------------------------------------------------------------*/
.page-header-padding {
  padding-top: 113px; }

.page-header-section {
  padding-left: 15px;
  padding-right: 15px; }
  .page-header-section .page-header p {
    color: #dd2555;
    margin-bottom: 5px; }
  .page-header-section .page-header h2 {
    color: #000000;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 26px; }
  .page-header-section .about-info {
    padding: 0px 60px;
    margin-top: 10px; }
    .page-header-section .about-info span {
      font-weight: 500; }
    .page-header-section .about-info p {
      font-weight: 300; }

.job-alert-section .ac-category {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  float: left;
  margin-bottom: 30px;
  height: 120px; }
.job-alert-section .reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s; }
.job-alert-section .reveal_visible {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 2; }
.job-alert-section .cat-card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
  .job-alert-section .cat-card a .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s;
    transition: .5s; }
  .job-alert-section .cat-card a .ac-front-side.face::before {
    left: 0; }
  .job-alert-section .cat-card a .ac-front-side.face::after {
    right: 0; }
  .job-alert-section .cat-card a .ac-front-side.face::after,
  .job-alert-section .cat-card a .ac-front-side.face::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  .job-alert-section .cat-card a .ac-front-side {
    background: #ffffff;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right: 0;
    border-left: 0;
    z-index: 2; }
    .job-alert-section .cat-card a .ac-front-side .hovering-c {
      position: relative;
      top: 50%;
      transform: translateY(-50%) translateZ(50px) scale(0.95);
      -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
      -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
      padding: 12px 15px;
      text-align: center; }
      .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon {
        color: #ffffff;
        padding-top: 6px;
        padding-left: 1px;
        margin-top: 0;
        display: block;
        float: none;
        margin: auto;
        border: none;
        width: 35px;
        height: 35px;
        padding-top: 7px;
        border-radius: 50%;
        text-align: center;
        overflow: hidden; }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-figura-artistica {
          background-image: url(../assets/img/star.svg); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-figura-professionale {
          background-image: url(../assets/img/teamwork.png); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-equipments {
          background-image: url(../assets/img/video-camera.svg); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-arredo-costumi {
          background-image: url(../assets/img/medieval-woman.svg); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-trasporti {
          background-image: url(../assets/img/delivery-truck-silhouette.svg); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-animali {
          background-image: url(../assets/img/pawprints.svg); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-film-services-italia {
          background-image: url(../assets/img/director-chair-frontal-view.svg); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico-space-stage-studios {
          background-image: url(../assets/img/factory-stock-house.svg); }
        .job-alert-section .cat-card a .ac-front-side .hovering-c .cat-icon i.pntmd-ico {
          background-size: cover !important;
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          position: absolute;
          transform: translateX(-51%);
          -ms-transform: translateX(32%);
          top: 19px; }
      .job-alert-section .cat-card a .ac-front-side .hovering-c .category-name {
        font-weight: 500;
        position: relative;
        top: 6px;
        color: #000000;
        font-size: 12px;
        float: none;
        text-align: center; }
  .job-alert-section .cat-card a .face.ac-back-side {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    z-index: 1; }
  .job-alert-section .cat-card a .ac-back-side .hovering-c {
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateZ(50px) scale(0.95);
    -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
    -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
    padding: 12px 15px;
    text-align: center; }
    .job-alert-section .cat-card a .ac-back-side .hovering-c p {
      color: #ffffff;
      height: 24px;
      margin-bottom: 0; }
.job-alert-section .cat-card:hover .ac-front-side {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: 1; }
.job-alert-section .cat-card:hover .ac-back-side {
  -webkit-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
  z-index: 2 !important; }

.job-alert-section.color-green .cat-card a .ac-front-side .hovering-c .cat-icon {
  background-color: #5ca640; }
.job-alert-section.color-green .cat-card a .face.ac-back-side {
  background-color: #5ca640; }

.job-alert-section.color-nblue .cat-card a .ac-front-side .hovering-c .cat-icon {
  background-color: #283065; }
.job-alert-section.color-nblue .cat-card a .face.ac-back-side {
  background-color: #283065; }

/*--------------------------------------------------------------
	booking-process
--------------------------------------------------------------*/
.booking-process {
  padding-left: 30px;
  padding-right: 30px;
  background: url("../assets/img/cyan_5.jpg") no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; }
  .booking-process .video-box {
    margin-bottom: 30px; }
  .booking-process .process-box {
    background-color: #ffffff;
    padding: 40px 0px 40px 0px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; }
    .booking-process .process-box .process-icon {
      margin-bottom: 45px; }
      .booking-process .process-box .process-icon svg {
        font-size: 45px;
        color: #dd2555;
        transform: rotate(0deg);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s; }
    .booking-process .process-box .process-name p {
      text-transform: uppercase;
      font-weight: 500;
      color: #000000;
      margin-bottom: 0px; }
  .booking-process .process-box:hover {
    background-color: #dd2555; }
    .booking-process .process-box:hover .process-icon svg {
      color: #ffffff;
      transform: scale(1.1); }
    .booking-process .process-box:hover .process-name p {
      color: #ffffff; }

/*--------------------------------------------------------------
	Modal
--------------------------------------------------------------*/
.modal-dialog {
  max-width: 600px; }
  .modal-dialog .modal-body p {
    font-family: 'Varela Round', 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #565d62; }
    .modal-dialog .modal-body p span.bold {
      font-weight: 600;
      color: #000000; }
  .modal-dialog .modal-body h2 {
    color: #000000;
    line-height: 1.25;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Varela Round', 'Poppins', sans-serif; }
  .modal-dialog .modal-footer .btn-secondary {
    background-color: #f0f0f0;
    color: #555555;
    border: 1px solid #f0f0f0; }

/*--------------------------------------------------------------
	f-cinebook-section
--------------------------------------------------------------*/
#chi-siamo-page {
  background: url("../assets/img/red_7.jpg") 0% 0 repeat;
  background-size: cover; }

#codice-etico-page {
  background: url("../assets/img/drkblue_02.jpg") 0% 0 repeat;
  background-size: cover; }

#suggerimenti-page {
  background: url("../assets/img/drkblue_02.jpg") 0% 0 repeat;
  background-size: cover; }

#centro-assistenza-page {
  background: url("../assets/img/green_2.jpg") 0% 0 repeat;
  background-size: cover; }

#segnala-un-progetto-page {
  background: url("../assets/img/drkblue_02.jpg") 0% 0 repeat;
  background-size: cover; }

#stampa-page {
  background: url("../assets/img/green_2.jpg") 0% 0 repeat;
  background-size: cover; }

#termini-e-condizioni-page {
  background: url("../assets/img/green_2.jpg") 0% 0 repeat;
  background-size: 100% !important; }

#protezione-dati-page {
  background: url("../assets/img/red_high.jpg") 0% 0 repeat;
  background-size: 100% !important; }

#note-legali-page {
  background: url("../assets/img/cyan_4.jpg") 0% 0 repeat;
  background-size: 100% !important; }

#cookie-page {
  background: url("../assets/img/red_7.jpg") 0% 0 repeat;
  background-size: cover; }

#domande-frequenti-page {
  background: url("../assets/img/cyan_3.jpg") 0% 0 repeat;
  background-size: 100% !important; }

#lavora-con-noi-page {
  background: url("../assets/img/drkblue_02.jpg") 0% 0 repeat;
  background-size: cover; }

#news-page {
  background: url("../assets/img/green_4.jpg") 0% 0 repeat;
  background-size: 100% !important; }

.f-cinebook-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; }
  .f-cinebook-section .containt-box {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e5e6e9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 20px 20px 20px;
    margin: 35px auto 50px auto; }
    .f-cinebook-section .containt-box p {
      font-weight: 300; }
    .f-cinebook-section .containt-box h1 {
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      color: #000000;
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 28px; }
    .f-cinebook-section .containt-box h2 {
      font-size: 26px;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      color: #000000;
      margin-top: 20px;
      margin-bottom: 10px; }
    .f-cinebook-section .containt-box p span.bold {
      color: #000000;
      font-weight: 500; }
    .f-cinebook-section .containt-box p a.link-pink {
      color: #555555; }
    .f-cinebook-section .containt-box p a.link-pink:hover {
      color: #dd2555;
      text-decoration: none; }
    .f-cinebook-section .containt-box ol {
      padding-left: 18px; }
    .f-cinebook-section .containt-box hr.divider {
      width: 75%;
      border-color: rgba(12, 0, 0, 0.12);
      max-width: unset;
      margin-top: 30px;
      margin-bottom: 30px; }
    .f-cinebook-section .containt-box .video-play {
      margin-bottom: 15px; }
    .f-cinebook-section .containt-box .faq-containt h2 {
      text-decoration: underline;
      padding-left: 11px; }
    .f-cinebook-section .containt-box .faq-containt .faq-item {
      margin-bottom: 7px; }
      .f-cinebook-section .containt-box .faq-containt .faq-item .question {
        background: #4ca3ff;
        border-radius: 20px;
        box-sizing: border-box;
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 12px;
        padding: 6px 14px;
        text-decoration: none;
        font-weight: 300; }
      .f-cinebook-section .containt-box .faq-containt .faq-item .answer {
        margin-left: 50px;
        background: #f1f1f1;
        border-radius: 20px;
        box-sizing: border-box;
        display: inline-block;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 12px;
        padding: 6px 14px;
        text-decoration: none;
        color: #555555;
        font-weight: 300; }

.f-cinebook-section:hover .containt-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.form-design .cine-booking-form .form-group lable {
  font-weight: 500;
  font-size: 14px;
  color: #555555; }
.form-design .cine-booking-form .form-group .form-control:not(select) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: padding .25s ease-in-out;
  transition: padding .25s ease-in-out;
  font-size: 14px !important;
  border-top: none;
  border-radius: 0px;
  border-left: none;
  border-right: none; }
.form-design .cine-booking-form .form-group .form-control::placeholder {
  color: #cccccc; }
.form-design .cine-booking-form .form-group select.form-control {
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: padding .25s ease-in-out;
  transition: padding .25s ease-in-out;
  font-size: 14px !important;
  border-radius: 0px; }
.form-design .cine-booking-form .form-group select.form-control:focus {
  box-shadow: none;
  border: 1px solid #dd2555; }
.form-design .cine-booking-form .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #dd2555; }
.form-design .cine-booking-form .form-group .btn.pink-btn {
  border: 1px solid #dd2555;
  background-color: #dd2555; }
.form-design .cine-booking-form .form-group .btn.green-btn {
  border: 1px solid #5ca640;
  background-color: #5ca640; }
.form-design .cine-booking-form .form-group .btn.bigfont {
  font-size: 20px !important; }
.form-design .cine-booking-form .form-group .btn.font-medium {
  font-weight: 500; }
.form-design .cine-booking-form .form-group .btn {
  font-size: 14px;
  width: auto;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  padding: 15px 40px;
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  overflow: hidden;
  border-radius: 2px;
  line-height: 16px;
  position: relative; }
.form-design .cine-booking-form .form-group .btn:hover, .form-design .cine-booking-form .form-group .btn:focus {
  box-shadow: none; }
.form-design .cine-booking-form .divider {
  border-bottom: 1px solid #cdd0d2;
  margin: 8px 16px 16px;
  height: 14px;
  text-align: center;
  position: relative; }
  .form-design .cine-booking-form .divider .divider-text {
    color: #555555;
    padding: 0 12px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 14px; }
.form-design legend {
  background-color: #eeeeee;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  margin: 15px 0px;
  font-weight: 500; }

/*--------------------------------------------------------------
	account-form-box
--------------------------------------------------------------*/
.page-header-padding.account-page {
  padding: 150px 15px 50px 15px; }

.account-form-box {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e3e4e8;
  -webkit-transition: -webkit-box-shadow .25s ease-in-out;
  transition: -webkit-box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.01);
  border-radius: 2px; }
  .account-form-box p {
    font-size: 15px; }
    .account-form-box p .link-gray {
      color: #555555; }
    .account-form-box p .link-gray:hover {
      color: #555555; }
  .account-form-box .account-form-title {
    padding-bottom: 20px; }
    .account-form-box .account-form-title h5 {
      font-size: 16px;
      font-weight: 500;
      color: #000000;
      padding-bottom: 0;
      margin-bottom: 0;
      margin-top: 0;
      letter-spacing: 0;
      line-height: 20px; }
      .account-form-box .account-form-title h5 svg {
        color: #555555;
        font-size: 20px;
        padding-right: 6px;
        position: relative;
        padding-top: 3px; }
  .account-form-box .form-control {
    padding-left: 0px; }
  .account-form-box .md-checkbox {
    height: auto;
    overflow: auto; }
    .account-form-box .md-checkbox input[type="checkbox"],
    .account-form-box .md-checkbox input[type="radio"] {
      outline: 0;
      margin-right: 10px;
      visibility: hidden;
      position: absolute;
      width: auto;
      display: inline-block;
      margin: 0;
      margin-right: 0px;
      padding: 0; }
    .account-form-box .md-checkbox label {
      margin-left: 10px;
      font-size: 13px;
      font-weight: 500; }
    .account-form-box .md-checkbox label::before {
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid rgba(0, 0, 0, 0.24);
      border-radius: 2px;
      cursor: pointer;
      -webkit-transition: background .3s;
      transition: background .3s; }
    .account-form-box .md-checkbox label::after,
    .account-form-box .md-checkbox label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
    .account-form-box .md-checkbox input[type="checkbox"]:checked + label::before,
    .account-form-box .md-checkbox input[type="radio"]:checked + label::before {
      background: #dd2555;
      border: 2px solid #dd2555; }
    .account-form-box .md-checkbox input[type="checkbox"]:checked + label::after,
    .account-form-box .md-checkbox input[type="radio"]:checked + label::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 5px;
      left: 4px;
      width: 12px;
      height: 6px;
      border: 2px solid #fff;
      border-top-style: solid;
      border-right-style: solid;
      border-top-style: none;
      border-right-style: none; }
  .account-form-box .login-btn, .account-form-box .signup-btn {
    position: relative; }
    .account-form-box .login-btn svg, .account-form-box .signup-btn svg {
      position: absolute;
      right: 25px;
      top: 11px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 22px;
      opacity: 0;
      color: #ffffff; }
  .account-form-box .login-btn:hover svg,
  .account-form-box .signup-btn:hover svg {
    opacity: 1;
    right: 15px;
    color: #ffffff; }
  .account-form-box .forgot-password a {
    font-size: 13px;
    color: #555555; }
  .account-form-box .forgot-password a:hover {
    color: #dd2555;
    text-decoration: none; }
  .account-form-box .signup-social p {
    margin-bottom: 5px; }
  .account-form-box .signup-social ul {
    margin-bottom: 0px;
    padding-left: 0px; }
    .account-form-box .signup-social ul li {
      list-style: none; }
      .account-form-box .signup-social ul li a.btn.btn-facebook {
        background-color: #3c589a;
        margin-bottom: 10px; }
      .account-form-box .signup-social ul li a.btn.btn-google-plus {
        background-color: #dd4b39; }
      .account-form-box .signup-social ul li a.btn {
        font-style: normal;
        font-weight: 500;
        color: #ffffff;
        line-height: 32px;
        width: 100%;
        position: relative;
        border-radius: 0px; }
        .account-form-box .signup-social ul li a.btn svg {
          text-align: left;
          position: absolute;
          left: 15px;
          top: 7px;
          font-size: 30px; }

.account-form-box:hover {
  -webkit-box-shadow: 0 5px 16px -3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 16px -3px rgba(0, 0, 0, 0.09); }

/*--------------------------------------------------------------
	edit-account
--------------------------------------------------------------*/
.edit-account .account-tab ul li {
  border: none; }
  .edit-account .account-tab ul li a {
    color: #555555;
    font-size: 14px; }
    .edit-account .account-tab ul li a svg {
      height: 24px; }
  .edit-account .account-tab ul li a:hover {
    color: #dd2555;
    text-decoration: none; }
.edit-account .account-tab ul li.active {
  background-color: #dd2555;
  border-radius: 2px; }
  .edit-account .account-tab ul li.active a {
    color: #ffffff; }
.edit-account .account-form-box {
  padding: 20px; }
  .edit-account .account-form-box .table {
    font-size: 13px; }
    .edit-account .account-form-box .table .thead-dark th {
      color: #fff;
      background-color: #283065;
      background: #283065;
      border-bottom: none;
      padding: 8px 10px;
      font-weight: 500; }
    .edit-account .account-form-box .table td.profile-pic img {
      width: 70px; }
.edit-account .account-form-title.color-pink span.rounded-circle {
  background-color: #dd2555; }
.edit-account .account-form-title.color-nblue span.rounded-circle {
  background-color: #283065; }
.edit-account .account-form-title.color-green span.rounded-circle {
  background-color: #5ca640; }
.edit-account .account-form-title span.rounded-circle {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 6.5px; }
.edit-account .account-form-title h5 {
  font-size: 16px;
  font-weight: font-weight-regular !important;
  padding-top: 8px;
  padding-left: 10px;
  color: #000000;
  display: inline-block; }

.add-proposal-btn {
  text-align: right;
  margin-bottom: 10px; }
  .add-proposal-btn .btn-nblue {
    background-color: #283065;
    border: 1px solid #283065; }
  .add-proposal-btn .btn-green {
    background-color: #5ca640;
    border: 1px solid #5ca640; }
  .add-proposal-btn .btn:visited {
    color: #ffffff;
    box-shadow: none; }
  .add-proposal-btn .btn:focus {
    color: #ffffff;
    box-shadow: none; }
  .add-proposal-btn .btn {
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 15px 40px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    position: relative; }
    .add-proposal-btn .btn svg {
      position: absolute;
      right: 25px;
      top: 11px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 22px;
      opacity: 0; }
  .add-proposal-btn .btn:hover svg {
    opacity: 1;
    right: 15px;
    color: #ffffff; }

.account-form-box.bg-nblue .table .thead-dark th {
  color: #fff;
  background-color: #283065;
  border-color: #283065; }

.account-form-box.bg-green .table .thead-dark th {
  color: #fff;
  background-color: #5ca640;
  border-color: #5ca640; }

/*--------------------------------------------------------------
	job-alert-login-section
--------------------------------------------------------------*/
.job-alert-login-section .job-alert-login-box {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e3e4e8;
  -webkit-transition: -webkit-box-shadow .25s ease-in-out;
  transition: -webkit-box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.01);
  border-radius: 2px;
  margin-bottom: 10px; }
  .job-alert-login-section .job-alert-login-box .job-alert-login-title .rounded-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 6px; }
  .job-alert-login-section .job-alert-login-box .job-alert-login-title h5 {
    font-size: 16px;
    font-weight: bold !important;
    padding-top: 8px;
    padding-left: 10px;
    color: #000000;
    display: inline-block; }
  .job-alert-login-section .job-alert-login-box .job-alert-login-title.color-green .rounded-circle {
    background-color: #5ca640; }
  .job-alert-login-section .job-alert-login-box .job-alert-login-title.color-nblue .rounded-circle {
    background-color: #283065; }
  .job-alert-login-section .job-alert-login-box .job-alert-login-body {
    margin-top: 30px; }
    .job-alert-login-section .job-alert-login-box .job-alert-login-body label {
      color: #5ca640;
      font-weight: 600;
      font-size: 14px; }
    .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in {
      background-color: #f7f7f7;
      padding: 20px;
      display: inline-block; }
      .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in p {
        display: inline-block;
        width: 66%;
        float: left;
        font-size: 14px; }
      .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in a {
        font-size: 14px;
        border: 1px solid #dd2555;
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        padding: 14px 40px;
        display: inline-block;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        overflow: hidden;
        border-radius: 2px;
        line-height: 16px;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
        float: right; }
      .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in a.btn-pink {
        background-color: #dd2555; }
      .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in a:visited, .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in a:focus {
        color: #ffffff;
        box-shadow: none; }
.job-alert-login-section .job-alert-login-box:hover {
  -webkit-box-shadow: 0 5px 16px -3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 16px -3px rgba(0, 0, 0, 0.09); }

.dashboard-btn {
  margin-bottom: 10px; }
  .dashboard-btn .btn-nblue {
    background-color: #283065;
    border: 1px solid #283065; }
  .dashboard-btn .btn-green {
    background-color: #5ca640;
    border: 1px solid #5ca640; }
  .dashboard-btn .btn:visited {
    color: #ffffff;
    box-shadow: none; }
  .dashboard-btn .btn:focus {
    color: #ffffff;
    box-shadow: none; }
  .dashboard-btn .btn {
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 15px 40px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    position: relative; }
    .dashboard-btn .btn svg {
      position: absolute;
      right: 25px;
      top: 11px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 22px;
      opacity: 0; }
  .dashboard-btn .btn:hover svg {
    opacity: 1;
    right: 15px;
    color: #ffffff; }

.link-nblue {
  color: #283065; }

.link-nblue:hover {
  color: #dd2555;
  text-decoration: none; }

.error-page {
  padding: 50px 0px; }
  .error-page p {
    font-size: 12px; }
    .error-page p svg {
      font-size: 50px;
      color: #c4c4c4;
      margin-bottom: 20px; }
  .error-page .btn.btn-pink {
    background-color: #dd2555;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 15px 40px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    position: relative; }
  .error-page .btn.btn-pink:hover {
    background-color: #242429;
    border: 1px solid #242429; }

.upload-photo {
  margin-bottom: 20px; }
  .upload-photo .label-big {
    font-weight: 500;
    font-size: 24px; }
  .upload-photo .photo-wrapper {
    width: 150px;
    position: relative; }
    .upload-photo .photo-wrapper .edit-photo {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #ffffff;
      padding: 0px 4px; }
      .upload-photo .photo-wrapper .edit-photo svg {
        color: #0073AA; }
    .upload-photo .photo-wrapper .delete-photo {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #ffffff;
      padding: 0px 4px; }
      .upload-photo .photo-wrapper .delete-photo svg {
        color: #0073AA; }

.account-page .account-form-box.lost-password {
  padding: 20px; }
.account-page .lost-password .account-form-title span.rounded-circle {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 6.5px;
  background-color: #dd2555; }
.account-page .lost-password .account-form-title h5 {
  font-size: 16px;
  font-weight: font-weight-regular !important;
  padding-top: 8px;
  padding-left: 10px;
  color: #000000;
  display: inline-block; }

.scrollTop {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  background: #ffffff;
  border-radius: 300px;
  bottom: 25px;
  color: #283065;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 45px;
  line-height: 48px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px #1b1b1b;
  -moz-box-shadow: 0px 8px 23px -6px #1b1b1b;
  box-shadow: 0px 8px 23px -6px #1b1b1b; }
  .scrollTop svg {
    font-size: 18px; }

.scrollTop:hover {
  background-color: #dd2555; }
  .scrollTop:hover svg {
    color: #ffffff; }

/*--------------------------------------------------------------
	responsive
--------------------------------------------------------------*/
@media (max-width: 1199.99px) {
  .fixed-top {
    max-width: 930px; }

  .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in p {
    width: 55%; }

  .dashboard-btn .ml-2 {
    margin-left: 0px !important;
    margin-top: 10px; }

  #mainNav #navbarResponsive ::before {
    right: 110px; }

  #mainNav #navbarResponsive ::after {
    right: 108px; } }
@media (max-width: 991.99px) {
  .fixed-top {
    max-width: 690px; }

  .cine-footer .footer-bottom .copyright p {
    text-align: center; }
  .cine-footer .footer-bottom .social-links .footer-social-nav.text-right {
    text-align: center !important; }

  .footer-widget.widget-2 {
    text-align: center; }

  #mainNav #navbarResponsive .navbar-nav .nav-item .nav-link {
    padding: 7px 15px; }

  .f-cinebook-section .containt-box {
    margin: 0px auto; }

  .account-form-box {
    margin-bottom: 20px !important; }

  .page-header-padding.account-page {
    padding: 130px 15px 30px 15px; }

  .md-down-mb-0px {
    margin-bottom: 0px !important; }

  .account-tab ul {
    flex-direction: row;
    margin-bottom: 10px; } }
@media (max-width: 767.99px) {
  #mainNav .navbar-brand img {
    width: 130px; }

  .fixed-top {
    max-width: 510px; }

  .page-header-section .about-info {
    padding: 0px 0px; }

  .job-alert-section.plr-40px {
    padding-left: 15px;
    padding-right: 15px; }

  .job-alert-section .ac-category {
    margin-bottom: 15px; }

  .page-header-padding {
    padding-top: 90px; }

  .f-cinebook-section.page-header-padding {
    padding-top: 78px; }

  .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in p {
    width: 100%;
    float: none; }

  .job-alert-login-section .job-alert-login-box .job-alert-login-body .account-sign-in a {
    float: none; }

  .job-alert-login-section.plr-40px {
    padding-left: 15px;
    padding-right: 15px; }

  #mainNav #navbarResponsive {
    top: 65px; } }
@media (max-width: 575.99px) {
  .fixed-top {
    max-width: 100%; }

  #mainNav .navbar-brand img {
    width: 100px; }

  .container {
    padding: 0px; }

  .row {
    margin-right: 0px;
    margin-left: 0px; }

  .masthead .overlay-black-bg {
    margin-left: 0px;
    margin-right: 0px; }

  .job-alert-section.plr-40px {
    padding-left: 0px;
    padding-right: 0px; }

  .page-header-padding {
    padding-top: 75px; }

  .page-header-section {
    padding-left: 0px;
    padding-right: 0px; }

  .f-cinebook-section.page-header-padding {
    padding-top: 62px; }

  .f-cinebook-section [class*="col-"] {
    padding: 0px; }

  #mainNav {
    padding: 0px 15px; }

  .page-header-padding.account-page {
    padding: 90px 0px 30px 0px; }

  .account-form-box {
    padding: 20px; }

  .forgot-password.text-right {
    text-align: left !important; }

  .job-alert-login-section.plr-40px {
    padding-left: 0px;
    padding-right: 0px; }

  .edit-account .account-tab ul li {
    padding: 4px 10px; }

  .dropdown .avtar-header {
    font-size: 12px; }

  #mainNav .nav-right button.navbar-toggler .nav-button {
    width: 35px; }

  .avtar-header img {
    width: 25px;
    margin-right: 1px; }

  #mainNav #navbarResponsive ::before {
    right: 87px; }

  #mainNav #navbarResponsive ::after {
    right: 85px; }

  #mainNav #navbarResponsive {
    top: 55px; }

  .a-login-nav #navbarResponsive {
    right: 55px !important; } }
