.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: normal;
  font-style: normal;
}

/*========================================================*/

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}

body {
  font-size: 16px;
  color: #1D1D1D;
  min-width: 290px;
  font-family: "Jost", sans-serif;
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover,
a:focus {
  outline: none;
  color: inherit;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}



/*==========================*/
.menu_button {
    height: 39px;
    width: 43px;
    right: 12px;
    top: 30px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999;
    margin-top: 0;
    outline: none !important;
    background: transparent;
    border: 0;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 21px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 54%;
  left: 18px;
}

.menu_button span {
  width: 100%;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
}

.menu_button span i:nth-child(1) {
  top: 15%;
}

.menu_button span i:nth-child(2) {
  top: 31%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

body {
  padding-top: 0px;
}

header {
  width: 100%;
  height: 100px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  min-width: 290px;
}

header.home_page {
  background-color: transparent;
}

header.smaller {
  height: 80px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header.smaller .top_panel {
  /*display: none;*/
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: left;
  white-space: nowrap;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  background-image: url(../img/logo.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 60px;
  width: 150px;
  line-height: 1;
  color: #fff;
  /*background-color: #ccc;*/
}

.logo:hover,
.logo:focus {
  text-decoration: none;
  color: #FFEE99;
}

.logo_big_txt {
  font-size: 20px;
  display: block;
  font-family: Georgia, serif;
  margin-bottom: 5px;
}

.logo_small_txt {
  font-size: 7px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}

/*-------------*/
.active_button {
  display: inline-block;
  background-color: #FF2D2D;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 35px;
  border: 2px solid #FF2D2D;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Open Sans Bold';
  width: 160px;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #FF2D2D;
  text-decoration: none;
}

/*=================================*/

.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 25px;
  font-size: 12px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
}

.vote input[type=checkbox] {
  display: none;
}

.vote label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  border: 1px solid #ccc;
  text-indent: -2px;
}

.vote input[type=checkbox]:checked+label:before {
  content: "\eed8";
  font-family: IcoFont !important;
  font-size: 20px;
  color: #921627;
  line-height: 14px;
  text-align: center;
  font-weight: bold;

}

/*======================================================*/
@media only screen and (max-width : 992px) {
  .popup {
    top: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width : 640px) {
  .popup {
    width: 96%;
  }
}

@media only screen and (max-width : 480px) {
  .popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*========================*/

.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #FF2D2D;
  color: #fff !important;
  font-size: 25px;
  line-height: 51px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #FF2D2D !important;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
  width: 40px;
  height: 40px;
  background: #D37F08;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}

#toTop i {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
}

#toTop:hover {
  color: #D37F08;
  text-decoration: none;
  background-color: #fff;
}



.top_menu>li.active a {
  color: #E8C756;
}

.top_menu>li.active>a span:after {
  width: 100%;
}

.top_menu>li>a>span {
  display: inline-block;
  position: relative;
}

.top_menu>li>a>span:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #fff;
  height: 2px;
  width: 0%;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.top_menu>li>a:hover {
  color: #FFEE99;
}

.top_menu>li>a:hover span:after {
  width: 100%;
  background-color: #FFEE99;
}

/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 0;
}

.slick-dots li {
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: #BEBABA;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.slick-dots li.slick-active {
  background: #FF2D2D;
}

.slick-dots {
  bottom: -20px;
}

/*------------------------*/
.top_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  font-family: "Pacifico", cursive;
}

.top_menu>li>a {
  display: block;
  padding: 6px 25px;
  font-size: 22px;
  color: #fff;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw600 {
  font-weight: 600;
}

.top_phone {
  display: inline-block;
  color: #D37F08;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-left: 30px;
}

.top_phone:hover {
  color: #FFEE99;
  text-decoration: none;
}

.top_phone:after {
  content: "\ec8a";
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  top: 0;
  left: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}


/*------------------------*/

.main_slider_item_box {
  overflow: hidden;
  height: 780px;
  position: relative;
}

.main_slider_item_box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main_slider_item_box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(111,101,89,0.3);
  background-color: rgba(0,0,0,0.3);
}

#msl_01:before {
  background-image: url(../img/ms/ms1.jpg);
}

#msl_02:before {
  background-image: url(../img/ms/ms2.jpg);
}

#msl_03:before {
  background-image: url(../img/ms/ms3.jpg);
}

.main_slider_item_box:before {
  animation-name: scale;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  transform-origin: 50% 50%;
}

