/* GOOGLE FONTS */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);


/* Global properties ======================================================== */
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

::selection {
    background: #888888 !important;
    color: #fff;
}

::-moz-selection {
    background: #888888 !important;
    color: #fff;
}

a {
    color: #dcdcdc;
    text-decoration: underline;
    outline: none;
}

    a:hover {
        color: #dcdcdc;
        text-decoration: none;
        outline: none;
    }

body {
    background: url(../Images/Theme/bg1.jpg) #000 left top repeat-x fixed;
    border: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #adadad;
    line-height: 18px;
    min-width: 340px;
}

iframe {
    display: block;
    border: none;
    height: calc(100vh - 30px);

    width: 100%;
}

#main {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 900px;
}

.bg2 {
    width: 1575px;
    height: 875px;
    background: url(../Images/Theme/bg2.png) 0 0 no-repeat;
    position: fixed;
    left: 50%;
    margin-left: -787px;
    top: 0;
    z-index: 1;
}

.bg3 {
    width: 473px;
    height: 626px;
    background: url(../Images/Theme/bg3.png) 0 0 no-repeat;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 1;
}

#inner {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}


.box1 {
}

.box0 {
    position: relative;
}

.box2 {
    background: #2e2e2e;
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    margin-right: -20px;
}

.box3 {
    background: url(../Images/Theme/box3.jpg) 0 0 repeat-x #29292a;
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.box4 {
    background: #151515;
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-bottom: 15px;
}

.box5 {
    background: #ebebeb;
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    margin-right: -20px;
    position: relative;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .box5 h4 {
        color: #151515;
    }

.box5_2 {
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    margin-right: -20px;
    position: relative;
    z-index: 9;
    padding-top: 0px;
    padding-bottom: 0px;
}

.social_wrapper {
    text-align: right;
    width: 140px;
    position: absolute;
    left: -160px;
    top: 534px;
    z-index: 1;
}

.social {
    display: inline-block;
    margin: 0;
    padding: 0px;
    list-style: none;
    white-space: nowrap;
}

    .social li {
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 2px;
    }

        .social li a {
            opacity: 1;
            filter: alpha(opacity=100);
            position: relative;
            display: block;
        }

            .social li a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70);
            }

            .social li a em {
                display: block;
                width: 3px;
                height: 100%;
                background: url(../Images/Theme/shadow2.png) 0 0 repeat-y;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
            }

.top2 {
    text-align: right;
}

