@font-face {
    font-family: 'rotis-semi-sans';
    src: url('../fonts/rotissemisansro_bold-webfont.eot');
    src: url('../fonts/rotissemisansro_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rotissemisansro_bold-webfont.woff2') format('woff2'),
    url('../fonts/rotissemisansro_bold-webfont.woff') format('woff'),
    url('../fonts/rotissemisansro_bold-webfont.ttf') format('truetype'),
    url('../fonts/rotissemisansro_bold-webfont.svg#rotissemisansrobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'rotis-semi-sans-light';
    src: url('../fonts/rotissemisansro_light-webfont.eot');
    src: url('../fonts/rotissemisansro_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rotissemisansro_light-webfont.woff2') format('woff2'),
    url('../fonts/rotissemisansro_light-webfont.woff') format('woff'),
    url('../fonts/rotissemisansro_light-webfont.ttf') format('truetype'),
    url('../fonts/rotissemisansro_light-webfont.svg#rotissemisansrolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bold-webfont.woff') format('woff'),
    url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-italic-webfont.woff') format('woff'),
    url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
    url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff'),
    url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light-webfont.woff2') format('woff2'),
    url('../fonts/opensans-light-webfont.woff') format('woff'),
    url('../fonts/opensans-light-webfont.ttf') format('truetype'),
    url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

body {
    width: 100%;
}

a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a:focus {
    outline: none;
}

a:hover {
  text-decoration: none
}

h2 {
    color: #231f20;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    width: 93%;
    font-family: 'rotis-semi-sans-light';
    text-transform: uppercase;
    font-size: 36px;
}

p {
    line-height: 1.3;
    font-family: 'open_sansregular';
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
}

.wrapper {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}

.navbar {
    background: black;
    border-radius: 0;
    margin: 0;
    border: 0 none;
    margin-top: -21px;
}

.navbar-brand {

}

.no-pad {
    padding: 0;
}

ul.nav li {
    transition: all linear 0.3s;
}

.navbar-brand {
    float: left;
    height: 92px;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 20px;
}

ul.nav li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .active >,
.navbar-default .navbar-nav > .active > {
    background-color: #00549a;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

ul.nav li.active,
ul.nav li:not(.login-btn-wrapper):hover {
    background-color: #00549a;
    transition: all linear 0.3s;
}

ul.nav li:hover a {
    color: #ffffff !important;
}

.social-header {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 99;
}

.social-header li {
    width: 44px;
    height: 44px;
    float: left;
    border-right: 1px solid #a7a7a8;
    background: white;
    margin: 0;
    position: relative;
}

.social-header li a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color:  #337ab7;
}

.social-header li a:hover {
    text-decoration: none;
    color:  #23527c;
}

.solicita_conf {
    margin-bottom: 100px;
    color: #ffffff;
    padding-left: 25px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 36px 15px;
    }

    .navbar-nav > li > a.login-btn {
        padding: 5px 10px;
        background: white;
        color: #00549a !important;
    }

    .navbar-nav > li > a.login-btn:hover {
        background-color: #00549a;
    }

    .navbar-nav > li > a.login-btn:focus {
        background-color: white;
        color: #00549a !important;
    }
}

.navbar-nav > li.login-btn-wrapper {
/*    margin: 30px 0 0 5px;*/
    margin: 30px 0 0 125px;
}

.ml0 {
    margin-left: 0 !important;
}
.ml100 {
    margin-left: 100 !important;
}

header {
    position: relative;
    width: 100%;
    display: block;
}

.slider {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: none;
}

.x1 {
    background-image: url('../img/cover1.jpg');
}

.x2 {
    background-image: url('../img/cover2b.jpg');
}

.x3 {
    background-image: url('../img/cover3b.jpg');
}

.x4 {
    background-image: url('../img/cover4b.jpg');
}

.x5 {
    background-image: url('../img/cover5b.jpg');
}

.slick-slide {
    background-size: cover;
    background-position: center;
}
.slick-dots {

}

h2.section-title {
    margin: 30px 0 0px;
}

h2.section-title div {
    font-family: 'rotis-semi-sans-light';
    font-size: 36px;
    /* font-size: 30px;*/
    color: #231f20;
    text-transform: uppercase;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    width: 93%;
    margin-bottom: 20px;
}

h2.section-title span {
    height: 35px;
    width: 10px;
    background: #808285;
    display: inline-block;
}

.beneficii {
    padding-top: 30px
}

.beneficii div {
    width: auto;
    display: table;
    margin: 0 auto;
    position: relative;
}

.beneficii div img {
    position: absolute;
    left: 0;
    top: 0;
}

.beneficii div p {
    padding: 15px 0 15px 100px;
    font-weight: 600
}

.separator {
    width: 100%;
    height: 1px;
    background: #dde1e4;
    /* margin-top: 30px; */
}

.btn {
    padding: 20px 35px;
    background-color: #0071bc;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'rotis-semi-sans';
    font-weight: bold;
    font-size: 18px;
    position: relative;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn:hover {
    color: black!important;
}

.btn-social .btn-icon1 {
    background: #4b76bd;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 6px 0 0;
    float: left;
}

.btn-social .btn-icon2 {
    background: #fc3831;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 5px 0px 0;
    float: left;
}

.btn-social .btn-icon3 {
    background: #ff3635;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 7px 0 0;
    float: left;
}

.btn-social .btn-icon4 {
    background: #7b5541;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 4px 0 0;
    float: left;
}

.btn-social span {
    line-height: 1;
    background: #58595b;
    width: calc(100% - 60px);
    padding: 21px 0;
    font-family: 'rotis-semi-sans';
    font-weight: bold;
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    color: white;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-social span:hover {
    color: #000;
}

footer {
    background: #000;
    padding: 15px 0;
    margin: 30px 0 0;
}

footer ul {
    list-style: none;
    padding: 30px 0 20px;
}

footer ul li {
    font-family: 'open_sansregular';
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

footer ul li a {
    font-family: 'open_sansregular';
    color: white;
    font-size: 14px;
}

footer ul li a:hover,
footer ul li a:focus {
    color: white;
}

.footer-nav-2 img,
.footer-nav-2 ul.footer-nav {
    float: right;
}


.video-share-container {
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
    cursor: pointer;
    background: #000;
    /* max-height: 478px; */
}
.video-share-container .bottom-share{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
.video-share-container .fb-share{
    vertical-align: bottom;
}
.video-share-container img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-share-container img, .video-share-container .video-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.video-share-container img {
    position: relative;
    display: block;
    height:auto;
    max-width: 100%;
    opacity: 1;
}
.home-slick .video-share-container img {
    /*opacity: 1;*/
}

.video-share-container .video-share-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-share-container .video-share-wrapper {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-share-container .video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 21px;
    width: 100%;
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    margin: 0 auto;
}
.video-share-container .socialBlock {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
.home-slick .video-share-container .socialBlock,
.slick-video-slide .video-share-container .socialBlock{
    opacity: 1;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, transform 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.video-share-container:hover img {
    /*-webkit-transform: translate3d(0, -60px, 0);*/
    /*transform: translate3d(0, -60px, 0);*/
}

.video-share-container:hover .video-title,
.video-share-container:hover .socialBlock{
    z-index: 999;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/**/

.video-id {
    font-family: 'rotis-semi-sans-light';
    line-height: 1;
    font-size: 50px;
    color: white;
    padding: 10px 0 0 32px;
    display: inline-block;
    vertical-align: top;
}

.video-text-wrapper {
    padding: 20px 0 15px 10px;
    display: inline-block;
}

.video-title {
    font-family: 'rotis-semi-sans-light';
    line-height: 1;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}

.video-description {
    font-family: 'open_sanslight';
    font-size: 18px;
    color: #ffffff;
}

.btn-video-like {
    width: 85px;
    height: 37px;
    background-size: 100% !important;
    background: url("../images/btn-video-like.png");
    /*width: 133px;*/
    /*height: 59px;*/
    display: inline-block;
    top: 25px;
    right: 45px;
    position: absolute;
}

.
.btn-video-share {
    width: 85px;
    height: 37px;
    background-size: 100% !important;
    background: url("../images/btn-video-share.png");
    /*width: 133px;*/
    /*height: 59px;*/
    display: inline-block;
    top: 25px;
    right: 153px;
    position: absolute;
}

.socialBlock {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 99;
}
#slick-video .socialBlock iframe,
.socialBlock iframe
{
    position: static;
    left:auto;
    width:105px;
    height:20px;
}
.fb-share{
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    padding: 3px 0 0 2px;
    color: #fff;
    background: #4267b2;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    text-transform: capitalize;
}
.fb-share:hover{
    background: #365899;
}
.mfp-content .fb-share{
    padding: 11px 0 0 2px;
    margin-left: 10px;
}
.mfp-bottom-bar {
    margin-top: 10px;
   /* left: 20px;
    font-weight: bold;
    font-size: 18px;*/
}

.socialBlock.bottomPoz {
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 20px;
}
#page_inspiratie .socialBlock.bottomPoz {
    right: 30px;
    bottom: 110px;
}


.btn-play {
    background: url("../img/play.png");
    width: 128px;
    height: 128px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none;
    z-index: 99;
}

.btn-play:hover {
    background-size: 100%;
    width: 120px;
    height: 120px;
    outline: none;
}

.fwb {
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    padding: 3px 0 0 2px;
    color: #fff;
    background: #4267b2;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    text-transform: capitalize;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slick-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 478px;
}

.calendar {
    position: relative;
    display: table;
    margin: 0 auto;
    z-index: 100;
}

.calendar>img {

max-width: 600px;
}

.calendar .file {
    position: absolute;
    top: 25.8%;
    z-index: 0;
}

.calendar .file .fila {
    display: inline-block;
    position: absolute;
    width: 358px;
    cursor: pointer;
}
.calendar .file .fila:nth-of-type(1) {
    z-index: 1;
}

.calendar .file .fila>img {
    width: 100%;
    display: table;
}

.fila>div {
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #fff;
    height:  100%;
    width: 100%;
}

.fila>div>.top {
    height: 35%;
    background-color: #0072bc;
    width:  100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: 'open_sansregular';
}

.fila>div>.top>span:nth-of-type(1) {
    float: left;
    top: 75px;
    left: 49px;
    position: relative;
    text-transform: uppercase;
}

.fila>div>.top>span:nth-of-type(2) {
    float: right;
    top: 75px;
    right: 49px;
    position: relative;
}

.fila>div>.top>img {
    position: absolute;
    top: 60px;
    left: 44%;
    left: calc(50% - 24px);
}

.fila>div>.bottom {
    text-align: center;
}

.fila>div>.bottom>span {
    color: #0072bc;
    display: block;
    font-family: 'Open Sans';
}

.fila>div>.bottom>span:nth-of-type(1) {
    font-size: 170px;
    line-height: 144px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.fila>div>.bottom>span:nth-of-type(2) {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    padding-left: 9px;
}

#modal {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    position: fixed;
    background-color: #0072bc;
    display: none;
}


#modal span,
#modal>a {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 4em;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

#modal form {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal form * {
  width: 100%;
  border: none;
  margin: 5px 0;
  font-size: 1.3em;
  padding: 10px 20px;
  text-align: center;
  display: table;
  color: #001936;
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

#modal .trimite {
   background-color: #001936;
   color: #fff;
   cursor:  pointer;
}

#modal .trimite:hover {
  background-color: rgba(0, 25, 54, 0.82);
}

#modal h2 {
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 2.7em;
}

#modal p {
  color: #fff;
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 1.6em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #001936;
  text-transform: uppercase;
  font-family: 'Open Sans';

}
::-moz-placeholder { /* Firefox 19+ */
  color: #001936;
  text-transform: uppercase;
  font-family: 'Open Sans';

}
:-ms-input-placeholder { /* IE 10+ */
  color: #001936;
  text-transform: uppercase;
  font-family: 'Open Sans';

}
:-moz-placeholder { /* Firefox 18- */
  color: #001936;
  text-transform: uppercase;
  font-family: 'Open Sans';

}










.fila.fly-out{
  animation: animationFrames cubic-bezier(0.44, 0.06, 0.93, 0.7) 0.5s forwards;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames cubic-bezier(0.44, 0.06, 0.93, 0.7) 0.5s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames cubic-bezier(0.44, 0.06, 0.93, 0.7) 0.5s forwards;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames cubic-bezier(0.44, 0.06, 0.93, 0.7) 0.5s forwards;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames cubic-bezier(0.44, 0.06, 0.93, 0.7) 0.5s forwards;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

.video {
  /* max-width: 800px; */
  /* margin: 0 auto; */
  /* float: none; */
  display: table;
  margin-bottom: 20px;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  rotate(0deg) scaleX(1) ;
  }
  100% {
    transform:  translate(2000px,200px)  rotate(180deg) scaleX(1) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) scaleX(1) ;
  }
  100% {
    -moz-transform:  translate(2000px,200px)  rotate(180deg) scaleX(1) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) scaleX(1) ;
  }
  100% {
    -webkit-transform:  translate(2000px,200px)  rotate(180deg) scaleX(1) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) scaleX(1) ;
  }
  100% {
    -o-transform:  translate(2000px,200px)  rotate(180deg) scaleX(1) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) scaleX(1) ;
  }
  100% {
    -ms-transform:  translate(2000px,200px)  rotate(180deg) scaleX(1) ;
  }
}


