﻿body {
    background-color: #FFFFFF;
    margin: 0px;
}

.container-fluid {
    width: 90% !important;
}

#header {
    padding: 15px 0;
    background: url('../images/web/back.jpg');
    background-repeat: repeat-x; 
    background-position: top center;    
}

#headerXS {
    background: url('../images/web/back.jpg');
    background-repeat: repeat-x; 
    background-position: bottom center;    
    padding: 10px;
    text-align: center;
}

#dvTextTop {
    padding-top: 100px;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

#search {
    padding: 20px 0;
    background: #444; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#222, #666); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#222, #666); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#222, #666); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#222, #666); /* Standard syntax */
}

.searchScroll {
    position: fixed;
    width: 100%;
    top: 0; 
    left: 0;
    z-index: 5;
}

#content {
    background-color: #FFF;
    padding: 40px 0;
}

.txt, .txt-bold, .txt-small, a.lnk:link, a.lnk:visited {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 10pt;
    line-height: 20px;
    text-decoration: none;
}

table {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 9pt;
    text-decoration: none;
}

.txt-bold {
    font-weight: bold;
}

a.lnk:hover {
    color: #BA4414;
}

.txt-small {
    font-size: 9px;
}

.txt-off {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}


.input-search {
    background: transparent;
    border: 0px;
    color: #666;
    font-family: 'Nova Square', cursive;
    font-size: 9pt;
    height: 28px;
    padding-left: 5px;
}


.form-txt {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
}

a {
    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
}

#footer {
    background-color: #333333;
    font-family: 'Roboto', serif;
    font-size: 10pt;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    padding: 30px 0;
}

.txt-footer, a.lnk-footer:link, a.lnk-footer:visited, a.lnk-footer:active, .txt-footer-tit {
    color: #fff;
    font-family: 'Nova Square', cursive;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
}

.txt-footer-tit {
    font-size: 12pt;
}

a.lnk-footer:hover {
    color: #FFFFBF;
}


#formContacts
{
    font-family: 'Nova Square', cursive;
    font-size: 9pt;
}

#formContacts > div {
    margin-bottom: 10px !important;
}

.footer-info {
    text-align: right;
    padding-top: 70px;
}


@media (max-width:768px) {
    .footer-info {
        text-align: center;
        padding-top: 0px;
    }
}

