/* INICIO TOP NAVBAR */
.top-menu-container {
    display:none;
}
.top-menu {
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #4a626f;
    height: 50px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    justify-content: flex-end;
    align-items: center;
}

.top-menu .btnRadiusOrange {
    background: #ffad00;
}

.top-menu > .tm-left,
.top-menu > .tm-right > .action,
.top-menu > .tm-right > .action > .callto {
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: center;
}

.top-menu > .tm-right {
	margin-right: 10px;
}

.callto-icon i {
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}

.callto .callto-text a,
.callto .callto-text p {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.callto > .callto-text > .tel {
    font-weight: bold;
    font-size: 14px;
}

.callto > .callto-text > .schedule {
    font-size: 9px;
}

.top-menu > .tm-right > .action > .tm-nav {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.top-menu .tm-nav .tm-lang ul.nav.menuLang {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.tm-search span.btn.btn-show-search i {
    color: #ffffff;
}

.top-menu .tm-nav .tm-lang ul.nav.menuLang a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.block-search {
    position: fixed;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0096db;
}

.block-search .input-group {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	display: flex;
    align-items: center;
}

.block-search .input-group span {
	color: white;
    display: inline;
    font-size: 30px;
}

.block-search .input-group input {
	background-color: transparent;
    border: none;
    box-shadow: none;
    color: white;
    font-size: 25px;
    border-bottom: 1px solid white;
	margin-left: 10px;
}

.block-search .input-group .input-group-btn button {
	background-color: transparent;
    border: none;
    color: white;
    font-size: 18px;
}

.block-search .close {
    position: absolute;
	top: 50px;
    right: 50px;
    color: white;
    opacity: 1;
    font-size: 40px;
}

.block-search .close img {
	width: 20px;
}



/* FIN TOP NAVBAR */

/* DROPDOWN MENU */

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;left:100%;
    margin-top:-6px;margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    /*border-left-color:#555;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    /*text-decoration: underline;*/
}




.search-input, .btn-icon-search, .btn-show-search{
    border-bottom-style: inset;
    border-bottom-color: #0093d8;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius: 0px !important;
}

.result-title{
    font-size: 22px;
    font-family: OpenSans-Semibold;
    color: #333333;
    line-height: 22px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.result-description{

    font-size: 18px;
    font-family: OpenSans-Regular;
    color: #7f7f7f;
}
.result-date{
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #999999;
}

.result-img{
    height: 260px;
    overflow: hidden;
}

.btn-content-search{
    text-align: right;
    border-bottom: 1px solid #0093d8;
    margin: 2em;
}
.item-result{
    padding: 1em 2em;
}

.btn-show-search{
    border: none;
    font-size: 14px;
}

.search-mobile{
    padding: 1.5em 1em 0;
}

.search-white, .search-white:hover, .search-white:focus, .search-white:active, .search-white:active:focus{
    background-color: transparent;
    color: #fff;
}


@media (max-width: 767px) {

    .navbar-nav  {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }

    .btn-content-search{
        text-align: center;
        margin:0;
    }

    .result-img{
        height: 129px;
    }

    .tag{
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #navbar-collapse-1 .navbar-nav {
		padding-top: 5px;
	}

	.top-menu-container {
        display: block;
    }
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}
/* FIN DROPDOWN MENU */

/* NAVBAR */

.header_logo {
    /*width: 150px;*/
    width: 180px;
    margin-right: 10px;
}

#navbar-xs .header_logo {
    width: 150px;
}


#navbar {
    position: absolute;
    top: 0;
    /*width: calc(100% - 30px);*/
    z-index: 90;
}

.homePage #navbar {
    /*box-shadow: inset 0px 169px 180px -180px rgba(0,0,0,1);
    -webkit-box-shadow: inset 0px 169px 180px -180px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 169px 180px -180px rgba(0,0,0,1);*/
}

@keyframes fromTop {
    from {
        top:-190px;
    }
    to {
        top:0px;
    }
}

