@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
    overflow-y: scroll;
}

body {
    padding-top: 50px !important;
    font-family: "Open Sans", sans-serif !important;
    padding: 0px;
    margin: 0px;
    margin-bottom: 100px;
    padding-bottom: 300px;
    /*  min-height: 800px;*/
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.surveylabelleft{
    float:left;
    margin-left:5px;
}

.surveylabelright{
    float:right;
    margin-right:5px;
}

.langsel{
    margin-bottom:5px;
    margin-top:13px;
    padding: 2px !important;

}

#navbar {
}
.deepmoji {
    font-family: "Fira Mono", Helvetica;
    font-size: 16pt;
    font-weight: bold;
}
.deepmoji-container {
    font-family: "Fira Mono", Helvetica;
    font-size: 10pt;
    margin: 0px;
}
.deepmoji-button {
    padding: 0px;
    margin-top: 5px;
    vertical-align: middle;
}
.mygoodness {
    font-family: "Fira Mono", Helvetica;
    font-size: 16pt;
    font-weight: bold;
}
.mygoodness-container {
    font-family: "Fira Mono", Helvetica;
    color: black;
    font-size: 10pt;
    margin: 0px;
}
.mygoodness-button {
    padding: 0px;
    margin-top: 5px;
    vertical-align: middle;
}
.fa-icon-custom-large {
    font-size: 24pt !important;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.close:hover {
    background: #00d9ff;
    opacity: 1;
}

.btn-like-liked {
    background-color: darkred !important;
}

.btn-like-notliked {}

.fader {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
    background: #222438;
}

nav li {
    color: #BABDE3 !important;
    display: inline-block
}

nav li a {
    color: #BABDE3 !important;
}

nav li a:hover {
    color: #ffffff !important;
    cursor: pointer;
}

nav .brand_text {
    top: 4px;
    font-size: 24px;
}

.brand_text {
    top: 4px;
    font-size: 24px;
    color: #BABDE3 !important;
    padding-left: 0cm;
}

.results-scale {
    fill: darkgrey;
}

.results-pip-scale {
    fill: darkgrey;
}

.results-pip-you {
    fill: #DA6200;
    stroke: darkgrey;
    stroke-width: 1px;
}

.results-pip-others {
    fill: #0077D9;
    stroke: darkgrey;
    stroke-width: 1px;
}

.results-label {
    font-family: Arial, Helvetica, Verdana;
}

.results-pip-label {
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
}

.results-scale-label {
    font-weight: bold;
    font-size: 10pt;
}

#avgame-form {
    position: fixed;
    top: 20;
    left: 40%;
    height: 30%;
    width: 20%;
    border-radius: 25px;
    border: solid 3px #222438;
    background: white;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.footer_1 {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 22px;
    z-index: 3000;
    background: #222438;
    color: #BABDE3;
    padding-top: 2px;
    font-size: 12px;
    border-top: 1px solid darken(#BABDE3, 10%);
}

a.footlink {
    color: #EAEDFF;
    border-bottom: 1px dotted #EAEDFF;
}

.page {
    background-color: #fff;
    text-align: center;
}

.judge .prompt {
    text-align: center;
}

.judge .prompt-mobile {
    margin-left: 5px;
    margin-top: 20px;
    text-align: center;
    font-size:11.5pt;
    font-weight: bold;
}

.avgame-cog {
    color: #222438;
    position: fixed;
}

#load-cog-0 {
    font-size: 150px;
    display: none;
}

#load-cog-1 {
    font-size: 150px;
    display: none;
}

