body{
	
    margin: 0;

}
[class*="col-"] {
    width: 100%;
    float: left;
    
}
.fullInfo{
    position: relative;
     max-width: 900px;
     height: auto;
     margin: 0 auto;
}
.test{
    position: relative;
     max-width: 700px;
     height: auto;
     margin: 0 auto;
     padding: 5px;

}
.cont {
    display: inline;
    float: left;
    background-color: #f2f2f2;
    padding: 9px;
    width: 100%;
}
.center {
    text-align: center;

}
.green {
    color: green;
}


#settings{
    padding-top: 2px;
    padding-right: 15px;
}
#logo {
  position: fixed; 
  top: 6px; 
  left: 20px;
}
.sett {
    color: white; 
    cursor: pointer;
}
.number {
  width: 22px;
  float: right;
  text-align: center;
  background-color: red;
  border-radius: 4px;
}
.box { 
  display: none;
  max-height: 80%;
  width: 96%;
  /*max-width: 500px;*/
  margin:0;
  padding: 1px;
  position: fixed;
  z-index: 2;
  top: 50px;
  right: 10px;
  background-color: #fbfbfb;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  overflow: auto;
  transition: 0.5s;
  
}

.mBox {
  display: none;
  height: 350px;
  width: 350px;
  margin: 0;
  padding: 1px;
  position: fixed;  
  bottom: 27px;
  right: 5px;
  background-color: #fbfbfb;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  z-index: 1;
  transition: 0.5s;


}
.box4c {
  margin: 0;
  padding:0;
  position: fixed;
  bottom: 77px;
  right: 5px;
  height: 280px;
  width: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap:break-word;

}
.mTop {
  position: fixed;
  bottom: 357px;
  right: 5px;
  width: 352px;
  height: 24px;
  margin: 0;
  padding: 0; 
  background-color: #e1e1e1;
  border: 1px solid #c8c8c8;
  z-index: 1;
  overflow: hidden;

}
.cloce4a, .minim4a {
  position: fixed;
  bottom: 361px;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0 5px 0 0;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;

}
.cloce4a { 
  right: 5px;
}
.minim4a {
  right: 27px;
  margin-bottom: 2px;
}

.myInfo:hover::before {
  position: absolute;
  right: 25px;
  top: -40px;
  padding: 5px;
  border-radius: 5px;
  background-color: #e1e1e1;
  font-weight: normal;

}
.cloce4a:hover::before {
  content: "затваряне";
}
.minim4a:hover::before {
  content: "минимизиране";
}

.fullWidth {
  display: inline;
  float: left;
  width: 100%;
  clear: both;
}
.fullWidth p {
  float: left;
  min-width: 150px;
  max-width: 250px;
  word-wrap:break-word;
}
.mName{
  padding-left: 5px;
  width: 300px;
  overflow: hidden;
  font-size: 17px;
}
.formOnBottom {
  position: fixed;
  right: 5px;
  bottom: 27px;
  margin: 0;
  padding: 0;
  width: 350px;
  height: auto;
  border-top: 1px solid #c8c8c8;
}
.myM {
  border: none;
  padding-left: 7px;
  height: 22px;

}
.myM:focus {
  outline: none;

}
.underInput {
  float: left;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  border: none;   
}
.mButton{
  float: right;
  background-color: white; 
  background: url(../img/enter20.png) 2px 0;

}
.imgIcon {
  background: url(../img/imgIcon20.png) 4px 0;
  background-repeat: no-repeat;
}
.underInput:hover  {
  border: 1px solid #c8c8c8;
}
.imgDiv {
  margin-top: 1px;
  width: 100%;
  height: 0;
  background-color: #fbfbfb;
}
.output {
  max-height: 120px;

}

.myFr{
  margin: 0 auto;
  padding: 0;
  max-width: 924px;

}
.frCont{
  position: relative;
  display: inline;
  float: left;
  width: 400px;
  height: 100px;
  margin: 2px 0 2px 8px;
  padding: 1px; 
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  cursor: pointer;
  
}
.frCont h4{
  position: absolute;
  left: 140px;
  top: 15px;
  margin: 0;
  padding: 5px;
}
.frCont img {
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.frCont:hover {
    background-color:#a9a9a9;
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.8);
}
#box5 {
  /*open chats*/
  display: inline;
  position: fixed;
  right: 0;
  bottom: 5px;
  width: auto;
  height: 22px;
  z-index: 1;
}
#box5 button {
  height: 20px;
  padding: 2px;
  margin: 1px;
}
.activeChat {
  background-color: green;
}

