.navigation .drop:after,
.title-box:after,
.main-container:after,
.focus-container:after,
.sheme-holder .scheme .line:after,
.launch .columns .wrap:after {
	content: " ";
	display: block;
	clear: both;
}

#header .language-switcher,
.nav,
.nav .drop ul,
.carousel .text .wrapping ul,
.carousel .text .wrapping .info-list,
.info-blocks ul,
.main-holder .aside ul,
.tab-container .tabset,
.tab-container .tab-content ul,
.ico-list,
.logos-list,
.add-menu,
.intro nav ul,
.carousel-plan .pagination ul,
.industrial-sectors .holder ul,
.sheme-holder .scheme .frame ul,
.objective-list,
.launch .columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@font-face {
	font-family: "droid_arabic_kufibold";
	src: url("../fonts/droidkufi-bold-webfont.eot");
	src: url("../fonts/droidkufi-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidkufi-bold-webfont.woff2") format("woff2"), url("../fonts/droidkufi-bold-webfont.woff") format("woff"), url("../fonts/droidkufi-bold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "droid_arabic_kufiregular";
	src: url("../fonts/droidkufi-regular-webfont.eot");
	src: url("../fonts/droidkufi-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidkufi-regular-webfont.woff2") format("woff2"), url("../fonts/droidkufi-regular-webfont.woff") format("woff"), url("../fonts/droidkufi-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 17.04px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

mark {
	color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #000;
	font: 12px/1.42 Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	position: relative;
}

a {
	text-decoration: underline;
	color: #bc0000;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: 3px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-radius: 0;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 17.04px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.body-bg #wrapper {
	background: url(../images/bg-body.png) no-repeat 100% 146px;
}

.body-bg2 #wrapper {
	background: url(../images/bg-body2.png) no-repeat 0 246px;
}

body {
	min-width: 320px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #efefef 0%, #fff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #efefef 0%, #fff 100%);
}

body:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	background: #fff url(../images/loader.gif) no-repeat 50% 50%;
	-webkit-transition: visibility .5s linear 1s, opacity .5s linear 1s;
	transition: visibility .5s linear 1s, opacity .5s linear 1s;
}

.page-loaded body:after {
	opacity: 0;
	visibility: hidden;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.w1 {
	max-width: 1100px;
	margin: 0 auto;
}

#header {
	margin: 0;
	position: relative;
}

#header .holder {
	overflow: hidden;
	position: relative;
	padding: 30px 49px 37px 60px;
}

#header .logo {
	position: absolute;
	top: 20px;
	left: 50%;
	/*width: 314px;*/
	margin: -4px 0 0 -151px;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header .add-links {
	float: left;
}

#header .language-switcher {
	display: inline-block;
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 1px 0 0;
}

#header .language-switcher li {
	display: inline-block;
	vertical-align: top;
}

#header .language-switcher li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 7px;
	color: #979797;
}

#header .language-switcher li:first-child:before {
	display: none;
}

#header .language-switcher li a {
	text-decoration: none;
	color: #404040;
}

#header .language-switcher li.active a,
#header .language-switcher li a:hover {
	color: #d40415;
}

#header .language-switcher li.active a {
	font-weight: bold;
}

#header .top-nav {
	position: absolute;
	top: 38px;
	right: 7px;
	margin: 0;
	padding: 0;
}

#header .top-nav li {
	float: left;
	list-style: none;
}

#header .top-nav li:before {
	content: "|";
	float: left;
	margin: 0 7px;
}

#header .top-nav li:first-child:before {
	display: none;
}

#header .top-nav a {
	text-decoration: none;
	color: #404040;
}

#header .top-nav a:hover {
	color: #d40415;
}

#header .maroc-link {
	float: right;
	text-decoration: none;
	font-size: 11px;
}

#header .maroc-link img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px 4px 0;
}

#header .maroc-link span {
	display: inline-block;
	vertical-align: middle;
}

#header .maroc-link:hover span {
	text-decoration: underline;
}

.nav-opener {
	display: none;
}

.navigation {
	background: #848889;
	padding: 0 0px 0 0;
	/*padding: 0 72px 0 0;*/
}

.nav {
	display: table;
	width: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
}

.nav > li {
	display: table-cell;
	width: 106px;
	padding: 0 1px 0 0;
}

.nav > li.gray {
	width: auto;
}

.nav > li.gray > a {
	font-size: 10px;
	background: #5b5f60;
}

.nav > li.gray > a:hover {
	background: #ffa500;
	color: #000;
}

.nav > li.gray.active > a {
	background: #ffa500;
	color: #000;
}

.nav > li > a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #2f3234;
	color: #fff;
	padding: 11px 0 9px;
	position: relative;
}

.nav > li > a.has-drop-down-a:after {
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin: 0 0 0 -11px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 11px 0 11px;
	border-color: #2f3234 transparent transparent transparent;
	z-index: 500;
	display: none;
}

.nav > li.hover > a {
	background: #000;
}

.nav > li.hover > a.has-drop-down-a {
	background: #2f3234;
}

.nav > li.hover > a.has-drop-down-a:after {
	display: block;
}

.nav > li.hover .drop {
	display: block;
}

.nav .drop {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .9);
	border-top: 1px solid #848889;
	padding: 27px 42px 26px 30px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #fff;
	text-transform: none;
	display: none;
}

.nav .drop .frame {
	overflow: hidden;
}

.nav .drop .frame .col {
	position: relative;
	float: left;
	width: 33.33%;
	margin-bottom: -999px;
	padding: 6px 20px 999px 27px;
}

.nav .drop .frame .col:first-child:after {
	display: none;
}

.nav .drop .frame .col:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #2a2a2a;
	border-left: 1px solid #0e0e0e;
}

.nav .drop .box {
	overflow: hidden;
}

.nav .drop .box .ico {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	width: 78px;
	height: 78px;
	margin: 4px 20px 0 0;
	border-radius: 100%;
	background: url(../images/sprite.png) no-repeat -9999px;
}

.nav .drop .box .ico.ico-microphone {
	background-position: 0 -232px;
}

.nav .drop .box .ico.ico-tv {
	background-position: -82px -232px;
}

.nav .drop .box .ico.ico-02 {
	background-position: -166px -232px;
}

.nav .drop .box .ico .text {
	overflow: hidden;
}

.nav .drop p {
	margin: 0 0 9px;
}

.nav .drop ul {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -4px 0 0;
	padding: 6px 0 0;
}

.nav .drop ul.single {
	width: auto;
}

.nav .drop ul li {
	list-style: none;
	margin: 0 0 16px;
}

.nav .drop ul li a {
	color: #fff;
	text-decoration: none;
}

.nav .drop ul li a:hover {
	text-decoration: underline;
}

#search-block-form {
	position: absolute;
	top: 85px;
	right: 0;
	background: #848889;
}

#search-block-form .form-item {
	display: none;
}

#search-block-form input[type=submit] {
	display: block;
	width: 72px;
	height: 35px;
	background: #848889 url(../images/sprite.png) no-repeat 25px 7px;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#search-block-form input[type=submit]:hover {
	background-color: #999;
}

.carousel {
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -26px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat -246px 0;
	width: 26px;
	height: 49px;
	z-index: 5;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	opacity: .5;
}

.carousel .btn-next {
	left: auto;
	right: 40px;
	background-position: -274px 0;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	float: left;
	overflow: hidden;
}

.carousel .left {
	float: left;
	max-width: 50%;
}

.carousel .left img {
	display: block;
}

.carousel .left.full {
	max-width: 90%;
	margin-right: -557px;
}

.carousel .right {
	float: right;
	max-width: 50%;
}

.carousel .right img {
	display: block;
}

.carousel .right.full {
	max-width: 90%;
	margin-left: -557px;
}

.carousel .round-picture img {
	max-width: 333px;
	border-radius: 100%;
	display: block;
	width: 100%;
	height: auto;
}

.carousel .round-picture.right {
	margin: 16px 126px 1px 10px;
}

.carousel .round-picture.left {
	margin: 16px 10px 1px 126px;
}

.carousel .full + .text {
	position: relative;
	padding: 56px 90px 999px 126px;
	margin-bottom: -999px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, .5) 12%, #f1f1f1 60%, #e8e8e8 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, .5) 12%, #f1f1f1 60%, #e8e8e8 100%);
}

.carousel .text {
	color: #727678;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	padding: 56px 90px 20px 26px;
}

.carousel .text .title {
	display: block;
	color: #727678;
	font-size: 16px;
	letter-spacing: .5px;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.carousel .text .heading {
	display: block;
	font-size: 35px;
	line-height: 1.09;
	font-weight: 300;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	margin: 0 0 16px;
}

.carousel .text .sub-title {
	font-weight: 400;
	display: block;
	color: #5b5f60;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 19px;
}

.carousel .text p {
	margin: 0 0 18px;
	padding-top: 1px;
}

.carousel .text .wrapping .btn {
	margin: 0 23px 5px 0;
}

.carousel .text .wrapping ul {
	color: #2f3234;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 0 5px 0;
}

.carousel .text .wrapping ul li {
	display: inline-block;
	vertical-align: middle;
}

.carousel .text .wrapping ul li:before {
	display: inline-block;
	vertical-align: middle;
	content: "|";
	margin: 0 12px 0 9px;
}

.carousel .text .wrapping ul li:first-child:before {
	display: none;
}

.carousel .text .wrapping ul li a {
	color: #2f3234;
	text-decoration: none;
}

.carousel .text .wrapping ul li a:hover {
	text-decoration: underline;
}

.carousel .text .wrapping .info-list {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
}

.carousel .text .wrapping .info-list:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 24px;
	height: 27px;
	background: url(../images/sprite.png) no-repeat -276px -56px;
	margin: -4px 9px 0 4px;
}

.carousel .text .wrapping .info-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 5px 0;
}

.carousel .text .wrapping .info-list li:before {
	display: none;
}

.carousel .text .wrapping .info-list li a {
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	width: 78px;
	height: 78px;
	background: url(../images/sprite.png) no-repeat -9999px;
}

.carousel .text .wrapping .info-list li a.microphone {
	background-position: -75px 0;
}

.carousel .text .wrapping .info-list li a.question {
	background-position: -158px 0;
}

.carousel .text .wrapping .info-list li a:hover {
	opacity: .9;
}

.carousel .right + .text {
	padding: 56px 26px 20px 125px;
}

