a {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

body{
    background-image: url('http://gioteck.com/images/logo-bg.png');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 115px;
}

header {
    background-image: url('http://gioteck.com/images/header-bg.png');
    background-repeat: repeat-x;
    height: 115px;
    opacity: 0.93;
}

header > nav a {
    color: #000000;
    text-decoration: none;
}

header > nav a:hover {
    color: #FF0000;
    text-decoration: none;
}

header > nav a > img {
    border-bottom: #ccc solid 1px;
}

header > nav a:hover > img {
    border-bottom: #000 solid 1px;
}

header > div.container > div.row:first-child > div {
    height: 71px;
    line-height: 71px;
}

header > div.container > div.row:first-child > div > a {
    vertical-align: middle;
}

footer > div {
    text-align: center;
}

.navbar {
    border-radius: 0px;
    background-color: #000000;
    min-height: 44px;
    max-height: 44px;
    border: 0px;
}

.navbar-dropdown > div {
    position: absolute;
    left: 0;
    min-height: 162px;
    min-width: 100%;
    border-bottom: 2px solid red;
    background-color: #FFFFFF;
    color: #000000;
    opacity: 1;
    z-index: 5;
    display: none;
    text-align: center;
}

#navbar > div.row > div {
    text-align: center;
    color: #FFFFFF;
    min-height: 44px;
    max-height: 44px;
    line-height: 44px;
    vertical-align: middle;
}

#navbar > div.row > div.hover-dropdown > a {
    color: #FFFFFF;
    text-decoration: none;
}

#navbar > div.row > div.hover-dropdown > a:hover {
    color: #FF0000;
    text-decoration: none;
}

#navbar > div.row > div.hover-dropdown > a:active,
#navbar > div.row > div.hover-dropdown > a.active
{
    color: #FFFFFF;
    text-decoration: #CC0000 underline;
}

.nav-btns {
    padding-top: 17px;
}

.text-muted {
    color: #C2C2C2;
}

input[role="search"] {
    max-width: 230px;
    padding-left: 34px;
}

.page-header {
    border-bottom: 1px solid #000000;
}

.btn.btn-gioteck {
    border-radius: 0px;
    color: #FFFFFF;
    background-color: #000000
}

.btn.btn-gioteck:hover {
    background-color: #CC0000;
}

.btn.btn-gioteck.active {
    background-color: #CC0000;
}

.btn.btn-gioteck.btn-default {
    border-radius: 3px;
    background-color: #BB0000;
}

.btn.btn-gioteck.btn-default:hover {
    background-color: #CC0000;
}

.btn.btn-gioteck.btn-cut {
    padding: 15px;
    background-color: #FFFFFF;
    color: #000000;
}

.btn.btn-gioteck.btn-cut {
    background-color: #000000;
    color: #FF0000;
}

.btn.btn-gioteck.btn-cut:after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-bottom: 80px solid #FFFFFF;
    border-left: 80px solid #000000;
    width: 0;
}

footer nav a {
    color: #63717A;
    text-decoration: none;
}

footer nav a:hover {
    color: #63717A;
    text-decoration: underline;
}

.js-notify {
    color: #FFFFFF;
    background-color: #FF0000;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

.product {
    margin: 5px;
}

.product a {
    position: relative;
    min-height: 0px;
}

.product > a {
    color: #FFFFFF;
    width: 100%;
    display: inline-block;
}

.product > a:hover {
    color: #FFFFFF;
    background-color: #B7B7B7;
}

.product span {
    z-index: 1000;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
}

.product img {
    z-index: 500;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
}

.product-link {
    background-position: right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.product-link > h3 {
    color: #000000;
}

.product-link:hover {
    background-color: #000000;
}

.product-link:hover > h3 {
    color: #FFFFFF;
}

.product-link:hover > p {
    color: #FF0000;
}

.product-link.no-link {
    background-color: #FFFFFF;
    color: #000000;
}

.product-link.no-link > a {
    color: #FF0000;
}

.product-link.no-link:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.product-link.no-link:hover > h3 {
    color: #000000;
}

.product-link.no-link:hover > p {
    color: #000000;
}

.product-link.support {
    background-image: url('/images/support-icon.png');
}

.product-link.download {
    background-image: url('/images/download.png');
}

.product-link.video {
    /*background-image: url('/images/video-icon.png');*/
}

.product-link.youtube {
    background-image: url('/images/youtube-icon.png');
}