;
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/cyrillic.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/greek-ext.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/greek.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/cyrillic-ext-light.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/cyrillic-light.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
;
.activitiesContainer {
    margin: 0px auto -80px auto;
    width: 80%;
}

.activitiesItems {
    margin: 0px auto -80px auto;
    width: 80%;
}

.activitiesContainer .item {
    padding-bottom: 80px;
    position: relative;
}

.activitiesContainer .card {
    float: right;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    /*border: #adadad solid 1px;*/
    display: inline-block;
    width: 55%;

}

.activitiesContainer .card:after {
    padding-top: 66.66%;
    display: block;
    content: '';
}

.activitiesContainer .card div {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .25s ease-out;
}

.activitiesContainer .hover .card div {
    transform: scale(1.1);
    border: 1px solid red;
}

.activitiesContainer .card-info {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    left: 5%;
    background: rgba(255, 255, 255, 0.9);
    width: 50%;
    padding: 20px 30px 30px;
    border-top: solid 5px #055d8d;
    border-radius: 0px;
    bottom: 120px;
    margin: 0 5px 0 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.activitiesContainer .activitiesItems .item:nth-child(even) .card-info {
    right: 14%;
    left: inherit;
    padding: 20px 20px 30px 40px;
}

.activitiesContainer .activitiesItems .item:nth-child(even) .card {
    float: left;
}

.activitiesContainer .activitiesItems .item:nth-child(even) a.play {
    left: -25px;
    padding: 2px 4px 0 0;
}

.activitiesContainer .activitiesItems .item a.play span:after {
    font-family: "FontAwesome";
    font-size: 24px;
    content: '\f054';
}

.activitiesContainer .activitiesItems .item:nth-child(even) a.play span:after {
    content: '\f053';
}

.activitiesContainer a.category {
    margin-bottom: 10px;
    margin-top: 5px;
    color: #055d8d;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
}

.activitiesContainer a.title {
    font-size: 24px;
    line-height: 38px;
    color: #444;
    margin-bottom: 10px;
}

.activitiesContainer a.play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -25px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #055d8d;
    color: #fff;
    font-size: 16px;
    padding: 2px 0 0 4px;
}


@media (max-width: 992px) {
    .activitiesContainer {
        width: 100%;
        margin-bottom: 0px;
    }
    .activitiesItems {
        margin: 0px auto -30px auto;
        width: 92%;
    }
    .activitiesContainer .item {
        padding-bottom: 0;
    }

    .activitiesContainer .card-info {
        margin: 0 auto -40px;
        position: relative !important;
        width: 90%;
        bottom: 80px;
        padding: 20px 24px 20px 24px;
        left: 0;
    }

    .activitiesContainer .card {
        border: none;
        border-radius: 0px;
        width: 100%;
        float: none !important;
        text-align: center;
    }


    .activitiesContainer .activitiesItems .item:nth-child(even) .card-info {
        right: inherit;
        left: 0;
    }

    .activitiesContainer .activitiesItems .item:nth-child(even) .card {
        float: none;
    }

    .activitiesContainer .activitiesItems .item:nth-child(even) a.play {
        padding: 2px 0 0 4px;
    }

    .activitiesContainer .activitiesItems .item a.play {
        left: auto !important;
        right: -15px;
        padding: 2px 0 0 4px;
    }

    .activitiesContainer .activitiesItems .item:nth-child(even) a.play span:after {
        content: '\f054';
    }
}
;
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
;
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
};
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
;
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
;
#slider {
    display: block;
    color: #fff;
}

/* Normal desktop :992px. */

@media (max-width: 767px) {
    .video-content::before {
        border-width: 0 0 0 100vw;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        /*bottom: calc(100% - 1px);*/
        border-bottom-width: 5vw;
        border-bottom-color: white;
    }

    .video.wrap {
        height: 300px;
        min-height: 300px;
        max-height: 400px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .video-content {
        height: 300px;
        min-height: 300px;
        max-height: 400px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }


    .video-content-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 1;
    }

    .video-direction {
        display: block;
        position: relative;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
        /*box-shadow: 0px 200px 200px -100px rgba(0, 0, 0, 0.5) inset;*/
    }

    .video-background video, .video-background img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
    }
}

/* Normal desktop :992px. */

@media (max-width: 1200px) {
    /*.video-direction {*/
    /*    margin-top: 0 !important;*/
    /*}*/

    .video.wrap {
        min-height: 300px !important;
        max-height: 400px !important;
    }

    .video-content-title {
        top: 50% !important;
        left: 50% !important;
    }
}

