.userUpperPlate{
    /*width: 250px;*/
    float:right;
    margin-right: 50px;
    position: relative;
    position: relative;
    float: right;
    margin-right: 50px;
    position: relative;
    position: absolute;
    top: 13px;
    right: -10px;


}
.mainProfileImg{
    border-radius: 3px;
    border: 2px solid #147efb;
}
.mainProfileImg:hover{
    cursor: pointer;

}


#mainProfileImage{
    border-radius: 50px;
}

.umActive{
    border:4px solid #EEE;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.uMenuFly{
    overflow: hidden;
    width: 180px;
    border-radius: 0px 0px 4px 4px;
    background-color: #222;
    color:#AAA;
    max-height: 0px;
    padding-left: 10px;
    padding-right: 10px;
    top:10px;
    position: relative;
    z-index: 135;
    border:1px transparent;
    border-top:none; 

    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    transition: all .5s;

}
.uMenuFly a{
    display: block;
    padding:3px;
    border-radius: 5px;
    margin:5px;
    text-decoration: none;
    color:#BBB; 
    font-size: 1.1em;
    text-align: left;
    background-color: rgba(80,80,80,.3);
}
.uMenuFly a:hover{
    background-color: #444;
}
.uMenuFly a span{
    position: relative;
    top:-6px;
}
.uMenuFly i{
    font-size: 1.5em;
    margin-right: 12px;
}
#UP_name{
    width: 100%;
    background-color: #ffaf4b;
    display: block;
    padding-top:6px;
    color:#222;
    border-radius: 0px 0px 6px 6px;
    overflow: hidden;
    font-weight: bold;
}
.umShow{
    max-height: 600px;
    padding: 10px;
    padding-top: 10px;
    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    transition: all .5s;
    /*transform: rotate(360deg);*/
    border: 1px solid #ffaf4b; 

}
.logout-button{
    width:100px;
    height:25px;
    background-color:#ffaf4b;
    border:1px solid #444;
    border-radius: 3px;
    color:#FFF;
    padding:5px;
    color:#222;
    font-weight: bold;
    margin-top: 20px;
}
.logout-button:hover{

    background-color:#ffaf4b;
    color:#FFF;
    cursor: pointer;
    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    transition: all .5s;

}
.informContainer{
    display:none;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    z-index:300;
}
.informer{
    /*display:none;*/
    background-color: #222;
    color:orange;
    padding:10px;
    padding-left:25px;
    padding-right:25px;
    position:fixed;
    top:30%;
    left:35%;
    width:95%;
    margin:5px auto;
    min-height:200px;
    height: initial;
    border:4px solid #111;
    border-radius: 10px 10px 5px 5px;
    max-width: 450px;
    z-index:310;
    box-shadow: 2px 2px 4px 4px rgba(0,0,0,.5);
}
.infCloseBtn{
    position:absolute;
    top:0px;
    right:0px;
    float:right;
    font-size: 2em;
    color:#333;
    padding: 5px;
    border-radius: 30px;
    background-color: #111;
}
.infCloseBtn:hover{
    color:orange;
    cursor: pointer;
    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    transition: all .5s;
}
.informer .btn{
    display: inline-block;
    padding:10px;
    margin:10px;
    border-radius:3px;
    background-color: #333;
    border:1px sandybrown;
}

.informer .btn:hover{
    background-color: orangered;
    cursor: pointer;
}
.informerHead{
    position: absolute;
    top:0px;
    background-color: mediumpurple;
    height: 100%;
    width: 30px;
    right:0px;
    text-align: right;

}
.informer a{
    text-decoration: none;
    color:#239cd3;

}
.cmt_ops_box{
    background-color:#ffaf4b;
    border-radius:15px;

}

.action_line{
    height:60px;
    background-color:#444;
    color:#999;
}

.conn_actions a{
    display:inline-block;
    margin:3px;
    margin-left:3px;
    margin-right:3px;
}
.conn_actions a span{
    position:relative;
    top:-10px;
}
.conn_actions img{
    padding:5px;
    border-radius:2px;
    border:1px solid transparent;
}
.conn_actions img:hover{
    padding:5px;
    background-color: #e6763b;;
    border:1px solid #AAA;
    border-radius:2px;
    cursor: pointer ;
    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    transition: all .5s;
}