/*start inBox */

.inBox {
    position: relative;
    height: 100px;
    margin: 0;
    padding: 3px;
    border-bottom: 1px solid #c3c3c3;

}
.inBox img{
    position: absolute;
    bottom: 3px;
    left: 3px;
    border-radius: 3px;
}
.inBox .nameM {
    position: absolute;
    left: 88px;
    top: 5px;

}
.inBox .lastM {
    position: absolute;
    left: 87px;
    top: 35px;
    font-size:small;

}


.right {
    position: relative;
    float:right;
}
.right p{
    float: right;
    background-color: #D9D9D9;
    padding: 4px;       
    border-radius: 7px 0 7px 7px;
}

.divImg img {
    float: left;    
    margin: 2px;
    padding: 4px;
    border-radius: 7px;

}

.right img {
    float: right;
    margin-right: 2px;
}
.err {
    color: red;
}
.img {
    max-width: 220px;
}
/*end  inBox */
.dropD {
  position: absolute;
  top: 1px; 
  right: 2px;
  height: 22px;
  width: 22px;
  padding: 2px;
  display: inline-block;
}
.dropD button {
    height: 22px;
  width: 22px;
  padding: 2px;

}
.dropdown-content {
  font: 20px Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    z-index: 2;
}



.dropdown-content a, .dropdown-content button {
    color: black;
   padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content button {
  font: 20px Arial, Helvetica, sans-serif;
  border: none;
  background-color: #f1f1f1;
  width: 100%;
}

.dropdown-content a:hover, .dropdown-content button:hover {
  background-color: #ddd;
}

.dropD:hover .dropdown-content {
    display: block;
}
.dropdown-content2 {
  font-size: 16px;
}
.dropdown-content2 button {
  height: auto;
  padding: 8px 16px;


}
/*From myinfo.php start*/
.relative{
  position: relative;
}
#fullContainer{
  max-width: 900px;
  margin:0 auto;
}
#myPic, #myPic2 {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 200px;
  height: 200px;
  border: 2px solid #c3c3c3;
}
#myPic2{
  background-color: white;
}
#myPic img {
  width: 100%;
  height: auto;

}

#addNewPic {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.addNewPhoto {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #111; 
  color: white; 
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  opacity: 0.6;

}
#myPic:hover #addNewPic{
  display: inline;

}

#addCover:hover, #addNewPic:hover {
    opacity: 0.8;
}
#myBtns{
  position: absolute;
  top: 220px;
  left: 15px;
}
.btnP {
  display: inline;
  float: left;
  margin-left: 5px;
  padding: 10px 12px;
  background-color: #fbfbfb;
  border-radius: 4px;
  cursor: pointer;

}
.btnP:hover {
  background-color: #c3c3c3;

}
#postContA{
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 5px 10px 20px #D9D9D9;

}
#postContA input{
  width: 100%;
  height: 35px;
  border: none;
}
.postContentB{
  position: relative;
  float: left;
  width: 100%;

  
}
#postContB{
  display: none;
  position: absolute;
  top:-60px;
  left: 0;
  width: 100%;
  min-height: 150px;
  border: 4px solid #f2f2f2;
  border-radius: 7px;
  background-color: #f2f2f2;
}
#postText, .postText {
  width: 100%;
    height: 80px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    resize: none;
}

#postP {
  float: right;
  background-color: #c3c3c3;
}
#postImg, .btnImg  {
  float: right;
  margin-top: 6px;
  width: 36px;
  height: 30px;
  border: none;
  padding: 0;
}
#postImg:hover{
  border: 2px solid #c3c3c3;
}
#postP:hover, .btnImg:hover {
  background-color: #99ff99;
}
#fromAjax {
  width: 100%;
  margin-top: 30px;
}
.fr{
  background: url(../img/icons3.png) -9px -6px;
  background-repeat: no-repeat;
}
#frIcon1, #frIcon1Sh{
  width: 35px;
  height: 35px;
}
.earth{
  background: url(../img/earth24.png) 4px 4px;
  background-repeat: no-repeat;
}
 #earthIcon2,  #earthIcon2Sh{
  width: 35px;
  height: 35px;
}
#public, #publicSh{
  width: 70px;
  float: right;
  cursor: pointer;

}
#publicOption, #publicOptionSh{
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: 4px;

}
.leftMargin{
  margin-left: 40px;
  font-size: 28px;
}