.top_banner1 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 205px;
    height: 66px;
    background: url(../Images/Theme/top_banner1.png);
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    text-align: left;
    margin-right: 5px;
}

    .top_banner1:hover {
        background: url(../Images/Theme/top_banner1_over.png) 0 0 no-repeat;
    }

    .top_banner1 .img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .top_banner1 .txt1 {
        padding-left: 10px;
        padding-top: 15px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .top_banner1 .txt2 {
        padding-left: 10px;
        padding-top: 0px;
        font-size: 10px;
        color: #fff;
        line-height: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

.top_banner2 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 205px;
    height: 66px;
    background: url(../Images/Theme/top_banner2.png);
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    text-align: left;
}

    .top_banner2:hover {
        background: url(../Images/Theme/top_banner2_over.png) 0 0 no-repeat;
    }

    .top_banner2 .img {
        position: absolute;
        right: 6px;
        bottom: 5px;
    }

    .top_banner2 .onair-img {
        position: absolute;
        right: 6px;
        bottom: 5px;
    }

    .top_banner2 .txt1 {
        padding-left: 10px;
        padding-top: 15px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .top_banner2 .txt2 {
        padding-left: 10px;
        padding-top: 0px;
        font-size: 10px;
        color: #fff;
        line-height: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }



/* ============================= header ====================== */
header {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    margin-left: -20px;
}

/* ============================= slider3 ====================== */
#slider3 {
    padding-bottom: 0px;
}

.prev3 {
    width: 36px;
    height: 44px;
    position: absolute;
    left: -8px;
    top: 50%;
    bottom: auto;
    margin: 0;
    margin-top: 0px;
    margin-top: -22px;
    background: url(../Images/Theme/prev.png) left top no-repeat;
    z-index: 2;
}

    .prev3 > span {
        display: block;
        width: 36px;
        height: 36px;
        background: url(../Images/Theme/prev_st.png) left top no-repeat;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

    .prev3:hover span {
        background: url(../Images/Theme/prev_st_over.png) left top no-repeat;
    }

.next3 {
    width: 36px;
    height: 44px;
    position: absolute;
    right: -8px;
    top: 50%;
    bottom: auto;
    margin: 0;
    margin-top: 0px;
    margin-top: -22px;
    background: url(../Images/Theme/next.png) left top no-repeat;
    z-index: 2;
}

    .next3 > span {
        display: block;
        width: 36px;
        height: 36px;
        background: url(../Images/Theme/next_st.png) left top no-repeat;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

    .next3:hover span {
        background: url(../Images/Theme/next_st_over.png) left top no-repeat;
    }

.carousel-box {
    position: relative;
}

    .carousel-box .inner {
        position: relative;
        overflow: hidden;
    }

.carousel.main {
    position: relative;
    overflow: hidden;
    width: 800px;
    margin: 0;
    padding: 0;
}

.caroufredsel_wrapper {
    padding: 0;
    margin: 0;
}

    .caroufredsel_wrapper ul {
        padding: 0;
        margin: 0;
    }

.carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 300px;
    overflow: hidden;
    padding-right: 20px;
}

.carousel-box2 {
    position: relative;
}

    .carousel-box2 .inner {
        position: relative;
        overflow: hidden;
    }

.carousel.main2 {
    position: relative;
    overflow: hidden;
    width: 186px;
    margin: 0;
    padding: 0;
}

.caroufredsel_wrapper2 {
    padding: 0;
    margin: 0;
}

    .caroufredsel_wrapper2 ul {
        padding: 0;
        margin: 0;
    }

.carousel-box2 ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 186px;
    overflow: hidden;
    padding-right: 20px;
}


/* ============================= content ====================== */
#content {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ============================= footer ====================== */
footer {
    padding: 20px 0;
}

.copyright {
    line-height: 20px;
    color: #4f4f4f;
}


/* ============================= main menu ====================== */
.menu_wrapper {
    width: 140px;
    position: absolute;
    left: -160px;
    top: 115px;
    z-index: 10;
}

.navbar_ {
    margin: 0;
    padding: 0;
    background: none;
    position: relative;
    z-index: 30;
}

    .navbar_ .navbar-inner_ {
        padding: 0;
        margin: 0;
        border: none;
        min-height: inherit;
        background: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        filter: none;
    }

    .navbar_ .btn-navbar {
        float: none;
        background: url(../Images/Theme/nav.jpg) 0 0 repeat-x;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0;
        height: 66px;
        padding: 0;
        margin-bottom: 2px;
        font-size: 18px;
        color: #cccccc;
        text-transform: uppercase;
        line-height: 66px;
        text-align: center;
        position: relative;
        text-decoration: none;
    }

        .navbar_ .btn-navbar .over1 {
            position: absolute;
            right: 20px;
            top: 22px;
        }

        .navbar_ .btn-navbar:hover {
            background: url(../Images/Theme/nav.jpg) 0 0 repeat-x;
            color: #fff;
        }

        .navbar_ .btn-navbar .icon-bar {
            background-image: none;
            width: 28px;
            height: 5px;
        }

.nav-collapse_.collapse {
    position: relative;
    display: block;
    text-align: left;
}

.navbar_ .nav {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    left: auto;
}

    .navbar_ .nav > li {
        position: relative;
        display: block;
        float: none;
        margin-bottom: 2px;
        white-space: nowrap;
        background: url(../Images/Theme/nav.jpg) 0 0 repeat-x;
        border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        -webkit-border-radius: 4px 0px 0px 4px;
    }

        .navbar_ .nav > li:first-child {
        }

        .navbar_ .nav > li > a {
            display: block;
            height: 66px;
            text-decoration: none;
            background: url(../Images/Theme/shadow1.png) right top repeat-y;
            text-shadow: none;
            padding: 0;
            border: none;
            margin: 0;
            border-radius: 4px 0px 0px 4px;
            -moz-border-radius: 4px 0px 0px 4px;
            -webkit-border-radius: 4px 0px 0px 4px;
            transition: color 0.3s ease-out;
            -moz-transition: color 0.3s ease-out;
            -webkit-transition: color 0.3s ease-out;
            -o-transition: color 0.3s ease-out;
        }

            .navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover {
                color: #fff;
                text-decoration: none;
                background: url(../Images/Theme/shadow1.png) right top repeat-y;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
            }

            .navbar_ .nav > li > a .over1 {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
                background: url(../Images/Theme/nav1.png) -7px 0 no-repeat;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .navbar_ .nav > li.active > a .over1, .navbar_ .nav > li.active > a:hover .over1, .navbar_ .nav > li.active > a:focus .over1, .navbar_ .nav > li > a:hover .over1, .navbar_ .nav > li > a:focus .over1, .navbar_ .nav > li.sfHover > a .over1, .navbar_ .nav > li.sfHover > a:hover .over1 {
                background-position: 0px 0px;
            }

            .navbar_ .nav > li > a .over2 {
                width: 3px;
                height: 5px;
                background: url(../Images/Theme/arr1.png) 0 0 no-repeat;
                position: absolute;
                right: 19px;
                top: 30px;
                z-index: 1;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .navbar_ .nav > li.active > a .over2, .navbar_ .nav > li.active > a:hover .over2, .navbar_ .nav > li.active > a:focus .over2, .navbar_ .nav > li > a:hover .over2, .navbar_ .nav > li > a:focus .over2, .navbar_ .nav > li.sfHover > a .over2, .navbar_ .nav > li.sfHover > a:hover .over2 {
                margin-right: -6px;
            }

            .navbar_ .nav > li > a .txt1 {
                padding-left: 20px;
                padding-top: 15px;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                color: #cccccc;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .navbar_ .nav > li.active > a .txt1, .navbar_ .nav > li.active > a:hover .txt1, .navbar_ .nav > li.active > a:focus .txt1, .navbar_ .nav > li > a:hover .txt1, .navbar_ .nav > li > a:focus .txt1, .navbar_ .nav > li.sfHover > a .txt1, .navbar_ .nav > li.sfHover > a:hover .txt1 {
                color: #eabb00;
            }

        .navbar_ .nav > li:first-child + li.active > a .txt1, .navbar_ .nav > li:first-child + li.active > a:hover .txt1, .navbar_ .nav > li:first-child + li.active > a:focus .txt1, .navbar_ .nav > li:first-child + li > a:hover .txt1, .navbar_ .nav > li:first-child + li > a:focus .txt1, .navbar_ .nav > li:first-child + li.sfHover > a .txt1, .navbar_ .nav > li:first-child + li.sfHover > a:hover .txt1 {
            color: #aabd06;
        }

        .navbar_ .nav > li:first-child + li + li.active > a .txt1, .navbar_ .nav > li:first-child + li + li.active > a:hover .txt1, .navbar_ .nav > li:first-child + li + li.active > a:focus .txt1, .navbar_ .nav > li:first-child + li + li > a:hover .txt1, .navbar_ .nav > li:first-child + li + li > a:focus .txt1, .navbar_ .nav > li:first-child + li + li.sfHover > a .txt1, .navbar_ .nav > li:first-child + li + li.sfHover > a:hover .txt1 {
            color: #35bd06;
        }

        .navbar_ .nav > li:first-child + li + li + li.active > a .txt1, .navbar_ .nav > li:first-child + li + li + li.active > a:hover .txt1, .navbar_ .nav > li:first-child + li + li + li.active > a:focus .txt1, .navbar_ .nav > li:first-child + li + li + li > a:hover .txt1, .navbar_ .nav > li:first-child + li + li + li > a:focus .txt1, .navbar_ .nav > li:first-child + li + li + li.sfHover > a .txt1, .navbar_ .nav > li:first-child + li + li + li.sfHover > a:hover .txt1 {
            color: #0694bd;
        }

        .navbar_ .nav > li:first-child + li + li + li + li.active > a .txt1, .navbar_ .nav > li:first-child + li + li + li + li.active > a:hover .txt1, .navbar_ .nav > li:first-child + li + li + li + li.active > a:focus .txt1, .navbar_ .nav > li:first-child + li + li + li + li > a:hover .txt1, .navbar_ .nav > li:first-child + li + li + li + li > a:focus .txt1, .navbar_ .nav > li:first-child + li + li + li + li.sfHover > a .txt1, .navbar_ .nav > li:first-child + li + li + li + li.sfHover > a:hover .txt1 {
            color: #bd06b2;
        }

        .navbar_ .nav > li:first-child + li + li + li + li + li.active > a .txt1, .navbar_ .nav > li:first-child + li + li + li + li + li.active > a:hover .txt1, .navbar_ .nav > li:first-child + li + li + li + li + li.active > a:focus .txt1, .navbar_ .nav > li:first-child + li + li + li + li + li > a:hover .txt1, .navbar_ .nav > li:first-child + li + li + li + li + li > a:focus .txt1, .navbar_ .nav > li:first-child + li + li + li + li + li.sfHover > a .txt1, .navbar_ .nav > li:first-child + li + li + li + li + li.sfHover > a:hover .txt1 {
            color: #bd063a;
        }

        .navbar_ .nav > li > a .txt2 {
            padding-left: 20px;
            padding-top: 0px;
            font-size: 11px;
            line-height: 15px;
            color: #838383;
            font-weight: normal;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

        .navbar_ .nav > li.active > a .txt2, .navbar_ .nav > li.active > a:hover .txt2, .navbar_ .nav > li.active > a:focus .txt2, .navbar_ .nav > li > a:hover .txt2, .navbar_ .nav > li > a:focus .txt2, .navbar_ .nav > li.sfHover > a .txt2, .navbar_ .nav > li.sfHover > a:hover .txt2 {
            color: #fff;
        }



        .navbar_ .nav > li:first-child > a .over1 {
        }

        .navbar_ .nav > li:first-child + li > a .over1 {
            background-image: url(../Images/Theme/nav2.png);
        }

        .navbar_ .nav > li:first-child + li + li > a .over1 {
            background-image: url(../Images/Theme/nav3.png);
        }

        .navbar_ .nav > li:first-child + li + li + li > a .over1 {
            background-image: url(../Images/Theme/nav4.png);
        }

        .navbar_ .nav > li:first-child + li + li + li + li > a .over1 {
            background-image: url(../Images/Theme/nav5.png);
        }

        .navbar_ .nav > li:first-child + li + li + li + li + li > a .over1 {
            background-image: url(../Images/Theme/nav6.png);
        }




.sub-menu ul {
    position: absolute;
    display: none;
    left: 100%;
    top: 0px;
    list-style: none;
    zoom: 1;
    z-index: 109;
    margin: 0;
    padding: 0px;
    background: #202020;
    text-align: left;
}

.sub-menu li {
    margin: 0;
    position: relative;
    zoom: 1;
    display: block;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #111111;
}

    .sub-menu li a {
        display: block;
        position: relative;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #bbbbbb;
        text-decoration: none;
        padding: 13px 40px 13px 20px;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

        .sub-menu li a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #303030;
        }

        .sub-menu li a em {
            display: inline-block;
            width: 7px;
            height: 10px;
            background: url(../Images/Theme/marker1.png) left top no-repeat;
            position: absolute;
            right: 8px;
            top: 50%;
            margin-top: -5px;
        }

        .sub-menu li a:hover em {
            background-position: bottom;
        }

.sub-menu-1 > ul {
}

.sub-menu-2 > ul {
    left: 100%;
    top: -8px;
    margin-left: 9px;
    background: #181311;
}

/* ============================= menu bot ====================== */
.menu_top {
    display: block;
    position: relative;
    z-index: 1;
    text-align: right;
    line-height: 1px;
    white-space: nowrap;
}

#menu_top {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

    #menu_top > li {
        list-style: none;
        display: inline-block;
        margin-left: 15px;
        position: relative;
        float: left;
        white-space: nowrap;
    }

        #menu_top > li:first-child {
            margin-left: 0;
        }

        #menu_top > li > a {
            display: block;
            height: 100%;
            text-decoration: none;
            position: relative;
            font-weight: 400;
            font-size: 12px;
            line-height: 40px;
            color: #b6b6b6;
            border-top: 2px solid transparent;
        }

            #menu_top > li.active > a, #menu_top > li > a:hover, #menu_top > li > a:focus {
                color: #fff;
                text-decoration: none;
                border-color: #015ea7;
            }

        #menu_top > li > .language {
            padding-top: 12px;
        }

