
/* Fonts */
@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900|Roboto+Mono:100,400|Caveat&subset=latin-ext";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Plugins */
@import url(../css/vegas.min.css);
@import url(ionicons.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(swipebox.css);
/* Base structure */
html {
    width: 100% !important;
    height: 100% !important; }

body {
    width: 100% !important;
    height: 100% !important;
    font: normal 15px/1.8 Poppins, sans-serif;
    letter-spacing: 0.03em;
    color: #444;
    background-color: #fff;
    -webkit-font-smoothing: antialiased; }

/* Preloader */
#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden; }

#status {
    position: absolute;
    left: 47%;
    top: 50%;
    margin: auto;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #999;
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
    animation-name: loader;
    -webkit-animation-name: loader;
    -moz-animation-name: loader; }
#status:before, #status:after {
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out; }
#status:before, #status:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }

@keyframes loader {
    from {
        transform: scale(0);
        opacity: 1; }
    to {
        transform: scale(1);
        opacity: 0.5; } }
@-ms-keyframes loader {
    from {
        -ms-transform: scale(0);
        opacity: 1; }
    to {
        -ms-transform: scale(1);
        opacity: 0.5; } }
@-webkit-keyframes loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1; }
    to {
        -webkit-transform: scale(1);
        opacity: 0.5; } }
@-moz-keyframes loader {
    from {
        -moz-transform: scale(0);
        opacity: 1; }
    to {
        -moz-transform: scale(1);
        opacity: 0.5; } }
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 800; }

h4, h5, h6 {
    font-weight: 700; }

.no-transform {
    text-transform: none; }

p {
    margin: 0 0 35px; }

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

img {
    -webkit-filter: blur(0);
    filter: blur(0); }

a, img, :focus, input {
    outline: none !important; }

a:hover, a:focus {
    color: #666;
    text-decoration: none; }
a img:hover {
    opacity: .85; }

.no-pad {
    padding: 0 !important;
    margin: 0 !important; }

.no-pad-btm {
    padding-bottom: 0 !important; }

.no-pad-top {
    padding-top: 0 !important; }

.overlay {
    background: rgba(7, 9, 21, 0.7); }

.overlay-gray {
    background: rgba(0, 0, 0, 0.7); }

.overlay-white {
    background: rgba(255, 255, 255, 0.8); }

.overlay, .overlay-gray, .overlay-white {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }

.image-overlay {
    padding: 0;
    margin-top: -200px;
    position: relative;
    margin-right: 5px;
    max-width: 540px;
}
.image-overlay2 {
    padding: 0;
    margin-top: 0px;
    position: relative;
    z-index: 999999;
}

@media (max-height: 770px) {
    .image-overlay {
        margin-top: -120px; }
    .image-overlay2 {
        margin-top: -120px; }
}
.big {
    font-size: 300px;
    line-height: 1;
    text-shadow: none; }

.breadcrumb {
    background-color: transparent;
    padding: 15px 15px; }

section, .section {
    position: relative;
    z-index: 992;
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #fff; }

.section-small {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px; }

.list-inline > li {
    padding-bottom: 10px;
    vertical-align: bottom; }

.label, input, .btn, textarea, .dropdown-menu, .panel, .progress, .list-group-item, select {
    border-radius: 0 !important; }

.label {
    padding: 0.2em 0.7em 0.3em 0.7em; }

.nav .label {
    padding: 0.4em 0.7em 0.3em 0.7em; }

.label-danger {
    background-color: #c00; }

.badge {
    line-height: inherit;
    border-radius: 2px !important; }

/* Buttons */
.btn {
    font-size: 12px !important;
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px 6px 15px; }

.custom-input {
    font-size: 12px !important;
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px 6px 15px; }

.btn-lg {
    font-size: 13px !important;
    padding: 10px 35px; }

.btn-sm {
    font-size: 11px !important; }

.btn-xs {
    font-size: 10px !important;
    padding: 4px 10px; }

.btn-border {
    border: 2px solid #fff;
    color: #fff !important;
    background-color: transparent; }

.btn-dark-border {
    border: 1px solid #000;
    color: #000;
    background-color: transparent; }

.btn-white {
    border: 2px solid #fff;
    color: #000 !important;
    background-color: #fff; }

.btn-gray {
    border: 2px solid #ddd;
    background-color: #ddd;
    color: #000 !important; }

.btn-dark {
    border: 2px solid #18191B;
    background-color: #18191B;
    color: #fff !important; }

.btn-veo {
    border: 2px solid #4c8b2b;
    background-color: #4c8b2b;
    color: #fff !important;
    height: 46px;
}
.btn-veo2 {
    border: 2px solid #4c8b2b;
    background-color: #4c8b2b;
    color: #fff !important;
}

.btn-violet {
    border: 2px solid #ff4081;
    background-color: #ff4081;
    color: #fff !important; }

.btn:hover {
    opacity: 0.65; }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-veo:focus,.btn-veo2:focus, .btn-violet:focus {
    opacity: 1; }

a .fa, a .icon {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.iconsmall {
    font-size: 46px;
    float: left;
    line-height: 54px;
    padding-right: 10px; }

.icon-big {
    font-size: 80px;
    line-height: 120px;
    display: block; }

#services-construction .icon-big {
    color: #d4c787; }

#time .icon-big {
    color: #ff4081; }

header .icon-big {
    line-height: 140px; }

.classic,
.classic2 {
    font-family: 'Caveat';
    font-weight: normal !important;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 15px;
    transform: rotate(-3deg) !important;
    -moz-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    opacity: .8; }

.classic2 {
    font-family: 'Great Vibes'; }

.thin {
    font-weight: 100 !important; }

::-moz-selection, ::selection {
    color: #fff;
    background: #000; }

ul, ol {
    margin-bottom: 1.5em; }

a .fa {
    opacity: 0.6 !important; }
a .fa:hover {
    opacity: .9; }

.float-left {
    float: left; }

.float-right {
    float: right; }

/* NavBar */
.navbar-custom {
    margin-bottom: 0;
    border-bottom: transparent;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease; }
.navbar-custom .navbar-brand {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 2px 5px 12px 5px; }
.navbar-custom img {
    display: inline-block; }
.navbar-custom.top-nav-collapse {
    background-color: #fff;
    border-bottom: 1px solid #eee; }
.navbar-custom.top-nav-collapse a {
    color: #000; }
.navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 22px;
    padding-top: 5px; }

.navbar-fixed-top .container {
    width: auto; }

@media (min-width: 1200px) {
    #news-country {
        padding-top: 150px;
    }
    #training-title {
        padding-left: 20px;
    }
    #dare-sub {
        padding-left: 10px;
    }

    .side-cols {
        padding-top: 120px;
    }
    .navbar-custom .navbar-brand .logo {
        margin-top: -15px;
    }

    .top-nav-collapse .container {
        width: 1170px !important; }
}

.navbar-custom .navbar-brand .logo {
    max-height: 100px;
    display: inline-block;
    margin-top: -15px;
}

.logoborder {
    border: 1px solid #fff;
    padding: 10px;
    max-height: 42px !important; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
    max-height: 24px; }

.navbar-custom .navbar-brand .logodark {
    display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
    display: inline-block; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
    display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
    max-width: 160px;
    max-height: 45px; }
.navbar-custom .navbar-brand i {
    vertical-align: middle; }
.navbar-custom .navbar-brand:focus {
    outline: 0; }
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff; }
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0; }

.nav > li > a {
    padding: 21px 13px 15px; }

.navbar-custom a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px; }
.navbar-custom .nav li a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent; }
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent; }
.navbar-custom .nav li.active {
    outline: 0;
    background-color: transparent !important; }
.navbar-custom .nav li.active a {
    color: #98e533 !important; }
.navbar-custom .nav li.active a:hover {
    color: #789; }

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.97);
    color: #fff;
    min-width: 230px !important;
    right: 0;
    left: auto;
    border: 0; }
.dropdown-menu > li > a {
    font-size: 12px;
    font-weight: 600;
    padding: 12px 18px;
    white-space: nowrap; }
.dropdown-menu > .active > a {
    color: #333 !important;
    background-color: transparent; }
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent; }