#publicSelect, #publicSelectSh{
  display: none;
  position: absolute;
  right: 0;
  bottom: 45px;
  width: 270px;
  height: 100px;
  padding: 5px;
  /*margin: 0;
  background-color: #c3c3c3;*/
  border: 1px solid #f2f2f2;
  color: #888888;
}
.fDiv, .fDiv1, .fDivSh{
  display: block;
  float: right;
  width: 270px;
  margin: 1px;
  background-color: #f2f2f2;

}
.fDiv, .fDivSh {
  cursor: pointer;

}
.check {
  display: none;
  float: right;
  color: green;
  margin-right: 15px;
  font-size: 26px;

}
.fDiv:hover .check, .fDivSh:hover .check{
  display: inline;

}
.colR {
  float: right;
}



#public:hover #publicSelect, #publicSh:hover #publicSelectSh{
  display: block;
}
.fDivI{
  color: #c3c3c3;

}
.fDiv:hover .fDivI, .fDivSh:hover .fDivI{
  color: green;

}
#postCtop{
  width: 100%;
  height: 36px;
  background-color: #f2f2f2;
}
#closePost{
  float: right;
  padding-right: 7px;
  font-size: 30px;
  cursor: pointer;

}
#closePost:hover{
  color: red;
}
#postB {
  width: 100%;
  height: 41px;
  padding: 5px 0;
  background-color: #f2f2f2;
}
#addSnimki {
  display: none;
  float: left;
  width: 100%;
  /*background-color: #f2f2f2;*/


}
#addSnimki button{
  float: right;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #d9d9d9;
  border: 1px solid #c1c1c1;
}
/*start ajax*/
.postOt{
  display: inline;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.postInf {
  display: inline;
  float: left;
  margin-left: 15px;
}
.pA{
  display: inline;
  float: left;
  width: 100%;    
  margin: 15px 0;
  padding: 5px 0;
  border-top: 1px solid #797979;

}
.pC {
  display: inline;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
/*  background-color: #fbfbfb;*/
  border-top: 2px solid #f2f2f2;
  border-radius: 6px;


}
.commImgDiv {
  position: relative;
  display: block; 
  max-width: 470px;
  margin-left: 10px;
  margin-right: auto;
  

}
.commImg{
  display: block;
  width: 100%;    
  border-radius: 6px;
}
.pCimg {
  display: block;
  width: 100%;
  margin-left: auto;
    margin-right: auto;
}
.pBottom{
  display: inline;
  float: left;
  width: 100%;
  margin: 5px 0;


}
.pBottom div{
  display: inline;
  float: left;    
  min-width: 50%;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #f2f2f2;
  border-radius: 5px;
}

.pComment:hover, .pShere:hover{
  background-color: #f2f2f2;
}
.myComment{
  float: right;
  width: 100%;
  height: 20px;
  padding: 12px 0;
  border-radius: 20px;
  outline: none;
}
.myComment:focus {
  background-color: #f2f2f2;
}
.cUnlike, .cLike, .cReLike, .cReUnlike{
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;

}
.cUnlike, .cReUnlike{
  color:green;
  
}
.cLike:hover, .cUnlike:hover, .cReLike:hover, .cReUnlike:hover{
  text-decoration: underline;

}
.pUnLike, .pLike:hover{
  background-color: #c3c3c3;
}
.pBinf{
  display: inline;
  text-decoration: underline; 
}
.pBrLikes , .pBrComm, .pBrSh{
  display: inline;
  float: right;  
  margin-left: 10px;

  
}
.pBrLikes , .pBrSh{
  cursor: not-allowed;

}
.pBrComm{
  text-decoration: underline;
  margin-left: 20px;
  cursor: pointer;

}
.BrComm{
  display: inline;
  float: left;
  margin: 0;
  padding: 3px;
  cursor: pointer;


}
.BrComm:hover {
  text-decoration: underline;
}
.pBrLikes{
  float: left;
}

.pComm {
  display: inline;
  float: left;
  width: 100%;
  max-height: 300px;
  margin: 10px 0 0 0px;
  overflow-y: scroll;

}

.pComm .commText {
  display: inline;
  position: relative;
  float: left;
  width: auto;
  padding: 5px;
  margin: 0 5px 0 10px;
  background-color: #f2f2f2;
  border-radius: 7px;

}

.userComment{
  display: inline;
  float: left;
  width: 100%;
}
.userComment img {
  display: inline;
  float: left;
  margin-left: 15px;
}
.commIcons {
  display: inline;
  position: relative;
  float: left;
  margin: 5px 0 25px 55px;
}
.like24h {
  display: inline;
  float: left;
  width: 40px;
  height: 24px;
  background: url(../img/like24h.png) 0 0;
  background-repeat: no-repeat;

}
.like24h2{
  display: inline;
  position: absolute;
  top: -5px;
  left: 190px;
  width: 40px;
  height: 24px;
  background: url(../img/like24h.png) 0 0;
  background-repeat: no-repeat;

}
.brLikeCRe {
  display: inline;
  position: absolute;
  top: -5px;
  left: 230px;
  height: 24px;
}
.comm24h{
  display: inline;
  float: right;
  width: 40px;
  height: 24px;
  background: url(../img/comment24h.png) 0 0;
  background-repeat: no-repeat;

}
.share24h{
  display: inline;
  float: right;
  width: 40px;
  height: 24px;
  background: url(../img/share24h.png) 0 0;
  background-repeat: no-repeat;

}
.coR{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.divBrCom{
  display: inline;
  float: left;
}
.myName{
  display: inline;
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}
.o6teComRe {
  display: inline;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  color: red;
}
.myCommentA {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  border: 4px solid #f2f2f2;
    border-radius: 7px;
}
.myCommentTop{
  position: relative;
  float: left;
  width: 100%;
  height: 36px;
  background-color: #f2f2f2;
}
.closeMyComm {
  float: right;
    padding-right: 7px;
    font-size: 30px;
    cursor: pointer;
}
.postP{
  float: right;
  background-color: #c3c3c3;

}
.postP:hover {
  background-color: #99ff99;

}


.myCommentBottom{
  position: relative;
  float: left;
  width: 100%;
    height: 41px;
    padding: 5px 0;
    background-color: #f2f2f2;
}
.cursorCl, .vijMoreMess {
  cursor: pointer;
}

#myPhotos {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.photos {
  width: 100%;
  border: 1px solid white;

}
.photos:hover{
  border: 1px solid green;
}
.photosC{
  margin: 5px;

}
.photosC img{
  width: 98%;



}
.photosC img:hover{
  background-color: white;
  opacity: 0.5;


}
#myImg{
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
#myImgC {
  position: relative;
  margin: 0 auto;
}
#closeMyImg, #previousImg, #nextImg{
  position: absolute;
  color: green;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