@media (min-width: 780px) {
    .video-content::before {
        border-width: 0 0 0 116vw;
        content: '';
        display: block;
        position: absolute;
        bottom: 80px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        /*bottom: calc(100% - 1px);*/
        border-bottom-width: 5vw;
        border-bottom-color: white;
    }

    .video.wrap {
        height: 700px;
        min-height: 500px;
        max-height: 700px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .video-content {
        height: 650px;
        min-height: 500px;
        max-height: 700px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .video-content-title {
        position: absolute;
        top: 40%; /* Modifica inapoi cu 40% */
        left: 45%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 1;
    }

    .video-content-title a {
        text-decoration: none;
        color: #ffffff;
    }

    .video-direction {
        display: block;
        position: relative;
        height: 100%;
        background: rgba(0, 0, 0, 0.15);
        box-shadow: 0px 200px 200px -100px rgba(0, 0, 0, 0.5) inset;
        margin-top: 130px;
    }

    .video-background video, .video-background img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (max-width: 767px) {
    h1.siteTitle {
        font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
        color: #fff !important;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.2em;
        margin: 0 0 0;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        letter-spacing: 3px;
    }

    h1.siteTitle .spanning {
        display: block;
        font-size: .4em;
        line-height: 1em;
        letter-spacing: 12px;
    }
}

@media (min-width: 768px) {
    h1.siteTitle {
        font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
        color: #fff !important;
        font-size: 80px;
        font-weight: 500;
        line-height: 1.2em;
        margin: 0 0 10px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        letter-spacing: 3px;
    }

    h1.siteTitle .spanning {
        display: block;
        font-size: .6em;
        line-height: 1em;
        letter-spacing: 12px;
    }
}


.slider-area-mobile {
    padding-top: 50px;
}

.slider-content {
    padding: 180px 60px;
}

.nivo-caption::after {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.layer-1-2 {
    margin: 20px 0;
}

.layer-1-1 h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

.layer-1-3 {
    margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.layer-1-3 {
    text-align: center;
}

.layer-1-3 a.ready-btn:hover {
    color: #fff;
    background: #055d8d;
    border: 1px solid #055d8d;
    text-decoration: none;
}

.ready-btn.right-btn {
    margin-right: 15px;
    background: #055d8d;
    border: 1px solid #055d8d !important;
}

.ready-btn.right-btn:hover {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.nivo-controlNav {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 8;
}

.nivo-directionNav {
    display: block;
}

.nivo-controlNav a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 0;
    height: 2px;
    margin: 5px 3px;
    opacity: 1;
    text-align: center;
    text-indent: inherit;
    vertical-align: top;
    width: 20px;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
    background: #fff none repeat scroll 0 0;
    border-color: #055d8d;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */

@media (min-width: 1400px) and (max-width: 1920px) {
    .slider-content {
        padding-top: 400px;
    }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 144px 0;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        padding: 93px 0;
    }

    .layer-1-2 h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .layer-1-3 a.ready-btn {
        font-size: 14px;
        margin-top: 20px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .nivo-directionNav {
        display: none;
    }

    .slider-content {
        padding: 46px 0px;
    }

    .layer-1-2 {
        margin: 10px 0;
    }

    .layer-1-1 h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .layer-1-2 h1 {
        font-size: 14px;
        line-height: 16px;
    }

    .layer-1-3 a.ready-btn {
        font-size: 12px;
        margin-top: 10px;
        padding: 8px 10px;
    }

    .layer-1-3 {
        margin: 10px 0 0;
    }

    .nivo-controlNav {
        bottom: -8px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slider-content {
        padding: 70px 0px;
    }

    .layer-1-1 h2, .layer-1-2 h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* -------------------------------------
preview-1
---------------------------------------- */

.preview-1 .nivoSlider {
    position: relative;
    background: url(../lib/nivo-slider/img/loading.gif) no-repeat 50% 50%;
}

.preview-1 .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.preview-1 .nivoSlider a {
    border: 0;
    display: block;
}

.preview-1 .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}

.preview-1 .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../lib/nivo-slider/img/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}

.preview-1 .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.preview-1 .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../lib/nivo-slider/img/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.preview-1:hover .nivo-directionNav a {
    opacity: 1;
}

.nivo-prevNav {
    left: 15px;
}

.nivo-nextNav {
    right: 15px;
}

.preview-1 a.nivo-nextNav {
    background-position: -30px 0;
}


.preview-1 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.preview-1 .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.preview-1 .nivo-caption a:hover {
    color: #fff;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.preview-1 .nivo-controlNav {
    position: relative;
    z-index: 99999;
    bottom: 68px;
}

.preview-1 .nivo-controlNav a {
    border: 5px solid #fff;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 18px;
    line-height: 8px;
    background: #3c3c3c;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border-radius: 100%;
    opacity: 0;
    z-index: -999;
}

.preview-1:hover .nivo-controlNav a {
    opacity: 1;
    z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover, .preview-1 .nivo-controlNav a.active {
    background: #000;
    cursor: pointer;
}

/* -------------------------------------
preview-2
---------------------------------------- */

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
    font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
    font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    content: "<";
    cursor: pointer;
    font: 300 50px/50px FontAwesome;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 300ms ease-in 0s;
    z-index: 9;
    font-weight: 100;
    left: 0;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before, .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
    border-color: #055d8d;
    color: #fff;
    background: #055d8d;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    content: ">";
    cursor: pointer;
    font: 100 30px/50px FontAwesome;
    height: 50px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 50%;
    transition: all 300ms ease-in 0s;
    width: 50px;
    z-index: 9;
    font-size: 30px;
}

.niceties.preview-2 {
    position: relative;
    height: 100%;
}
;
/*----------------------------------------*/
/*  1.  Default CSS
/*----------------------------------------*/

html, body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

img.photo-event {
    max-width: 100%;
    height: 250px !important;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 5px;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    /*font-family: "Trajan Pro";*/
    margin: 0 0 15px;
    color: #444;
    font-weight: 300;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #055d8d;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0 none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    /*overflow-x: hidden;*/
    line-height: 22px;
}

.accesibility-title {
    color: #444;
}

.dropdown-content-accesibility h5 {
    margin-bottom: 0;
}

/* Stilizare pentru meniul dropdown */
.dropdownAccesibility {
    position: relative;
    display: inline-block;
}

/* Stilizare pentru butonul dropdown */
.dropbtnAccessibility {
    position: fixed;
    background: #055d8d;
    color: #fff;
    top: 131px;
    padding: 0;
!important;
    border: none;
!important;
    font-size: 24px;
    transition: transform 0.3s ease;
    width: 51px;
    height: 51px;
    z-index: 555;
}

/* Stilizare pentru conținutul dropdown-ului (ascuns în mod implicit) */
.dropdown-content-accesibility {
    position: fixed;
    background-color: #f1f1f1;
    color: #fff;
    padding: 0;
!important;
    border: none;
!important;
    font-size: 14px;
    left: -200px;
    top: 131px;
    transition: transform 0.3s ease;
    height: auto;
    z-index: 555;
    width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/*.dropdown-content-accesibility .accesibility-link {*/
/*    color: var(--bs-link-color) !important;*/
/*}*/

#dropbtnAccessibility.mutare-dreapta {
    transform: translateX(200px); /* Mută butonul spre dreapta */
}

#dropdown-content-accesibility.mutare-dreapta {
    transform: translateX(200px); /* Mută continutul spre dreapta */
}


/* Stilizare pentru opțiunile din dropdown */
.dropdown-content-accesibility a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

/* Stilizare pentru opțiunile din dropdown la hover */
.dropdown-content-accesibility a:hover {
    background-color: #ddd;
}

@media (min-width: 1650px) {
    .dropbtnAccessibility {
        top: 80px;
        z-index: 1000;
    }

    .dropdown-content-accesibility {
        top: 80px;
        z-index: 1000;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1101px) {
    .dropbtnAccessibility {
        top: 181px;
        z-index: 1000;
    }

    .dropdown-content-accesibility {
        top: 181px;
        z-index: 1000;
    }
}


@media (max-width: 1100px) {
    .dropdownAccesibility {
        display: none;
    }
}

.page-error-404 {
    color: #eee;
    display: block;
    font-size: 350px;
    font-weight: 800;
    line-height: 0.7;
}

.text-start-err {
    text-align: left !important;
}

.text-medium-err {
    font-size: 50px !important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.err-area {
    padding: 100px 0 100px 0;
}

.alb-negru-img {
    filter: grayscale(100%);
}

.alb-negru-content {
    color: dimgrey !important;
    border-color: gray !important;
}

.addBorderTop {
    border-top: solid 5px gray !important;
}

.changeBackground {
    background-color: gray !important;
}

.alb-negru-content
.alb-negru-content.active, .alb-negru-content.ready-btn:hover, .alb-negru-content.dropbtnAccessibility, .alb-negru-content.sus-btn, .alb-negru-content.back-to-top {
    background-color: gray !important;
    color: whitesmoke !important;
}

.alb-negru-content.slick-arrow {
    color: transparent !important;
}

.alb-negru-content.spanning, .alb-negru-content.ready-btn {
    color: #fff !important;
}

span .alb-negru-content.ready-btn {
    color: dimgrey !important;
}

.cariera-text h3.alb-negru-content {
    color: #fff !important;
}

.alb-negru-content li {
    color: dimgrey !important;
}

#dropdown-content-accesibility.alb-negru-content {
    color: gray;
}

.single-icon a i.alb-negru-content:hover {
    background-color: gray;
}

/*.inversare-culori {*/
/*    filter: invert(100%); !* Inversează culorile *!*/
/*    background-color: black; !* Setează fundalul la negru *!*/
/*    color: white; !* Setează textul la alb sau altă culoare vizibilă *!*/
/*}*/
/*.inversare-culori.container, .inversare-culori img{*/
/*    filter: invert(100%); !* Inversează culorile *!*/
/*    background-color: black; !* Setează fundalul la negru *!*/
/*    color: white;*/
/*}*/
.inversare-culori.our-categorii-area {
    background-color: white;
}

.inversare-culori.header-area {
    background-color: white;
    filter: invert(100%);
}

.inversare-culori.header-area-menu, .inversare-culori.video-direction, .inversare-culori.video-content-title, .inversare-culori.our-categorii-area {
    filter: invert(100%);
}

.inversare-culori.comunicate-area, .inversare-culori#fii-pregatit, .inversare-culori.evenimente-area, .inversare-culori.breadcrumbs {
    background-color: #000000; /* Setează fundalul la negru */
    color: white
}

.inversare-culori.ready-btn, .inversare-culori.footer-icons:hover, .inversare-culori.cariera-area, .inversare-culori.active, li a.inversare-culori:hover, .inversare-culori.awesome-img, .inversare-culori.even-img, .inversare-culori.ExImages, .inversare-culori.card-info, .single-icon a i.inversare-culori:hover, .inversare-culori.footer-area, .inversare-culori.back-to-top {
    filter: invert(100%);
}

.inversare-culori.slick-track {
    color: darkgray;
    filter: invert(100%);
!important;
}

.inversare-culori#article, .inversare-culori.contact-area {
    filter: invert(100%);
    background-color: white;
}

.navbar-header-right.inversare-culori .header-area-menu.inversare-culori, .inversare-culori.dropbtnAccessibility, .inversare-culori.dropdown-content-accesibility, .inversare-culori.fiipregatit-img {
    filter: invert(100%);
!important;
}

.AddNewFont {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.fill-carusel-items {
    max-width: 550px;
}

/*Final Accesibilitati*/
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #055d8d;
    color: #fff;
    padding: 10px 0px 8px 14px;
    font-size: 24px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 555;
}

.our-categorii-area {
    padding-top: 80px;
}

.back-to-top {

}

.mt-5 {
    margin-top: 80px;
}

#fii-pregatit {
    width: 75%; /*cand se revine la prima varianta width: 33.33%;*/
    height: auto
}

@media (max-width: 768px) {
    .tooltip_revista:hover .continut {
        visibility: hidden !important;
    }

    .mb-xs-4 {
        margin-bottom: 120px;
    }

    .mt-5 {
        margin-top: 5px;
    }

    .back-to-top {
        bottom: 45px;
    }

    .page-error-404 {
        font-size: 150px;
    }

    .text-medium-err {
        margin-top: 50px;
    }

    .header-area-menu {
        background: #fff;
        border-bottom: 1px solid #d6d9dd;
        /*display: block;*/
        /*padding-top: 60px;*/
    }

    .header-area {
        height: auto !important;
        display: block;
    }

    h1.mapn-mobile {
        display: block !important;
        font-size: 22px;
        color: #444;
        font-family: "Trajan Pro";
    }

    h1.mapn-mobile-english {
        display: block !important;
        font-size: 15px;
        color: #055d8d;
        font-family: "Trajan Pro";
    }

    .navbar-header-left {
        display: block;
    }

    .navbar-default {
        background: none;
    }

    .header-area.extinde-mobile {
        background-color: #fff;
        /*background: rgba(0, 32, 71, 0.77);*/
        border-bottom: none/*1px solid #d6d9dd*/;
        /*box-shadow: 0 0 30px 0 rgb(0, 0, 0);*/
        height: 5px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .header-area.extinde-mobile:hover {
        background-color: #fff;
        border-bottom: none/*1px solid #d6d9dd*/;
    }

    .dropdown.desktop ul.dropdown-menu {
        display: none;
        visibility: visible;
    }

    .dropdown.desktop.open ul.dropdown-menu {
        display: block;
        visibility: visible;
    }

    .header-area-menu-mobile {
        position: absolute;
        /*top: 59px;*/
        left: 0;
        width: 100%;
        height: auto;
        border-bottom: none/*1px solid #d6d9dd*/;
        /*background-color: #2f2f2f;*/
        /*background: rgba(30, 30, 31, 0.77);*/
        /*background: rgba(30, 30, 31, 0.77);*/
        /*background: rgba(0, 32, 71, 0.77);*/
        z-index: 9;
    }

    .m-bot15.submenu {
        display: inline-block;
        margin-bottom: 0 !important;
        padding-top: 10px;
        width: 100%;
    }

    .inside-button {
        background-color: #ffffff;
        border: 1px solid #e7eaec;
        color: #777777;
        height: 40px;
        line-height: 5px;
        width: 100%;
    }

    .breadcrumbs {
        display: none;
    }

    .ibox .open > .dropdown-menu.left-action li.selected a {
        background-image: url(../images/checkmark2.png);
        background-position: left center;
        background-repeat: no-repeat;
        font-weight: bold;
        height: 30px;
        line-height: 20px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0 !important;
        z-index: 999;
        height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 1100px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background: rgba(4, 4, 4, 0.84);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .dropdown-menu.cautare {
        width: 180px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background: #ffffff;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    #fii-pregatit {
        width: 90%;
        margin: auto;
    }
}

.back-to-top:focus {
    background: #055d8d;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #055d8d;
    color: #fff;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../images/preloader.gif') no-repeat center center;
}

::-moz-selection {
    background: #bcbcbc;
    text-shadow: none;
}

::selection {
    background: #bcbcbc;
    text-shadow: none;
}

.area-padding {
    margin: 80px 0px 0px;
}

.area-padding-limited {
    padding: 40px 0px 0px;
}

.breadcrumbs {
    padding: 140px 0px 0px;
    text-align: left;
}

.breadcrumbs-left {
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
}

.breadcrumbs-left a {
    color: #999999;
}

.evenimente-area-padding {
    padding: 10px 0px 0px;
}

.area-padding-mobile {
    padding: 40px 0px 0px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    /*text-transform: capitalize;*/
}

.section-headline.with-width h2 {
    width: 150px;
}

.section-headline-alte-informatii {
    padding-bottom: 50px;
}

.section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header Top Area
/*--------------------------------*/
@media (max-width: 767px) {
    .header-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        /*background: rgba(0, 0, 0, 0.40);*/
        /*background: rgba(0, 32, 71, 0.77);*/
        z-index: 9;
    }

    .header-area:hover {
        /*background: rgba(0, 0, 0, 0.40);*/
        background-color: #fff;
        border-bottom: 1px solid #d6d9dd;
    }
}

@media (min-width: 768px) {
    .header-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: none;
        border-bottom: 1px solid #d6d9dd;
        /*background: rgba(0, 0, 0, 0.40);*/
        /*background: rgba(0, 32, 71, 0.77);*/
        z-index: 9;
    }

    .header-area:hover {
        /*background: rgba(0, 0, 0, 0.40);*/
        /*background: none;*/
    }
}

.header-area-menu.back-page {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #2f2f2f;
    z-index: 9;
}

.navbar-header a.navbar-brand {
    height: 80px;
    padding: 15px 0;
}

.navbar-header a.navbar-brand.sticky-logo {
    padding: 0 0;
}

.show-the_menu {
    display: block !important;
}

.navbar-header a.navbar-brand.sticky-logo > img,
.navbar-header a.navbar-brand.sticky-logo > h1 {
    font-size: 22px;
    font-family: "Trajan Pro";
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
}

.main-menu ul.navbar-nav li {
    display: inline-block;
    padding: 0px 20px 0 0;
    vertical-align: top;
}

.main-menu ul.navbar-nav li:first-child {
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: top;
}

.main-menu ul.navbar-nav li.submenu {
    padding: 0 0 20px 0;
}

.main-menu ul.navbar-nav li:last-child {
    display: inline-block;
    padding: 0 0 0 0;
    vertical-align: top;
}

.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    /*text-transform: capitalize;*/
    letter-spacing: 1px;
    /*margin-top: 10px;*/
}

.dropdown.mobile.deschis .dropdown-menu-mobile {
    display: block !important;
    padding-left: 20px;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu {
    display: inline-block;
    padding: 10px;
    width: 333px;
}

.categorie_search {
    /*cursor: pointer;*/
    font-size: 14px;
    text-decoration: none;
    /*padding-left: 130px;*/
    margin-top: 5px;
}

.ibox-content > .interior {
    padding: 20px 0;
    color: #006621;
}

.link_search a {
    color: #006621;
}

.descriere_search {
    color: #676a6c;
    height: 90px;
    overflow: hidden;
}

.data-attr-box-id {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.search_highlight {
    font-weight: bold;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li a {
    font-size: 16px;
    font-weight: 100;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li.without-link,
.main-menu ul.dropdown-menu-mobile > li.submenu > ul.submenu > li.without-link {
    border-bottom: 1px dashed #d6d9dd;
    margin: 0 0 10px 0;
    font-size: 16px;
    display: block;
    color: #055d8d;
    height: 30px;
    line-height: 10px;
}

.dropdown.mobile ul.dropdown-menu-mobile {
    display: none;
    visibility: visible;
}

.dropdown.mobile.open ul.dropdown-menu-mobile {
    display: block;
    visibility: visible;
    padding-left: 20px;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li.with-link,
.main-menu ul.dropdown-menu-mobile > li.submenu > ul.submenu > li.with-link {
    padding-left: 0;
    font-size: 15px;
    color: #999999;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li {
    display: block;
    padding: 5px 5px 2px 5px;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li span.divider,
.main-menu ul.dropdown-menu-mobile > li.submenu > ul.submenu > li span.divider {
    background: none;
    color: #444;
}

:root {
    /*--mainColor: rgba(73, 73, 74, 0.67);*/
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li:hover {
    /*background: rgba(30, 30, 31, 0.77);*/
    /*background: rgba(73, 73, 74, 0.63);*/
    background: linear-gradient(
            to right,
            var(--mainColor) 0%,
            var(--mainColor) 30px,
            transparent
    );
}

.change-data-personalized {
    padding: 15px 0;
    color: #006621;
}

.main-menu ul.navbar-nav li.active > a::after {
    border: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
    background: none;
    color: #fff;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    position: relative;
}

.main-menu ul.navbar-nav li a:hover {
    color: #055d8d;
}

.main-menu ul.navbar-nav li a.english {
    color: #055d8d;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0;
}

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #444;
    width: 30px;
    height: 2px;
}

.top-right.text-right {
    float: right;
    position: relative;
    top: 24px;
    margin-left: 20px;
}

.top-right.text-right > li {
    float: right;
    margin: 0 8px;
}

.top-right.text-right li a {
    color: #fff;
}


/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.extinde .navbar-header a.navbar-brand {
    display: inline-block;
    height: 90px;
}

.extinde .navbar-brand > img {
    display: none;
}

.extinde .navbar-brand.sticky-logo > img {
    display: block;
}

.sticky-logo h1 {
    color: #444;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.sticky-logo h1.mapn {
    font-family: "Trajan Pro";
    font-size: 22px;
    margin: 30px 0 0 15px;
}

.sticky-logo.logo-mapn h1.mapn {
    margin: 20px 0 0 0;
}

.sticky-logo h1 span {
    color: #055d8d;
}

.extinde .main-menu ul.navbar-nav li.active > a::after {
    border: 1px solid #fff;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.menu-mobile-width-all {
    padding-left: 0;
    padding-right: 0;
}

.extinde .main-menu ul.nav > li > a:hover {
    color: #fff;
}

.extinde .main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*color: #055d8d;*/
    position: relative;
}

.extinde .mainmenu ul#nav > li:hover > a, .extinde .mainmenu ul#nav li .mega-menu, .extinde .mainmenu ul#nav li ul.sub-menu {
    background-color: #f5f5f5;
    color: #fff;
    outline: medium none;
}

.extinde .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span > a:hover, .extinde .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
    color: #fff;
}

.extinde .logo {
    height: 20px;
}

.extinde .logo a {
    margin-top: 0px;
}

.extinde .main-menu ul.nav > li > a {
    color: #444;
    /*line-height: 22px;*/
    /*padding: 10px 0px;*/
    /*text-transform: capitalize;*/
    /*letter-spacing: 1px;*/
}

.extinde .main-menu ul.nav > li > a:hover {
    color: #055d8d;
}

.extinde .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    height: 2px;
}

.extinde .navbar-default .navbar-toggle {
    padding: 10px 0px;
}

/*--------------------------------*/

/* 4.Servicii
/*--------------------------------*/

.services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.section-headline.services-head > h2 {
    margin-bottom: 25px;
}

.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
    color: #055d8d;
}

.row.second-row {
    margin-top: 40px;
}

.section-head > h2 {
    color: #333;
}

.single-services > h4 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
}

.single-services > p {
    color: #333;
    font-size: 14px;
}

/*----------------------------------------
  6. Intrebari
----------------------------------------*/

.faq-details .panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border: medium none;
    color: #333;
}

.faq-details h4.check-title a {
    color: #333;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 40px;
    padding: 6px 10px;
    text-decoration: none;
}

.panel-body {
    padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.faq-details a span.acc-icons {
    position: relative;
}

.faq-details a span.acc-icons::before {
    color: #333;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    height: 40px;
    left: -51px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
    color: #055d8d;
}

.faq-details a.active span.acc-icons::before {
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    height: 40px;
    left: -51px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
}

.second-row {
    margin-top: 30px;
}

.event-content.head-team h4 {
    background: transparent none repeat scroll 0 0;
    color: #333;
    padding: 30px 0 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.tab-menu .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.tab-menu {
    display: block;
    text-align: center;
}

.tab-menu ul.nav {
    margin: 0;
    padding: 0;
}

.tab-menu ul.nav li {
    border: medium none;
    display: inline-block;
}

.tab-content {
    border: 1px solid #ccc;
    padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 500;
    margin-right: 5px;
    padding: 10px 20px;
    font-family: raleway;
    font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
    border-bottom: 1px solid #d6d9dd;
    color: #055d8d !important;
}

.tab-menu .nav-tabs {
    border-bottom: none;
}

.tab-main-img a {
    position: relative;
    display: block;
}

.tab-main-img a:hover span.events-offer {
    height: 20%;
}

.tab-main-img a span.events-offer {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 20px;
    font-weight: 700;
    height: 0%;
    left: 0;
    line-height: 70px;
    padding: 0;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: 100%;
    padding: 0px 10px;
}

/*----------------------------------------
 7.Bine ai venit
----------------------------------------*/

.wellcome-area {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.well-bg {
    position: relative;
}

.wellcome-text {
    margin: 70px 0;
    padding: 30px 40px;
}

.well-text > h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;
}

.well-text p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.wellcome-text .section-headline p {
    margin-bottom: 0;
}

.subs-feilds {
    border: 1px solid #fff;
    display: inline-block;
    height: 52px;
    margin-top: 30px;
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
}

.suscribe-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    width: 70%;
    height: 50px;
}

.suscribe-input button {
    background: #055d8d none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 20px 20px 0;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 20px;
    width: 30%;
}

.suscribe-input button:hover {
    background: #fff none repeat scroll 0 0;
    color: #055d8d;
}

/*----------------------------------------
 8.Conducere
----------------------------------------*/

.team-member {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    display: block;
    margin-right: -15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.team-member::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin-right: -15px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    transition: 5s;
    transform: scale(1);
}

.team-member:hover.team-member::before {
    transform: scale(1.2);
}

.single-team-member {
    /*border: 1px solid #ddd;*/
}

.row-categorii {
    width: 100%;
}

.team-left-text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.team-left-text p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.email-news {
    display: block;
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.email-news .email_button input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 8px;
    width: 81%;
}

.email-news .email_button > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 8px 12px;
    text-align: center;
}

.email-news .email_button > button:hover {
    background: #055d8d;
    border: 1px solid #fff;
    color: #fff;
}

.team-left-icon ul li {
    display: inline-block;
}

.team-left-icon ul li a:hover {
    color: #055d8d;
    background: #fff;
    border: 2px solid #fff;
}

.team-left-icon ul li a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 37px;
    margin: 0 3px;
    width: 40px;
}