/* ============================= search-form ====================== */
.search-form-wrapper {
    padding-bottom: 20px;
}

.navbar-form {
    float: left;
    position: relative;
    z-index: 11;
    margin: 11px 0px 0 0;
    padding: 0;
}

    .navbar-form input {
        width: 235px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #adadad;
        background: #171717;
        border: 1px solid #171717;
        margin: 0;
        padding: 10px 50px 10px 10px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-box-shadow: inset 0px 3px 20px 3px #171717;
        -webkit-box-shadow: inset 0px 3px 20px 3px #171717;
        box-shadow: inset 0px 3px 20px 3px #171717;
    }

        .navbar-form input:focus {
            color: #fff;
            background: #171717;
            border-color: #adadad;
            -moz-box-shadow: inset 0px 3px 20px 3px #171717;
            -webkit-box-shadow: inset 0px 3px 20px 3px #171717;
            box-shadow: inset 0px 3px 20px 3px #171717;
        }

    .navbar-form a {
        text-decoration: none;
        margin: 0;
        display: inline-block;
        width: 42px;
        height: 28px;
        background: url(../Images/Theme/search.png) left top no-repeat;
        position: absolute;
        right: 0;
        top: 7px;
    }

        .navbar-form a:hover {
            background-position: right;
        }

/* ============================= toTop ====================== */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../Images/Theme/totop.gif) no-repeat left top;
}