@-webkit-keyframes scale {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  }

  30% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  }
}

.white_color {
  color: white;
}

.font40 {
  font-size: 40px;
}

.ms_caption_wrap {
  position: relative;
  z-index: 1;
}

.font34 {
    font-size: 34px;
}

.font30 {
    font-size: 30px;
}

.font18 {
     font-size: 18px;
}

.font20 {
     font-size: 20px;
}

.ms_caption {
    max-width: 600px;
}

.ms_caption_wrap .container {
    position: relative;
}

/*============*/
.animated_button {
    -moz-animation: cycle 4s linear infinite;
    -webkit-animation: cycle 4s linear infinite;
}

@-moz-keyframes cycle {
    35% {
        transform: rotate(0) translate(0, 0);
    }

    40% {
        transform: rotate(5deg) translate(0, -2px);
    }

    45% {
        transform: rotate(-3deg) translate(0, -2px);
    }

    50% {
        transform: rotate(5deg) translate(0, -2px);
    }

    55% {
        transform: rotate(-3deg) translate(0, -2px);
    }

    60% {
        transform: rotate(5deg) translate(0, -2px);
    }

    65% {
        transform: rotate(-3deg) translate(0, -2px);
    }

    70% {
        transform: rotate(0) translate(0, 0);
    }
}

@-webkit-keyframes cycle {
    35% {
        transform: rotate(0) translate(0, 0);
    }

    40% {
        transform: rotate(5deg) translate(0, -2px);
    }

    45% {
        transform: rotate(-3deg) translate(0, -2px);
    }

    50% {
        transform: rotate(5deg) translate(0, -2px);
    }

    55% {
        transform: rotate(-3deg) translate(0, -2px);
    }

    60% {
        transform: rotate(5deg) translate(0, -2px);
    }

    65% {
        transform: rotate(-3deg) translate(0, -2px);
    }

    70% {
        transform: rotate(0) translate(0, 0);
    }
}


.msc_title {
    padding: 20px;
    line-height: 1;
    background-color: rgba(211,127,8,.5);
    display: inline-block;
}

.call_mee_wrapper {
    display: block;
    padding-top: 50px;
}

.ms_caption {
    max-width: 800px;
    position: relative;
}

.ms_caption:after {
    content: " ";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    margin-left: -250px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center; 
  -webkit-box-shadow: 0px 5px 20px rgba(193,139,32,0.5);
    -moz-box-shadow: 0px 5px 20px rgba(193,139,32,0.5);
    box-shadow: 0px 5px 20px rgba(235,225,130,0.5);

}

#ms_caption_1:after {
    background-image: url(../img/ms/apartment_1.svg);
}

#ms_caption_2:after {
    background-image: url(../img/ms/office_1.svg);
}

#ms_caption_3:after {
    background-image: url(../img/ms/restaurant_1.svg);
}


.ms_caption_wrap .container {
    position: relative
}

.call_mee_wrapper {
   /* position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100px;*/
    text-align: center;
}

.call_mee {
    display: inline-block;
    /*background-color: #D37F08;*/
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
   
    height: 60px;
    /*border: 2px solid #D37F08;*/
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 25px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 25px;
    overflow: hidden;
    z-index: 2;
    line-height: 1;
    margin-top: -30px;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / .4);
    -moz-box-shadow: 0 5px 20px rgb(0 0 0 / .4);
    box-shadow: 0 5px 20px rgb(0 0 0 / .4);
}

.call_mee:hover,.call_mee:focus {
    background-color: #D37F08;
    color: #000;
    outline: none;
    text-decoration: none
}

.call_mee i {
    font-size: 27px
}

.left_0 {
    left: 0
}