.team-member-carousel .single-team-member {
    overflow: hidden;
    width: 100%;
}

.single-team-member:hover .team-img a:after {
    opacity: 0.5;
}

.single-team-member:hover .team-social-icon {
    top: 10%;
    opacity: 1;
}

.team-member-carousel .category-team-member {
    overflow: hidden;
    width: 100%;
}

.category-team-member:hover .team-img a:after {
    /*top: 45%;*/
    opacity: 0.3;
}

.team-img {
    position: relative;
    text-align: center;
}

.team-img > a {
    display: block;
}

.team-img > a::after {
    background: rgba(0, 0, 0, 0.70);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
}

/*.team-social-icon {*/
/*right: 10%;*/
/*margin-left: -61px;*/
/*opacity: 0;*/
/*position: absolute;*/
/*top: 30%;*/
/*transition: 1.3s;*/
/*}*/

.team-social-icon.smap {
    /*left: 40% !important;*/
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 38px;
    height: 60px;
    line-height: 35px;
    margin: 0 3px;
    width: 60px;
}

.team-social-icon ul li a:hover {
    color: #055d8d;
    border: 1px solid #055d8d;
    /*background: #055d8d;*/
}

.team-content {
    padding: 10px 0px;
}

.team-content > h4, .team-content > p {
    color: #444;
    margin-bottom: 5px;
}