.sticky {
    z-index: 91 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background: #ffffff;
    -webkit-animation: fromTop .5s;
    animation: fromTop .5s;
    /*left: 0px;*/
    /*padding-left: 45px;*/
    /*padding-right: 45px;*/
    box-shadow: none !important;
}
.animation-navbar{
    -webkit-animation: fromTop .5s;
    animation: fromTop .5s;
}
#navbar .navbar {
    background: none;
    border: 0px;
    padding-top: 45px; /*30px;*/
    /*
    margin-right: 30px;
    margin-left: 30px;
   */
    z-index: 90;
    /*max-width: 1340px;*/
    /*padding-bottom: 20px;*/
    padding-bottom: 5px;
}
.navbar-padding{
    /*padding-top:30px;*/
    /*padding: 30px 60px 0px;*/
    /*padding: 30px 30px 0px;*/
}
#navbar .navbar.navType2 {
    /*
    margin-left: 15px;
    margin-right: 15px;
    */
}
@media(min-width: 768px) {
    .top-menu-container {
        display: block;
    }
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:0px!important;
    }
}

#navbar .navbar.navType2, #navbar .navbar.navType2 li, #navbar .navbar.navType2 li a  {
    background: #fff;
}

#navbar .navbar .navbar-header {
    float: left;
    /*margin-top: 28px;*/
    position: absolute;
    /*bottom: 8px;*/
    padding-top: 10px;
}

#navbar-xs .navbar-header {
    border-bottom: .5px solid #cbcbcb;
}

#navbar .navbar-brand {
    display: block;
    padding: 0px;
    padding-top:5px;
}

#navbar .navbar-brand-dark {
    display: none;
}

#navbar.sticky .navbar-brand-dark {
    display: block !important;
}

#navbar.sticky .navbar-brand {
    display: none;
}

#navbar .navType2 .navbar-brand-dark {
    display: block !important;
}

#navbar .navType2 .navbar-brand {
    display: none;
}

#navbar .navbar .collapse.navbar-collapse {
    float: right;
    /*margin-right: 15px;*/
}

#navbar .nav li a {
    padding-top: 15px;
    padding-bottom: 19px;
}

#navbar .nav li a, #navbar .nav ul.menu li a {
    font-family: OpenSans-Light;
    color: #fff;
    text-decoration: none;
    padding: 19px 20px 19px 35px;
    /*min-width: 138px;*/
    text-align: center;
    font-size: 18px;
    /*box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.53);*/
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.53);
}

#navbar .menuLang li a {
    font-family: OpenSans-Light;
    color: #fff;
    text-decoration: none;
    padding: 0px !important;
    /*min-width: 138px;*/
    text-align: center;
    font-size: 18px;
    /*box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.53);*/
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.53);
    background: none !important;
    text-transform: uppercase;
}

#navbar .menuLang li a:first-child {
    padding-right: 15px !important;
    padding-left: 0px !important;
}

#navbar .navbar.navType2 .nav li a, #navbar .nav ul.menu li a {
    color: #333333;
    text-shadow: none;
}

#navbar .navbar-default .navbar-nav>li>a {
    color: #fff;
}

#navbar .nav li, #navbar .nav ul.menu li {
    float: none;
    display: inline-block;
}

#navbar .nav .dropdown-menu li:first-child a {
    padding-top: 15px !important;
}

/*
#navbar .nav .dropdown-menu li:last-child a {
    padding-bottom: 15px !important;
}
*/
#navbar .nav .dropdown-menu li a {
    padding: 8px 20px 8px 35px !important;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: OpenSans-Regular;
    min-width: 207px;
    color: #7f7f7f;
    line-height: 14px;
}

#navbar .dropdown-menu {
    border: 0px;
    box-shadow: 6px 10px 10px -2px rgba(0,0,0,.175) !important;
    border-radius: 0px !important;
}

#navbar .dropdown-menu > li > a:hover, #navbar .dropdown-menu > .active > a:hover {
    background: none;
    color: #0093d8 !important;
    border-top: 0px !important;
}

#navbar .menuMain > li {
	border-top: 5px solid transparent;
}

#navbar .menuMain .alexiaLogo {
	visibility: hidden;
}