.nav .open > a {
    background-color: transparent;
    border-color: transparent; }
.nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent; }

.search-form {
    margin: 5px 10px;
    width: 250px;
    font-size: 14px; }
.search-form .form-control {
    color: #ccc !important; }

.search-button {
    width: 42px;
    height: 40px;
    line-height: 38px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    right: 12px;
    overflow: hidden;
    background: transparent;
    color: #888;
    border: none;
    outline: none; }

.search-form {
    padding: 10px;
    width: 100%;
    border-bottom: #555;
    margin: 0; }

.nav .badge {
    background-color: #789;
    color: #fff;
    padding: 4px 5px 5px 6px;
    font-size: 11px;
    position: absolute;
    margin: -10px -5px;
    line-height: 1;
    border-radius: 50% !important; }

.navbar-toggle {
    padding: 10px 0; }
.navbar-toggle .icon-bar {
    width: 30px;
    border-radius: 0;
    background: #fff; }

.top-nav-collapse .icon-bar {
    background: #333; }

.vmenu {
    display: inline-block;
    margin: 0;
    padding: 0; }

a.btn-nav .btn {
    margin-bottom: 0; }

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
    background-color: transparent; }

.menu-divider {
    width: 1px;
    border-right: 1px solid #b3b3b3;
    line-height: 18px;
    margin: 23px 15px 0; }

.dropdown-menu strong {
    padding: 20px 0 16px 18px;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1px;
    color: #555 !important; }

.nav .active {
    height: auto !important; }

.dropdown-menu {
    padding: 10px 0; }

.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed; }
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 30px; }
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -25px 14px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid; }
.navbar-nav.sm-collapsible .caret:before {
    content: '+';
    font-family: monospace;
    font-size: 20px; }
.navbar-nav.sm-collapsible .open > a > .caret:before {
    content: '-'; }
.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 50px; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
    position: static;
    margin: 0 0 0 2px;
    padding: 0;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
    content: '' !important; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
    padding-right: 15px; }
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center; }
.navbar-nav span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent; }
.navbar-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent; }
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 35px; }
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left: 45px; }
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 55px; }
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 65px; }
.navbar-nav .dropdown-menu > li > a {
    white-space: normal; }
.navbar-nav ul.sm-nowrap > li > a {
    white-space: nowrap; }
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
    white-space: normal; }

.navbar-right ul.dropdown-menu {
    left: auto;
    right: 0; }

.dropdown-menu .fa {
    opacity: 0.5 !important;
    line-height: 13px !important; }

.nav .fa {
    font-size: 16px;
    line-height: 1px; }
.nav .fa-angle-down {
    font-size: 13px; }
.nav .fa, .nav a .fa {
    opacity: 1 !important; }
.nav .fa-plus {
    font-size: 12px; }

@media (max-width: 991px) {
    .newsletter , .newsletter >button {
        left: 5%;
        right: 0px !important;
        bottom: 5% !important;
    }
}


@media (min-width: 991px) {
    .search-form input {
        background: transparent;
        border: 0;
        width: 200px; }

    .navbar-custom {
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        background: transparent; }
    .navbar-custom.top-nav-collapse {
        padding: 0 30px;
        background-color: #fff; }

    .navbar-custom .nav .dropdown-menu li a:hover {
        background-color: #eee; }

    @-webkit-keyframes fadeInUniversal {
        0% {
            opacity: 0;
            transform: translate(0, -40px); }
        100% {
            opacity: 1;
            transform: translate(0, 0); } }
    @keyframes fadeInUniversal {
        0% {
            opacity: 0;
            transform: translate(0, -40px); }
        100% {
            opacity: 1;
            transform: translate(0, 0); } }
    li:hover ul.dropdown-menu {
        opacity: 1;
        -webkit-animation: fadeInUniversal 0.7s;
        animation: fadeInUniversal 0.7s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block; }

    .navbar-left {
        float: right !important; }

    ul.dropdown-menu.columns-2 {
        left: 0 !important;
        padding: 20px 22px 25px; }
    ul.dropdown-menu.columns-3 {
        left: 0 !important;
        padding: 20px 22px 25px;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        min-width: 760px !important; }
    ul.dropdown-menu.columns-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        min-width: 380px !important; }

    .columns2 .btn-white, .columns3 .btn-white {
        margin-top: 12px;
        display: inline-block; }

    .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
        display: none; }

    .angle-right:after {
        float: right;
        font-family: 'fontawesome';
        content: "\f105";
        color: inherit;
        position: absolute;
        right: 20px; } }
@media (max-width: 991px) {
    .dropdown-menu {
        padding: 0; } }
@media (max-width: 990px) {

    .navbar-custom .navbar-brand .logo {
        max-height: 55px;
        display: inline-block;
        margin-top: -5px;
    }

    p.empty {
        display: none; }

    .search-button {
        margin-top: 0; }

    .nav .badge {
        margin: 2px 4px; }
    .nav a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
        color: #000 !important; }
    .nav a:focus {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }

    .navbar-header {
        float: none; }

    .navbar-left, .navbar-right {
        float: none !important; }

    .navbar-toggle {
        display: block; }

    .navbar-collapse {
        background-color: #eee !important;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
        display: none !important; }

    .navbar-nav {
        float: none !important;
        margin-top: 7px; }
    .navbar-nav > li {
        float: none; }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px; }

    .collapse.in {
        display: block !important; }

    .navbar-collapse.in {
        overflow-y: auto !important; }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
        background-image: none; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px; }

/* Backgrounds and font color */
.bg-white {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }

