﻿@font-face {
    font-family: Font;
    src: url(/fonts/Font.otf);
}

body {
    direction: rtl !important;
    font-family: Font !important;
}

@media (min-width: 992px) {
    .header-v2 .navbar-nav {
        float: left !important;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: right !important;
    }
}

.headline-left .headline-brd:after{
    right: 1px !important;
    left: unset !important;
}

@media (min-width: 992px) {
    .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 !important;
    }
}

@media (min-width: 768px) {
    .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 !important;
    }
}



@media (min-width: 1024px) {
    #arrow-more-ser {
        top: 81px !important;
        right: -35px !important;
    }
}

@media (min-width: 1024px) {
    #arrow-more-pro {
        top: 81px !important;
        right: -34px !important;
    }
}


h2.title-v2:after {
    right: 0 !important;
    left: unset !important;
}

.img-responsive{
    width: 100% !important;
    height: unset !important;
}

.pull-left{
    float: right !important; 
}

.pull-right  {
    float: left !important;
}

.header-v2 .dropdown > a:after {
    top: 9px;
    left: 8px !important;
    right: unset !important;
    content: "\f107";
}

.list-inline {
    padding-right: 0 !important;
}

