html {
    direction: ltr
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #d2b250
}

.icons {
    background: url(../images/icons.png);
    display: inline-block;
    vertical-align: bottom;
}

.ar {
    height: 16px;
    width: 22px;
}

.en {
    height: 16px;
    width: 22px;
    background-position: 0 -16px;
}

span.icons.phone {
    display: inline-block;
    height: 17px;
    width: 20px;
    background-position: 0 17px;
    vertical-align: baseline;
    margin-right: 6px;
}

span.icons.email {
    display: inline-block;
    height: 17px;
    width: 22px;
    background-position: 0 37px;
    vertical-align: middle;
    margin-right: 5px;
}


/*Header */

header {
    border-bottom: 1px solid #bfbfbf;
    box-shadow: -4px 0px 24px -3px #c7c7c7;
    background: #575757
}

header .logo {
    width: 400px;
    padding: 20px 0;
}

header .logo a p {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}

header .info {
    font-size: 14px;
    color: #cecece;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    /*    text-align: right;*/
    /*    direction: rtl;*/
    padding: 0;
}

header .info li {
    margin-bottom: 5px;
}

header .logo a p:nth-child(2) {
    font-size: 25px
}

header .link-hed li a {
    color: #d8d8d8;
    font-size: 11px;
    display: block;
}

header .link-hed li {
    border-left: 1px solid #d8d8d8;
}

header .link-hed li:last-child {
    margin-left: 5px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    min-height: inherit;
    height: inherit;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav > a {
    position: relative
}

.navbar-nav > li:hover > a:before {
    display: block
}

.navbar-nav > li:hover > a {
    color: #FFF !important
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #dcdcdc !important;
    position: relative;
    font-weight: bold;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #4f2d7f;
    background-color: transparent;
}

.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #575757;
    right: 30px;
    display: none
}

.navbar-default .navbar-nav .active a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #575757;
    right: 22px;
    display: block !important
}

.body-site {
    margin: 70px 0 0;
}

.body-site .content {
    position: relative;
    height: 400px;
}

.body-site .content img {
    height: 384px;
    border-radius: 7px;
    width: 385px;
    display: block;
    margin: auto;
}


/*footer*/

footer {
    font-size: 12px;
    color: #999
}

footer a {
    color: #999
}

footer a:hover {
    color: #333
}

footer p {
    margin: 0
}