.team-content.head-team p {
    margin-bottom: 0;
}

.team-left-icon.text-center {
    margin-bottom: 20px;
}

.head-team h4 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/*--------------------------------*/

/*  9.Review Area
/*--------------------------------*/

.reviews-area {
    background: url(../images/slider/bk_slider.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    top: 130px;
    height: auto;
    position: relative;
}

.work-left-text {
    background: #055d8d none repeat scroll 0 0;
}

.work-left-text {
    width: 50%;
}

.work-right-text {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    float: right;
    height: 100%;
    overflow: hidden;
    padding: 71px 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.work-right-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.work-right-text h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.work-right-text .sus-btn {
    margin-left: 0;
    margin-top: 20px;
}

.single-awesome-4 {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33%;
}

.single-awesome-4 .add-actions {
    padding: 10px 20px;
}

/*----------------------------------------
 10.Projects
----------------------------------------*/

.pst-content {
    padding-left: 10px;
}

.project-menu {
    margin-bottom: 40px;
    text-align: center;
}

.project-menu li {
    display: inline-block;
}

.project-menu li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 20px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px;
    padding: 6px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
    border-color: #055d8d;
    background: #055d8d;
    color: #fff;
    text-decoration: none;
}

.project-menu li a.non-act {
    /*display: none;*/
}

.project-menu li a.non-act.active {
    /*display: block !important;*/
}

.single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 25%;
    position: relative;
}

.single-awesome-project {
    overflow: hidden;
    margin-bottom: 30px;
}

.first-item {
    margin-bottom: 30px;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img > a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
}

.awesome-img > a::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.project-dec {
    display: block;
    height: 100%;
    width: 100%;
}

