/***********************************************************************************************************************
* Header css
*
***********************************************************************************************************************/
header {
    position: fixed;

    z-index: 10;
    background-color: transparent;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
header.scrolled {
    background-color: #fff;
    opacity: 0.97;
}

/* Header top *********************************************************************************************************/
header .header-top {
    font-size: 14px;
    line-height: 17px;
    height: 38px;
    font-weight: 400;
    background-color: #f6bd2e;
}
header .header-top a {
    color: #fff;
    transition-duration: 0.15s;
}
header .header-top a:hover {
    color: #343434;
}
header .header-top a:hover i.las, header .header-top a:hover i.fa{
    color: #a5be25;
    transition-duration: 0.15s;
}

header .header-top-left .info-box:hover {
    color: #a5be25;
}
header .header-top i:hover {

}
header .header-top .flag-img {
    margin-left: 10px;
    max-height: 18px;
}
header .header-top .las,
header .header-top .lar {
    color: #a2a6a7;
    font-size: 18px;
    line-height: 0;
    margin-bottom: 2px;
    vertical-align: middle;
}
header .header-top li .las {
    margin-right: 10px;
}
header .header-top .header-top-left {
    display: flex;
    align-items: center;
    float: left;
    margin-top: 0px;
    color: #fff;
}
header .header-top .header-top-right {
    display: flex;
    align-items: center;
    float: right;
    margin-top: 0px;
}
header .header-top .header-top-left > div,
header .header-top .header-top-right > div {
    margin-top:12px;
}
header .header-top .header-top-right > div.separator {
    border-right: 1px solid #e1e1e1;
    height:18px;
}

header .header-top-left .footer-social-icon i{
    background: none;
    font-size: 14px;
    width: 10px;
    height: 10px;
    line-height: 0px;
    color: #fff;
}
header .header-top-left .footer-social-icon i:hover{
    color: #8eb2c7;
}

/* Header *************************************************************************************************************/

header .header {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Logo */
header .header .header-logo img {
    /*top: 0;*/
    /*z-index: 10;*/
    max-width: 325px;
}

/* Header center */
header .header-right {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0px 0px;
    /*width:520px;*/
}
header .header-right .booking-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    margin-top:2px;
    margin-right:15px;
}
.change-language {
    position: relative;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 300;
}
header .header .header-center a {
    color: #343434;
    padding: 0 0 0 20px;
    font-weight: 700;
    text-transform:none;
    transition-duration: 0.15s;
}

header .header .header-center li> a {
    padding: 0 20px 0 20px;
}
header .header-center img {
    margin-right: 2px;
    max-height: 18px;
}
.header-top-left .company-info {
    margin-right: 15px;
}
.header-top-left i {
    font-size: 16px;
    color: #fff;
    margin-right: 4px;
}
header .header .header-center a:hover {
    color: #a5be25;
}
header .header .header-center .dropdown-menu a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
header .header .header-center .dropdown-menu a:hover {
    color: #a5be25;
}
header .header .header-center .dropdown-menu .product-menu-wrapper {
    margin: 10px -15px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper .product-menu-title {
    width: 90px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper img {
    max-height: 50px;
    max-width: 50px;
    margin-top: 3px;
    margin-right: 10px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper .product-menu-code span {
    color: #000;
    font-weight: 300;
    font-size: 18px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper .product-menu-code  {
    width: 297px;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-align: left;
}
header .header .header-center .dropdown-menu .dropdown-support-menu {
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
header .header .header-center .dropdown-menu .dropdown-support-menu h3 {
    color: #a6ce39;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}
header .header .header-center .dropdown-menu .dropdown-support-menu  i {
    font-size: 25px;
    color: #a6ce39;
    margin: 5px 15px 5px 0;
}
header .header .header-center .dropdown-menu .dropdown-support-menu a:hover {
    color: #a6ce39;
}

.dropdown-menu{
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    min-width: 252px;
}

header .header .header-center {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 0px;
    text-transform: uppercase;
}
.header .tvlive-btn {
    padding-left: 35px;
    font-size: 14px;
    background: #8e0003;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    -webkit-transition: background 0.5s ease, color 0.5s ease 0s;
    -moz-transition: background 0.5s ease, color 0.5s ease 0s;
    -ms-transition: background 0.5s ease, color 0.5s ease 0s;
    -o-transition: background 0.5s ease, color 0.5s ease 0s;
    transition: background 0.5s ease, color 0.5s ease 0s;
    margin-top: -9px;
    /*margin-left: 15px;*/
}
header .header .header-center a.tvlive-btn:hover{
    background:#ec7532;
    color: #fff;
}
.header .tvlive-btn i {
    margin-right:6px;
}
header .header .header-center i {
    color: #fff;
}

/* Header right */
header .header .header-right {
    /*width:360px;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end; /* Use this to align search left/right*/
}
.header-top-left .info-box i{
    color: #fff;
}
.header-top-left .info-box a{
    color: #fff;
}
.header-top-left .info-box {
   margin-right: 40px;
}

.header-top-right .info-box i{
    color: #fff;
    margin-left: 10px;
    margin-right: 5px;
}
.header-top-right .info-box a{
    color: #fff;
}
.header-top-right .info-box {

}
/* Typeahead Search with product search *******************************************************************************/
.typeahead-search {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    /* Don't set width, set width to:  header .typeahead-search input */
}
.typeahead-search input {
    border: 1px solid #bec8ce;
    border-right:0;
    border-radius: 3px 0 0 3px;
    padding: 6px 6px; /* defines height of input */
    outline: none;
    width: 210px; /* Change this value to change typeahead width */
}
.typeahead-search input.tt-hint {
    top: unset !important;   /* typeahead injects 0 inline */
    left: unset !important;  /* typeahead injects 0 inline */
    color:#c0c0c0;
}
.typeahead-search > button {
    border-radius: 0 3px 3px 0;
    padding: 5px 10px !important;
    background: #cb2426 !important;
}
.typeahead-search > button:hover {
    background: #212121 !important;
}
.typeahead-search .twitter-typeahead {
    position: static !important; /* typeahead injects relative inline */
}
.typeahead-search .typeahead-search-categories  button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #bec8ce;
    border-right: 0;
    max-width: 125px;
    overflow: hidden;
}


/*Ostalo staro, *****/

.twitter-typeahead .tt-menu {
    border: 1px solid #bec8ce;
    border-top: 0;
    right: 0;
}
.twitter-typeahead.no-result .tt-menu {
    height: auto;
}
.twitter-typeahead .list-group {
    margin: 0;
    background: #ededed;
}
.twitter-typeahead .list-group > a:hover {
    color: #333;
}

.twitter-typeahead .tt-suggestion:hover {
    color: #333;
}
.twitter-typeahead .tt-suggestion .suggestion-product {
    transition: background 0.3s ease 0s;
}
.twitter-typeahead .tt-suggestion .suggestion-product:hover {
    background: #f2f2f2;
}
.tt-menu .no-products-found {
    padding: 10px 15px;
    font-weight: 400;
}
.tt-dataset.tt-dataset-0 {
    display: flex;
}
.twitter-typeahead .list-group.no-products {
    width: 100%;
    background: #fff;
}
.tt-menu .tt-highlight {
    font-weight: 600;
}
.twitter-typeahead .search-products-wrapper .tt-suggestion .suggestion-product:hover {
    background: transparent;
}

/******/

.search-results-dropdown, .search-products-wrapper {
    float: left;
    background: #fff;
}
.search-results-dropdown {
    width: 34%;
    overflow-y: auto;
    max-height: 380px;
}
.search-products-wrapper {
    width: 66%;
    overflow-y: auto;
    max-height: 380px;
    padding-bottom: 10px;
}
.search-results-dropdown .suggestion-product .informations {
    padding: 0;
}
.search-products-wrapper .search-products {
    display: flex;
    flex-wrap: wrap;
}
.search-products-wrapper .search-products > a {
    width: 49.9%;
}
.search-results-dropdown .suggestion-product .title {
    word-break: break-all;
}
.search-wrapper .search-site-label, .search-wrapper .suggested-products-label {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-weight: 500;
}
.suggestion-product {
    padding: 6px 15px;
    font-size: 13px;
}
.suggestion-product:hover {
    background: #fff;
}
.suggestion-product .image-wrapper {
    padding: 0 5px;
}
.suggestion-product .image-wrapper img {
    max-width: 100%;
}
.suggestion-product .category {
    font-size: 12px;
    color: #aaa;
    margin-top: -2px;
}
.suggestion-product .price {
    font-size: 12px;
}
.suggestion-product .currency.hide-currency {
    display: none;
}
.search-products .suggestion-product {
    padding-bottom: 10px;
    position: relative;
}
.search-products .suggestion-product:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .2s;
    opacity: 0;
    background-color: rgba(0,0,0,.04);
    pointer-events: none;
}
.search-products .suggestion-product:hover:after {
    opacity: 1;
}
.search-products a:hover {
    color: #333;
}
.search-products .suggestion-product .informations .title {
    font-size: 13px;
}


/* Dropdown header menu with multiple submenu *************************************************************************/
.dropdown:hover > .dropdown-menu {
    display: none;
}
header ul.dropdown-menu li {
    margin: 12px 0;
}
header ul.dropdown-menu li > a {
    padding: 4px 16px;
}
header ul.dropdown-menu li > a:hover {
    background: none;
}
header ul.dropdown-menu li img {
    max-height: 22px;
    max-width: 22px;
}
header .dropdown-menu > li img {
    margin-right: 4px;
}
header .dropdown-menu.dropdown-menu-lang > li img {
    margin-right: 4px;
}
header .dropdown-menu li .active {
    /*background-color: #f2f2f2;*/
}
header .dropdown > a.dropdown-toggle > i.fa-angle-down {
    margin-left: 2px;
    font-size: 12px;
    color: #000;
}
.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:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after {
    display:block;
    content:'\f054';
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 33%;
    right: 10px;
    font-size: 8px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    /*border-radius:6px 0 6px 6px;*/
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
}

.menu-lang {
    margin-left: 20px;
}

header .header-top .header-top-right .info-box {
    margin-left:15px;
}