body { background: #fff; font-family: 'Poppins', sans-serif; margin: 0; overflow-x: hidden; color: #231f20; font-weight: 400; font-size: 16px; }
a:hover, a:focus { text-decoration: none; }
a.link { color: #e21d2c; transition: all .2s; }
a.link:hover, a.link:focus { color: #e21d2c; }

.round-social a { width: 50px; height: 50px; line-height: 50px; text-align: center; display: inline-block; border-radius: 100%; margin: 0 5px; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.round-social a:hover { -webkit-transform: translate3d(0px, -5px, 0px); transform: translate3d(0px, -5px, 0px); }
.round-social.light a { color: #263238; background: #f5f7fa; }
.round-social.light a:hover { background: #263238; color: #ffffff; }

.list-group-item.active { background-color: #231f20; border-color: #231f20;  }

.custom-nav .nav-link { padding: 5px 0px; color: #444; }
.custom-nav .nav-link:hover, .custom-nav .nav-link.active { color: #231f20; }

img.full-width {width: 100%; height: auto; }
img.auto-scale { max-width: 100%; height: auto; }
.img-with-border img { padding: 1px; }
.img-with-border-2 img { padding: 2px; }

.blog-image { padding-top: 50%; background-repeat: no-repeat; background-size: cover;  }

.zoom-in { overflow: hidden; }
.zoom-in img { transition: 0.2s ease-in; }
.zoom-in:hover img { transform: scale(1.2,1.2); }

.lightbox, .pointer { cursor: pointer; }

.text-shadow { text-shadow: 2px 2px 4px #666; }
.box-shadow { box-shadow: 2px 2px 5px #ddd; }

.color-1 { color: #e21d2c; }
.bg-1 { background-color: #e21d2c; }
.bg-light-2 { background-color: #282e3e; }

.btn-custom {
    letter-spacing: 2px;
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
}

.btn-custom:hover {
    background-color: #e21d2c;
    border-color: #e21d2c;
    color: #fff;
}

.btn-outline-custom {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    transition: all .3s;
}

.btn-outline-custom:hover {
    color: #fff;
    background-color: #e21d2c;
    border-color: #e21d2c;
    transition: all .3s;
}

.text-red { color: #e21d2c; }

.slider-pro a {transition: all .3s !important;  }

/* NOTIFY */
[data-notify="progressbar"] { margin-bottom: 0px; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 5px; }

/* ERORI LA VALIDARE */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; }
.has-error .form-control-feedback { color: #a94442; }

.titlu { font-family: 'Roboto', sans-serif; letter-spacing: 2px; font-size: 1.8rem; font-weight: 700; }

html body .py-90 { padding-top: 90px; padding-bottom: 90px; }
html body .py-60 { padding-top: 60px; padding-bottom: 60px; }

h1 { line-height: 40px; font-size: 36px; }
h2 { line-height: 1.2em; font-size: 30px; }
h3 { line-height: 30px; font-size: 24px; }
h4 { line-height: 26px; font-size: 21px; }
h5 { line-height: 22px; font-size: 18px; font-weight: 300; }
h6 { line-height: 20px; font-size: 16px; font-weight: 300; }


html body .fs-65 { font-size: 65px; }
html body .fs-48 { font-size: 48px; }
html body .fs-36 { font-size: 36px; }
html body .fs-28 { font-size: 28px; }
html body .fs-24 { font-size: 24px; }
html body .fs-20 { font-size: 20px; }
html body .fs-18 { font-size: 18px; }
html body .fs-16 { font-size: 16px; }
html body .fs-14 { font-size: 14px; }
html body .fs-13 { font-size: 13px; }
html body .fs-12 { font-size: 12px; }

.ff-1 { font-family: 'Poppins', sans-serif; }
.ff-2 { font-family: 'Roboto', sans-serif; }


.ls-26 { letter-spacing: .26em; }
.ls-3px { letter-spacing: 3px; }
.ls-1px { letter-spacing: 1px; }
.ls-2px { letter-spacing: 2px; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
b, .fw-700 { font-weight: 700; }
.lh-2 { line-height: 2em; }
.lh-30 { line-height: 30px !important; }
.lh-14 { line-height: 1.4; }
.lh-1 { line-height: 1; }
.lh-12 { line-height: 1.2; }

.box { border-radius: 4px; padding: 10px; }
.card { border: 0px; margin-bottom: 30px; }
.card .date-pos { font-family: 'Poppins', sans-serif; display: inline-block; position: absolute; left: 15px; top: 15px; color: #ffffff; border-radius: 4px; text-align: center; }
.card .date-pos span { display: block; font-size: 30px; line-height: 30px; }
.odd-border:nth-child(1) { border-bottom: 1px solid #dcdcdc; }
.card .date-pos-bottom { position: absolute; right: 15px; top: 15px; }

.no-wrap td, .no-wrap th { white-space: nowrap; }
.circle { border-radius: 100%; }

/* LIST BLOCK */
.list-block { margin: 0px; padding: 0px; }
.list-block li { list-style: none; padding: 10px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.list-block li i { margin-right: 10px; -webkit-flex-shrink: 0px; -ms-flex-negative: 0px; flex-shrink: 0px; margin-top: 3px; }

/* BUTOANE */
.btn-arrow { position: relative; }
.btn-arrow span { display: inline-block; position: relative; -webkit-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; will-change: transform; }
.btn-arrow:hover span, .btn-arrow:focus span { -webkit-transform: translate3d(-1rem, 0, 0); transform: translate3d(-1rem, 0, 0); }
.btn-arrow i { position: absolute; width: 1.1em; right: 0px; right: 0rem; opacity: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; will-change: right, opacity; }
.btn-arrow:hover i, .btn-arrow:focus i { opacity: 1; right: -2rem; }

/*pagination*/
.pagination { list-style: none; padding: 30px 0; display: block; text-align: center; vertical-align: middle; border-width: 1px 0; border-style: solid; border-color: #e6e6e6; margin: 0px 0 50px; }
.pagination li { float: inherit; display: inline-block; vertical-align: middle; }
.pagination li a { margin: 0 3px; padding: 0; display: block; width: 30px; height: 30px; line-height: 27px; border-radius: 100%; background-color: transparent; color: #5d5d5d; border: 1px solid #e9e9e9; }
.pagination li a i { font-size: 25px; vertical-align: middle; }
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-radius: 50px 0 0 50px; }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-radius: 0 50px 50px 0; }
.pagination a.active,.pagination a:active { background-color: #231f20; border-color: #231f20; color: #fff; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color: #fff; background-color: #231f20; border-color: #231f20; }

/* SEARCH MODAL */
.header-search { position: fixed; top: 0; left: 0; display: block; visibility: hidden; width: 100%; height: 100vh; background-color: rgba(34,34,34,0.95); opacity: 0; z-index: 99999; transition: all 0.3s ease 0s; }
.header-search.open { visibility: visible; opacity: 1; }
.search-close {position: absolute; top: 0; right: 0; width: 60px; height: 60px; font-size: 18px; border: none; background-color: #fff !important; opacity: 1 !important; z-index: 999; transition: all 0.3s; }
.search-open { float: right; height: 40px; padding-top: 7px; padding-left: 22px; font-size: 14px; color: #666; background-color: #fff; }
.header-search.open { visibility: visible; opacity: 1; }
.search-global { position: absolute; top: 50vh; margin-top: -120px; }
.search-gi { width: 100%; padding-right: 50px; padding-bottom: 12px; font-size:62px; color: #fff; border: none; border-bottom: 1px solid #919191; background-color: transparent; opacity: 1; }
.search-gi::-moz-placeholder { color: #666; }
.search-gi:-ms-input-placeholder { color: #666; }
.search-gi::-webkit-input-placeholder { color: #666; }
.search-gi:focus { outline-style: none; }
.search-gb { position: absolute; top: 34px; right: 0; font-size: 30px; color: #fff; border: none; background-color: transparent; transition: all 0.3s; }
.search-gn { margin-top: 20px; font-weight: 300; font-size: 16px; color: #fff; }

/* MAIN SLIDER */
.sp-slide .overlay, .dt-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(255,255,255, .75); }
.sp-layer.main-slider-title { font-size: 52px; line-height: 1.2em; font-weight: 300; letter-spacing: 4px;  }
.sp-layer .info-title { font-size: 2em; letter-spacing: 3px; }
.sp-green { color: #FFF; background: #231f20; background: rgba(67,178,88,.7); }

#particles-js { background: #3A3A3A; position: absolute; width: 100%; height: 100%; }
.page-wrap { position: relative; }

.slide-blue-overlay { position: absolute; bottom: 60px; right: 0; width: 40%; height: 160px; background-color: #231f20; }
.slide-blue-overlay:before { content: ''; width: 0; height: 0; border-left: 160px solid transparent; border-right: 0px solid transparent; border-bottom: 160px solid #231f20; position: relative; top: -20px; left: -160px; }

.slide-white-overlay { position: absolute; bottom: 60px; right: 0; width: 30%; height: 160px; background-color: #fff; }
.slide-white-overlay:before { content: ''; width: 0; height: 0; border-left: 160px solid transparent; border-right: 0px solid transparent; border-bottom: 160px solid #fff; position: relative; top: -20px; left: -160px; }

.container.slider-container { position: absolute; top: 0; height: 100%; left: 50%; transform: translateX(-50%); }

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.card-thumb { position: relative; }
.card-info { position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0, .4); }
.card-info div { padding: 5px 10px; font-weight: 600; color: #fff; font-size: .8em; }

/* hamburger menu icon  */
.nav-icon {
    width: 24px; height: 24px; position: relative; margin: 0 auto; margin-top: 15px; margin-right: 15px; cursor: pointer; float: right;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;
}

.nav-icon span { display: block; position: absolute;
    height: 3px; width: 100%; background: #fefefe; border-radius: 5px; opacity: 1; left: 0;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;
}

/* mobile nav icon */
.nav-icon span:nth-child(1) { top: 0px; }
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) { top: 8px; }
.nav-icon span:nth-child(4) { top: 16px; }

.nav-icon.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; }
.nav-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.nav-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav-icon.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

/* Mobile menu */
.mobile-menu-area { padding: 15px 0px; width: 100%; display: block; z-index: 20; background: #222;  }
.mobile-menu-area.st { background: rgba(22,22,22, 0.8); position: fixed; top:0; }
.mobile-menu-area img { max-height: 45px; }

.mobile-menu { width: 250px; height: 100%; top: 0; z-index: 2000; left: -250px; background: #2d2e2d; position: fixed; }
.mobile-menu.mobile-menu-open { left: 0px; }
.mobile-menu { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.sidebar-nav .sidebar-search { padding: 30px 0px; padding-right: 15px; }
.sidebar-nav .sidebar-search .form-control { background-color: rgba(255, 255, 255, 0.1); border: 0; color: #fff; }
.mobile-menu-btn { color: #fff; background-color: #231f20; border-color: #268938; border-radius: 0px 25px 25px 0px; }
.side-menu li { padding-top: 3px; padding-bottom: 3px; }
.sidebar-nav ul { margin: 0; padding-left: 15px; font-size: 14px; font-weight: 300; list-style: none; }
.sidebar-nav ul li a { color: #fff; font-weight: 300; display: block; }
.sidebar-nav ul li a:focus, .sidebar-nav ul li a:hover { text-decoration: none; background-color: transparent; color: #e21d2c; }
.sidebar-nav .nav-second-level li, .sidebar-nav .nav-third-level li { border-bottom: none !important; }
.sidebar-nav .nav-second-level li a { padding-left: 10px; }
.sidebar-nav .nav-third-level li a { padding-left: 10px; }
.sidebar-nav .social { margin-bottom: 0; padding: 30px 15px; text-align: center; }

.social ul li { border-bottom: 0; }
.sidebar-nav .social ul li a { width: 30px; height: 30px; padding-top: 6px; }
.sidebar-nav .social ul li a i { font-size: 12px; }
.sidebar-nav .social ul li a:hover { background-color: #fff; }
.sidebar-nav .social ul li a:hover:after {  border-top-color: #fff; }

/* MAIN MENU & TOPBAR */
.main-menu.fixed, .main-menu.st, .mobile-menu-area.st { width: 100%; position: fixed; z-index: 20; }
.mobile-menu-area.st, .main-menu.st { top:0; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }
.main-menu .navbar-nav .dropdown-toggle::after, .topbar .navbar-nav .dropdown-toggle::after { display: none; }

.topbar { padding: 5px 0px; background: #fff; position: relative; overflow: hidden; }
.topbar:before {
    content: "";
    background: #e21d2c;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    height: 100%;
    width: 79px;
    right: 47%;
    top: 0;
    position: absolute;
    box-shadow: 2px 2px 0px 11px #282e3e;
}
.topbar:after {
    background: #e21d2c;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
}
.topbar #topNavbar { z-index: 1; }

.topbar .navbar-nav .nav-link, .topbar .navbar-text { color: #fff; padding: 8px 0px 8px 20px; }
.topbar .navbar-text:first-child { padding-left: 0 !important; }
.topbar .navbar-nav.langs { margin-left: 60px; }
.topbar .navbar-nav.langs .nav-link { padding-left: 0px; }

.topbar .navbar-nav .nav-link:hover, .topbar .navbar-nav .nav-link.selected { color: #d3d3d3; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.topbar ul.dropdown-menu { font-size: 14px; }
.topbar-info { margin-left: 10px; padding-left: 10px;  }
.topbar-info:first-child { margin-left: 0; padding-left: 0; }
.topbar-info i { padding-right: 5px; }

.infobar { background-color: #f3f3f5; padding: 15px 0px; }
.infobar .navbar-brand img { height: 50px; }

.main-menu { padding: 10px 0px; background-color: #fff; z-index: 1;  }
.main-menu.fixed { background-color: transparent; margin-top: 10px; }

.main-menu .navbar-brand { margin:0; position: relative; }
.main-menu .navbar-brand img { max-height: 65px; }

.main-menu.st { padding: 10px 0;  background-color: rgba(255,255,255, .85); margin-top: 0px; }
.main-menu.st .navbar-brand {  }
.main-menu.st .navbar-brand img { max-height: 40px; }
.main-menu.st .navbar-nav.mm-right { margin-left: 0 !important; }
.main-menu.st .navbar-nav.mm-left { margin-left: auto; }

.main-menu ul.dropdown-menu { margin-top: 0 !important; font-size: 14px; }

.main-menu .navbar-nav .nav-link { font-size: 16px; color: #333; margin-right: 20px; position: relative; font-weight: 600; font-family: 'Roboto', sans-serif; letter-spacing: 1.1px;   }
.navbar-nav.mm-left .nav-link { padding-right: 20px; }
.navbar-nav.mm-right .nav-link { padding-left: 20px; }
.main-menu.st .navbar-nav .nav-link { background-color: transparent; }

.main-menu .navbar-nav .dropdown-submenu, .topbar .navbar-nav .dropdown-submenu { position: relative; }

.main-menu .nav-link:hover, .main-menu .nav-link.selected { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #e21d2c; }
.main-menu.st .nav-link:hover, .main-menu.st .nav-link.selected { color: #e21d2c; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; background-color: transparent; }

.main-menu .dropdown-submenu > .dropdown-menu, .topbar .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-left: 0; border-radius: 0.25rem; display: none; }
.main-menu .dropdown-submenu > .dropdown-menu.menu-right, .topbar .dropdown-submenu > .dropdown-menu.menu-right { left: auto; right: 100%; }
.main-menu .dropdown-menu .divider { background-color: rgba(120, 130, 140, 0.13); height: 1px; margin: 9px 0; overflow: hidden; }
.main-menu .navbar-nav .dropdown-menu.b-none { border: 0px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.main-menu .dropdown-submenu .dropdown-item > .ml-auto { position: absolute; right: 15px; top: 10px; }
.topbar .dropdown-submenu .dropdown-item > .ml-auto { position: absolute; right: 15px; top: 10px; }

.dropdown-item { padding: 8px 1rem; color: #8d97ad; }

.navbar-brand.brand-centered { z-index: 20; position: absolute; left: 0; right: 0; top: -31px; margin: 0 auto; width: 240px; text-align: center; background: #ffffff; padding: 30px 5px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }
.main-menu.st .navbar-brand.brand-centered { top: 0; padding: 10px 5px; }

.submenu .nav-link:hover, .submenu .nav-link.selected { color: #231f20; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.submenu .nav-link { text-transform: uppercase; font-size: 80%; color: #acacac; padding:8px 0px 8px 30px;  }

.main-menu .navbar-nav.langs { margin-left: 30px; padding-left: 10px; border-left: 1px solid #dedede; -webkit-flex-direction: column;  flex-direction: column; }
.main-menu .navbar-nav.langs .nav-link { padding: 0px; font-weight: 400;  }

/* PAGE */
.banner-innerpage { padding: 150px 0 150px; background-position: center top; }
.title-big, .hs-title { font-weight: 600; font-size: 40px; line-height: 40px; }

.hs-subtitle .img-thumbnail { border-radius: 50%; }

.bg-top-page {
    background-position: left; background-size: cover; background-repeat: no-repeat;
    background-image: url(../images/bg-top.jpg);
}

/* WYSIWYG */
.wysiwyg img {  margin-bottom: 20px; }
.wysiwyg h2 { padding: 30px 0px; }
.wysiwyg li { margin-bottom: 10px; }
.wysiwyg p { line-height: 1.6; margin-bottom: 1em; }
.wysiwyg p:last-child { margin-bottom: 0; padding-bottom: 0; }

.img-border { position: absolute; border: 2px solid #fff; top: 20px; left: 20px; bottom: 20px; right: 20px; }
.half-left { position: absolute; left: 10px; top: 10px; bottom: 10px; right: 50%; background-color: rgba(104,167,204, 0.7); }
.half-left.full {  left: 0; top: 0; bottom: 0; }
.half-left.to-bottom { bottom: 0; }

.brackets:before { content: "["; padding-right: 10px; color: #231f20; font-weight: 400; }
.brackets:after { content: "]"; padding-left: 10px; color: #231f20; font-weight: 400; }

/* HARTA SVG */
.svg-container { position: relative; }
.svg-tooltip {
    position: absolute; top: 10px; left: 10px; padding: 10px; max-width: 350px; border-radius: 5px; border: 2px solid #fff; color: #fff; background-color: #666; opacity: 0;
    transition: opacity .3s ease-in; z-index: 1;
}
svg.worldmap { width: 100%; height: auto; stroke:#444; }
svg path { fill: #CFD3C9; transition: all .3s ease-in; }
svg path:hover, svg path.selected:hover { fill: #F25464; }
svg path.selected { fill: #e21d2c; stroke:#A00010;  }

/* FOOTER */
.footer .bottom-bar { padding-top: 5px; margin-top: 15px; border-bottom: 2px solid #231f20; }
.footer .bottom-bar a { color: #fff; }
.footer .bottom-bar a:hover, .footer .bottom-bar a.selected { color: #e21d2c; }

.footer .round-social.light a { width: 34px; height: 34px; line-height: 34px; }
.footer .round-social.light a:hover { background: #231f20; }

footer h3 { position: relative; }
footer h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 60px;
    height: 4px;
    background-color: #e21d2c;
}

/* FOOTER MENU */

.nav.footer-menu { display: block; list-style: none; }
.nav.footer-menu a { color: #fff; text-transform: uppercase; font-size: 16px; padding-bottom: 5px; display: inline-block; cursor: pointer; }
.nav.footer-menu a:hover { color: #e21d2c; }
.nav.footer-menu .nav-second-level a { font-size: 13px; text-transform: none; font-weight: normal;  }
.nav.footer-menu ul { list-style: none; padding: 0; }


/* Social */
.social { padding: 0; text-align: center; }
.social ul { margin: 0; padding: 0; }
.social ul li { list-style: none outside none; display: inline-block; margin: 5px; }

.social ul li a {
    display: inline-block; position: relative; width: 60px; height: 60px; color: #FFE; background-color: #909AA0; font-size: 12px; text-align: center; padding-top: 14px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; }

.social ul li a:hover { opacity: 0.6; }

.social ul li a::after { content: ""; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; bottom: 1px; left: -6px; margin-bottom: 1px; border-top-width: 15px; border-top-style: solid;
    -webkit-transform: rotate(55deg); -moz-transform: rotate(52deg); -ms-transform: rotate(42deg); -o-transform: rotate(42deg);
}

.social ul li a.social_fb { background-color: #3b5998; }
.social ul li a.social_fb::after { border-top-color: #3b5998; }

.social ul li a.social_tw { background-color: #00ABE3; }
.social ul li a.social_tw::after { border-top-color: #00ABE3; }

.social ul li a.social_go { background-color: #e64522; }
.social ul li a.social_go::after { border-top-color: #e64522; }

.social ul li a.social_yo { background-color: #c4302b; }
.social ul li a.social_yo::after { border-top-color: #c4302b; }

.social ul li a.social_vi { background-color: #4EBBFF; }
.social ul li a.social_vi::after { border-top-color: #4EBBFF; }

.social ul li a.social_pi { background-color: #c4302b; }
.social ul li a.social_pi::after { border-top-color: #c4302b; }

.social ul li a.social_in { background-color: #A042D6; }
.social ul li a.social_in::after { border-top-color: #A042D6; }

.social ul li a.social_li { background-color: #3E50B7; }
.social ul li a.social_li::after { border-top-color: #3E50B7; }

.social ul li a i { font-size: 20px; }
.social a span { display: block; }

/* HOME SECTION */
.hs { padding: 80px 0; }
.bg-dark .subtitle { color: #ccc; }
.bg-dark-2 .subtitle { color: #ccc; }
.bg-dark-2 { color: #fff; }

ul.links { margin: 0; padding: 0; list-style: none; }
ul.links li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d3d3d3;
  margin: 5px 0;
}

ul.links li a { color: #242923; }
ul.links li a:hover, ul.links li.selected a { color: #e21d2c;  }

ul.links li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
    color: #e21d2c;

    border: none;
    display: inline-block;
    font-size: 9px;
    margin-right: 10px;
    padding: 0;

}

/* BREADCRUMBS */
.breadcrumb { margin-bottom: 10px; padding: 0; background: transparent; }
.breadcrumb-item a { color: #fff; }
.breadcrumb-item.active { color: #eee; }
.breadcrumb-item+.breadcrumb-item::before { content: '\f101'; color:#fff; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }

/* PRELOADER */
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}
.sk-circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #0c1f38;
	border-radius: 100%;
	-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: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}


/* COOKIES CONSENSE */
.cookies-consent { color: #fff; padding: 15px 0px; background-color:#b3291c; z-index: 5900001; position: fixed; width: 100%; bottom: 0; left: 0;  }
.cookies-consent a.link { color: #fff; text-decoration: underline; }
.cookies-consent a.link:hover { color: #222; }

.whatsappFixed {
    position: fixed;
    bottom: 0;
    /* transform: translateY(-50%); */
    z-index: 99;
    background: rgba(29, 177, 84, 0.96);
    right: 20px;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.whatsappFixed a {
    padding: 9px 11px;
    color: #fff;
    font-size: 41px;
}

.img-sh {
    border-radius: 20px;
    box-shadow: 3px 3px 8px #ccc;
}

/* SPECIFIC */
.br-50 { border-radius: 50%; overflow: hidden; }

.vid-wrap {
    z-index: -100;
    position: relative;
    overflow: hidden;

    height: calc(100vh - 140px);
}

.vid-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

ul.cklist { margin:0; padding: 0; list-style: none; }
ul.cklist li { padding: 4px 0px 4px 0px; }
ul.cklist li:before {
  content:"\f00c";
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: #e21d2c;
}

.section-main-slider { position: relative; }
.section-main-slider .slider-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.35); }

.hs.hs-bg1 {
  padding: 100px 0px;
  background-image: url(../images/bg1.png), url(../images/bg2.png);
  background-position: bottom, top;
  background-size: 100%;
  background-repeat: no-repeat;

}

.hs.hs-bg2 {
    background-image: url(../images/bg5.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.hs.hs-bg3 {
    background-image: url(../images/bg4.jpg);
    background-position: bottom;
    background-size: cover;
}

.hs.hs-bg4 {
    background-image: url(../images/bg6.jpg);
    background-position: bottom;
    background-size: cover;
}

.box-1 .thumb { position: relative; }

.box-1 .thumb img {
    border-radius: 50%;
    max-width: 300px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    border: 10px solid #fff;
}

.box-1 .thumb i {
    font-size: 40px;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    position: absolute;
    bottom: 10px;
    line-height: 70px;
    right: 30px;
    background: #fff;
    color: #e21d2c;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.hidden { visibility: hidden; }

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

footer ul li {
  margin : 10px 0px;
  position: relative;
  padding-left: 20px;
}

footer ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-family: FontAwesome;
}

/* END SPECIFIC */


@media (min-width: 992px) {
    .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu { display: block; margin-top: 0px; }
    .navbar-nav > .dropdown .dropdown-menu { min-width: 210px; margin-top: 0px; }
    .dropdown-submenu:hover > .dropdown-menu { display: block; }
}

@media (max-width: 767px) {
    .sp-layer.main-slider-title { font-size: 2.6em; letter-spacing: 3px; line-height: 1.2em;  }
    .sp-layer .info-title { font-size: 1.15em; }
    .container { width: 100%; overflow: hidden; }
    .container.slider-container { overflow: visible; }
    .main-slider .fs-65 { font-size: 36px; }
    .box-1 .thumb img { width: 160px; }
    html body .fs-36 { font-size: 32px; }
    .box-1 .thumb i { font-size: 32px; width: 55px; height: 55px; line-height: 55px; }

}