body {
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    margin: 2px 0px 5px 0px;
    padding: 2px 0px;
    color: #666;
}

h1, h2 {
    font-weight: 300 !important;
}

h3, h4, h5, h6 {
    font-weight: 400 !important;
    color: #666;
}

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

.h2-blue {
    color: #1ba1e2;
    font-weight: 400 !important;
}

p {
    margin: 2px 0px 15px 0px;
}

a:hover, a:active, a:focus {
    outline: 0;
}

hr {
    margin: 20px 0px;
}

header {
    background: #fff;
}

    header .logo {
        padding: 15px 0px;
    }

        header .logo span {
            font-size: 40px;
            line-height: 45px;
            margin-bottom: 5px;
        }

            header .logo span a, header .logo span a:visited, header .logo span a:hover {
                color: #666;
                text-decoration: none;
            }

            header .logo span .relative {
                position: relative;
            }

        header .logo .hmeta {
            color: #777;
        }

    header .logo-right {
        padding: 15px 0px;
        text-align: right;
    }

        header .logo-right span {
            font-size: 30px;
            line-height: 45px;
            margin-bottom: 5px;
        }

        header .logo-right .hmeta {
            color: #777;
        }

    header .logo .poppy {
        position: absolute;
        top: -10px;
        right: -35px;
    }

        header .logo .poppy img {
            width: 50px;
            height: 50px;
        }

    header .logo .christmas {
        position: absolute;
        top: -12px;
        left: -16px;
    }

        header .logo .christmas img {
            width: 50px;
            height: 50px;
        }

    header .form {
        text-align: center;
        max-width: 270px;
        margin: 0 auto;
        width: 260px;
        padding-top: 40px;
    }

.nav-link {
    filter: none !important;
}

.nav-link, .nav-link:visited {
    color: #fff !important;
}

    .nav-link:hover {
        background: #178ec7 !important;
    }

/* Social */

.social-links {
    margin-top: 20px;
    padding: 20px 0px 10px 0px;
    color: #fff;
    line-height: 30px;
}

    .social-links a, .social-links a:visited, .social-links a:hover {
        font-size: 15px;
        margin: 0px 15px;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        display: inline-block;
    }

    .social-links i {
        position: relative;
        top: -2px;
        width: 15px;
        text-align: center;
        padding: 3px;
        right: 3px;
    }

/* Back to top */

.totop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 104400;
}

    .totop a, .totop a:visited {
        display: block;
        width: 30px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }

        .totop a:hover {
            color: #fff;
            text-decoration: none;
        }

/* Footer */

footer {
    font-size: 13px;
    background: #f6f6f6;
    color: #444;
}

    footer a {
        color: #777;
    }

        footer a:hover {
            color: #666;
        }

    footer .color {
        color: #444;
    }

    footer h6 {
        color: #444;
    }

    footer ul {
        list-style-type: none;
        margin-left: 0px;
    }

        footer ul li {
            padding: 3px 0px;
        }

    footer .widgets {
        margin-top: 20px;
    }

    footer .copy {
        border-top: 1px solid #ddd;
        padding: 10px 0px;
        margin-top: 10px;
    }

/* Colors */

.orange {
    color: #fe781e !important;
}

.purple {
    color: #9b59bb !important;
}

.blue {
    color: #1570a6 !important;
}

.green {
    color: #41bb19 !important;
}

.lblue {
    color: #1da4e5 !important;
}

.red {
    color: #ff3738 !important;
}

/* Background colors */

.b-orange {
    background: #fe781e;
    color: #fff;
    margin: 3px 0px;
    display: inline-block;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    cursor: default;
}

    .b-orange:hover {
        background: #e66d1c;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

.b-purple {
    background: #9b59bb;
    color: #fff;
    margin: 3px 0px;
    display: inline-block;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    cursor: default;
}

    .b-purple:hover {
        background: #81499c;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

.b-blue {
    background: #1570a6;
    color: #fff;
    margin: 3px 0px;
    display: inline-block;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    cursor: default;
}

    .b-blue:hover {
        background: #11608f;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

.b-green {
    background: #41bb19;
    color: #fff;
    margin: 3px 0px;
    display: inline-block;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    cursor: default;
}

    .b-green:hover {
        background: #379e15;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

.b-black {
    background: #333333;
    color: #fff;
    margin: 3px 0px;
    display: inline-block;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    cursor: default;
}

    .b-black:hover {
        background: #000000;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

.b-lblue {
    background: #1ba1e2;
    color: #fff;
    margin: 3px 0px;
    display: inline-block;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    cursor: default;
}

    .b-lblue:hover {
        background: #1789c1;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

.b-red {
    background: #ff3738;
    color: #fff;
    margin: 3px 0px;
    display: inline-block;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    cursor: default;
}

    .b-red:hover {
        background: #e33031;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

.big {
    font-size: 20px !important;
    margin-bottom: 10px;
    font-weight: 300;
}

.pull-right {
    float: right;
}
