.pi-section-dark .pi-social-icons a {
    background: #F5F5F5;
    border-radius: 20px !important;
    color: #3b3e3f;
}

.pi-section-dark .pi-social-icons a:hover {
    background: #43C7F4;
    color: #979797;
}

.pi-overlay-slide {
    cursor: pointer;
    opacity: 0;
    top: auto;
}


/*.pi-overlay-slide {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 25255 0.9) 0%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 00%, rgba(255, 255, 255, 0.9) 100%);
}*/

.pi-img-overlay {
    color: #dde1e1;
}

.pi-caption-links li {
    color: #000 !important;
}

.pi-caption-links li {
    color: #000 !important;
}

.pi-caption-links li i {
    color: #000 !important;
}

.pi-caption-links li a {
    color: #000 !important;
}

.pi-caption-links li a i {
    color: #000 !important;
}

.pi-caption-icon {
    background: #43C7F4;
}

.pi-caption-icon:hover {
    background: #A7DBF6;
}

.pi-link-dark {
    color: #000 !important;
}

.pi-link-dark:hover {
    color: #540064 !important;
}

.pi-img-overlay.pi-img-overlay-darker {
    background: rgba(24, 28, 32, 0.8);
    /*background-image: url(../img/bg-on.png);
    background-repeat: no-repeat;
    background-size: cover;*/
}
.pi-img-overlay.pi-img-overlay-darker-home {
    background: transparent;
    background-image: url(../img/bg-on.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pi-list-footer li{
	box-sizing: border-box;
    color: #292b34 !important;
    display: block;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 300;
    list-style: outside none none;
}
.pi-list-footer li a{
    color: #292b34 !important;
    display: block;
}


.pi-row-sm .pi-row-block-logo img {
    max-height: 70px;
}

.btn-drawer {
    background: none;
    border: none;
    box-shadow: none;
    color: #586266 !important;
    moz-box-shadow: none;
    text-shadow: none;
    webkit-box-shadow: none;
}

#st-trigger-effects {
    margin-top: 5px;
}

.pi-row-sm .pi-row-block-logo img {
    margin-bottom: -15px;
    margin-top: 5px;
    max-height: 45px;
}

.btn-drawer:hover {
    background: #f7f7f7;
}

.onoffswitch {
    moz-user-select: none;
    ms-user-select: none;
    position: relative;
    top: 5px;
    webkit-user-select: none;
    width: 85px;
}

.onoffswitch div.client.on {
    background: #59006A;
    color: white;
}

.onoffswitch div.client {
    width: 118px;
    height: 17px;
    float: left;
    text-align: center;
    color: black;
    line-height: 17px;
    cursor: pointer;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.65);
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    border: solid 1px #e3e3e3;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: white;
    display: block;
    float: left;
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 50%;
}

.onoffswitch-inner:before {
    background-color: #FFF;
    color: #2b3139;
    content: "No Cliente";
    padding-left: 10px;
}

.onoffswitch-inner:after {
    background-color: #43C7F4;
    color: #fff;
    content: "Cliente";
    padding-right: 20px;
    text-align: right;
}

.onoffswitch-switch {
    background: #F6BB43;
    border-radius: 20px;
    bottom: 0;
    display: block;
    margin: 8px;
    position: absolute;
    right: 55px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 10px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.search-input {
    position: relative;
    top: -6px;
}

.visible-search:focus {
    background: #ffffff;
    border-color: rgba(106, 30, 157, 0.27);
    /* border-top-color: #6A1E9D; */
    color: #939fa4;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

#content-input-search {

}

.content-input-search-left {
    margin-left: -40px !important;
}
.content-input-search-left-mob {
    margin-left: -60px !important;
}
@media (min-width: 320px) {
  .modal-wide .modal-dialog {
	width: 320px; /* or whatever you wish */
  }
}

@media (min-width: 410px) {
  .modal-wide .modal-dialog {
	width: 400px; /* or whatever you wish */
  }
}

@media (min-width: 600px) {
  .modal-wide .modal-dialog {
	width: 360px; /* or whatever you wish */
  }
}

.icon-cancel {
    float: right;
    cursor: pointer;
    /*margin: 18px 27px;*/
    width: 20px;
    height: 20px;
    /*font-size: 24px;*/
    border-radius: 50%;
    text-align: center;
    color: #A8ABE2;
}

.icon-cancel:hover {
    color: #9d9dce;
}

.visible-search {
    top: -9px;
    left: 38px;
    position: relative;
    visibility: hidden;
    border-radius: 15em;
    border: 1px solid transparent;
    height: 29px !important;
    outline: none;
    padding: 6px 7px 6px 24px;
    width: 0px;
    background: #f8fafa;
    border-color: #dde1e1;
    border-top-color: #dde1e1;
    color: #afb8bb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
    font-size: 80%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.content-input-search-left-mob .visible-search{
    visibility: visible;
    width:140px;
}
.content-input-search-left .visible-search{
    visibility: visible;
    width:200px;
}
.pi-img-overlay-darker-home h1, .pi-img-overlay-darker-home .h1, .pi-img-overlay-darker-home h2, .pi-img-overlay-darker-home .h2, .pi-img-overlay-darker-home h3, .pi-img-overlay-darker-home .h3, .pi-img-overlay-darker-home h4, .pi-img-overlay-darker-home .h4, .pi-img-overlay-darker-home h5, .pi-img-overlay-darker-home .h5, .pi-img-overlay-darker-home h6, .pi-img-overlay-darker-home .h6 {
    color: #000 !important;
}