﻿.statusMsg li span {
    float: left;
    width: 19px;
    height: 19px;
    margin: 0 5px 0 0;
}

.statusMain {
    /*margin: 0px 44%;*/
    text-align: center;
    width: auto;
    font-size: 12px;
    position: absolute;
    z-index: 2000000;
}

.statusMsg {
    color: #FFF;
    line-height: 25px;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 2px 6px #CCC;
    float: left;
    padding: 0 5px;
    width: 250px;
    background: black;
}

    .statusMsg.error, .statusMsg.success, .statusMsg.warning, .statusMsg.info {
        color: #ffffff;
    }

    .statusMsg.error {
        background-color: #ff0000;
    }

    .statusMsg.success {
        background-color: #008000;
    }


    .statusMsg ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .statusMsg li {
        margin: 0;
        padding: 2px 10px;
    }

section#content {
    padding-top: 20px;
    min-height: 550px;
}

.lblname {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.lblbold {
    font-weight: bold;
    color: #2d3e52;
}

.loading {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    background-color: #fff;
    z-index: 1051;
}

#footer .travel-news li {
    margin-bottom: 8px;
}

ul.chzn-results {
    opacity: inherit !important;
}

.btnemulate {
    line-height: 20px !important;
    height: 20px !important;
    margin-top: 4px;
}

a.btnbold {
    background: #98ce44;
    font-weight: 900;
    background: #98ce44;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
}
/*-------------- Chat style-------------*/
#chat, #chat:after, .chatbox {
    transition: all .4s ease-in-out
}

#chat, #close-chat, .minim-button, .maxi-button, .chat-text {
    font-weight: 700;
    cursor: pointer;
    font-family: Arial,sans-serif;
    text-align: center;
    height: 20px;
    line-height: 20px
}

#chat, #close-chat, .chatbox {
    border: 1px solid #A8A8A8
}

    #chat:after, #chat:before {
        position: absolute;
        border-style: solid;
        content: ""
    }

.chatbox {
    position: fixed;
    bottom: 0;
    right: 50px;
    margin: 0 0 -1500px;
    background: #fff;
    border-bottom: none;
    padding: 28px 10px 10px;
    z-index: 100000
}

#close-chat {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
    z-index: 2
}

#minim-chat, #maxi-chat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    z-index: 1
}

.minim-button {
    position: absolute;
    top: 2px;
    right: 26px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe
}

.maxi-button {
    position: absolute;
    top: 2px;
    right: 26px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
}

.chat-text {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 16px;
}

#chat {
    width: 100px;
    margin-top: 20px;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 12px;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    #chat:before {
        border-width: 10px 11px 0 0;
        border-color: #A8A8A8 transparent transparent;
        left: 7px;
        bottom: -10px
    }

    #chat:after {
        border-width: 9px 8px 0 0;
        border-color: #fff transparent transparent;
        left: 8px;
        bottom: -8px
    }

    #chat:hover {
        background: #ddd;
        -webkit-animation-name: hvr-pulse-grow;
        animation-name: hvr-pulse-grow;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

        #chat:hover:after {
            border-color: #ddd transparent transparent !important
        }

.animated-chat {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1)rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9)rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1)rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1)rotate(-3deg)
    }

    100% {
        transform: scale(1)rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

/*body {
            background: #dedede
        }*/
.topnav {
    font-size: 16px;
}
/*-------------- Chat style-------------*/

#dvbrochure {
    padding: 0px 0px;
    font-size: 18px;
    color: #000;
    position: fixed;
    left: 0;
    bottom: 0px;
    text-align: center;
    z-index: 99;
    border-radius: 6px 0px 0px 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    /*width: 100%;*/
}

.brochurecontent {
    text-align: center;
    background: #ccc;
    padding: 15px;
    font-size: 13px;
    float: left;
}

    .brochurecontent img {
        width: 200px;
        height: 200px;
    }

.dvimgbtns .btn {
    float: left;
    padding: 10px;
    margin: 15px;
    margin-bottom: 0;
}