@font-face {
    font-family: "Raleway1"; /* Имя шрифта */ /* Путь к файлу со шрифтом */
    src: url('../fonts/Raleway/Raleway-Regular.ttf');
}

.clearfix:after{
    content: " ";
    clear: both;
    display: block;
    font-size: 0;
    visibility: hidden;
    height: 0;
}

* {
    font-family: "Raleway1", cursive;
}

body {
    font-size: 16px;
}

/* Painting  page*/
#discs-painting-top {
    background: url("../img/banner-bg.jpg") center center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

#discs-painting-form input, textarea {
    background: rgba(255, 255, 255, .8);
    border: transparent;
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
}

#discs-painting-btn {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display:block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

#discs-painting-btn:hover {
    background: rgba(208, 119, 9, 1);
    cursor: pointer;
}

.painting-text {
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px;
    text-align: justify;
}

.painting-services {
    background: url("../img/gray-bg.jpg") center center;
    padding: 30px 0;
}

.painting-services h2 {
    color: #000000;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.painting-services img {
    padding: 0 90px 0 90px;
}

.painting-services p {
    color: #000000;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.painting-advantages {
    margin-top: 15px;
}

.painting-advantages .title-advantages {
    margin-bottom: 15px;
    padding: 35px 0;
    background: #6280a1;
    text-align: center;
}

.painting-advantages .title-advantages h3 {
    color: #fdfeff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

.painting-advantages .description-advantages {
    background: url("../img/bg-advantige.jpg") center center;
    background-size: cover;
    padding: 50px 0;
}

.painting-advantages .description-advantages > div > div p {
    color: #ffffff;
    background: rgba(107, 127, 158, .7);
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding: 60px 20px;
}

.painting-phase-painting {
    text-align: center;
}

.painting-phase-painting h2 {
    color: #fefefe;
    background: #818181;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0;
}

.painting-phase-painting img {
    padding: 0 50px 0 50px;
}

.painting-phase-painting .description-phase-painting {
    background: #ff9c26 url("../img/orange-bg.jpg");
    color: #ffffff;
    padding: 30px 0;
}

.painting-slider {
    margin: 15px 0;
}

.painting-inf-price {
    background: url("../img/gray-bg.jpg");
    background-size:cover;
    padding: 30px 0;
    text-align: center;
}
.painting-inf-price p {
    color: #888888;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.painting-inf-price p span {
    display: block;
    margin-top: 15px;
}

.painting-disc-price {

    background-size: cover;
}

.painting-disc-price h2 {
    color: #fefefe;
    background: #818181;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom:15px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}
.painting-disc-price table {
    background: url('../img/gray-bg.jpg') center center repeat;
}

.painting-disc-price table tbody tr:nth-child(2n+1){
    background: rgba(227, 227, 227, .7); ;
}

.painting-disc-price table thead tr {
    color: #ffffff;
    background: #818181;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.painting-disc-price table thead tr th{
    text-align: center;
    padding: 20px 0;
}

.painting-disc-price table tr td {
   padding: 15px 0;
    text-align: center;
}

#painting-disc-price-xs {
    margin: 0 auto;
}

#painting-disc-price-xs ul {
    margin-top: 30px;
    padding: 0 20px;
    text-align: center;
}

#painting-disc-price-xs ul li {
    list-style: none;
    padding: 10px 5px;
}

#painting-disc-price-xs h2 {
    color: #ffffff;
    background: #818181;
    font-size: 18px;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: center;
}

#painting-disc-price-xs h3 {
    color: #c4832d;
    font-size: 18px;
    padding: 0 40px;
    text-transform: uppercase;
    text-align: center;
}

#painting-disc-price-xs ul li:nth-child(2n+1) {
    background: rgba(208, 119, 9, .2);
}

#painting-disc-price-xs ul li:nth-child(8n+1) {
    background: rgba(208, 119, 9, .5);
}

.painting-additional-services {
    margin: 40px 0 50px 0;
    text-align: center;
}

.painting-additional-services div {
    padding: 20px 0;
    text-align: center;
}

.painting-additional-services .orange {
    background: #ff9c26;
}

