@media (min-width:739px)
{
    .nav-wrapper {
        min-height:82px;
    }

    .tgl {
        font-size: 25px;
        font-weight: bold;
        float: left;
        padding-top: 3px;
        width: 25px;
        margin-right: 10px;
    }

    .bln {
        font-size: 14px;
        font-weight: bold;
        float: left;
    }

}

@media (max-width:738px)
{
    .nav-wrapper {
        min-height:62px;
    }

    .tegak2 {
        text-align: center;
    }

    .tgl {
        font-size: 25px;
        font-weight: bold;
        float: left;
        padding-top: 3px;
        width: 25px;
        margin-right: 10px;
    }

    .bln {
        font-size: 14px;
        font-weight: bold;
        float: left;
        padding-right: 10px;
    }
}

.tegak {
    text-align: center;
}

.view-more {
    text-align: center;
    margin-top: 20px;
}

.btn-more {
    border:1px solid #777;
}

a.btn-more {
    color:#9c6d09;
}

a.btn-more:hover, a.btn-more:active {
    color:#f4b838;
}

.top-header {
    padding: 10px 0px;
}

.logo {
    margin-top: 0px;
}

.mt-20 {
  margin-top: 20px !important;
}

.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}

.affix + .container-fluid {
	padding-top: 80px;
}
#nav_bar.affix {
	background: #222626 !important;
}
#nav_bar .navbar-nav > li > a {
	color: #fff;
}
#nav_bar .navbar-nav > li > a:focus, #nav_bar .navbar-nav > li > a:hover {   
	color: #f4b838;
	outline: 0;
}

.closed {
    color: #aaa !important;
    cursor: not-allowed;
}

.video-wrraper li {
	width: 100%;
}

.vid-title {
    font-size: 12px;
}

h2.side {
    font-size: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #efefef;
}

.agenda {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.agenda h4 {
	font-size: 16px;
	color: #222626;
	margin-top: 0;
}

.agenda h4 a {
	color: #222626;
}

.scheme1 {
    color:#D1113A;
}
.scheme2 {
    color:#85CF20;
}
.scheme3 {
    color:#153A95;
}
.scheme4 {
    color:#FE8C05;
}
.scheme5 {
    color:#E13300;
}

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

footer {
    margin-top: 20px;
}

footer .socail-icon {
    border-bottom: 0px;
}

.copy-right {
    margin-top: 0px;
    padding: 10px;
}

.center-block {
    text-align: center;
}

/*LIVECHAT*/
pre.trans
{
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: transparent;
}

.center {
    position: absolute;
    top: 50%;
    left: 45%;
}

#chatbox-content {
    position: relative;
    margin-top: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 350px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#chatbox-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.prewidth
{
    max-width: 600px;
    white-space: pre-wrap !important;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap !important;      /* Opera 4-6 */
    white-space: -o-pre-wrap !important;    /* Opera 7 */
    word-wrap: break-word !important;       /* Internet Explorer 5.5+ */
}

.chat-row
{
    clear: both;
    padding: 3px 10px;
}

.chat-picture img
{
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
}

.chat-bubble
{
    margin: 0px 10px;
    position: relative;
    border-radius: 5px !important;
    padding: 5px 20px 10px 20px;
}

.pull-left .chat-bubble
{
    float: right;
    background: #ffffff;
}

.pull-right .chat-bubble
{
    float: left;
    background: #379ade;
}

.pull-left .chat-bubble:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #ffffff;
    border-left: 0;
    border-top: 0;
    margin-top: -3.5px;
    margin-left: -7px;
}

.pull-right .chat-bubble:after
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #379ade;
    border-right: 0;
    border-top: 0;
    margin-top: -3.5px;
    margin-right: -7px;
}

.pull-left .time
{
    text-align: left;
    font-size: 10px;
    color: #888;
}

.pull-right .time
{
    text-align: right;
    font-size: 10px;
    color: #e1e1e1;

}

.pull-left .username
{
    text-align: left;
    font-weight: bold;
    padding-bottom: 6px;
}

.pull-right .username
{
    text-align: right;
    font-weight: bold;
    padding-bottom: 6px;
}

.pull-left .chat
{
    font-family: 'Arial';
    font-size: 15px;
    text-align: left;
    color: #222626;
}

.pull-right .chat
{
    font-family: 'Arial';
    font-size: 15px;
    text-align: right;
    color: #ffffff;
}

/*POLLING*/
.polling div div {
    background: #fff !important;
    box-shadow: none !important;
    color: #222626 !important;
}

.OPP-poll-choice-text {
    color: #222626 !important;
}

/*CHAT TRIGGER*/
.animated-chat {
    position: fixed;
    bottom: 100px;
    right: 50px; 
    z-index: 80000;
}

.animated-chat img {
    opacity: 1;
}

.chatboxframe {
    position:fixed;
    bottom:0;
    right: 10px;
    margin:0 0 -1500px;
    background:#222626;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
    padding:40px 0px 0px;
    z-index:90000;
}

#chatframe,#chatframe:after,.chatboxframe{transition:all .4s ease-in-out}
#chatframe,#close-chat,.minim-button,.maxi-button,.chat-text{font-weight:700;cursor:pointer;font-family:Arial,sans-serif;text-align:center;height:20px;line-height:20px}
#close-chat{position:absolute;top:10px;right:10px;font-size:18px;z-index:2; width:20px; color:#a4abab;}
#minim-chat,#maxi-chat{position:absolute;top:0;left:0;width:100%;height:20px;line-height:20px;cursor:pointer;z-index:1}
.minim-button{position:absolute;top:10px;right:40px;font-size:18px; width:20px; color:#a4abab;}
.maxi-button{position:absolute;top:10px;right:40px;font-size:18px; width:20px; color:#a4abab;}
#close-chat:hover,.minim-button:hover,.maxi-button:hover{color:#fff;}
.chat-text{position:absolute;top:10px;left:10px;font-size:14px; color:#d5dbdb;}
#chatframe{width:120px;border-radius:3px;padding:2px 8px;font-size:12px;-webkit-transform:translateZ(0);transform:translateZ(0)}
#chatframe:before{border-width:10px 11px 0 0;border-color:#A8A8A8 transparent transparent;left:7px;bottom:-10px}
#chatframe:hover{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}

.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}
}
@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}
}