@keyframes spin-counter {
    0% {
        transform: rotate(359deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.avgame-outcome {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.icon-spin-counter {
    animation: spin-counter 2s infinite linear;
}

.avgame-counter {
    position: fixed;
    top: 80px;
    right: 13%;
    font-weight: bold;
    color: #222438;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 0px;
}

.counter-mobile {
    position: fixed;
    top: 45px;
    right: 0px;
    font-weight: bold;
    color: #222438;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 5px;
}

.realcanvas {
    border-radius: 4px;
    margin: 0px auto;
    display: block;
    width: 100%;
    height: 100%;
}

.canvas_desc {
    color: #575757;
    text-align: center;
    font-weight: 400;
    line-height: 36px;
    font-size: 12px;
    padding: 6px;
    font-weight: 300;
}

.view-button-panel {
    float: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.view-button-panel-mobile {
    float: center;
    margin-top: 4px;
    margin-bottom: 2px;
}

.tile_container {
    margin-top: 12px;
    display: block;
    width: 100%;
}

.tile {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
}

.tile:hover {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
    cursor: pointer;
}

.tile.active {
    -webkit-box-shadow: 0px 0px 6px 3px rgba(255, 170, 153, 1);
    -moz-box-shadow: 0px 0px 6px 3px rgba(255, 170, 153, 1);
    box-shadow: 0px 0px 6px 3px rgba(255, 170, 153, 1);
}

.object {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
}

.object:hover {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
    cursor: pointer;
}

.object.active {
    -webkit-box-shadow: 0px 0px 6px 3px rgba(255, 170, 153, 1);
    -moz-box-shadow: 0px 0px 6px 3px rgba(255, 170, 153, 1);
    box-shadow: 0px 0px 6px 3px rgba(255, 170, 153, 1);
}

.vsopt {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
    width: 100% height: auto;
}

.vsopt:hover {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
    width: 100% height: auto;
    cursor: pointer;
}

.vsopt img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.vsopt.active img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.vsopt.active {
    -webkit-box-shadow: 0px 0px 22px 3px rgba(0, 200, 255, 1);
    -moz-box-shadow: 0px 0px 22px 3px rgba(0, 200, 255, 1);
    box-shadow: 0px 0px 22px 3px rgba(0, 200, 255, 1);
}

.lawopt {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
    width: 100% height: auto;
}

.lawopt:hover {
    display: inline-block;
    max-width: 128px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: bottom;
    width: 100% height: auto;
    cursor: pointer;
}

.lawopt img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.lawopt.active img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.lawopt.active {
    -webkit-box-shadow: 0px 0px 22px 3px rgba(0, 200, 255, 1);
    -moz-box-shadow: 0px 0px 22px 3px rgba(0, 200, 255, 1);
    box-shadow: 0px 0px 22px 3px rgba(0, 200, 255, 1);
}

.hitopt {
    display: block;
    max-width: 180px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    vertical-align: bottom;
    width: 180px;
    height: 40px;
    font-size: 10pt;
    text-align: initial;
}

.hitopt:hover {
    display: block;
    max-width: 180px;
    /*  background: #c8c0ff;*/
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    vertical-align: bottom;
    width: 180px;
    height: 40px;
    font-size: 10pt;
    text-align: initial;
    background-color: lightblue;
}

.hitopt img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

.hitopts {
    display: inline-block;
    vertical-align: middle;
}

.hitopt.active {
    display: block;
}

.hitopt.inactive {
    display: none;
}

.hitopt.choose span {
    display: none;
}

.hitopt.chosen span {
    display: inline-block;
}

.hitopt.active {
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 200, 255, 1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 200, 255, 1);
    box-shadow: 0px 0px 3px 3px rgba(0, 200, 255, 1);
}

.block-highlight {
    background-color: red;
}

.block-warning {
    background-color: #FFCCCC;
}

.block-action {
    background-color: #DDEEFF;
}

.block-normal {
    background-color: #FFFFFF;
}

.loc-caption {
    margin-bottom: 4px;
    font-size: 12pt;
}

.tile-left {}

.tile-right {}

.thumbnail.active {
    -webkit-box-shadow: 0px 0px 12px 3px rgba(255, 170, 153, 1);
    -moz-box-shadow: 0px 0px 12px 3px rgba(255, 170, 153, 1);
    box-shadow: 0px 0px 6px 12px rgba(255, 170, 153, 1);
}

.location_form a.btn {
    margin-right: 12px;
    background: #222438;
    color: #BABDE3;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #222438;
}

.glyphicon {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32pt;
    color: #222438;
}

.glyphicon:hover {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32pt;
    color: #424458;
}

.glyphicon-mobile {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32pt;
    color: #222438;
}

.glyphicon-mobile:hover {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32pt;
    color: #424458;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    position: absolute;
    margin-top: 100%;
    z-index: 5;
    display: inline-block;
    position: static;
    display: block;
    width: auto;
}

.glyphicon-chevron-left:hover,
.glyphicon-chevron-right:hover {
    position: absolute;
    margin-top: 100%;
    z-index: 5;
    display: inline-block;
    position: static;
    display: block;
    width: auto;
    cursor: pointer;
}


/* add by p */


/*
.realcanvas.pccanvas:hover {
    -webkit-box-shadow: 0px 0px 12px 3px rgba(255,170,153,1);
  -moz-box-shadow: 0px 0px 12px 3px rgba(255,170,153,1);
  box-shadow: 0px 0px 6px 12px rgba(255,170,153,1);
  cursor:pointer; 

}
*/

.realcanvas_active {
    -webkit-box-shadow: 0px 0px 8px 3px rgba(255, 170, 153, 1);
    -moz-box-shadow: 0px 0px 8px 3px rgba(255, 170, 153, 1);
    box-shadow: 0px 0px 6px 8px rgba(255, 170, 153, 1);
    cursor: pointer;
}

.avgame-counter2 {
    display: inline;
    float: right;
    font-weight: bold;
    color: #222438;
    font-size: 16px;
    margin-right: 3%;
    margin-top: 24px;
}

.prompt {
    display: inline;
}

.about {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    /*  min-height: 800px;*/
}

.judgetitle {
    margin-top: 5px;
    margin-bottom: 10px;
}

.canvas_desc {
    display: block;
    opacity: 0;
}

.scrollindicator {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    border: 0px solid #000;
    background: grey;
    opacity: 0.7;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    /*same with height*/
    color: #fff;
    font-size: 20px;
    display: block;
     z-index: 1000;
}

.scrollindicator.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    display: none;
}

section.mainlanding {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0px 0px #333;
}


/* the important styles */

.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    /* op:-5em;*/
    top: -150px;
    margin-left: -5em;
    background: #111;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #333;
}

.arrow {
    float: left;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: rotate(360deg)
}

.arrow:after {
    content: '';
    position: absolute;
    top: -3.2em;
    left: -3em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #111 transparent transparent transparent;
    -webkit-transform: rotate(360deg)
}

.hint {
    position: absolute;
    top: 0.6em;
    width: 100%;
    left: 0;
    font-size: 2em;
    font-style: italic;
    text-align: center;
    color: #fff;
    opacity: 0;
}

.block-show {
    display: block !important;
}

.block-hide {
    display: none !important;
}

.inline-show {
    display: inline !important;
}

.inline-hide {
    display: none !important;
}

.browse-button {
    float: center;
}

.arrow-wrap:hover .hint {
    opacity: 1;
}

@-webkit-keyframes arrows {
    0% {
        top: 0;
    }
    10% {
        top: 12%;
    }
    20% {
        top: 0;
    }
    30% {
        top: 12%;
    }
    40% {
        top: -12%;
    }
    50% {
        top: 12%;
    }
    60% {
        top: 0;
    }
    70% {
        top: 12%;
    }
    80% {
        top: -12%;
    }
    90% {
        top: 12%;
    }
    100% {
        top: 0;
    }
}

.arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
}


/*  this is the unimportant CSS used just to layout the content  */

#headerid {
    float: left;
    width: 100%;
    /*padding-top:0.8em;*/
    color: #fff;
    background: #fff;
}


