@font-face {
    font-family: 'Tahoma';
    src: url('https://fluid-line.ru/assets/resources/fonts/Tahoma.eot');
    src: local('Tahoma'),
        url('https://fluid-line.ru/assets/resources/fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
        url('https://fluid-line.ru/assets/resources/fonts/Tahoma.woff') format('woff'),
        url('https://fluid-line.ru/assets/resources/fonts/Tahoma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('https://fluid-line.ru/assets/resources/fonts/Tahoma-Bold.eot');
    src: local('Tahoma Bold'), local('Tahoma-Bold'),
        url('https://fluid-line.ru/assets/resources/fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://fluid-line.ru/assets/resources/fonts/Tahoma-Bold.woff') format('woff'),
        url('https://fluid-line.ru/assets/resources/fonts/Tahoma-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* BASE COLOURS 
 *
 * Main colour blue - #0876A6;
 * Main font-family - Tahoma, Arial;
 */

/* HEADER - head-top-logo */
.container-inner {
    position: relative;
    margin: 0 auto;
    width: 940px;
}

.header-row {
	height: 100%;
}

.header-site-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    
    width: 165px;
}

.header-site-logo a {
    display: flex;
    width: inherit;
}

#visiterEmail {
    position: absolute;
    background-color: #F2F2F2;
    color: #0876A6;
    font-weight: normal;
    font-size: 20px;
    top: 10px;
    right: 19px;
    font-family: Tahoma, Arial;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
}
/* END HEADER - head-top-logo */

/* HEADER - head-top-search */
.menu li.active a {
    color: #0876A6;
}

div.menu li:hover a {
    color: #0876A6;
}

div.menu ul ul ul li {
    background-color: #0876A6;
}

div.menu ul ul a:hover {
    cursor: pointer;
    background-color: #0876A6;
    color: white;
}

div.menu ul ul li:hover a {
    cursor: pointer;
    background-color: #0876A6;
    color: white;
}

div.menu li ul {
    border-left: 1px solid #0876A6;
    border-right: 1px solid #0876A6;
    border-bottom: 1px solid #0876A6;
    position: absolute;
    background-color: white;
    visibility: hidden;
    display: block;
    color: black;
    z-index: 101;
    margin-left: -11px;
}

div.menu ul ul ul {
    margin-left: 357px;
    margin-top: -50px !important;
    width: 320px;
    border: 1px solid #0876A6;
}
/* END HEADER - head-top-search */

/* BODY - product-box-main */
a.product-box-main div.title,
.product-box-main-simple div.title {
    margin-left: -10px;
    margin-right: -10px;

    height: 42px;
    width: 205px;

    position: absolute;
    bottom: 0;
    vertical-align: middle;
    display: table-cell;
    padding: 23px 15px 15px 15px;
    font-family: Tahoma, Arial;
    font-size: 16px;
    background: #0876A6;
    text-decoration: underline;
    box-shadow: 0px 5px 16px -5px black inset;
}

a.product-box-main div.title::after,
.product-box-main-simple div.title::after {
    content: ''; 
    position: absolute;
    top: 0; bottom: -25px;
    right: 0; left: 0;
    margin-left: auto; margin-right: auto;
    width: 0px;
    border: 15px solid transparent;
    border-top: 15px solid white;
}
/* END BODY - product-box-main */ 

/* -- BANNER -- */
.nivo-controlNav {
    opacity: 0;
}
/* -- END BANNER -- */