@font-face {
    font-family: 'Yekan';
    src: url('fonts/WebYekan.eot');
    src: url('fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
         url('fonts/WebYekan.woff') format('woff'),
         url('fonts/WebYekan.ttf') format('truetype'),
         url('fonts/WebYekan.svg#WebYekan') format('svg');
}
/*
@font-face {
  font-family: mitra;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/BMitraBold.woff') format('woff');
}
@font-face {
  font-family: mitra;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/BMitra.woff') format('woff');
}
*/
.site-logo {
    text-align: right;
}
@media screen and (min-width: 768px)
{
.navbar-nav > li {
    float: right;
}
	.navbar-header {
    float: right;
}
}
	.pull-right {
    float: left !important;
}
.dropdown-menu {
    right: 0;
    left: auto;
}
.dropdown-submenu > .dropdown-menu {
    right: 100% !important;
    left: auto;
}
.dropdown-menu {
    text-align: right;
}
.dropdown-submenu > a::after {
    content: "\f104";
    float: left;
}
.dropdown-menu > li > a {
    white-space: normal;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
}
.single-post-content p {
    text-align: right;
}
.pull_left_comment {
    margin-right: 0px;
    float: right;
    margin-left: 15px;
}
.comment_details p {
    text-align: right;
}
@media screen and (max-width: 768px)
{
.footer-top {
    padding-bottom: 30px !important;
}
}