#toTopHover {
    background: url(../Images/Theme/totop.gif) no-repeat left bottom;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}

/* ============================= main layout ====================== */
h1 {
    line-height: 1px;
    margin: 0;
    padding: 0;
}

    h1 span {
        display: inline-block;
        background: #171717;
        font-weight: 700;
        font-size: 30px;
        color: #fff;
        line-height: 62px;
        padding: 0 20px;
        margin: 0;
        text-transform: uppercase;
        margin-left: -20px;
    }


h2 {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    padding: 25px 0 10px 0;
    margin: 0 0 10px 0;
    background: url(../Images/Theme/h.png) left bottom repeat-x;
}

h3 {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    padding: 25px 0 10px 0;
    margin: 0 0 10px 0;
    background: url(../Images/Theme/h.png) left bottom repeat-x;
    position: relative;
}

.kv1 h3 {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 27px;
}

h3 a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #bbbbbb;
}

h3 > span > a {
    right: auto;
    top: auto;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    text-decoration: none;
    color: #ffffeb;
}

h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #c3c4c7;
    padding: 0px 0 10px 0;
    margin: 0px 0px 0px 0px;
}





h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 0px 0 10px 0;
    margin: 0px 0px 0px 0px;
}


.upper {
    text-transform: uppercase;
}

.color1 {
    color: #fff;
}

.line1 {
    height: 2px;
    background: url(../Images/Theme/line1_px.png) 0 0 repeat-x;
    margin: 20px 0;
}

.radius1 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.pad_bot1 {
    padding-bottom: 20px;
}


/* === */
.banners {
}

    .banners .banner_inner {
        padding-bottom: 20px;
    }

    .banners .img {
        width: 100%;
    }

.kv1 {
    background: #252525;
    margin-top: 10px;
    padding-bottom: 20px;
}

.kv1_pad {
    padding-left: 20px;
    padding-right: 20px;
}

.button1 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button1.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .button1:hover {
        color: #2f94e8;
        background-position: 0px 0px;
    }

.button2 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button2.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .button2:hover {
        color: #eabb00;
        background-position: 0px 0px;
    }

.button3 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button5.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .button3:hover {
        color: #bd063a;
        background-position: 0px 0px;
    }

.menu-button1 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button1.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .menu-button1:hover {
        color: #2f94e8;
        background-position: 0px 0px;
    }

.menu-button2 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button2.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .menu-button2:hover {
        color: #eabb00;
        background-position: 0px 0px;
    }

.menu-button3 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button3.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .menu-button3:hover {
        color: #aabd06;
        background-position: 0px 0px;
    }

.menu-button4 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button4.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .menu-button4:hover {
        color: #bd06b2;
        background-position: 0px 0px;
    }

.menu-button5 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button5.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .menu-button5:hover {
        color: #bd063a;
        background-position: 0px 0px;
    }

.menu-button6 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button6.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .menu-button6:hover {
        color: #094370;
        background-position: 0px 0px;
    }