.bg-gray {
    background-color: #f7f7f7; }

.bg-gray2 {
    background-color: #E8E8E8; }

.bg-transparent {
    background-color: transparent; }

.bg-dark {
    background-color: #18191B; }

.bg-dark2 {
    background-color: rgba(12, 13, 15, 0.97); }

.small-header {
    position: relative;
    z-index: 1;
    padding-top: 142px;
    padding-bottom: 55px; }

.small-header.bg-dark:before, .small-header.bg-transparent:before, .small-header.bg-img:before, .small-header.bg-img2:before, .small-header.bg-img10:before, .small-header.bg-img3:before, .small-header.bg-img4:before, .small-header.bg-img5:before,.small-header.bg-img6:before,.small-header.bg-img7:before  {
    background: rgba(7, 9, 21, 0.5);
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9; }

@media (max-width: 992px) {
    .small-header {
        text-align: center !important; }
    .small-header .text-right {
        text-align: center !important; } }
.small-header .bg-white h2, .small-header .bg-white h3 {
    color: #789; }

.bg-dark, .bg-dark2, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4,.bg-img6, .bg-img5, .bg-img7 {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.bg-img {
    background: url(../images/header/19.jpg); }

.bg-img2 {
    background: url(../images/dare-bg2.jpg); }
.bg-img10 {
    background: url(../images/job-desc-bg.jpg); }

.bg-img3 {
    background: url(../images/13.jpg); }
.bg-img6 {
    background: url(../images/20.jpg); }
.bg-img7 {
    background: url(../images/qna.jpg); }

.bg-img4 {
    background: url(../images/10.jpg); }

.bg-img5 {
    background: url(../images/20.jpg); }
.bg-img6 {
    background: url(../images/veo-news.jpg); }

.bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5,.bg-img6,.bg-img7{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
.bg-img10 {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.bg-dark a, .bg-dark2 a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img10 a, .bg-img3 a, .bg-img4 a, .bg-img6 a, .bg-img5 a, .bg-img7 a, .bg-primary a {
    color: #fff; }

.bg-dark a:hover, .bg-dark2 a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img10 a:hover, .bg-img3 a:hover, .bg-img4 a:hover, .bg-img5 a:hover, .bg-img6 a:hover, .bg-img7 a:hover {
    color: rgba(255, 255, 255, 0.8); }

/* Intro */
.intro {
    display: table;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100% !important;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.intro a {
    color: #fff; }
.intro a:hover {
    color: #ccc;
    text-decoration: none; }

.introhalf {
    height: auto !important; }

.intro .intro-body {
    display: table-cell;
    padding: 150px 0 50px;
    width: 100%;
    position: relative;
    z-index: 1; }
.intro .intro-body .badge {
    background-color: rgba(0, 0, 0, 0.4);
    color: #eee;
    font-size: 8px;
    position: absolute;
    margin: -9px -14px;
    line-height: 1;
    text-shadow: none;
    letter-spacing: 1px;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 19px 0 0 2px;
    font-weight: 800; }

.introhalf .intro-body {
    padding: 180px 0 110px; }

.landing .intro-body:before {
    position: absolute;
    background: transparent; }

.intro-body:before {
    background: rgba(7, 9, 21, 0.5);
    content: "";
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -9; }

.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -2px;
    margin: 0 0 5px; }
.intro h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px; }
.intro h1.classic {
    font-size: 200px;
    line-height: 100px;
    font-weight: normal; }
.intro h1.classic2 {
    font-size: 110px;
    line-height: 110px; }
.intro .lead {
    margin: 40px 0 0; }

.intro-fullscreen {
    opacity: 1 !important; }
.intro-fullscreen .intro-body {
    padding: 90px 0 20px; }

@media (max-height: 600px) {
    .intro-fullscreen {
        position: inherit; } }
@keyframes kenburns {
    0% {
        transform: scale(1.2); }
    100% {
        transform: scale(1); } }
@media (min-width: 768px) {
    .intro {
        padding: 0; }
    .intro .intro-body .brand-heading {
        font-size: 46px; } }
/* Intro solid color */
.solid-color .intro-body:before, .solid-color2 .intro-body:before, .solid-color3 .intro-body:before {
    background: transparent !important; }
.solid-color.intro, .solid-color2.intro, .solid-color3.intro {
    text-shadow: none !important; }

.solid-color {
    background-color: #00bcd4; }

.solid-color2 {
    background-color: #ff4081; }

.solid-color3 {
    background-color: #607d8B; }

/* Video background */
.video-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    opacity: .4;
    display: none; }

.video-controls-visible {
    display: inline; }

.video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px; }
.video-controls a.fa {
    text-decoration: none; }

.mbYTP_wrapper {
    z-index: 0 !important; }

.section-video .mbYTP_wrapper {
    z-index: -1 !important; }

.section-video:before {
    background: rgba(7, 9, 21, 0.5);
    content: "";
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -9; }

.section-video {
    padding-top: 60px;
    padding-bottom: 60px;
    top: 0 !important;
    opacity: 1 !important; }

.bg-video-small {
    text-align: left !important;
    opacity: 1 !important;
    top: 0 !important; }

/* Forms */
.small-form {
    margin: 0 auto 40px !important;
    max-width: 480px; }

.help-block li {
    list-style: none;
    color: #990000; }
.help-block ul {
    padding: 0;
    margin: 0; }

.form-control {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s;
    transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s; }
.form-control:focus {
    border-color: #888;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.subscribe-form {
    padding-bottom: 10px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0; }

input[type=checkbox], input[type=radio] {
    margin: 7px 0 0; }

.checkbox label, .radio label {
    font-weight: 300; }

.form-signin .form-control {
    position: relative; }
.form-signin .form-control:focus {
    z-index: 2; }
.form-signin input {
    margin-bottom: -1px; }

.dark-form input, .dark-form textarea {
    color: #ccc;
    background-color: #18191b;
    border: 0; }

/* Subscribe form */
#subscribe {
    color: #333 !important;
    text-shadow: none; }
#subscribe a {
    color: #333 !important; }

/* Countdown */
[id*="clock"] {
    padding: 40px 0; }
[id*="clock"] div {
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px; }
[id*="clock"] span {
    font-family: "Roboto Mono", monospace;
    font-weight: 100;
    display: block;
    font-size: 64px;
    padding: 30px 0;
    border-bottom: 1px solid #ccc; }

@media (max-width: 1170px) {
    [id*="clock"] div {
        margin: 0 15px; }
    [id*="clock"] span {
        font-size: 48px;
        padding: 18px 0; } }
@media (max-width: 768px) {
    [id*="clock"] div {
        margin: 0 15px; }
    [id*="clock"] span {
        font-size: 42px;
        padding: 15px 0; } }
@media (max-width: 468px) {
    .last-flag {
        margin-bottom: 130px;
    }
    [id*="clock"] div {
        margin: 0 7px; }
    [id*="clock"] span {
        font-size: 32px;
        padding: 5px 0; } }
/* News - Blog etc grid */
#news div[class*="col-"] {
    margin-bottom: 60px; }
#news h5 {
    padding-top: 10px;
    margin-bottom: 25px; }

.grid-pad img {
    margin-bottom: 20px; }
.grid-pad div[class*="col-"] {
    margin-bottom: 40px; }

#news-single .carousel {
    padding-bottom: 20px; }

.row:not(:first-child) {
    padding-top: 40px; }

/* Team */
#team h2 {
    margin-top: -40px !important;
    padding-bottom: 0 !important; }
#team p {
    margin-bottom: 10px; }
#team .list-inline {
    margin: 0; }
#team img {
    border-radius: 50%; }

/* Contact */
#contact2 a {
    text-decoration: none;
    color: #555; }
#contact2 hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc; }
#contact2 .list-inline {
    padding-top: 10px; }

@media (max-width: 991px) {
    #contact {
        text-align: center; } }
/* Quote */
blockquote {
    padding: 18px;
    margin: 0 0 20px;
    border-left: none; }
blockquote:before, blockquote:after {
    color: #ccc;
    font-size: 18px;
    font-family: 'fontawesome'; }
blockquote:before {
    content: "\f10d";
    padding-right: 15px; }
blockquote:after {
    content: "\f10e";
    padding-left: 10px; }

.quote {
    font-size: 18px; }

/* Facts */
@media (max-width: 768px) {
    .facts .col-sm-3 {
        margin-top: 25px;
        margin-bottom: 25px; } }
.action-box li {
    float: left;
    margin: 20px 0 0 15px; }
.action-box span {
    display: none; }

#tweecool span {
    font-size: 18px; }