.painting-additional-services .gray {
    background: #898989;
}

.painting-additional-services p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

footer {
    background-color: #545454;
    padding: 20px 0;
    text-align: center;
}

footer .row > div p {
    padding-top: 20px;
}

footer .row > div span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

footer .row > div ul li {
    display: inline-block;
    margin: 0 10px;
}

@media (min-width: 320px) {

    #discs-painting-top form {
        float: right;
        padding: 30px 20px;
        width: 100%;
    }

    footer .row > div ul li {
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) and (orientation:portrait) {

    .painting-services img {
        padding: 0 130px 0 130px;
    }
    .painting-phase-painting img {
        padding: 0 170px 0 170px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {

    .painting-services img {
        padding: 0 220px 0 220px;
    }
    .painting-phase-painting img {
        padding: 0 220px 0 220px;
    }
}
@media (min-width: 768px) {

    #discs-painting-top form {
        float: right;
        padding: 30px 20px;
        width: 50%;
    }

    .painting-phase-painting img {
        padding: 0 70px 0 70px;
    }
}

@media (min-width: 992px) {

    .painting-phase-painting img {
        padding: 0 40px 0 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-nav {
        margin: 15px 0 15px 75px!important;
    }
}

/* Metalware-painting */
#metalware-painting-top {
    background: url("../img/paint-page-bg.jpg") center center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

#metalware-painting-form input, textarea {
    background: rgba(255, 255, 255, .8);
    border: transparent;
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
}

#metalware-painting-btn {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display:block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

#metalware-painting-btn:hover {
    background: rgba(208, 119, 9, 1);
    cursor: pointer;
}

#metalware-painting-text {
    margin-bottom: 0;
    margin-top: 30px;
}

#metalware-painting-text p {
    color: #010101;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
}

.powder-painting-phase-painting {
    text-align: center;
}

.powder-painting-phase-painting h2{
    background: #818181;
    color: #fefefe;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.powder-painting-phase-painting img {
    padding: 0 50px 0 50px;
}

.powder-painting-phase-painting .description-phase-painting {
    background: url("../img/orange-bg.jpg");
    color: #ffffff;
    padding: 30px 0;
}

.powder-painting-slider {
    margin: 15px 0;
}

.painting-disc-price {
    margin-top:0;
}

.powder-painting-disc-price h2 {
    background: #818181;
    color: #fefefe;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom:15px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.powder-painting-disc-price table {
    margin: 0;
    text-align: center;
}

.powder-painting-disc-price table tbody {
    background: url("../img/gray-bg.jpg");
}

.powder-painting-disc-price table thead tr th {
    background: #818181;
    border:0;
    padding: 20px 0 20px 10px;
    text-align: center;
}

.powder-painting-disc-price table tr td {
    border:0;
    padding: 15px 0;
}

.powder-painting-disc-price table thead tr {
    background: #818181;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.powder-painting-disc-price table tbody tr:nth-child(2n) {
    background: rgba(230, 230, 230, .7);
}

.powder-painting-disc-price table tbody .header-table {
    background: #818181!important;
    border-bottom: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
    color: #ffffff;
    padding: 20px 0;
    text-transform: uppercase;
}

#powder-painting-disc-price-xs {
    margin: 0 auto;
}

#powder-painting-disc-price-xs ul {
    margin-top: 30px;
    padding: 0 20px;
    text-align: center;
}

#powder-painting-disc-price-xs ul li {
    list-style: none;
    padding: 10px 5px;
}

#powder-painting-disc-price-xs h2 {
    color: #ffffff;
    background: #818181;
    font-size: 18px;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: center;
}

#powder-painting-disc-price-xs ul li:nth-child(2n+1) {
    background: rgba(208, 119, 9, .3);
}

#powder-painting-disc-price-xs #powder-painting-price li:nth-child(10n+1) {
    background: rgba(208, 119, 9, .6);
}

.powder-painting-additional-services {
    margin: 10px 0 50px 0;
    text-align: center;
}

.powder-painting-additional-services div {
    padding: 20px 0;
    text-align: center;
}

.powder-painting-additional-services .orange {
    background: #ff9c26;
}