.menu-button7 {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button7.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .menu-button7:hover {
        color: #a35c53;
        background-position: 0px 0px;
    }

.date1 {
    display: inline-block;
    font-size: 14px;
    color: #626262;
    line-height: 20px;
    padding: 4px 10px;
    background: #151515;
    margin-bottom: 10px;
}

.kv2 {
    background: #2e2e2e;
    padding: 20px 30px;
}

    .kv2 .txt1 {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    .kv2 .txt2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    .kv2 .txt3 {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .kv2 .txt4 {
        color: #adadad;
        padding-bottom: 10px;
    }

        .kv2 .txt4 a {
            color: #858585;
        }

.bot1_block {
    padding-left: 0px;
    padding-right: 0px;
}

.bot1_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

.ul0 {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ul0 > li {
        padding: 5px 0px 5px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #919191;
        border-bottom: 1px solid #3d3d3e;
    }

        .ul0 > li a {
            color: #919191;
            text-decoration: none;
            display: block;
            background: url(../Images/Theme/li_st0.png) right center no-repeat;
        }

            .ul0 > li a:hover {
                color: #fff;
                text-decoration: none;
                background-image: url(../Images/Theme/li_st0_over.png);
            }

.testimonial1 {
    margin-bottom: 20px;
}

    .testimonial1 .txt1 {
        background: #151515;
        padding: 20px 25px;
        line-height: 20px;
        font-style: italic;
        color: #b7b7b7;
    }

    .testimonial1 .txt2 {
        padding: 25px 10px 5px 35px;
        background: url(../Images/Theme/testimonial1.png) 35px 0 no-repeat;
        color: #adadad;
        font-size: 14px;
    }

        .testimonial1 .txt2 a {
            color: #ef2b3e;
        }

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 0px;
}

    .ul1 > li {
        font-size: 12px;
        color: #adadad;
        padding: 0 0 0px 0;
        margin: 0 0 4px 0;
    }

        .ul1 > li a {
            color: #adadad;
            text-decoration: none;
            line-height: 16px;
            padding: 0px 0px 0px 15px;
            margin: 0px 0px 0px 0px;
            display: block;
            font-size: 14px;
        }

            .ul1 > li a:hover {
                color: #fff;
                text-decoration: none;
            }

.google_map {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 1px;
    background: #454649;
    border: none;
    line-height: 1px;
}

    .google_map iframe {
        position: relative;
        width: 100%;
        height: 260px;
        border: none;
    }




/* ============================= thumbnails ====================== */
.thumbnails {
}

    .thumbnails .thumbnail {
        line-height: 18px;
    }


.thumbnails1 {
    margin: 0 0 0 -30px;
    padding: 0;
}

    .thumbnails1 > li {
        width: 255px;
        float: left;
        margin: 0 0 30px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .thumbnails1 .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .thumbnails1 .thumbnail figure {
            margin: 0;
            float: none;
            margin: 0px 0px 0px 0px;
            padding: 1px;
            background: #454649;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }

            .thumbnails1 .thumbnail figure img {
                width: 100%;
            }

        .thumbnails1 .thumbnail .caption {
            text-decoration: none;
        }

.thumbnails2 {
    margin: 0 0 0 -30px;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

    .thumbnails2 > li {
        float: left;
        margin: 0 0 30px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .thumbnails2 .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .thumbnails2 .thumbnail figure {
            margin: 0;
            float: none;
            margin: 0px 0px 0px 0px;
            padding: 1px;
            background: #454649;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }

            .thumbnails2 .thumbnail figure img {
                width: 100%;
            }

        .thumbnails2 .thumbnail .caption {
            padding-top: 15px;
            text-decoration: none;
        }

    .thumbnails2 a {
        text-decoration: none;
    }


/* ============================= thumbnail ====================== */
.img-polaroid {
    position: relative;
    padding: 1px;
    background: #454649;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 168px;
}

.img-polaroid-program {
    position: relative;
    padding: 1px;
    background: #454649;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 80px;
}

.thumbnail .caption {
    padding: 0;
    color: #adadad;
}

.thumb1 {
    margin-bottom: 20px;
}

    .thumb1.last {
        margin-bottom: 0px;
    }

    .thumb1 .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .thumb1 .thumbnail a {
            text-decoration: none;
        }

    .thumb1 figure {
        margin: 0;
        float: left;
        margin: 0px 20px 20px 0px;
    }

        .thumb1 figure img {
            width: 100%;
        }

    .thumb1 .caption {
    }

.thumb2 {
    margin-bottom: 0px;
}

    .thumb2.last {
        margin-bottom: 0px;
    }

    .thumb2 .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .thumb2 .thumbnail > a {
            text-decoration: none;
            display: block;
        }

            .thumb2 .thumbnail > a figure {
                margin: 0;
                float: left;
                margin: 0px 20px 0px 0px;
                padding: 1px;
                background: #454649;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .thumb2 .thumbnail > a:hover figure {
                background: #d3d5da;
            }

            .thumb2 .thumbnail > a figure img {
                width: auto;
            }

            .thumb2 .thumbnail > a .caption {
                display: table;
            }

                .thumb2 .thumbnail > a .caption .txt1 {
                    font-size: 18px;
                    line-height: 20px;
                    color: #2f94e8;
                    padding-bottom: 5px;
                    transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -webkit-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                }

            .thumb2 .thumbnail > a:hover .caption .txt1 {
                color: #6fe2ff;
            }

            .thumb2 .thumbnail > a .caption .txt2 {
                font-size: 12px;
                color: #838383;
                line-height: 15px;
            }

.thumb3 {
    margin-bottom: 20px;
}

    .thumb3.last {
        margin-bottom: 0px;
    }

    .thumb3 .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .thumb3 figure {
        margin: 0;
        float: none;
        margin: 0px 0px 20px 0px;
    }

        .thumb3 figure img {
            width: 100%;
        }

    .thumb3 .caption {
    }






.thumb-carousel {
}

    .thumb-carousel .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        position: relative;
    }

        .thumb-carousel .thumbnail a {
            position: relative;
            display: block;
            text-decoration: none;
            overflow: hidden;
        }

            .thumb-carousel .thumbnail a figure {
                position: relative;
                z-index: 1;
                margin: 0;
                float: none;
                margin: 0px 0px 0px 0px;
                padding: 0px;
                background: none;
                border: none;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

                .thumb-carousel .thumbnail a figure img {
                    width: 100%;
                }

            .thumb-carousel .thumbnail a .caption {
                font-size: 16px;
                line-height: 20px;
                padding: 10px 0;
                color: #c8c8c8;
                text-align: center;
                background: #202020;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .thumb-carousel .thumbnail a:hover .caption {
                color: #fff;
                background: #ef2b3e;
            }

            .thumb-carousel .thumbnail a .caption .txt1 {
                font-size: 14px;
                font-weight: bold;
                line-height: 20px;
                color: #2f94e8;
                padding-bottom: 5px;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                padding-left: 5px;
                padding-right: 5px;
            }

            .thumb-carousel .thumbnail a:hover .caption .txt1 {
                color: #6fe2ff;
                padding-left: 5px;
                padding-right: 5px;
            }

            .thumb-carousel .thumbnail a .caption .txt2 {
                font-size: 12px;
                color: #838383;
                line-height: 15px;
                padding-left: 5px;
                padding-right: 5px;
            }

.thumb-staff {
}

    .thumb-staff .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        position: relative;
    }

        .thumb-staff .thumbnail a {
            position: relative;
            display: block;
            text-decoration: none;
            overflow: hidden;
        }

            .thumb-staff .thumbnail a figure {
                position: relative;
                z-index: 1;
                margin: 0;
                float: none;
                margin: 0px 0px 0px 0px;
                padding: 0px;
                background: none;
                border: none;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

                .thumb-staff .thumbnail a figure img {
                    width: 100%;
                }

            .thumb-staff .thumbnail a .caption {
                padding: 15px;
                text-align: center;
                background: #202020;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .thumb-staff .thumbnail a:hover .caption {
                background: #ef2b3e;
            }

            .thumb-staff .thumbnail a .caption .txt1 {
                font-size: 18px;
                line-height: 20px;
                padding-bottom: 10px;
                color: #c8c8c8;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .thumb-staff .thumbnail a:hover .caption .txt1 {
                color: #fff;
            }

            .thumb-staff .thumbnail a .caption .txt2 {
                color: #939393;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .thumb-staff .thumbnail a:hover .caption .txt2 {
                color: #fff;
            }



.thumb-isotope {
}

    .thumb-isotope .thumbnail {
        padding: 0px;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .thumb-isotope figure {
        position: relative;
        margin: 0;
        float: none;
        margin: 0px 0px 0px 0px;
        padding: 0;
        background: none;
        border: none;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

    /*.thumb-isotope figure div {
            width: 168px;
            height: 168px;
            text-align: center;
            padding: 0;
            margin: 0;
        }*/

    .thumb-isotope .thumbnail a {
        position: relative;
        display: block;
        text-decoration: none;
        padding: 0;
        margin: 0;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

        .thumb-isotope .thumbnail a:hover {
            background: #502241;
        }

            .thumb-isotope .thumbnail a:hover figure {
            }

        .thumb-isotope .thumbnail a img {
            width: 100%;
        }

        .thumb-isotope .thumbnail a em {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 2;
            background: url(../Images/Theme/photo1.png) center center no-repeat;
            opacity: 0;
            filter: alpha(opacity=0);
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

        .thumb-isotope .thumbnail a:hover em {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .thumb-isotope .thumbnail a .caption {
            font-size: 16px;
            line-height: 20px;
            padding: 10px 0;
            color: #c8c8c8;
            text-align: center;
            background: #202020;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

        .thumb-isotope .thumbnail a:hover .caption {
            color: #fff;
            background: #ef2b3e;
        }



/* ============================= accordion ====================== */
.accordion {
    margin-bottom: 0px;
}

.accordion-group {
    margin-bottom: 2px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        text-decoration: none;
        display: block;
        padding: 7px 10px 7px 30px;
        cursor: pointer;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        color: #2f94e8;
        text-transform: uppercase;
        background: url(../Images/Theme/accordion1.png) 14px center no-repeat #303030;
    }

        .accordion-heading .accordion-toggle:hover {
            text-decoration: none;
            color: #6fe2ff;
            background: url(../Images/Theme/accordion1_over.png) 14px center no-repeat #171717;
        }

.accordion-inner {
    background: #1d1d1d;
    color: #adadad;
    border-top: none;
    padding: 10px 15px;
}





/*================= Contacts =========================*/
#note {
}

.notification_error {
    color: #f00;
    padding-bottom: 10px;
}

.notification_ok {
    text-align: left;
    padding-bottom: 10px;
}

.form-input .control-group {
    margin-bottom: 10px;
}

.form-input .controls {
    margin-left: 0;
}

.form-input img {
    float: left;
    width: 170px;
    height: 42px;
    margin-bottom: 10px;
}

.form-input .submit {
    display: inline-block;
    line-height: 36px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #bfbfbf;
    white-space: nowrap;
    letter-spacing: 0px;
    background: url(../Images/Theme/button1.png) -5px 0 no-repeat #151515;
    padding: 0 15px 0 20px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .form-input .submit:hover {
        color: #2f94e8;
        background-position: 0px 0px;
    }


.cform_blocks {
}

    .cform_blocks .block1 {
        float: left;
        margin-left: 0;
    }

    .cform_blocks .block2 {
        float: left;
        margin-left: 20px;
    }

    .cform_blocks .block3 {
        float: left;
        margin-left: 20px;
    }

.form-input input .control-input {
    width: 232px;
}

.form-input input[type=checkbox] {
    width: 30px;
}


/*================= 404 =========================*/
.page-404 {
    text-align: center;
}

    .page-404 .txt1 {
        font-weight: 700;
        font-size: 170px;
        color: #fff;
        line-height: 170px;
    }

    .page-404 .txt2 {
        font-weight: 400;
        font-size: 70px;
        color: #fff;
        line-height: 70px;
    }





/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1200px) {
    .bg3 {
        margin-left: -710px;
    }

    .box2, .box3, .box4, .box5, .box5_2 {
        padding-left: 30px;
        margin-left: -30px;
        padding-right: 30px;
        margin-right: -30px;
    }

    header {
        margin-left: -30px;
    }

    .menu_wrapper {
        width: 170px;
        left: -200px;
    }

    .social_wrapper {
        width: 170px;
        left: -200px;
    }

    #slider3 .carousel.main {
        width: 990px;
    }

    h1 span {
        padding: 0 30px;
        margin-left: -30px;
    }

    .thumbnails1 > li {
        width: 320px;
    }

    .thumbnails2 > li {
        width: 203px;
    }

    .cform_blocks .block2 {
        margin-left: 30px;
    }

    .cform_blocks .block3 {
        margin-left: 30px;
    }

    .form-input input .control-input {
        width: 289px;
    }

    .form-input input[type=checkbox] {
        width: 30px;
    }

    .navbar-form input {
        width: 305px;
    }
}
/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
}

@media (min-width: 980px) and (max-width: 1199px) {
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
}

@media (min-width: 768px) and (max-width: 1100px) {
    .thumb-isotope .thumbnail a .caption {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .bg3 {
        margin-left: -490px;
    }

    .menu_wrapper {
        width: 104px;
        left: -124px;
    }

    #slider3 .carousel.main {
        width: 620px;
    }


    .nav-collapse_.collapse {
        height: auto !important;
        overflow: visible !important;
    }

    .navbar_ .btn-navbar {
        display: none;
    }

    .thumb2 .thumbnail > a .caption {
        display: table;
        width: 100%;
        padding-top: 15px;
    }

    .thumbnails1 > li {
        width: 192px;
    }

    .thumbnails2 > li {
        width: 118px;
    }

    .form-input input .control-input {
        width: 172px;
    }

    .form-input input[type=checkbox] {
        width: 172px;
    }

    .form-input textarea {
        width: 584px;
    }

    .navbar-form input {
        width: 165px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        width: 440px;
    }

    #main {
        min-height: 0;
    }

    .bg3 {
        margin-left: -350px;
    }

    header {
        margin-left: 0px;
        position: relative;
        padding-bottom: 20px;
    }

    .menu_wrapper {
        position: relative;
        left: 0;
        top: 0;
    }

    .social_wrapper {
        position: relative;
        left: 0;
        top: 0;
    }

    .social li a em {
        display: none;
    }

    .social_wrapper {
        text-align: left;
        width: auto;
        margin-top: 20px;
    }

    .social {
        display: block;
    }

        .social li {
            display: inline-block;
            float: left;
            margin-right: 2px;
        }

    .menu_wrapper {
        width: auto;
    }

    .navbar_ .nav > li > a {
        background: none !important;
    }

    .sub-menu ul {
        position: relative;
        left: 0;
        top: 0;
    }

    #menu_top > li.active > a, #menu_top > li > a:hover, #menu_top > li > a:focus {
        border-color: transparent;
    }

    #slider3 .carousel.main {
        width: 460px;
    }

    .thumbnails1 {
        margin-left: 0;
    }

        .thumbnails1 > li {
            width: 100%;
            margin-left: 0;
        }

    .thumbnails2 {
        margin-left: 0;
    }

        .thumbnails2 > li {
            width: 100%;
            margin-left: 0;
        }

    .cform_blocks .block1 {
        float: none;
        margin-left: 0;
    }

    .cform_blocks .block2 {
        float: none;
        margin-left: 0px;
    }

    .cform_blocks .block3 {
        float: none;
        margin-left: 0px;
    }

    .form-input input {
        width: 100%;
        display: block;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
    }

    .form-input textarea {
        width: 100%;
    }

    .navbar-form input {
        width: 375px;
    }

    .social li a img {
        width: 32px;
    }

    .menu_top {
        text-align: left;
    }

    .top2 {
        text-align: left;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .img-polaroid {
        width: 100%;
    }

    .youtube-video-content {
        height: 160px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    .container {
        width: 300px;
    }

    .bg3 {
        margin-left: -280px;
    }

    .top_banner1, .top_banner2 {
        width: 145px;
    }

        .top_banner1 .img, .top_banner2 .img {
            display: none;
        }

    #slider3 .carousel.main {
        width: 320px;
    }

    .thumb1 figure {
        float: none;
        margin-right: 0;
    }

        .thumb1 figure img {
            width: 100%;
        }

    .navbar-form input {
        width: 235px;
    }

    .page-404 .txt1 {
        font-size: 150px;
        line-height: 150px;
    }

    .page-404 .txt2 {
        font-size: 50px;
        line-height: 50px;
    }

    .img-polaroid {
        width: 100%;
    }

    .youtube-video-content {
        height: 160px;
    }
}

.onair-img {
    max-height: 60px;
    max-width: 50px;
}

.max-width-130 {
    width: 130px;
    text-wrap: normal;
}

.max-width-140 {
    width: 145px;
}

.home-slider2-img {
    width: 140px;
    height: 100px;
}

.tabs li {
    list-style: none;
    display: inline;
}

.tabs a {
    display: inline-block;
}

    .tabs a.active {
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
    }

.submenu-buttons {
    padding: 0;
    margin: 0;
}

.vticker {
    width: 250px;
    margin-top: 12px;
}

    .vticker .ullist {
        padding: 0;
        margin: 0;
        font-size: 12px;
        list-style: none;
        width: 100%;
    }

.home-dj-image {
    width: 51px;
    height: 51px;
}

.text-align-right {
    text-align: right;
}

.chart-position {
    padding-top: 10px;
    text-align: center;
    width: 70px;
    font-size: 48px;
    float: left;
    color: #FFF;
    font-weight: bold;
}

.chart-song {
    padding-left: 15px;
    padding-top: 0;
    font-size: 24px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.chart-artist {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 16px;
    color: #4e79c6;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.chart-standing {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 14px;
    color: #CCC;
    line-height: 16px;
    text-transform: uppercase;
}

.chart-actions {
    padding-left: 15px;
    margin-top: 30px;
}

.chart-action-button {
    width: 50px;
    padding-right: 10px;
}

    .chart-action-button input[type="image"] {
        width: 50px;
    }

.chart-image {
    width: 70px;
}

.chart-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .chart-ul > li {
        padding: 5px 0px 5px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #919191;
        border-bottom: 1px solid #3d3d3e;
    }

        .chart-ul > li .chart-actions a {
            color: #919191;
            text-decoration: none;
        }

            .chart-ul > li .chart-actions a:hover {
                color: #fff;
                text-decoration: none;
            }

.divWaiting {
    position: absolute;
    background-color: #454649;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.checkbox {
    padding-left: 5px;
}

    .checkbox label {
        display: inline-block;
    }

.text-danger {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.text-success {
    color: green;
    font-weight: bold;
    font-size: 14px;
}

.youtube-video-center {
    text-align: center;
}

.youtube-video-content {
    margin: 0 auto;
    max-width: 640px;
    height: 360px;
}

.youtube-video-player {
    width: 100%;
    height: 100%;
    border: none;
}

.windows-image {
    position: relative;
    width: 100%; /* for IE 6 */
}

.windows_caption {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}

    .windows_caption > div {
        padding: 10px 20px;
    }

.windows_caption {
    left: 0px;
    bottom: 10%;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
}

    .windows_caption > div {
        padding: 0;
        margin: 0;
        background: none;
    }

    .windows_caption .txt1 {
        text-align: right;
        line-height: 1px;
    }

        .windows_caption .txt1 span {
            display: inline-block;
            background: #171717;
            font-weight: 700;
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            padding: 15px 25px;
            letter-spacing: 1px;
        }

    .windows_caption .txt2 {
        text-align: right;
        line-height: 1px;
    }

        .windows_caption .txt2 span {
            display: inline-block;
            background: #2f94e8;
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            padding: 7px 25px;
            letter-spacing: 1px;
        }

    .windows_caption .mycountdown {
        line-height: 1px;
        margin-bottom: 20px;
        text-transform: lowercase;
    }

@media (max-width: 1024px) {
    .windows_caption .txt1 span {
        font-size: 14px;
        line-height: 14px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .txt2 span {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .mycountdown {
        margin-bottom: 5px;
    }
}

@media (max-width: 979px) {
    .windows_caption .txt1 span {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .txt2 span {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .mycountdown {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .windows_caption .txt1 span {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .txt2 span {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .mycountdown {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .windows_caption .txt1 span {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .txt2 span {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .windows_caption .mycountdown {
        margin-bottom: 5px;
    }
}

.playlist-div {
    position: relative;
    width: 100%; /* for IE 6 */
}

.playlist-div_caption {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}

    .playlist-div_caption > div {
        padding: 5px 10px;
    }

.playlist-div_caption {
    left: 0px;
    bottom: 90%;
    width: 100%;
    text-align: left;
}

    .playlist-div_caption > div {
        padding: 0;
        margin: 0;
        background: none;
    }

    .playlist-div_caption .txt1 {
        text-align: left;
    }

        .playlist-div_caption .txt1 span {
            display: inline-block;
            font-weight: 700;
            font-size: 14px;
            line-height: 30px;
            color: #171717;
            padding: 5px 30px;
            letter-spacing: 1px;
        }

            .playlist-div_caption .txt1 span a {
                color: #171717;
                text-decoration: none;
            }

.playlist-div_caption2 {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}

    .playlist-div_caption2 > div {
        padding: 5px 10px;
    }

.playlist-div_caption2 {
    left: 0px;
    bottom: 90%;
    width: 100%;
    text-align: left;
}

    .playlist-div_caption2 > div {
        padding: 0;
        margin: 0;
        background: none;
    }

    .playlist-div_caption2 .txt1 {
        text-align: left;
    }

        .playlist-div_caption2 .txt1 span {
            display: inline-block;
            font-weight: 700;
            font-size: 14px;
            color: #171717;
            padding: 5px 30px 5px 20px;
            letter-spacing: 1px;
        }

            .playlist-div_caption2 .txt1 span a {
                color: #171717;
                text-decoration: none;
            }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-div {
    width: 170px;
}

@media (max-width: 1024px) {
    .team-div {
        width: 100px;
    }
}

@media (max-width: 979px) {
    .team-div {
        width: 70px;
    }

    .playlist-div_caption .txt1 span {
        padding: 5px 30px 0 30px;
    }
}

@media (max-width: 767px) {
    .team-div {
        width: 50px;
    }
}

.program-time {
    padding-top: 10px;
    text-align: center;
    width: 70px;
    font-size: 20px;
    float: left;
    color: #FFF;
    font-weight: bold;
}

.program-title {
    padding-left: 15px;
    padding-top: 0;
    font-size: 24px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.program-presenters {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 16px;
    color: #4e79c6;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.program-description {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 14px;
    color: #CCC;
    line-height: 16px;
}

.program-actions {
    padding-left: 15px;
    margin-top: 30px;
}

.program-action-button {
    width: 50px;
    padding-right: 10px;
}

    .program-action-button input[type="image"] {
        width: 50px;
    }

.program-image {
    width: 70px;
}

.program-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .program-ul > li {
        padding: 5px 0px 5px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #919191;
        border-bottom: 1px solid #3d3d3e;
    }

        .program-ul > li .program-actions a {
            color: #919191;
            text-decoration: none;
        }

            .program-ul > li .program-actions a:hover {
                color: #fff;
                text-decoration: none;
            }

.div-channels-image {
    width: 50px;
    padding-right: 10px;
    float: left;
}

.channels-img {
    width: 100%;
}

.div-channels-li {
    padding-top: 5px;
    clear: both;
}

.div-channels-text {
    padding-top: 15px;
}

.chart-item {
    padding: 5px 0 5px 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #919191;
    border-bottom: 1px solid #3d3d3e;
}

.char-votes {
    font-size: 18px;
    margin-top: 10px;
}

    .char-votes span {
        line-height: 20px;
        bottom: 0;
    }

.img-caption1 {
    font-size: 14px;
}

.img-caption2 {
    font-size: 10px;
}

.div-presenter {
    font-size: 14px;
    color: #1d7ed1;
    font-weight: 600;
}

.div-termin {
    font-size: 14px;
    color: #1d7ed1;
    font-weight: 600;
}

.modalPopup1 {
    padding: 20px;
    background-color: #fff;
    color: #171717;
    font-size: 18px;
    text-align: center;
    height: 50px;
    width: 300px;
}

.modalPopup2 {
    padding: 20px;
    background-color: #fff;
    color: #171717;
    font-size: 18px;
    min-height: 200px;
    max-width: 350px;
    width: 100%;
}

.LBD_CaptchaIconsDiv a img {
    height: 24px;
    width: 24px;
}

.div-frequency-container {
    width: 186px;
    padding: 0;
}

.div-frequency {
    width: 186px;
    padding: 0;
}

.div-aboutus-menu {
    text-align: center;
    padding-top: 20px;
}

.div-header {
    color: #fff;
}

    .div-header h3 a {
        color: #fff;
        right: auto;
        left: 0;
        position: unset;
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
        text-transform: none;
    }

.div-50 {
    width: 45%;
    margin-right: 10px;
    float: left;
    min-width: 300px;
}

.div-50-center {
    width: 45%;
    text-align: center;
    float: left;
    min-width: 300px;
}

.div-live-container {
    background-color: #fff;
}

.div-live-image {
    text-align: center;
}

.div-live-controls {
    text-align: center;
    padding: 5px 0 5px 0;
    max-width: 300px;
    margin: 0 auto;
}

    .div-live-controls a {
        padding-left: 15px;
        padding-right: 15px;
    }

.div-live-now {
    text-align: center;
    color: #3d3d3e;
    padding: 15px 0 15px 0;
    max-width: 300px;
    margin: 0 auto;
}

.div-live-now-title {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.div-live-now-song {
    font-size: 18px;
    margin-bottom: 10px;
}

.div-live-now-artist {
    font-size: 16px;
}

.div-live-last5 {
    text-align: left;
    padding: 25px 0 5px 0;
    max-width: 400px;
    margin: 0 auto;
}

    .div-live-last5 ul li {
        padding: 5px 10px 5px 10px;
        color: #000;
    }

.div-live-left {
    float: left;
    width: 300px;
    margin: 0 auto;
}

.div-live-right {
    margin-left: 20px;
    float: left;
    max-width: 300px;
}

.img-50 {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.img-40 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.live-image {
    width: 65px;
}

.div_internet_channels {
    background-color: #454649;
    color: #fff;
    text-decoration: none;
}

    .div_internet_channels a {
        color: #fff;
        text-decoration: none;
    }

.div_internet_channels_selected {
    background-color: #ef2b3e;
    color: #fff;
    text-decoration: none;
}