/* Map */
#map, #mapdark {
    width: 100%;
    height: 600px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }

#mapdark {
    border: 0 !important; }

.mapsmall {
    margin-bottom: 30px;
    border: 0 !important; }

/* Carousel */
.carousel-control {
    width: 8%;
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
.carousel-control:focus, .carousel-control:hover {
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }
.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none; }

#Carousel-intro .carousel-control {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
#Carousel-intro .carousel-control:focus, #Carousel-intro .carousel-control:hover {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }

@media (max-width: 991px) {
    .carousel-big .carousel-control {
        display: none; } }
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity; }
.carousel-fade .carousel-inner .active {
    opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
.carousel-fade .carousel-control {
    z-index: 9; }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.carousel-indicators {
    bottom: -60px; }

.indicators-inside {
    bottom: 7px; }

#Carousel-intro .carousel-indicators {
    bottom: 30px; }

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 5px 0; }
.carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0 5px 0;
    background-color: #666;
    border: 0; }
.carousel-indicators .active {
    background-color: #999; }

.carousel-control .icon-next, .carousel-control .icon-prev {
    font-family: sans-serif;
    font-size: 50px; }

#carousel-light2 {
    margin-top: 40px;
}

.carousel, .item, .active, .carousel-inner {
    height: 100%; }

.fill {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }

.carousel-control .icon-next:before {
    font-family: "ionicons";
    content: "\f3d3"; }
.carousel-control .icon-prev:before {
    font-family: "ionicons";
    content: "\f3d2"; }

#carousel-news img {
    width: 100%; }


/* FF BUG FIX */
#Carousel-intro .carousel-inner {
    position: absolute!important;
}

/* Shop thumbnails carousel */
#carousel-example-generic {
    margin: 20px auto;
    width: 400px; }

#carousel-shop .carousel-indicators {
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
    position: static; }
#carousel-shop .carousel-indicators img {
    max-width: 104px; }
#carousel-shop .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto; }
#carousel-shop .carousel-indicators li img {
    display: block;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
#carousel-shop .carousel-indicators li.active img {
    opacity: 1; }
#carousel-shop .carousel-indicators li:hover img {
    opacity: 0.75; }
#carousel-shop .carousel-outer {
    position: relative;
    padding-bottom: 40px; }

#carousel-dark {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }

.nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
    background-color: transparent; }
.nav-pills.nav > li > a {
    padding: 0; }

/* Animated mouse */
.scroll-btn {
    width: 57px;
    display: block;
    text-align: center;
    margin: 60px auto -60px; }
.scroll-btn .weel {
    position: relative;
    display: inline-block;
    height: 22px;
    margin: 10px auto 5px; }
.scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 24px;
    opacity: .5; }
.scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -14px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 3s linear infinite;
    -moz-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite; }

@-webkit-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%; }
    20% {
        opacity: 1;
        top: 80%; }
    60% {
        opacity: 0;
        top: 80%; }
    100% {
        opacity: 0;
        top: 30%; } }
@-moz-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%; }
    20% {
        opacity: 1;
        top: 80%; }
    60% {
        opacity: 0;
        top: 80%; }
    100% {
        opacity: 0;
        top: 30%; } }
@keyframes scroll {
    1% {
        opacity: 1;
        top: 30%; }
    20% {
        opacity: 1;
        top: 80%; }
    60% {
        opacity: 0;
        top: 80%; }
    100% {
        opacity: 0;
        top: 30%; } }
@media (max-height: 690px) {
    .scroll-btn {
        display: none; } }
/* Text rotator */
.rotating {
    display: inline-block; }

/* Number scroller */
.numscroller {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-size: 50px;
    line-height: 90px;
    letter-spacing: 10px; }

/* Testimonials */
.testi {
    color: black;
    text-shadow: none;
}
#testimonials .carousel-inner img {
    width: 160px;
    height: 160px;
    border-radius: 50%; }
#testimonials .carousel-caption {
    position: static;
    text-shadow: none;
    color: #444; }
#testimonials.bg-dark .carousel-caption {
    color: #fff; }
.carousel-caption h5 {
    text-transform: none;
    font-weight: normal;
}

/*  Recruitment - Departments  */
.departments-sorting {
    text-transform: uppercase;
    margin-bottom: 48px; }
.departments-sorting li a {
    color: #888;
    text-decoration: none;
    margin: 10px;
    letter-spacing: 2px;
    font-weight: 600; }
