@import url(//fonts.googleapis.com/css?family=Raleway:400,200,100,500,600,700,800,900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
    background: #191919;
    /*font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Raleway'*/
    font: 15px 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'Arimo';*/
    line-height: 1.42857143;
    color: #777777;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
        background: none;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}

p {
    margin-bottom: 14px;
    font-weight: 500;
    line-height: 28px;
}

h1.navbar-brand_ {
    /*margin: 37px 0 0 0;*/
    margin: 2px;
    padding: 0;
    float: left;
    height: auto;
    position: relative;
    z-index: 10;
}

    h1.navbar-brand_ a {
        display: inline-block;
    }

        h1.navbar-brand_ a img {
            width: 100%;
        }

h2 {
    font: 600 50px/67px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 25px 0;
    color: #333;
}

    h2.indent {
        margin: 0 0 15px 0;
    }

h3 {
    font: 600 25px/36px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000066 /*#f47e00*/;
    margin: 0 0 13px 0;
}

h4 {
    font: 600 26px /*'Releway'*/ 'Arimo';
    color: #000066 /*#f47e00*/;
    margin: 0 0 11px 0;
}

.extra-wrap {
    overflow: hidden;
}

.content {
    padding: 40px 0 0 0;
    background: #f0f0f0 url(/img/shadow.png) repeat-x;
}

    .content.indent {
        padding: 45px 0 0 0;
        background: #f0f0f0 url(/img/shadow.png) repeat-x;
    }

    .content.indent1 {
        padding: 0;
        background: #f0f0f0 url(/img/shadow.png) repeat-x;
    }

.center {
    text-align: center;
}

.main {
    position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 11;
    background: #e5e5e5;
    border-bottom: none;
}

    header .box {
        background: url(/img/pattern1.png) repeat;
        padding: 24px 0 15px 0;
        text-align: left;
    }

        header .box .title1 {
            font: 500 17px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #ffffff;
            margin: 0;
            float: left;
        }

            header .box .title1:before {
                content: '\f0e0';
                color: #636262;
                font-size: 28px;
                font-family: 'FontAwesome';
                float: left;
                margin: -6px 19px 0 0;
            }

            header .box .title1 a {
                color: #000066 /*#f47e00*/;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                header .box .title1 a:hover {
                    color: #ffffff;
                }

        header .box .title2 {
            font: 500 17px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #ffffff;
            margin: -13px 0 0 0;
            float: right;
        }

            header .box .title2 strong {
                font-size: 26px;
                color: #000066 /*#f47e00*/;
                display: inline-block;
                margin-left: 10px;
            }

                header .box .title2 strong:before {
                    content: '\f10b';
                    color: #636262;
                    font-size: 43px;
                    font-family: 'FontAwesome';
                    margin: 0 12px 0 0;
                    vertical-align: middle;
                }