/*

#headerid h1 {
  margin:0;
}
#headerid h3 {
  margin:0;
  color: #56dcee ;
}


#headerid a {
  color:#56dcee;
  opacity:1;
  text-decoration:none;
}

#headerid a:hover {
  color:#333;
  opacity:1;
}
*/

.content {
    padding: 2em 2em;
    margin-bottom: 50%;
}

.presentdescript {
    float: left;
    padding: 2em 0;
}

.btndesc {
    width: 20%;
    margin-bottom: 10px;
    font-size: 15px
}

@media screen and (orientation:portrait) {
    #videocontent {
        width: inherit;
        display: block;
    }
    #buttonContent {
        margin: 0 auto;
        display: block;
    }
    .bbt {
        width: 250px;
    }
}

@media screen and (orientation:landscape) {
    #videocontent {
        width: 70%;
        float: left;
        margin: auto;
        display: block;
    }
    #buttonContent {
        display: block;
    }
    .bbt {
        width: 250px;
    }
}

#teaser-text {
    margin-bottom: 20px;
    color: black;
    width: 100%;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3001;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    text-align: center;
}

.modal-full {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3001;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    text-align: left;
}

.modal-header {
    padding: 5px;
}

.modal-body {}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 350px;
    /* Could be more or less, depending on screen size */
}

.modal-content-full {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close2 {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.closeMobile {
    font-size: 50px;
}

#optoutM:hover,
#optout:hover {
    cursor: pointer;
}


/* The Close Button */

.close3 {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.closesurvey {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.closesurvey:hover,
.closesurvey:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.closefb {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.closefb:hover,
.closefb:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.closelang {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.closelang:hover,
.closelang:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.descrip:hover {
    cursor: pointer;
}

.descrip-browse:hover {
    cursor: default !important;
}

.descrip {
    text-align: initial;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 15px;
}

.results-optout {
    margin-top: 50px;
    text-align: initial;
    font-size: 9pt;
}

h3.one span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

h3.one:before {
    content: "";
    display: block;
    border-top: solid 1px grey;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.surveyq {
    margin-top: 15px;
    margin-bottom: 5px;
}
.divider {
    color: grey;
}

hr.divider {
    background: grey;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* for description (judge mode) */

.left_outcomeDestop {
    float: left;
    width: 50%
}

.right_outcomeDestop {
    float: right;
    width: 50%
}

.left_plotDestop {
    float: right;
    width: 65%;
}

.right_plotDestop {
    float: left;
    width: 65%;
}

.left_descripDestop {
    float: right;
    width: 35%;
}

.right_descripDestop {
    float: right;
    width: 35%;
}

@media screen and (max-device-width: 1024px) {
    .left_plotDestop {
        width: 100%;
    }
    .right_plotDestop {
        width: 100%;
    }
    .left_descripDestop {
        width: 100%;
    }
    .right_descripDestop {
        width: 100%;
    }
}


@media screen and (max-device-width: 400px) {
    #buttomarrayy a {
        font-size:14px;
    }
}


.gly-rotate-flip {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);

  display: inline-block;
  -moz-transform: rotate(180deg) scale(-1, 1);
   -webkit-transform: rotate(180deg) scale(-1, 1);
   -o-transform: rotate(180deg) scale(-1, 1);
   -ms-transform: rotate(180deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
}

#canvas_images0,  #canvas_images1, #canvas_images0M, #canvas_images1M
{
    background-size:contain !important;
}

#descriptoncenter {
    margin-top:50px;
    margin-bottom:50px;
    text-align:left;
    font-size:16px;
}

/*    @media (min-width: 768px) and (max-width: 1023px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
    }
*/




@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 15px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        height: auto !important;
        overflow: visible !important;
    }
}