.departments-sorting a:hover, .departments-sorting a.active {
    color: #555; }

.departments-item {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    text-align: center;
}

.departments-items {
    margin-bottom: 0; }

.departments-item a {
    display: inline-block;
    color: #fff !important; }
.departments-item a:hover .departments-overlay {
    opacity: 1;
    visibility: visible; }
.departments-item img {
    max-width: none;
    position: relative;
    left: 0;
    width: 80%;
    margin: auto;
    text-align: center;
}

.departments-item:hover img {
    transform: scale(1.2, 1.2) translate(15px, 15px);
    -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
    -webkit-transform: scale(1.2, 1.2) translate(15px, 15px); }

.departments-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
.departments-overlay .caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 30px;
    text-align: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0; }

.departments-item a:hover .departments-overlay .caption {
    bottom: 10%;
    opacity: 1; }

.departments-item a h5 {
    margin-bottom: 0;
    font-weight: 800;
    color: #fff; }

.departments-wide div {
    margin-bottom: 10px; }

/* Pricing */
.panel {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease; }

.pricing .number {
    font-size: 60px; }
.pricing .panel-heading {
    border: 0;
    background-color: #eee; }
.pricing .panel-heading h4 {
    margin-bottom: 0; }

.panel-default {
    border-color: transparent; }

.pricing sup, .pricing sub {
    font-weight: 600;
    color: #999; }
.pricing sup {
    font-size: 16px;
    top: -33px; }
.pricing sub {
    font-size: 10px;
    top: 0; }

.bg-dark .panel, .bg-dark .panel-body, .bg-dark .list-group-item {
    background-color: rgba(0, 0, 0, 0.1); }
.bg-dark .pricing .panel-heading {
    border: 0;
    background-color: #000;
    color: #ccc; }

section.bg-dark .fa, section.bg-dark2 .fa {
    color: #ccc; }

.bg-dark .list-group-item, .bg-dark2 .list-group-item {
    border: 1px solid #222; }

.pricing .panel-heading {
    border: 0; }
.pricing .btn {
    display: block; }
.pricing .list-group-item, .pricing .panel-heading {
    padding: 17px 10px; }

/* Miscellaneous */
.nav-tabs {
    margin-bottom: 30px; }

/* Pager */
.pager li > a, .pager li > span {
    padding: 30px 0;
    border: 0; }
.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: transparent; }

.pagination > li > a, .pagination > li > span {
    padding: 8px;
    margin-left: 8px;
    border-radius: 50%;
    color: #000;
    width: 40px;
    height: 40px;
    background: #eee;
    border-color: #fff; }
.pagination > .active > a {
    background-color: #333;
    border-color: #333; }
.pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #333;
    border-color: #333; }
.pagination > .active > span {
    background-color: #333;
    border-color: #333; }
.pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333;
    border-color: #333; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50% !important; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50% !important; }

/* Bars and charts */
#animate img {
    padding-bottom: 180px; }

.progress-default .progress {
    background-color: #ddd;
    margin-bottom: 15px;
    height: 25px; }
.progress-default .progress-bar {
    background-color: #333;
    padding: 3px 0; }

.progress-bar {
    text-align: left;
    text-indent: 20px; }

.progress-thin .progress {
    height: 2px;
    overflow: visible;
    margin-bottom: 35px; }
.progress-thin .progress-bar {
    color: #333;
    text-indent: 0;
    padding: 0; }

.bg-dark .progress-default .progress {
    background-color: #888; }
.bg-dark .progress-default .progress-bar {
    background-color: #555; }
.bg-dark .progress-thin .progress-bar {
    color: #ccc; }

.circle {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    text-align: center;
    width: 100px;
    padding-top: 38px; }
.circle span {
    font-family: "Roboto Mono", sans-serif;
    letter-spacing: -1px; }
.circle canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 6px; }
.circle span:after {
    content: '%';
    margin-left: 0.1em; }

.agenda {
    padding-top: 45px; }

.progress-bar {
    -webkit-transition: width 2.50s ease !important;
    -moz-transition: width 2.50s ease !important;
    transition: width 2.50s ease !important; }

/* Shop */
.shop-nav {
    width: 250px;
    overflow: hidden;
    padding: 10px 18px 0;
    display: block; }

.shop-item {
    position: relative; }

.shop-item img {
    border: 1px solid #eee; }

nav .shop-cart {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden; }

li .shop-cart {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px; }
li .shop-cart a:hover {
    background-color: transparent !important; }

.shop-cart img {
    width: 70px;
    padding-right: 10px;
    float: left; }

.shop-nav {
    color: #333; }
.shop-nav a {
    color: #333; }
.shop-nav .btn-dark-border {
    margin-bottom: 8px; }
.shop-nav .fa {
    margin: 0 0 15px 5px; }

.add-cart {
    position: absolute;
    bottom: 8px;
    left: 20px;
    z-index: 1;
    font-weight: 800; }

.add-cart:before {
    font-family: 'fontawesome';
    content: "\f290";
    padding-right: 10px;
    font-size: 20px;
    opacity: 0.5; }

.badge.price {
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: -20px;
    right: -10px;
    width: 70px;
    height: 70px;
    text-align: center;
    z-index: 1;
    padding-top: 25px;
    border-radius: 50% !important;
    opacity: 0.7; }
.badge.price.sale {
    top: 30px;
    background-color: #789;
    color: #fff;
    text-transform: uppercase; }
.badge.price.trend {
    top: 30px;
    background-color: #c00;
    color: #fff;
    text-transform: uppercase; }
.badge.price.new {
    top: 30px;
    background-color: #ff4081;
    color: #fff;
    text-transform: uppercase; }

.sorting {
    border: 0;
    margin: -9px 0px;
    background: transparent; }
.sorting > option {
    font-size: 14px; }

.table.shop-cart {
    margin-bottom: 60px; }
.table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
.table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
.table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
.table.shop-cart h3, .table.shop-cart h4, .table.shop-cart h5 {
    padding: 0;
    margin: 0; }

@media (max-width: 550px) {
    #ModalSubsc .modal-body{
        margin-top: 15% !important;
    } }


@media (max-width: 768px) {
    .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
        padding: 5px; }
    .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
        padding: 5px; }
    .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
        padding: 5px; } }
/* Media Queries */
@media (max-width: 768px) {
    body {
        letter-spacing: 0; }

    .h4, h4 {
        font-size: 16px; }

    .h2, h2 {
        font-size: 24px; }

    .h3, h3 {
        font-size: 20px; }

    .intro h1 {
        font-size: 48px;
        line-height: 48px; }
    .intro h1.classic {
        font-size: 60px;
        line-height: 60px;
        margin: 50px 0 50px; }
    .intro h1.classic2 {
        font-size: 65px;
        line-height: 65px;
        margin: 50px 0 50px; }

    section, .section {
        padding-top: 80px;
        padding-bottom: 80px; }

    .section-small {
        padding-top: 60px;
        padding-bottom: 60px; }

    .departments-sorting li a {
        margin: 0;
        letter-spacing: 0; }

    .shop-item img {
        width: 100%; } }
@media (max-width: 991px) {
    .action {
        text-align: center; }
    .action .btn {
        float: none;
        margin-top: 30px;
        text-align: center; }
    .action .text-right {
        text-align: center; }

    .footer .text-right {
        text-align: left; }
    .footer .footer-menu {
        padding-bottom: 20px; }

    .top section {
        background-attachment: scroll !important;
        background-position: 50% 50% !important; }

    .search-button {
        margin-top: 5px; }

    .dropdown-menu .search-button .fa {
        opacity: 1 !important; }

    .nav li a {
        -webkit-transition: all .0s ease-in-out !important;
        -moz-transition: all .0s ease-in-out !important;
        transition: all .0s ease-in-out !important; } }
@media (max-width: 1200px) {



    #about, #about2, #about-slider, #action-slider, #action-slider2, #action-slider3 {
        text-align: center; }

    #carousel-light, #carousel-light2, #carousel-light3, #carousel-light4, #carousel-dark, #carousel-transparent {
        margin: 45px 0; } }
@media (max-width: 480px) {
    .intro h1 {
        font-size: 30px;
        line-height: 40px; } }
/* Magic background */
.magic, .magic2 {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0; }

/* Footer */
.footer {
    color: #444;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.footer .footer-menu a {
    line-height: 24px; }
.footer .counter {
    line-height: 44px; }
.footer h4, .footer h5, .footer h6 {
    font-weight: 800;
    opacity: 0.7; }
.footer a {
    text-decoration: none;
    opacity: 1; }
.footer a:hover {
    text-decoration: none; }

.footer-small {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 999; }

.footer-menu-item{
    text-align:center }

@media (max-width: 767px) {
    .footer {
        text-align: center; }
    .footer .text-right {
        text-align: center !important; } }
/* Stop animation on mobile devices */
@media (max-width: 800px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important; } }
/* Demo page */
.intro.demo-header h1 {
    font-size: 90px; }
.intro.demo-header h2 {
    font-size: 24px; }

@media (max-width: 768px) {
    .intro.demo-header h1 {
        font-size: 42px; } }
.demo .container-fluid {
    padding-right: 40px;
    padding-left: 40px; }
.demo img {
    margin: 15px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.demo h6 {
    font-weight: 500px !important; }
.demo .badge.new {
    background-color: #ff4081;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 26px;
    right: 20px;
    margin: -24px -14px;
    line-height: 1;
    letter-spacing: 1px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 17px;
    z-index: 1; }

.intro.demo-header .intro-body:before {
    background: rgba(25, 25, 35, 0.7); }

.scroll-background {
    -webkit-animation: scroll-background 2000s linear infinite;
    animation: scroll-background 2000s linear infinite;
    background-repeat: repeat-x !important;
    margin-top: 58px;
    top: 0 !important; }

@-webkit-keyframes scroll-background {
    from {
        background-position: 0 0; }
    to {
        background-position: -40000px 0; } }
@keyframes scroll-background {
    from {
        background-position: 0 0; }
    to {
        background-position: -40000px 0; } }



/*SEBY*/


.awesome {
    font-size: 200px !important;
}
h2#together {
    margin-bottom: -10px;
    /*    margin-left: 30px;*/
}
h1.classic {
    transform: rotate(-10deg) !important;
    -moz-transform: rotate(-10deg) !important;
    -webkit-transform: rotate(-10deg) !important;
}
.l-down {
    width: 100%;
    position: absolute;
    border-bottom: 200px solid #fff;
    border-left: 0 solid transparent;
    display: block;

    top:-200px;
}
.first_search {
    margin-top: 100px;
}
.first_search h4 {
    margin-bottom: 10px;
}
.btn-veo {
    font-size: 18px !important;
    vertical-align: middle;
}
.classic3 {

    font-family: 'Caveat';
    font-weight: normal !important;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 30px;
}
#time-travel {
    margin-bottom: -15px;
    margin-top: 40px;
}
#present{
    margin-bottom: 20px;
    margin-top: 40px;
}
#history2 {
    margin-top: 0px;
}
.overflow {
    overflow: hidden;
    position: relative;
}
#values_tree {

}
.values h4 {
    margin-bottom: 10px;
}
section#values {
    padding-top: 50px;
    padding-bottom: 50px;
}
.values-block {
    padding-top: 10px !important;
}
section#mission {
    padding-top: 15px;
    padding-bottom: 15px;
}
section#about {
    padding-top: 15px;
    padding-bottom: 15px;
}
.dep-img {
    width: 70%;
    text-align: center;
}
#mission-text {
    padding-top: 100px;
}
.mission-img {
    padding-top: 100px;
}
#oana-veo {
    max-height: 500px;
}
.project-item {
    cursor: pointer;
}
.project-title {
    margin-bottom: 10px;
}
.project-desc {
    text-align: left;
}
.project-desc p {
    margin-bottom: 10px;
}