#navbar .menuMain li:hover {
    border: 0px solid red;
    border-top: 5px solid #0093d8;
    background: #fff;
}

#navbar .nav .dropdown-menu li:hover {
    border-top: 0px !important;
}

#navbar .menuLang li:hover, .menuLangItem, .alexiaLogo {
    border: 0px solid red !important;
    background: none !important;
}

#navbar .menuMain > li:hover:not(.menuLangItem):not(.alexiaLogo) a {
    /*padding-top: 14px !important;*/
    text-shadow: none;
}

.menuLang {
    /*padding: 19px 20px 19px 35px !important;*/
    padding: 19px 20px 19px 10px !important
    /*float: right;
    margin-right: 50px !important;*/
}

.top-menu .menuLang {
    padding: 0px 10px 0px 20px !important;
}

.alexiaLogo {
    position: absolute;
    right: 175px;
    top: 17px;
}

.alexiaLogo a {
    padding: 19px 20px 19px 20px !important;
    margin-bottom: -25px;
    background: none !important;
    display: inline;
}

.alexiaLogo img {
    width: 25px;
}

.alexiaLogo .white {
    display: none;
}

#navbar-xs .menuLang {
    /*width: 115px;*/
    display: inline-block;
    position: absolute;
    right: 50px;
    top: -5px;
}

#navbar-xs .menuLang li {
    display: inline-block;
    float: left;
}

#navbar-xs .menuLang li a {
    color: #333333;
    padding-left: 5px;
    padding-right: 5px;
    background: none !important;
}

#navbar-xs .menuLang li a:hover, #navbar-xs .menuLang li a:visited {
    background: none !important;
}

#navbar .menuLang > li:hover a, #navbar .menuLang > li:hover a {
    /*color: #0093d8 !important;*/
    background: none !important;
}

#navbar .navType2 .menuLang > li:hover a, #navbar .navType2 .menuLang > li:hover a {
    text-shadow: none;
}

/*
#navbar .navbar:not(.navType2) ul.menuMain:not(.dropdown-menu) > li:last-child:hover {
    border-top: 0px;
    background: none !important;
    color: #fff !important;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.53) !important;
}


#navbar .navType2 ul.nav:not(.dropdown-menu) > li:last-child:hover {
    border-top: 0px;
    background: none !important;
    color: #fff !important;
    text-shadow: none !important;
}

#navbar ul.menuMain:not(.dropdown-menu) > li:last-child a, .xs-contact a {
    display: inline-block;
    background: #ffad00 !important;
    border-radius: 30px;
    padding: 10px 50px 13px 50px !important;
    border: 0px;
    //box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.53);
    margin-top: 6px;
    color: #ffffff;
	transition-duration: .40s;
}
*/
.xs-contact a {
    padding: 10px 0px 13px 0px !important;
    width: 100%;
    text-align: center;
}

#navbar .navType2 ul.nav:not(.dropdown-menu) > li:last-child a {
    text-shadow: none !important;
    /*box-shadow: none !important;*/
}

/*
#navbar .navbar:not(.navType2) ul.menuMain:not(.dropdown-menu) > li:last-child a:hover, #navbar ul.menuMain:not(.dropdown-menu) > li:last-child a:focus {
    background: #ffad00 !important;
    border: 0px !important;
    border-radius: 30px;
    color: #fff !important;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.53) !important;
}


#navbar .navbar.navType2 ul.menuMain:not(.dropdown-menu) > li:last-child a:hover, #navbar ul.menuMain:not(.dropdown-menu) > li:last-child a:focus {
    background: #ffad00 !important;
    border: 0px !important;
    border-radius: 30px;
    color: #fff !important;
    text-shadow: none !important;
}
*/
#navbar .navbar-default .navbar-nav>li:hover>a, #navbar .navbar-default .navbar-nav>li:hover>a:focus, #navbar .navbar-default .navbar-nav>li:hover>a:hover {
    background: #fff;
    color: #333333;
    text-shadow: none;
}
/*
#navbar .navbar-default .navbar-nav>li:last-child:hover>a, #navbar .navbar-default .navbar-nav>li:last-child:hover>a:focus, #navbar .navbar-default .navbar-nav>li:last-child:hover>a:hover {
    background: #ffad00 !important;
    border: 0px !important;
    color: #fff !important;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.53) !important;
	box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.53);
}

*/
.navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
    border: none;
    margin-top: 13px;
    margin-right: 20px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}