.powder-painting-additional-services p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

footer {
    background-color: #545454;
    padding: 20px 0;
    text-align: center;
}

footer .row > div p {
    padding-top: 20px;
}

footer .row > div span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

footer .row > div ul li {
    display: inline-block;
    margin: 0 10px;
}

@media (min-width: 320px) {

    #metalware-painting-top form{
        float: right;
        padding: 30px 20px;
        width: 100%;
    }

    footer .row > div ul li {
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) and (orientation:portrait){

    .powder-painting-phase-painting img {
        padding: 0 140px 0 140px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape){
    .powder-painting-phase-painting img {
        padding: 0 220px 0 220px;
    }
}

@media (min-width: 768px){

    #metalware-painting-top form{
        float: right;
        padding: 30px 20px;
        width: 50%;
    }

    .powder-painting-phase-painting img {
        padding: 0 90px 0 90px;
    }
}

@media (min-width: 992px) {

    .powder-painting-phase-painting img {
        padding: 0 100px 0 100px;
    }
}

/* Services  page*/
#smooth-cleaning {
    background: url("../img/services-banner.jpg") center center;
    background-size: cover;
    padding: 30px 0;
}

#smooth-cleaning-form input, textarea {
    background: rgba(255, 255, 255, .8);
    border: transparent;
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
}

#smooth-cleaning-btn {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display:block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

#smooth-cleaning-btn:hover {
    background: rgba(208, 119, 9, 1);
    cursor: pointer;
}

.services-disc-price {
    margin-top:0;
}

#services-disc-price-xs {
    margin: 0 auto;
}

#services-disc-price-xs ul {
    margin-top: 30px;
    text-align: center;
    padding: 0;
}

#services-disc-price-xs ul li {
   list-style: none;
    padding: 10px 5px;
}

#services-disc-price-xs h2 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #c4832d;
    padding: 0 40px;
}

#services-disc-price-xs ul li:nth-child(2n+1) {
    background: rgba(208, 119, 9, .1);
}

#services-disc-price-xs ul li:nth-child(4n+1) {
    background: rgba(208, 119, 9, .5);
}

.services-disc-price h2 {
    color: #c4832d;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.services-disc-price table {
    margin: 0;
    text-align: center;
}

.services-disc-price table tbody {
    background: url("../img/gray-bg.jpg");
}

.services-disc-price table thead tr th {
    border:0;
    background: #818181;
    padding: 20px 0 20px 40px;
    text-align: center;
}

.services-disc-price table tr td {
    border:0;
    padding: 15px 0 15px 40px;
}

.services-disc-price table thead tr {
    background: #818181;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.services-disc-price table tbody tr:nth-child(2n){
    background: rgba(230, 230, 230, .7);
}

.services-disc-price table tbody .header-table {
    background: #818181!important;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    color: #ffffff;
    padding: 20px 0;
    text-transform: uppercase;
}

.services-details .services-car {
    margin: 20px 0;
    padding:20px 0;
}

.services-details .services-moto {
    margin: 20px 0;
    padding:20px 0;
}

footer {
    background-color: #545454;
    padding: 20px 0;
}

footer .row > div p {
    padding-top: 20px;
    text-align: left;
}

footer .row > div span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

footer .row > div ul {
    text-align: right;
}

footer .row > div ul li {
    display: inline-block;
    margin: 0 10px;
}

@media (min-width: 320px) {
    #smooth-cleaning form {
        float: right;
        padding: 30px 20px;
        width: 100%;
    }

    footer .row > div ul li {
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
}

@media (max-width: 768px){
    footer .row > div p, footer .row > div ul {
        text-align: center;
    }
}

/* gallery  page*/
.gallery-banner {
    background: url("../img/services-banner.jpg") center center;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}

.gallery-banner .gallery-banner-content {
    background: rgba(208, 119, 9, .8);
    padding-bottom: 50px;
    padding-top: 50px;
    color: #ffffff;
}

.gallery-banner-content p {
    font-size: 18px;
    text-align: justify;
}