.project-dec a {
    display: block;
    height: 100%;
    width: 100%;
}

.project-dec h4 {
    margin-bottom: 5px;
}

.project-dec h4:hover {
    color: #fff;
}

.project-dec h4 {
    color: #ddd;
    font-size: 24px;
    padding-top: 10%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}

.project-dec span {
    color: #ddd;
    font-size: 13px;
    display: block;
}

.project-action-btn {
    display: block;
    height: 100%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 100%;
}

.project-action-btn li {
    display: block;
    height: 100%;
    width: 100%;
}

.project-action-btn li a {
    display: block;
    height: 100%;
    width: 100%;
}

/*----------------------------------------
 12.Testimoniale
----------------------------------------*/

.testimonials-area {
    /*background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;*/
    background: #f7f7f7;
    height: auto;
    width: 100%;
}

.testi-inner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.testi-overly {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.quate {
    border: 1px dotted #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}

.quate:hover {
    color: #fff;
}

.testi-img img {
    border: 1px dotted rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    height: 80px;
    margin: 0 auto;
    padding: 5px;
    transition: background 0.6s ease-out 0s;
    width: 80px !important;
}

.testi-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 20px 0;
    letter-spacing: 1px;
}

.testi-text h6 {
    color: #fff;
    font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -30px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #055d8d;
}

.testi-text.text-center > h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.guest-rev {
    color: #ddd;
    font-size: 16px;
}

.guest-rev > a {
    color: #055d8d;
    font-size: 14px;
}

/*--------------------------------*/
/*  13.Blog
/*--------------------------------*/

.blog-area {
    height: auto;
    width: 100%;
}

.blog-text h4 a {
    color: #444;
    text-decoration: none;
}

.blog-text h4 {
    color: #444;
    margin-bottom: 15px;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.blog-btn {
    position: relative;
}

.blog-btn::after {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    right: -20px;
    top: 1px;
    transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
    right: -30px;
}

.blog-btn:hover {
    color: #333;
    text-decoration: none;
}

.blog_meta span.date_type i {
    margin-left: 5px;
}

.blog-meta span.comments-type {
    margin-left: 5px;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-content .blog-meta {
    border-bottom: 1px dotted #333;
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.comments-type > a, .date-type, .blog-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.blog-meta .comments-type i {
    padding-right: 0 !important;
}

.blog-content-right .comments-type > a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn,
.single-comunicate .ready-btn,
.single-evenimente .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover,
.single-comunicate .ready-btn:hover,
.single-evenimente .ready-btn:hover {
    color: #fff;
    border: 1px solid #055d8d;
}

/*------------------------------
  13. Cariera
--------------------------------*/

.cariera-area {
    background: #055d8d none repeat scroll 0 0;
    padding: 30px 0;
}

.cariera-text {
    display: block;
    padding: 10px 0;
}

.cariera-text h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #055d8d;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
}

.sus-btn:hover {
    background: #055d8d none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}

/*--------------------------------*/

/*  14.Contact
/*--------------------------------*/

.contact-area {
    height: auto;
    width: 100%;
    padding-top: 80px;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #055d8d;
    background: #055d8d;
}

.contact-form #sendmessage {
    color: #055d8d;
    border: 1px solid #055d8d;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.single-icon a {
    color: #444;
}

.single-icon i:hover {
    background-color: #055d8d;
    color: #FFF;
    border: 1px solid #FFF;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer
/*----------------------------------------*/

.footer-area {
    padding: 40px 0 0 0;
    background: #f9f9f9;
}

.footer-head p {
    color: #444;
}

.footer-head {
    display: inline-block;
    padding-right: 1%;
    vertical-align: top;
}

.footer-head-right {
    display: inline-block;
    padding-right: 0;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-head-right h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-contacts > p,
.footer-contacts > p a {
    margin: 0 0 5px;
    color: #444444;
}


.footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.footer-logo h2 span {
    color: #055d8d;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}


.footer-contacts p span {
    color: #055d8d;
    font-weight: 600;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
    background: #055d8d;
    border: 1px solid #055d8d;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
}

.footer-area-bottom {
    background: #f6f7f8 none repeat scroll 0 0;
    border-top: 1px solid #d6d9dd;
    padding: 15px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #055d8d;
}

.copyright-text a {
    color: #444;
}

.copyright > p {
    margin-bottom: 0;
    color: #444;
}

.copyright a, .credits a {
    color: #055d8d;
}

.credits {
    padding-top: 5px;
    text-align: center;
    color: #444;
}

/*----------------------------------------
  18. Blog pagina
----------------------------------------*/

.page-area {
    position: relative;
}

.blog-page .banner-box {
    margin-bottom: 40px;
}

.search-option input {
    border: medium none;
    padding: 6px 15px;
    width: 80%;
}

.search-option {
    border: 1px solid #ccc;
    height: 42px;
    margin-bottom: 30px;
}

.search-option button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 20px;
    padding: 8px 23px;
}

.search-option button:hover {
    color: #ffffff;
}

.search-option.left button:hover {
    color: #055d8d;
}

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.left-blog li {
    border-bottom: 1px solid #ddd;
    display: block;
}

.left-blog ul li a:hover {
}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    padding: 10px;
    /*text-transform: capitalize;*/
}

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.ready-btn.lowercase {
    text-transform: lowercase;
}

.ready-btn:hover {
    color: #fff;
    background: #055d8d;
    border: 1px solid #055d8d;
    text-decoration: none;
}

.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
    color: #055d8d;
}

.blog-page .single-blog {
    margin-bottom: 40px;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
    color: #fff;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}

.blog-1 .banner-box {
    margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
    padding: 3px 10px;
    width: auto;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

/*----------------------------------------*/

/*  19.	Articol
/*----------------------------------------*/
.mobile-page-layout {
   padding: 10px;
}

.article-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
}

.Subtitlu {
    padding-top: 5px;
}

.article-information {
    padding: 0 0;
    margin-bottom: 20px;
}

.linie_intrerupta {
    height: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

.article-information .entry-meta span a {
    color: #444;
    display: inline-block;
    padding: 10px 0;
}

.entry-meta span a:hover {
    color: #055d8d;
}

.article-information .entry-meta {
    margin: 20px 0;
}

.article-information .entry-meta span i {
    padding: 0 10px;
}

.entry-content > p {
    color: #444;
}

.entry-meta > span {
    color: #444;
}

.entry-content blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #055d8d;
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #055d8d;
    border-color: #055d8d;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.social-sharing {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    margin: 30px 0;
}

.social-sharing > h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 20px 10px;
}

.sharing-icon {
    display: inline-block;
    float: right;
    padding: 13px 10px;
}

.sharing-icon a {
    border: 1px solid #444;
    color: #444;
    display: block;
    float: left;
    font-size: 18px;
    height: 34px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 34px;
}

.sharing-icon a:hover {
    color: #055d8d;
    border: 1px solid #055d8d;
}

.single-blog .author-avatar {
    float: left;
    margin-right: 10px;
}

.single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.author-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
}

.single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

.author-description h2 a {
    color: #000;
}

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 60px;
}

h3.comment-reply-title {
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
}

.comment-respond input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #055d8d;
    border-radius: 20px;
    box-shadow: none;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.comments-content-wrap span a {
    color: #000;
}

.comments-content-wrap span a:hover {
    color: #055d8d;
}

.comment-respond input[type=submit]:hover {
    border: 1px solid #055d8d;
    color: #fff;
    background: #055d8d;
}

.single-blog .blog-pagination {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 30px;
}

/*--------------------------------*/

/*  19.Evenimente
/*--------------------------------*/

.evenimente-area {
    height: auto;
    width: 100%;
    padding-top: 80px;
}

.evenimente-text h4 a {
    color: #444;
    text-decoration: none;
}

.evenimente-text h4 {
    color: #444;
    margin-bottom: 15px;
}

.evenimente-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.evenimente-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.evenimente-btn {
    position: relative;
}

.evenimente-btn::after {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    right: -20px;
    top: 1px;
    transition: all 0.3s ease 0s;
}

.evenimente-btn:hover::after {
    right: -30px;
}

.evenimente-btn:hover {
    color: #333;
    text-decoration: none;
}

.blog_meta span.date_type i {
    margin-left: 5px;
}

.evenimente-meta span.comments-type {
    margin-left: 5px;
}

.evenimente-meta span i {
    padding-right: 10px;
}

.evenimente-content .evenimente-meta {
    border-bottom: 1px dotted #333;
}

.evenimente-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.comments-type > a, .date-type, .evenimente-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.evenimente-meta .comments-type i {
    padding-right: 0 !important;
}

.evenimente-content-right .comments-type > a, .evenimente-content-right .date-type, .evenimente-content-right .evenimente-meta span.comments-type, .evenimente-content-right .evenimente-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
    border: 1px solid #055d8d;
    color: #fff;
}

