/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
   background:  #fff;
    letter-spacing: 0.9px;
}
*{
    font-size: 14pt!important;
}
p, li {
    font-size: 14pt!important;
    color: #000000!important;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
footer li {
    color: #959595!important;
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.help-block{color:red}

/*--- Post --*/
.post {
    background-color: #ffffff;
    border: 1px solid #f5f3f3;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}

.post .wrap-ut {
    width: 85%;
}

.post .userinfo {
    width: 15%;
    padding: 20px 0 15px 15px;
}

.post .posttext {
    width: 85%;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 15px;

    color: #989c9e;
    font-size: 14px;
    line-height: 25px;
}

.post .postinfo {
    width: 15%;
    border-left: solid 1px #f1f1f1;


}

.post .avatar {
    width: 37px;
    margin-left: 5px;
}

.post .icons {
    width: 48px;
    border-top: solid 1px #f1f1f1;
    margin-top: 12px;
    padding-top: 7px;
}

.post h2 {
    color: #363838;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post .comments {
    border-bottom: solid 1px #f1f1f1;
    padding: 18px 0 25px 0;
    text-align: center;
}


.post .comments .commentbg {
    background-color: #bdc3c7;
    border-radius: 2px;
    display: inline-block;
    padding: 12px 17px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

.post .comments .commentbg .mark {
    width: 11px;
    height: 11px;
    background-color: #bdc3c7;
    position: absolute;
    bottom: 0;
    left: 43%;
    margin-bottom: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

.post .views {
    border-bottom: solid 1px #f1f1f1;
    color:#9da6aa;
    font-size: 12px;
    text-align: center;
    line-height: 29px;
}

.post .views i {
    font-size: 14px;
}

.post .time {
    color:#9da6aa;
    font-size: 12px;
    text-align: center;
    line-height: 29px;

}

.post .time i {
    font-size: 14px;
}


/*--- Topic ---*/
.topic .userinfo {
    width: 8%;
}

.topic .posttext {
    width: 88%;
}

.postinfobot {
    border-top: solid 1px #f1f1f1;
    line-height: 50px;
    padding: 0 30px 0 94px;
}


.postinfobot .likeblock {
    width: auto;
    margin-right: 20px
}

.postinfobot .prev {
    width: 30px;
}

.postinfobot .prev a {
    font-size: 18px;
    color: #bdc3c7;
}

.postinfobot .posted {
    width: auto;
    margin-left: 18px;
       font-size: 13px;
    color: #2b2b2b;
    margin-right: 20px
}

.postinfobot .posted i {
    font-size: 18px;
    color: #bdc3c7;
    padding-right: 8px;
}

.postinfobot .next {
    width: auto;
    text-align: right;
}

.postinfobot .next a {
    font-size: 18px;
    color: #bdc3c7;
}

.postinfobot .next a i {
    padding-right: 18px;
}

.up {
    color: #1abc9c;
    font-size: 12px;
}

.up i,
.down i {
    font-size: 20px;
    padding-right: 10px;
}

.down {
    color: #db7a7a;
    font-size: 12px;
    margin-left: 20px;
}

a.up:hover {
    text-decoration: none;
    color: #1de4bd;
}

a.down:hover {
    text-decoration: none;
    color: #f48989;
}

.beforepagination {
    margin-bottom: 0;
}


/*--- Quote post ---*/
.post blockquote {
    border: solid 1px #f1f1f1;
    border-radius: 2px;
    font-size: 14px;
    padding: 18px;
}

.post blockquote .original,
.postreply {
    font-size: 12px;
    color: #bdc3c7;
    display: block;

}

.textwraper textarea {
       border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    /* width: 610px; */
    width: 100%;
    height: 100px;
    outline: 0;
}

.textwraper {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding:18px;
}

.notechbox {
    width: 20px;
}

.notechbox input {
    width: 12px;
    box-shadow: none;
    margin-top: 8px;
    border-color: #bdc3c7;
}

.notechbox input:active,
.notechbox input:focus,
.notechbox input:hover {
    box-shadow: none;
}

.postinfobot label {
    color: #bdc3c7;
    font-size: 12px;


}


.smile a {
    margin-right: 20px;
    font-size: 20px;
    color: #bdc3c7;
}



.btn-primary {
    background-color: #1abc9c;
    box-shadow: none;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;

    border: none;

}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    border: none;
    background-color: #20e1bb;
    box-shadow: none;
}



a.up:hover {
    text-decoration: none;
    color: #1de4bd;
}

a.down:hover {
    text-decoration: none;
    color: #f48989;
}

.beforepagination {
    margin-bottom: 0;
}
.comment{color: #f38b18;}
.avatar img{border-radius: 50%;width: 100%}
.commentedpost{margin-left: 70px}
.profileposted{border: 0px;box-shadow: 0px 0px 5px #00000029;
    padding: 0px 20px;}
.profileposted .posttext{width: 100%;padding-right: 0;}
.profileposted .postinfobot{padding-left: 10px}
#loginform,#registerform{
    margin: 0 auto;
    background: #fff;
    padding: 25px 25px 0px 25px;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);    border: 1px solid #f1f1f1;}
footer{margin-top: 80px}
#loginform{width: 450px;}
#registerform{    width: 700px;
    padding: 30px 10px 20px 10px;}
.fixedbartop{    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

#close{text-align: right;
    padding-right: 10px;
    font-size: 22px;cursor: pointer}
#submitpostpopup button{width: 150px;padding: 12px 15px}

.error{
      text-align: center;
      color: red;
    }
    .idea-type{
      display: inline-block;
    width: 150px;
    background: aquamarine;
    padding: 13px;
    text-align: center;
    margin: 45px 20px 0px 10px;
    color:white;
    }
    .modal-content {
            margin: 100px auto !important;
}

    body{padding: 0px}
    .headerclasses{position: relative;background-size: 100% !important;height: 670px;margin-top: -100px;    background-position: 0px -50px !important;}
    a.nav-link{color: #fff !important;text-transform: uppercase;font-size: 14px;transition: 0.3s}
    footer h5{font-weight: normal;font-size: 15px;color:#fff;    padding-bottom: 20px;}
    footer a,footer a:hover{color:#2ea3f2;    font-size: 14px;font-weight: normal;}
    .socialmedia li{float: left;margin-right: 7px;}
    .twitter{background: #00aced!important;color:#fff}
    .linkedin{background: #007bb6!important;color:#fff}
    .linkicons{height: 32px;
    width: 32px;
    text-align: center;
    line-height: 31px;
    font-size: 21px;
    border-radius: 3px;}
    .headingname{padding: 180px 50px 50px 50px;font-size: 36pt!important;color: #fff;margin-top: 200px;     text-shadow: 0 0 10px #000000d6;}
    .fixedbartop{background: #fff}
    .navbar{transition: all 0.3s}
    .fixedbartop .whitelogo{display: none !important}
    .fixedbartop .blacklogo{display: block !important}
    .navbar .whitelogo{display: block}
    .navbar .blacklogo{display: none}
    .fixedbartop a.nav-link{color: inherit !important;font-size: 12px;font-weight: 500 }
    .btnstyle{    padding: 15px 30px;
    background: transparent;
    border-radius: 20px;
    margin-left: 10px;
    border: 2px solid;outline: 0;color: #fff;transition: all 0.3s}
    .btnstyle:hover{color:#fff;text-decoration: none}
    .btnstyle:hover .fa-chevron-right:before{margin-right: 5px}
    .ideate{border-color: #ff9933;     background: #623100;}
    .ideate:hover,.ideate.activebtn{background:#ff9933}
    .innovate{border-color: #ffffff;     background: #858585;}
    .innovate:hover,.innovate.activebtn{background:#ffffff;color: #000}
    .incubate{border-color: #128807;     background: #034819;}
    .incubate:hover,.incubate.activebtn{background:#128807}
    .btnstyle:focus{outline: 0}
    .btnwrapper{padding-left: 45px}
    .globallogindrop{padding: 10px;right: 0;left: auto;}
    .globallogindrop li{padding: 5px 0px;border-bottom: 1px solid #eceaea;}
    .globallogindrop li a{color: #565656;font-size: 14px;}
    #pendingideastable{font-size: 12px;
    text-transform: capitalize;}
    .sortable{white-space: nowrap}
    .tablefilterdropdown{    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1411764705882353);
    border-radius: 4px;
    top: 35px;}
    .sortable{position: relative}
    .tablefilterdropdown ul{padding: 0;margin: 0;list-style: none;padding: 10px}
    #showfilter{cursor: pointer}
    .tablefilterdropdown ul li{cursor: pointer;font-weight: normal}
.postedby,.postedby i{color:#64089a !important;    text-transform: capitalize;}
div.browse-wrap {
       top: 0;
    left: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    background-color: #f6f7f8;
    border: solid 1px #d2d2d7;
    position: relative;
    width: 140px;}
    div.title {
        color:#3b5998;
        font-size:14px;
        }
    input.upload {
          right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    height: 42px;
    outline: none;
    cursor: inherit;
    position: absolute;
    font-size: 1000px !important;
    width: 100%;}
    span.upload-path {
        text-align: center;
        margin:20px;
        display:block;
        font-size: 80%;
        color:#3b5998;
        font-weight:bold;

}
.elementsimages a{text-decoration: none}
.elementsimages .col-md-3{transition: 0.9s ease}
.elementsimages .col-md-3:hover {
  transform: translate3d(0px,-20px,0px);
}
#pendingideastable th{position: relative}
#pendingideastable th:nth-child(1):after,#pendingideastable th:nth-child(2):after{content: "\f0dc";
    font: normal normal normal 14px/1 FontAwesome;
    /* float: right; */
    position: absolute;
    right: 2px;
    margin-top: 3px;}
.next a:hover{text-decoration: none}
.fb{color:#3B5998}
.tw{color:#1dcaff}
.ga{color: #ea4335}
.wts{color: #25D366}

#page-wrap {
  margin: auto 0;
}

.treeview {
  margin: 10px 0 0 -50px;
}
    .treeview:after{content: "";
    height: 1px;
    width: 70%;
    background: #dad5d5;
    position: absolute;
    margin-top: 4px;
    left: 15%;}
ul {
  list-style: none;
}

.treeview li {
 padding: 0px 0 0px 16px;
}

.treeview > li:first-child > label {
  /* style for the root element - IE8 supports :first-child
  but not :last-child ..... */

}

.treeview li.last {
  background-position: 0 -1766px;
}

.treeview li > input {
  height: 16px;
  width: 16px;

}

.treeview li > label {
 margin-left: -20px;
  /* pad the text to make room for image */
  padding-left: 20px;
    display: inline;
}

/* Unchecked styles */

.treeview .custom-unchecked {
  background-position: 0 -1px;
}
.treeview .custom-unchecked:hover {
  background-position: 0 -21px;
}

/* Checked styles */

.treeview .custom-checked {
  background-position: 0 -81px;
}
.treeview .custom-checked:hover {
  background-position: 0 -101px;
}

/* Indeterminate styles */

.treeview .custom-indeterminate {
  background-position: 0 -141px;
}
.treeview .custom-indeterminate:hover {
  background-position: 0 -121px;
}
ul.treeview ul{padding: 0}
.card-body{font-size: 14px}
.navbar .col-md-12{padding: 0px}
.navbar .navbar-brand.float-left{padding-top: 4px}
.navbar .navbar-brand.float-right{margin-right: 0}
.navbar{padding-top: 8px}
.fixedbar { 
    /* height: 94px; */
    background: #0c71c3!important;
    bottom: 0;
    /* line-height: 94px; */
    color: #fff;
}
.fixedbar  .col-md-4.text-center{padding-top: 15px;
    padding-bottom: 15px;}      
.btn-transparent {
    background: #fff;
    color: #0c71c3;
    border: 2px solid #fff;
    transition: all 0.3s;
}
    .btn-large {
    padding: 11px 45px;
    font-size: 18px;
}
    .btn-rounded {
    border-radius: 20px;
}
p{clear: both}
.browse-wrap:hover{background: #dee0e2}
.fixednavsidebar a {
    display: block;
    color: #fff !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fixednavsidebar {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    background: #e2764c;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
}
.fixednavsidebar:hover{background: #313130}
.et_pb_toggle{    padding: 15px;
    border: 1px solid #ddd;margin-bottom: 20px;transition: 0.3s ease;}
.et_pb_toggle_open h5{color: #000000 !important}
.et_pb_toggle_close h5:after{content: "\f055";font:normal normal normal 14px/1 FontAwesome;    float: right;
    color: #ddd;
    margin-top: 3px;}
.et_pb_toggle h5{font-size: 1.10rem;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0px;    margin: 0;cursor: pointer}
.et_pb_toggle_content{padding-top: 15px;
    font-size: 14px;display: none;color: #666666}
.et_pb_toggle_open .et_pb_toggle_content{display: block !important}
.tabelink{text-decoration: underline;cursor: pointer}
.tabelink:hover{color: blue}
.pendingideatable button{    text-transform: capitalize;
    margin: 1px 0px;    min-width: 72px;}
.pendingideatable tr td button:last-child{
    background: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
    border-radius: 4px;
    line-height: 18px;
    height: 23px;cursor: pointer;}
.pendingideatable tr td button:first-child{
     color: #fff;
    border-radius: 4px;
    line-height: 18px;
    height: 23px;cursor: pointer;
        background: #28a745;
    border: 1px solid #28a745;
}
.popuptags{margin-bottom: 15px;}
.popuptags span{background: #f5f3f3;
    padding: 4px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    font-size: 14px;}
span.status{border: 1px solid;
    float: right;
    background: transparent;
    border-radius: 3px;
    padding: 4px 4px 3px 4px;}
span.pending{color: #f9a201;}
span.reject{color: #dc3545;}
span.approved{color:#28a745}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #d0dae5; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #88bfff; }
  .nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cdd5de; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f7f9; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #90a1b5;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
.modal-body{overflow: auto}
.viewpopupdata .modal-footer button{width: auto !important;padding: 7px 13px !important;}
footer li {
    color: #959595;
}
.navbar-nav li,footer li{list-style: none !important}
.pagingnation a,.pagingnation strong{    padding: 6px 7px;
    background: #ddd;
    margin: 0px 2px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    min-width: 30px;
    text-align: center;cursor: pointer;text-decoration: none}

.pagingnation strong{    background: #2a83eb;}
.viewpopupdata .modal-footer button{margin-left: 3px}
.ratingdiv{    float: left;
    background: #6db89d;
    color: #fff;
    /* height: 20px; */
    margin-top: 13px;
    line-height: 22px;
    padding: 2px 9px;
    font-size: 14px;
    margin-right: 10px;
border-radius: 3px}
.popupcontaineruser span{display: block;padding: 4px 0px;border-bottom: 1px solid #eee;text-align: left;    word-break: break-all;}
.popupcontaineruser{text-align: center}
.popupcontaineruser img{width: 100px;height: 100px;border-radius: 50%}

.list-unstyled {
    float: none!important;
    display: inline-block!important;
}
.navbar .navbar-nav li {
    background: #009403;
    margin: 8px;
    padding: 0px 15px;
    border-radius: 8px;
    border: 1px solid #009603;
}
.navbar.fixedbartop .navbar-nav li{background: #009403;
    margin: 8px;
    padding: 0px 15px;
    color: #ffffff!important;
    border-radius: 8px;
    border: 1px solid #dedede;}
.navbar .navbar-nav li:hover{background: #005a02;}
.navbar.fixedbartop .navbar-nav li:hover{background: #005a02; }
.text36pt{font-size: 36pt!important;}
.text24pt{font-size: 24pt!important;}
.text18pt{font-size: 18pt!important;}
.text14pt{font-size: 14pt!important;}
.text_shadow{text-shadow: 0 0 15px #000000;}

.headingname h2{font-size: 36pt !important;}
.container.mobile-container a{ font-weight: 600; 
    /* text-decoration: underline; */
}

.founder {
    font-size: 14px;
    color: #8c8b8b;
    padding-bottom: 10px;
    font-weight: 600;
    color: #000000 !important;
}
@media screen and (min-device-width: 1280px) and (max-device-width: 1430px) { 
    .navbar.fixedbartop .navbar-nav li{margin: 8px 3px; padding: 0px 8px!important;}
    .navbar .navbar-nav li {
        background: #009403;
        margin: 8px 3px;
        padding: 0px 8px;}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1270px) { 
    *{
        font-size: 11pt!important;
    }
    p, li {
        font-size: 11pt !important;
        color: #000000 !important;
    }
    .text18pt {
        font-size: 15pt !important;
    }
    .text24pt {
        font-size: 20pt !important;
    }
    .navbar .navbar-nav li {
        background: #009403;
        margin: 8px 3px;
        padding: 0px 8px;}
    .navbar.fixedbartop .navbar-nav li{margin: 8px 3px; padding: 0px 8px!important;}
    .navbar .navbar-brand.float-left img.blacklogo, .navbar .navbar-brand.float-left img.whitelogo{height: 65px;}
   
}


@media screen and (min-device-width: 320px) and (max-device-width: 760px) { 
    *{
        font-size: 11pt!important;
    }
    p, li {
        font-size: 11pt !important;
        color: #000000 !important;
    }
    .text18pt {
        font-size: 15pt !important;
    }
    .text24pt {
        font-size: 20pt !important;
    }
    .navbar .navbar-brand.float-left img.blacklogo, .navbar .navbar-brand.float-left img.whitelogo{padding:0 15px;}
}