.carousel .round-picture.right + .text {
	padding: 66px 26px 20px 156px;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
	background: #b60810;
	padding: 8px 5px 7px;
	min-width: 162px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.btn:hover {
	background: #d40415;
}

.btn.white-border {
	border: 1px solid #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	min-width: 104px;
	padding: 3px 5px;
	text-transform: none;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMWEyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2FmMWUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2E0MDYwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTBiMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #c21a2e 0%, #af1e26 48%, #a4060d 52%, #8e0b04 100%);
	background: linear-gradient(to bottom, #c21a2e 0%, #af1e26 48%, #a4060d 52%, #8e0b04 100%);
}

.btn.white-border:hover {
	background: #d40415;
}

.urgent-line {
	padding: 1px 0 3px;
}

.urgent-line:before {
	display: block;
	clear: both;
	content: "";
	width: 121px;
	height: 2px;
	background: #d60b00;
	margin: 0 0 1px;
}

.urgent-line strong {
	float: left;
	width: 136px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	padding: 0 3px;
	position: relative;
	text-transform: uppercase;
}

.urgent-line strong:after {
	position: absolute;
	top: 0;
	right: -10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #000;
}

.urgent-line .holder {
	overflow: hidden;
	background: #ffe400;
	height: 20px;
	padding: 0 18px;
	color: #000;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .25px;
}

.urgent-line .holder p {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.urgent-line .holder a {
	text-decoration: none;
	color: #000;
}

.urgent-line .holder a:hover {
	color: #d40415;
}

.info-blocks {
	overflow: hidden;
	text-shadow: 0 0 5px rgba(0, 0, 0, .75);
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 56px;
}

.info-blocks .holder {
	overflow: hidden;
	margin: 0 -2px 0 0;
}

.info-blocks .block {
	float: left;
	width: 25%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 33px 27px 28px 25px;
	background: url(../images/bg-block.png) no-repeat 50% 100%;
	background-size: cover;
}

.info-blocks .block.commerce {
	background: url(../images/bg-commerce.png) no-repeat 50% 100%;
	background-size: cover;
}

.info-blocks .block.investment {
	background: url(../images/bg-investment.png) no-repeat 50% 100%;
	background-size: cover;
}

.info-blocks .block.economy {
	background: url(../images/bg-economy.png) no-repeat 50% 100%;
	background-size: cover;
}

.info-blocks .block.active {
	background: #525759;
}

.info-blocks h2 {
	margin: 0 3px 21px;
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 1.5px;
}

.info-blocks h2 a {
	text-decoration: none;
	color: #fff;
}

.info-blocks h2 a:hover {
	color: #d40415;
}

.info-blocks ul {
	font-size: 12px;
	border: 1px solid #a9abac;
	border-width: 1px 0;
	padding: 17px 0 8px;
	margin: 0 0 40px;
}

.info-blocks ul li {
	position: relative;
	padding: 0 0 7px 12px;
	list-style: none;
}

.info-blocks ul li:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	background: url(../images/sprite.png) no-repeat -267px -52px;
	width: 4px;
	height: 7px;
}

.info-blocks ul li a {
	color: #fff;
	text-decoration: none;
}

.info-blocks ul li a:hover {
	color: #d40415;
}

.info-blocks .bottom {
	overflow: hidden;
}

.info-blocks .bottom .icons {
	float: left;
	width: 67px;
	text-align: center;
	margin: 0 14px 0 0;
}

.info-blocks .bottom .icons time {
	display: block;
	color: #b6b8b8;
	font-size: 10px;
	letter-spacing: 0;
}

.info-blocks .bottom .ico {
	display: block;
	width: 69px;
	height: 69px;
	margin: 1px 0 6px 0;
}

.info-blocks .bottom .frame {
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
}

.info-blocks .bottom h3 {
	margin: 0 0 4px;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
}

.info-blocks .bottom h3 mark {
	font-size: 12px;
}

.info-blocks .bottom p {
	margin: 0;
	letter-spacing: .4px;
}

.main-holder {
	overflow: hidden;
	padding: 0 59px 20px 38px;
}

.main-holder .data {
	float: left;
	width: 76.7%;
}

.main-holder .aside {
	font-size: 11px;
	line-height: 14px;
	float: right;
	width: 18.2%;
	padding: 10px 0 0;
}

.main-holder .aside h3 {
	text-align: center;
	margin: 0 0 10px;
}

.main-holder .aside .box {
	border-bottom: 1px solid #c0c1c2;
	margin: 0 0 38px;
}

.main-holder .aside .ico-microphone,
.main-holder .aside .ico-compass {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 6px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: url(../images/sprite.png) no-repeat;
}

.main-holder .aside .ico-microphone {
	background-position: -141px -85px;
}

.main-holder .aside .ico-compass {
	background-position: -75px -85px;
}

.main-holder .aside p {
	margin: 0 0 14px;
}

.main-holder .aside ul {
	color: #2f3234;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.main-holder .aside ul li {
	list-style: none;
	position: relative;
	padding: 0 0 21px 25px;
}

.main-holder .aside ul li:last-child {
	padding-bottom: 12px;
}

.main-holder .aside ul li a {
	text-decoration: none;
	color: #2f3234;
}

.main-holder .aside ul li a em {
	font-weight: normal;
}

.main-holder .aside ul li a:hover {
	text-decoration: underline;
}

.main-holder .aside ul li .ico-issue,
.main-holder .aside ul li .ico-chat,
.main-holder .aside ul li .ico-suggestion {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -9999px;
	width: 19px;
	height: 21px;
}

.main-holder .aside ul li .ico-issue {
	margin: -1px 0 0 1px;
	background-position: -50px -71px;
}

.main-holder .aside ul li .ico-chat {
	margin: -2px 0 0 1px;
	background-position: -50px -93px;
}

.main-holder .aside ul li .ico-suggestion {
	margin: -4px 0 0 -1px;
	background-position: -48px -114px;
}

.main-holder h3 {
	border-bottom: 1px solid #c0c1c2;
	color: #2f3234;
	margin: 0 0 25px;
	padding: 0 0 6px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main-holder form {
	display: block;
	padding: 1px 0 15px;
	margin: 0;
}

.main-holder .fake-select {
	display: block;
	margin: 0 0 8px;
}

.main-holder .fake-select select {
	width: 100%;
}

.tab-container {
	margin: 0 0 29px;
}

.tab-container .tabset {
	margin: 0 0 20px;
	border-bottom: 1px solid #c0c1c2;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
}

.tab-container .tabset li {
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 0 0;
}

.tab-container .tabset li a,
.tab-container .tabset li span {
	display: inline-block;
	vertical-align: top;
	color: #2f3234;
	border: 1px solid #c0c1c2;
	text-align: center;
	min-width: 125px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #fefefe 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, #fefefe 100%);
	text-decoration: none;
	padding: 10px 3px 9px;
}

.tab-container .tabset li.active a,
.tab-container .tabset li a:hover {
	color: #fff;
	background: #525759;
}

.tab-container .tab-content {
	font-size: 13px;
	line-height: 17px;
	width: 100%;
	overflow: hidden;
	color: #2f3234;
}

.tab-container .tab-content h2 {
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2;
	display: none;
}

.tab-container .tab-content a {
	text-decoration: none;
	color: inherit;
}

.tab-container .tab-content a:hover {
	text-decoration: underline;
}

.tab-container .tab-content .holder {
	margin: 0 -29px 0 0;
	font-size: 0;
	line-height: 0;
}

.tab-container .tab-content .column {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin: 0 0 10px 0;
	padding: 0 29px 0 0;
	position: relative;
	font-size: 13px;
	line-height: 17px;
}

.tab-container .tab-content .column:after {
	position: absolute;
	bottom: 0;
	right: 29px;
	left: 0;
	height: 1px;
	content: "";
	background: #c0c1c2;
}

.tab-container .tab-content p {
	margin: 0 0 9px;
}

.tab-container .tab-content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}

.tab-container .tab-content ul li {
	list-style: none;
	border-bottom: 1px solid #c0c1c2;
	padding: 11px 0;
}

.tab-container .tab-content ul li:first-child {
	padding-top: 0;
}

.tab-container .tab-content ul li:last-child {
	border: 0;
}

.description {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	margin: 0 0 20px;
}

.description h4 {
	margin: 0 60px 15px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.description p {
	margin: 0;
}

.description .figure {
	display: block;
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 9px;
}

.description .holder {
	margin: 0 -18px 0 0;
}

.description .block {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -4px 20px 0;
	padding: 0 18px 0 0;
}

.description .block.gray .wrap {
	background: #70787b;
}

.description .block.red .wrap {
	background: #b60810;
}

.description .block.red .wrap .figure {
	color: #ce7779;
}

.description .block .wrap {
	padding: 24px 20px 16px 18px;
	position: relative;
}

.description .block .wrap .update {
	position: absolute;
	top: 24px;
	right: 11px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -47px -50px;
	width: 21px;
	height: 17px;
}

.fake-select select::-ms-expand {
	display: none;
}

.fake-select select {
	display: inline-block;
	border: 1px solid #ccc;
	height: 33px;
	padding: 0 3px 0 2px;
	margin: 0;
	font: inherit;
	outline: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	background: #f8f8f8;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100px;
	position: relative;
	color: #b10312;
}

.fake-select {
	position: relative;
	display: inline-block;
}

.fake-select:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	width: 26px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMDAxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZDBjMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #bc0016 0%, #8d0c03 100%);
	background: linear-gradient(to bottom, #bc0016 0%, #8d0c03 100%);
	pointer-events: none;
	z-index: 1;
}

.fake-select:after {
	position: absolute;
	right: 11px;
	top: 14px;
	content: "";
	width: 9px;
	height: 9px;
	z-index: 1;
	pointer-events: none;
	background: url(../images/sprite.png) no-repeat -264px -68px;
}

#main {
	margin-bottom: 74px;
}
.i18n-ar main{
	font-size: 14px;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin: 0 9px;
	border-top: 1px solid #d9d9d9;
}

.ico-list {
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 15px;
	margin: -1px 0 0;
	background: #fff;
}

.ico-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2.5% 20px;
}

.ico-list li a:hover {
	opacity: .8;
}

.ico-list li span.ico {
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -9999px;
}

.ico-list li span.ico.ico-photo {
	width: 48px;
	height: 35px;
	background-position: -48px -149px;
}

.ico-list li span.ico.ico-twitter {
	width: 38px;
	height: 32px;
	background-position: -99px -149px;
}

.ico-list li span.ico.ico-facebook {
	width: 17px;
	height: 33px;
	background-position: -141px -149px;
}

.ico-list li span.ico.ico-01 {
	width: 36px;
	height: 36px;
	background-position: -187px -149px;
}

.ico-list li span.ico.ico-tv {
	width: 44px;
	height: 44px;
	background-position: -225px -149px;
}

.ico-list li span.ico.ico-rss {
	width: 37px;
	height: 36px;
	background-position: -48px -188px;
}

.ico-list li span.ico.ico-diskette {
	width: 37px;
	height: 39px;
	background-position: -88px -188px;
}

.ico-list li span.ico.ico-email {
	width: 44px;
	height: 33px;
	background-position: -128px -197px;
}

.ico-list li span.ico.ico-youtube {
	width: 38px;
	height: 39px;
	background-position: -186px -191px;
}

.ico-list li span.ico.ico-message {
	width: 63px;
	height: 33px;
	background-position: -227px -197px;
}

.logos-list {
	margin: 0 42px 12px;
	padding: 12px 0 0;
	border-bottom: 1px solid #e5e5e5;
}

.logos-list li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.55% 8px;
}

.logos-list li img {
	vertical-align: middle;
}

.social-box {
	border: 1px solid #d1d1d1;
	background: #fff;
	overflow: hidden;
	padding: 4px 31px 4px 25px;
	margin: 0 0 21px;
}

.social-box ul {
	list-style: none;
	margin: 0 9px 0 0;
	padding: 0;
	float: left;
}

.social-box li {
	list-style: none;
	list-style-position: outside;
	float: left;
	margin: 4px 1px 0 8px;
}

.social-box * {
	box-sizing: content-box;
	vertical-align: top;
}

.social-box img {
	display: block;
	margin: -4px 0 0;
}

.social-box .alt-list {
	margin: 4px 5px 0 0;
	display:none !important;
}

.social-box .alt-list li {
	position: relative;
	padding: 4px 3px 0 6px;
	margin: 0;
}

.social-box .alt-list li:last-child {
	padding: 4px 10px 0 7px;
}

.social-box .alt-list li:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 1px;
	height: 17px;
	border-left: 1px dotted #7fa4ba;
	content: "";
}

.title-box {
	margin: 0 auto 7px;
	max-width: 1016px;
	padding: 18px 10px 0;
}

.contact-page .title-box {
	padding-bottom: 10px;
}

.container .title-box {
	padding: 0;
}

.title-box .social-box {
	/*display:none;*/
	float: right;
	margin: 0 3px 10px 8px;
	/*padding: 4px 31px 4px 23px;*/
	padding: 4px 0px 4px 23px;
	
}

.i18n-ar .title-box .social-box{
	float: left;
	margin: 0 8px 10px 3px;
}


.breeadcrumbs {
	overflow: hidden;
	color: #a10e05;
	font-size: 11px;
	padding: 10px 0 0;
	border-bottom: 2px solid #fff;
	position: relative;
}

.breeadcrumbs:after {
	display: block;
	width: 100%;
	height: 1px;
	background: #c7c7c7;
	content: "";
	margin: 6px 0 0;
}

.breeadcrumbs:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	width: 100%;
	content: "";
	background: url(../images/shaddow01.png) no-repeat;
	background-size: 100% auto;
}

.breeadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 19px;
	position: relative;
	overflow: hidden;
}

.breeadcrumbs ul:before {
	display:inline-block;
	vertical-align:top;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	background: url(../images/sprite.png) no-repeat -280px -149px;
	width: 13px;
	height: 13px;
}

.i18n-ar .breeadcrumbs ul:before{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.breeadcrumbs li {
	list-style: none;
	list-style-position: outside;
	display:inline-block;
	vertical-align:top;
}

.breeadcrumbs a {
	color: #2f3943;
	text-decoration: none;
}

.breeadcrumbs a:hover {
	text-decoration: underline;
}

.breeadcrumbs li:first-child:before {
	display: none;
}

.breeadcrumbs li:last-child {
	float: none;
}

.breeadcrumbs li:before {
	color: #a1a1a1;
	content: "/";
	margin: 0 7px 0 6px;
}

.search-form-text {
	overflow: hidden;
	max-width: 413px;
	margin: 0 0 24px;
}

.search-form-text input[type="submit"] {
	float: right;
	width: 54px;
	height: 32px;
	margin: 0 0 0 2px;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: #404040;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	border: 0;
	font-weight: bold;
	border-radius: 0;
}

.search-form-text input[type="submit"]:hover {
	background: #000;
}

.search-form-text .area {
	position: relative;
	overflow: hidden;
}

.search-form-text .area input {
	width: 100%;
	padding: 8px 12px 6px;
	height: 32px;
	margin: 0;
	outline: none;
	border: 1px solid #d6d6d6;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, #ededed 0%, #f9f9f9 6%, #fff 13%, #fff 100%);
	background: linear-gradient(to bottom, #ededed 0%, #f9f9f9 6%, #fff 13%, #fff 100%);
	border-radius: 0;
	font-style: italic;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 16px;
}

.search-form-text .area .input-holder {
	display: block;
}

.search-form-text .area .input-placeholder-text {
	position: absolute;
	top: 9px;
	left: 13px;
	font-style: italic;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 16px;
}

.text-list-box {
	border-top: 1px solid #e0e0e0;
	position: relative;
	padding: 20px 0 30px;
	color: #404040;
	font-size: 14px;
	line-height: 15px;
	max-width: 584px;
	margin-bottom: 237px;
}

.text-list-box:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	height: 1px;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
}

.text-list-box mark {
	background: none;
	color: #980908;
	font-weight: bold;
}

.text-list-box p {
	margin: 0 0 17px;
	font-size: 13px;
}

.text-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 549px;
}

.text-list > li {
	list-style: none;
	list-style-position: outside;
	border-bottom: 1px dotted #000;
	overflow: hidden;
	padding: 4px 0 9px;
	margin: 0 0 5px;
}

.text-list .name {
	float: left;
	position: relative;
	padding: 6px 0 0 23px;
	font-size: 15px;
	line-height: 18px;
	color: #ae0311;
	font-weight: normal;
}

.text-list .name a {
	color: #ae0311;
	text-decoration: none;
}

.text-list .name span {
	font-size: 12px;
}

.text-list .name a:hover {
	text-decoration: underline;
}

.text-list .name:before {
	position: absolute;
	left: 0;
	top: 6px;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	background: url(../images/sprite.png) no-repeat -285px -93px;
	width: 15px;
	height: 17px;
}

.text-list .ico {
	float: right;
	margin: 0 4px 0 3px;
	width: 28px;
}

.text-list .ico img {
	display: block;
	width: 100%;
	height: auto;
}

.main-container {
	max-width: 1024px;
	padding: 0 10px;
	margin: 0 auto;
}

.main-container h1 {
	margin: 11px 0 17px;
	color: #949494;
	font-size: 23px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
}

.main-container .content {
	float: left;
	width: 100%;
}

.i18n-ar .main-container .content {
	float: left;
	width: 100%;
}

.main-container .content h1 {
	margin: 40px 0 24px;
	color: #3e3e3e;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.main-container .content .c1 {
	margin: 0 0 0 248px;
}

.i18n-ar .main-container .content .c1 {
	margin: 0 248px 0 0;
}

.main-container .aside {
	float: left;
	width: 190px;
	margin: 40px 0 0 -100%;
}
.i18n-ar .main-container .aside {
	float: right;
}

.main-container .aside.alt {
	margin-top: 0;
}

.contact-page .main-container .content .c1 {
	margin: 0 290px 0 9px;
}

.contact-page .main-container .aside {
	float: right;
	margin: 28px 54px 0 -100%;
}

.add-menu {
	font-size: 13px;
	margin: 8px 0 106px 14px;
}
.i18n-ar .add-menu {
	font-size: 16px;
	margin: 8px 14px 106px 0;
	font-weight: bold;
}

.add-menu li {
	list-style: none;
	margin: 0 0 8px;
}

.add-menu a {
	position: relative;
	margin: 0;
	color: #000;
	text-decoration: none;
}

.add-menu a:before {
	position: absolute;
	top: 2px;
	left: -13px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #a10d05;
	display: none;
}

.i18n-ar .add-menu a:before{
	top: 8px;
	left: auto;
	right: -13px;
	border-width: 6px 6px 6px 0;
	border-color: transparent #a10d05 transparent transparent;
}