/*--------------------------------*/

/*  20.Comunicate
/*--------------------------------*/

.comunicate-area {
    height: auto;
    width: 100%;
    padding-top: 80px;
}

.comunicate-text h4 a {
    color: #444;
    text-decoration: none;
}

.comunicate-text h4 {
    color: #444;
    margin-bottom: 15px;
    border-bottom: 5px solid #055d8d;
    padding-bottom: 11px;
}

.comunicate-text p {
    text-align: justify;
}

.comunicate-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.comunicate-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.comunicate-btn {
    position: relative;
}

.comunicate-btn::after {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    right: -20px;
    top: 1px;
    transition: all 0.3s ease 0s;
}

.comunicate-btn:hover::after {
    right: -30px;
}

.comunicate-btn:hover {
    color: #333;
    text-decoration: none;
}

.blog_meta span.date_type i {
    margin-left: 5px;
}

.comunicate-meta span.comments-type {
    margin-left: 5px;
}

.comunicate-meta span i {
    padding-right: 10px;
}

.comunicate-content .comunicate-meta {
    border-bottom: 1px dotted #333;
}

.comunicate-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.comments-type > a, .date-type, .comunicate-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.comunicate-meta .comments-type i {
    padding-right: 0 !important;
}

.comunicate-content-right .comments-type > a, .comunicate-content-right .date-type, .comunicate-content-right .comunicate-meta span.comments-type, .comunicate-content-right .comunicate-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
    border: 1px solid #055d8d;
    color: #fff;
}

/*.awesome-project-content.open {*/
/*height: 310px !important;*/
/*}*/

.col-md-12.active {
    display: block !important;
}

/*	--------------------------------------
	20.  VIDEO
	----------------------------------------- */

#videobgfull {
    width: 100% !important;
    min-height: 500px !important;
    max-height: 100% !important;
    position: relative !important;
}

.videooverlay {
    padding: 100px 0;
    background-color: rgba(247, 194, 33, 0.34);
}

.videooverlay .general-title h2 {
    color: #fff;
}

.video-js {
    width: 100%;
    height: 100%;
}

#revvideo {
    width: 100% !important;
    height: 100% !important;
}

#volume {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 10;
    background: #3C3B3B;
    border: 1px dashed #222;
}

.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 50.5%;
    border: 1px solid #ffffff;
    position: relative;
    overflow: hidden;
}

.js-video.widescreen {
    padding-bottom: 57.25%;
    border: 1px solid #ffffff;
}

.js-video.vimeo {
    padding-top: 0;
    border: 1px solid #ffffff;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.mb_YTVPlayer {
    z-index: -10;
}

.videobg {
    padding: 0;
    color: #ffffff !important;
}

.videobg-wrap .general-title hr {
    background-color: #ffffff;
}

.videobg-wrap {
    background-color: rgba(247, 194, 33, 0.5);
    padding: 30px 0 0
}

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 999999; /* makes sure it stays on top */
}

.select_arhiva {
    border: 1px solid #444;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
    background-color: white;
}

select:focus {
    outline: none;
}

.select_arhiva_input {
    border: 1px solid #444;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    padding: 10px 20px;
    text-align: center;
}

.select_arhiva_input:hover {
    border: 1px solid #055d8d;
    background-color: #055d8d;
    color: #fff;
}

.article-information blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #055d8d;
    font-style: italic;
    font-size: 15px;
    margin: 0 0 3px 30px;
    padding: 10px 10px;
    text-align: justify;
}

input {
    border: 1px solid #444;
}

textarea {
    border: 1px solid #444;
}

.row_comunicate {
    width: 100%;
}

.row_stema {
    width: 100%;
}

.box1_header {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

.box2_header {
    display: inline-block;
    width: 77%;
    text-align: left;
    padding-top: 15px;
    font-size: 15px;
}

.box1_evenimente {
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: top;
}

.box2_evenimente {
    display: inline-block;
    width: 67%;
    text-align: left;
    padding-left: 10px;
    padding-top: 0px;
    font-size: 15px;
}

.aspects-event li {
    font-size: 16px;
    padding-bottom: 10px;
}

.aspects-event li a {
    font-size: 15px;
    color: #444;
}

.aspects-event li a:hover {
    color: #055d8d;
}

.Interior {
    padding-left: 50px;
}

.Subtitlu {
    font-size: 16px;
    font-weight: bold;
}

.structura {
    padding-top: 5px;
}

#map {
    width: 100%;
    height: 400px;
    background-color: #ddd;
}

#adrese_intrebari {
}

#diverse_intrebari {
}

#acces_informatii_intrebari {
}

@media (max-width: 768px) {

    a.ready-btn {
        margin-top: 20px;
        padding: 5px 40px;
    }

    .box2_header {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 5%;
    }

    .box1_evenimente {
        width: 100%;
    }

    .box2_evenimente {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .left-search-poza {
        display: inline-block;
        width: 100%;
        min-width: 130px;
        float: left;
    }

    span.search_highlight {
        font-style: italic;
        color: #055d8d;
    }

    .titlu_search {
        color: #333;
        /*cursor: pointer;*/
        font-size: 1.5em;
        font-weight: 800;
        margin-bottom: 10px;
        text-decoration: none;
        line-height: 25px;
    }

    .titlu_search a, .titlu_search a:hover {
        text-decoration: none !important;
        color: #000;
    }

    .poza_search {
        float: left;
        border: 1px solid #f2f2f2;
        /*margin-right: 10px;*/
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .link_search {
        color: #006621;
        cursor: pointer;
        text-decoration: none;
        width: 100%;
        overflow: hidden;
        /*padding-left: 130px;*/
    }

    .data_search {
        color: #959595;
        font-size: 11px;
        font-style: italic;
        margin-top: 5px;
        text-decoration: none;
    }

    .right-search-poza {
        display: inline-block;
        width: 100%;
    }

    .right-search-entire {
        display: inline-block;
        width: 100%;
    }

    .mobile-search-page-layout {
        padding-top: 70px;
    }

    .inside-search {
        color: #006621;
        margin-bottom: 10px;
    }

    .footer-head-right h4 {
        padding-top: 30px;
    }
}

.utile {
    padding-bottom: 20px;
}

/*--------------------------------*/
/*  21. Forces categories
/*--------------------------------*/
.categorie-smap {
    padding: 0 !important;
}

.row-categorii {
    margin: 0;
}

.team-social-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: left;
}

.team-social-text h4 {
    text-align: left;
    bottom: 0;
    position: absolute;
}

.team-social-text p {
    /*transition: 5s;*/
    opacity: 0;
    /*position: absolute;*/
    /*bottom: -200px;*/
    /*text-align: left;*/
}

.team-social-text h4 a {
    color: #ffffff;
}

.team-social-text p a {
    color: #ffffff;
}

.single-team-member:hover .team-social-text h4 {
    border-bottom: 5px solid #055d8d;
    /*border-bottom: 1px dashed #4c5a53;*/
    transition: 1s;
    text-align: left;
    bottom: 30px;
    position: absolute;
}

/*.single-team-member:hover .team-social-text h4:hover {*/
/**/
/*-webkit-transition: background-color 0.1s;*/
/*-moz-transition: background-color 0.1s;*/
/*-o-transition: background-color 0.1s;*/
/*transition: background-color 0.1s;*/
/*}*/
.single-team-member:hover .team-social-text p {
    bottom: inherit;
    opacity: 1;
    position: relative;
}

/*--------------------------------*/
/*  21. Icon
/*--------------------------------*/
.team-social-icon a {
    right: 5%;
    opacity: 0;
    position: absolute;
    top: 0px;
    /*transition: 1s;*/
}

.single-team-member:hover .team-social-icon a {
    top: 30px;
    transition: 1s;
    opacity: 1;
}

.team-social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #055d8d;
    border: 1px solid #055d8d;
    padding: 2px 0 0 4px;
    font-family: "FontAwesome";
    font-size: 24px;
}