.gallery-images {
    background: url("../img/gray-bg.jpg") center center;
    padding: 20px 0 50px 0;
    text-align: center;
}

.gallery-images .row > div {
    margin-top: 30px;
}

.gallery-images .row > div img {
    margin: 0 auto;
}

.gallery-pagination {
    margin: 15px 0;
    padding: 0;
}

.gallery-pagination li {
    display: inline-block;
}

.gallery-pagination li a {
    background: rgba(208, 119, 9, .7);
    color: #ffffff;
    display:block;
    padding: 10px 20px;
    text-decoration: none;
}

.gallery-pagination li a:active {
    background: rgba(178, 91, 24, .8);
    color: #ffffff;
    display:block;
    padding: 10px 20px;
    text-decoration: none;
}

.gallery-pagination .gallery-arrow-left {
    margin-right: 30px;
}

.gallery-pagination .gallery-arrow-left a {
    background: none;
}

.gallery-pagination .gallery-arrow-right {
    margin-left: 30px;
}

.gallery-pagination .gallery-arrow-right a {
    background: none;
}

footer {
    background-color: #545454;
    padding: 15px;
    text-align: center;
}

footer .row > div span {
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
}

footer .row > div ul li{
    display: inline-block;
    margin: 0 10px;
}

@media (min-width: 320px) {

    .gallery-pagination .gallery-arrow-left {
        margin-right: 0
    }

    .gallery-pagination .gallery-arrow-right {
        margin-left: 0;
    }

    footer .row > div ul li {
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
}


/* index  page*/
#main-top {
    background: url("../img/index-banner.jpg") left center;
    background-size: cover;
    padding: 130px 0;
}

#main-top-text p {
    background: rgba(48, 60, 72, .8);
    color: #ffffff;
    font-size: 18px;
    padding: 50px;
    text-align: justify;
}

#main-top-text a {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display: block;
    margin-top: 20px;
    max-width: 200px;
    padding: 15px 20px;
    text-decoration: none;
    transition: .3s;
}

#main-top-text a:hover {
    background: rgba(208, 119, 9, 1);
}

#main-services {
    margin-top: 30px;
}

#main-services .row {
    position: relative;
    margin: 0 auto;
}

#main-services .row > div > div {
    position: relative;
    margin-bottom: 30px;
}

#main-services .row > div > div img {
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

#main-services .main-services-title {
    background: rgba(48, 60, 72, .8);
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    left: 0;
    position: absolute;
    padding: 15px;
    text-align: center;
    width: 100%;
}

#main-services .main-services-title h2 {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
}

#main-services .main-services-title p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}

#main-services .main-services-title a {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display:inline-block;
    padding: 10px 20px;
    text-decoration: none;
    transition: .3s;
}

#main-services .main-services-title a:hover {
    background: rgba(208, 119, 9, 1);
}

#main-advantages {
    background: url('../img/index-bg-andvantiges.jpg') center center;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 100px;
    padding-top: 70px;
}

#main-advantages > div {
    background: rgba(208, 119, 9, .7);
    padding: 20px 0;
}

#main-advantages > div .row {
    margin: 0 auto;
}

#main-advantages > div .row > div img {
    padding: 10px;
}

#main-advantages h2 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

#main-advantages h3 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

#main-contacts {
    background: url('../img/index-contacts.jpg') center center;
    background-size: cover;
    margin-top: 30px;
    padding: 100px 0;
}

#main-contacts-form input, textarea {
    background: rgba(255, 255, 255, .8);
    border: transparent;
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
}

#main-contacts-btn {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display:block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

#main-contacts-btn:hover {
    background: rgba(208, 119, 9, 1);
    cursor: pointer;
}

@media (max-width: 375px) {
    #main-services .main-services-title {
        color: #ffffff;
        height: 100%;
        padding: 10px 10px;
        width: 100%;
    }

    #main-services .main-services-title p {
        display: none;
    }

    #main-advantages {
        padding: 40px 0;
    }

    #main-contacts {
        padding: 40px 0;
    }

    #main-contacts form {
        width: 100%;

    }
}

