body {
  padding-top: 5px;
  background: #000;
}
.starter-template {
  padding: 1px 15px;
  text-align: center;
  background: #fff;
}

/* smaller logo for mobile */
h1.logo {
    width: 241px;    
    margin: 26px 0 20px 0;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
}

.logo-extleft {
    left: 25% !important;
}


/* for small widths < 480px, move logo lower */
.logo-no-margin {
    margin: 7px 0 0 -30px !important;
}

/* for small widths < 600px, no animation */
.logo-center {
    margin: 0 0 0 -30px !important;
}


/* for bigger widths >= 480px */
@media (min-width: 480px) {
    h1.logo {
        width: 361px !important;    
        margin: 26px 0 20px 0;
    }    
    
    .logo-no-margin {
        margin: 0 0 0 -30px !important;
    }
    
}

    
    
/* for bigger widths > 600px */
@media (min-width: 600px) {
.logo-center {
    margin: 0 0 0 100px !important;
}
}

.navbar-brand {
    height: 78px !important;
    padding: 15px 10px;
}


/* these items don't show on iphone and mobile screens */
    #social-items-topnav {
        display: none;
    }
    .starter-template {
        display: none;
    }
    /* navbar and logo height (78px) + 8px gap*/
    #sliderbox {
        margin-top: 86px;
    }
    
    
    
.news_section .row {
   background-image: none; 
   background-position: top center; background-repeat: no-repeat;    
}
    
/*once we hit >=768 width, these csses run.*/
@media (min-width: 768px) {
    /*
    .navbar-jeric-hide {
        display: none;
    }
    */
    
    /* these items show on ipads and desktops */    
    #social-items-topnav {
        display: block;
    }
    .starter-template {
        display: block;
    }
    #sliderbox {
        margin-top: 8px;
    }
    
.news_section .row {
   background-image: url('../img/word-news.png'); 
}
    
}

.transition-300{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

#btn-newsletter {
    margin: 5px 0 0 0;
    color: #fff;
    display: inline-block;
    font: normal 18px/1 'bebas_neuebold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

#btn-newsletter i {
    margin: 0 8px 0 0;
    display: inline-block;
    font-size: 21px;
    line-height: 14px;
    vertical-align: middle;
}

/*.icon, .sp-previous-arrow:before, .sp-next-arrow:before, a.sp-video:after {*/
.icon {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}