.project-icon {
    float: left;
    padding-right: 30px;
}
.divider-line {
    background:#e1e1e1;
    height:1px;
    margin:20px 0 20px 0;
    width: 50%;
}
.divider-line2 {
    background:#e1e1e1;
    height:1px;
    margin:20px 0 20px 0;
    width: 100%;
}
.divider-blue {
    background:#1ACDF2;
    height:1px;
    margin:20px 0 20px 0;
    width: 80%;
}
.divider-green {
    background:#68B900;
    height:1px;
    margin:20px 0 20px 0;
    width: 80%;
}
.divider-orange {
    background:#FE7200;
    height:1px;
    margin:20px 0 20px 0;
    width: 80%;
}
.divider-turqoise {
    background:#01b1ab;
    height:1px;
    margin:20px 0 20px 0;
    width: 80%;
}
.divider-line span {
    background: #333;
    height: 1px;
    width: 30px;
    height: 1px;
    display: block;
}
.divider-line2 span {
    background: #333;
    height: 1px;
    width: 30px;
    height: 1px;
    display: block;
}
.hidden-project {
    display: none;
}
.project-content {
    height: 100%;
    /*    background-color: green;*/
    overflow: hidden;
    background-image: url("../images/divider.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;

}
#commercial-content {

}
#commercial-title {
    color: #1ACDF2;
    font-family: 'Caveat';
    text-transform: none;
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: normal;
    padding-top: 0px;
}
#support-title {
    color: #4c8b2b;
    font-family: 'Caveat';
    text-transform: none;
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: normal;
    padding-top: 0px;
}
#logistics-title {
    color: #01b1ab;
    font-family: 'Caveat';
    text-transform: none;
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: normal;
    padding-top: 0px;
}
#retail-title {
    color: #FE7200;
    font-family: 'Caveat';
    text-transform: none;
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: normal;
    padding-top: 0px;
}
#btn-com {
    background-color: #1ACDF2;
    border-color: #1ACDF2;
}
#btn-ret {
    background-color: #FE7200;
    border-color: #FE7200;
}
#btn-log {
    background-color: #01b1ab;
    border-color: #01b1ab;
}


/*RECRUITMENT PAGE*/

#recruitment-title {
    font-family: 'Caveat';
    font-size: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}
#fab-text {
    text-transform: none;
    text-align: center;
}
section#departments {
    padding-top: 0px;
}
#commercial-overlay {
    background: none repeat scroll 0 0 rgba(26, 205, 242, 0.75);
}
#support-overlay {
    background: none repeat scroll 0 0 rgba(105, 186, 0, 0.75);
}
#logistic-overlay {
    background: none repeat scroll 0 0 rgba(1, 177, 171, 0.75);
}
#retail-overlay {
    background: none repeat scroll 0 0 rgba(254, 114, 0, 0.75);
}
.project-icon2 {
    float: left;
    padding-right: 30px;
    color: black;
    font-size: 180px;

}
h1.project-main-title {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.caption h5 {
    font-size: 28px;
}
.caption span {
    color: white;
    font-style: italic;
}
section#recruitment-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
}
#choose-dep {
    margin-bottom: 5px;
    text-transform: none;
}


/*JOB LIST PAGE*/


section#filter {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*TRAINING PAGE*/

#dare-sub {
    text-transform: none;
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: 200;
    letter-spacing: 0.3em;
}
#training-title {
    margin-bottom: 0px;
    letter-spacing: 0.5em;
    text-align: center;
}
.logo-dare {
    text-align: center;
    width: 250px;
    height: auto;
    margin: auto;
}
#dare-about-title {
    margin-bottom: 0px;
}
#training {
    padding-top: 40px;
    padding-bottom: 30px;
}
.dare-col {
    padding-top: 20px !important;
}
.dare-col p {
    text-align: justify;
}
.dare-col .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
}
#contact {
    padding-top: 50px;
    padding-bottom: 20px;
}
#maps-container {
    padding-top: 20px;
}
.training-intro .intro-body {
    padding-bottom: 0px;
}
.intro-body h3 {
    /*    margin-bottom: -20px;*/
    padding-top: 0px;
    font-size: 30px;
    letter-spacing: 2px;
    /*    text-transform: uppercase;*/
}
.trigger-commercial {
    cursor: pointer;
}
.trigger-retail {
    cursor: pointer;
}
.trigger-support {
    cursor: pointer;
}
.trigger-management {
    cursor: pointer;
}



.trigger-tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 99%;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.trigger-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.trigger-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}




/*NEWS SECTION*/