#closeMyImg{
  top: 20px;
  right: 20px;
  font-size: 50px;
  
}
#previousImg{
  top: 40%;
  left: 15px;
  font-size: 76px;

}
#nextImg{
  top: 40%;
  right: 15px;
  font-size: 76px;
}
#closeMyImg:hover{
  color: red;
  font-size: 55px;

}
#previousImg:hover, #nextImg:hover {
  color: white;
  font-size: 80px;

}


/*end ajax*/
#someMargin {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: 280px;
  z-index: -1;
}
/*From myinfo.php END*/

#someInfoIndex{
  display: none;
  position: fixed;
  top: 200px;
  left: 0;
  width: 340px;
  height: 150px;  
  padding: 10px;
  color: green;
  background-color: black;
  border-radius: 7px;
  -webkit-animation-name: messageIndex; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
    animation-name: messageIndex;
    animation-duration: 6s;
    z-index: 6;

}
#someInfoIndex span {
  color: red;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes messageIndex {
    0%   {opacity: 0.2;}
    25%  {opacity: 0.4;}
    50%  {opacity: 0.6;}
    100% {opacity: 0.8;}
}

/* Standard syntax */
@keyframes messageIndex {
    0%   {opacity: 0.2;}
    25%  {opacity: 0.4;}
    50%  {opacity: 0.6;}
    100% {opacity: 0.8; }
}
.meAndYouFrdiv{
  display: inline;
  float: left;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 50px;
}
.meAndYouFr{
  display: inline;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.addFav {
  cursor: pointer;
}

#newFav1 {
  float: left;
  min-width: 350px;
  max-width: 925px;
  margin: 0 auto;
  padding: 0;
  height: 0;
}
#newFavSr{
  float: left;
  display: inline;
  height: auto;
  width: 0;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 3px #f9f9f9;
}
.newFav {
  /*position: relative;*/
  width: 100%;
  height: auto;
  margin: 0;

}
#newFav {  
  position: relative;
  display: none;
  float: left;
  width: 100%;
  padding: 9px;
  margin: 0;
  height: auto;
  background-color: #f2f2f2;
  border-radius: 5px;
}
#newFav select {
  width: 97%;
  padding: 8px;
  margin-bottom: 20px;
}


#btnsF1, #btnsF2 {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;

}
#btnsF1 .btn, #btnsF2 .btn{
  margin-top: 20px;
  float: right;

}
#btnsF2 input {
  width: 97%;
  height: 29px;

}
#btnsF2 h4{
  margin: 10px 0;
}