.navbar-toggle .closeBtn {
    display: none;
    margin-top: -10px;
    margin-right: -4px;
}

.navbar-toggle.open .closeBtn {
    display: block;
}

.navbar-toggle.open span {
    display: none;
}

#navbar-xs {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    left: 0;
    z-index: 90;
}

#navbar-xs .navbar {
    margin: 0px;
    background: #ffffff;
    border: 0px;
    width: 100vw;
}

#navbar-xs .navbarContent {
    display: none;
    border: 0px;
    height: calc(100vh - 50px);
    /*padding: 15px;*/
    padding: 0.5rem 3.5rem 1rem;
    width: 100vw;
    overflow-y: auto;
}

#navbar-xs .navbarContentInner {
    position: relative;
    height: auto;
    display: inline-block;
}

#navbar-xs .navbar-brand {
    height: inherit;
}

.navbarMenuToggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
    color: grey;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    margin-top: 0px;
    line-height: 10px;
    font-size: 10px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: .5px solid grey;
}

.navbarMenuToggle.collapsed:after {
    content: "\002b";
}

#navbar-xs .menuLevel1 {
    padding-bottom: 15px;
    border-bottom: .5px solid grey;
    padding-top: 15px;
}

#navbar-xs .menuLevel2 {
    padding-top: 5px;
}

#navbar-xs .menuLevel1 a, #navbar-xs .menuLevel2 a {
    color: #333333;
}

#navbar-xs .menuLevel2 div {
    padding-top: 10px;
}

#navbar-xs .social_links a {
    float: right;
    margin-left: 10px;
}

#navbar-xs .social_links i {
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}

.vertical-align{
    display: flex;
    align-items: center;
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400px) {
    .top-menu-container {
        display: block;
    }
    #navbar .nav li a, #navbar .nav ul.menu li a {
        padding: 19px 14px 19px 14px;
		font-size: 17px;
    }

    .menuLang {
        /*padding: 19px 14px 19px 29px !important;*/
    }

    /*
    #navbar ul.menuMain:not(.dropdown-menu)>li:last-child a, .xs-contact a {
		padding: 10px 30px 13px 30px !important;
	}
	*/

    .menuLang li a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
    .top-menu-container {
        display: block;
    }
    .alexiaLogo {
        position: relative;
        right: 0px;
        top: 0px;
    }

    .alexiaLogo .white {
        display: block;
    }

    .alexiaLogo .dark {
        display: none;
    }

    .navType2 .alexiaLogo .white {
        display: none;
    }

    .navType2 .alexiaLogo .dark {
        display: block;
    }
}



@media(max-width: 1399px) {
    .sticky {
        max-width: 1110px;
    }
}

@media(max-width: 1199px) {
    .tm-search {
        display: none;
    }
    .sticky {
        max-width: 940px;
    }
}

@media(min-width: 992px) {
    .top-menu-container {
        display: block;
    }
    .navbar-toggle {
        display:none;
    }
}

@media(min-width: 768px) {
    .top-menu-container {
        display: block;
    }
    #navbar-xs .navbar-header {
        float: none;
        margin-top: 55px;
    }
}

@media(max-width: 1199px) {
    .navbar-toggle {
        display:block;
    }

	#browser-mobile {
        display: block !important;
    }

    .hidden-sm #navbar {
        display: none !important;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }

    #navbar-xs .navbarContentInner {
        width: 100%;
    }
}
/* FIN NAVBAR */


.navbarContentInner a.btnRadiusOrange.btn-cta-primario {
    width: 100%;
    margin-bottom: 25px;
}

.navbarContentInner .btnRadiusOrange {
    background: #ffad00;
}
.dropdown-menu>li>a {
    white-space: normal;
}
