
.thumbDoc {
    padding: 8px!important;
}

.ui-dialog {
}

.Navigation {
    background-color: #132540!important;
    color: white;
    border: 1px solid #132540;
}

.btnInter {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0px!important;
}

/*Doc slider*/
.DocTitle {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

/*Doc slider ends*/


.ui-widget-content {
    background-color: none!important;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.slideBoxX {
    opacity: 1!important;
    padding: 10px!important;
}

.imgCanvas {
    border: 1px solid #132540;
    background-color: white;
}

.ui-draggable .ui-dialog-titlebar {
    display: none;
}

select {
    height: 25px;
}

.input-mini {
    width: 76px;
}

/*timeline*/

/* TIMELINE */




.img-rounded {
    border-radius: 3px;
}


.thumbnailNews {
    background-color: #f4f4f4!important;
    padding: 5px;
    margin-left: 0px!important;
    margin-right: 0px!important;
    border-radius: 0;
    border: none;
    background-color: #132540;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0.5px 0.5px 5px 0.5px rgba(26, 24, 26, 0.4);
}

/*.newsBox {
    padding-left:46px;
}*/

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #dbdbdb;
        left: 50%;
        top: 20px;
        bottom: 20px;
        margin-left: -4px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        width: 50%;
        float: right;
        margin-bottom: 70px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label1 {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label1:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -22px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #dbdbdb;
                -webkit-box-shadow: 0 0 0 5px #dbdbdb;
                box-shadow: 0 0 0 5px #dbdbdb;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }



            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #fbfbfb;
                padding: 1.7em;
                margin-left: 70px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #fbfbfb transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    font-size: 13px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 17px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }






            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1 {
                position: relative;
                /*background: #fbfbfb;*/
                border: 1px solid #fbfbfb;
                padding: 1.7em;
                margin-left: 70px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #fbfbfb transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1 h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1 p {
                    font-size: 13px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1 p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1 h2 {
                    font-size: 17px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1 h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label1 h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }


/*timeline ends*/



#divRow6 {
    /*min-height: 500px;*/
}


.videobg {
    border: 10px solid transparent;
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}


hr {
    margin: 40px 0;
    border-bottom: 1px solid #c3c1c1;
    border-top: none;
}

.infotopleftcms {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmleftcms {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    top: 50px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infotopleftfrm {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmleftfrm {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    top: 50px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infotopleftdms {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmleftdms {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    top: 50px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infotopleftcrm {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmleftcrm {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    top: 50px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infotopleftbpm {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmleftbpm {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    top: 50px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infotoplefthrs {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmlefthrs {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    top: 50px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infotopleftbi {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmleftbi {
    position: relative;
    float: right;
    cursor: pointer;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90px;
    width: 295px;
    top: 50px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}

.infobtmright {
    position: relative;
    float: left;
    cursor: pointer;
    background-position: top right;
    background-repeat: no-repeat;
    height: 125px;
    width: 295px;
    right: -90px;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}


.fa-lg {
    font-size: 1.5em!important;
}


.thumbbg {
    border: 10px solid transparent;
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.thumbbgcms {
    border: 5px solid rgba(99, 174, 105, 0.5);
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.thumbbgfrm {
    border: 5px solid rgba(241, 172, 49, 0.5);
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.thumbbgdms {
    border: 5px solid rgba(0, 157, 239, 0.5);
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.thumbbgcrm {
    border: 5px solid rgba(74, 74, 191, 0.5);
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.thumbbgbpm {
    border: 5px solid rgba(159, 81, 156, 0.5);
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.thumbbghrs {
    border: 5px solid rgba(1, 156, 123, 0.5);
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.thumbbgbi {
    border: 5px solid rgba(164, 0, 31, 0.5);
    border-radius: 4px;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.4);
}

.centered {
    text-align: center;
}

#NavBarFixed {
    /*width: 100%;*/
    background-color: #2c5491;
    text-decoration: none;
    text-shadow: none;
    z-index: 10000;
    min-height: 100px;
}

.carousel {
    margin-bottom: 0px!important;
}

.vertical-align {
    display: flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .vertical-align > [class*="div"] {
        display: flexbox;
        -ms-flex-item-align: center;
        flex-item-align: center;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

.circles {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    background-color: #d3e5f7;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-size: 22px;
    line-height: 150px;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.2);
    -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.2);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.2);
}

    .circles:hover {
        color: white;
        background-color: #e24755;
    }

/*div[class*="bg"] {
  min-height: 200px;
  padding: 50px;
}*/
.boxed {
    min-height: 192px !important;
    border: 1px solid #c7c5c5;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}

    .boxed:hover {
        background-color: #e6e4e4;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.bgblue1 {
    /*background-color: #0894ba;*/
    background: rgb(44,84,145); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,84,145,1) 0%, rgba(44,84,145,1) 25%, rgba(62,168,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,84,145,1)), color-stop(25%,rgba(44,84,145,1)), color-stop(100%,rgba(62,168,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5491', endColorstr='#3ea8f4',GradientType=0 ); /* IE6-9 */
    color: #3ea8f4;
    margin-top: 100px;
    /*height: 500px;*/
    padding: 0px!important;
}

.bgblue1x {
    /*background-color: #0894ba;*/
    background: rgb(44,84,145); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,84,145,1) 0%, rgba(44,84,145,1) 25%, rgba(62,168,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,84,145,1)), color-stop(25%,rgba(44,84,145,1)), color-stop(100%,rgba(62,168,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5491', endColorstr='#3ea8f4',GradientType=0 ); /* IE6-9 */
    color: #3ea8f4;
    /*height: 500px;*/
    padding: 0px!important;
}

    .bgblue1, .bgblue1x, .bgblue1 a, .bgblue1x a {
        color: #3ea8f4;
        /*display:inline-block;
        display:inline;*/
    }

        .bgblue1 a:hover, .bgblue1x a:hover {
            color: #0792f5;
            text-decoration: none;
        }

.bgblue2 {
    background-color: #3ea8f4;
}

.BgImages {
    background-color: #23457a;
    background-image: url(../../../Images/P7/BgImages.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 0px!important;
    margin: 0px!important;
}

.bgblue3 {
    background-color: #01C2D9;
}

.bgblue4 {
    background-color: #66a9c9;
    padding-top: 30px;
}

.bgblue5 {
    background-color: #254d6b;
    color: #e6e6e6;
    padding-top: 30px;
}

.bgdarkblue {
    background-color: #132540;
    color: #3761a0;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: normal!important;
    font-weight: 300;
}

    .bgdarkblue a {
        color: #3761a0;
        font-size: 1.1em;
        line-height: 1.7em!important;
        font-weight: normal!important;
    }

        .bgdarkblue a:hover {
            color: #3ea8f4;
            font-size: 1.1em;
            line-height: 1.7em!important;
            font-weight: normal!important;
            text-decoration: none;
        }

.bgdarkgray {
    background-color: #656565;
    color: #c8c7c7;
}

.bggray {
    background-color: #a39d9d;
    color: #e6e6e6;
}

.bglessgray {
    background-color: #dedede;
    border-bottom: 1px solid white;
}

.bglightgray {
    background-color: #eeeeee;
}

.bglightergray {
    background-color: #f3f3f3;
}

.bgwhite {
    background-color: #ffffff;
}

.bgred {
    background-color: #e54856;
}

.bgblack {
    background-color: black;
}




.view {
    width: 262px;
    height: 200px;
    margin: 5px;
    float: left;
    /*border: 10px solid rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    position: relative;
    text-align: center;
    /*-webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;*/
    cursor: default;
    /*background: #fff;*/
}

    .view .mask, .view .content {
        width: 262px;
        height: 200px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
    }

    .view h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .view p {
        font-size: 15px;
        position: relative;
        padding: 5px 10px 10px;
        text-align: center;
    }


.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(19, 37, 64, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first h3 {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h3,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.btnLight {
    margin-top: 8px !important;
}

/*#SiteContainer {
  margin-top: 100px;
}*/

#divNavContent {
    min-height: 550px;
}

.SiteFooter1 {
    text-align: center;
    min-height: 100px;
    background-color: #dddddd;
}

.SiteFooter2 {
    text-align: center;
    background-color: #333;
}

.SiteFooter3 {
}

.imgMain {
    background-color: #03d8f1;
    width: 170px;
    height: 170px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed black;
    text-align: center;
    vertical-align: middle;
}

h3.txtMotto {
    font-weight: normal!important;
    font-weight: 300!important;
}

h1.nobold, h2.nobold, h3.nobold, h4.nobold {
    font-weight: normal!important;
    color: #fff !important;
}

.txt-color-black {
    color: #fff !important;
}

h1.blue, h2.blue, h3.blue, h4.blue {
    color: #01c2d9;
}

h1.white, h2.white, h3.white, h4.white {
    font-weight: 300;
    color: white;
}

    h1.white a, h2.white a, h3.white a, h4.white a {
        font-weight: normal!important;
        color: white;
    }

.whitetxt, .whitetxt a {
    font-family: Calibri;
    color: white;
    font-weight: normal;
    font-size: 17px;
}

    .whitetxt a:hover {
        color: #01c2d9;
        text-decoration: none;
    }


.darktxt {
    font-family: 'Calibri';
    font-weight: normal;
    font-size: 17px;
}

    .darktxt, .darktxt a {
        font-family: 'Calibri';
        color: #e54856;
        font-weight: normal;
        font-size: 17px;
    }

        .darktxt a:hover {
            color: #999;
            text-decoration: none;
        }


.bluetxt {
    font-family: 'Calibri';
    font-weight: normal;
    font-size: 17px;
}

    .bluetxt, .bluetxt a {
        font-family: 'Calibri';
        color: #fff;
        font-weight: normal;
        font-size: 17px;
    }

        .bluetxt a:hover {
            color: #999;
            text-decoration: none;
        }

.firstPage {
}

.normalTitle {
    font-family: 'Calibri';
    font-weight: normal;
    font-size: 17px;
}

.normalText {
    font-family: 'Calibri';
    font-weight: normal;
    font-size: 17px;
}

.toTopx {
    width: 70px;
    height: 42px;
    border: 1px solid #1c3151;
    background: #132540;
    text-align: center;
    padding: 1px;
    position: fixed;
    bottom: 10px;
    right: 25px;
    cursor: pointer;
    color: #fff;
}


    .toTopx:hover {
        padding: 6px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

#divNotificationRegion {
    display: none!important;
}

.nav-tabs {
    border-bottom: 1px solid #01c2d9;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 0px!important;
            -moz-border-radius: 0px!important;
            border-radius: 0px!important;
            color: #000;
        }

            .nav-tabs > li > a:hover,
            .nav-tabs > li > a:focus {
                border: 1px solid transparent;
                background-color: #01c2d9;
                color: black;
            }

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color: #000;
        cursor: default;
        background-color: #01c2d9;
        border: 1px solid transparent;
        border-bottom-color: transparent;
    }

.tab-content {
    min-height: 200px;
}

.moduleList li {
    list-style-type: square;
    list-style-position: outside;
}

    .moduleList li.moduleTitle {
        list-style: none;
        margin-top: 16px;
        font-size: 16px;
        font-weight: bold;
        color: #01c2d9;
    }

p.labelTab {
    border-bottom: 1px solid #01c2d9;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

    p.labelTab span {
        background-color: #01c2d9;
        padding: 10px;
        line-height: 35px;
        color: black;
        min-width: 125px;
    }




a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}





.feedback {
    background-color: rgb(251, 255, 251);
    padding: 20px;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
    min-height: 100px;
    border-bottom: 3px solid #f8c240;
}



.flex-video {
    position: relative;
    padding-top: 0px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 78.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    right: 0!important;
    padding: 15px;
    background: #132540!important;
    width: 30%!important;
    text-align: right;
    opacity: 0.9!important;
}

.divExpanded {
    background-color: #3ea8f4!important;
    padding: 10px;
    color: white;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    border: none!important;
}





@font-face {
    font-family: 'FontAwesome';
    src: url('../Themes/bootstrapTurquoise/fontawesome-webfont.eot?v=4.0.3');
    src: url('../Themes/bootstrapTurquoise/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../Themes/bootstrapTurquoise/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../Themes/bootstrapTurquoise/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../Themes/bootstrapTurquoise/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-set-container {
    background: #911484;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .icon-set-container a {
        -ms-zoom: 1;
        zoom: 1;
        font-family: 'FontAwesome';
        font-size: 48px;
        display: inline-block;
        width: 90px;
        height: 90px;
        color: #7e0071;
        text-decoration: none;
        position: relative;
        margin: 10px;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        background: #999;
        background: rgba(255,255,255,0.4);
    }

        .icon-set-container a:before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            top: 25%;
            left: 25%;
            position: absolute;
        }

        .icon-set-container a:after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
        }


/*set 2*/
.set2 a {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

    .set2 a:after {
        -moz-box-shadow: 0px 0px 0px 4px #911484;
        -webkit-box-shadow: 0px 0px 0px 4px #911484;
        box-shadow: 0px 0px 0px 4px #911484;
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    .set2 a:hover {
        color: #fff;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: rgba(255,255,255,0.1);
    }

        .set2 a:hover:after {
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            transform: scale(1.2);
            opacity: 9;
            -moz-box-shadow: 0px 0px 0px 4px #fff;
            -webkit-box-shadow: 0px 0px 0px 4px #fff;
            box-shadow: 0px 0px 0px 4px #fff;
        }




/*icons content*/
a.flickr:before {
    content: "\f16e";
}

a.facebook:before {
    content: "\f082";
}

a.twitter:before {
    content: "\f099";
}

a.youtube:before {
    content: "\f167";
}

a.google-plus:before {
    content: "\f0d4";
}

a.linked-in:before {
    content: "\f08c";
}

a.skype:before {
    content: "\f17e";
}

a.vimeo:before {
    content: "\f194";
}








.ch-grid {
    margin: 0 0 0 0;
    margin-top: 0px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .ch-grid:after,
    .ch-item:before {
        content: '';
        display: table;
    }

    .ch-grid:after {
        clear: both;
    }

    .ch-grid li {
        width: 140px;
        height: 140px;
        display: inline-block;
        margin: 10px;
        margin-top: 0px;
    }

        .ch-grid li.smaller {
            width: 70px;
            height: 70px;
            display: inline-block;
            margin: 10px;
            margin-top: 0px;
        }

            .ch-grid li.smaller i {
                padding-top: 10px;
            }

.ch-item {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -moz-perspective: 900px;
    -ms-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
}

.ch-info {
    margin-top: 10px;
}

    .ch-info > div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center center;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -moz-transform-origin: 10% 0%;
        -ms-transform-origin: 10% 0%;
        -o-transform-origin: 10% 0%;
        -webkit-transform-origin: 10% 0%;
        transform-origin: 10% 0%;
    }

    .ch-info .ch-info-front {
        -moz-box-shadow: 2px 2px 10px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 2px 2px 10px 1px rgba(255,255,255,0.3);
        box-shadow: 2px 2px 10px 1px rgba(255,255,255,0.3);
        text-align: center;
        vertical-align: middle;
        color: white;
        cursor: pointer;
    }

    .ch-info .ch-info-back-cms {
        -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
        -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
        -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
        -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
        transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
        background: #3c8d41;
        opacity: 0;
        font-family: Ubuntu, sans-serif;
        font-weight: 300;
        color: white!important;
        font-size: 23px;
        line-height: 1em;
        height: 140px;
        vertical-align: middle;
        letter-spacing: -1px;
        cursor: pointer;
    }

.ch-item:hover .ch-info-back-cms {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.ch-info-back-cms a {
    text-decoration: none;
    color: #fff;
}

.ch-info .ch-info-back-frm {
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #f1ac31;
    opacity: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: white!important;
    font-size: 23px;
    line-height: 1em;
    height: 140px;
    vertical-align: middle;
    letter-spacing: -1px;
    cursor: pointer;
}

.ch-item:hover .ch-info-back-frm {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.ch-info-back-frm a {
    text-decoration: none;
    color: #fff;
}

.ch-info .ch-info-back-dms {
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #009def;
    opacity: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: white!important;
    font-size: 23px;
    line-height: 1em;
    height: 140px;
    vertical-align: middle;
    letter-spacing: -1px;
    cursor: pointer;
}

.ch-item:hover .ch-info-back-dms {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.ch-info-back-dms a {
    text-decoration: none;
    color: #fff;
}

.ch-info .ch-info-back-crm {
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #4a4abf;
    opacity: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: white!important;
    font-size: 23px;
    line-height: 1em;
    height: 140px;
    vertical-align: middle;
    letter-spacing: -1px;
    cursor: pointer;
}

.ch-item:hover .ch-info-back-crm {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.ch-info-back-crm a {
    text-decoration: none;
    color: #fff;
}

.ch-info .ch-info-back-bpm {
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #9f519c;
    opacity: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: white!important;
    font-size: 23px;
    line-height: 1em;
    height: 140px;
    vertical-align: middle;
    letter-spacing: -1px;
    cursor: pointer;
}

.ch-item:hover .ch-info-back-bpm {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.ch-info-back-bpm a {
    text-decoration: none;
    color: #fff;
}

.ch-info .ch-info-back-hrs {
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #02af8a;
    opacity: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: white!important;
    font-size: 23px;
    line-height: 1em;
    height: 140px;
    vertical-align: middle;
    letter-spacing: -1px;
    cursor: pointer;
}

.ch-item:hover .ch-info-back-hrs {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.ch-info-back-hrs a {
    text-decoration: none;
    color: #fff;
}

.ch-info .ch-info-back-bi {
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #dc2939;
    opacity: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: white!important;
    font-size: 23px;
    line-height: 1em;
    height: 140px;
    vertical-align: middle;
    letter-spacing: -1px;
    cursor: pointer;
}

.ch-item:hover .ch-info-back-bi {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.ch-info-back-bi a {
    text-decoration: none;
    color: #fff;
}

.ch-info .ch-info-backS {
    -moz-transform: translate3d(0,0,-120px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-120px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-120px) rotate3d(1,0,0,90deg);
    -webkit-transform: translate3d(0,0,-120px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-120px) rotate3d(1,0,0,90deg);
    background: #3ea8f4;
    opacity: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: white!important;
    font-size: 27px;
    line-height: 1em;
    height: 70px;
    vertical-align: middle;
    letter-spacing: -1px;
}

    .ch-info .ch-info-backS a {
        color: white!important;
        text-decoration: none;
        height: 120px;
    }

.ch-info .ch-info-back a {
    color: white!important;
    text-decoration: none;
    height: 220px;
}

.ch-img-1 a, .ch-img-2 a, .ch-img-3 a, .ch-img-4 a, .ch-img-5 a, .ch-img-6 a, .ch-img-7 a {
    color: white!important;
    text-decoration: none!important;
}

.ch-img-1 {
    background-color: #3c8d41;
    border: 1px solid #3a9340;
    color: white!important;
    min-width: 70px;
    min-height: 70px;
}

.ch-img-2 {
    background-color: #f1ac31;
    border: 1px solid #f1ac31;
    color: white;
    min-width: 70px;
    min-height: 70px;
}

.ch-img-3 {
    background-color: #009def;
    border: 1px solid #009def;
    color: white;
    min-width: 70px;
    min-height: 70px;
}

.ch-img-4 {
    background-color: #4a4abf;
    border: 1px solid #4a4abf;
    color: white;
    min-width: 70px;
    min-height: 70px;
}

.ch-img-5 {
    background-color: #9f519c;
    border: 1px solid #9f519c;
    color: white;
    min-width: 70px;
    min-height: 70px;
}

.ch-img-6 {
    background-color: #02af8a;
    border: 1px solid #02af8a;
    color: white;
    min-width: 70px;
    min-height: 70px;
}

.ch-img-7 {
    background-color: #dc2939;
    border: 1px solid #dc2939;
    color: white;
    min-width: 70px;
    min-height: 70px;
}

.ch-info h2 {
    color: #fff;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info h3 {
    color: #fff;
    line-height: normal;
    margin: 0px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info-front h3 {
    color: #fff;
    line-height: normal;
    margin: 0px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

    .ch-info p a {
        display: block;
        color: rgba(255,255,255,0.7);
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 9px;
        letter-spacing: 1px;
        padding-top: 4px;
        font-family: 'Open Sans', Arial, sans-serif;
    }

        .ch-info p a:hover {
            color: rgba(255,242,34, 0.8);
        }

.ch-item:hover .ch-info-front {
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}

.ch-item:hover .ch-info-backS {
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.leftmenu {
    /*background-color: #2c6199;*/
    width: 80px;
    height: 40px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    text-shadow: 1px -1px 11px rgba(68, 68, 68, 0.9);
    font-size: 18px !important;
    color: #3ea8f4;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .leftmenu:hover {
        background-color: #2c5491;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /*padding-left: 15px;*/
    }


#TopMenu {
    margin-top: 20px;
}



.navbar .nav > li {
    float: left;
}

    .navbar .nav > li > a {
        float: none;
        padding: 10px 10px 10px;
        color: #777777;
        text-decoration: none;
        text-shadow: 0 1px 0 #ffffff;
    }

        .navbar .nav > li > a:focus,
        .navbar .nav > li > a:hover {
            color: #000!important;
            text-decoration: none;
            text-shadow: none;
            /*background-color: #01c2d9;*/
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #fff!important;
    text-decoration: none;
    text-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: none!important;
    color: #3ea8f4!important;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    color: #000000!important;
}

/*default*/

#divRow0 div.special {
    margin-top: 0px!important;
    padding-top: 0px!important;
    padding: 0px!important;
    height: 100%;
}

#HomeTitle {
    position: relative;
    top: 50%;
    left: 10%;
}

#LeftLinks {
    position: absolute;
    top: 19%;
    left: 0px;
    z-index: 10001;
}

.imgBtmAlign {
    line-height: 500px;
}

h1.titleSlider {
    margin-top: 50%;
    color: #d3313f;
    font-size: 47px;
    font-weight: 700!important;
    letter-spacing: -1px;
    text-shadow: 2px 1px 7px #fff;
}

.topDistance {
    top: 100px;
}

@media (max-height: 770px) {
    #divRowSpecial div.special img {
        float: right;
        vertical-align: middle;
        top: 0px;
        margin-right: 0.2%;
        padding-top: 0px!important;
        width: auto;
        max-height: 500px;
    }

    h1.white {
        font-size: 32px;
    }

    #HomeTitle {
        position: relative;
        top: 50%;
        left: 5%;
    }
}

@media (min-width: 980px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (max-height: 650px) {
}

@media (max-width: 480px) and (max-width: 570px) { /*mobile*/

    .infotopleftcms {
        display: none;
    }

    .infobtmleftcms {
        display: none;
    }

    h4.testimonialsText {
        font-size: 15px!important;
        margin-top: 0px!important;
        line-height: 18px!important;
        margin-left: 4px!important;
    }

    .BgImages {
        background-repeat: repeat-y;
    }

    #divRow6 {
        min-height: 730px;
    }

    .circles {
        margin-left: 32%;
        width: 130px;
        height: 130px;
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        background-color: #d3e5f7;
        text-align: center;
        vertical-align: middle;
        color: black;
        font-size: 19px;
        line-height: 130px;
        font-family: Ubuntu, sans-serif;
        font-weight: 400;
    }

    .carousel-caption {
        width: 80%!important;
        padding-right: 5px;
    }

        .carousel-caption h4 {
            font-size: 13px!important;
        }


    .carousel-control {
        font-size: 60px!important;
    }

    .toTopx {
        width: 50px;
        height: 32px;
        font-size: 11px!important;
    }

    .bgblue1 {
        margin-top: 0px;
        min-height: 200px!important;
        height: 200px!important;
        padding: 0px!important;
    }

    .bgblue1x {
        /*background-color: #0894ba;*/
        background: rgb(44,84,145); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(44,84,145,1) 0%, rgba(44,84,145,1) 25%, rgba(62,168,244,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,84,145,1)), color-stop(25%,rgba(44,84,145,1)), color-stop(100%,rgba(62,168,244,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(44,84,145,1) 0%,rgba(44,84,145,1) 25%,rgba(62,168,244,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5491', endColorstr='#3ea8f4',GradientType=0 ); /* IE6-9 */
        color: #3ea8f4;
        height: 290px;
        padding: 0px!important;
    }

        .bgblue1x, .bgblue1x a {
            color: #3ea8f4;
        }

            .bgblue1x a:hover {
                color: #0792f5;
                text-decoration: none;
            }

    .resizableimg {
        width: 175px!important;
    }

    #divLang {
        float: right;
    }

    #HomeTitle {
        position: relative;
        top: 0%!important;
    }

    .imgBtmAlign {
        line-height: 100px!important;
        width: 47%!important;
        margin: 0 auto!important;
        overflow: hidden!important;
    }

    .slide1, .slide2, .slide3, .slide4 {
        min-height: 100px!important;
    }

        .slide1 .container, .slide2 .container, .slide3 .container, .slide4 .container {
            min-height: 200px!important;
        }

    .darkblueS {
        text-align: left!important;
    }

    .titleTop {
        font-size: 17px!important;
        font-weight: 300 !important;
    }

        .titleTop img {
            width: 41%;
            height: auto;
        }

    .btnLight {
        font-size: 17px!important;
        padding: 3px!important;
    }

    .leftmenu {
        width: 70px!important;
    }

        .leftmenu a {
            font-size: 13px!important;
        }

    .nav-pills > li > a {
        font-size: 13px!important;
    }

    body {
        padding-right: 0px!important;
        padding-left: 0px!important;
        padding-top: 50px;
    }

    h1 {
        font-size: 25px;
    }

        h1.white {
            font-size: 18px!important;
            line-height: 1em;
        }

    h3.txtMotto {
        font-size: 18px!important;
        text-align: left;
        font-weight: normal!important;
        font-weight: 300!important;
    }

    #divRowSpecial div.special img {
        margin-top: -9px!important;
    }

    #divRowX {
        height: 220px!important;
    }

    .bgblue1 {
        margin-top: 0px;
        /*min-height: 220px!important;
    height: 220px!important;*/
        padding: 0px!important;
    }

    .btnLight {
        margin-top: 0px!important;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 19.5px;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-right: 5px;
        margin-left: 5px;
    }

    .navbar-fixed-top {
        margin-bottom: 0px!important;
    }

    #NavBarFixed {
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 75px;
    }

    #LeftLinks {
        display: none;
    }

    /*div[id*="divRow"] {
    padding-top: 10px!important;
  }*/

    #TopMenu {
        margin-top: 3px;
    }

    .navbar .nav > li > a {
        padding: 2px 5px 2px;
    }



    .leftmenu {
        /*background-color: #2c6199;*/
        width: 80px;
        height: 40px;
        margin-bottom: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
        text-shadow: 1px -1px 11px rgba(68, 68, 68, 0.9);
        font-size: 15px !important;
        color: #3ea8f4;
        cursor: pointer;
    }

        .leftmenu:hover {
            background-color: #2c5491;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            /*padding-left: 15px;*/
        }


    h2.carousel {
        font-size: 18px!important;
        line-height: 1em;
        margin-top: 2%!important;
    }

    .accordion-toggle {
        margin-top: 5px!important;
        padding-left: 8px!important;
        letter-spacing: -1px!important;
    }

    .infotopleftcms {
        display: none;
    }

    .infobtmleftcms {
        display: none;
    }

    .infotopleftfrm {
        display: none;
    }

    .infobtmleftfrm {
        display: none;
    }

    .infotopleftdms {
        display: none;
    }

    .infobtmleftdms {
        display: none;
    }

    .infotopleftcrm {
        display: none;
    }

    .infobtmleftcrm {
        display: none;
    }

    .infotopleftbpm {
        display: none;
    }

    .infobtmleftbpm {
        display: none;
    }

    .infotoplefthrs {
        display: none;
    }

    .infobtmlefthrs {
        display: none;
    }

    .infotopleftbi {
        display: none;
    }

    .infobtmleftbi {
        display: none;
    }
}

.smalltxt {
    display: none;
    visibility: hidden;
}

h2.carousel {
    margin-left: 0px;
    /*margin-top: 55%!important;*/
    font-size: 40px;
    margin-right: 0px;
    font-weight: 300!important;
    color: white;
}

@media (min-width: 979px) {
    #NavBarFixed {
        margin-right: 17px!important;
    }
}

@media (min-width : 768px) and (max-width : 1024px) /*tablet portrait*/ {
    #lightGallery-slider .lightGallery-slide img {
        max-height: 450px;
        margin-bottom: 17%;
    }

    .bgblue1 {
        margin-top: 0px;
        min-height: 0px!important;
        height: 0px!important;
        padding: 0px!important;
    }
}

@media (min-width: 767px) and (max-width: 768px) { /*tablet*/

    #lightGallery-slider .lightGallery-slide img {
        max-height: 400px;
        margin-bottom: 17%;
    }


    .circles {
        width: 120px;
        height: 120px;
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        background-color: #d3e5f7;
        text-align: center;
        vertical-align: middle;
        color: black;
        font-size: 16px;
        line-height: 120px;
        font-family: Ubuntu, sans-serif;
        font-weight: 400;
    }

    .carousel-caption {
        width: 46%!important;
        padding-right: 5px;
    }

    .row-fluid .span8 {
        width: 63.745856% !important;
    }

    .leftmenu {
        width: 68px !important;
        font-size: 16px !important;
        color: #3ea8f4;
    }

    .titleTop {
        color: #fec156;
        font-weight: 300 !important;
        width: 391px;
    }

    .carousel-inner {
        text-align: center;
    }

    .topDistance {
        top: 0;
    }

    .bgblue1 {
        margin-top: 0px;
    }

    .ch-grid li {
        margin: 0px;
    }

    .darkblueS {
        padding: 2px!important;
    }

    .btnLight {
        font-size: 19px!important;
        padding: 4px!important;
        line-height: 15px;
        margin-top: 7px !important;
    }

    #SmallerTitle {
        font-size: 21px!important;
        margin: 2px!important 0;
        line-height: 1;
    }

    h1.titleSlider {
        margin-top: 45%;
        color: #d3313f;
        font-size: 35px;
        font-weight: 700!important;
        letter-spacing: -1px;
        text-shadow: 2px 1px 7px #fff;
        margin-left: 115px;
    }

    #imgBtmAlign {
        line-height: 350px;
    }

    .slide1, .slide2, .slide3, .slide4 {
        min-height: 350px !important;
    }

        .slide1 .container, .slide2 .container, .slide3 .container, .slide4 .container {
            min-height: 350px!important;
        }

    h2.carousel {
        margin-left: 115px;
        margin-top: 42%!important;
        font-size: 23px;
        margin-right: 0px;
        font-weight: 300!important;
        color: white;
    }

    .boxed {
        min-height: 291px;
    }

    .imgBtmAlign {
        line-height: 350px;
    }

    .carousel-control {
        font-size: 120px!important;
    }

    #LeftLinks {
        position: absolute;
        top: 11%;
        left: 0px;
        z-index: 10001;
    }

    #divRowX {
        height: 350px!important;
    }

    .bgblue1 {
        margin-top: 0px;
        min-height: 350px!important;
        height: 350px!important;
        padding: 0px!important;
    }

    .nav-pills > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .navbar .nav > li > a {
        padding: 20px 5px 5px;
    }

    .navbar-fixed-top {
        margin-bottom: 0px!important;
    }

    #NavBarFixed {
        margin-right: 0px;
        min-height: 75px;
    }
    #TopMenu {
        margin-top: 15px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */

}

div[id*="divRow"] {
    /*padding-top: 100px;*/
}

.ch-grid li {
    margin: 0px;
    margin-left: 5px;
}

#to-Scroll {
    width: 100%;
    height: 100%!important;
    overflow: auto;
    overflow-x: hidden;
}

.slide1, .slide2, .slide3, .slide4 {
    min-height: 500px;
}

    .slide1 .container, .slide2 .container, .slide3 .container, .slide4 .container {
        min-height: 500px;
    }


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    /*font-family: Ubuntu, sans-serif;
        letter-spacing: -1px;*/
    color: inherit;
    text-rendering: optimizelegibility;
}


    /*h1 {
  font-size: 50px;
}*/

    h3.titleTestimonials {
        font-size: 20px;
    }

    h4.testimonialsText {
        font-size: 17px;
        font-weight: 400;
        text-align: left;
        margin-top: 90px;
        line-height: 24px;
        margin-left: 2px;
    }

#divRow10 {
    min-height: 400px!important;
}

#divTopRight {
    margin-top: 35px;
    color: #3ea8f4;
}

#divLang table td {
    font-family: Ubuntu, sans-serif;
    font-weight: 300!important;
}

ul.nostyle {
    list-style: none;
    list-style-position: inside;
    margin-left: 0px;
    font-size: 1.1em;
    font-weight: 300;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    background-color: white;
    border: 1px dotted rgba(0, 0, 0, 0.7);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: black!important;
    font-weight: 300!important;
    font-size: 14px;
    font-family: Ubuntu, sans-serif;
}

.darkblueS {
    background-color: #132540;
    color: #f2f2f6;
    padding: 0px!important;
}

.blueS {
    background-color: #3ea8f4;
    padding: 20px;
}

.bgSteps {
    background-color: #ffffff;
}

.btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

h3.hand {
    font-style: italic;
}



.btnDark {
    font-size: 25px;
    font-family: Ubuntu, sans-serif;
    font-style: italic;
    font-weight: 300;
    background: none;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px;
    text-shadow: none;
    color: #132540;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: -1px;
}

    .btnDark:hover {
        background-color: #132540!important;
        text-shadow: none;
        color: white;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.btnRed {
    background-color: #d3313f!important;
    font-size: 22px;
    font-family: Ubuntu, sans-serif;
    font-style: italic;
    font-weight: 300;
    background: none;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    text-shadow: none;
    color: white!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: -1px;
}

    .btnRed:hover {
        background-color: #e54856!important;
        text-shadow: none;
        color: white;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.carousel-control {
    position: absolute;
    top: 40%;
    left: 1%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 100px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff!important;
    text-align: center;
    background: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 0.4;
}

h2.carousel {
}

.carousel-control.right {
    right: 1%;
    left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=90);
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

    .carousel-indicators li {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: #ccc;
        background-color: rgba(255, 255, 255, 0.25);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

.borderbtm {
    border-bottom: 1px solid #e54856;
}


.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #2c5491;
    width: 150px;
    height: 150px;
    margin-top: 85px;
}


.affix {
    position: static;
    top: 100px;
    z-index: 3!important;
}


.prodDetails {
    background-color: #3271b3;
    color: #132540;
}

.prodLink {
    padding: 20px;
    border: 1px solid #3271b3;
}

    .prodLink h4, .prodLink .fa {
        text-shadow: 1px -1px 11px rgba(68, 68, 68, 0.5);
    }

    .prodLink span {
        color: #60B2ED;
        font-size: 1.25em;
        text-align: justify;
    }

    .prodLink:hover {
        cursor: pointer;
        background-color: #3778bb;
        border: 1px solid #3f82c8;
        box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.2);
        -moz-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.2);
        -webkit-box-shadow: 1px 1px 7px 1px rgba(26, 24, 26, 0.2);
    }

.newsBox {
    margin-left: 10px!important;
    font-size: 12px!important;
}


/*
    jquery.liScroll
-----------------------------------------------*/
.liScroll-container { /* the outer div with the black border */
    /*border: 1px solid #ccc;*/
    /*background: #fff;*/
    height: 20px;
    margin: 0 0 15px;
    padding: 2px 85px 2px 5px;
    position: relative;
    overflow: hidden;
}

    .liScroll-container .liScroll-mask { /* that serves as a mask. so you get a sort of padding both left and right */
        position: relative;
        overflow: hidden;
    }

.liScroll-ticker { /* that's your list */
    position: relative;
    left: 300px;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

    .liScroll-ticker ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

    .liScroll-ticker li {
        float: left; /* important: display inline gives incorrect results when you check for elem's width */
        color: aliceblue;
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
        /*background: #fff;*/
    }

    .liScroll-ticker a {
        /*color: #b21226;*/
        color: black;
        white-space: nowrap;
        padding: 0;
        margin: 0 50px 0 0;
        text-decoration: none;
    }

        .liScroll-ticker a:hover {
            text-decoration: underline;
        }

    .liScroll-ticker span {
        margin: 0 10px 0 0;
    }

.liScroll-container .liScroll-prev,
.liScroll-container .liScroll-play,
.liScroll-container .liScroll-next {
    background: url(sprites.gif) no-repeat 1px 2px;
    cursor: pointer;
    height: 25px;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    top: 0px;
}

.liScroll-container .liScroll-prev {
    right: 55px;
    width: 25px;
}

.liScroll-container .liScroll-play {
    background-position: -25px -24px;
    right: 25px;
    width: 25px;
}

.liScroll-playing .liScroll-play {
    background-position: -25px 2px;
}

.liScroll-container .liScroll-next {
    background-position: -100px 2px;
    right: 0px;
    width: 25px;
}


.liM {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !imporant;
    clear: both !important;
    margin-right: 0 !important;
}

.newsp7 {
    margin: 20px 20px 20px 34px;
}

    .newsp7 .txt-color-greenLight {
        font-size: 14px;
        padding:0 0 0 10px;
    }

    .newsp7 h5 {
        text-transform: uppercase;
        font-size: 13px;
        line-height: 18px;
        padding:0 0 0 10px;
    }

    .newsp7 span {
        font-size: 13px;
        line-height: 17px;
        padding:0 0 0 10px;
        display:block;
    }
    .newsp7 .span3 {margin: 34px 0px 0 0;
    }
    /*.newsp7 .span9 {
        margin: 0px 0px 0 10px;
        width: calc(74% - 20px)!important;
    }*/



/* SLIDER UPDATE 29 Martie 2017 */

.slider-nav { background-color: #2c5491;}

@media (min-width: 768px) {
    .modal-dialog {margin:104px auto auto auto !important }   }

.modal {     position: fixed;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin-left: auto !important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }

.modal-body { max-height: inherit !important; padding: 0 !important;}
.modal-header { background-color: black; border: none !important; position: relative;}
.modal-header .close { position: absolute; top: 5px; right: 5px; color: white !important; font-size: 24px !important; opacity: 0.6 !important;}
.modal-header .close:hover, .modal-header:focus { color: white !important; opacity: 0.9 !important;}
.modal-dialog { width: 80% !important;}
.modal-backdrop { z-index: 100 !important;}