/*** Yasin CSS ***/
body {
    background: #ECECEC;
    overflow-x: hidden !important;
}
div.img-wrapper {
    box-shadow: 0 1px 5px 0 #afafaf;
    float: left;
    position: relative;
    width: 100%;
}
div.img-desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
div.inline {
    float: left;
}
div.inline input, div.inline div, div.inline button {
    height: 50px;
}
figure {
    margin: 0;
    padding: 0;
    background: #eee;
    overflow: hidden;
}
h1, h2, h3 {
    margin-bottom: 20px;
}
h1.ayo {
    line-height: 1.2;
    margin-top: 0;
}
h2.img-desc-content {
    text-align: left;
    padding: 20px;
    margin: 0px;
    text-shadow: 0px 2px 1px rgba(120, 120, 120, 1);
}
h2.img-desc-content a {
    color: #FFFFFF !important;
}
h2.img-desc-content a:hover, h2.img-desc-content a:focus {
    color: #CCCCCC !important;
}
h3 {
    margin-top: 50px;
}
h3.spc {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 15px;
    text-align: left;
}
h3.detail-title {
    font-size: 3.0rem;
    font-weight: 700;
    margin: 0 !important;
    padding: 0;
}
h5 {
    margin-bottom: 20px !important;
}
hr.apps-line {
    border-bottom: 3px solid #fff;
}
i.fa-lg {
    display: inline-block;
    color: #252525;
    background-color: #E5E5E5;
    -moz-border-radius: 100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px !important;
    padding: 12px;
    /*margin: 0 5px;*/
    height: 34px;
    width: 34px;
}
i.fa-lg.fa-lg-head {
    color: #252525;
    background-color: #E5E5E5;
    margin: 3px 0 0 0 !important;
    transition: all 0.5s ease-in;
}
iframe.interactive {
    border: 0;
    display: block;
    margin-top: 30px;
    min-height: 100vh;
    width: 100%;
}
.top-nav-collapse i.fa-lg.fa-lg-head {
    color: #E5E5E5;
    background-color: #091E27;
    margin: 3px 0 0 0 !important;
    transition: all 0.5s ease-in;
}
img.news-vh {
    width: 100%;
}
p {
    line-height: 1.7;
    margin: 15px 0;
    text-align: left;
}
p.apps {
    font-size: 18px !important;
}
p.copy {
    font-size: 11px;
    text-align: center;
}
p.fav {
    text-align: left;
    margin-top: 0;
}
p.social-head {
    margin: 5px 0;
}
span.cat {
    color: #999999;
    font-size: 10px;
}
span.latest {
    color: #FFFFFF;
    font-size: 0.375em;
    border-bottom: 2px solid #FFFFFF;
    text-shadow: 0px 2px 1px rgba(150, 150, 150, 0.8);
}
ul.dropdown {
    padding-left: 0 !important;
}
ul.footer-link {
    list-style: none;
    padding-left: 0;
}
ul.footer-link li {
    color: #E5E5E5;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
    text-align: left;
    padding: 5px 0 0 0;
}
ul.footer-link li.header {
    border-bottom: 0;
}
ul.footer-link li a, ul.repeatMenu li a {
    color: #E5E5E5;
}
ul.repeatMenu li {
    border-bottom: 1px dotted #656565;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    padding: 5px 0 0;
    text-align: left;
}
#about {
    background: #FFFFFF;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
}
#apps {
    padding: 0  0 20px 0;
    background: rgba(0, 0, 0, 0) url("../img/symphony.png") repeat scroll 0 0;
}
#contact, #service {
    background: #fff;
}
#content {
    height: 70vh;
    padding: 0 !important;
}
#content-maps {
    height: 100vh;
    padding: 0 !important;
}
#event {
    border-top: 1px solid #eee;
}
#footer {
    background: #252525;
}
.fullscreen-bg {
    position: relative;
    background-size: contain;
    background-position: 50% 50%;
    height: 80vh;
}