.team-social-icon a i {
    padding-top: 0px !important;
}

.team-social-icon a:hover {
    color: #fff;
    border: 1px solid #fff;
    /*background: #45ec96;*/
}

/*----------------------------------------
 .Stiri False
----------------------------------------*/
.imagine-stiri-false {
    padding: 10px 0;
}

.raspuns-oficial {
    color: #333;
    letter-spacing: 1px;
    padding: 10px 0;
}

.inforadar-area {
    background: #055d8d none repeat scroll 0 0;
    padding: 10px 0;
}

.teme-inforadar {
    /*background: #ededed none repeat scroll 0 0;*/
    padding: 10px 0px;
}

.subteme-inforadar {
    padding: 10px;
}

.subteme-inforadar h5 {
    color: red;
    font-style: italic;
    margin-bottom: 5px;
}

.subteme-inforadar h5 a {
    color: red;
    font-style: italic;
    margin-bottom: 5px;
}

.lista-inforadar {
    margin-left: 50px;
    text-align: justify;
}

.inforadar-text {
    display: block;
    padding: 10px 0;
}

.inforadar-text h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
}

.inforadar-check {
    margin-left: 20px;
    /*font-weight: bold;*/
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    color: #065d8d;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

.accordion a.mai_mult {
    text-align: right;
    padding-right: 22px;
}

.accordion a.mai_putin {
    text-align: right;
    padding-right: 22px;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #065d8d;
}

.accordion a:hover::after {
    /*border: 1px solid #ff5353;*/
}

.accordion a.active {
    color: #065d8d;
    border-bottom: 1px solid #065d8d;
}

.accordion a::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f055';
    position: absolute;
    float: right;
    right: 0px;
    bottom: 10px;
    font-size: 1.15rem;
    color: #065d8d;
}

.accordion a.active::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f056';
    color: #065d8d;
    font-size: 1.15rem;
}

.accordion a.mai_putin::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f056';
    color: #065d8d;
    font-size: 1.15rem;
}

.accordion .content {
    opacity: 0;
    padding: 10px 0;
    max-height: 0;
    /*border-bottom: 1px solid #e5e5e5;*/
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem 0;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.inforadar-text-left {
    width: 100%;
}

.inforadar-text-left p {
    text-align: justify;
}

.inforadar-foto-left {
    width: 100%;
    padding-bottom: 10px;
}

#menu-inforadar {
    z-index: 9999;
    text-align: center;
    width: 100%;
    background-color: white;
    padding: 10px 5px;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}

.menu-inforadar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}


.accordionleft a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 2px;
    color: #444;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

.accordionleft a:hover,
.accordionleft a:hover::after {
    cursor: pointer;
    color: #065d8d;
}

.accordionleft a:hover::after {
    /*border: 1px solid #ff5353;*/
}

.accordionleft a.active {
    color: #065d8d;
    border-bottom: 1px solid #065d8d;
}

.accordionleft a::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f055';
    position: absolute;
    float: right;
    right: 0px;
    top: 5px;
    font-size: 1rem;
    color: #065d8d;
}

.accordionleft a.active::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f056';
    color: #065d8d;
    font-size: 1rem;
}