.right_0 {
    right: 0
}
.call_mee > span {
    background: #9e6808;
background: linear-gradient(360deg,#9e6808 -2%, #ebc940 100%);
background: -webkit-linear-gradient(360deg,#9e6808 -2%, #ebc940 100%);
background: -moz-linear-gradient(360deg,#9e6808 -2%, #ebc940 100%);
     padding: 0 30px;
}


.call_mee::before {
    -webkit-animation: glow 1s ease-in infinite;
    animation: glow 1s ease-in infinite;
    content: "";
    filter: blur(10px);
    opacity: .75;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

.call_mee:after {
    animation: shine 3s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    height: 200%;
    left: -130%;
    opacity: 0;
    position: absolute;
    top: -20%;
    transform: rotate(-30deg);
    width: 15%;
    background: rgb(255 255 255 / .13);
    background: linear-gradient(to right,rgb(255 255 255 / .13) 0%,rgb(255 255 255 / .13) 77%,rgb(255 255 255 / .5) 92%,#fff0 100%)
}

.big_button:active:after {
    opacity: 0
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left,top,opacity;
        transition-duration: 0.7s,0.7s,0.15s;
        transition-timing-function: ease
    }

    100% {
        opacity: 0;
        top: -40%;
        left: 120%;
        transition-property: left,top,opacity
    }
}

.animated_button {
    -moz-animation: cycle 4s linear infinite;
    -webkit-animation: cycle 4s linear infinite
}

@-moz-keyframes cycle {
    35% {
        transform: rotate(0) translate(0,0)
    }

    40% {
        transform: rotate(5deg) translate(0,-2px)
    }

    45% {
        transform: rotate(-3deg) translate(0,-2px)
    }

    50% {
        transform: rotate(5deg) translate(0,-2px)
    }

    55% {
        transform: rotate(-3deg) translate(0,-2px)
    }

    60% {
        transform: rotate(5deg) translate(0,-2px)
    }

    65% {
        transform: rotate(-3deg) translate(0,-2px)
    }

    70% {
        transform: rotate(0) translate(0,0)
    }
}

@-webkit-keyframes cycle {
    35% {
        transform: rotate(0) translate(0,0)
    }

    40% {
        transform: rotate(5deg) translate(0,-2px)
    }

    45% {
        transform: rotate(-3deg) translate(0,-2px)
    }

    50% {
        transform: rotate(5deg) translate(0,-2px)
    }

    55% {
        transform: rotate(-3deg) translate(0,-2px)
    }

    60% {
        transform: rotate(5deg) translate(0,-2px)
    }

    65% {
        transform: rotate(-3deg) translate(0,-2px)
    }

    70% {
        transform: rotate(0) translate(0,0)
    }
}


/*--------------------------*/
.mobile_menu_wrapp {
  display: block !important;
  top: 0;
  left: -700px;

  /*left: 0px;*/
  z-index: 6;
  position: fixed;
  margin: 0 0 0 0px;
  width: 370px !important;
  color: #fff;
  overflow-y: auto;
  z-index: 1008;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #D37F08;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.mobile_menu {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.mob_menu_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.menu_close {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 26px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.menu_close i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
}

.menu_close i:hover {
  color: #000;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.mobile_menu_wrapp {
  padding-top: 0px;

}

.mobile_menu a {
    display: block;
    padding: 10px 0px;
    color: white;
    text-transform: uppercase;
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width : 480px) {
  .mobile_menu_wrapp {
    width: 310px !important;
  }
}

@media only screen and (max-width : 400px) {
  .mobile_menu_wrapp {
    width: 290px !important;
  }
}

@media only screen and (max-width : 350px) {
  .mobile_menu_wrapp {
    width: 270px !important;
  }
}

@media only screen and (min-width : 992px) {
  .mobile_menu_wrapp {
    display: none !important;
  }
}

/*=----------------------=*/
/*=----------------------=*/

.mobmenu_footer {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.mobmenu_contacte li {
  margin-bottom: 25px;
}

.mobmenu_contacte li a {
  display: block;
  padding-left: 30px;
  position: relative;
  white-space: normal;
}

.mobmenu_contacte li a:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
  font-size: 20px;
}

.mobmenu_contacte a:hover,
.mobmenu_contacte a:focus {
  text-decoration: none;
  opacity: .95;
}

.mobmenu_contacte li a span {
  font-family: "Jost", sans-serif;
}


.mobmenu_contacte li a.icofont-ui-call:before {
  font-size: 20px;
}

.mobmenu_contacte li a.icofont-ui-message:before {
  font-size: 19px;
}

.mobmenu_contacte li a.icofont-google-map:before {
  font-size: 27px;
  left: -4px;
  top: 2px;
}

/*=================*/
.social_buttons_mob_menu {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.social_buttons {
  margin-left: -3px;
  margin-right: -3px;
}

.social_buttons>li {
  display: inline-block;
  vertical-align: middle;
}

.social_buttons>li>a {
  width: 36px;
  height: 36px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  border: 2px solid #fff;
  line-height: 33px;
  font-size: 17px;
  display: block;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  font-weight: normal;
}

/*====================*/
.contact_to {
 display: block;
    background-image: url(../img/contacte.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 36px;
    width: 36px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
}

/*===============*/

.block_header {
   padding-top: 30px;
   padding-bottom: 30px;
   border-bottom: 1px solid #D37F08;
   line-height: 1;
}

.font_40 {
   font-size: 40px;
}
.font_30 {
   font-size: 30px;
}
.font_20 {
   font-size: 20px;
}
.portfolio_row_header {
  display: block;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: 0 0; 
  min-height: 50px;
  padding-left: 65px;
  line-height: 1;
  padding-top: 10px;
}

.portfolio_box {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 250px;
}

.portfolio_row {
   border-bottom: 1px solid #ccc;
}

.servicii_box {
   padding: 25px;
   background: #9e6808;
background: #9e6808;
background: linear-gradient(90deg,#9e6808 -2%, #ebc940 100%);
background: -webkit-linear-gradient(90deg,#9e6808 -2%, #ebc940 100%);
background: -moz-linear-gradient(90deg,#9e6808 -2%, #ebc940 100%);
color: #fff;
height: 100%;
}

.servicii_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.servicii_box_title {
   min-height: 60px;
  text-align: center;
  color: #A16C0A;
}

.introducere {

   font-size: 20px;
}

.steps_box .img_cont {
  display: block;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
   margin-bottom: 20px;
  position: relative;
   z-index: 2;
}

.blue_type .img_cont {
  border: 1px solid #00C0EC;
 
}

.steps_box {
   border-width: 2px;
   border-style: solid;
   border-radius: 20px;
   padding: 20px;
   text-align: center;
   margin-left: 60px;
   margin-right: 60px;
   position: relative;
   z-index: 1;
   height: 100%;

}

.blue_type  {
  border-color:#00C0EC;
}

.steps_list {
 margin-left: -60px;
   margin-right: -60px;
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.steps_list>li {
  width: 33.333%;
  position: relative;
  margin-bottom: 70px;
}


  

.steps_list>li:after {
    content: " ";
    position: absolute;
    
    height: 300px;
    top:50%;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    font-size: 300px;
    line-height: 1;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    margin-top: -150px;
    opacity: 0.2;
}

#step_1:after {
    content: "1";
    color:#00C0EC;
    
} 

.gold_type  {
  border-color:#F2930B;
}

#step_2:after {
    content: "2";
    color:#F2930B;
}

#step_3:after {
    content: "3";
    color:#64B04C;
} 

.steps_box_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  min-height: 40px;
  margin-bottom: 15px;
}

.salat_type  {
  border-color:#64B04C;
}

.gold_type .img_cont {
  border: 1px solid #F2930B;
 
}

.salat_type .img_cont {
  border: 1px solid #64B04C;
 
}

.violet_type .img_cont {
  border: 1px solid #9E40AB;
 
}

#step_4:after {
    content: "4";
    color:#9E40AB;
} 
.violet_type  {
  border-color:#9E40AB;
}


.dark_type .img_cont {
  border: 1px solid #1D4055;
 
}

#step_5:after {
    content: "5";
    color:#1D4055;
} 
.dark_type  {
  border-color:#1D4055;
}


.green_type .img_cont {
  border: 1px solid #00B193;
 
}

#step_6:after {
    content: "6";
    color:#00B193;
} 
.green_type  {
  border-color:#00B193;
}



.action_block {
   font-size: 30px;
   font-weight: 500;
}


.footer_footer {
   background-color: #000;
   color:#fff;
}
.footer_footer a {
   color:#fff;
}

.contacte_body {
   text-align: center;
}

.contacte_header {
  font-size: 26px;
  font-weight: 500;
}

.contacte_data {
   text-transform: uppercase;
}

.contacte_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 100px;
}

.header_social_buttons {
 
}

.header_social_buttons {
  margin-left: -3px;
  margin-right: -3px;
  white-space: nowrap;
}

.header_social_buttons>li {
  display: inline-block;
  vertical-align: middle;
}

.header_social_buttons>li>a {
  width: 36px;
  height: 36px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  border: 2px solid #D37F08;
  line-height: 33px;
  font-size: 17px;
  display: block;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  font-weight: normal;
  color: #D37F08;
  -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header_social_buttons>li>a:hover,
.header_social_buttons>li>a:focus {
    color: #FFEE99;
    text-decoration: none;
    outline: none;
    border-color:#FFEE99;
}   

.portfolio_wrap .portfolio_row:last-of-type {
   border-bottom: 0px;
}