header {
	direction:rtl !important;
}
.banner-slider {
	overflow:hidden;
}
.social_media {
	margin-top:3px;
}
.feedback-buttons {
    position: fixed;
    left: -22px;
    top: 251px;
    z-index: 9999999;
    width: 70px;
    height: 128px;
    padding: 10px 0px 10px 0;
    border-radius: 5px;
    background: #044f80;
}
.feedback-buttons a {
color:white;
}
.feedback-buttons a:hover {
text-decoration:none;
}

.common_animation:hover {
transform: scale(1.1);
-ms-transform:      scale(1.1);
-moz-transform:     scale(1.1);
-o-transform:       scale(1.1);
-webkit-transform: scale(1.1);
}

.feedback-buttons__button_mail {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 101px;
    height: 48px;
    background: #044f80;
    padding: 9px 5px 5px 0;
    border-radius: 5px;
}
.feedback-buttons__button_call {
    position: absolute;
    top: 39px;
    right: 5px;
    width: 101px;
    height: 48px;
    background: #044f80;
    padding: 9px 5px 5px 0;
    border-radius: 5px;
}
.feedback-buttons__button_chat {
    position: absolute;
    top: 80px;
    right: 5px;
    width: 101px;
    height: 48px;
    background: #044f80;
    padding: 9px 5px 5px 0;
    border-radius: 5px;
}
.feedback-buttons span {
	margin-right:9px;
	font-weight:bold;
	font-size:20px;
}
.feedback-buttons {
-webkit-transition: -webkit-transform .8s ease-in-out;
-moz-transition: -webkit-transform .8s ease-in-out;
-o-transition: -webkit-transform .8s ease-in-out;
-ms-transition: -webkit-transform .8s ease-in-out;
transition:         transform .8s ease-in-out;
}
.feedback-buttons__button_mail:hover  {
-webkit-animation: slidemail 1s ;
-moz-animation:    slidemail 1s ;
-o-animation:      slidemail 1s ;
animation:         slidemail 1s ;
-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
-moz-animation-fill-mode: forwards;    /* FF 5+ */
-o-animation-fill-mode: forwards;      /* Not implemented yet */
-ms-animation-fill-mode: forwards;     /* IE 10+ */
animation-fill-mode: forwards;         /* When the spec is finished */
}
@keyframes slidemail {
from {
right:  5px;
}

to {
right:-60px;
}
}
.feedback-buttons__button_call:hover  {
-webkit-animation: slidecall 1s ;
-moz-animation:    slidecall 1s ;
-o-animation:      slidecall 1s ;
animation:         slidecall 1s ;
-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
-moz-animation-fill-mode: forwards;    /* FF 5+ */
-o-animation-fill-mode: forwards;      /* Not implemented yet */
-ms-animation-fill-mode: forwards;     /* IE 10+ */
animation-fill-mode: forwards;         /* When the spec is finished */
}
@keyframes slidecall {
from {
right:  5px;
}

to {
right:-70px;
}
}
.feedback-buttons__button_chat:hover  {
-webkit-animation: slidechat 1s ;
-moz-animation:    slidechat 1s ;
-o-animation:      slidechat 1s ;
animation:         slidechat 1s ;
-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
-moz-animation-fill-mode: forwards;    /* FF 5+ */
-o-animation-fill-mode: forwards;      /* Not implemented yet */
-ms-animation-fill-mode: forwards;     /* IE 10+ */
animation-fill-mode: forwards;         /* When the spec is finished */
}
@keyframes slidechat {
from {
right:  5px;
}

to {
right:-70px;
}
}
.feedback-buttons__button:hover {
	color:white !important;
}

.layout__bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom,#FFF 35%,rgba(255,255,255,.04) 100%,rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg,#FFF 35%,rgba(255,255,255,.04) 100%,rgba(255,255,255,0) 100%);
}
.layout__bg {
    background-position: center;
    background-size: cover;
}

.layout__bg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    opacity: .3;
}
section{
	position:relative;
	z-index:3;
	
}
.profile .layout__bg {
    background-image: url(../../images/bg_top_accounts.jpg);
}
.platforms .layout__bg {
    background-image: url(../../images/bg_top_platforms.jpg);
}
.partners .layout__bg {
    background-image: url(../../images/bg_top_partnership.jpg);
}
.resources .layout__bg {
    background-image: url(../../images/bg_top_news.jpg);
}
@media (max-width: 992px) {
.feedback-buttons {
display:none;
}
.basic-page .awards-list {
	padding-top:0px;
}
.control-tabs .tabs-list .tab-menu li {
	margin-left:10px;
}
}
#component-tab-top li {
	overflow-x:auto;
}
.uk-tab>*>a {
	font-size:14px;
}
.tab-container {
	overflow-x:auto;
}
.basic-page h2 {
	margin-top:0;
}
.uk-breadcrumb>:last-child>* {
	text-transform:capitalize;
}
.banner-loader {
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999999;
	background:url(../../images/loader.gif) center center no-repeat #fff;
}
.grid center { color:#044f80; }
.uk-table td,.uk-table th { text-align:center; }
footer p {
	color: #fff;
}
h3:after {
	right:0;
}
.feedback-buttons img {float:right;}

.company_news h2 {
	font-size:22px;
}
.uk-article table p {
	margin:5px;
}