/* menu
========================================================*/
nav.tm_navbar {
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    min-height: 0;
    background: none;
}

    nav.tm_navbar li {
        position: relative;
        font-size: 15px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        float: left;
    }

        nav.tm_navbar li:first-child {
            margin: 0;
        }

        nav.tm_navbar li a {
            position: relative;
            /*padding: 54px 17px;*/
            padding: 55px 10px;
            font: 600 20px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #333;
            background: transparent;
            border-bottom: 6px solid transparent;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

        nav.tm_navbar li.active > a {
            color: #ffffff;
            background: #000066 /*#f47e00*/ !important;
            border-bottom-color: #333;
        }

        nav.tm_navbar li.active > span {
            color: #ffffff !important;
        }

        nav.tm_navbar li:hover > a {
            color: #ffffff;
            background: #000066 /*#f47e00*/ !important;
            border-bottom-color: #333;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        nav.tm_navbar li:hover > span {
            color: #ffffff;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    nav.tm_navbar .sfHover > a {
        color: #ffffff;
        background: #000066 /*#f47e00*/ !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-bottom-color: #333;
    }

    nav.tm_navbar .sfHover > span {
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    nav.tm_navbar li span {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 14px;
        color: #000066 /*#f47e00*/;
        font-size: 14px;
        z-index: 0;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }
    /* subMenu1
========================================================*/
    nav.tm_navbar .sub-menu > ul {
        position: absolute;
        display: none;
        /*width: 115px;*/
        width: 107px;
        /*top: 140px;*/
        top: 140px;
        left: 0;
        list-style: none !important;
        zoom: 1;
        z-index: 11;
        background: #ffffff;
        padding: 0;
        margin: 0;
    }

        nav.tm_navbar .sub-menu > ul li {
            background: none;
            border: none;
            width: auto;
            float: none;
            margin: 0;
            display: block;
            border-bottom: 1px solid #d9d9d9;
        }

            nav.tm_navbar .sub-menu > ul li a {
                background: none !important;
                padding: 21px 15px;
                margin: 0;
                float: none;
                display: block;
                text-transform: none;
                /*font: 500 15px 'Arimo' !important;*/
                font-size: 15px;
                font-weight: normal;
                color: #1e2a32;
                border: none;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
                    display: none;
                }

            nav.tm_navbar .sub-menu > ul li span {
                display: inline-block;
                position: absolute;
                right: 30px;
                top: 21px;
                left: auto;
                width: auto !important;
                color: #1e2a32;
                font-size: 14px;
            }

    nav.tm_navbar .sub-menu ul > li a:hover {
        text-decoration: none;
        color: #ffffff !important;
        background: #1a1a1a !important;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    nav.tm_navbar .sub-menu ul li.sfHover > a {
        text-decoration: none;
        color: #ffffff !important;
        background: #1a1a1a !important;
    }
    /* subMenu2
========================================================*/
    nav.tm_navbar .sub-menu ul ul {
        position: absolute;
        display: none;
        width: 230px;
        /*top: -30px;*/
        top: 0;
        left: 100%;
        list-style: none !important;
        zoom: 1;
        z-index: 11;
        background: #ffffff;
        /*padding: 30px 0 0 0;*/
        padding: 0;
    }

        nav.tm_navbar .sub-menu ul ul li {
            background: none;
            border: none;
            width: auto;
            float: none;
            margin: 0;
        }

            nav.tm_navbar .sub-menu ul ul li a {
                background: none !important;
                padding: 21px 15px;
                margin: 0;
                float: none;
                text-transform: none;
                /*font: 15px 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
                color: #272d33;
                display: block;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                nav.tm_navbar .sub-menu ul ul li a:hover {
                    color: #ffffff !important;
                    background: #000066 /*#f47e00*/;
                    -webkit-transition: all 0.25s ease;
                    -o-transition: all 0.25s ease;
                    transition: all 0.25s ease;
                }

.select-menu {
    display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    z-index: 20;
    width: 27px;
    height: 19px;
    background: url(/img/top.png) no-repeat;
    text-indent: -999px;
}

    #toTop:hover {
        outline: none;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.who-box {
    padding: 0;
    overflow: hidden;
}

    .who-box .col-lg-4 {
        margin-bottom: 40px;
    }

.thumb-box1 {
    overflow: hidden;
    padding: 40px 0 10px 0;
    background: #e5e5e5;
}

.thumb-box2 {
    background: #ffffff;
    padding: 49px 0 36px 0;
    overflow: hidden;
}

    .thumb-box2 p {
        margin-bottom: 31px;
    }

    .thumb-box2 .col-lg-6 {
        margin-bottom: 34px;
    }

.thumb-box3 {
    background: #f0f0f0;
    padding: 38px 0 56px 0;
}

    .thumb-box3 h2 {
        margin-bottom: 28px;
    }

.thumb-box4 {
    overflow: hidden;
    padding: 112px 0 112px 0;
    background-size: cover;
    background-position: 100% 0;
    background-image: url(/img/bg_pic.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

    .thumb-box4.indent {
        background-image: url(/img/bg_pic2.jpg);
    }

    .thumb-box4 strong {
        font: 600 50px/67px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #ffffff;
        display: block;
        margin-bottom: 27px;
    }

    .thumb-box4 em {
        height: 100%;
        position: absolute;
        top: -500px;
        left: -50%;
        width: 100%;
        height: 2000px;
        z-index: -1;
        background: #000066 /*#f47e00*/;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

.thumb-box5 {
    padding: 45px 0 40px 0;
    overflow: hidden;
    background: #0c0c0c url(/img/pattern2.png) repeat;
}

    .thumb-box5 h2 {
        color: #ffffff;
    }

    .thumb-box5.indent {
        padding-bottom: 0;
    }

.thumb-box6 {
    overflow: hidden;
    padding: 45px 0 30px 0;
}

.thumb-box7 {
    overflow: hidden;
    padding: 112px 0 112px 0;
    background-size: cover;
    background-position: 100% 0;
    background-image: url(/img/bg_pic1.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    text-align: right;
}

    .thumb-box7 strong {
        font: 600 50px/67px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #ffffff;
        display: block;
        margin-bottom: 27px;
    }

    .thumb-box7 em {
        height: 100%;
        position: absolute;
        top: -500px;
        right: -55%;
        width: 100%;
        height: 2000px;
        z-index: -1;
        background: #000066 /*#f47e00*/;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .thumb-box7 .btn-default.btn3 {
        margin-right: 32px;
    }

.thumb-box8 {
    background: #ffffff;
    padding: 49px 0 0 0;
    overflow: hidden;
}

    .thumb-box8 .col-lg-6 {
        margin-bottom: 20px;
    }

.errorBox strong {
    font: 600 150px/1em /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    display: block;
    margin-bottom: 18px;
}

.errorBox h2, .errorBox p {
    color: #ffffff;
}
/* thumbs
========================================================*/
.thumb-pad1 {
    margin: 0 0 30px 0;
    overflow: hidden;
}

    .thumb-pad1 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        overflow: hidden;
    }

        .thumb-pad1 .thumbnail figure img {
            width: 100%;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .thumb-pad1 .thumbnail:hover em {
            width: 38px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .thumb-pad1 .thumbnail:hover figure img {
            -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .thumb-pad1 .caption {
        /*padding: 20px 0 20px 30px;*/
        padding: 5px 5px 5px 10px;
        overflow: hidden;
        color: #777777;
        position: absolute;
        background: url(/img/pattern2.png) repeat;
        left: 0;
        bottom: 0;
        width: 100%;
    }

        .thumb-pad1 .caption a {
            color: #ffffff;
            /*font: 600 25px'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif; */
            font: 600 20px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .thumb-pad1 .caption a:hover {
                color: #000066 /*#f47e00*/;
            }

        .thumb-pad1 .caption em {
            background: url(/img/pattern3.png) repeat;
            position: absolute;
            top: 0;
            right: 0;
            width: 22px;
            height: 100%;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .thumb-pad1 .caption em:after {
                position: absolute;
                top: 0;
                left: -42px;
                width: 42px;
                height: 70px;
                content: '';
                background: url(/img/triangle.png) no-repeat;
            }

.thumb-pad2 {
    margin: 0 0 0 0;
    overflow: hidden;
}

    .thumb-pad2 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        overflow: hidden;
    }

        .thumb-pad2 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad2 .thumbnail .caption p {
                color: #777;
            }

    .thumb-pad2 figure {
        margin: 0 0 24px 0;
    }

        .thumb-pad2 figure img {
            width: 100%;
        }

.thumb-pad2-1 {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    background: #20acb8;
    text-align: center;
}

    .thumb-pad2-1 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad2-1 .thumbnail .caption {
            padding: 0 45px;
        }

            .thumb-pad2-1 .thumbnail .caption .title {
                font: 300 30px/1em /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
                text-transform: uppercase;
                color: #ffffff;
            }

            .thumb-pad2-1 .thumbnail .caption p {
                color: #ffffff;
                font-size: 14px;
                line-height: 21px;
                margin-bottom: 10px;
            }

            .thumb-pad2-1 .thumbnail .caption a {
                display: inline-block;
            }

                .thumb-pad2-1 .thumbnail .caption a:hover {
                    opacity: 0.7;
                    filter: alpha(opacity=70);
                }

    .thumb-pad2-1 figure {
        margin: 0 0 31px 0;
    }

        .thumb-pad2-1 figure img {
            width: 100%;
        }

.thumb-pad3 {
    margin: 0 0 30px 0;
}

    .thumb-pad3 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        overflow: hidden;
    }

        .thumb-pad3 .thumbnail .caption {
            padding: 23px 20px 32px 20px;
            overflow: hidden;
            border: 1px solid #dadbdc;
            border-top: none;
        }

            .thumb-pad3 .thumbnail .caption a {
                color: #272d33;
                font: 30px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
                text-transform: uppercase;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                .thumb-pad3 .thumbnail .caption a:hover {
                    color: #fc5a0a;
                }

            .thumb-pad3 .thumbnail .caption p {
                margin: 6px 0 0 0;
            }

        .thumb-pad3 .thumbnail figure {
            margin: 0;
        }

            .thumb-pad3 .thumbnail figure img {
                width: 100%;
            }

.thumb-pad4 {
    margin: 0 0 26px 0;
    overflow: hidden;
}

    .thumb-pad4:hover figure:after {
        -webkit-box-shadow: inset 0 0 0 6px #000066 /*#f47e00*/;
        box-shadow: inset 0 0 0 6px #000066 /*#f47e00*/;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    .thumb-pad4 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad4 .thumbnail .caption {
            padding: 0;
        }

    .thumb-pad4 figure {
        margin: 0 0 20px 0;
        position: relative;
    }

        .thumb-pad4 figure:after {
            -webkit-box-shadow: inset 0 0 0 50px transparent;
            box-shadow: inset 0 0 0 50px transparent;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            -webkit-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
        }

        .thumb-pad4 figure img {
            width: 100%;
        }

.thumb-pad5 {
    margin: 0;
    overflow: hidden;
}

    .thumb-pad5 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        overflow: hidden;
    }

        .thumb-pad5 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

        .thumb-pad5 .thumbnail figure {
            margin: 0 30px 0 0;
            float: left;
        }

            .thumb-pad5 .thumbnail figure img {
                width: 100%;
            }

.thumb-pad5-1 {
    margin: 0 0 40px 0;
    overflow: hidden;
    text-align: left;
}

    .thumb-pad5-1 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad5-1 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad5-1 .thumbnail .caption p {
                font: 12px/24px 'Roboto Condensed';
                color: #848484;
            }

    .thumb-pad5-1 figure {
        margin: 0 30px 0 0;
        float: left;
    }

        .thumb-pad5-1 figure img {
            width: 100%;
        }

.thumb-pad6 {
    margin: 0 0 60px 0;
}

    .thumb-pad6 .thumbnail {
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: none;
        overflow: hidden;
    }

    .thumb-pad6 figure {
        margin: 0 30px 0 0;
        float: left;
    }

    .thumb-pad6 .thumbnail .caption {
        padding: 0;
        overflow: hidden;
    }

        .thumb-pad6 .thumbnail .caption p {
            margin-bottom: 0;
        }

        .thumb-pad6 .thumbnail .caption time {
            color: #ffffff;
            text-transform: uppercase;
            font: 300 30px 'Open Sans';
        }

.thumb-pad7 {
    margin: 0 0 100px 0;
}

    .thumb-pad7 .thumbnail {
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: none;
        overflow: hidden;
    }

    .thumb-pad7 figure {
        margin: 0 33px 0 0;
        float: left;
    }

        .thumb-pad7 figure img {
            border-radius: 100%;
        }

    .thumb-pad7 .thumbnail .caption {
        padding: 0;
        overflow: hidden;
    }

        .thumb-pad7 .thumbnail .caption .lnk {
            font: 28px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #47494a;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .thumb-pad7 .thumbnail .caption .lnk:hover {
                color: #f8b968;
            }

        .thumb-pad7 .thumbnail .caption .lnk2 {
            font: 300 14px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #47494a;
            margin-bottom: 29px;
        }

            .thumb-pad7 .thumbnail .caption .lnk2 a {
                color: #47494a;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                .thumb-pad7 .thumbnail .caption .lnk2 a:hover {
                    color: #f8b968;
                }

            .thumb-pad7 .thumbnail .caption .lnk2 br {
                display: none;
            }

        .thumb-pad7 .thumbnail .caption p {
            margin-bottom: 35px;
        }

.thumb-pad8 {
    margin: 0 0 30px 0;
    padding: 15px 15px 22px 15px;
    border: 1px solid #edeaea;
    text-align: left;
}

    .thumb-pad8 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad8 .thumbnail .caption {
            padding: 0;
        }

            .thumb-pad8 .thumbnail .caption .lnk {
                font: 20px/20px 'Roboto Condensed';
                color: #7d8286;
                text-transform: none;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                .thumb-pad8 .thumbnail .caption .lnk:hover {
                    color: #53afee;
                }

            .thumb-pad8 .thumbnail .caption p {
                font: 13px/18px 'Roboto Condensed';
                color: #8b9196;
                margin: 0;
            }

            .thumb-pad8 .thumbnail .caption hr {
                border-top: 1px solid #dedfe0;
                margin: 12px 0 13px 0;
            }

    .thumb-pad8 figure {
        margin: 0 0 22px 0;
    }

        .thumb-pad8 figure img {
            width: 100%;
        }

.thumb-pad9 {
    margin: 0 0 30px 0;
    overflow: hidden;
    text-align: left;
    background: #efefef;
}

    .thumb-pad9 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad9 .thumbnail .caption {
            padding: 25px 0 0 0;
            overflow: hidden;
        }

            .thumb-pad9 .thumbnail .caption .title {
                color: #333;
                font: 800 15px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                .thumb-pad9 .thumbnail .caption .title:hover {
                    color: #65c6bb;
                }

                .thumb-pad9 .thumbnail .caption .title a {
                    color: #72a80c;
                    -webkit-transition: all 0.25s;
                    -o-transition: all 0.25s;
                    transition: all 0.25s;
                }

                    .thumb-pad9 .thumbnail .caption .title a:hover {
                        color: #e26a6a;
                    }

            .thumb-pad9 .thumbnail .caption .descrip {
                margin: 13px 0 13px 3px;
                display: block;
                overflow: hidden;
            }

                .thumb-pad9 .thumbnail .caption .descrip a {
                    font: 15px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
                    color: #65c6bb;
                    margin: 0 30px 0 0;
                    float: left;
                    -webkit-transition: all 0.25s;
                    -o-transition: all 0.25s;
                    transition: all 0.25s;
                }

                    .thumb-pad9 .thumbnail .caption .descrip a i {
                        color: #65c6bb;
                        font-size: 12px;
                        position: relative;
                        top: -2px;
                    }

                    .thumb-pad9 .thumbnail .caption .descrip a:hover {
                        color: #333;
                    }

                .thumb-pad9 .thumbnail .caption .descrip br {
                    display: none;
                }

            .thumb-pad9 .thumbnail .caption p {
                margin-bottom: 13px;
            }

    .thumb-pad9 figure {
        margin: 0 30px 0 0;
        float: left;
    }
/* btn
========================================================*/
.btn-default.btn1 {
    box-shadow: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 33px;
    font: 600 25px/70px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000066 /*#f47e00*/;
    border-radius: 0;
    color: #ffffff;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

    .btn-default.btn1:before {
        border-style: solid;
        border-width: 35px 35px 0 35px;
        border-color: #000066 /*#f47e00*/ transparent transparent transparent;
        position: absolute;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        content: '';
        top: 17px;
        right: -52px;
        margin: 0;
        width: 0;
        height: 0;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

    .btn-default.btn1:hover {
        color: #ffffff;
        background: #363636;
        text-decoration: none;
    }

        .btn-default.btn1:hover:before {
            border-color: #363636 transparent transparent transparent;
        }

.btn-default.btn2 {
    box-shadow: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 30px;
    font: 600 20px/60px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000066 /*#f47e00*/;
    border-radius: 0;
    color: #ffffff;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

    .btn-default.btn2:before {
        border-style: solid;
        border-width: 32px 30px 0 30px;
        border-color: #000066 /*#f47e00*/ transparent transparent transparent;
        position: absolute;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        content: '';
        top: 14px;
        right: -46px;
        margin: 0;
        width: 0;
        height: 0;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

    .btn-default.btn2:hover {
        color: #ffffff;
        background: #363636;
        text-decoration: none;
    }

        .btn-default.btn2:hover:before {
            border-color: #363636 transparent transparent transparent;
        }

.btn-default.btn3 {
    box-shadow: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 30px;
    font: 600 20px/60px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #363636;
    border-radius: 0;
    color: #ffffff;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

    .btn-default.btn3:before {
        border-style: solid;
        border-width: 32px 30px 0 30px;
        border-color: #363636 transparent transparent transparent;
        position: absolute;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        content: '';
        top: 14px;
        right: -46px;
        margin: 0;
        width: 0;
        height: 0;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

    .btn-default.btn3:hover {
        color: #000066 /*#f47e00*/;
        background: #ffffff;
        text-decoration: none;
    }

        .btn-default.btn3:hover:before {
            border-color: #ffffff transparent transparent transparent;
        }

.btn-default.btn4 {
    box-shadow: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    font: 600 20px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
    border-radius: 0;
    color: #ffffff;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

    .btn-default.btn4:after {
        content: '\f105';
        font-family: 'FontAwesome';
        color: #000066 /*#f47e00*/;
        font-size: 34px;
        position: absolute;
        top: -4px;
        right: -20px;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

    .btn-default.btn4:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #ffffff;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

    .btn-default.btn4:hover {
        color: #000066 /*#f47e00*/;
        background: none;
        text-decoration: none;
    }

        .btn-default.btn4:hover:before {
            width: 0;
        }

        .btn-default.btn4:hover:after {
            color: #ffffff;
        }
/* list
========================================================*/
.list1 {
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}

    .list1.indent {
        margin: 0 0 40px 0;
    }

    .list1 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 12px 0;
        overflow: hidden;
    }

        .list1 li a {
            font: 600 25px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #777;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .list1 li a:before {
                content: '\f105';
                font-family: 'FontAwesome';
                float: left;
                font-size: 34px;
                font-weight: 400;
                margin-right: 12px;
                color: #000066 /*#f47e00*/;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

            .list1 li a:hover {
                color: #000066 /*#f47e00*/;
            }

                .list1 li a:hover:before {
                    color: #333;
                }

.list1-1 {
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}

    .list1-1 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 1px 0;
        padding: 0 0 1px 0;
        font-size: 30px;
        color: #ffffff;
        border-bottom: 1px solid #f98d57;
        position: relative;
        display: block;
    }

        .list1-1 li:before {
            position: absolute;
            left: 20px;
            top: 6px;
            background: none;
            content: "\f105" !important;
            font-family: FontAwesome;
            content: '';
        }

        .list1-1 li a {
            color: #ffffff;
            font: 600 19px/54px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            background: transparent;
            padding: 0 0 0 46px;
            display: block;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

        .list1-1 li:hover {
            color: #ffffff;
        }

            .list1-1 li:hover a {
                color: #ffffff;
                background: #272d33;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

        .list1-1 li:last-child {
            border-bottom: none;
        }

.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list2 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 50px 0;
    }

        .list2 li .badge {
            margin: 0 31px 0 0;
            padding: 4px 0 0 0;
            border-radius: 0;
            background: #f4f5f5;
            text-align: center;
            border: none;
            font: 300 60px/1em 'Open Sans';
            text-transform: uppercase;
            color: #e74c3c;
            width: 100px;
            height: 100px;
            float: left;
        }

            .list2 li .badge span {
                font-size: 30px;
                line-height: 1em;
                display: block;
                margin-top: -3px;
            }

        .list2 li p {
            margin: 5px 0 0 0;
        }

        .list2 li a {
            font: 20px/25px 'Open Sans';
            color: #99bf38;
            text-transform: uppercase;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .list2 li a:hover {
                color: #2a2a2a;
            }

.list2-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list2-1.indent li a {
        color: #ffffff;
    }

    .list2-1 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 14px 0;
        padding: 0 0 0 26px;
        background: url(/img/list_arrow.png) 0 5px no-repeat;
    }

        .list2-1 li a {
            font: 15px 'Open Sans';
            color: #2a2a2a;
            text-transform: uppercase;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .list2-1 li a:hover {
                color: #99bf38;
            }

.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list3 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 18px 0;
    }

        .list3 li figure {
            margin-bottom: 7px;
        }

        .list3 li a {
            font: 18px/24px 'Open Sans';
            color: #585858;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .list3 li a:hover {
                color: #cb3138;
            }

.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list4 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin-bottom: 9px;
        overflow: hidden;
    }

        .list4 li .badge {
            padding: 0 8px 0 13px;
            margin: 10px 0 0 0;
            font: 600 20px/60px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            background: #000066 /*#f47e00*/;
            border-radius: 0;
            color: #ffffff;
            position: relative;
            float: left;
            margin-right: 55px;
            -webkit-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
        }

            .list4 li .badge:before {
                border-style: solid;
                border-width: 24px 30px 0 30px;
                border-color: #000066 /*#f47e00*/ transparent transparent transparent;
                position: absolute;
                -ms-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                content: '';
                top: 17px;
                right: -41px;
                margin: 0;
                width: 0;
                height: 0;
                -webkit-transition: all 0.35s;
                -o-transition: all 0.35s;
                transition: all 0.35s;
            }

.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list5 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 36px 0;
        overflow: hidden;
    }

        .list5 li figure {
            float: left;
            margin: 0 28px 0 0;
        }

.list6 {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
}

    .list6 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 14px 0;
        padding: 0 0 13px 0;
        border-bottom: 1px solid #c7c7c7;
    }

        .list6 li .title {
            font: 18px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #777777;
            margin-bottom: 17px;
            padding-left: 30px;
            background: url(/img/list_arrow.png) left 9px no-repeat;
        }

        .list6 li p {
            margin-bottom: 0;
        }

        .list6 li:last-child {
            border-bottom: none;
        }

.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list7 li {
        font-size: 15px;
        line-height: 1.42857143;
        overflow: hidden;
        margin-bottom: 22px;
    }

        .list7 li span {
            font-size: 48px;
            color: #000066 /*#f47e00*/;
            float: left;
            margin: 10px 45px 0 0;
        }

        .list7 li p {
            margin-bottom: 0;
        }

.list8 {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list8 li {
        font-size: 15px;
        line-height: 1.42857143;
        margin: 0 0 40px 0;
    }
/*-----subscribeForm-----*/
#newsletter {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    #newsletter .btn-default.btn2 {
        float: left;
    }

    #newsletter input {
        background: none;
        box-shadow: none;
        border: none;
        font: 300 14px/18px 'Open Sans';
        color: #3e454c;
        text-transform: uppercase;
        background: #ffffff;
        height: 50px;
        width: 380px;
        border-radius: 0;
        padding: 16px 22px;
        margin: 0 9px 0 0;
        float: left;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        #newsletter input:focus {
            outline: none;
            border: none;
        }

    #newsletter .error {
        position: absolute;
        bottom: 0;
        right: 12px;
        text-align: right;
        display: block;
        overflow: hidden;
        height: 0px;
        font-size: 10px;
        color: #ff530d;
        text-transform: none;
        font-weight: normal;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    #newsletter label {
        position: relative;
        margin-right: 11px;
        float: left;
        border: none;
    }

        #newsletter label.invalid .error {
            height: 19px;
        }

    #newsletter .success {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        text-align: center;
        border: none;
        font: 300 14px/18px 'Open Sans';
        color: #3e454c;
        text-transform: uppercase;
        background: #ffffff;
        height: 50px;
        width: 100%;
        border-radius: 0;
        padding: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
/* search
========================================================*/
#search-404 {
    padding: 0;
    margin: 28px 0 0 0;
    position: relative;
}

    #search-404 a {
        position: absolute;
        top: 6px;
        right: 17px;
        color: #bd2c2c;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        #search-404 a:after {
            content: '\f002';
            font-size: 25px;
            font-family: 'FontAwesome';
        }

        #search-404 a:hover {
            color: #000066 /*#f47e00*/;
        }

    #search-404 input {
        box-shadow: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        outline: none;
        border: none;
        background: rgba(255, 255, 255, 0.5);
        font: 14px/18px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
        height: 46px;
        line-height: 18px;
        color: #777777;
        padding: 14px 45px 14px 15px;
        resize: none;
    }

#search {
    padding: 0;
    margin: 20px 0 20px 0;
    float: right;
    position: relative;
}

    #search a {
        display: inline-block;
        position: absolute;
        font-size: 24px;
        color: #ffffff;
        top: 11px;
        right: 14px;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        #search a:hover {
            color: #cb3138;
        }

    #search input {
        box-shadow: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 270px;
        outline: none;
        background: #b8b2ad;
        background: rgba(255, 255, 255, 0.4);
        border: none;
        font: 14px 'Open Sans';
        line-height: 18px;
        color: #444;
        padding: 14px 42px 14px 14px;
        height: 48px;
        resize: none;
    }
/* map
========================================================*/
.content_map {
    position: relative;
    height: 553px;
}

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    #map-canvas img {
        max-width: none !important;
    }

.gm-style-iw {
    color: #333;
}

.gm-wrapper {
    margin-left: -42px;
}

.info {
    margin-bottom: 50px;
}

    .info p {
        margin-bottom: 0;
    }

        .info p span {
            width: 105px;
            display: inline-block;
        }

        .info p a {
            color: #000066 /*#f47e00*/;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .info p a:hover {
                color: #333;
            }

.mail {
    color: #000066 /*#f47e00*/;
    font: 500 15px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .mail:hover {
        color: #191919;
        text-decoration: none;
    }
/*========================================================
                    footer
=========================================================*/
footer {
    padding: 22px 0;
    position: relative;
    overflow: hidden;
}

    footer p {
        font: 15px /*'Releway'*/ 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #777777;
        margin: 0;
    }

        footer p a {
            color: #777777;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            footer p a:hover {
                color: #000066 /*#f47e00*/;
            }

    footer em {
        font-style: normal;
    }

    footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
        float: right;
    }

        footer ul li {
            overflow: hidden;
            width: 35px;
            height: 34px;
            float: left;
            margin-right: 8px;
        }

            footer ul li a:hover img {
                margin-top: -34px;
            }

/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
    .container {
        padding: 0;
    }
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
    header {
        text-align: center;
    }

        header h1.navbar-brand_ {
            float: none;
        }

        header nav.tm_navbar {
            float: none;
            display: inline-block;
            padding: 25px 0 20px 0;
        }

    h2 br {
        display: none;
    }

    .thumb-box4 em, .thumb-box7 em {
        display: none;
    }
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    #toTop {
        display: none !important;
    }

    header {
        text-align: center;
    }

        header h1.navbar-brand_ {
            float: none;
        }

        header nav.tm_navbar {
            float: none;
            display: inline-block;
            padding: 25px 0 20px 0;
        }

    .thumb-box4 em, .thumb-box7 em {
        display: none;
    }
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
    #toTop {
        display: none !important;
    }

    header {
        text-align: center;
    }

        header h1.navbar-brand_ {
            float: none;
        }

        header nav.tm_navbar {
            float: none;
            display: block;
            padding: 25px 0 20px 0;
        }

            header nav.tm_navbar .nav {
                display: none;
            }

        header .box {
            text-align: center;
        }

            header .box .title1, header .box .title2 {
                display: block;
                float: none;
                margin-bottom: 15px;
            }

                header .box .title1:before {
                    float: none;
                    margin: 0 0 10px 0;
                    display: block;
                }

    h2 {
        font-size: 35px;
        line-height: 1em;
    }

    .select-menu {
        display: block !important;
        padding: 4px 4px 4px 0;
        margin: 15px 0;
        width: 100%;
        border: 1px solid #323232;
        background: #323232;
        color: #ffffff;
        cursor: pointer;
        height: 30px;
        font-size: 12px;
        vertical-align: middle;
    }

    .thumb-box4 em, .thumb-box7 em {
        display: none;
    }

    .thumb-box7 {
        text-align: center;
    }

        .thumb-box7 strong {
            font-size: 30px;
            line-height: 1em;
        }

    .thumb-box4 {
        text-align: center;
    }

        .thumb-box4 strong {
            font-size: 30px;
            line-height: 1em;
        }

    .content_map, .content_map.indent {
        height: 250px;
    }

    .thumb-pad4 figure {
        float: left;
        margin: 0 20px 0 0;
    }

    .thumb-box6 .col-lg-4, .thumb-box6 .col-lg-3, .thumb-box6 .col-lg-5 {
        margin-bottom: 50px;
    }
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
    .thumb-pad4 figure {
        float: none;
        margin: 0 0 20px 0;
    }
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
    .col-xs-6 {
        width: 100%;
        float: none;
    }

    .btn-default.btn1 {
        line-height: 53px;
        padding: 0 5px 0 18px;
        font-size: 20px;
    }

        .btn-default.btn1:before {
            border-width: 35px 27px 0 26px;
            top: 9px;
            right: -43px;
        }

    .list5 li {
        text-align: center;
    }

        .list5 li figure {
            float: none;
            margin: 0 0 20px 0;
        }
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
    .col-xs-4 {
        width: 100%;
        float: none;
    }

    .col-xs-6 {
        width: 100%;
        float: none;
    }
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


/* NASE */

.paragraphImage {
    max-width: 500px;
    height: auto;
    margin: 10px;
    box-shadow: 0px 0px 5px black;
}

.referenceImg {
    width: 300px;
    height: 200px;
    border: 2px solid black;
}

.referenceImgGallery {
    width: 300px;
    height: 200px;
    border: 2px solid black;
    margin-bottom: 20px;
}

.productImg {
    width: 100%;
    /*border: 2px solid black;*/
}

.productRow {
    margin-bottom: 5px;
}

p.noBottom {
    margin-bottom: 0px;
}

.whiteColor {
    color: white !important;
}

.dx-gallery-item-image {
    cursor: pointer
}

.dx-gallery-indicator-item {
    border-radius: 0;
    background: #ccc;
    border-width: 0;
}

.dx-state-focused.dx-gallery .dx-gallery-indicator-item-selected {
    background-color: #000066;
}

.dx-gallery-item-image {
    height: 150px;
}
