﻿/*@import url(http://fonts.googleapis.com/css?family=Lato);*/

html, body {
    background-color: black;
    height: 100%;
    font-family: Arial, sans-serif;
    background-image: url('back2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.main {
    padding-bottom: 15px;
}

.ie .main {
    background-repeat: repeat;
}

.topmenu .btn {
    width: 24.8%;
    width: calc(25% - 4px);
    display: block;
    float: left;
    margin: 0 2px;
}

.logo {
    padding: 20px 0px;
    text-align: center;
}

    .logo img {
    }

.title {
    padding-top: 15px;
}

    .title p {
        font-size: 12pt;
        color: White;
    }

p.title-main {
    font-size: 32pt;
    color: White;
}

address {
    color: #a0a0a0;
    font-size: 10pt;
}

.redbg {
    background-image: url('toolbar-back.png');
}

.toolbar {
    background-image: url('toolbar-back.png');
    padding: 10px;
    white-space: nowrap;
}

.packages {
    color: #fff;
}

.open-manager-btn {
    position: absolute;
    bottom: 0;
}

.open-manager-btn .row:last-child > div {
    padding-bottom: 0;
}

.product-panels {padding-left: 25px;}

.color-box {padding: 10px 5px;}
.color-box:first-child {padding-left: 0;}
.color-box:last-child {padding-right: 0;}

.color-big-wrapper {
    padding: 0;
}

.color-big {
    background: #d64650;
    padding: 14px;
}

.color-big .text1 {
    font-size: 20px
}
.color-big .text2 {
    font-size: 23px
}
.color-big .text2 > span {
    font-weight: 700;
}

.color-big .text3 {
    font-size: 19px
}

.color-box .color-bg {
    background: #d64650;
    padding: 14px;
}
.color-box .color-bg-1 {
    background: #585389;
}
.color-box .color-bg-2 {
    background: #289fa3;
}
.color-box .color-bg-3 {
    background: #354d7d;
}
.color-box .color-bg .num-circle {
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    line-height: 48px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 16px auto;
}
.color-box .color-bg .text {
    font-size: 15px;
    display: block;
    height: 44px;
}
.color-box .color-bg .price {
    font-size: 50px;
    font-weight: bold;
    display: block;
}
.color-box .color-bg .price .currency {
    font-size: 22px;
}

.copyright a {
    font-size: 8pt;
    color: #ccc;
}

h2 {
    color: #535252;
    font-size: 16pt;
}

h3 {
    font-size: 16pt;
}

a {
    color: white;
}

    a:hover {
        color: white;
    }

    a.mail {
        background-color: #ec3543;
        padding: 2px 5px;
    }

.content-text {
    padding: 0pt 50pt 20pt 50pt;
}

.news {
    color: #ddd;
    background-image: url('news-back.png');
}

    .news h2 {
        color: #fc3b4a;
        padding-left: 50px;
    }

    .news h3 {
        color: #fc3b4a;
    }

    .news > div {
        padding: 10px 50px 30px 50px;
    }

.help {
    background-color: #d6d6d6;
}

    .help > div {
        padding: 10px 50px 30px 50px;
    }

.privacy {
    background-color: #eaeaea;
}

    .privacy > div {
        padding: 10px 50px 30px 50px;
    }

.license {
    background-color: #fff;
}

    .license > div {
        padding: 10px 50px 30px 50px;
    }

.oldnews {
    background-color: #eaeaea;
}

    .oldnews > div {
        padding: 10px 50px 30px 50px;
    }

.container-fluid {
    height: 100%;
}

.btn-gss {
    margin: 2px 0px;
    border-radius: 0px;
    /*padding: 18px 30px;*/
    padding: 12px 20px;
    font-size: 12px;
    transition-duration: 1s;
    transition-property: background-color, color;
}

    .btn-gss:hover {
        background-color: White;
    }

.btn-default2 {
    border-color: white;
    background-color: transparent;
    color: White;
}

    .btn-default2:hover {
        border-color: white;
        background-color: White;
        color: #af0f36;
    }

.btn-primary2 {
    background-color: white;
    color: #af0f36;
    border-color: transparent;
}

    .btn-primary2:hover {
        background-color: #af0f36;
        color: white;
        border-color: transparent;
    }

    .btn-primary2.disabled,
    .btn-primary2[disabled] {
        background-color: #d0d0d0;
        color: #a0a0a0;
        border-color: transparent;
    }

.btn-geomatic {
    width: auto;
}

    .btn-geomatic:hover {
        color: #606060;
    }

.btn-geomatic-goto {
    width: 100%;
}

.adsgoogle {
}

@media (min-width: 1660px) {
    .adsgoogle {

    }
}
@media (max-width: 768px) {
    .adsgoogle {}
    .adsgoogle ins {

    }
}


/* RWD */
@media (max-width: 1370px) {
    .color-big .text1 {
        font-size: 18px;
    }

    .color-big .text2 {
        font-size: 21px;
    }

    .color-big .text3 {
        font-size: 17px;
    }
}
@media (max-width: 1430px) {
    .color-bg span.text {
        height: 66px;
    }
}
@media (max-width: 1200px) {
    .color-box .color-bg span.text {
        height: auto;
        float: left;
        line-height: 50px;
        margin-right: 8px;
    }
    .color-box .color-bg span.price {
        float: left;
        line-height: 50px;
    }
    .color-box .color-bg {
        text-align: left;
    }
    .color-box .color-bg span.num-circle {
        float: left;
        text-align: center;
        margin-right: 8px;
    }
    .color-box {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .color-box:last-child {
        padding-bottom: 10px;
    }
}
@media (max-width: 768px) {

    .product-panels {
        padding-left: 0;
    }
    .open-manager-btn {
        position: relative;
        bottom: auto;
        margin-bottom: 10px;
    }
    .open-manager-btn .row:last-child > div {
        padding-bottom: 10px;
    }
}