.add-menu li.active a,
.add-menu a:hover {
	text-decoration: none;
}

.add-menu li.active a:before,
.add-menu a:hover:before {
	display: block;
}

.aside .promo-box {
	border: 0;
	padding: 2px 0 0 7px;
	background: none;
}

.aside .promo-box .image {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

.aside .promo-box .promo-holder {
	border: 0;
	background: none;
	padding: 0;
}

.promo-box {
	border: 1px solid #d1d1d1;
	background: #fff;
	padding: 4px;
	overflow: hidden;
	margin: 0 0 10px;
}

.promo-box .promo-holder {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #f2f2f2 39%, #fafafa 56%, #fefefe 72%, #fefefe 99%, #fbfbfb 100%, #fbfbfb 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #f2f2f2 39%, #fafafa 56%, #fefefe 72%, #fefefe 99%, #fbfbfb 100%, #fbfbfb 100%);
	overflow: hidden;
	padding: 10px 7px 6px;
}

.promo-box .image {
	float: left;
	border: 1px solid #b3b3b3;
	padding: 3px 4px;
	background: #fff;
	margin: 0 10px 0 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}

.promo-box .image img {
	vertical-align: top;
}

.aside .promo-box .text-box {
	padding: 7px 7px;
}

.aside .promo-box .alt-text {
	margin: 0;
}

.aside .promo-box .title {
	margin: 0 0 7px;
}

.aside .promo-box .btn {
	margin: 0 0 0 -5px;
}

.promo-box .text-box {
	padding: 43px 0 0;
	color: #58595c;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	overflow: hidden;
}

.promo-box .text-box mark {
	background: none;
	color: #a6060e;
}

.promo-box .alt-text {
	display: block;
	font-weight: normal;
	color: #b60214;
	text-transform: none;
	margin: 0 0 7px;
}

.promo-box .btn {
	min-width: 85px;
	font-size: 11px;
	padding: 4px 5px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5);
}

.promo-box .title {
	display: block;
	margin: 0 0 27px;
}

.sidebar {
	float: right;
	margin: 0 7px 0 -262px;
	width: 234px;
}

.i18n-ar .sidebar {
	margin: 0 7px 0 -100%;
	float: left;
}

.tags {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #fff;
	padding: 3px 0 1px;
	font-size: 14px;
	margin: 0 0 17px;
	position: relative;
}

.tags:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
}

.tags:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	content: "";
}

.tags .txt {
	float: left;
	background: url(../images/bg-txt.png) no-repeat 100% -1px;
	height: 34px;
	padding: 9px 15px 2px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin: 0 17px 0 0;
}

.tags ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	overflow: hidden;
	color: #4a4a4a;
	text-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.tags li {
	float: left;
	list-style: none;
	list-style-position: outside;
}

.tags li:first-child:before {
	display: none;
}

.tags li:before {
	color: #d6d6d6;
	content: "-";
	margin: 0 8px 0 6px;
}

.tags a {
	color: #4a4a4a;
	text-decoration: none;
}

.tags a:hover {
	color: #000;
}

.col-container:after {
	content: "";
	display: block;
	clear: both;
}

.col-container .col-main {
	float: left;
	width: 100%;
}

.col-container .col-main-holder {
	margin: 0 266px 0 0;
}

.i18n-ar .col-container .col-main-holder{
	margin: 0 0 0 266px;
}

.main-post {
	margin: 0 0 36px;
}

.main-post .image {
	display: block;
	padding: 3px;
	border: 1px solid #d6d6d6;
	position: relative;
	margin: 0 0 9px;
}

.main-post .image img {
	width: 100%;
	height: auto;
	display: block;
}

.main-post .alt-text {
	position: absolute;
	left: 6px;
	bottom: 13px;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 21px 6px;
	background: #a10d05;
	border: 1px solid #fff;
	height: 24px;
}

.main-post .alt-text:after,
.main-post .alt-text:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.main-post .alt-text:after {
	border-color: rgba(161, 13, 5, 0);
	border-top-color: #a10d05;
	border-width: 6px;
	margin-left: -6px;
}

.main-post .alt-text:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}

.main-post h2 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin: 0 10px 10px 10px;
	letter-spacing: -.5px;
}

.posts-list .date,
.main-post .date{
	color: #a10e05;
	font-size: 11px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	margin: 0 10px;
}

.main-post h2 a {
	color: #000;
	text-decoration: none;
}

.main-post h2 a:hover {
	text-decoration: underline;
}

.posts-list {
	list-style: none;
	margin: 0 -9px;
	padding: 0;
	letter-spacing: -3px;
	font-size: 0;
	line-height: 0;
}

.posts-list li {
	list-style: none;
	list-style-position: outside;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	line-height: 15px;
	padding: 0 9px 24px;
	font-size: 13px;
	letter-spacing: 0;
}

.posts-list .image {
	display: block;
	padding: 3px;
	border: 1px solid #dcdcdc;
	margin: 0 0 6px;
}