.fullscreen-bg video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: calc(100% - 20px);
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
#awards {
   background: #ffffff none repeat scroll 0 0;
   padding-bottom: 30px;
}
#imgc {
    position: relative;
    height: 250px;
    width: 370px;
}
#imgc > img {
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
}
#infographic {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#infographic, #event {
    background: #FFFFFF;
}
#loader-wrapper {
    position: fixed;
    background: #0F303F url('../img/logo-2-small.png') no-repeat center center;
    opacity: 0.95;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F68921;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1051;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1040;
}
#logo {
    background: url('../img/logo-small.png') center center no-repeat;
    min-width: 144px;
}
#news {
    background: url('../img/symphony.png');
}
.aboutus {
    min-height: 60vh;
}
.about-pad {
    background: #FFFFFF;
    margin: 20px 0;
}
.addthis_inline_share_toolbox {
    padding-bottom: 20px;
}
.alert-info {
    background-color: #D9EDF7 !important;
}
.apps-icon {
    margin: 0 !important;
    height: 120px;
    position: relative;
}

.apps-icon img {
    max-height: 100%;
    max-width: 85%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.apps-inner {
    background: #ffffff;
    box-shadow: 0 1px 5px #afafaf;
    margin: 0 10px;
    padding: 20px 35px !important;
    height: 400px;
    position: relative;
}
.apps-pad-sub {
    margin: 0;
}
.arrow-right {
    background-image: url('../img/arrow-right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.arrow-right-green {
    background-image: url('../img/arrow-right-green.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.arrow-right,.arrow-right-green {
    border-top: 1px solid #aab2bd;
    border-right: 0;
    border-bottom: 1px solid #aab2bd;
    border-left: 0;
}
.awards-icon {
    height: 230px;
    width: 320px;
}
.awards-inner {
    height: 340px;
    margin: 0 10px;
    padding: 0 20px 20px 20px !important;
    position: relative;
}
.btn-bottom {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-spc {
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}
.btn-spc:hover, .btn-spc:focus {
    background: #f68921;
    border-left: 0;
    color: #ffce54;
}
.car {
    position: absolute;
    bottom: 35%;
    text-align: center;
}
.career-slide {
    height: 100vh;
    width: 100vw;
}
.career-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.carousel {
    margin-bottom: 0;
    padding: 0 !important;
}
.carousel-control.left,.carousel-control.right {
    background-image: none !important;
}
.carousel-control {
    font-size: 72px;
    left: -15px;
    top: 30%;
    width: 5%;
}
.carousel-control.right {
    right: -15px;
}
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
.carousel-indicators li {
    background: #c0c0c0;
}
.carousel-indicators .active {
    background: #333333;
}
.carousel-inner > .item {
    margin: 0 40px;
}
.cls-pos-left {
    left: 0 !important;
}
.cls-pos-right {
    right: 0 !important;
}
.clearBox {
    color: #CC0000;
    font-size: 18px;
    position: absolute;
    top: 25%;
    right: 20px;
}
.clearBox a:hover {
    color: #990000;
}
.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
}
.copy-col {
    color: #E6E6E6;
    background: #1f1f1f;
}
.dateEvent {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.empty {
    display: table;
    font-style: italic;
    min-height: 60vh;
    text-align: center;
    width: 100%;
}
.empty-text {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 50px !important;
}
.empty-text:before {
    content: "Mohon maaf, data tidak tersedia";
}
.event-pad {
    background: #FFFFFF;
    padding: 0 15px 50px 15px;
}
.event-pad-sub {
    padding: 0 10px;
}
.exp {
    font-size: 32px;
}
.form-front {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.footer-col {
    color: #999999;
    padding: 15px;
}
.footer-par {
    color: #E6E6E6;
    font-size: 13px;
    margin: 20px 0;
    text-align: center !important;
}
.fw {
    width: 100%;
}
.grey-back {
    background: #CCCCCC;
}
.grey-back2 {
    background: #E0E0E0;
}
.img-pad {
    padding: 5px 0;
}
.inner-pad img {
    /*
    height: 100% !important;
    width: 100% !important;
    */
}
.inner-pad-exc i.glyphicon {
    font-size: 28px;
}
.info-pad {
    background: #FFFFFF;
    padding: 20px 15px;
}
.inner-pad {
    padding: 0 35px 20px 35px;
}
.inner-pad h3 {
    margin: 15px 0;
}
.inner-pad-alt {
    padding: 20px;
}
.inner-pad-exc {
    padding: 0 20px 0 20px;
}
.inner-pad-exc p {
    text-align: center;
}
.inside {
    margin-bottom: 0;
    margin-top: 0;
    height: 100%;
}
.line-bot {
    border-bottom: 3px solid #f6bb42;
}
.loaded #loader {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 1s ease-in-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    opacity: 0;
}
.loc {
    padding: 10px;
}
.nav > li > a > img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.nav > li.active > a > img,.nav > li > a > img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.navbar {
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.navbar-brand {
    padding: 5px;
}
.navbar-inverse {
    background-color: #0F303F;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #f6bb42;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #f6bb42;
}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #666666;
    font-size: 14px;
}
.navbar-inverse .navbar-toggle {
    background-color: #0F303F;
    border: 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0F303F;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #CCCCCC;
}
.navbar-nav .active {
    border-bottom: 3px solid #f6bb42;
}
.nav-tabs.nav-justified li {
    display: inline;
    float: left;
    width: 50%;
}
.nav-pills li {
    margin: 0 !important;
    width: 20%;
}
.nav-pills > li > a {
    margin: 2px 29px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 120px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #fff;
    border-radius: 120px;
}
.news-pad,.apps-pad {
    padding: 0 0 30px 0;
}
.news-pad > .col-sm-4:not(:first-child) {
    margin-left: 0;
}
.news-pad-search {
    padding: 0 0 0 0;
}
.news-pad-sub {
    position: relative;
    background: #FFFFFF;
    margin: 0 15px 15px 15px;
}
.news-vh figure img,.news-pad-first figure img,.news-pad-sub figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.news-vh figure:hover img,.news-pad-first figure:hover img,.news-pad-sub figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.no-border {
    border: 0px !important;
}
.no-bot-pad {
    padding-bottom: 0 !important;
}
.no-side {
    margin: 0 !important;
    padding: 0 !important;
}
.no-top {
    margin-top: 0 !important;
}
.pages {
    padding-top: 50px;
}
.pages-2x {
    padding-top: 100px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f6bb42;
    border-color: #f6bb42;
}
.panel {
    margin: 0 15px 0 15px;
}
.panel-collapse {
    border: 1px solid #ddd !important;
    padding: 15px;
}
.phc {
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    padding: 15px 30px !important;
}
.search-box {
    width: 100%;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
}
.search-cat-alt {
    border-top: 1px solid #aab2bd;
    border-right: 0;
    border-bottom: 1px solid #aab2bd;
    border-left: 0;
    background-color: #fff;
    padding: 12px 6px;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-cat-alt:focus {
    border-top: 1px solid #3bafda;
    border-bottom: 1px solid #3bafda;
}
.search-pad {
    padding: 15px;
}
.section {
    padding-bottom: 50px;
}
.section-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-bottom: 75%;
}
.section-img img {
    width: 100%;
}
.text-grey {
    color: #999999;
}
.text-red {
    color: #F30000;
}
.text-white {
    color: #FFFFFF;
    text-align: left;
    margin-top: 5px !important;
}
.top-nav-collapse .navbar-header .navbar-brand {
    color: #CCC;
}
.top-nav-collapse .navbar-brand {
    color: #CCC;
}
.top-nav-collapse .navbar-brand:hover, .top-nav-collapse .navbar-brand:focus {
    color: #FFF;
}
.top-nav-collapse .navbar-nav > li > a {
    color: #CCC;
}
.top-nav-collapse .navbar-nav > li > a:focus, .top-nav-collapse .navbar-nav > li > a:hover {
    color: #FFF;
}
.tpad {
    padding-top: 20px;
}
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}
.ui-autocomplete li {
    font-size: 14px;
}
* html .ui-autocomplete {
    height: 250px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper-dropdown span input.search-cat {
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #aab2bd;
    border-radius: 0;
}
.wrapper-dropdown {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 0 auto;

    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;

    /* Font settings */
    color: #434a54;
}
.wrapper-dropdown:focus {
    border: 1px solid #3bafda;
}
.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}
.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    z-index: 9;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #434a54;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    transition: all 0.3s ease-out;
}
.wrapper-dropdown .dropdown li i {
    float: right;
    color: inherit;
}
.wrapper-dropdown .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}
/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
    background: #f3f8f8;
}
.wrapper-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
.wrapper-dropdown .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}
.wrapper-dropdown.activex .dropdown {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (min-width:768px) {
    img.img-detail {
        height: 480px;
    }
    .apps-vh {
        min-height: 320px;
    }
    .copy-col {
        padding-bottom: 0 !important;
    }
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .navbar-header .navbar-nav {
        color: #CCCCCC;
    }
    .news-pad,.footer-col,.copy-col {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
    .news-pad.pages {
        margin-left: 10vw;
        margin-right: 10vw;
    }
    .news-vh {
        height: 600px;
    }
    .news-pad-first {
        padding: 0 10px 0px 10px !important;
    }
    .news-pad-sub {
        box-shadow: 0 1px 5px 0 #afafaf;
        margin: 0 10px 0 10px !important;
        background: #FFFFFF;
        margin: 0;
    }
    .no-left-pad {
        margin-left: 0 !important
    }
    .no-right-pad {
        margin-right: 0 !important;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #0F303F;
    }
}

@media screen and (max-width:768px) {
    body {
        font-size: 10px;
    }
    h3.detail-title {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 28px;
    }
    .h3, h3 {
        font-size: 18px;
    }
    .h5, h5 {
        font-size: 12px;
    }
    .inner-pad {
        padding: 0 25px 20px 25px;
    }
    .news-pad,.news-pad.pages {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    i.fa-lg.fa-lg-head {
        color: #E5E5E5;
        background-color: #091E27;
        margin: 0 !important;
        transition: none;
    }
    iframe.interactive {
        margin-top: 0;
        min-height: calc(100vh - 50px);
    }
    h2.img-desc-content a {
        font-size: 32px;
    }
    p.fav {
        border-bottom: 1px dotted #999999;
    }
    p.social-head {
        text-align: center;
    }
    #content {
        height: 80vh;
        padding: 0 !important;
    }
    #content-maps {
        height: 100vh;
        padding: 0 !important;
    }
    .apps-inner {
        margin: 0;
    }
    .apps-inner p {
        font-size: 12px
    }
    .apps-pad-sub {
        margin-bottom: 15px;
    }
    .copy-col,.event-pad,.footer-col,.info-pad {
        margin-left: 0;
        margin-right: 0;
    }
    .dateEvent {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #434a54;
    }
    .event-pad {
        padding-left: 0;
        padding-right: 0;
    }
    .inner-pad {
        padding: 20px 35px;
    }
    .inner-pad p {
        font-size: 12px;
    }
    .inner-pad-exc i.glyphicon {
        font-size: 16px;
    }
    .navbar-brand {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        margin:0 auto;
    }
    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-text {
        color: #CCCCCC !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #CCCCCC;
    }
    .navbar-inverse .navbar-nav>li>a:focus {
        color: #f6bb42;
        background: #2a6496;
    }
    .navbar-nav .active {
        color: #f6bb42 !important;
        border-bottom: 0;
    }
    .news-pad-first {
        margin-bottom: 15px;
    }
    .navbar-toggle {
        z-index:3;
    }
    .pages-2x {
        padding-top: 50px;
    }
    .text-white {
        color: #FFFFFF !important;
        text-align: left;
        margin-top: 5px !important;
    }
    .top-nav-collapse .navbar-nav>li>a {
        color: #CCCCCC;
    }
}

@media screen and (max-width:480px) {
    body {
        font-size: 12px;
    }
    .inner-pad p {
        text-align: left;
    }
    .btn-bottom {
        position: relative;
        left: inherit;
        bottom: inherit;
        text-align: center;
    }
    .clearBox {
        color: #CC0000;
        font-size: 18px;
        position: absolute;
        top: 5%;
        right: 15px;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .h5, h5 {
        font-size: 14px;
    }
    .nav-pills > li > a {
        margin: 0;
    }
    .panel-title {
        font-size: 12px;
    }
    .videoWrapper iframe {
        height: 100%;
    }
}

/* Isti */
.loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

#css-only-modals {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	text-align: center;
	white-space: nowrap;
	height: 100%;
}

#css-only-modals:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.css-only-modal-check {
	pointer-events: auto;
}

.css-only-modal-check:checked ~ .css-only-modal {
	opacity: 1;
	pointer-events: auto;
}

.css-only-modal {
	width: 40%;
	background: #FFF;
	z-index: 1;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	padding: 25px;
	text-align: right;
	border-radius: 4px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	pointer-events: none;
}

.css-only-modal h2 {
	text-align: center;
}

.css-only-modal p {
	text-align: left;
}

.css-only-modal-close {
	position: absolute;
	top: 25px;
	right: 25px;
}

.css-only-modal-check {
	display: none;
}

.css-only-modal-check:checked ~ #screen-shade {
	opacity: 0.5;
	pointer-events: auto;
}
@media only screen and (max-width: 480px) {
	.css-only-modal { width: 90%; }
}

/*** Switch Button ***/
.switch-field {
  margin-left: 5px;
  margin-top: 8px;
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 40px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #091E27;
  color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box { width: 70%; }
}