.form-pm {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-pm .form-pm-heading,
.form-pm .checkbox {
    margin-bottom: 10px;
}
.form-pm .checkbox {
    font-weight: normal;
}
.form-pm .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-pm .form-control:focus {
    z-index: 2;
}
.form-pm input {
    margin-bottom: 5px;
}
.header {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}

.bigicon {
    font-size: 25px;
    color: #36A0FF;
}

.bigfa {
    font-size: 20px;
}

.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1_5{
    margin-top: 1.5em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0_5{
    margin-top: 0.5em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}
.progress {
    position: relative;
}

.progress strong {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.form-control-feedback {
    pointer-events: auto;
}




.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 1px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.panel-footer.panel-footer-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-footer.panel-footer-danger {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}


.cursor-pointer:hover {
    cursor : pointer;
}

.fixed-panel {
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
}

.navbar-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-wrapper > .container-fluid {
    padding:0;
}

.navbar-wrapper .navbar {
    border-radius: 0px;
}
/**/
.navbar-inverse {
    background-color: rgba(0,130,188,0.8);
    border-color: #00FFFF;
}

.navbar-inverse .navbar-nav > li:hover  {
    background: linear-gradient(to bottom, rgba(0,255,255,0), rgba(0,255,255,1));
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: linear-gradient(to bottom, rgba(0,255,255,0), rgba(0,255,255,1));
}


.navbar-inverse .navbar-nav > li > a {
    color: #FAFAFA;

    margin-top: auto;
    padding-top: 24px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size:18px;
    line-height: 17px;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
    margin-top: auto;
    padding-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height:60px;
    font-size:20px;
    line-height: 22px;
    width: 40px;

    background-image: url("/img/icon.png");
    background-repeat: no-repeat;
    background-position: center;
}
/**/
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: -10px;
    margin-right: 15px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 10px;
}
/**/
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
}/**/

.navbar-inverse .navbar-toggle {
    border: 0;
}

.navbar-toggle {
    margin-top: 15px;
    float: left;
    z-index: 10;
}

.featurette-divider {
    margin: 10px 0;
}

.navbar-collapse  > hr {
    display: none;
}


/* black design*/
/*
.navbar-inverse {
    background-color: #333333;
    border-color: #222222;
}

.carousel {
    margin-top: 50px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FAFAFA;

    margin-top: auto;
    padding-top: 24px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size:15px;
    line-height: 17px;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
    margin-top: auto;
    padding-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height:60px;
    font-size:20px;
    line-height: 22px;
    width: 40px;

    background-image: url("/img/icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-wrapper {
    position: fixed;
}

.navbar-inverse .navbar-nav > li > a:hover  {
    color: rgba(255,255,255,0.65);
    background: rgba(0,0,0,0);

}
*/
@media (max-width: 767px){
    .carousel {
        display: none;
    }

    .navbar-inverse {
        background-color: #333333;
        border-color: #222222;
    }

    .navbar-inverse .navbar-brand {
        padding-top: 20px;
        text-align: center;
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        z-index: 0;
    }

    .navbar-wrapper {
        position: fixed;
    }

    .marketing{
        margin-top: 80px;
    }

    .navbar-inverse .navbar-nav > li:hover  {
        background: rgba(0,0,0,0);

    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        background: rgba(0,0,0,0);
    }

    .navbar-collapse  > .pull-right {
        float:left !important;
        margin-top:-25px;
    }

    .navbar-collapse > hr {
        height: 2px;
        display: block;
        border-color: #101010;
        border-top: 1px solid #101010;
        webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        width:100%;
    }
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: rgba(0,255,255,1);
    background: rgba(0,0,0,0);
}



.carousel-buttons {
    opacity: 0.05;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    max-width: unset;
    display:block;
    margin: 0 auto;
    left: unset;
}

.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: unset;
}

.carousel-inner > .item {
    background-repeat: no-repeat;
    background-position: center;
}

.popupWorldTag {
    width: 200px;
}

.carousel-caption .btn {
    background-color: #5BC0DE;
    border-color: #00FFFF;
}