.posts-list .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.posts-list h2 {
	margin: 0 6px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.posts-list h2 a {
	color: #000;
	text-decoration: none;
}

.posts-list h2 a:hover {
	text-decoration: underline;
}

.widget {
	margin: 0 0 21px;
	padding: 0 0 0 2px;
}

.widget h2 {
	font-size: 10px;
	line-height: 16px;
	margin: 0 0 10px;
	color: #737373;
	font-weight: normal;
}

.widget .more {
	display: block;
	text-align: right;
}

.widget .more a {
	color: #940a06;
	font-size: 10px;
	line-height: 13px;
}

.form-widget {
	box-shadow: 0 0 0 1px #d5d5d5;
	border: 4px solid #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f6f6f6 14%, #fff 39%, #fff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f6f6f6 14%, #fff 39%, #fff 100%);
	padding: 11px 11px 21px 12px;
}

.form-widget .row {
	overflow: hidden;
	margin: 0 0 7px;
	border: 1px solid #cacaca;
	background: #fff;
}

.form-widget .area {
	overflow: hidden;
}

.form-widget form {
	margin: 0;
}


.form-widget input[type="submit"] {
	float: right;
	width: 26px;
	height: 24px;
	margin: 2px 2px 2px 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMDAxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2IzMDIxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZDBjMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #bc0016 0%, #b30213 24%, #8d0c03 100%);
	background: linear-gradient(to bottom, #bc0016 0%, #b30213 24%, #8d0c03 100%);
	border: 0;
	border-radius: 0;
}

.i18n-ar .form-widget input[type="submit"] {
	float: left;
	margin: 2px 0 2px 2px;
}

.form-widget input[type="submit"]:hover {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkMGMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2IzMDIxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #8d0c03 0%, #b30213 76%, #bc0016 100%);
	background: linear-gradient(to bottom, #8d0c03 0%, #b30213 76%, #bc0016 100%);
}

.i18n-ar .input-placeholder-text{
	left: auto;
	right: 0;
}

.form-widget .area input {
	width: 100%;
	margin: 0;
	outline: none;
	border-radius: 0;
	color: #999;
	padding: 8px 7px 7px;
	border: 0;
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
}

.form-widget .jcf-select {
	width: 100%;
}

.form-widget .jcf-select .jcf-select-text {
	color: #999;
	font-size: 11px;
	line-height: 31px;
}

.form-widget .fake-select {
	width: 100%;
}

.form-widget .fake-select select {
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	color: #999;
	width: 100%;
	text-transform: none;
	background: #fff;
}

.images-list2 {
	list-style: none;
	margin: 0 -9px -3px 0;
	overflow: hidden;
	padding: 2px 0 0;
}

.images-list2 li {
	list-style: none;
	width: 33.33%;
	padding: 0 9px 9px 0;
	float: left;
}

.images-list2 img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #aa352e;
}

.gallery-views {
	overflow: hidden;
	padding: 3px 19px 0 19px;
	position: relative;
}

.gallery-views .holder {
	overflow: hidden;
}

.gallery-views .holder > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.gallery-views .holder > ul > li {
	width: 100%;
	list-style: none;
	list-style-position: outside;
}

.gallery-views .btn-prev,
.gallery-views .btn-next {
	position: absolute;
	left: 5px;
	top: 50%;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	background: url(../images/sprite.png) no-repeat -231px -85px;
	width: 7px;
	height: 11px;
	margin: -33px 0 0;
}

.gallery-views .btn-prev:hover,
.gallery-views .btn-next:hover {
	opacity: .6;
}

.gallery-views .btn-next {
	left: auto;
	right: 0;
	background-position: -243px -85px;
}

.gallery-views .image {
	display: block;
	position: relative;
	margin: 0 0 8px;
}

.gallery-views .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.gallery-views h3 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px;
}

.gallery-views h3 a {
	color: #000;
	text-decoration: none;
}

.gallery-views h3 a:hover {
	text-decoration: underline;
}

.gallery-views .date {
	display: block;
	color: #a2a2a2;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 1px;
}

.gallery-views .btn-play {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: url(../images/sprite.png) no-repeat -268px -5px;
	width: 39px;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
}

.i18n-ar .video-boxes-mini .btn-play,
.i18n-ar .gallery-views .btn-play{
	text-indent: 9999px;
}

.gallery-views + .more {
	margin: 0 25px 0 0;
	padding: 0 0 10px;
}

.widget.txt {
	box-shadow: 0 0 0 1px #d5d5d5;
	border: 4px solid #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f6f6f6 14%, #fff 39%, #fff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f6f6f6 14%, #fff 39%, #fff 100%);
	padding: 8px 13px 7px 10px;
	font-size: 11px;
	line-height: 13px;
	color: #737373;
}

.widget.txt address {
	display: block;
	margin: 0;
	font-style: normal;
}

.widget.txt p {
	margin: 0 0 6px;
}

.widget.txt a {
	color: #9d080a;
	text-decoration: none;
}

.widget.txt a:hover {
	text-decoration: underline;
}

.frame-box {
	text-align: center;
	margin: 0 0 10px;
}

.video-section {
	padding: 0 10px 67px;
	max-width: 986px;
	margin: -1px auto 0;
}

.video-section h1 {
	margin: 0 0 31px;
	color: #989898;
	text-transform: uppercase;
	padding: 4px 0 0 55px;
	position: relative;
	font: bold 33px/38px Arial, Helvetica, sans-serif;
}

.video-section h1:before {
	background: url(../images/sprite.png) no-repeat -223px -105px;
	width: 39px;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
}

.video-box {
	margin: 0 auto;
	max-width: 783px;
	color: #3e3e3e;
	font-size: 12px;
	line-height: 14px;
}

.video-box .video {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	margin: 0 0 35px;
}

.video-box .video img {
	display: block;
	width: 100%;
	height: auto;
}

.video-box h2 {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: normal;
}

.video-box p {
	margin: 0 0 10px;
}

.video-boxes {
	max-width: 1010px;
	margin: 0 auto 12px;
	padding: 0 10px;
	padding-bottom: 116px;
}

.video-boxes .title-row {
	overflow: hidden;
	border-bottom: 1px solid #999;
	padding: 0 0 5px 4px;
	margin: 0 0 14px;
}

.video-boxes h2 {
	font-size: 15px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	float: left;
}

.video-boxes h2 + .pages {
	padding-right: 61px;
}

.pages {
	text-align: center;
	overflow: hidden;
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	padding: 5px 0 0 0;
}

.pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.pages li {
	list-style: none;
	list-style-position: outside;
	display:inline-block;
	vertical-align:top;
	margin: 0 8px;
}

.pages .current {
	text-decoration: underline;
	font-weight: bold;
	color: #bc0000;
}

.pages a {
	display: inline-block;
	vertical-align: top;
	color: #5b5b5b;
	text-decoration: none;
}

.pages a:hover {
	color: #bc0000;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.last {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat;
	width: 9px;
	height: 9px;
	margin: 2px 4px 0;
}

.pages a.first {
	background-position: -267px -237px;
}

.pages a.prev {
	width: 6px;
	background-position: -294px -237px;
}

.pages a.next {
	width: 6px;
	background-position: -267px -252px;
}

.pages a.last {
	background-position: -291px -252px;
}

.video-list {
	list-style: none;
	margin: 0 -15px -10px 14px;
	padding: 0;
}

.video-list > li {
	list-style: none;
	list-style-position: outside;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 -4px 0 0;
	padding: 0 26px 32px 0;
	line-height: 14px;
	text-align: left;
}

.video-list .image {
	display: block;
	border: 1px solid #d5d5d5;
	position: relative;
	margin: 0 0 8px;
}

.video-list .btn-play {
	position: absolute;
	left: 10px;
	bottom: 10px;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	background: url(../images/sprite.png) no-repeat -180px -318px;
	width: 44px;
	height: 44px;
}

.video-list .image img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.video-list h3 {
	font-size: 12px;
	line-height: 15px;
	color: #a00;
	margin: 0;
}

.video-list h3 a {
	color: #a00;
	text-decoration: none;
}

.video-list h3 a:hover {
	text-decoration: underline;
}

.video-section .time,
.video-list .time {
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	color: #a3a3a3;
	margin: 0 0 6px;
}

.video-section .date,
.video-list .date {
	float: left;
}

.video-section .duration,
.video-list .duration {
	color: #bc0000;
	float: right;
}

.contact-section {
	max-width: 710px;
}

.contact-section h1 {
	margin: 0 0 16px !important;
}

.contact-section p {
	text-align: justify;
	margin: 0 0 22px;
}

.contact-form {
	position: relative;
	padding: 26px 0 9px;
	max-width: 470px;
}

.contact-form:before {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	border-top: 1px dotted #919191;
	width: 305px;
}

.contact-form .row {
	margin: 0 -23px 8px;
	overflow: hidden;
}

.contact-form .area {
	float: left;
	width: 50%;
	padding: 0 23px;
}

.contact-form label {
	display: block;
	color: #001d1d;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 -1px;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
	display: block;
	background: #ededeb;
	border: 1px solid #d8d8d3;
	margin: 0;
	outline: none;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	width: 100%;
	border-radius: 0;
}

.contact-form .textarea {
	margin: 0 0 23px;
}

.contact-form textarea {
	width: 100%;
	max-width: 100%;
	height: 143px;
	background: #f1f1ef;
}

.contact-form .select-row {
	padding: 7px 0 0;
}

.contact-form .fake-select {
	display: block;
	margin: 0 0 8px;
}

.contact-form .fake-select select {
	background: #ececea;
	border: 1px solid #d8d8d3;
	height: 22px;
	width: 100%;
	font-size: 12px;
	line-height: 21px;
	font-style: italic;
	font-weight: normal;
	padding: 0 2px;
	text-transform: none;
}

.contact-form .fake-select:before {
	background: #ececea;
}

.contact-form .fake-select:after {
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: #000 transparent transparent transparent;
	right: 9px;
	top: 8px;
}

.contact-form input[type="submit"] {
	float: left;
	width: 121px;
	height: 31px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 1px #dcdcdc;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDAxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2IzMDIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzk1MGEwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTBjMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #bb0016 0%, #b30212 23%, #950a07 80%, #8e0c04 100%);
	background: linear-gradient(to bottom, #bb0016 0%, #b30212 23%, #950a07 80%, #8e0c04 100%);
	font-weight: bold;
	border-radius: 0;
}

.contact-form input[type="submit"]:hover {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMGMwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzk1MGEwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2IzMDIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #8e0c04 0%, #950a07 20%, #b30212 77%, #bb0016 100%);
	background: linear-gradient(to bottom, #8e0c04 0%, #950a07 20%, #b30212 77%, #bb0016 100%);
}

.location-section {
	overflow: hidden;
	position: relative;
	padding: 44px 0 2px;
}

.location-section:before {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	border-top: 1px dotted #919191;
	width: 305px;
}

.location-section .map {
	float: left;
	margin: 5px 17px 0 3px;
}

.location-section .map img {
	vertical-align: top;
}

.location-section .text-box {
	overflow: hidden;
	color: #919191;
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 0 55px;
}

.location-section .text-box a {
	color: #919191;
	text-decoration: none;
}

.location-section .text-box a:hover {
	text-decoration: underline;
}

.location-section .title {
	display: block;
	color: #af0311;
	font-weight: normal;
	padding: 0 0 0 35px;
	margin: 0 0 16px -35px;
	position: relative;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: -.4px;
}

.location-section .title:before {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	background: url(../images/sprite.png) no-repeat -272px -268px;
	width: 28px;
	height: 35px;
}

.location-section address {
	font-style: normal;
	display: block;
	margin: 0 0 16px;
}

.intro {
	background: #fff;
	overflow: hidden;
	margin: 0 0 44px;
	border-top: 1px solid #fff;
}

.intro .text {
	float: left;
	width: 247px;
	position: relative;
	z-index: 20;
	padding: 29px 20px 2px 51px;
}

.i18n-ar .intro .text{
	float: right;
	padding: 29px 51px 2px 20px;
}

.intro .text:before {
	position: absolute;
	top: 37px;
	right: -13px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 13px;
	border-color: transparent transparent transparent #fff;
	z-index: 5;
}

.i18n-ar .intro .text:before{
	right: auto;
	left: -13px;
	border-width: 13px 13px 13px 0;
	border-color: transparent #fff transparent transparent;
}

.intro h1 {
	margin: 0 0 35px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #6c6d6e;
}

.intro nav {
	font-size: 13px;
}

.intro nav ul li {
	margin: 0 0 15px;
	list-style: none;
}

.intro nav ul li a {
	color: #2f3234;
	text-decoration: none;
}

.intro nav ul li a:hover {
	text-decoration: underline;
}

.intro nav ul li:last-child {
	margin: 0;
}

.intro .holder {
	overflow: hidden;
	position: relative;
}

.intro .holder .intro-slideshow {
	width: 100%;
	float: left;
	position: relative;
}

.intro .holder .intro-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.intro .holder .intro-slideshow .slide.active {
	z-index: 2;
}

.intro .holder .intro-slideshow img {
	float: left;
	max-width: none;
}

.intro .holder .frame {
	position: absolute;
	top: 50%;
	right: 33px;
	max-width: 430px;
	width: 100%;
	font-style: italic;
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px 15px 22px;
}

.intro .holder .frame em {
	display: block;
	font-size: 16px;
	margin: 0 0 9px;
}

.intro .holder .frame strong {
	display: block;
	font-weight: normal;
	font-size: 45px;
	line-height: 1;
	margin: 0 0 18px;
}

.intro .holder .frame p {
	margin: 0 0 29px;
}

.intro .holder .frame .btn {
	font-style: normal;
}

.intro .holder .frame.dark {
	color: #0e090d;
}

.intro .holder .frame.dark strong {
	font-size: 26px;
	line-height: 1;
}

.intro .holder .frame.dark strong mark {
	background: none;
	color: #900;
}

.intro .holder .frame.dark strong i {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0;
}

.intro .holder .frame.dark strong:after {
	display: block;
	width: 169px;
	height: 1px;
	content: "";
	background: #babdbf;
	margin: 9px 0 0;
}

.acceleration-plan {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 22px;
}

.acceleration-plan h2 {
	margin: 0 0 3px;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

.acceleration-plan h3 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.acceleration-plan h3:after {
	display: block;
	content: "";
	width: 182px;
	height: 1px;
	margin: 8px auto 12px;
	background: #5b5f60;
}

.acceleration-plan p {
	margin: 0 0 26px;
}

.carousel-plan {
	position: relative;
	padding: 0 28px;
}

.carousel-plan .mask {
	position: relative;
	overflow: hidden;
	width: 1005px;
	margin: 0 auto 13px;
	background: url(../images/bg-plan.png) no-repeat;
	background-size: cover;
}

.carousel-plan .slideset {
	width: 99999px;
	float: left;
}

.direction-page .carousel-plan .slideset {
	float: right;
}

.carousel-plan .slide {
	width: 201px;
	/*height: 250px;*/
	float: left;
	border-right: 1px solid #fff;
	text-align: center;
}

.i18n-ar .carousel-plan .slide{
	float: right;
}

.carousel-plan .slide img {
	display: block;
	margin: 0 auto 18px;
	width: 116px;
	height: auto;
	border-radius: 100%;
}

.carousel-plan .slide .title {
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-shadow: 0 0 4px rgba(0, 0, 0, .8);
	color: #fff;
	margin: 0 0 13px;
}

.carousel-plan .slide a {
	display: inline-block;
	vertical-align: top;
	color: #b8baba;
	font-size: 9px;
}

.carousel-plan .box {
	padding: 27px 15px 16px;
}

.carousel-plan .btn-prev,
.carousel-plan .btn-next {
	position: absolute;
	top: 65px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -9999px;
	width: 12px;
	height: 22px;
}

.carousel-plan .btn-prev {
	left: 27px;
	background-position: -262px -311px;
}

.carousel-plan .btn-next {
	right: 27px;
	background-position: -278px -311px;
}

.carousel-plan .pagination {
	text-align: center;
}

.carousel-plan .pagination ul {
	display: inline-block;
	vertical-align: top;
}

.carousel-plan .pagination ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 2px;
}

.carousel-plan .pagination ul li a {
	display: block;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
	background: #9b9b9b;
	border-radius: 100%;
}

.carousel-plan .pagination ul li.active a,
.carousel-plan .pagination ul li a:hover {
	background: #ac0200;
}

.focus-container {
	max-width: 1030px;
	padding: 0 10px;
	margin: 0 auto 26px;
}

.focus-container .holder {
	padding: 1px 0 0 9px;
	overflow: hidden;
}

.focus-container .holder h2 {
	margin: 0 0 14px;
	padding: 0 4px 6px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #999899;
}

.focus-container .frame {
	margin: 0 -12px 0 0;
}

.focus-container .frame .box {
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin: 0 -4px 0 0;
	padding: 0 18px 0 0;
}

.focus-container .frame .box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
}

.focus-container .frame .box time {
	display: block;
	font-size: 9px;
	color: #a3a3a3;
	margin: 0 0 6px;
}

.focus-container .frame .box h3 {
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
}

.focus-container .frame .box h3 a {
	color: inherit;
	text-decoration: none;
}

.focus-container .frame .box h3 a:hover {
	text-decoration: underline;
}

.focus-container .frame .box p {
	margin: 0;
}

.advanced-plan + .focus-container {
	padding-bottom: 36px;
}

.statistics {
	font-size: 12px;
	line-height: 14px;
	float: right;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #d9d9d9;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #efefef 0%, #eee 100%);
	background: linear-gradient(to bottom, #efefef 0%, #eee 100%);
	padding: 13px 23px 0;
	margin: 24px 0 20px 47px;
	width: 251px;
}

.statistics h2 {
	margin: 0 -23px 18px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
}

.statistics h2:after {
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	background: #ddd;
	margin: 11px 0 0;
}

.statistics .ico-plane {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -318px;
	width: 30px;
	height: 32px;
	margin: 0 auto 8px;
}

.statistics .ico-man {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -42px -348px;
	width: 62px;
	height: 42px;
	margin: -9px auto 17px;
}

.statistics .numb {
	display: block;
	text-align: center;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 19px;
	color: #ffa800;
}

.statistics p {
	margin: 0 0 4px;
}

.statistics .bottom {
	text-align: center;
	margin: 0 -23px 0;
	padding: 19px 10px 22px;
	background: #eaeaea;
}

.statistics .bottom .btn {
	min-width: 172px;
	padding: 5px;
}

.industrial-sectors {
	max-width: 1019px;
	padding: 0 10px 5px;
	margin: 0 auto 20px;
}

.industrial-sectors h2 {
	margin: 0 0 13px;
	padding: 0 2px 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #999899;
}

.industrial-sectors .holder {
	width: 100%;
	overflow: hidden;
}

.industrial-sectors .holder ul {
	margin: 0 -1px 0 0;
}

.industrial-sectors .holder ul li {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	margin: 0 -4px 0 0;
}

.industrial-sectors .holder ul li a {
	text-align: center;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: block;
	background: #ebebeb;
	padding: 14px 2px 9px;
	text-decoration: none;
	color: #000;
}

.industrial-sectors .holder ul li a:hover {
	background: #fff;
}

.industrial-sectors .holder ul li img {
	display: block;
	margin: 0 auto 2px;
}

.industrial-sectors .holder ul li span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.i18n-ar .industrial-sectors .holder ul li span{
	font-size: 14px;
}

.advanced-plan {
	border-top: 1px solid #fff;
}

.advanced-plan .heading {
	color: #fff;
	background: url(../images/bg-heading.png) no-repeat 50% 100%;
	background-size: cover;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 32px 10px 46px;
}

.advanced-plan .heading h1 {
	margin: 0 0 9px;
	font-size: 27px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
}

.advanced-plan .heading h2 {
	margin: 0;
	font-weight: bold;
	font-size: 27px;
	line-height: 1;
	text-transform: uppercase;
}

.advanced-plan .heading h2:after {
	display: block;
	width: 236px;
	height: 1px;
	content: "";
	background: #fff;
	margin: 15px auto 10px;
}

.advanced-plan .heading p {
	margin: 0;
}

.carousel-step {
	margin: 0 auto 9px;
	padding: 0 10px;
	max-width: 991px;
	position: relative;
}

.carousel-step .mask {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.carousel-step .slideset {
	width: 99999px;
	float: left;
}

.carousel-step .slideset .slide {
	float: left;
	padding: 38px 0 0;
	min-height: 800px;
}

.carousel-step .numb {
	display: block;
	border: 5px solid #c6c7c8;
	width: 139px;
	height: 138px;
	border-radius: 100%;
	font-size: 100px;
	line-height: 130px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 11px;
	color: #fff;
}

.carousel-step .numb.numb01 {
	background: url(../images/bg-numb.png) no-repeat -4px -5px;
}

.carousel-step .numb.numb02 {
	background: url(../images/bg-numb.png) no-repeat -4px -175px;
}

.carousel-step .numb.numb03 {
	background: url(../images/bg-numb.png) no-repeat -4px -344px;
}

.carousel-step .btn-prev,
.carousel-step .btn-next {
	position: absolute;
	top: 102px;
	text-indent: -9999px;
	overflow: hidden;
	width: 12px;
	height: 22px;
	background: url(../images/sprite.png) no-repeat -9999px;
}

.carousel-step .btn-prev {
	left: 50%;
	margin: 0 0 0 -178px;
	background-position: -262px -311px;
}

.carousel-step .btn-next {
	right: 50%;
	margin: 0 -178px 0 0;
	background-position: -278px -311px;
}

.carousel-step h3 {
	margin: 0 0 18px;
	text-align: center;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.carousel-step hr {
	display: block;
	background: none;
	border: 1px dotted #484848;
	border-width: 1px 0 0 0;
	margin: 23px 0 17px;
}

.sheme-holder {
	max-width: 896px;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
}

.sheme-holder p {
	text-transform: uppercase;
	margin: 0 0 44px;
	text-align: justify;
}

.sheme-holder .scheme .line {
	margin: 0 0 -6px;
}

.sheme-holder .scheme .topic {
	float: left;
	border-radius: 12px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliOWU5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzU4NWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #9b9e9f 0%, #53585a 100%);
	background: linear-gradient(to bottom, #9b9e9f 0%, #53585a 100%);
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 18px 10px;
	position: relative;
	width: 239px;
	text-align: center;
	margin: 15px 9px 0 6px;
	text-transform: uppercase;
	color: #fff;
}

.sheme-holder .scheme .topic:after {
	position: absolute;
	bottom: -9px;
	left: 50%;
	content: "";
	width: 205px;
	height: 8px;
	margin: 0 0 0 -102px;
	background: url(../images/shaddow02.png) no-repeat;
}

.sheme-holder .scheme .frame {
	float: right;
	width: 280px;
	margin: 25px 0 0 9px;
}

.sheme-holder .scheme .frame strong {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 4px;
}

.sheme-holder .scheme .frame ul {
	font-size: 13px;
}

.sheme-holder .scheme .frame ul li {
	list-style: none;
	position: relative;
	padding: 0 0 2px 12px;
}

.sheme-holder .scheme .frame ul li:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	background: url(../images/sprite.png) no-repeat -283px -167px;
}

.sheme-holder .scheme .unit {
	overflow: hidden;
}

.sheme-holder .scheme .unit:after {
	display: block;
	margin: -1px auto 0;
	content: "";
	width: 123px;
	height: 22px;
	background: url(../images/sprite.png) no-repeat -40px -318px;
}

.sheme-holder .scheme .unit .wrapping {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0 0 11px 10px;
}

.sheme-holder .scheme .unit .wrapping span {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 0 0 8px;
}

.sheme-holder .scheme .unit .wrapping img {
	display: inline-block;
	vertical-align: middle;
}

.sheme-holder .scheme .line:last-child .unit:after {
	display: none;
}

.sheme-holder .scheme .line:last-child .unit .wrapping {
	border: 0;
}

.regain-control {
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.regain-control .wrapping {
	max-width: 646px;
	margin: 0 auto;
}

.regain-control .topic {
	display: block;
	background: #ffc600;
	position: relative;
	text-align: center;
	width: 141px;
	margin: 0 auto 18px;
	font-size: 14px;
	padding: 6px 3px;
}

.regain-control .topic:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin: 0 0 0 -10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffc800 transparent transparent transparent;
}

.regain-control .topic.green {
	color: #fff;
	background: #3abd00;
}

.regain-control .topic.green:after {
	border-color: #3abd00 transparent transparent transparent;
}

.objective-list {
	margin: 0 -2.5%;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.objective-list li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 9px 2.6%;
}

.objective-list li a {
	color: #484848;
	text-decoration: none;
}

.objective-list li a:hover {
	text-decoration: underline;
}

.objective-list li img {
	vertical-align: top;
}

.objective-list li span {
	padding: 4px 0 0;
	display: block;
}

.launch .wrapping {
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	max-width: 646px;
	margin: 0 auto;
}

.launch .columns {
	padding: 4px 0 0;
	overflow: hidden;
}

.launch .columns .column {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 63px 0 0;
}

.launch .columns .column:nth-child(even) {
	padding: 0 0 0 63px;
}

.launch .columns h4 {
	margin: 0 0 32px;
	padding: 24px 10px 18px;
	color: #fafafa;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNjliNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDg3ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #3b69b4 0%, #4d87e5 100%);
	background: linear-gradient(to bottom, #3b69b4 0%, #4d87e5 100%);
}

.launch .columns h4:after {
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin: 0 0 0 -22px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 22px 0 22px;
	border-color: #4d87e5 transparent transparent transparent;
}

.launch .columns h5 {
	margin: 0 0 3px 87px;
	font-size: 18px;
}

.launch .columns .wrap img {
	float: left;
	margin: -22px 13px 0 10px;
}

.launch .columns ul {
	overflow: hidden;
	position: relative;
	margin: 0 0 22px;
}

.launch .columns ul li {
	position: relative;
	list-style: none;
	padding: 0 0 3px 12px;
}

.launch .columns ul li:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	background: url(../images/sprite.png) no-repeat -283px -167px;
}

ol {
	padding: 0;
	margin: 0 0 0 64px;
	font-size: 18px;
	font-weight: bold;
	counter-reset: newCounter;
}

ol li {
	list-style: none;
	margin: 0 0 5px;
}

ol li:before {
	margin: 0 4px 0 0;
	counter-increment: newCounter;
	content: counters(newCounter, ".") ".";
}

ol.listing {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	padding: 6px 0 0 1px;
	margin: 0;
}

ol.listing > li {
	position: relative;
	margin: 0 0 26px;
}

ol.listing > li:before {
	position: absolute;
	top: -6px;
	left: 0;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #b7c3ca;
	content: counters(newCounter, ".") "";
}

ol.listing h3 {
	color: #000;
	text-transform: uppercase;
	margin: 5px 0 10px 37px;
	font-size: 12px;
	font-weight: bold;
}

ol.listing p {
	margin: 0 0 12px 3px !important;
}

ol.listing ul {
	padding: 0 0 23px 7px !important;
}

ol.listing ul li {
	padding: 0 0 5px 12px !important;
}

ol.listing ul.roll {
	margin: 0 0 -13px;
}

ol.listing ul.roll li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 39px 5px 12px !important;
}

ol.listing ul.roll li:before {
	top: 50%;
	margin-top: -2px;
}

ol.listing ul.roll li img {
	display: inline-block;
	vertical-align: middle;
}

.white-btn {
	display: inline-block;
	vertical-align: top;
	color: #708896;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #7f7f7f;
	min-width: 143px;
	padding: 6px 5px 5px;
	margin: 0 6px 9px 0;
	text-decoration: none;
	text-align: center;
}

.white-btn:hover {
	border: 1px solid #708896;
	color: #000;
}

.post {
	padding: 11px 0 1px;
	text-align: justify;
	max-width: 660px;
	line-height: 17px;
}

.i18n-ar .post,
.i18n-ar .video-boxes-mini {
	margin-right: auto;
}

.post .entry {
	overflow: hidden;
	padding: 0 0 28px;
	text-align: left;
}
.i18n-ar .post .entry {
	text-align: right;
}

.post .image {
	float: left;
	margin: 0 19px 0 0;
	max-width: 50%;
}

.i18n-ar .post .image {
	float: right;
	margin: 0 0 0 19px;
}

.post .image img {
	vertical-align: top;
}

.post .text-box {
	overflow: hidden;
	color: #3e3e3e;
	padding: 30px 0 0;
	max-width: 400px;
	line-height: 18px;
}


.post .alt-text {
	color: #9d070a;
	display: block;
	margin: 0 0 20px;
	line-height: 17px;
}

.post .name {
	display: block;
	color: #3e3e3e;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 1px;
}

.post p {
	margin: 0 0 15px;
}

.post a {
	text-decoration: none;
	color: #3e3e3e;
}

.post a:hover {
	text-decoration: underline;
}

.video-boxes-mini {
	border-top: 3px solid #ccc;
	max-width: 480px;
	padding: 12px 0;
	margin-bottom: 47px;
}

.video-boxes-mini h2 {
	margin: 0 0 9px;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #b50213;
}

.video-boxes-row {
	margin: 0 -47px 0 0;
	line-height: 0;
	font-size: 0;
	text-align: center;
}

.video-boxes-mini .box {
	display: inline-block;
	vertical-align: top;
	margin: 0 43px 10px 0;
	letter-spacing: 0;
	font-size: 10px;
	line-height: 13px;
	width: 131px;
	text-align: left;
}

.video-boxes-mini .image {
	display: block;
	border: 1px solid #d8d8d8;
	padding: 3px;
	margin: 0 0 9px;
	position: relative;
}

.video-boxes-mini .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.video-boxes-mini h3 {
	margin: 0 0 10px;
	font-size: 11px;
	line-height: 13px;
	color: #b50213;
}

.video-boxes-mini h2 a {
	text-decoration: none;
	color: #b50213;
}

.video-boxes-mini h2 a:hover {
	text-decoration: underline;
}

.video-boxes-mini .btn-play {
	position: absolute;
	left: 11px;
	bottom: 11px;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 -355px;
	width: 29px;
	height: 29px;
}

.organization-scheme {
	padding: 28px 0 0;
	margin: 0 0 -16px;
}

.organization-scheme img {
	display: block;
	width: 100%;
	height: auto;
}

.delegations-scheme {
	margin: 0 auto 130px;
	padding: 48px 19px 0 0;
	max-width: 663px;
}

.delegations-scheme img {
	display: block;
	width: 100%;
	height: auto;
}

.organizations-trust {
	margin: 0;
	padding: 9px 0 165px;
	font-size: 12px;
	line-height: 17px;
}

.organizations-trust article {
	overflow: hidden;
	margin: 0 0 22px;
}

.organizations-trust article .image {
	float: left;
	margin: 0 47px 0 0;
}

.organizations-trust article .image img {
	display: block;
}

.organizations-trust article .holder {
	padding: 7px 0 0;
	overflow: hidden;
}

.organizations-trust h2 {
	margin: 0;
	color: #a8050f;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}

.organizations-trust h2 a {
	color: inherit;
	text-decoration: none;
}

.organizations-trust h2 a:hover {
	text-decoration: underline;
}

.old-page .about-section {
	overflow: hidden;
	margin: 0 auto 30px;
	max-width: 1022px;
	padding: 3px 10px 0;
}

.old-page .about-section h1 {
	margin: 0 0 18px;
	color: #949494;
	font-size: 23px;
	line-height: 27px;
	text-transform: uppercase;
}

.old-page .aside-box {
	float: left;
	width: 189px;
	margin: 0 18px 0 0;
}

.old-page .aside .add-menu {
	text-transform: uppercase;
	margin: 0 0 77px;
}

.old-page .add-menu.alt {
	text-transform: none;
	font-size: 13px;
}

.old-page .add-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 12px;
	line-height: 15px;
	border: 1px solid #d6d6d6;
}

.old-page .add-menu:after {
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	height: 10px;
	background: url(../images/bg-line3.png) no-repeat 50% 100%;
}

.old-page .add-menu > li {
	list-style: none;
	list-style-position: outside;
	border-top: 1px solid #d6d6d6;
	margin: 0;
}

.old-page .add-menu > li:first-child {
	border: 0;
}

.old-page .add-menu > li > a {
	display: block;
	color: #a10b08;
	text-decoration: none;
	padding: 9px 11px 5px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 3%, #fefefe 48%, #f6f6f6 55%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%, #fff 3%, #fefefe 48%, #f6f6f6 55%, #f6f6f6 100%);
	position: relative;
}

.old-page .add-menu > li > a:hover,
.old-page .add-menu > li.active > a {
	color: #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMGYyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjYjkwMDE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkMGMwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, #bc0f24 0%, #b90015 3%, #8d0c04 100%);
	background: linear-gradient(to bottom, #bc0f24 0%, #b90015 3%, #8d0c04 100%);
}

.old-page .add-menu > li > a:hover:before,
.old-page .add-menu > li.active > a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -6px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fdfdfd;
}

.old-page .image-block {
	border: 1px solid #d3d3d3;
	background: #fff;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.old-page .image-block > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.old-page .image-block > ul > li {
	list-style: none;
	list-style-position: outside;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.old-page .image-block > ul > li.active {
	z-index: 2;
}

.old-page .image-block > ul .text-box {
	left: 10px;
	right: 10px;
	bottom: 11px;
	padding: 7px 21px 13px 8px;
}

.old-page .image-block ul h2 {
	text-shadow: none;
	font: bold 18px/22px Arial, Helvetica, sans-serif;
	margin: 0 8px 0 3px;
	width: 289px;
	white-space: nowrap;
}

.old-page .image-block .alt h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
	width: 271px;
}

.old-page .image-block .alt .txt {
	font-size: 15px;
	line-height: 18px;
	padding: 7px 0 10px 14px;
}

.old-page .image-block ul h2:after {
	content: "";
	display: inline-block;
	height: 54px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.old-page .image-block ul h2 span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.old-page .image-block ul .btn {
	margin: 19px 0 0 10px;
}

.old-page .image-block .txt {
	float: left;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	border-left: 2px solid #fff;
	width: 330px;
	padding: 7px 0 10px 11px;
}

.old-page .image-block .image {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.old-page .image-block .text-box {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(0, 0, 0, .5);
	padding: 15px 20px 15px 11px;
}

.old-page .image-block h2 {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	max-width: 440px;
	float: left;
	letter-spacing: -.5px;
}

.old-page .image-block h2 a {
	color: #fff;
	text-decoration: none;
}

.old-page .image-block .btn {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDAxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTBjMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #bb0016 0%, #8e0c04 100%);
	background: linear-gradient(to bottom, #bb0016 0%, #8e0c04 100%);
	border: 1px solid #d6d6d6;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	padding: 7px 17px;
	min-width: 96px;
	float: right;
	margin: 10px 0 2px 10px;
	color: #fff;
	text-transform: uppercase;
}

.old-page .image-block .btn:hover {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMGMwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #8e0c04 0%, #bb0016 100%);
	background: linear-gradient(to bottom, #8e0c04 0%, #bb0016 100%);
}

.old-page .add-info {
	max-width: 1016px;
	margin: 0 auto 21px;
	padding: 0 10px;
}

.old-page .add-info .section {
	box-shadow: 0 0 0 1px #e5e5e5;
	border: 4px solid #fff;
	background: #ededed;
	overflow: hidden;
}

.old-page .add-info h2 {
	color: #000;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 7px 8px;
	font-weight: bold;
	text-transform: uppercase;
}

.old-page .add-info .info-text-box {
	float: left;
	background: url(../images/bg-text-box.png) no-repeat 100% -7px;
	height: 159px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	text-shadow: 0 1px 1px #fff;
	width: 464px;
	padding: 21px 55px 23px 19px;
}

.old-page .add-info .info-text-box .num {
	float: left;
	box-shadow: 0 0 0 1px #a0a0a0;
	border: 3px solid #fff;
	width: 106px;
	height: 119px;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin: 0 12px 0 0;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: bold;
	padding: 18px 0 0;
	background: url(../images/bg-num.png) no-repeat 50% 50%;
}

.old-page .add-info .info-text-box .num strong {
	display: block;
	font-size: 52px;
	line-height: 61px;
	margin: 0 0 -6px;
}

.old-page .info-text-box .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	text-transform: uppercase;
	margin: 0 0 5px;
}

.old-page .add-info .info-text-box .text-box {
	overflow: hidden;
	padding: 2px 0 0;
}

.old-page .gallery-box {
	overflow: hidden;
	position: relative;
	padding: 0;
	height: 159px;
}

.old-page .gallery-box .switcher {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	z-index: 3;
}

.old-page .gallery-box .switcher ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.old-page .gallery-box .switcher li {
	list-style: none;
	list-style-position: outside;
	margin: 0 3px;
	float: left;
}

.old-page .gallery-box .switcher a {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: #9b9b9b;
	display: block;
}

.old-page .gallery-box .switcher a:hover,
.old-page .gallery-box .switcher .active a {
	background: #980a08;
	border: 3px solid #fff;
	width: 16px;
	height: 16px;
	margin: -3px;
}

.old-page .gallery-box .btn-prev,
.old-page .gallery-box .btn-next {
	position: absolute;
	left: 12px;
	top: 50%;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat -262px -311px;
	width: 12px;
	height: 22px;
	margin: -10px 0 0;
	z-index: 3;
}

.old-page .gallery-box .btn-prev:hover,
.old-page .gallery-box .btn-next:hover {
	opacity: .8;
}

.old-page .gallery-box .btn-next {
	left: auto;
	right: 18px;
	background-position: -278px -311px;
}

.old-page .gallery-box .cart-num3,
.old-page .gallery-box .cart-num2,
.old-page .gallery-box .cart-num {
	background: url(../images/bg-num-cart.png) no-repeat;
	width: 182px;
	height: 180px;
	padding: 22px 0 0;
	float: left;
	color: #fff;
	text-align: center;
	font: bold 23px/27px Arial, Helvetica, sans-serif;
	margin: 0 -30px -30px -3px;
}

.old-page .gallery-box .cart-num2 {
	background: url(../images/bg-num-box.png) no-repeat;
}

.old-page .gallery-box .cart-num3 {
	background: url(../images/bg-num-box2.png) no-repeat;
	width: 182px;
	height: 179px;
}

.old-page .gallery-box.alt {
	background: url(../images/bg-slide.png) no-repeat 100% 0;
}

.old-page .gallery-box-holder > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.old-page .gallery-box-holder ul > li {
	list-style: none;
	list-style-position: outside;
	width: 100%;
	float: left;
	padding: 15px 0 0;
}

.old-page .gallery-box.alt .text-box {
	font-size: 12px;
	line-height: 15px;
	padding: 7px 50px 0 0;
}

.old-page .gallery-box.alt .switcher {
	text-align: left;
	padding: 0 0 0 160px;
}

.old-page .gallery-box .text-box {
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	color: #606060;
	text-shadow: 0 1px 1px #fff;
	padding: 25px 50px 0 0;
}

.old-page .gallery-box .title {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.old-page .gallery-box .title a {
	color: #000;
	text-decoration: none;
}

.old-page .focus-container {
	max-width: 1016px;
}

.old-page .statistics {
	width: 252px;
	padding: 13px 27px 19px;
	margin: 24px 0 20px 35px;
	font-size: 12px;
	line-height: 14px;
}

.old-page .statistics .numb {
	font-size: 32px;
	color: #b10000;
	margin: 0 0 8px;
}

.old-page .statistics p {
	margin: 0 0 10px;
}

.old-page .statistics .bottom {
	padding: 0;
	background: none;
}

.old-page .statistics .bottom .btn {
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	min-width: 137px;
}

.old-page .statistics.alt {
	padding: 13px 27px 0;
}

.old-page .statistics.alt .numb {
	font-size: 37px;
	font-weight: bold;
	margin: 0 0 21px;
}

.old-page .statistics.alt .bottom {
	padding: 26px 5px 22px;
	background: #eaeaea;
}

.old-page .focus-container {
	margin-bottom: 52px;
}

.old-page .focus-container .holder {
	padding: 1px 0 0 7px;
}

.old-page .focus-container .frame .box {
	line-height: 13px;
}

.old-page .focus-container .frame .box img {
	border: 2px solid #fff;
	box-shadow: 0 0 2px 0 #aeaeae;
}

.old-page .focus-container .frame .box h3 {
	color: #bc0000;
	font-weight: bold;
	margin: 8px 0 7px;
}

.old-page .industrial-sectors {
	max-width: 1018px;
}

.old-page .industrial-sectors h2 {
	margin: 0 0 11px;
	color: #a3a3a3;
	font-size: 13px;
}

.old-page .industrial-sectors .holder ul li {
	width: 33.33%;
}

.old-page .industrial-sectors .holder ul li a {
	padding: 11px 2px 9px;
}

.old-page .industrial-sectors .holder ul li img {
	margin: 0 auto 4px;
}

.title-image-box {
	padding: 3px 0 0;
}

.title-image-box h1 {
	color: #949494;
	font-size: 23px;
	line-height: 27px;
	text-transform: uppercase;
	margin: 0 auto 21px;
	max-width: 948px;
	padding: 0 10px;
	letter-spacing: 1px;
}

.title-image-box h1 mark {
	color: #000;
}

.image-section .img {
	display: block;
	overflow: hidden;
}

.image-section .img img {
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.image-section {
	position: relative;
	height: 270px;
	overflow: hidden;
}

.image-section .title {
	position: absolute;
	left: 50%;
	top: 46px;
	max-width: 400px;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	font: 32px/37px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.image-section .title .ico {
	display: block;
	margin: 0 0 6px;
}

.image-section img {
	vertical-align: top;
}

.tabset-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.tabset-box .holder {
	max-width: 892px;
	margin: 0 auto;
	padding: 20px 17px 0 0;
}

.tabset-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

.tabset-box li {
	list-style: none;
	list-style-position: outside;
	display: table-cell;
	text-align: center;
}

.tabset-box .ico-img {
	display: table;
	width: 100%;
	height: 70px;
	margin: 0 0 -10px;
}

.tabset-box .ico-img span {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
}

.tabset-box a {
	text-decoration: none;
	color: #fff;
	position: relative;
	display: block;
	padding: 0 0 17px;
}

.tabset-box a:hover {
	color: #999;
}

.tabset-box a:hover .ico-img {
	opacity: .8;
}

.tabset-box a:before {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -10px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #fff transparent;
	content: "";
	display: none;
}

.tabset-box .active a:before {
	display: block;
}

.tab-content-post {
	max-width: 968px;
	margin: 0 auto;
	padding: 35px 15px;
}

.text-post {
	font-size: 11px;
	line-height: 15px;
	color: #5a5a5a;
	padding: 0 15px 38px;
}

.text-post h2 {
	margin: 0 0 14px;
	font-size: 29px;
	line-height: 32px;
	font-weight: normal;
}

.text-post p {
	margin: 0 0 30px;
}

.text-post .image {
	padding: 19px 0;
}

.text-post .image img {
	vertical-align: top;
}

.contact-cols {
	overflow: hidden;
	color: #000;
	font-size: 14px;
	line-height: 17px;
}

.contact-cols a {
	color: #ab040f;
	text-decoration: none;
}

.contact-cols a.tel {
	color: #000;
}

.contact-cols a:hover {
	text-decoration: underline;
}

.contact-cols .col {
	float: left;
	width: 39.2%;
}

.contact-cols .col + .col {
	float: right;
	width: 46.1%;
}

.contact-cols .col + .col h2 {
	margin: 0 0 10px;
}

.contact-cols h2 {
	margin: 0 0 17px;
	font-size: 17px;
	line-height: 21px;
	color: #a3070b;
}

.links-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

.links-list li {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 2px;
	background: #e5e5e5;
}

.links-list a {
	display: block;
	text-decoration: none;
	color: #a3070b;
	padding: 12px 17px 9px;
	position: relative;
}

.links-list a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -5px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fff;
}

.links-list li:nth-child(2n+1) {
	background: #ccc;
}

.links-list a:hover,
.links-list .active a {
	color: #000;
	text-decoration: none;
}

.contact-cols address {
	margin: 0 0 19px;
	display: block;
	font-style: normal;
}

.posts-boxes {
	max-width: 914px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.posts-boxes h1 {
	margin: 0 0 38px;
	font-size: 27px;
	line-height: 32px;
	color: #5a5a5a;
	font-weight: normal;
}

.post-box {
	overflow: hidden;
	margin: 0 0 24px;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	max-width: 890px;
}

.post-box .image {
	float: left;
	padding: 4px;
	border: 1px solid #dfdfdf;
	margin: 0 24px 0 0;
	width: 260px;
}

.post-box .image img {
	vertical-align: top;
}

.post-box .text-box {
	overflow: hidden;
	padding: 5px 0 0;
}

.post-box h2 {
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 18px;
	color: #b80115;
	font-weight: normal;
	text-align: left;
}

.post-box h2 a {
	color: #b80115;
	text-decoration: none;
}

.post-box h2 a:hover {
	text-decoration: underline;
}

.post-box p {
	margin: 0 0 14px;
}

.tab-frame {
	overflow: hidden;
	margin: 31px -7px 23px;
}

.tab-frame .tab-aside {
	float: left;
	width: 260px;
	margin: 0 44px 0 0;
}

.tab-frame .tab-aside .image {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 1px;
	display: block;
	margin: 0 0 34px;
}

.tab-frame .tab-aside .image img {
	display: block;
	width: 100%;
	height: auto;
}

.tab-frame .tab-aside .image.round {
	padding: 0;
	border: 4px solid #ffb400;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.tab-frame .tab-aside .image.round img {
	border-radius: 100%;
	overflow: hidden;
}

.tab-frame .tab-aside .signature {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin: -10px 0 0;
}

.tab-frame .tab-aside .signature:before {
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 0 0 -10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 0 10px;
	border-color: #ffb400 transparent transparent transparent;
}

.tab-frame .tab-aside .signature span {
	display: block;
	color: #7f8587;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 -2px;
}

.tab-frame .tab-aside .signature strong {
	font-size: 20px;
	display: block;
	color: #b10000;
}

.tab-frame .data {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	padding: 2px 0 0;
	max-width: 550px;
}

.tab-frame .data h2 {
	color: #5a5a5a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.tab-frame .data p {
	margin: 0 0 18px;
}

.tab-frame .data ul {
	margin: 0;
	padding: 10px 0 0 0;
}

.tab-frame .data ul li {
	list-style: none;
	padding: 0 0 12px 12px;
	position: relative;
}

.i18n-ar .tab-frame .data ul li{
	padding:0 15px 12px 0 !important;
}

.tab-frame .data ul li:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	background: url(../images/sprite.png) no-repeat -255px -237px;
	width: 6px;
	height: 10px;
}

.i18n-ar .tab-frame .data ul li:before{
	left: auto;
	right: 0;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 3px;
}

.direction-page {
	font-family: "droid_arabic_kufiregular";
	direction: rtl;
}

.direction-page .navigation {
	padding: 0 0 0 72px;
}

.direction-page .navigation .nav {
	font-weight: normal;
	font-family: "droid_arabic_kufibold";
}

.direction-page .nav .drop .frame .col {
	float: right;
}

.direction-page .nav .drop .box .ico {
	float: right;
	margin: 4px 0 0 20px;
}

.direction-page .nav .drop .frame .col:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #2a2a2a;
	border-left: 1px solid #0e0e0e;
}

.direction-page .nav .drop .frame .col:first-child:after {
	display: block;
}

.direction-page .nav .drop .frame .col:last-child:after {
	display: none;
}

.direction-page .nav > li > a {
	font-size: 18px;
	padding: 5px 0 5px;
}

.direction-page #search-block-form {
	right: auto;
	left: 0;
	top: 85px;
}

.direction-page #search-block-form input[type=submit] {
	background: #848889 url(../images/sprite.png) no-repeat 25px -396px;
}

.direction-page .btn {
	font-family: "droid_arabic_kufibold";
}

.direction-page .carousel .text {
	font-size: 15px;
}

.direction-page .carousel .text .title {
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 15px;
	font-family: "droid_arabic_kufibold";
}

.direction-page .carousel .text .heading {
	font-size: 34px;
	margin-bottom: 11;
}

.direction-page .carousel .text .wrapping .btn {
	font-size: 14px;
	line-height: 23px;
	padding: 3px 5px 3px;
}

.direction-page .carousel .right + .text {
	padding: 41px 41px 20px 125px;
}

.direction-page .carousel .full + .text {
	position: relative;
	padding: 56px 90px 999px 126px;
	margin-bottom: -999px;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, .5) 12%, #f1f1f1 60%, #e8e8e8 100%);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, .5) 12%, #f1f1f1 60%, #e8e8e8 100%);
}

.direction-page .urgent-line strong {
	float: right;
}

.direction-page .urgent-line strong:after {
	right: auto;
	left: -10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.direction-page .info-blocks h2 {
	font-size: 24px;
	font-family: "droid_arabic_kufibold";
}

.direction-page .info-blocks .block {
	float: right;
}

.direction-page .info-blocks .bottom .icons {
	float: right;
	margin: 0 0 0 14px;
}

.direction-page .info-blocks ul {
	font-family: "droid_arabic_kufibold";
}

.direction-page .info-blocks ul li {
	padding: 0 12px 0 0;
	margin-bottom: 7px;
}

.direction-page .info-blocks ul li:before {
	left: auto;
	right: 0;
	background: url(../images/sprite.png) no-repeat -262px -52px;
	top: 50%;
	margin-top: -7px;
}

.direction-page .main-holder h3 {
	font-size: 19px;
	font-family: "droid_arabic_kufibold";
}

.direction-page .main-holder .aside {
	float: left;
}

.direction-page .main-holder .aside ul li {
	padding: 0 25px 21px 0;
}

.direction-page .main-holder .aside ul li .ico-issue,
.direction-page .main-holder .aside ul li .ico-chat,
.direction-page .main-holder .aside ul li .ico-suggestion {
	left: auto;
	right: 0;
}

.direction-page .main-holder .aside p {
	text-align: center;
}

.direction-page .main-holder .data {
	float: right;
}

.direction-page .tab-container .tabset {
	font-size: 0;
	line-height: 0;
}

.direction-page .tab-container .tabset li {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 7px;
}

.direction-page .description h4 {
	margin: 0 0 15px 60px;
}

.direction-page .description .block .wrap .update {
	right: auto;
	left: 11px;
}

.direction-page .fake-select:before {
	left: 3px;
	right: auto;
}

.direction-page .fake-select:after {
	right: auto;
	left: 11px;
}

.direction-page .add-links,
.direction-page .logos-list,
.direction-page .ico-list {
	unicode-bidi: embed !important;
	direction: ltr;
}

.direction-page .carousel .text .wrapping .btn {
	margin: 0 0 5px 23px;
}

.direction-page .carousel .text .wrapping .info-list:after {
	background: url(../images/sprite.png) no-repeat -276px -403px;
	margin: -4px 4px 0 9px;
}

.direction-page .carousel .text .wrapping ul li:before {
	margin: 0 9px 0 12px;
}

@media only screen and (min-width: 1025px) {
	.tel {
		cursor: default;
		pointer-events: none;
		color: inherit;
	}
}

@media all and (max-width: 1099px) {
	.nav > li {
		width: 90px;
	}

	.carousel-plan .mask {
		width: 804px;
	}

	.organization-scheme {
		margin: 0 0 15px;
	}
}

@media all and (max-width: 1023px) {
	#header .top-nav {
		position: static;
		top: auto;
		right: auto;
	}

	#header .top-nav li {
		float: none;
		border-top: 1px solid #fff;
		font-size: 11px;
		text-transform: uppercase;
		text-align: center;
	}

	#header .top-nav li:before {
		display: none;
	}

	#header .top-nav a {
		display: block;
		padding: 11px 10px 9px;
		color: #fff;
		background: #2f3234;
	}

	#header .top-nav a:hover {
		color: #fff;
		background: #000;
	}

	#header .holder {
		padding: 30px 19px 37px 30px;
	}

	.nav-opener {
		float: right;
		display: block;
		width: 31px;
		height: 31px;
		background: #000;
		background: rgba(0, 0, 0, .5);
		position: relative;
		border-radius: 3px;
		text-indent: -9999px;
		overflow: hidden;
		margin: -5px 0 0 25px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		background: #fff;
		border-radius: 4px;
		position: absolute;
		top: 16px;
		left: 25%;
		right: 25%;
		height: 3px;
		margin-top: -2px;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.nav-opener:before,
	.nav-opener:after {
		content: "";
		top: 10px;
	}

	.nav-opener:after {
		top: 22px;
	}

	.nav-active .nav-opener span {
		opacity: 0;
	}

	.nav-active .nav-opener:hover {
		opacity: .9;
	}

	.nav-active .nav-opener:after,
	.nav-active .nav-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		left: 15%;
		right: 15%;
	}

	.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navigation {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		max-height: 0;
		padding: 0;
		background: none;
	}

	.nav-active .navigation {
		max-height: 4000px;
	}

	.navigation .drop {
		width: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.nav-active .navigation .drop {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.nav {
		background: #fff;
		display: block;
	}

	.nav li {
		display: block;
		width: auto;
		padding: 1px 0 0;
	}

	.nav li a:hover {
		background: #000 !important;
	}

	.nav li.gray a:hover {
		background: #ffa500 !important;
	}

	.nav a.has-drop-down-a:after {
		display: none !important;
	}

	.nav .drop {
		position: static !important;
		padding: 10px;
	}

	.nav .drop .frame .col {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.nav .drop .frame .col:after {
		display: none;
	}

	.nav .drop .frame .col ul {
		margin-bottom: 15px;
	}

	.nav .drop .frame .col .box {
		margin-bottom: 15px;
	}

	#search-block-form {
		position: static;
		padding: 5px;
		margin: 0;
		background: #fff;
	}

	#search-block-form .form-item {
		display: block;
	}

	#search-block-form .container-inline {
		display: block;
		position: relative;
		padding: 0 72px 0 0;
	}

	#search-block-form .container-inline .form-text {
		width: 100%;
		height: 35px;
	}

	#search-block-form input[type=submit] {
		position: absolute;
		top: 0;
		right: 0;
	}

	.carousel .btn-prev {
		left: 20px;
	}

	.carousel .btn-next {
		right: 20px;
	}

	.carousel .left img {
		width: 100%;
		height: auto;
		display: block;
	}

	.carousel .left.full {
		max-width: 90%;
		margin-right: -480px;
	}

	.carousel .right img {
		width: 100%;
		height: auto;
		display: block;
	}

	.carousel .right.full {
		max-width: 90%;
		margin-left: -557px;
	}

	.carousel .round-picture {
		max-width: 34%;
	}

	.carousel .round-picture img {
		max-width: 333px;
		border-radius: 100%;
		display: block;
		width: 100%;
		height: auto;
	}

	.carousel .round-picture.right {
		margin: 5px 50px 5px 10px;
	}

	.carousel .round-picture.left {
		margin: 5px 10px 5px 50px;
	}

	.carousel .full + .text {
		padding: 25px 50px 999px 80px;
	}

	.carousel .text {
		font-size: 11px;
		line-height: 14px;
		padding: 25px 50px 15px 15px;
	}

	.carousel .text .title {
		font-size: 14px;
		margin: 0 0 5px;
	}

	.carousel .text .heading {
		font-size: 28px;
		margin: 0 0 10px;
	}

	.carousel .text .sub-title {
		font-size: 14px;
		line-height: 17px;
		margin: 0 0 15px;
	}

	.carousel .text p {
		margin: 0 0 10px;
		padding-top: 1px;
	}

	.carousel .text .wrapping .btn {
		margin: 0 10px 5px 0;
	}

	.carousel .text .wrapping .info-list {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 -5px;
	}

	.carousel .text .wrapping .info-list:after {
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 24px;
		height: 27px;
		background: url(../images/sprite.png) no-repeat -276px -56px;
		margin: -4px 9px 0 4px;
	}

	.carousel .text .wrapping .info-list li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 5px 0;
	}

	.carousel .text .wrapping .info-list li:before {
		display: none;
	}

	.carousel .text .wrapping .info-list li a {
		display: inline-block;
		vertical-align: middle;
		text-indent: -9999px;
		overflow: hidden;
		width: 78px;
		height: 78px;
		background: url(../images/sprite.png) no-repeat -9999px;
	}

	.carousel .text .wrapping .info-list li a.microphone {
		background-position: -75px 0;
	}

	.carousel .text .wrapping .info-list li a.question {
		background-position: -158px 0;
	}

	.carousel .text .wrapping .info-list li a:hover {
		opacity: .9;
	}

	.carousel .right + .text {
		padding: 25px 15px 15px 50px;
	}

	.carousel .round-picture.right + .text {
		padding: 25px 15px 15px 50px;
	}

	.info-blocks .block {
		width: 50%;
		padding: 20px 15px;
	}

	.info-blocks h2 {
		margin: 0 0 15px;
		font-size: 15px;
	}

	.info-blocks ul {
		padding: 9px 0 2px;
		margin: 0 0 20px;
	}

	.info-blocks .bottom .frame {
		padding-top: 7px;
	}

	.main-holder {
		padding: 0 15px 20px;
	}

	.main-holder .data {
		width: 75%;
	}

	.main-holder .aside {
		width: 23%;
	}

	.main-holder .aside .box {
		margin: 0 0 30px;
	}

	.main-holder .aside ul li {
		padding: 0 0 15px 22px;
	}

	.main-holder h3 {
		margin: 0 0 20px;
		font-size: 14px;
	}

	.main-holder form {
		padding: 0 0 15px;
	}

	.tab-container {
		margin: 0 0 18px;
	}

	.tab-container .tabset {
		font-size: 10px;
	}

	.tab-container .tabset li {
		margin: 0 0 -1px 0;
	}

	.tab-container .tabset li a,
	.tab-container .tabset li span {
		min-width: 106px;
	}

	.tab-container .tab-content {
		font-size: 12px;
		line-height: 15px;
	}

	.tab-container .tab-content .holder {
		margin: 0 -15px 0 0;
	}

	.tab-container .tab-content .column {
		padding: 0 15px 0 0;
	}

	.tab-container .tab-content ul li {
		padding: 6px 0;
	}

	.description h4 {
		margin: 0 50px 10px 0;
		font-size: 13px;
	}

	.description .figure {
		font-size: 50px;
		margin: 0 0 9px;
	}

	.description .holder {
		margin: 0 -10px 0 0;
	}

	.description .block {
		padding: 0 10px 0 0;
	}

	.description .block .wrap {
		padding: 15px 10px;
	}

	.description .block .wrap .update {
		top: 15px;
	}

	#main {
		margin-bottom: 30px;
	}

	.ico-list li {
		padding: 0 1.5% 10px;
	}

	.text-list-box {
		margin-bottom: 20px;
	}

	.sidebar {
		width: 200px;
	}

	.tags {
		font-size: 12px;
	}

	.tags ul {
		padding: 10px 0 3px;
	}

	.col-container .col-main-holder {
		margin: 0 220px 0 0;
	}

	.i18n-ar .col-container .col-main-holder{
		margin: 0 0 0 220px;
	}

	.video-boxes {
		padding-bottom: 30px;
	}

	.location-section .map {
		margin: 0 0 10px;
		float: none;
	}

	.location-section .map img {
		display: block;
		width: 100%;
		height: auto;
	}

	.intro .holder .frame {
		background: rgba(0, 0, 0, .8);
		font-size: 20px;
		line-height: 23px;
	}

	.intro .holder .frame em {
		font-size: 11px;
	}

	.intro .holder .frame strong {
		font-size: 37px;
	}

	.intro .holder .frame p {
		margin: 0 0 15px;
	}

	.intro .holder .frame.dark {
		background: rgba(255, 255, 255, .8);
	}

	.carousel-plan .mask {
		width: 603px;
	}

	.focus-container .holder {
		padding: 0 0 0 0;
	}

	.focus-container .frame {
		margin: 0 -8px 0 0;
	}

	.focus-container .frame .box {
		padding: 0 8px 0 0;
	}

	.statistics {
		margin: 24px 0 20px 20px;
		width: 200px;
	}

	.industrial-sectors .holder ul li {
		width: 25%;
	}

	.sheme-holder .scheme .line {
		position: relative;
		padding-top: 140px;
		max-width: 600px;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.sheme-holder .scheme .topic {
		margin: 0 15px 8px 0;
	}

	.sheme-holder .scheme .frame {
		float: none;
		width: auto;
		overflow: hidden;
		margin: 5px 0 0 9px;
	}

	.sheme-holder .scheme .unit {
		position: absolute;
		top: 0;
		left: 50%;
		width: 280px;
		margin: 0 0 0 -140px;
	}

	.sheme-holder .scheme .line:last-child .unit:after {
		display: block;
	}

	.sheme-holder .scheme .line:last-child .unit .wrapping {
		border-bottom: 1px solid #ccc;
	}

	.launch .columns .column {
		padding: 0 20px 0 0;
	}

	.launch .columns .column:nth-child(even) {
		padding: 0 0 0 20px;
	}

	.launch .columns h4 {
		padding: 10px 5px;
		font-size: 13px;
	}

	.post .text-box {
		padding-top: 10px;
	}

	.delegations-scheme {
		padding: 0;
		margin-bottom: 50px;
	}

	.organizations-trust {
		padding: 0 0 60px;
	}

	.old-page .add-info .info-text-box {
		float: none;
		width: auto;
		background: #dedede;
	}

	.old-page .statistics {
		width: 200px;
	}

	.old-page .statistics.alt .numb {
		font-size: 30px;
	}

	.direction-page .navigation {
		padding: 0;
	}

	.direction-page .nav .drop .frame .col {
		float: none;
	}

	.direction-page .nav .drop .frame .col:first-child:after {
		display: none;
	}

	.direction-page .nav .drop ul {
		width: 49%;
		margin: 0;
	}

	.direction-page .tab-container .tabset li {
		margin: 0 0 0 3px;
	}

	.direction-page #search-block-form .container-inline {
		padding: 0 0 0 72px;
	}

	.direction-page #search-block-form input[type=submit] {
		right: auto;
		left: 0;
	}
}