/* #Font-Face
================================================== */
@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
             url('../fonts/bebasneue_bold/bebasneue_bold-webfont.woff2') format('woff2'),
             url('../fonts/bebasneue_bold/bebasneue_bold-webfont.woff') format('woff'),
             url('../fonts/bebasneue_bold/bebasneue_bold-webfont.ttf') format('truetype'),
             url('../fonts/bebasneue_bold/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'icons';
    src: url('../fonts/icons/icons-new.eot?xn8x8u');
    src: url('../fonts/icons/icons-new.eot?#iefixxn8x8u') format('embedded-opentype'),
             url('../fonts/icons/icons-new.ttf?xn8x8u') format('truetype'),
             url('../fonts/icons/icons-new.woff?xn8x8u') format('woff'),
             url('../fonts/icons/icons-new.svg?xn8x8u#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon/icomoon.eot?kllu69');
    src:    url('../fonts/icomoon/icomoon.eot?kllu69#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.ttf?kllu69') format('truetype'),
        url('../fonts/icomoon/icomoon.woff?kllu69') format('woff'),
        url('../fonts/icomoon/icomoon.svg?kllu69#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-xiami-out:before {
    content: "\e91b";
}
.icon-kugou:before {
    content: "\e91c";
}
.icon-meipai:before {
    content: "\e919";
}
.icon-meipai-out:before {
    content: "\e91a";
}
.icon-echo:before {
    content: "\e900";
}
.icon-echo-out:before {
    content: "\e918";
}
.icon-youtube:before {
    content: "\f123";
}
.icon-bubbles:before {
    content: "\e901";
}
.icon-bubbles2:before {
    content: "\e902";
}
.icon-google:before {
    content: "\e903";
}
.icon-google2:before {
    content: "\e904";
}
.icon-google3:before {
    content: "\e905";
}
.icon-google-plus:before {
    content: "\e906";
}
.icon-google-plus2:before {
    content: "\e907";
}
.icon-google-plus3:before {
    content: "\e908";
}
.icon-facebook:before {
    content: "\e909";
}
.icon-facebook2:before {
    content: "\e90a";
}
.icon-instagram:before {
    content: "\e90b";
}
.icon-twitter:before {
    content: "\e90c";
}
.icon-sina-weibo:before {
    content: "\e90d";
}
.icon-youtube2:before {
    content: "\e90e";
}
.icon-youtube22:before {
    content: "\e90f";
}
.icon-vimeo:before {
    content: "\e910";
}
.icon-vimeo2:before {
    content: "\e911";
}
.icon-tumblr:before {
    content: "\e912";
}
.icon-tumblr2:before {
    content: "\e913";
}
.icon-appleinc:before {
    content: "\e914";
}
.icon-android:before {
    content: "\e915";
}
.icon-skype:before {
    content: "\e916";
}
.icon-paypal:before {
    content: "\e917";
}




/**
* FOLLOW QQ button
*/

button.followqq:hover{background:#1ed760}
button.followqq {
    background: #2ebd59;
    border-radius: 500px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    min-width: 92px;
    padding-top: 2px;
    padding-bottom: 3px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    
    border: 0;
/*    font: inherit;
    font-size: 100%;*/
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    
}
.font-12 {
    font-size:12px;
}

.bt-icon {
        left: 3px;
    background-image: url(../img/qqmusic_ico.png);
    background-position: 0 0;
    content: '';
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 3px;
    width: 17px;
}

.bt-text {
    margin-left: 13px;
    padding: 4px 4px 3px 8px;
}
.bt-text {
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}


/**
* Social icons for top nav
*/

.social-links {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 6px;
}

.social-items {
    text-align: right;
    visibility: visible;
    opacity: 1;
}

/* for dropdown nav menu */
.social-items-dropdown {
    text-align: center !important;
}

.social-item:first-child {
    margin: 0 6px;
}

.social-item {
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
}

.social-item a {
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    display: block;
    text-decoration: none;
}

.social-item a:hover, a:focus {
    color:#684b9f;
}

/**
* social items in collaped menu
*/

.social-items-lower {
 margin-top: 20px;
}

.social-items-lower .social-item a {
 color:#000;
}

.social-items-lower .social-item a:hover, a:focus {
    color:#684b9f;
}

.social-items-lower .user a {
    color: #000;
}

.followqq a {
 color: #fff !important;
}

#social-items-in-dropdown .social-links {
 padding-left: 0;
}

/* don't show social items for small widths */
#social-items-in-collapsed {
    display: none !important;
}

/* show in dropdown when small */
#social-items-in-dropdown {
    display: block !important;
}

/* news box imgs */
#jeric-news {
 display: none;    
}

/* for bigger widths >= 992px */
@media (min-width: 992px) {
    #social-items-in-collapsed {
        display: block !important;
    }
    /* don't show in dropdown */
    #social-items-in-dropdown {
        display: none !important;
    }
    
    
/* news box imgs */
#jeric-news {
    position: absolute;
    /*z-index: -1;*/
    margin-top: 62px;
    z-index: 2;
    display: block;
}
   
}

/**
* Sign in login button top nav
*/

.user {
    margin: 0 0 0 6px;
    display: inline-block;
    vertical-align: middle;
}

.user a {
    padding: 5px 13px;
    color: #684b9f;
    display: block;
    font: 600 14px/14px 'Open Sans', sans-serif;
    border: 1px solid #684b9f;
    border-radius: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.user a:hover, .user a:focus{ background:#684b9f; color:#000; }


/**
* Navigation full width
*/

#nav {
    max-height: 100px;
    overflow: hidden;
}

#nav ul {
    margin: 0 0 30px 0;
    text-align: center;
}

#nav li {
    font: 400 18px/13px 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: uppercase;
}

#nav a {
    text-decoration: none;
    padding: 0 16px;
    color: #343434;
}

#nav a:hover, #nav a:focus{ color:#684b9f; }

.chinese-font {
    font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",Arial,Helvetica,sans-serif !important;
}


/**
* Hidden navbar
*/

/* full */
#navbar {
    background-color: #fff;
}

/* mobile */
.navbar-header {
    background-color: #fff;
}

/* some color hack */
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-fixed-top {
    background: transparent;
}

/* move toggle button to the left */
.navbar-toggle {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    z-index: 100;
}


.navbar-collapse {
    max-height: 450px !important;
}



/* full screen collapsed menu hack */
@media (max-width: 99999px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
          display:block !important;
    }
}


.section{ margin:0 auto 8px auto; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }.section{ margin:0 auto 8px auto; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
/* news section */
.news_section {
 overflow: hidden;
 
}

.jt_section .row {
   margin: 0; 
   background-color: #fff;
}

