/* MODAL WINDOW START */

#publicPreloader {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    filter:alpha(opacity=80);
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}
    #publicPreloaderContent {
        background: rgb(255, 255, 255);
        opacity: 1;
        filter:alpha(opacity=100);
        color: #000;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 150px;
        border: 1px solid #FFF;
        text-align: center;
    }
    
/* MODAL WINDOW END */


/* COMMON */

.float-remover {
    clear: both;
}

p {
    padding: 0px;
    margin: 0px;
}

.saw {
    background-image: url(/projectSetup/images/saw.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    display: block;
    width: 100%;
    height: 5px;
}
.left-floater {
    float: left;
}
.right-floater {
    float: right;
}
.h-bold {
    font-weight: bold;
}
.h-italic {
    font-style: italic;
    font-weight: normal;
}

input[type='submit'], input[type='button'] {
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
    color: #FFF;
    background-color: #0da4da;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

input[type='text'], input[type='password'], select, textarea {
    font-size: 14px;
    color: #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
}

.info-txt {
    font-size: 10px;
    color: #323232;
    font-style: italic;
    display: block;
    padding: 10px;
    background-color: #9b9b9b;
    text-align: justify;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    margin: 10px 0px 10px 0px;
}

ul {
    margin: 10px;
}

ul A {
    text-decoration: none;
    color: #0096c1;
}

ul A:HOVER {
    text-decoration: underline;
}

pre {
    font-family: "Trebuchet MS";
    font-size: 13px;
    text-transform: uppercase;
}
.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.hide { 
    display: none;
}
.half-container {
    width: 50%;
}
/* COMMON END */

body {
    background-color: #eaeff2;
    background-image: url(/projectSetup/images/site-background.jpg);
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    font-family: "Trebuchet MS";
    font-size: 13px;
}
.site-customer-body {
    background-image: url(/projectSetup/images/site-customer-background.jpg) !important;
}
.container-main {
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 379px;
    min-width: 990px;
}

.header-start-hun {
    background-image: url(/projectSetup/images/header/main-page-hu.jpg);
    background-position: center 52px;
}
.header-start-eng {
    background-image: url(/projectSetup/images/header/main-page-en.jpg);
    background-position: center 52px;
}

    .container-center {
        width: 990px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

        .container-logo {
            background-repeat: no-repeat;
            margin: 7px 0px 0px 33px;
            float: left;
        }

        .container-logo A {
            width: 248px;
            height: 43px;
            display: block;
        }

        .logo-gray {
            background-image: url(/projectSetup/images/logo/brainspire-logo-gray.png);
        }


        .container-search {
            float: right;
            margin-left: 75px;
            background-color: #2ED7FF;
            height: 58px;
            overflow: hidden;
        }

            .search-left-corner {
                background-image: url(/projectSetup/images/search/search_1.jpg);
                width: 68px;
                height: 58px;
                float: left;
            }

            .search-content {
                float: left;
                padding-left: 15px;
                padding-right: 15px;
                padding-top: 5px;
                max-width: 465px;
            }

                .search-content input[type='text'] {
                    font-size: 16px;
                    width: 280px;
                }

                .search-content input[type='submit'] {
                    display: none;
                }

            .search-right-corner {
                background-image: url(/projectSetup/images/search/search_2.jpg);
                width: 68px;
                height: 58px;
                float: left;
            }

        .container-header {
            height: 321px;
            width: 100%;
            display: block;
            clear: both;
        }

        .container-customer-header {
            height: 201px;
            width: 100%;
            display: block;
            clear: both;
            background-image: url(/projectSetup/images/customer-header-background.png);
            background-repeat: no-repeat;
            background-position: top left;
        }

        .container-customer-header h1 {
            color: #FFFFFF;
            font-size: 29px;
            font-weight: bold;
            margin: 0 0 0 390px;
            position: absolute;
            text-align: center;
            text-shadow: 2px 2px 2px #323232;
            text-transform: uppercase;
            top: 110px;
        }
        .container-customer-header h2 {
            color: #FFFFFF;
            font-weight: bold;
            letter-spacing: 2.2px;
            margin: 0 0 0 390px;
            position: absolute;
            text-align: center;
            text-shadow: 2px 2px 2px #323232;
            text-transform: uppercase;
            top: 151px;
        }


        .container-header h2 {
            color: #df3330;
            font-size: 22px;
            font-weight: bold;
            font-family: "Verdana";
            position: absolute;
            top: 68px;
            margin-left: 30px;
            text-transform: uppercase;
        }
            .container-header h2 span {
                color: #0096c1;
            }
            .cms-button {
                text-transform: uppercase;
            }

        .container-navigation {
            height: 24px;
            background-color: #323232;
            width: 100%;
            text-shadow: 1px 1px 1px black;
            color: #FFF;
        }
            .navigation {
                padding-top: 3px;
                padding-left: 10px;
            }

            .navigation A {
                color: #FFF;
                text-decoration: none;
            }

        .container-main-menu {
            margin-top: 5px;
            height: 54px;
        }

        .container-content {
            background-color: #323232;
            min-height: 500px;
            display: block;
            margin-top: 5px;
            padding: 5px;
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
            
        }
        
        .container-right-side {
            width: 355px;
            margin-left: 5px;
            float: left;
        }

            .container-right-side h2 {
                background-color: #323232;
                margin: 0px;
                padding: 10px 15px 10px 0px;
                text-align: right;
                color: #FFF;
                text-transform: uppercase;
                font-size: 14px;
            }

            .container-right-side .right-side-content {
                background-color: #eaeff2;
                padding: 10px;
            }

            .social-images {
                margin-left: 7px;
            }

            .container-left-side {
                background-image: url(/projectSetup/images/content-background.png);
                background-repeat: repeat-x;
                background-position: bottom;
                min-height: 300px;
                background-color: #eaeff2;
                width: 620px;
                min-height: 600px;
                float: left;
            }

            .container-left-side h1, .container-comic h1, .container-center-content h1 {
                padding: 10px 10px 10px 15px;
                margin: 0px;
                background-color: #323232;
                font-size: 14px;
                color: #FFF;
                text-transform: uppercase;
            }

            .container-center-content {
                background-image: url(/projectSetup/images/content-background.png);
                background-repeat: repeat-x;
                background-position: bottom;
                min-height: 300px;
                background-color: #eaeff2;
                width: 100%;
                min-height: 600px;
                overflow: auto;
            }

            .content {
                padding: 5px;
                min-height: 2000px;
                line-height: 20px;
            }

            .content-no-padding {
                padding: 0px !important;
            }

                .content A, .comic-info-txt A {
                    color: #0096c1;
                    text-decoration: none;
                }

                .content A:HOVER, .comic-info-txt A:HOVER {
                    text-decoration: underline;
                }

                .content h1 {
                    background-color: #0096c1;
                    color: #FFF;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    
                }

                .content label {
                    display: block;
                    width: 200px;
                    float: left;
                }

                .content input[type='text'] {
                    width: 380px;
                    float: left;
                }

                .content textarea {
                    height: 200px;
                    width: 380px;
                }

            .container-share {
                background-color: #FFF;
            }
            .share-content {
                text-transform: uppercase;
                color: #323232;
                padding: 10px 10px 5px 15px;
                font-weight: bold;
            }
            .share-content-float {
                float: left;
            }
            .share-content-align {
                padding-top: 2px;
            }
            .addthis_toolbox {
                padding: 0px 5px 0px 5px;
            }
            .white-saw {
                background-image: url(/projectSetup/images/white-saw.png);
                background-repeat: repeat-x;
                height: 7px;
                width: 100%;
                display: block;
            }
            .container-comic .white-saw {
                background-color: #0096c1 !important;
            }
            .comic-header {
                background-color: #0096c1;
            }
            .comic-box {
                background-color: #0096c1;
                background-image: url(/projectSetup/images/comic-background.png);
                background-position: bottom left;
                background-repeat: repeat-x;
                float: left;
                margin-top: 5px;
                display: block;
            }
            .comic-pic-1 {
                width: 321px;
                height: 400px;
                margin-top: 0px !important;
            }
            .comic-pic-2 {
                width: 654px;
                margin-left: 5px;
                height: 400px;
                margin-top: 0px !important;
            }
            .comic-pic-3 {
                width: 654px;
                height: 350px;
            }
            .comic-pic-4 {
                width: 321px;
                height: 350px;
                margin-left: 5px;
            }
            .comic-pic-5 {
                width: 558px;
                height: 376px;
            }
            .comic-pic-6 {
                width: 417px;
                height: 376px;
                margin-left: 5px;
            }
            .comic-pic-7 {
                width: 980px;
                height: 376px;
                float: none !important;
            }

            .comic-characters {
                position: absolute;
            }

            .char-1 {
                background-image: url(/projectSetup/images/characters/brainspire-character-1.png);
                width: 321px;
                height: 208px;
                z-index: 550;
                margin-top: 192px;
            }
            .char-2 {
                background-image: url(/projectSetup/images/characters/brainspire-character-2.png);
                width: 336px;
                height: 317px;
                z-index: 151;
                margin-top: 83px;
                margin-left: 0px;
            }
            .char-3 {
                background-image: url(/projectSetup/images/characters/brainspire-character-3.png);
                width: 353px;
                height: 317px;
                z-index: 152;
                margin-top: 39px;
                margin-left: 260px;
            }
            .char-4 {
                background-image: url(/projectSetup/images/characters/brainspire-character-4.png);
                width: 322px;
                height: 252px;
                z-index: 153;
                margin-top: 120px;
                margin-left: 0px;
            }
            .char-5 {
                background-image: url(/projectSetup/images/characters/brainspire-character-5.png);
                width: 416px;
                height: 316px;
                z-index: 154;
                margin-top: 60px;
                margin-left: -3px;
            }
            .char-6 {
                background-image: url(/projectSetup/images/characters/brainspire-character-6.png);
                width: 350px;
                height: 317px;
                z-index: 155;
                margin-top: 60px;
                margin-left: 70px;
            }
            .char-7 {
                background-image: url(/projectSetup/images/characters/brainspire-character-7.png);
                width: 803px;
                height: 506px;
                z-index: 156;
                margin-top: -130px;
                margin-left: 86px;
            }

            .comic-info-txt {
                background-color: #FFF;
                color: #333;
                padding: 5px;
                position: absolute;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
                line-height: 20px;
            }
            .comic-txt-1 {
                margin-left: 10px;
                margin-top: 10px;
                width: 290px;
                z-index: 551;
            }
            .comic-txt-2 {
                margin-left: 336px;
                margin-top: 10px;
                width: 302px;
                z-index: 201;
            }
            .comic-txt-3 {
                margin-left: 10px;
                margin-top: 20px;
                width: 230px;
                z-index: 202;
            }
            .comic-txt-4 {
                margin-left: 10px;
                margin-top: -10px;
                width: 290px;
                z-index: 203;
            }
            .comic-txt-5 {
                margin-left: 220px;
                margin-top: -10px;
                width: 320px;
                z-index: 120;
            }
            .comic-txt-6 {
                margin-left: 10px;
                margin-top: 10px;
                width: 260px;
                z-index: 119;
            }
            .comic-txt-7 {
                margin-left: 10px;
                margin-top: 10px;
                width: 240px;
                z-index: 204;
            }
            .comic-txt-8 {
                margin-left: 700px;
                margin-top: 10px;
                width: 260px;
                z-index: 205;
            }
            .comic-txt-9 {
                margin-left: 300px;
                margin-top: 260px;
                width: 370px;
                z-index: 206;
            }

        /* FOOTER */
        .container-footer {
            padding: 5px 10px;
            color: #ACABAB;
            background-color: #222222;
            text-transform: uppercase;
            background-image: url(/projectSetup/images/footer-logo.jpg);
            background-position: 52px bottom;
            background-repeat: no-repeat;
        }

        .container-footer A {
            color: #0DA4DA;
            text-decoration: none;
        }
        .container-footer A:HOVER {
            text-decoration: underline;
        }

        .footer-menu {
            margin-right: 20px;
        }

        .block-footer-news {
            width: 203px;
            background-repeat: repeat-x;
            background-position: bottom;
            float: left;
        }

            .block-footer-news h2 {
                width: 100%;
                padding: 5px;
                background-color: #323232;
                color: #eaeff2;
                text-transform: uppercase;
                font-size: 14px;
                padding: 10px 5px 10px 10px;
                margin: 0px;
            }

            .footer-news-block {
                padding: 10px;
                text-align: justify;
            }

                .footer-news-block A {
                    color: #FFF;
                    text-decoration: none;
                }

                .footer-news-block A:HOVER {
                    color: #323232;
                }

                .footer-news-block-header {
                    font-weight: bold;
                    font-size: 14px;
                }

                .footer-news-block-content {
                    /* font-style: italic; */
                }

                .more-info {
                    background-image: url(/projectSetup/images/more-info-background.png);
                    background-repeat: no-repeat;
                    width: 195px;
                    height: 120px;
                    margin-left: 8px;
                }

                .more-info-link {
                    display: block;
                    position: relative;
                    left: 85px;
                    text-align: right;
                    top: 70px;
                    width: 95px;
                }

                .more-info-link A {
                    font-size: 14px;
                    text-decoration: none;
                    color: #323232;
                    font-weight: bold;
                }

                .more-info-link A:HOVER {
                    color: #0696bf;
                }
                
            .block-left {
                background-image: url(/projectSetup/images/short-news-background_1.jpg);
                background-color: #0096c1;
            }

            .block-center {
                background-image: url(/projectSetup/images/short-news-background_2.jpg);
                background-color: #05a9d8;
                margin-left: 5px;
            }

            .block-right {
                background-image: url(/projectSetup/images/short-news-background_3.jpg);
                background-color: #20bfec;
                margin-left: 5px;
            }

            .footer-info-txt {
                clear: both;
                padding: 20px 10px 20px 10px;
                color: #323232;
                border-top: 1px solid #dddddd;
                font-size: 11px;
                background-color: #dddddd;
                -moz-border-radius: 0px 5px 5px 5px;
                -webkit-border-radius: 0px 5px 5px 5px;
                border-radius: 0px 5px 5px 5px;
                
                text-align: center;
            }

            .container-footer h3 {
                color: #FFF;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 5px;
                padding-bottom: 5px;
                border-bottom: 1px solid #ACABAB;
            }
/* MODULES */
.newsletter-subscription input[type='text'] {
    width: 325px;
}
.form-content input[type='text'] {
    width: 175px;
    text-transform: none !important;
}

.form-content textarea {
    width: 325px;
    height: 90px;
    text-transform: none !important;
    margin-left: 5px;
}

.formElementsPanel label {
    display: block;
    width: 150px;
    float: left;
    text-transform: uppercase;
    font-style: italic;
    color: #7b7b7b;
    padding-top: 5px;
    padding-left: 5px;
}
.formElementsPanel p {
    margin: 5px 0px 5px 0px !important;
}

/* RICH TEXT */

.richTetx-container {
    font-size: 12px;
    color: #323232;
}

.richTetx-container p {
    padding: 5px 10px 5px 10px;
}

.richTetx-container h1, .richTetx-container h2 {
    background-color: #dddddd;
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    padding: 10px;
}

/* NEWS */
.news-main-container {
    margin-top: 5px;
}
.news-main-container form ul {
    list-style: none;
}
.news-header-container, .news-container h2 {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    
    background-color: #0096C1;
    border-bottom: 1px solid #acabab;
    color: #323232;
    padding: 10px;
}
.news-header-container h2 {
    padding: 2px 0px 0px 0px;
    margin: 0px;
}
.news-container h2 {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px;
}
.news-container h3 {
    background-color: #FFF;
    font-size: 11px;
    padding: 3px;
    margin: 0px;
    text-transform: uppercase;
}
.news-container {
    margin-bottom: 10px;
}
.news-header-container h2 A {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #0096c1;
}
.news-header-container h2 A:HOVER {
    color: #323232;
}

.news-date {
    font-size: 10px;
    font-style: italic;
}
.news-content-container {
    background-color: #FFF;
    padding: 10px;
}
.news-more {
    padding-top: 10px;
}
.news-more A {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #0096c1;
}
.news-more A:HOVER {
    color: #323232;
}
.news-comment-container {
}
.news-comment-container h2 {
    background-color: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
}
.write-comment-container {
    width: 100%;
    background-color: #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
}
.gallery-navigation {
    background-color: #FFF;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    
    padding: 10px;
    text-align: center;
}
#commentForm {
    padding: 10px;
}
.comment {
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    padding: 10px;
    margin-bottom: 10px;
}
.comment h3 {
    font-size: 12px;
    color: #323232;
    text-transform: uppercase;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 3px 0px;
    border-bottom: 1px solid #323232;
    font-weight: bold;
}

.captcha-container {
    width: 318px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.gallery-text {
    background-color: #FFF;
    padding: 10px;
}

/* PAGER */
.pager {
    margin-top: 10px;
}
.pager-left {
    float: right;
}
.pager-left ul {
    float: right;
    padding: 0px;
    margin: 0px;
}
.pager-left li {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    padding: 5px;
}
.pager-left li A {
    background-color: #0096c1;
    color: #FFF;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    padding: 5px;
}
.pager-right {
    float: left;
    padding: 5px;
}
/* DATASHEET */
.module12 {
    background-color: #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
}
.module12 h2 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    color: #FFF;
    padding: 10px;
    background-color: #333;
    font-size: 13px;
    text-transform: uppercase;
}
.module12 form {
}
.module12-captcha {
    width: 390px;
    margin-left: 155px;
    padding-bottom: 20px;
}

.module12 h3 {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 10px;
}

/* Gallery */
.gallery-container {
    background-color: #FFF;
}
.gallery-index-picture-table {
    float: left;
    display: inline-block;
    margin: 5px 3px;
}
.gallery-index-picture-cell {
    display: table-cell;
    text-align: center;
    padding: 5px 20px;
    background-color: #cfcfcf;
    min-width: 150px;
    /* height: 205px; */
}

/* BACK BUTTON */
.back-button-container {
    background-color: #323232;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0px 15px 35px;
    background-image: url(/projectSetup/images/back.png);
    background-position: 15px 16px;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.back-button-container A {
    color: #FFF !important;
    text-transform: uppercase;
}


/* COUNTER */
#countdown_dashboard {
    position: absolute;
    top: 120px;
    margin-left: 76px;
    width: 300px;
}
.digit {
    font-family: "Verdana";
    font-size: 39px;
    float: left;
    width: 30px;
    height: 46px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
}
.dash, .digit {
    position: relative;
    float: left;
}
.hours_dash, .minutes_dash, .seconds_dash {
    margin-left: 14px;
}
.cms-counter {
    position: absolute;
    top: 181px;
    margin-left: 298px;
}
.cms-counter .digit {
    color: #f9e43f;
}

.cms-button A {
    color: #FFF;
    text-decoration: none;
    font-size: 24px;
    font-family: "verdana";
    font-weight: bold;
    text-align: center;
    background-color: #323232;
    padding-top: 7px;
    width: 200px;
    height: 38px;
    position: absolute;
    top: 184px;
    margin-left: 76px;
}
    .cms-button A:HOVER {
        text-decoration: none;
        background-color: #323232;
        background-color: #0096C1;
    }

.customer-login-container-left {
    width: 70%;
}
.customer-login-container-right {
    width: 30%;
}
.module37-image-container {
    margin: 0px;
}
.time-guarantee {
    padding: 10px;
    background-color: #ffcc00;
    line-height: 20px;
    font-weight: bold;
    text-align: justify;
}

/* testimonials */
.testimonials-container {
    background-color: #323232;
}
    .testimonials-txt-container {
        background-color: #FFF;
    }
    .testimonials-txt-upper-quote-container {
        padding: 5px;
        background-image: url(/projectSetup/images/quote-start.png);
        background-repeat: no-repeat;
        background-position: 2px 16px;
    }
    .testimonials-txt-lower-quote-container {
        background-image: url(/projectSetup/images/quote-end.png);
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    .testimonials-txt-content-container {
        padding: 10px 25px;
        color: #323232;
        text-align: justify;
    }
.testimonials-user {
    background-image: url(/projectSetup/images/quote-corner.png);
    background-repeat: no-repeat;
    background-position: top right;
}
    .testimonials-photo {
        padding: 10px;
        width: 75px;
        float: left;
    }
    .testimonials-user-data {
        float: left;
        padding-top: 10px;
    }
        .testimonials-user-data .name {
            font-size: 14px;
            color: #FFF;
            font-weight: bold;
        }
        .testimonials-user-data .site {
            font-size: 12px;
            color: #b2b2b2;
        }
        .testimonials-user-data .site A {
            color: #b2b2b2;
            text-decoration: none;
        }
        .testimonials-user-data .site A:HOVER {
            text-decoration: underline;
        }

/* arak */
.container-gray {
    background-color: #3f4040;
    text-align: center;
    padding: 22px 15px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
}
.price-third {
    width: 207px;
    float: left;
    text-align: center;
    min-height: 193px;
}
.price-blue-background {
    background-color: #0196c1;
}
.price-orange-background {
    background-color: #ffcc00;
}
.container-last { 
    width: 206px !important;
}
.inner-content {
    padding: 10px;
    margin: 10px;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
}
.inner-content span {
    color: #323232;
    font-size: 18px;
}
.price-third .inner-content {
    border: 1px solid #FFF;
    min-height: 152px;
}
.price-third .inner-content .rich-content {
    min-height: 102px;
}
.more-info-btn {
    font-size: 14px !important;
    background-color: #FFF;
    color: #323232;
    cursor: help;
    margin-top: 15px;
}
.blue-gradient-background {
    background-image: url(/projectSetup/images/prices-background.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.orange-gradient-background {
    background-image: url(/projectSetup/images/prices-orange-background.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.qtooltip-container {
    max-width: 250px;
}

/* Deals */
.deals-header {
    background-image: url(/projectSetup/images/deals-header-background.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 200px;
    width: 100%;
    display: block;
}
    .deals-header-content {
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        padding: 20px;
        color: #FFF;
        text-transform: uppercase;
        text-shadow: #323232 2px 2px 2px;
    }
    .deals-content-container {
        background-color: #0196c1;
    }
    .deals-inner-content-container {
        background-image: url(/projectSetup/images/prices-background.png);
        background-repeat: repeat-x;
        background-position: bottom left;
        margin: 10px;
        border: 1px solid #FFF;
        padding: 10px;
        background-color: #00baef;
        color: #FFF;
    }
    .deals-button-container {
        background-color: #323232;
        padding: 10px;
    }
.blue-background {
    background-color: #0196C1;
    padding-bottom: 5px;
}
.blue-button {
    border: 1px solid #008eb6;
    background-color: #00b9ef;
}
.blue-button a {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    display: block;
    background-image: url(/projectSetup/images/blue-btn-background-normal.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
}
.blue-button a:hover {
    background-image: url(/projectSetup/images/blue-btn-background-hover.png);
    text-decoration: none !important;
}
.orange-button {
    border: 1px solid #ff9000;
    background-color: #ffc000;
}
.orange-button a {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    display: block;
    background-image: url(/projectSetup/images/orange-btn-background-normal.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important
}
.orange-button a:hover {
    background-image: url(/projectSetup/images/orange-btn-background-hover.png);
    text-decoration: none !important;
}
.submenu-container {
    background-color: #323232;
    padding: 10px 10px;
}

.deals-header {
    background-image: url(/projectSetup/images/deals-header-background.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 200px;
    width: 100%;
    display: block;
}

/* brainspire cms */
.brainspirecms-header {
    background-image: url(/projectSetup/images/cms-header-background-orange.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 200px;
    width: 100%;
    display: block;
}
.gray-stoke { 
    background-color: #3f4040;
    display: block;
    width: 100%;
    height: 5px;
}


.formbuilder-content .button-box {
    padding: 10px 10px 10px 0px;
}
.container-footer .contact-box {
    width: 250px;
}
.formbuilder-content textarea, .formbuilder-content input[type="text"]  {
    width: 250px;
}
.formbuilder-content label {
    float: left;
    width: 100px;
}
.paypal-box {
    width: 280px;
    text-align: center;
    padding-top: 10px;
}

.contact-form .ui-widget ol {
    margin: 1px 0px 0px 20px;
    padding: 0px;
    width: 250px;
}
.contact-form .msg-ico {
    text-align: center;
    width: 20px;
}
.contact-form .msg-short-txt {
    width: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-form .msg-list {
    width: 200px;
}
.contact-form .msg-table {
    display: table;
    font-size: 12px;
}
.contact-form .msg-cell {
    display: table-cell;
}

.content .formbuilder-content label {
    width: 190px !important;
}