.accordionleft .content {
    opacity: 0;
    padding: 10px 0;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordionleft .content p {
    font-size: 1rem;
    font-weight: 300;
}

.accordionleft .content.active {
    opacity: 1;
    padding: 5px 0;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.titlu_evenimente_nato {
    font-weight: bold;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/
;
@media (min-width: 1920px) {
    .work-right-text {
        padding: 150px 150px;
    }
}
@media (min-width: 767px) {
    .main-menu ul.navbar-nav li.submenu {
        padding: 0 15px 20px 15px;
        width: 33%;
    }
    .main-menu ul.navbar-nav li.site {
        text-align: right;
    }
    .main-menu ul.navbar-nav li:last-child {
        display: inline-block;
        padding: 0 0px 0 20px;
        vertical-align: top;
    }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 146px 0;
    }

    .work-right-text {
        padding: 40px 0;
    }

    .work-right-text h2 {
        font-size: 18px;
        line-height: 28px;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .main-menu ul.navbar-nav li {
        display: inline-block;
        padding: 0 8px;
    }

    .layer-1-1 h2 {
        font-size: 24px;
    }

    .layer-1-2 h1 {
        font-size: 31px;
        line-height: 38px;
        padding: 0px 30px;
    }

    .extinde .main-menu ul.navbar-nav li a {
        padding: 24px 0px;
    }

    .tab-menu ul.nav li a {
        padding: 10px 16px;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        width: 40%;
    }

    .team-content.text-center > h4 {
        font-size: 20px;
    }

    .sus-btn {
        margin-left: 0;
    }

    .suscribe-text h3 {
        font-size: 16px;
        padding-right: 20px;
    }

    .work-right-text h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .work-right-text {
        padding: 36px 0;
    }

    .work-right-text h2 {
        font-size: 14px;
        line-height: 22px;
    }

    .work-right-text .ready-btn {
        font-size: 13px;
        padding: 7px 20px;
        margin-top: 5px;
    }

    .single-awesome-portfolio {
        width: 33.33%;
    }

    .widget-product a img {
        display: block;
        float: none;
        width: 100%;
    }

    .widget-product .product-info {
        display: block;
        float: none;
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .map-column {
        margin-left: 0;
        padding-right: 40px;
    }

    .post-information .entry-meta {
        font-size: 13px;
        padding: 5px 0;
    }

    .post-information .entry-meta span a {
        padding: 4px 0;
    }

    .service-pic {
        margin-bottom: 30px;
        text-align: center;
    }

    .single-add-itms {
        width: 50%;
    }

    .left-sidebar-title > h4 {
        font-size: 18px;
    }

    .contact-form {
        margin-top: 0px;
    }

    .search-option input {
        width: 67%;
    }
}

/* small mobile :320px. */

@media (max-width: 767px) {
    .navbar-header a.navbar-brand, .extinde .navbar-header a.navbar-brand {
        display: inline-block;
        height: 60px !important;
        /*padding: 9px 0;*/
    }

    .navbar-default .navbar-toggle, .extinde .navbar-default .navbar-toggle {
        padding: 18px 15px;
    }

    .nav.navbar-nav.navbar-left, .extinde .nav.navbar-nav.navbar-left {
        /*background: rgba(4, 4, 4, 0.84);*/
        padding: 0 5px 0 5px;
        background: #f6f7f8;
        margin-top: 50px;
    }

    .nav.navbar-nav.navbar-right, .extinde .nav.navbar-nav.navbar-right {
        /*background: rgba(4, 4, 4, 0.84);*/
        padding: 0 5px 0 5px;
        background: #f6f7f8;
        margin-top: 50px;
    }

    .nav.navbar-nav.navbar-right {
        display: none;
    }

    .main-menu ul.navbar-nav li, .extinde .main-menu ul.navbar-nav li {
        clear: both;
        padding: 3px 0;
        display: block;
    }

    .main-menu ul.navbar-nav li a, .extinde .main-menu ul.navbar-nav li a {
        padding: 10px 2px;
    }

    .main-menu ul.navbar-nav li.active a::after, .extinde .main-menu ul.navbar-nav li.active a::after {
        border: 0px solid #fff;
    }

    .slider-content h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .slider-content h1 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .layer-1-3 a.ready-btn {
        padding: 8px 15px;
    }

    .section-headline h2 {
        font-size: 30px;
    }

    .well-middle .single-well {
        margin-top: 30px;
    }

    .single-skill {
        margin-bottom: 40px;
    }

    .tab-menu {
        margin-top: 30px;
    }

    .tab-menu ul.nav li a {
        padding: 8px 6px;
    }

    .wellcome-text {
        margin: 0px;
        padding: 70px 0px;
    }

    .subs-feilds {
        width: 100%;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        font-size: 15px;
        padding: 14px 10px;
        width: 40%;
    }

    .section-headline h3 {
        font-size: 25px;
    }

    .well-text > h2 {
        font-size: 18px;
    }

    .nato {
        width: 100%;
    }

    .awesome-img, .single-evenimente-img {
        text-align: center;
    }

    .well-text p {
        display: none;
    }

    .single-team-member {
        margin-bottom: 30px;
    }

    .service-right {
        width: 100%;
    }

    .service-images:hover .overly-text {
        display: none;
    }

    .portfolio-area {
        padding-top: 0px;
    }

    .project-menu li a {
        padding: 8px 12px;
        margin: 10px 4px;
    }

    .pri_table_list {
        margin-bottom: 30px;
    }

    .single-awesome-project, .portfolio-2 .single-awesome-project {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .sus-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .contact-form {
        margin-top: 30px;
    }

    .head-team h5 {
        font-size: 22px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .header-bottom h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .page-area .slider-content {
        padding: 100px 0;
    }

    .search-option input {
        width: 74%;
    }

    .header-bottom h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    li.threaded-comments {
        margin-left: 0;
    }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .submitbtn {
        float: none;
        width: 99.8%;
    }

    .icons-bottom ul li a {
        height: 40px;
        line-height: 37px;
        width: 40px;
    }

    .blog-post-dlc ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .awesome-portfolio-content .portfolio-2 {
        width: 50%;
    }

    .gallary-details .single-awesome-portfolio {
        width: 50%;
    }

    .tab-menu ul.nav li a {
        padding: 8px 20px;
    }
}
;
a {
    color: #055d8d;
    text-decoration: none
}

.m-bot15.submenu.personalizat {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
}

.personalizat {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*.left-search-poza {*/
/*    display: inline-block;*/
/*    width: 18%;*/
/*    min-width: 130px;*/
/*    float: left;*/
/*}*/

span.search_highlight {
    font-style: italic;
    color: #3cd6ed;
}

.link_search {
    color: #006621;
    cursor: pointer;
    text-decoration: none;
    /*padding-left: 130px;
    */
}

.right-search-poza {
    display: inline-block;
    width: 80%;
    float: right;
}

.right-search-entire {
    display: inline-block;
    width: 100%;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    /*background-color: #eee;
    */
    /*border: 1px solid #ccc;
    */
    border-radius: 4px
}


.input-group-btn.search {
    color: #ffffff;
    position: relative;
    background-color: #055d8d;
    white-space: nowrap
}

.search-option {
    border: 1px solid #ccc;
    height: 42px;
    margin-bottom: 30px;
}

.slider-container {
    overflow: hidden;
    width: 1140px;
    position: relative;
    text-align: center !important;
    margin: auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 380px;
    flex-shrink: 0;
    text-align: center;
    align-items: center;
    height: 200px;
}

.slider-controls {
    text-align: center;
}

.new-arrow-icon {
    cursor: pointer;
    color: #055d8d;
}

header {
    top: 0;
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
    border-bottom: 1px solid #d6d9dd;
    z-index: 9;
}

.navbar-header-right {
    position: unset;
    display: flex;
}

.header-area-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d6d9dd;
    background: #f6f7f8;
    z-index: 9;
}

.navbar-header-right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 79px;
}

.navbar-brand {
    float: left;
    height: 50px;
}

.navbar {
    position: relative;
    width: 100%;
}

.dropdown-toggle-custom {
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    background-color: rgb(246, 247, 248);
    border: none; /* elimină bordura de jos */
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
    max-width: 100%;
}

.dropdown-column {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 10px;
    overflow: hidden;
}

.dropdown-column a {
    overflow-wrap: break-word;
    white-space: normal;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-decoration: none;
}

.dropdown-title {
    padding-left: 16px;
    border-bottom: 1px dashed #d6d9dd;
    margin: 0 0 10px 0;
    font-size: 16px;
    display: block;
    color: #055d8d;
    height: 30px;
    line-height: 10px;
    width: 100%;
}

.dropdown-split-grup {
    padding-left: 16px;
    display: block;
    width: 100%;
    clear: both;
    text-decoration: none;
}

.dropdown-split {
    text-decoration: none;
    color: inherit;
}

.dropdown-split:hover {
    color: #055d8d;
    background-color: inherit;
}

.dropdown-item:hover {
    color: #055d8d;
    background-color: inherit;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
    padding: 18px 15px;
}

.navbar {
    padding-bottom: 0;
    padding-top: 0;
}

.nav-item {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: unset !important;
}

#header-input {
    background-color: white;
}

.color-link {
    color: #055d8d !important;
}

.navbar-header-left {
    display: none;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-brand-right {
    float: right;
    height: 20px;
    padding: 1px 1px;
    line-height: 20px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

@media (max-width: 767px) {
    .search-in-mobile-header {
        padding: 0 10px;
        margin-top: 4rem;
    }

    .navbar-expand-lg {
        display: none;
    }
}

@media (max-width: 1210px) {
    .breadcrumbs {
        padding: 60px 0 0;
        text-align: left;
    }

    .header-area-menu {
        border-bottom: none !important;
        top: 51px;
        background-color: white !important;
    }

    .slider-container {
        width: 760px;
    }

    h1.mapn-mobile {
        display: block !important;
        font-size: 22px;
        color: #444;
        font-family: "Trajan Pro";
    }

    h1.mapn-mobile-english {
        display: block !important;
        font-size: 15px;
        color: #055d8d;
        font-family: "Trajan Pro";
    }

    .navbar-header-left {
        display: block;
    }

    .navbar-header-right {
        display: none;
    }

    .english-link {
        display: none;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static !important;
    }

}

.nav-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}


@media (min-width: 1200px) {
    .header-area.extinde {
        border-bottom: 1px solid #d6d9dd;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    .header-area-menu.extinde {
        border-bottom: 1px solid #d6d9dd;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    .header-area-menu.extinde {
        display: block;
    }
}

.show-nav-dropdown {
    display: flex;
}

.navbar-right {
    float: right !important;
    margin-right: 55px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn .caret {
    margin-left: 0;
}

.ibox-content > .interior {
    padding: 20px 0;
    color: #006621;
}

.search > .btn-primary-search {
    color: white;
}

.open > .dropdown-menu {
    height: 470px;
    display: block;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.8);
    /* border-top: 1px solid #4c5a53; */
    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, .1);
}

.pull-right {
    float: right !important;
}

.open > .dropdown-menu.cautare {
    height: auto;
    width: 180px;
    color: #777777;
    display: block;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    height: 30px;
    line-height: 20px;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

@media (max-width: 770px) {
    .header-area-menu {
        top: 50px;
    }

    .header-area-menu {
        background-color: white !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .dropdown-column {
        width: 50%;
    }
}

@media (max-width: 1880px) {

    .slider-container {
        width: 760px;
    }
}

@media (max-width: 768px) {
    .dropdown-column {
        width: 100%;
    }

    .dropdown-menu {
        width: 95%;
    }

    .slider-container {
        width: 380px;
    }

    .dropdown-menu {
        height: auto;
    }

    .inside-search {
        color: #006621;
        margin-bottom: 10px;
    }

    .right-search-poza {
        display: inline-block;
        width: 100%;
    }

    .poza_search {
        float: left;
        border: 1px solid #f2f2f2;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
}

@media (max-width: 425px) {
    .slider-container {
        width: 250px;
    }

    .slider {
        width: 250px;
    }

    .slide {
        width: 250px;
    }
}

.ibox .open > .dropdown-menu.left-action li.selected a {
    background-image: url(../images/checkmark2.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
}

.open > .dropdown-menu.cautare.dupa-continut {
    height: 100px;
}

.mobile-search-page-layout {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .m-bot15.submenu {
        display: inline-block;
        margin-bottom: 0 !important;
        padding-top: 10px;
        width: 180px;
    }

    .header-area {
        background: #444444;
        display: block;
    }

    .inside-search {
        color: #006621;
        margin-bottom: 10px;
    }

    .inside-button {
        background-color: #ffffff;
        border: 1px solid #e7eaec;
        color: #777777;
        height: 40px;
        line-height: 5px;
        width: 150px;
    }

    .poza_search {
        float: left;
        border: 1px solid #f2f2f2;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .left-search-poza {
        display: inline-block;
        width: 18%;
        min-width: 130px;
        float: left;
    }

    .titlu_search {
        color: #333;
        /* cursor: pointer; */
        font-size: 1.5em;
        font-weight: 800;
        margin-bottom: 10px;
        text-decoration: none;
        line-height: 25px;
    }

    .titlu_search a, .titlu_search a:hover {
        text-decoration: none !important;
        color: #000;
    }

    .data_search {
        color: #959595;
        font-size: 11px;
        font-style: italic;
        margin-top: 5px;
        text-decoration: none;
    }
}




