@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'JF-Flat-regular';
	src: url('../fonts/JF-Flat-regular.eot');	 /* IE9 Compat Modes */
	src: url('../fonts/JF-Flat-regulard41d.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */ url('../fonts/JF-Flat-regular.woff') format('woff'),   /* Modern Browsers */ url('../fonts/JF-Flat-regular.ttf') format('truetype'),	 /* Safari, Android, iOS */ url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg');  /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, hr, strong, b, input, select, textarea, .highcharts-title, .highcharts-axis-labels, .highcharts-yaxis-title {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	font: 45px/68px 'JF-Flat-regular';
	color: #ffffff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
body {
	background: #128a4e;
	text-align: right;
}
.ie-clear {
	clear: both;
}
a, button, i, b, img, .close, .titl-ne, .over span {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/**************color-option*******/
.color-option {
	float: left;
	margin-top: 15px;
}
.color-option ul li {
	float: right;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #900;
	display: inline-block;
	cursor: pointer;
}
/**************end color-option*******/

.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 120;
 //set animation -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header.sticky {
	position: fixed;
	height: auto;
	background: #fff;
	z-index: 150;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}
.logo, .logo img {
	float: right;
	width: 153px;
}
.logo {
	position: absolute;
	z-index: 10;
}
.header.sticky .logo, .header.sticky .logo img {
	width: 33px;
}
.header.sticky #cssmenu {
	position: relative;
	z-index: 1000;
	margin-top: 0px;
	background: none;
	padding-right: 45px;
}
.search {
	float: left;
	padding: 12px 0px 0px 20px;
	position: relative;
	font-size: 20px;
	color: #1a4635;
	cursor: pointer;
}
.search .exz {
	display: none;
	color: #d20505;
}
.showbox {
	float: left;
	width: 297px;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 100;
}
.showbox .form-control {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	height: 45px;
}
.showbox .input-group .form-control:first-child {
	border-radius: 0px;
}
.email .bcbotom:hover, .bottom:hover, .poroj-in:hover, .email .bcbotom:hover {
	background: #4787bf;
}
.email button {
	border: 0;
	background: none;
	outline: none;
	padding: 0px 20px;
}
.email .input-group-addon {
	background: #fff;
	font-size: 18px;
	border: 0;
	text-align: center;
	padding: 0px;
	border-radius: 0;
}
.email .input-group-addon:hover {
	color: #d5ad4b;
}
/* Start news box */
.titlenews {
	float: right;
	font-size: 21px;
	border-left: 1px solid #d8d8d8;
	padding-left: 10px;
	margin-left: 10px;
}
.titlenews .fa {
	float: right;
	margin: 5px 0px 0px 5px;
}
#main-content {
	float: right;
	width: 100%;
	direction: rtl;
	background: #fff;
	padding: 10px 0px;
}
.carouselTicker__list {
	margin: 0px;
	height: 30px;
	overflow: hidden;
}
.carouselTicker__item {
	padding: 0px 15px;
	float: right;
}
.carouselTicker_vertical .carouselTicker__item {
	margin: 0 0 5px 0;
	width: 100px;
}
#carouselTicker .carouselTicker__item {
	width: auto;
	height: auto;
	line-height: normal;
	list-style: none;
}
.carouselTicker__item a:hover {
	text-decoration: underline;
	color: #1a4635;
}
/*******************************************************************************
********************************end header**************************************************
**********************************************************************************/

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	float: right;
	width: 100%;
	height: 45px;
	padding-right: 160px;
	margin-top: 20px;
	background: #f8f8f8 url(../images/menu.png);
	background-size: 100%;
}
#cssmenu ul {
	float: right;
}
#cssmenu > ul > li {
	float: right;
}
#cssmenu > ul > li:last-child {
	margin: 0;
}
#cssmenu ul li a {
	padding: 15px 20px;
	border-left: 1px solid #d8d8d8;
}
#cssmenu ul li a:hover, #cssmenu ul li:hover a, #cssmenu ul li a.active, .header.sticky #cssmenu ul li a:hover, .header.sticky #cssmenu ul li a.active {
	color: #fff;
}
#cssmenu ul ul {
	position: absolute;
	right: -9999px
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	padding: 0px 10px;
	transition: all .25s ease
}
#cssmenu li:hover > ul {
	right: auto;
	border-radius: 0px 0px 4px 4px;
	top: 45px;
	background: #ececec;
	z-index: 100;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}
#cssmenu li:hover > ul > li {
	height: 40px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0px !important;
	padding-top: 0px !important;
}
#cssmenu ul ul li a {
	border: 0 !important;
	border-bottom: 1px dotted rgba(148, 148, 148, 0.52) !important;
	padding: 11px 0px;
	background: none !important;
	width: 212px;
	color: #666 !important;
	font-size: 14px;
}
#cssmenu ul ul li a::before, #cssmenu ul ul li a::after {
	display: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover, .menu.sticky #cssmenu ul ul li:hover > a, .menu.sticky #cssmenu ul ul li a:hover {
	border: 0 !important;
	border-bottom: 1px dotted rgba(148, 148, 148, 0.52) !important;
	background: none;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	left: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #3b3b3b;
	content: ''
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0 !important;
	padding-top: 0px;
	line-height: 18px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #3b3b3b;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
#cssmenu > ul > li.ico-min {
	display: none;
}
.social {
	position: fixed;
	top: 35%;
	left: 0px;
	z-index: 90;
	-webkit-transform: translate(-280px, 0);
	-moz-transform: translate(-280px, 0);
	-ms-transform: translate(-280px, 0);
	-o-transform: translate(-280px, 0);
	transform: translate(-280px, 0);
}
.social ul {
	padding: 0px;
}
.social ul li {
	display: block;
	margin: 5px;
	width: 310px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	padding: 5px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li a {
	font-family: Tahoma, Geneva, sans-serif;
}
.social ul li.fac {
	background: #3b5999;
}
.social ul li.twe {
	background: #5ea9dd;
}
.social ul li.goog {
	background: #d73d32;
}
.social ul li.instg {
	background: #da8c04;
}
.social ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
}
.social ul li:hover i, .social ul li:hover a {
	color: #fff;
}
.social ul li i {
	margin-left: 10px;
	color: #fff;
	padding: 5px;
	font-size: 18px;
}
/**************************************************
end header
**************************************************/