#back-to-top{
    width: 100%;
}
#back-to-top span{
    background: url('../images/chosen-icons.png') top no-repeat;
    width: 25px;
    height: 16px;
    display: block;
    float: right;
    margin: 10px 0 15px;
}
@media (max-width: 1800px){
    .slick-dots {
        right: 5vw;
    }
}
@media (max-width: 1700px){
    .slick-dots {
        right: 5vw;
    }
}
@media (max-width: 1500px){
    .slick-dots {
        right: 5vw;
    }
}
@media (max-width: 1400px){
    .slick-dots {
        right: 5vw;
    }
}
@media(max-width: 1199px){
    ul.page_menu.page_menu_wide li {
        padding: 10px 40px;
    }
    .navbar-nav>li>a {
        padding: 36px 10px;
    }
    ul.nav li a{
        font-size: 11px;
    }
    .slick-dots {
        right: 120px;
    }
    .banner h1{
        top:0;
        font-size: 40px;
    }
    .banner p {
        position: absolute;
        top: 70px;
        width: 330px;
        font-size: 18px;
    }
    .banner a {
        top: 120px;
    }
    .btn-video-like{
        width: 70px;
        height: 31px;
        background-size: 100%;
    }
    .btn-video-share{
        width: 70px;
        height: 31px;
        background-size: 100%;
        right: 90px;
    }
    .beneficii .videoImgBlock{
        height: 423px;
    }
    .thumbnail-title {
        font-size: 24px;
        width: 130px;
    }
    /*#slick-video-thumbnails{*/
        /*height: 392px;*/
    /*}*/
    .thumbnail-container{
        height: 194px;
    }
    .beneficii .thumbnail-container {
        height: 210px;
    }
    .btn-section h3{
        font-size: 21px;
    }
    .form-wrapper {
        width: 470px;
    }
    .lessText{
        /*max-height: 90px;*/
    }
}
@media(max-width: 991px){
    .oras-dd {
        padding: 0 15px 30px;
    }
    .calc-height{
        height: calc(100vh - 175px);
    }
    .slick-dots {
        right: 5vw;
    }
    
    .navbar-brand{
        width: 120px;
        height: 62px;
    }
    ul.nav li a{
        font-size: 9px;
    }
    .navbar-nav>li>a {
        padding: 23px 10px;
    }
    .navbar-nav>li.login-btn-wrapper {
        margin-top: 18px;
        margin-left: 80px;
    }
    .banner h1 {
        top: 0;
        font-size: 30px;
    }
    .banner p {
        width: 270px;
        font-size: 14px;
        top: 60px;
    }
    .banner a {
        top: 105px;
    }
    .btn{
        padding: 10px 35px;
        white-space: initial;
    }
    .video-title {
        font-size: 14px;
        line-height: 18px;
    }

    .video-id {
        font-size: 24px;
        padding: 10px 0 0 15px;
    }
    .video-text-wrapper {
        padding: 15px 0 15px 10px;
    }
    /*.video-title {*/
        /*font-size: 21px;*/
    /*}*/
    .video-description {
        font-size: 13px;
    }

    /*#slick-video-thumbnails {*/
        /*height: 300px;*/
    /*}*/
    .beneficii .videoImgBlock{
        height: 324px;
    }
    .thumbnail-container {
        height: 150px;
    }
    .beneficii .thumbnail-container {
        height: 160px;
    }
    .btn-play-thumbnail {
        width: 70px;
        height: 70px;
        background-size: 100%;
    }

    .videoWrapper iframe {
        
max-width: 100%;
        
height: auto;
        
position: relative;
    }
    .thumbnail-id {
        font-size: 36px;
    }
    .thumbnail-title {
        font-size: 20px;
        width: 130px;
        margin: 5px 0 0 10px;
    }
    .form-wrapper {
        width: 360px;
    }
    .btn-social span {
        padding: 24px 0;
        font-size: 12px;
    }
    .btn-section h3 {
        font-size: 16px;
    }
    .ingrijire p{
        margin-top: 20px;
    }

}
@media(max-width: 767px){
    
    .xs-no-pad{
        padding: 0;
    }
    .page_header h1{
        font-size: 30px;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border: 0 none;
    }

    .navbar-collapse.collapsing,
    .navbar-collapse.collapse{
        z-index: 9999;
        position: absolute;
        width: 100%;
        background: black;
    }
    ul.nav li a {
        font-size: 14px;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding: 15px 10px;
    }
    .navbar-nav>li.login-btn-wrapper{
       margin-top: 0;
    }
    .navbar-toggle{
        border: 0 none;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 36px;
        height: 5px;
        border-radius: 0px;
        background-color: #00549a!important;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background: transparent;
    }
    .navbar-default .navbar-toggle{
        border-color: transparent;
    }
    .btn {
        padding: 20px 35px;
    }
    .no-pad{
        padding: 0;
    }
    #slick-video-thumbnails{
        display: none;
    }
    .beneficii .videoImgBlock{
        height: auto;
    }
    /*.video-title {*/
         /*font-size: 21px;*/
        /*text-shadow: 1px 0 1px #000;*/
        /*margin: 7px 0 0;*/
     /*}*/

    .video-description{
        display: none;
    }
    .btn-video-like,
    .btn-video-share{
        display: none;
    }
    /*.video-share-wrapper{*/
        /*background: none;*/
    /*}*/

    .slick-arrow{
        position: absolute;
        width: 14px;
        height: 25px;
        font-size: 0;
        line-height: 0;
        border: 0 none;
        outline: 0 none;
        z-index: 999;
    }
    .slick-prev,
    .solutii-slider .slick-prev{
        background: url('../images/slick-icons.png');
        background-position: left;
        left: 20px;
        bottom: -34px;
        top: auto;
    }
    .solutii-slider .slick-prev{
        left: 20px;
    }
    .slick-next,
    .solutii-slider .slick-next{
        background: url('../images/slick-icons.png');
        background-position: right;
        right: 20px;
        bottom: -34px;
        top: auto;
    }
    .solutii-slider .slick-next{
        right: 20px;
    }
    .slick-dots {
        right: auto;
        margin: 0 auto;
        bottom: -30px;
        width: 100%;
    }
    .slick-dots li button::before {
        border: 2px solid #8d8f91;
    }
    .slick-dots li.slick-active button::before,
    .slick-dots li:hover button::before {
        border: 2px solid #00549a;
    }
    .col-md-spg-6{
        width: 100%;
    }
    .form-wrapper {
        width: calc(100% - 30px);
    }
    .btn-social{
        margin-bottom: 15px;
    }
    ul.page_menu {
        display: block;
        display: -webkit-block;
        justify-content: center;
    }
    ul.page_menu li{
        display: block;
        font-size: 18px;
        text-align: center;
        margin-bottom: 0;
    }

    #proiecte-slider .slick-slide{
        padding: 0;
    }
    .solutii .btn-section:not(.active){
        border-bottom: 1px solid #dde1e4;
    }
    .gallery img {
        -webkit-transform: translate3d(0,-60px,0);
        transform: translate3d(0,-60px,0);
    }
    .gallery p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        font-size: 14px;
    }
    .gallery{
        margin: 0 0 0;
    }
    .solutii-slider {
        margin: 40px 0 40px;
    }
    .solutii-slider .row{
        margin: 0;
    }
    #solutii-slider .slick-slide{
        margin: 0;
    }
    #proiecte-slider{
        margin-bottom: 40px;
    }
    .about_us p.col_2{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-column-rule: 1px solid lightgrey;
        -moz-column-rule: 1px solid lightgrey;
        column-rule: 1px solid lightgrey;
    }
    .yt-img{
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .yt-img img {
        margin: 0;
    }
    .text-container{
        margin-top: 25px;
    }
    .lessText{
        max-height: 100%;
    }
    .lessText{
        max-width: 100%;
    }
    /*.less,
    .lessText{
        float: none;
    }*/
    /*.less{
        !*display: block;*!
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }*/
    .proiecte-referinta .btn-video-like{
        display: block;

    }
    .proiecte-referinta .btn-video-share{
        display: block;
    }
    .contact .row{
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;

        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .contact .col-xs-12:nth-of-type(1) { order: 2; }
    .contact .col-xs-12:nth-of-type(2) { order: 1; }

    .thumbnail-color-container{
        max-width: 80%;
        width: auto;
        margin: 0 auto;
    }
    .slick-color-thumbnails-wrapper{
        padding: 0 15px;
    }
    #slick-color-thumbnails {
        margin-top: 15px;
        margin-left: 50px;
        width: calc(100% - 100px);
    }
    #slick-color .slick-next, #slick-color .slick-prev{
        bottom: -50px;
    }
    #proiecte-pg-slider-wrapper .slick-prev{
        left: -15px;
    }
    #proiecte-pg-slider-wrapper .slick-next{
        right: -15px;
    }
    .separator, .cta h2{
        margin-top: 20px;
    }
    .about_us p.col_2{
        margin-bottom: 5px;
    }
    .footer-nav-2{
        padding-right: calc(100% - 290px);
    }
    footer ul{
        padding: 30px 0 0;
        margin: 0;
    }
    ul.footer-nav li{
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
    }
    ul.footer-nav:first-child li:last-child{
        margin: 0;
    }
    .password_reset form{
        width: 100%;
    }
}

