/*
#siderurgy-section
{
	background: url(../images/backgrounds/siderurgy.jpg) 50% 0 repeat !important;
}
*/

text-pt {
    /* display: none; */
}

text-en {
    display: none;
}

@keyframes blinker {
    0% {
        color: rgb(231, 172, 68);
    }

    50% {
        color: white;
    }

    100% {
        color: rgb(231, 172, 68);
        ;
    }
}

.first-news-ref:link,
.first-news-ref:visited {
    /*color: yellow !important;*/
    margin-left: 10px;
    margin-right: 10px;
    line-height: 45px;
    font-weight: 200;
    animation: blinker 1s infinite;
}

.news-ref:link,
.news-ref:visited {
    color: white !important;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 45px;
    font-weight: 200;
}

#news-holder-div {
    white-space: nowrap;
    color: #009999 !important;
    width: 100%;
    background-color: black;
    font-size: 18px;
    font-weight: 100;
    line-height: 45px;
    overflow: hidden;
    text-align: left;
    position: fixed;
    z-index: 999;
}

#news-container-div {
    white-space: nowrap;
    color: #009999 !important;
    width: 100%;
    background-color: black;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    animation-name: move;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    text-align: left;
}

@keyframes move {
    0% {
        transform: translateX(120%);
        opacity: 3;
    }

    100% {
        transform: translateX(-30%);
        opacity: 0;
    }
}

#a_language {
    cursor: pointer;
    color: #404040;
}

#a_language:visited {
    text-decoration: none;
}

#a_language:hover {
    color: #009999;
}

#language-bar {
    text-align: right;
    line-height: 35px;
}

#language-bar a {
    text-decoration: none;
}

#language-bar.current:before {
    background: #ffffff;
}

#language-bar.current a {
    color: #404040 !important;
}

#language-bar.current a:hover {
    color: #009999 !important;
}

#siderurgy-content-holder {
    background-color: rgba(233, 102, 86, 0.85) !important;
}

#automobile-content-holder {
    background-color: rgba(20, 161, 104, 0.85) !important;
}

#electric-content-holder {
    background-color: rgba(231, 172, 68, 0.85) !important;
}

#mining-content-holder {
    background-color: rgba(150, 150, 150, 0.85) !important;
}

#petrol-and-gas-content-holder {
    background-color: rgba(58, 92, 226, 0.85) !important;
}

#camera-content-holder {
    background-color: rgba(150, 150, 150, 0.85) !important;
}

#ivsn-features-section {
    display: none;
    font-size: 16px !important;
}

.company-details {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-brand img {
    height: 45px;
}

.copyright {
    padding-top: 30px;
    padding-bottom: 68px;
}

.logo-footer {
    opacity: 0.5;
}

.purchase-now h3 {
    text-align: center;
    line-height: 40px;
    margin-top: 14px;
}

.golden-btn {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.golden-btn {
    background: #FFB800;
}

.golden-btn:hover {
    color: #FFF;
    background: #FFAA00;
}

.darkblue-btn {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.darkblue-btn {
    background: #003086;
}

.darkblue-btn:hover {
    color: #FFF;
    background: #00AAFF;
}

.separator-two {
    background: rgba(48, 97, 3, 0.85);
    color: white;
    padding: 100px 0 100px 0;
}

.separator-three {
    background: rgba(145, 148, 68, 0.85);
    color: white;
    padding: 100px 0 100px 0;
}

img.logo-footer,
ul.social {
    height: 30px;
}

.ivision-modal-body {
    text-align: left;
}


/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    background: #272727;
}

.company-details {
    color: #939393;
    padding-top: 67px;
    padding-bottom: 67px;
}

.company-details .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}

.copyright {
    padding-top: 60px;
    padding-bottom: 68px;
}

.social {
    margin-top: 15px;
    padding: 0px;
}

.social li {
    display: inline-block;
}

.social li a {
    color: #939393;
    font-size: 18px;
}

.social li a:hover {
    color: #e96656;
}


/** FOR TEXTS AND ICON FONTS **/
.red-text {
    color: #e96656;
}

.green-text {
    color: #34d293;
}

.blue-text {
    color: #3ab0e2;
}

.yellow-text {
    color: #f7d861;
}

.dark-text {
    color: #404040;
}

.white-text {
    color: #FFFFFF;
}


/* Selection colours (easy to forget) */
::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}

::selection {
    background: #FC6D6D;
    color: #FFF;
}

::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}

a {
    color: #e96656;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #cb4332;
}

p {
    margin: 0;
}

.full-width {
    width: 100%;
    margin: auto;
}

.green {
    color: green;
    font-size: 1.5em;
}

.red {
    color: red;
    font-size: 1.5em;
}

.option-language
{
    display:inline;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}