@media (min-width: 375px) and (max-width: 768px) {
    #main-advantages {
        padding: 40px 0;
    }

    #main-services .main-services-title {
        color: #ffffff;
        display: block;
        height: 100%;
        padding: 10px 10px;
        width: 100%;
    }

    #main-services .main-services-title p {
        display: block;
    }

    #main-advantages div .row > div img {
        padding: 0 60px;
    }

    #main-contacts {
        padding: 40px 0;
    }

    #main-contacts form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #main-services .main-services-title{
        color: #ffffff;
        display: inline-block;
        height: inherit;
        padding: 10px 10px;
    }

    #main-advantages div .row > div img {
        padding: inherit;
    }
}


/* Contacts */
.contacts-banner {
    background: url("../img/contacts-banner.jpg") center center;
    background-size: cover;
    padding:80px 0;
}

#contacts-locate {
    padding: 0 20px;
}

#contacts-locate-info {
    padding: 30px 0;
    background: rgba(208, 119, 9, .8);
}

#contacts-locate-info li {
    list-style: none;
    margin-bottom: 20px;
    padding:10px 0;
}

#contacts-locate-info li:last-child {
    margin-bottom: 0;
}

#contacts-locate ul li p {
    color: #ffffff;
}

#contacts-social-icon {
    background: rgba(0, 0, 0, .3);;
    padding: 7px 0;
    text-align: center;
}

#contacts-social-icon li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

#contacts-social-icon li a {
    display: block;
    padding: 10px 15px;
    transition: .3s;
}

#contacts-social-icon li a:hover {
    opacity: 0.8;
}

#contact-form input, #contact-form textarea {
    background: rgba(255, 255, 255, .8);
    border: 1px solid transparent;
    display: block;
    margin-bottom: 15px;
    padding: 9px 15px;
    width: 100%;
}

#contact-form-send-btn {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display:block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

#contact-form-send-btn:hover {
    background: rgba(208, 119, 9, 1);
    cursor: pointer;
}

#contact-form-sent {
    background: rgba(208, 119, 9, .8);
    color: #ffffff;
    display: none;
    line-height: 32px;
    opacity: 0;
    padding: 15px 10px;
    text-align: center;
}

#map {
    height: 500px;
    width: 100%;
}

@media (min-width: 320px) {
    .contacts-banner {
        padding:30px 0;
    }

    #contacts-social-icon li {
        margin: 0;
        padding: 0;
    }

    #contacts-social-icon li a {
        padding: 10px 10px;

    }
}

@media (min-width: 768px){
    .contacts-banner {
        padding:80px 0;
    }
}

/* MY */
.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand > img {
    margin-top: 22px;
}

.navbar-nav {
    margin: 15px 0 15px 135px;
}

#menu > ul > li > a {
    color: rgba(208, 119, 9, 1);
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 5px;
}

#menu > ul > li > a:hover, #menu > ul > li > a.active {
    background-color: rgba(208, 119, 9, 1);!important;
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(208, 119, 9, 1);
    color: #ffffff!important;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    left: 10px;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
}

@media (max-width: 768px) {
    #menu > ul {
        float: none!important;
    }

    #menu > ul > li > a {
        margin-bottom: 5px;
        text-align: center;
    }

    .navbar-right {
        text-align: center;
    }

    .navbar-nav {
        margin: 10px 0;
    }

    .navbar-brand > img {
        margin-top: 10px;
    }

    .navbar-default .navbar-toggle {
        background-color: #ffffff;
        border: 2px solid rgba(208, 119, 9, 1);
        border-radius: 0;
        margin-right: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: rgba(208, 119, 9, 1);
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(208, 119, 9, 1);
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #ffffff;
    }

    .dropdown-menu li a {
        color: rgba(208, 119, 9, 1)!important;
        font-size: 16px!important;
        padding: 10px 20px!important;
        margin: 0 10px!important;
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a.active {
        background-color: rgba(208, 119, 9, 1);!important;
        color: #ffffff!important;
    }

    #main-top {
        padding: 15px 0;
    }

    #main-top-text p {
        margin-bottom: 0;
        padding: 20px;
    }

    #main-top-text a {
        margin-top: 15px;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.none {
    display: none !important;
}