.navbar {
	min-height: 60px;
	margin-bottom: 0;
	border: none;
	position: fixed;
	width: 100%;
}

.navbar-nav {
    float: right !important;
    padding-top: 5px;
}

.navbar-nav > li > a {
    font-size: 13pt;
}

.navbar-inverse {
    background-color: rgba(0,0,0,0.8);
}

.dropdown-menu {
    display: block;
    background: rgba(0,0,0,0.9);
}

.dropdown-menu > li > a {
    color: #fff;
}

.navbar-brand > img {
    position: absolute;
    top: 0;
    height: 60px;
}

.dropdown-menu {
    display: none;
}

.list {
    margin-top: 100px;
}

#section .headerLine, #contact .headerLine {
    top: -157px;
}

#section .headerLine .Ama, #contact .headerLine .Ama {
    margin-top: 250px;
    margin-bottom: 92px;
}

#section .products {
    margin-top: -150px;
}

.one-product {
    position: relative;
    margin-top: 15px;
    height: 660px;
}

@media (max-width: 992px) {
    .one-product {
        height: 750px;
    }
    .one-product .content > span > p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .one-product {
        height: 610px;
    }
}

@media (min-width: 470px) and (max-width: 767px) {
    .one-product {
        height: 750px;
    }
}

.wwa .inquiryProduct {
    position: relative;
    margin-top: 25px;
    display: inline-block;
}

.one-product .hrNews {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
}

.news .readMore {
    text-decoration: none;
    position: absolute;
    right: 20px;
    bottom: 25px;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background: #3c3c3c;
}

.one-product > .data:hover {
    background: -webkit-gradient(linear, 100% 100%, 100% 50%, from(#ffffff), to(#e9e9e9));
    background-image: -moz-linear-gradient(top, #e9e9e9 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #e9e9e9 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #e9e9e9 50%, #ffffff 100%);
}

.one-product > .data > .content {
    padding: 0 15px 0;
}

.news h3 a {
    font-size: 15pt;
    font-weight: bolder;
}

.portal-image {
    margin-top: 65px;
}

.line7 {
    background: url(../images/bgTop.jpg) center center no-repeat !important;
}

a.thumbnail {
    background: transparent;
    padding: 0;
    border: none;
}

img.thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
}

.one-product a.thumbnail {
    position: relative;
}

.one-product a.thumbnail > span, .wwa a.thumbnail > span {
    margin-left: 0!important;
    background: rgba(0,0,0,.7);
    color: #fff;
    position: absolute;
    opacity: 0;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    top: 0!important;
    cursor: pointer;
}

.one-product:hover a.thumbnail > span, .wwa:hover a.thumbnail > span {
    opacity: 1;
}

.one-product:hover .readMore {
    background: #790a0a;
    padding: 5px 10px;
    color: #fff;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.one-product:hover .inquiryProduct {
    background: #3c3c3c;
    padding: 5px 10px;
    color: #fff;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.inquiryProduct:hover {
    text-decoration: none;
}

.one-product a.thumbnail > span > img {
    margin: 30% auto;
    display: table-cell;
    width: 50px;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

li.footer-link > a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 17px;
    font-size: 17pt;
}

.navbar-brand {
    color: #fff !important;
}

.line6 > iframe {
    pointer-events: none;
}

.inquiryProduct {
    color: #444444;
    font-weight: bold;
    background: #dedede;
    padding: 5px 10px;
    font-size: 10pt;
    position: absolute;
    left: 20px;
    bottom: 25px;
}

#contact .container {
    margin-top: -72px;
}

#contact .headerLine {
    top: -80px;
}

.forma input, textarea {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}

.list-price {
    color: #790a0a;
    font-size: 13pt;
}

@media (min-width: 992px) {
    .small-col {
        max-width: 423px;
    }
}

@media (min-width: 1200px) {
    .btn-div {
        padding-right: 39px;
    }
}

@media (max-width: 1199px) {
    .btn-div {
        padding-right: 14px;
    }
}

@media (max-width: 767px) {
    .btn-div {
        text-align: center !important;
    }
}

.btn-div button {
    background: #000;
    border: none;
    padding: 7px 20px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

#inquiry-form label.error {
    color: #f00;
}