@media(max-width: 600px){
    h2.section-title {
        margin-top: 10px;
    }

    #calendar {
        overflow-x: hidden
    }

    #page_inspiratie .border-figure{
        width: 100%;
        height: 70px;
        background: #00549a;
        padding: 20px 20px;
    }
    #page_inspiratie .border-figure img {
        width: 80px;
    }
    #page_inspiratie .border-figure p{
        font-size: 12px;
        margin: 9px 0 0;
    }
    #page_inspiratie .socialBlock.bottomPoz {
        right: 20px;
        bottom: 80px;
    }
}
@media(max-width: 479px){
    .x1 {
        background-image: url('../img/c1.jpg');
    }

    .x2 {
        background-image: url('../img/c2.jpg');
    }

    .x3 {
        background-image: url('../img/c3.jpg');
    }

    .x4 {
        background-image: url('../img/c4.jpg');
    }

    .x5 {
        background-image: url('../img/c5.jpg');
    }

    .beneficii div img {
        transform: scale(0.7);
    }

    .beneficii div p {
      padding-left: 75px;
      margin-bottom: 0px;
    }
    .center{
        position: static;
        top: initial;
        left: initial;
        transform: initial;
    }
    .calc-height{
        height: calc(100vh - 279px);
        padding: 40px 65px;
    }
    .text-404 {
        font-size: 19px;
    }
    .resp-img{
        height: 40px;
    }
    h2.section-title div,
    h2{
        font-size: 22px;
        line-height: 30px;
    }

    .beneficii {
      padding-top: 0;
    }
    .btn-play{
        width: 64px;
        height: 64px;
        background-size: 100%;
    }
    #solutii-slider figcaption h4 {
        margin-top: 65px;
    }
    .page_header {
        padding: 40px 0;
    }
    ul.page_menu li {
        font-size: 18px;
    }
    .cal-veka-img{
        width: 100%;
    }
    .cal-veka-img.spg-mb20{
        margin-bottom: 20px;
    }
}

@media(max-width: 380px){
    .separator.ccc {
      margin-top: -5px;
    }
    .calendar>img {
        max-width: 6000px;
        width: 605px;
    }

    .calendar {
        transform: scale(0.7) translateX(-120px);
        margin-bottom: -125px;
        top: -50px;
    }
}


