.rd-navbar-nav .rd-navbar-submenu-toggle {
    color:#FFF;
}
#blocks-header_contacts-0 .link-default {
    white-space:nowrap;
}
#video-container {
    overflow: hidden;
    position:relative;
}

.menu-logo {
    display:none !important;
}
.rd-navbar-corporate.rd-navbar-static .menu-logo .rd-navbar-brand img {
    height:32px;
}
.rd-navbar--is-stuck .menu-logo {
    display:inline-block !important;
}


#video-container video {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
}

#languages {
    white-space:nowrap;
    min-width:170px;
    text-align:right;
}
#languages .lang {
    margin:4px;
    display:inline-block;
    color: #2d3742;
    background-color: transparent;
    border-color: #033d79;    
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.25;
    border: 2px solid;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    border-radius: 0;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
#languages .lang img {
    max-height:12px;
}

.rd-navbar-corporate.rd-navbar-static {
    border-bottom:none;
}

.context-dark {
    text-shadow:1xpx 1px 0 #000;
}
.breadcrumbs-custom-inner {
    background:rgba(0,0,0,0.4);
}
.thumbnail-light-media {
    text-align:center;
}
.thumbnail-light-title {
    text-align:center;
}
.thumbnail-light-image {
    width:auto;
}

.search_res {
    margin:20px 0;
}
.search_res p {
    margin:5px 0;
}

#blocks-footer_gallery-0 .easy_gallery a {
    display:inline-block;
    margin:0px;
    margin-right:10px;
    margin-bottom:10px;
}

a.pdf {
	padding-right: 25px;  
	background: url('../images/links/pdf.png') no-repeat center right;
}

.obj-inline {
    display:inline-block;
}
.obj-inline .fa {
    font-size:16px;
    width:20px;
}
.profile-creative-contacts {
    margin-top:8px;
}
.profile-creative-contacts .lng {
    margin-right:7px;
}
.profile-creative-contacts .lng img {
    width:20px;
    height:20px;
    border-radius:50%;
    box-shadow:0 0 4px rgba(0,0,0,0.5);
}

.career-classic {
    max-width:100%;
}
.career-classic-list .fa {
  font-size: 1.25em;
  color: #033d79;
}
.career-classic-title a:hover {
    text-decoration:underline;
}

.career-classic-desc ul {
	text-align: left;
}

.career-classic-desc ul > li {
	text-indent: -25px;
	padding-left: 25px;
}

.career-classic-desc ul > li::before {
	position: relative;
	top: 1px;
	display: inline-block;
	left: 25px;
	min-width: 25px;
	content: '\f14f';
	font: 400 14px 'Material Design Icons';
	line-height: inherit;
	color: #aeb1be;
}

.career-classic-desc ul > li + li {
	margin-top: 3px;
}
.career-classic-desc.career-classic-desc-list {
    margin-top:20px;
}
#carrer-cv-section .form-label-outside {
    text-align:left;
}

.box-minimal {
    text-align:center;
}
.box-minimal figure {
    margin:0 auto;
    width:200px;
    height:200px;
    border-radius:50%;
    overflow:hidden;
}
.box-minimal figure img {
    width:100%;
}

.pr-gallery .easy_gallery img,
.product-list-item .easy_gallery img {
    border-radius:50%;
    box-shadow:3px 3px 5px rgba(0,0,0,0.5);
    margin-right:7px;
    margin-bottom:7px;
}
.pr-gallery .easy_gallery img:hover {
    
}
.product-list-item {
    margin:50px 0;
}
.product-list-item h2 {
    margin-bottom:10px;
}

.main-products .thumbnail-light-image {
    /*border-radius:50%;*/
}
.main-products h5 {
    font-size:16px;
}

.thumbnail-light {
    text-align:center;
}
.thumbnail-light .main-product-desc {
    text-align:justify;
}

.container .contenteditable ul li,
.container .contenteditable ol li {
    padding-left:25px;
    position: relative;
}
.container .contenteditable ul li:before {
    content: " ";
    background: linear-gradient(225deg, rgba(3, 61, 121, 0.5) 0%, rgba(200, 200, 255, 0.5) 100%);
    background: -moz-linear-gradient(225deg, rgba(3, 61, 121, 0.5) 0%, rgba(200, 200, 255, 0.5) 100%);
    background: -webkit-linear-gradient(225deg, rgba(3, 61, 121, 0.5) 0%, rgba(200, 200, 255, 0.5) 100%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 50%;
}
.container .contenteditable ol {
   list-style: none;
   counter-reset: item;
}
.container .contenteditable ol li {
   counter-increment: item;
}
.container .contenteditable ol li:before {
    content: counter(item);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    /*border-radius: 50%;*/
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 14px;    
}

.form-label-outside {
    padding-right:0px;
}
.form-wrap.has-error .form-input {
    background:rgb(255, 200, 200);
}

.clear {
    clear:both;
}

@media (min-width: 992px) {
    .main-products .col-lg-2 {
        width:20%;
    }
}