﻿.cntform p a:hover,
a.scrollup i:hover {
    text-decoration: none
}

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 3%;
    right: 5px;
    background: #9f8253;
    border-radius: 32px
}

a.scrollup {
    outline: 0;
    text-align: center
}

a.scrollup:active,
a.scrollup:focus,
a.scrollup:hover {
    opacity: 1;
    text-decoration: none
}

a.scrollup i {
    margin-top: 8px;
    color: #fff
}

@media screen and (max-width:767px) {
    .scrollup {
        position: fixed;
        width: 20px;
        height: 20px;
        bottom: 70px;
        right: 0;
        background: #9f8253;
        border-radius: 32px
    }

    a.scrollup {
        outline: 0;
        text-align: center
    }

    a.scrollup:active,
    a.scrollup:focus,
    a.scrollup:hover {
        opacity: 1;
        text-decoration: none
    }

    a.scrollup i {
        margin-top: 3px;
        color: #fff
    }

    a.scrollup i:hover {
        text-decoration: none
    }
}

.cntform,
.cntform p a {
    color: #444
}

.affix {
    top: 0;
    width: 100%
}

.affix+.container-fluid {
    padding-top: 70px
}

#cntformclose {
    position: fixed;
    right: 0px;
    bottom: -392px;
    transition: all 1.2s ease-in-out;
    width: 320px;
    z-index: 999
}

#cntformcloseP {
    position: fixed;
    right: 0px;
    bottom: -465px;
    transition: all 1.2s ease-in-out;
    width: 320px;
    z-index: 999
}

#cntformclose.open {
    bottom: 0px;
    right: 0px
}

#cntformcloseP.open {
    bottom: 0px;
    right: 0px
}

#cntformclose a,
#cntformclose span {
    vertical-align: middle;
    display: inline-block
}

#cntformcloseP a,
#cntformcloseP span {
    vertical-align: middle;
    display: inline-block
}

#cntformclose img {
    width: 214px;
    margin-left: -4px;
}

#cntformcloseP img {
    width: 214px;
    margin-left: -4px;
}

.cntform {
    background: #FFF;
    border: 0.5px solid #c99103;
    padding: 15px 15px 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -4px;
    width: 210px;
    right: 0
}

.cntform p {
    font-size: 15px;
    margin-bottom: 10px
}

.cntform p a:hover {
    color: #ffcc29
}

.cntform h3 {
    color: #474646;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0
}

@media screen and (max-width:767px) {
    #cntformclose {
        position: fixed;
        right: -100px;
        bottom: -392px;
        transition: all 1s ease-in-out;
        width: 320px;
        z-index: 999;
        opacity: .95;
        -moz-opacity: .95
    }

    #cntformclose.open {
        bottom: 0px;
        right: -100px
    }

    #cntformcloseP {
        position: fixed;
        right: -100px;
        bottom: -465px;
        transition: all 1s ease-in-out;
        width: 320px;
        z-index: 999;
        opacity: .95;
        -moz-opacity: .95
    }

    #cntformcloseP.open {
        bottom: 0px;
        right: -100px
    }
}