.my-text-left{text-align: right;}
.my-text-right{text-align: left;}
.my-float-left{float: right;}
.my-float-right{float: left;}

.main-section{
    float : right;
}
.main-sidebar{
  float: left; 
}

/*search - Navbar sidebar*/
.mysearch{
 width:33%;top: 11px;padding-left: 4%;  
}

.search-form .form-group {
  float: left !important;
}
.sidebar {
  left: unset; 
  right: 0;
}
.sidebar a { 
    text-align: right;
}

.sidebar .closebtn {
    margin-right: 70%;
}

.sidebar-open-btn{
    width:33%;padding-left: 28%;padding-right: unset;
}
/* end search - Navbar sidebar*/


/* posts view on home page */

.up-list dl dt{float: right;}
.a-title-dd{padding-right: 10px;float: right;}
.up-list dl .down {right: 94px;left: auto;}

/* End of posts view on home page */

/* Posts page */

/* Download Part */

.download-first-part{
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.download-second-part{
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

/* End of Download Part */


/* End of Posts page */

@media (max-width: 767px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 1200px){

}