.news-main-title {
    line-height: 1.1;
}
.news-title {
    margin-bottom: 0px;
    padding-left: 20px;
}
.archive-title {
    margin-bottom: 0px;
    padding-left: 20px;
}
#current-news {
    padding-top: 30px;
}
.choose-country {
    padding-top: 50px;
}
.news-video-container {
    width: 100%;
    padding-top: 20px;
}
#other-news {
    padding-top: 30px;
}
.news-thumb {
    height: 100px;
    width: auto;
    float: left;
    padding-right: 10px;
}
.archive-desc-text {
    margin-bottom: 10px;
    line-height: normal;
    height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.archive-item-date {
    color: lightgray;
    margin-bottom: 5px;
    line-height: normal;
}
.news-date {
    color: grey;
    margin-bottom: 5px;
    line-height: normal;
}
.archive-desc{
    height: 100px;
    overflow: hidden;
}
.archive-desc h4 {
    text-align: left;
    margin-bottom: 0px;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
}
.archive-itmes-container {
    margin-top: 15px;
}
.date-icon {
    float: left;
    padding-right: 5px;
    line-height: normal;
}
.date-icon-title {
    float: left;
    padding-right: 5px;
    padding-left: 20px;
    line-height: normal;
}




/*GALERRY*/

.gallery-sorting {
    text-transform: uppercase;
    margin-bottom: 48px; }
.gallery-sorting li a {
    color: #888;
    text-decoration: none;
    margin: 10px;
    letter-spacing: 2px;
    font-weight: 600; }
.gallery-sorting a:hover, .gallery-sorting a.active {
    color: #555; }

.gallery-item {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease; }

.gallery-items {
    margin-bottom: 0; }

.gallery-item a {
    display: inline-block;
    color: #fff !important; }
.gallery-item a:hover .gallery-overlay {
    opacity: 1;
    visibility: visible; }
.gallery-item img {
    max-width: none;
    position: relative;
    left: 0;
    width: 100%; }
.gallery-item:hover img {
    transform: scale(1.2, 1.2) translate(15px, 15px);
    -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
    -webkit-transform: scale(1.2, 1.2) translate(15px, 15px); }

.gallery-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
.gallery-overlay .caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 30px;
    text-align: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0; }

.gallery-item a:hover .gallery-overlay .caption {
    bottom: 10%;
    opacity: 1; }

.gallery-item a h5 {
    margin-bottom: 0;
    font-weight: 800;
    color: #fff; }

.gallery-wide div {
    margin-bottom: 0px; }

#dare-gallery {
    padding-top: 0px;
    padding-bottom: 30px;
}
#gallery-title {
    text-align: center;
    padding-top: 30px;
    text-transform: none;
}
.gallery-items .shuffle-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

/*STICKY SOCIAL*/

.sticky-container{
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -109px !important;
    top:40%;
    width: 200px;
    z-index: 1000;
}
.sticky li{
    list-style-type: none;
    background-color: transparent;
    color: black;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    /*		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                    filter: gray; 
                    -webkit-filter: grayscale(100%); */

}

.sticky li:hover{
    /*		margin-left: -115px;*/
    -webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);
    /*background-color: #8e44ad;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.sticky li img{
    width: 32px;
    height: 32px;
    float: left;
    margin: 5px 5px;
    margin-right: 20px;

}

.sticky li p{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;

}




/* loading */
#loading_container {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/transparent-black.png");
    opacity: 1;
    background-repeat: repeat;
    z-index: 9999;
    display: none;
}
#loading_container .loading_message {
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    padding: 20px;
    margin-top: 200px;
}
#loading_container .loading_message .message{
    font-size: 20px;
}
#loading_container .loading_please_wait {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 20px;
}

#popup_container {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/transparent-black.png");
    opacity: 1;
    background-repeat: repeat;
    z-index: 99999;
    display: none;
}
.centerbox {
    /*background-color: #efefef;*/
    width: 400px;
    padding: 10px;
    min-height: 50px;
    position: relative;
    top: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}
#scroll_left{
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    margin-top: 40px;
}
#scroll_right{
    position: absolute;
    z-index: 9999;
    right: 0;
    cursor: pointer;
    margin-top: 40px;
}
#arrowLeft{
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a11.png) center center no-repeat;
    background-position: -3px -33px;
    overflow: hidden;
}
#arrowLeft:hover{
    background-position: -123px -33px;
}
#arrowRight{
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a11.png) center center no-repeat;
    background-position: -63px -33px;
    overflow: hidden;
}
#arrowRight:hover{
    background-position: -183px -33px;
}



#locations .col-md-3{
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    font-size:14px;
    cursor: pointer;
    position: relative;
    z-index:99;
}
#locations .col-md-3 i{
    color:#f1b31e;
    font-size:25px;
}
#locations .col-md-3 .office_country{
    font-weight: bold;
    font-size:16px;
    margin-bottom: 20px;
    margin-top:10px;
}
#locations #iasi2,
#locations #brasov,
#locations #chisinau,
#locations #sofia{
    background-color: #4c8b2b;
    color:#fff;
}
#locations #iasi1,
#locations #bucuresti,
#locations #constanta,
#locations #bucuresti,
#locations #katowice,
#locations #lviv{
    background-color: black;
    color:white;
}
.office_sub_triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15px 0 15px;
    /*border-color: #007bff transparent transparent transparent;*/
    /*margin: 0 auto -20px auto;*/
    position: absolute;
    bottom: -13px;
    left:0;
    right:0;
    margin: 0 auto;
    display: none;
}
#locations .active_office .office_sub_triangle {
    display: block;
}
#locations #katowice .office_sub_triangle,
#locations #iasi .office_sub_triangle{
    border-color: #00AEEF transparent transparent transparent;
}
#locations #constanta .office_sub_triangle,
#locations #brasov .office_sub_triangle{
    border-color: black transparent transparent transparent;
}

#map_container {
    width: 100%;
    height: 600px;
}

/*QNA PAGE*/

#qna {
    padding-top: 20px;
}
#qna h3 {
    text-align: center;
}
.question {
    margin-bottom: 10px;
    font-style: italic;
}
.question-sign {
    float: left;
    font-size: 25px;
    margin-bottom: 10px;
    padding-right: 10px;
    line-height: 0.5;
}
.answer-sign {
    float: left;
    font-size: 25px;
    margin-bottom: 10px;
    padding-right: 10px;
    line-height: 0.5;
    padding-top: 10px;
}
.answer{
    border: solid 1px grey;
    margin-left: 30px;
    margin-bottom: 10px;
}
.answer p {
    padding: 10px;
    margin-bottom: 0px;
}
.container-set{
    padding-top: 10px;
}
#search-question {
    text-align: center;
}
.city p {
    margin-bottom: 0px;
}
.city h5 {
    margin-bottom: 10px;
}
.clear{
    clear: both;
}
.contact-info-container h5 {
    text-transform: none;
}

/*JOB AMBASSADORS CSS BEGIN*/

