/*  ==========================================================================
	Font
	========================================================================== */
@font-face {font-family: 'ge-ss'; font-weight: 300; src: url('../fonts/ge-ss/GESSTwoLight-Light.eot');}
@font-face {font-family: 'ge-ss'; font-weight: 300; src: url(//:) format('no404'), url('../fonts/ge-ss/GESSTwoLight-Light.ttf') format('truetype');
    font-style: normal;}

/* for light type */
@font-face {font-family: 'ge-ss'; src: url('../fonts/ge-ss/ge-ss-med.eot');}
@font-face {font-family: 'ge-ss'; src: url(//:) format('no404'), url('../fonts/ge-ss/ge-ss-med.ttf') format('truetype'); font-weight: normal; font-style: normal;}



/*  ==========================================================================
	Reset
	========================================================================== */
html {
    direction: rtl;
}

body {
    font-family: 'ge-ss', arial;
}

.font-eng{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumb li{
    float: right;
}
.tabs-s1 .nav-tabs>li.nav-item{
    float: right;
}
.icon-share .dropdown-menu{
    left: -15px;
    right: inherit;
}

footer .dev-by{
    text-align: left;
}

.moshaf-title-action{
    margin-left: 50px;
    margin-right: 0 !important;
}


/*  ==========================================================================
	Responsive
	========================================================================== */

@media (min-width: 768px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: right;
    }
}
@media (min-width: 992px){
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
        float: right;
    }
    .lg-pr-0{
        padding-right: 0;
    }

    .col-lg-offset-2 {
        margin-left: 0;
        margin-right: 16.666667%;
    }
}

@media (min-width: 544px){
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: right;
    }
}