.hide{
    display: none;
  }
.nav25 {
  width: 97%;
  height: 30px;
}
#vhodContA {
  display: inline;
  float: left;
  background-color: #f2f2f2;
  max-width: 350px;
  border-radius: 5px;
  margin-top: 20px;

}

#vhodContTop h2, #vhodContTop a{
  display: inline;
  float: left;
}
#vhodContTop h2{
  margin-top: 0;
  margin-right: 20px;
  padding: 6px;


}
#vhodCont {
  display: inline;
  float: left;
  max-width: 350px;
  padding-right: 8px;
  padding-left: 3px;

}
#vhodCont button {
  float: right;
  padding: 10px 16px;
  background-color: #99ff99;
  border: 1px solid #7acc7a;
  border-radius: 4px;
  font-size: 18px;
}
#vhodCont button:hover {
  background-color: #7acc7a;

}

#vhodCont input {
  width: 99%;
  height: 30px;
  margin-bottom: 15px;
}
#regDiv1, #regDiv2  {
  display: inline;
  float: left;
}
#regDiv1 {
  /*width: 100%;*/
  margin-top: 40px;

}
#regDiv2 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #a9a9a9;

}
#regDiv1 a, #regDiv2 a{
  text-decoration: none;
  padding: 8px 8px 6px 8px;

}

#regDiv2 p {
  display: inline;
  float: left;
  margin-top: 0;
}

#navOnLeft2 li{
  list-style-type: none;
}
.marginTop15{
  margin-top: 15px;
}
.marginBottom15{
  margin-bottom: 15px;
}
@media only screen and (max-width: 350px) {
  #logo{
    left:10px;
  }
  #nav-open {
    left: 55px;

  }
    .mBox {
    width: 100%;

  }
  .mName{
    width: 280px;
  }
  .mTop {
  width: 98%;


}
.box4c {
  width: 98%;


}
  .myM {
    width: 92%;
    padding-left: 35px;

}
}
@media only screen and (min-width: 440px) {

    .frCont{
        width: 440px;

    }
    .inBox {
    height: 80px;

    }

}

/*more From myinfo.php start*/
@media only screen and (min-width: 450px) {

  .photos { 
    width: 440px;
    margin: auto;

  }
  .photosC img{
    width: 100%;



  }


}
/*more From myinfo.php END*/



button, option, select {
	margin:2px;
	padding: 8px;
	
}



@media only screen and (min-width: 600px) {
    body{
        
        margin-left: 305px;
        padding: 0;
        font-size: 20px;
    }
    .box {  
        width: 450px;
    }
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}

    .frCont{
        width: 450px;
    }


 
}
/*more From myinfo.php start*/
@media only screen and (min-width: 610px) {

.photos {
  position: relative;
  display: inline;
  float: left;
  width: 298px;
  height: 256px;
  margin: 0;


}

.photosC img{
  /*width: 100%;*/
  height: 245px;

}
/*more From myinfo.php END*/
#newFavCenter{
  width: 610px;
  margin: auto;

  }
  #newFav{
  width: 600px;
}


}



/*more From myinfo.php start*/
@media only screen and (min-width: 650px) {
  #coverPhoto {
    position: relative;
    width: 650px;
    height: 350px;
    background-color: white;
    border: 2px solid #c3c3c3;
    background-repeat: no-repeat;
    /*background-size: 650px 350px ;*/
    z-index: 0;

  }

  #SaveCover{
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  #someInfo{
  left: 300px;


  }

  #cover {
    position: absolute;
    left: 250px;
    top: 40px;
  }
  #addCover {
    display: none;
    width: 200px;
    padding: 15px;
    border-radius: 4px;

  }
  #coverPhoto:hover #addCover {
    display: inline;
  }
  #myBtns{
    top: 270px;
    left: 15px;
  }
  .coR {
    min-width: 400px;
  }
  #myPhotos {
    padding-left: 30px;


  }
  #someInfoIndex{
  left: 300px;


  }
}
/*more From myinfo.php END*/


@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
   


}
/*more From myinfo.php start*/
@media only screen and (min-width: 900px) {

  .photos {
    margin: 0;


  }
  
  #coverPhoto, #myPhotos {
    width: 900px;
    /*background-size: 900px 350px ;*/


  }


  #myPhotos {
    padding: 0;


  }
  #someInfoIndex{
  left: 350px;


  }


}
/*more From myinfo.php END*/
@media screen and (min-width: 950px) {
  .newFav {
    width: 924px;
    margin: auto;
  }



}


	
