.profile_right {
    background: rgba(0, 0, 0, 0) url("https://d1o1tw4jx4uh52.cloudfront.net/img/iefix.png") repeat scroll 0 0;
    height: 24px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 100%;
    text-shadow:none;
    font-size:14px;
    }
    
.listBoxThumb.column > li { float:left;}
#results li { margin: 0;
    min-width: 0;
    width: 50%; padding:0; }
    
        @media all and  (min-width: 480px) and (max-width: 600px)
{
    #results li { width:33.33% }
}
    @media all and (min-width: 600px) and (max-width: 766px) 
{
    #results li { width:25% }
}
@media all and (min-width: 766px) and (max-width: 980px) 
{
    #results li { width:33.33% }
}

@media all and (min-width: 980px) and (max-width: 1200px) 
{
    #results li { width:25% }
}
@media all and (min-width: 1200px) 
{
    #results li { width:25% }
}
    @media all and (min-width: 1400px) 
{
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        
    }
    .boxChat.from .chatBox p:first-child { font-size: 16px!important }
    
    body,.heading em, .boxThumb, form label,.alert-box { font-size: 14px; }
    .listBoxThumb.row .boxThumb.landscape { width: 250px; }
}

    .boxThumb.landscape {
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: auto;
    margin:5px;
}


@media (min-width: 765px)
{
    .boxChat .chatItem { width:15% }
    .boxChat .chatBox { width:84% }
    .boxChatContainer .boxFigureThumb img  {height: 100% !important;
    min-height: 60px;
    min-width: 60px;
    width: 100%!important; }
    .box.credit .inner #paymethod, .box.credit .inner form { width: 45% }
    .box.credit .inner form .button { float: none; }
}

.notifyjs-corner { z-index: 99999!important; }
.notifyjs-foo-base {
    width: 400px;
    background: #fff;
    padding: 10px;
    border: 1px solid #fe4354;
    box-shadow: 0 0 9px 2px #ccc;
}
.notifyjs-foo-base .notifyjs-content a:hover { text-decoration: none; }
.notifyjs-foo-base .notifyjs-content a.texthref {
    color:#000!important;
    font-size:16px; }
.notifyjs-foo-base .notifyjs-content { 
align-self:center; 
align-items: end;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
position: relative;
}
.notifyjs-content p { 
background: #eceff1 none repeat scroll 0 0;
padding: 10px;
border-radius: 5px;
font-size: 16px;
 }
.notifyjs-content p::before {
content: " ";
background-color: #eceff1;
display: block;
height: 6px;
left: -5px;
position: absolute;
top: 10px;
transform: rotate(29deg) skew(-35deg);
width: 8px;
}
.notifyjs-foo-base .notifyjs-image {  border-radius: 50%;
    width: 100%; }
.notifyjs-foo-base .notifyjs-no { cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px; }
.notifyjs-foo-base .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color:#000
}
.notifyjs-foo-base .notifyjs-yes {
font-weight:bold;
    padding: 5px 20px;
    margin-top: 10px;
}
.notifyjs-foo-base .notifyjs-mainbox { display: inline-flex; margin-top: 5px; }
.notifyjs-foo-base .notifyjs-image-box {
    width: 100px;
    height: 100px;
    min-width:100px;
    min-height:100px;
    margin: 5px;
    margin-right: 10px;
}
    @media(max-width:580px) {
        .notifyjs-foo-base {
            width: auto;
        }
    }