.settings_btn{
    float:left;
    width:145px;
    height:145px;
    margin:5px;
    padding:10px;
    background-color:#333;
    border:1px solid #999;
    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    color:orange;
    border-radius: 5px;
}
.settings_btn img{
    border-radius: 80px;
    width: 100px;
    height:100px;
    padding:5px;
    margin-top: 10px;
}
.settings_btn:hover{
    color:#FFF;
    background-color: #e6763b;;
    border:1px solid #000;
    -webkit-transition: all .2s;
    -ms-transition:  all .2s;
    -moz-transition:  all .2s;
    -o-transition:  all .2s;
    box-shadow:0px 0px 2px 2px rgba(0,0,0,0.6);
    transform: scale(1.1);

}
.settings_btn:hover img{
    background-color:#ffc04c;
    -webkit-transition: all .6s;
    -ms-transition:  all .6s;
    -moz-transition:  all .6s;
    -o-transition:  all .6s;
}
#reqc,#msgun{
    position:inline-block;
    z-index:900;
    position:relative;
    /*float:left;
    left:368px;
    top:33px;*/
    left:-100px;
    padding:2px;
    padding-left:4px;
    padding-right:4px;
    border-radius:50%;
    background-color:rgba(100, 100, 230,1);
    background-color:rgba(255, 255, 255,1);
    background-color: #e6763b;;
    color:#FFF;
    /*color:#222;*/	
    font-size:11px;
    font-weight:bold;
    z-index:800;
    top:0px;
    text-decoration:none;
    width:8px;
}
#messagesBox{
    width: 63%;
    /*height: 300px;*/
    max-width: 480px;
    position:fixed;
    right:50px;
    bottom:0px;
    background-color:#222;
    z-index:900;
    display:none;
    padding:15px;
    margin:5px auto;
    /*  box-shadow:0px 0px 10px 10px rgba(0,0,0,.6);*/
    border:2px solid #444;
    border-top:3px dotted mediumspringgreen;
    border-radius: 8px 8px 3px 3px;
    box-shadow: 0px 0px 15px 3px rgba(0,100,0,.5);

}
#messagesBox .sendBtn{
    max-width: 80px;
    padding:5px;
    margin:10px auto;
    position: relative;
    background-color: mediumseagreen;
    border-radius: 3px;
    border:1px solid mediumspringgreen;
    color:#EEE;
}
#messagesBox .sendBtn:hover{
    cursor: pointer;
    transform: scale(1.05);
    background-color: mediumspringgreen;
    border:1px solid #FFF;
}
#messageBox input{

}
/*
#messageBody{
    position: relative;
    width: 80%;
    padding:10px;
    margin:10px auto;
    height:300px;
    background-color: #444;
}*/
#messagesBox .btn{
    position: relative;
    float:right;
    padding:10px;
    border:2px solid #AAA;
    width:120px;
}
#messagesBox .btn:hover{
    background-color:  #e6763b;;
    cursor: pointer;
    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    transition: all .5s;
}
.ppComment .ops{
    position: relative;
    float:right;
    background-color: #222;
    padding:10px;
    border-radius: 5px 5px 0px 0px;
}
.ppWatchLine{
    width: 70%;
    background-color: #333;
    border-radius: 3px;
    padding:10px;
    margin:5px;
    float:left;
}
.ppWatchInput{
    margin:5px;
    padding:5px;
    border-radius: 3px;
    border:1px solid #222;
    background-color: #111;
    font-size: 1.3em;
    color:mediumpurple;
    text-align: right;
    max-width: 100px;
}
.sWatchBtn{
    font-size: 3em;
    display: inline-block;
    width: 20%;
    float:left;
    position: relative;
    top:6px;
}
.sWatchBtn:hover{
    color:#EEE;
    cursor:pointer;
}
.prmNav{
    background: radial-gradient(circle, rgba(201,110,49,1) 0%, rgba(34,34,34,1) 78%);
    -webkit-transition: all .5s;
    -ms-transition:  all .5s;
    -moz-transition:  all .5s;
    -o-transition:  all .5s;
    transition: all .5s;
}
.uMenuFly .premiumMenu{
    background-color: mediumseagreen;
    color:#111;
    -webkit-transition: all .2s;
    -ms-transition:  all .2s;
    -moz-transition:  all .2s;
    -o-transition:  all .2s;
    transition: all .2s;
}