.ambassadors-container {
    height: 350px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 55px;
}
#cristian{
    background-image: url("../images/anca-cristian-bw.jpg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#cristian:hover{
    background-image: url("../images/anca-cristian-color.jpg");
}
#aftene{
    background-image: url("../images/razvan-aftene-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#aftene:hover{
    background-image: url("../images/razvan-aftene-color.jpg");
}
#matei{
    background-image: url("../images/alexandra-matei-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#matei:hover{
    background-image: url("../images/alexandra-matei-color.jpg");
}
#ailenei{
    background-image: url("../images/catalina-ailenei-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#ailenei:hover{
    background-image: url("../images/catalina-ailenei-color.jpg");
}
#batar{
    background-image: url("../images/andreea-batar-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#batar:hover{
    background-image: url("../images/andreea-batar-color.jpg");
}
#padurariu{
    background-image: url("../images/carmen-padurariu-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#padurariu:hover{
    background-image: url("../images/carmen-padurariu-color.jpg");
}
#chilcos{
    background-image: url("../images/irina-chilcos-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#chilcos:hover{
    background-image: url("../images/irina-chilcos-color.jpg");
}
#turcu{
    background-image: url("../images/simona-turcu-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#turcu:hover{
    background-image: url("../images/simona-turcu-color.jpg");
}
#lungoci{
    background-image: url("../images/ionut-lungoci-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#lungoci:hover{
    background-image: url("../images/ionut-lungoci-color.jpg");
}
#comandaru{
    background-image: url("../images/iulia-comandaru-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#comandaru:hover{
    background-image: url("../images/iulia-comandaru-color.jpg");
}
#albu{
    background-image: url("../images/cristina-albu-bw.jpg");
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
#albu:hover{
    background-image: url("../images/cristina-albu-color.jpg");
}
.link-holder {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
.ambassador-thumb {
    width: 100%;
    margin-top: 50px;
}
.ambassador-name {
    text-align: center;
    position: absolute;
    /*    font-weight: bold !important;*/
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: -25px;
    bottom: -15px;
    width: 100%;
    font-size: 40px;
    color: #4c8b2b;
}
.ambassador-function {
    text-align: center;
    position: absolute;
    margin-top: -5px;
    padding-top: 0px;
    /*    font-style: italic;*/
    bottom: 0px;
    margin-bottom: -50px;
    width: 100%;
    font-size: 16px;
    /*    text-transform: uppercase;*/
}
.ambassadors-header {
    text-transform: none;
    font-style: italic;
    margin-bottom: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
}
#ambassadors-section{
    padding-top: 50px !important;
}
.ambassador-page-img{
    width: 60%;
    height: auto;
    text-align: center;
    margin: auto;
}
#individual-ambassador {
    padding-top: 10px;
    padding-bottom: 40px;
}
.picture-container {
    text-align: center;
}
.about-job-title {
    margin-bottom: 5px;
    text-transform: none;
}
.divider-ambassador {
    background:#e1e1e1;
    height:1px;
    margin-bottom: 10px;
    width: 100%;
}
.ambassador-video-container {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.embed-responsive {
    /*    overflow: visible;*/
}
.pad-top-40 {
    padding-top: 40px;
}
.discover {
    padding-top: 50px;
}
.discover-text {
    margin-bottom: 10px;
    margin-top: 30px;
}
.margin-top-20 {
    margin-top: 20px;
}
.custom-function {
    bottom: -30px;
}
.custom-function-single {
    bottom: -15px;
}
.ambassador-name-single {
    text-align: center;
    position: absolute;
    /*    font-weight: bold !important;*/
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    bottom: -30px;
    width: 100%;
    font-size: 40px;
    color: #4c8b2b;
}
.archive-item{
    cursor: pointer;
}
.left{
    float: left;
}
.left:after{
    clear: both;
}
.right{
    float: right;
}
.right:after{
    clear: both;
}


.sticky-apply{
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -85px !important;
    top:43%;
    width: auto;
    z-index: 1000;
    cursor: pointer;
}
.applyVertical {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    width: 185px;
    height: 65px;
    background-color: #4c8b2b;
    text-align: right;
    color: white;
    padding-top: 30px;
    padding-right: 10px;
}
.sticky-apply-mob{
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 20px !important;
    bottom:10px;
    width: auto;
    z-index: 1000;
    cursor: pointer;
}
.applyRound {
    width: 80px;
    height: 80px;
    background-color: #4c8b2b;
    text-align: right;
    color: white;
    padding-top: 30px;
    padding-right: 10px;
    border-radius: 100%;
}
.instantIcon {
    width: 12px;
    height: auto;
    padding-top:4px;
    float: left;
    margin-left: 10px;
}
.instantIconMob {
    width: 15px;
    height: auto;
    padding-top:2px;
    float: left;
    margin-left: 18px;
}
.sendCvTextMob {
    float: left;
    margin-left: 5px;
    margin-top: -5px;
    font-weight: bold;
    font-size: 18px;
}


#message_arrow {
    text-align: left !important;
    padding-left: 5px;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    clear: both;
    z-index: 100000;
    visibility: visible !important;
}
.new_button {
    display: none;
    position: fixed;
    top: 42%;
    left: 40px;
    z-index: 10000;
    color: #67B913;
    font-weight: bold;
}
.delay5 {
    visibility: visible;
    animation-delay: 3s;
    animation-name: fadeInLeft;
}
.delay6 {
    visibility: visible;
    animation-delay: 5s;
    animation-name: shake;
}
#new_button_text {
    margin-bottom: 5px;
    padding-left: 0px;
}
.newsletter{
    z-index: 9999;
    position: fixed;
    /* top: 0; */
    right: 44px;
    bottom: 0;
    width: 123px;
    height: 30px;
    background-color: #4c8b2b;
    padding: 2px;
    color: white;
    cursor: pointer;
}
.newsletter > button {
    z-index: 9999;
    position: fixed;
    /* top: 0; */
    right: 44px;
    bottom: 0;
    width: 123px;
    height: 30px;
    background-color: #4c8b2b;
    padding: 2px;
    color: white;
    border-color: #4c8b2b;
    cursor: pointer;
}
.newsletter > button:hover {
    border-color: #4c8b2b !important;
  background-color: #4c8b2b  !important;
}
.modal-content{
    background-color: rgba(53,53,53,0.8);
    height: 450px;
}
.modal-header{
    height: 140px;
    padding-top: 9%;
    border-bottom: none;
}
.modal-body{
    height: 290px;
}

#textModalLabel1{
    color: #4c8b2b;
    font-size: 28px;
    text-align: center;
}
#textModalLabel2{
    text-align: center;
    color: white;
    font-size: 23px;
}
/******/
body
{
   /* background: url('http://farm3.staticflickr.com/2832/12303719364_c25cecdc28_b.jpg') fixed; */
   /* background-size: cover; */
  /*  padding: 0; */
  /*  margin: 0; */
}

.wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

p.form-title
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
    text-transform: uppercase;
    letter-spacing: 4px;
}

form
{
    width: 300px;
    margin: 0 auto;
}

form.login input[type="text"], form.login input[type="password"]
{
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #4c8b2b;
    outline: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #FFFFFF;
    outline: 0;
}

.btnfooterSubscriber
{
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.btnfooterSubscriber:hover
{
    transition: background-color 0.5s ease;
}

form.login .remember-forgot
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
form.login .forgot-pass-content
{
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    color: #2ecc71;
}

.pr-wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.show-pass-reset
{
    display: block !important;
}

.pass-reset
{
    margin: 0 auto;
    width: 250px;
    position: relative;
    margin-top: 22%;
    z-index: 999;
    background: #FFFFFF;
    padding: 20px 15px;
}

.pass-reset label
{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pass-reset input[type="email"]
{
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000000;
    outline: 0;
}

.pass-reset input[type="submit"]
{
    width: 100%;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.pass-reset input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}
.posted-by
{
    position: absolute;
    bottom: 26px;
    margin: 0 auto;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 10px;
    left: 45%;
}
.close{
    float: right;
    font-size: 25px;
    /* font-weight: bold; */
    line-height: 0.5;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    opacity: 0.8;
    font-weight: normal;
}
.alertSucces{
    width: 50%;
    height: 10%;
    top: 25%;
    left: 25%;
    z-index: 1;
    position: fixed;
}
.policy-header {
    font-style  : italic;
    font-weight : bold;
    margin-bottom: 0px;
}
.policy-mb0 {
    margin-bottom: 0px;
}