@media all and (max-width: 767px) {
	#header {
		margin: 0 0 15px;
	}

	#header .holder {
		padding: 15px 15px 0;
	}

	#header .logo {
		width: 220px;
		margin: 0 5px 10px 0;
		position: static;
	}

	#header .add-links {
		float: none;
		display: block;
		text-align: center;
	}

	#header .maroc-link {
		display: none;
	}

	.nav-opener {
		position: absolute;
		top: 19px;
		right: 15px;
		margin: 0;
	}

	.carousel {
		padding: 0 25px;
	}

	.carousel .image,
	.carousel .video {
		/*display: none;*/
		float: none;
		max-width: 70% !important;
		margin: 0 auto 15px !important;
	}

	.carousel .round-picture .arrow{
		display: none;
	}
	.carousel .round-picture img{
		margin: 0 auto;
	}
	
	.carousel .btn-prev,
	.carousel .btn-next {
		left: 5px;
		margin-top: -13px;
		background: url(../images/sprite.png) no-repeat -123px 0;
		background-size: 150px 250px;
		width: 13px;
		height: 25px;
	}

	.carousel .btn-next {
		left: auto;
		right: 5px;
		background-position: -137px 0;
	}

	.carousel .text {
		text-align: center;
		padding: 0 !important;
	}

	.carousel .text .title {
		font-size: 13px;
	}

	.carousel .text .heading {
		font-size: 22px;
	}

	.carousel .text .sub-title {
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 10px;
	}

	.carousel .text .wrapping .btn {
		margin: 0 10px 5px 0;
	}

	.carousel .text .wrapping .info-list:after {
		display: none;
	}

	.carousel .text .wrapping .info-list li a {
		width: 39px;
		height: 39px;
		background-size: 150px 250px;
	}

	.carousel .text .wrapping .info-list li a.microphone {
		background-position: -37px 0;
	}

	.carousel .text .wrapping .info-list li a.question {
		background-position: -79px 0;
	}

	.carousel .full + .text {
		margin: 0;
		padding: 0;
		background: none;
	}

	.btn {
		padding: 6px 5px 5px;
		min-width: 112px;
	}

	.urgent-line:before {
		width: 71px;
	}

	.urgent-line strong {
		width: 100px;
	}

	.urgent-line .holder {
		padding: 0 5px 0 15px;
	}

	.info-blocks {
		margin: 0 0 13px;
	}

	.info-blocks .holder {
		margin: 0;
	}

	.info-blocks .block {
		width: 100%;
		display: block;
		border-right: 0;
	}

	.main-holder .data {
		float: none;
		width: auto;
	}

	.main-holder .aside {
		float: none;
		width: auto;
	}

	.tab-container {
		margin: 0 0 15px;
	}

	.tab-container .tabset {
		display: none;
	}

	.tab-container .tab-content {
		font-size: 12px;
		line-height: 15px;
	}

	.tab-container .tab-content > div.js-tab-hidden {
		width: auto !important;
		position: static !important;
	}

	.tab-container .tab-content h2 {
		display: block;
	}

	.tab-container .tab-content .holder {
		margin: 0;
	}

	.tab-container .tab-content .column {
		display: block;
		width: auto;
		height: auto !important;
		margin: 0 0 20px;
		border-bottom: 1px solid #c0c1c2;
		padding: 0 0 10px;
	}

	.tab-container .tab-content .column:after {
		display: none;
	}

	.tab-container .tab-content .column p {
		margin: 0 0 9px;
	}

	.tab-container .tab-content p {
		margin: 0 0 25px;
	}

	.tab-container .tab-content ul li {
		padding: 11px 0;
	}

	.description .figure {
		font-size: 40px;
	}

	.description .holder {
		margin: 0;
	}

	.description .block {
		display: block;
		width: auto;
		margin: 0 0 20px;
		padding: 0;
	}

	#main {
		margin-bottom: 0;
	}

	.logos-list {
		margin: 0 0 12px;
	}

	.logos-list li {
		margin: 0 2% 8px;
	}

	.logos-list li img {
		height: 40px;
		width: auto;
	}

	.title-box {
		padding-top: 0;
	}

	.title-box .social-box {
		float: none;
		margin: 0 0 10px;
		padding: 4px 20px;
	}

	.text-list .name {
		float: none;
		display: block;
		padding: 6px 0 5px 26px;
	}

	.main-container {
		margin: 0 0 50px;
	}

	.main-container .content {
		float: none;
		width: auto;
	}

	.main-container .content .c1 {
		margin: 0;
	}

	.main-container .aside {
		float: none;
		width: auto;
		margin: 0;
	}

	.add-menu {
		margin: 0 15px 50px;
	}

	.intro .text {
		float: none;
		width: auto;
		padding: 15px;
	}

	.intro .text:before {
		display: none;
	}

	.intro h1 {
		margin: 0 0 10px;
		font-size: 15px;
		line-height: 20px;
	}

	.intro nav ul li {
		margin: 0 0 5px;
		list-style: none;
	}

	.intro .intro-slideshow .slide img {
		float: none;
		display: block;
		width: 100%;
		height: auto;
	}

	.intro .holder .frame {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		max-width: none;
		position: static;
		font-size: 15px;
		line-height: 18px;
	}

	.intro .holder .frame em {
		font-size: 14px;
		margin: 0 0 5px;
	}

	.intro .holder .frame strong {
		font-size: 30px;
	}

	.intro .holder .frame p {
		margin: 0 0 10px;
	}

	.carousel-plan .mask {
		width: 201px;
	}

	.focus-container .frame {
		margin: 0;
	}

	.focus-container .frame .box {
		display: block;
		margin: 0 0 20px;
		width: auto;
		padding: 0;
	}

	.statistics {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}

	.industrial-sectors .holder ul li {
		width: 50%;
	}

	.advanced-plan .heading {
		font-size: 16px;
		line-height: 20px;
		padding: 20px 10px 35px;
	}

	.advanced-plan .heading h1 {
		font-size: 23px;
	}

	.advanced-plan .heading h2 {
		font-size: 23px;
	}

	.carousel-step .slideset .slide {
		padding-top: 10px;
	}

	.carousel-step .numb {
		width: 100px;
		height: 100px;
		font-size: 80px;
		line-height: 90px;
		margin: 0 auto 11px;
	}

	.carousel-step .numb.numb01 {
		background-position: -27px -13px;
	}

	.carousel-step .numb.numb02 {
		background-position: -27px -183px;
	}

	.carousel-step .numb.numb03 {
		background-position: -27px -353px;
	}

	.carousel-step .btn-prev,
	.carousel-step .btn-next {
		top: 50px;
	}

	.carousel-step .btn-prev {
		margin: 0 0 0 -80px;
	}

	.carousel-step .btn-next {
		margin: 0 -80px 0 0;
	}

	.sheme-holder p {
		margin: 0 0 15px;
	}

	.sheme-holder .scheme .line {
		display: block;
		max-width: 280px;
		margin: 0 auto 15px;
	}

	.sheme-holder .scheme .topic {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}

	.sheme-holder .scheme .frame {
		float: none;
		margin: 0 0 10px;
	}

	.objective-list {
		margin: 0 -1%;
	}

	.objective-list li {
		padding: 9px 1%;
	}

	.launch .columns .column {
		display: block;
		width: auto;
		padding: 0 10px;
		margin: 0 0 20px;
	}

	.launch .columns .column:nth-child(even) {
		padding: 0 10px;
	}

	ol.listing {
		line-height: 14px;
		font-weight: normal;
	}

	ol.listing > li {
		margin: 0 0 15px;
	}

	ol.listing > li:before {
		top: -3px;
	}

	ol.listing h3 {
		color: #000;
		text-transform: uppercase;
		margin: 5px 0 10px 37px;
		font-size: 12px;
		font-weight: bold;
	}

	ol.listing p {
		margin: 0 0 12px 3px !important;
	}

	ol.listing ul {
		padding: 0 0 23px 7px !important;
	}

	ol.listing ul li {
		padding: 0 0 5px 12px !important;
	}

	ol.listing ul.roll {
		margin: 0 0 -13px;
	}

	ol.listing ul.roll li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 39px 5px 12px !important;
	}

	ol.listing ul.roll li:before {
		top: 50%;
		margin-top: -2px;
	}

	ol.listing ul.roll li img {
		display: inline-block;
		vertical-align: middle;
	}

	.video-boxes-row {
		margin: 0;
	}

	.video-boxes-mini .box {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}

	.video-boxes-mini .image {
		max-width: 150px;
	}

	.organizations-trust {
		padding-bottom: 30px;
	}

	.organizations-trust article .image {
		margin: 0 15px 0 -5px;
	}

	.old-page .industrial-sectors .holder ul li {
		width: 50%;
	}

	.old-page .industrial-sectors .holder ul li a {
		padding: 14px 2px 9px;
	}

	.old-page .gallery-box.alt {
		background: none;
	}

	.tabset-box .holder {
		padding: 0;
	}

	.tabset-box .ico-img + span {
		display: none;
	}

	.contact-cols {
		font-size: 12px;
		line-height: 15px;
	}

	.contact-cols .col {
		float: none;
		width: auto;
		margin: 0 0 25px;
	}

	.contact-cols .col + .col {
		float: none;
		width: auto;
	}

	.tab-content-post {
		padding: 15px;
	}

	.tab-frame {
		margin: 0;
	}

	.tab-frame .tab-aside {
		display: none;
	}

	.tab-frame .data h2 {
		margin: 0 0 15px;
	}

	.tab-frame .data p {
		margin: 0 0 10px;
	}

	.tab-frame .data ul {
		padding: 0 0 15px;
	}

	.tab-frame .data ul li {
		padding: 0 0 5px 12px;
	}

	.nav-opener {
		display: block;
		float: right;
		outline: none;
	}

	.logo img {
		width: 200px;
		height: auto;
	}

	.cols .col {
		float: none;
	}

	.cols .col-holder {
		margin: 0;
	}

	.cols .col2 {
		float: none;
		margin: 0;
		width: auto;
	}

	.gallery {
		margin: 0 0 15px;
	}

	.gallery-holder img {
		height: auto;
	}

	.gallery .text-box {
		position: static;
		background: #000;
		padding: 8px 10px 11px;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}

	.gallery .switcher {
		position: static;
		overflow: hidden;
		background: #000;
		text-align: center;
		padding: 0 0 5px;
	}

	.gallery .switcher ul {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.promo-box .title {
		margin: 0 0 10px;
	}

	.add-info-txt .txt {
		display: block;
		float: none;
		margin: 0 0 6px;
		padding: 8px 10px;
		height: auto;
		text-align: center;
		font-size: 14px;
	}

	.add-info-txt .txt:before {
		display: none;
	}

	.promo-box {
		text-align: center;
	}

	.promo-box .image {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
	}

	.promo-box .text-box {
		padding: 0;
	}

	.cols {
		margin: 0 0 15px;
	}

	.boxes .box {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	.info-section .box {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	.news-list.alt .image {
		float: none;
		margin: 0 0 10px;
		display: block;
	}

	.news-list.alt .image img {
		width: 100%;
		height: auto;
	}

	.boxes {
		margin: 0;
		padding: 0 0 1px;
	}

	.info-section {
		margin: 0 0 1px;
	}

	.images > li {
		display: block;
		border-top: 1px solid #ececec;
	}

	.images > li:first-child {
		border: 0;
	}

	.images img {
		height: auto;
	}

	.container {
		padding-bottom: 5px;
	}

	.email-box {
		padding: 0 15px;
	}

	.social-box2 {
		float: none;
		padding: 0 0 10px;
	}

	.phone-box {
		padding: 0;
		float: none;
	}

	.sponsors {
		display: none;
	}

	.panel {
		padding: 0;
	}

	.panel .add-text.alt,
	.panel .add-text {
		float: left;
		margin: 5px 0 10px;
	}

	.panel .add-text.alt {
		float: right;
		margin-top: 0;
	}

	.add-text-row:after {
		content: "";
		display: block;
		clear: both;
	}

	.add-links {
		float: none;
		overflow: hidden;
		margin: 0 0 10px;
	}

	#search-block-form > div {
		min-width: 100%;
	}

	.add-nav ul li:first-child,
	.add-nav ul li {
		float: none;
		border: 0;
		border-bottom: 1px solid #d8d8d8;
	}

	.add-nav a {
		display: block;
	}

	.add-nav ul {
		float: none;
	}

	.options {
		float: none;
	}

	.list-boxes {
		float: none;
	}

	.list-boxes:before {
		display: none;
	}

	.list {
		float: none;
		margin: 0 0 10px;
	}

	.add-text-box.right,
	.add-text-box {
		float: none;
		margin: 0 0 20px;
		overflow: hidden;
	}

	.add-text-box .image {
		float: left;
		min-width: 100px;
		text-align: center;
	}

	.add-text-box .text-box {
		overflow: hidden;
		display: block;
		width: auto;
	}

	.about-section h1 {
		text-align: center;
		margin: 0 0 15px;
	}
	.i18n-ar .title-box .social-box,
	.title-box .social-box {
		float: none;
		margin: 0 0 10px;
		padding-right: 10px;
	}

	.breeadcrumbs {
		padding-top: 0;
	}

	.old-page .aside-box {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}

	.old-page .image-block > ul .text-box,
	.old-page .image-block .text-box {
		position: static;
		background: #000;
		overflow: hidden;
		text-align: center;
		padding: 12px 15px 15px;
	}

	.old-page .about-section {
		margin: 0 0 15px;
	}

	.old-page .image-block ul h2,
	.old-page .image-block h2 {
		float: none;
		font-size: 16px;
		line-height: 18px;
	}

	.old-page .image-block .alt h2,
	.old-page .image-block h2 {
		margin: 0 10px;
		width: auto;
		max-width: none;
		padding: 0;
	}

	.old-page .image-block .txt {
		border: 0;
		width: auto;
		padding: 10px 0 0;
	}

	.old-page .image-block ul .btn,
	.old-page .image-block .btn {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 10px 0 0;
	}

	.old-page .add-info {
		margin: 0 0 15px;
	}

	.old-page .add-info .info-text-box {
		float: none;
		width: auto;
	}

	.old-page .add-info .info-text-box {
		background: #ddd;
		padding: 15px 20px;
		height: auto;
	}

	.old-page .add-info .info-text-box .num {
		float: none;
		margin: 0 auto 10px;
		display: block;
	}

	.old-page .info-text-box .title {
		color: #000;
		text-shadow: none;
		text-align: center;
	}

	.old-page .gallery-box .cart-num3,
	.old-page .gallery-box .cart-num2,
	.old-page .gallery-box .cart-num {
		float: none;
		display: block;
		margin: 0 auto -70px;
	}

	.old-page .gallery-box .alt {
		background: none;
	}

	.old-page .gallery-box {
		height: auto;
	}

	.old-page .gallery-box.alt .text-box,
	.old-page .gallery-box .text-box {
		padding: 23px 15px;
	}

	.old-page .gallery-box .btn-prev,
	.gallery-box .btn-next {
		display: none;
	}

	.old-page .add-box {
		margin: 0 0 15px;
		float: none;
		display: block;
		width: auto;
	}

	.old-page .gallery-box.alt .switcher,
	.old-page .gallery-box .switcher {
		padding: 0;
		text-align: center;
		bottom: 2px;
	}

	.old-page .focus-container .holder {
		padding: 1px 7px;
	}

	.old-page .statistics {
		margin: 0 auto 25px;
		width: auto;
	}

	.boxes-row .box {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	.add-boxes2 {
		margin: 0;
	}

	.add-list-box h2 {
		margin: 0 0 14px;
	}

	.image-list.alt > li,
	.image-list > li {
		width: 50%;
	}

	.add-section {
		margin: 0 0 10px;
	}

	.link-section a {
		margin-right: 0;
	}

	.add-list-box {
		margin: 0 0 10px;
	}

	.gallery-box.alt .switcher {
		padding: 0;
		text-align: center;
	}

	.image-section {
		height: auto;
	}

	.image-section .img {
		height: 240px;
	}

	.text-post {
		padding: 0 0 10px;
	}

	.tab-content {
		padding: 20px 15px;
	}

	.text-post p {
		margin: 0 0 10px;
	}

	.posts-boxes h1 {
		margin: 0 0 20px;
		text-align: center;
		font-size: 24px;
		line-height: 26px;
	}

	.post-box .image {
		float: none;
		display: block;
		margin: 0 0 10px;
	}

	.post-box .image img {
		width: 100%;
		height: auto;
	}

	.post-box {
		margin: 0 0 10px;
	}

	.posts-boxes {
		padding: 0 0 2px;
	}

	.video-section {
		padding-bottom: 20px;
	}

	.video-section h1 {
		margin: 0 0 20px;
	}

	.video-boxes h2 {
		float: none;
		text-align: center;
	}

	.pages li {
		margin: 0 4px;
	}

	.video-boxes h2 + .pages {
		padding-right: 0;
	}

	.video-list {
		margin: 0 -10px 0 0;
	}

	.video-list > li {
		width: 50%;
		padding: 0 10px 20px 0;
	}

	.contact-page .aside,
	.contact-page .content .c1,
	.col-container .col-main-holder,
	.i18n-ar .col-container .col-main-holder,
	.sidebar,
	.col-container .col-main,
	.content .c1,
	.content,
	.aside {
		float: none !important;
		width: auto !important;
		margin: 0 !important;
	}

	.tags ul {
		float: none;
		text-align: center;
		overflow: hidden;
		padding: 0 0 10px;
	}

	.tags .txt {
		background-position: 0 0;
		display: block;
		text-align: center;
		float: none;
		margin: 0 0 10px;
		padding: 9px 10px 0;
	}

	.tags li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.main-post .date{
		text-align: center;
	}
	.main-post h2 {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}

	.posts-list li {
		width: 100%;
		padding-bottom: 10px;
	}

	.post,
	.post .text-box {
		max-width: none;
	}

	.post .image,
	.i18n-ar .post .image {
		float: none;
		margin: 0 0 10px;
	}

	.post .image img {
		display: block;
		margin: 0 auto;
	}

	.post .entry,
	.i18n-ar .post .entry  {
		text-align: center;
		padding: 0 0 10px;
		max-width: none;
	}

	.search-form-text {
		margin: 0 0 20px;
	}

	.contact-form {
		max-width: 100%;
	}

	.contact-form .row {
		margin-bottom: 0;
	}

	.contact-form .area {
		width: 100%;
		margin: 0 0 10px;
	}

	.location-section .map {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}

	.location-section .text-box {
		padding: 0 0 0 35px;
	}

	.direction-page .urgent-line .holder {
		padding: 0 15px 0 5px;
	}

	.direction-page .carousel .full + .text {
		margin-bottom: 0;
		background: none;
	}

	.direction-page .main-holder .aside {
		float: none;
	}

	.direction-page .main-holder .aside p {
		text-align: right;
	}

	.direction-page .main-holder .aside p br {
		display: none;
	}

	.direction-page .main-holder .data {
		float: none;
	}

	.direction-page #header .logo {
		width: 100%;
		overflow: hidden;
	}

	.direction-page #header .logo a {
		float: left;
		width: 220px;
	}

	.direction-page .carousel .text .wrapping .btn {
		margin: 0 5px 5px 10px;
	}
}

.fullPageCover {
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 6;
}

.popUpModal {
	width: 700px;
    min-height: 500px;
    background-color: #fff;
    border-radius: 8px;
    border: 4px solid rgba(0,0,0,0.52);
    position: absolute;
    top: 5%;
    z-index: 9;
    left: 22%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	/*padding: 15px;*/
}

.closePopUp {
	    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/close_icon.png) 50% 50% no-repeat;
    background-size: 20px 20px;
}