.uMenuFly .premiumMenu:hover{
    background-color: mediumspringgreen;
    color:#111;
    -webkit-transition: all .2s;
    -ms-transition:  all .2s;
    -moz-transition:  all .2s;
    -o-transition:  all .2s;
    transition: all .2s;
}
.uMenuFly .creditMenu{
    background-color: #a47e3c;
    color:#111;
    -webkit-transition: all .2s;
    -ms-transition:  all .2s;
    -moz-transition:  all .2s;
    -o-transition:  all .2s;
    transition: all .2s;
}
.uMenuFly .creditMenu:hover{
    background-color: orange;
    color:#000;
    -webkit-transition: all .2s;
    -ms-transition:  all .2s;
    -moz-transition:  all .2s;
    -o-transition:  all .2s;
    transition: all .2s;
}
.ownCmt .name{
    color:#BBB;
}
.ppContent .ops span{
    display: inline-table;
    padding:10px;
    margin:5px;
    border-radius: 3px;
    background-color: #ffaf4b;
    color:#111;
    border: 2px solid #111;
}
.delCmtBtn:hover{
    cursor: pointer;
    transform:scale(1.08);
    background-color: #ffaf4b;
    border: 2px solid #FFF;
}
#uNots{
    display: inline-block;
    flaot:left;
    position: relative;
    background-color: #222;
    color:mediumspringgreen;
    border:1px solid mediumspringgreen;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left:-10%;
}
#UP_name span{
    font-size: 9px;
    display:block;
}
@media screen and (max-width:1600px){
    nav {
        height: 210px;
        max-height: 90px;
    }
    .catLiner {
        top: 90px;
    }
}
@media screen and (max-width:1440px){
    nav{
        max-height:initial;
        height:108px;
    }
    .catLiner{
        top: 108px;
    }

    .catMenu{
        top:90px;
    }
    .content{
        top: 145px;
        margin-top:18px;
        margin-bottom:150px;
    }
}
@media screen and (max-width:1280px){
    .quickSearch input, .nwsSub input{font-size:13px;}
    .userUpperPlate{right:-55px;top:10px;}
}
@media screen and (max-width:980px){
    #mainProfileImage {
        border-radius: 50px;
        float: right;
        right: 5px;
        position: relative;
    }
    nav {
        height: initial;
        max-height: 1800px;
        height: 83px;
    }
    .settings_btn{
        width:90%;
    }
    .userMenu{
        max-height:0px;
        overflow:hidden;
        padding:0px;
        border:none;
        width:100%;
        position:relative;
        margin:0px auto;
        -webkit-transition: all .5s;
        -ms-transition:  all .5s;
        -moz-transition:  all .5s;
        -o-transition:  all .5s;
        transition: all .5s;
    }
    .userMenu div{
        top:0px;
        font-size:2em;
        margin:5px;
        width:80px;
    }
    .showingUM{
        max-height:600px;
        -webkit-transition: all .5s;
        -ms-transition:  all .5s;
        -moz-transition:  all .5s;
        -o-transition:  all .5s;
        transition: all .5s;
    }
    .userUpperPlate{
        position:relative;
        margin:5px auto;
        top: -113px;
        right: -60px;
    }
    .uMenuFly{padding:0px;border:none;}
    .umShow,.uMenuFly{
        z-index:200;
        width: 100%;
        left: 0px;
    }
    .catLiner{
        top:22px;
    }
    .catMenu{
        top:8px;
    }
    .informer{
        left:1%;
        max-width: 80%;
        height: 300px;
        font-size: 0.9em;
    }

    .content{
        top:25px;
    }
    .userUpperPlate{
        float:none;
    }
    .quickSearch{
        width:80%;
    }

}
@media only screen and (orientation: landscape) and (max-width:980px) {
    .settings_btn{
        width: 28%;
    }
    .quickSearch{
        top:80px;
    }




}
@media screen and (max-width:780px){
    .userUpperPlate{
        top: -113px;
        right: 0px;
    }

}
@media only screen and (orientation: landscape) and (max-width:780px) {
    .userUpperPlate{
        top: -60px;
    }

}

@media screen and (max-width:580px){
    .userUpperPlate{
        top: -60px;
    }
}