﻿/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	outline:0 !important;;
}

@font-face {
    font-family:"myMainFont";
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Regular.eot');
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Regular.svg#DIN Next LT Arabic') format('svg'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Regular.woff') format('woff'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Regular.ttf') format('truetype');
}

@font-face {
    font-family:"myMainFont";
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Bold.eot.eot');
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Bold.svg#DIN Next Arabic Heavy') format('svg'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Bold.woff') format('woff'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Bold.ttf') format('truetype');
    font-weight: 700;
}

::selection{
	background: #2879af;
	color:#fff;
}

::-mox-selection{
	background: #2879af;
	color:#fff;
}

a,a:hover{
	text-decoration:none;
}

h1 , h2 , h3 , h4, h5 , h6{
	font-family:myMainFont;
}

#s4-bodyContainer{
	padding-bottom:0 !important;
}

.internalContent{
	display:none;
}

body{
	background-color:#fff;
	font-family:myMainFont !important;
	-webkit-overflow-scrolling: touch;
}

/*********************************************** Header style ***********************************************/

#layout header{
	position: absolute;
    width:100%;
	top:0;
	/*z-index: 2;*/
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
	height:500px;
	left:0;
}

#layout .logo{
	background-color:#ebf0f2;
	height:80px;
	position: relative;
}

#layout .logo a{
	display: block;
    float: left;
    padding-top: 20px;
	width:85%;
	text-align: center;
}

#layout .logo:after{
	right: -54px;
    content: "";
    display: inline-block;
    position: absolute;
    width:54px;
    height: 80px;
    background: url("/Style%20Library/Images/bg-logo.png") no-repeat right;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph; /*IE*/
	filter: fliph; /*IE*/
}

#layout .slider  figure img{
	width:100%;
	height: 460px;
}

#layout .slider  figure figcaption a{
    height: 100px;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 0 6px 6px;
    color: #fff;
    font-size: 24px;
    line-height:75px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider .owl-carousel .owl-item img,.slider .owl-carousel{
	margin-top: 0;
}

#layout .slider .owl-dots{
    bottom: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
}

#layout .slider .owl-nav{
	display: none;
}

#layout .slider .carousel-indicators {
    bottom:5px;
}

#layout .slider .carousel-indicators li{
	width:15px;
    height:15px;
	margin:0 0 0 10px;
}

.side-intro{
    position: absolute;
    left: 0px;
    top: 210px;
    z-index: 2;
    overflow: hidden;
}

.intro-icon:nth-child(2),.intro-icon:nth-child(3){
    display:none;
}

.login ,.searchBox{
	display:none;
}
.intro-icon{
    max-width: 60px;
    height: 60px;
    float: left;
    clear: both;
    background-color:#205f80;
    border-radius: 0px 10px 10px 0;
    white-space: nowrap;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
}

.intro-icon span{
	color: #fff;
	font-size: 16px;
	width: 95px;
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	margin:0 0 0 10px;
}
.intro-icon img{
    margin: 8px auto;
    padding-right: 15px;
    display: inline-block;
    margin-left: 10px;
    padding-top: 4px;
}

#layout  .intro-icon:hover {
    background-color:#29754d;
    max-width: 200px;
}

#layout .services{
	background-color:#29754d;
}

#layout .services:hover{
	background-color:#205f80;
}

#layout .transition{
	-webkit-transition: all 2s; /* Safari */
    transition: all 1s;
}

#layout .jop span,#layout .earth span{
    font-size: 16px;
    color:#fff;
    display: none;
    margin-top: 5px;
}

#layout  .jop:hover span,#layout .earth:hover span{
    display: block;
}

#layout  .jop a,#layout  .earth a{
    display:block;
	width:135px;
}

#layout .menu{
	margin: 15px 0;
	padding-left: 0;
	padding-right: 35px;
}

#layout .temperture{
	padding-left: 30px;
}

#layout .temperture span{
	font-size: 14px;
	color: #fff;
}

#layout .temperture select{
	background-color: transparent;
    color: #fff;
    font-size: 14px;
	background: url("/Style%20Library/Images/selectRow.png") no-repeat left 12px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	border:0;
    margin-left: 20px;
	padding:0 10px;
}

#layout .temperture select::-ms-expand {
    display: none;   /* IE only */
}

#layout .temperture select > option{
	color: #29754d;
}

#layout .temperture .slahTime,#layout .temperture .day{
	margin-left: 20px;
}

#layout .temperture .degree{
	margin-top:-3px;
}

#layout .day{
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}

#layout .language{
	height:35px;
}

#layout .language ul{
	float:right;
}

#layout .language .dropdown-menu{
	right:10px;
	left: auto;
}

#layout .language ul.dropdown-menu li{
	float:none;
	margin-left:0px;
}

#layout .language ul li{
	float:left;
	margin-left:20px;
}

li.user button{
	/* display:none; */
	min-width: 0;
}

#layout .language div.login-form{
	/* left:70px; */
	/* top:100%; */
	border-radius: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #eff1f3;
	/* position:absolute; */
	z-index:1;
	width:100%;
	/* display:none; */
	padding:10px 0;
}

.captchaForm img{
	width: 240px !important;
    height: 50px;
    float: right;
    padding-right: 45px;
}

.captchaForm input{
    height:30px !important;
}

a.captchaRefresh {
    background: url("/Style%20Library/Images/refresh-page-option.png") no-repeat center;
    display: inline-block;
    width: 20px;
    background-size: contain;
    height: 30px;
    margin: 10px;
	float:right;
}

.modal-backdrop{
	position:inherit !important;
}

#layout .language ul li.login button{
	background-color:transparent;
	min-width: auto;
    padding: 0;
    border: 0;
}

#layout .language ul li.login .modal-content{
	background-color:transparent;
	border:none;
	box-shadow:none;
}

#layout .language ul li.login .login-form input {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #36637e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width:85%;
    font-size: 15px;
	text-indent:10px;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}

#layout .language ul li.login .login-form input:focus{
	border-bottom: 1px solid #29754d;
    box-shadow: 0 1px 0 0 #29754d;
}

#layout .language ul li.login .login-form input[type="submit"]{
    background-color:#36637e;
	color:#fff;
	border-radius:20px;
	text-indent:0px;
}

#layout .language ul li.login .login-form input[type="submit"]:hover{
    background-color:#29754d;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

#layout .language ul li .searchIcon{
	float:left;
}

#layout .searchBox input{
    font-size:16px;
    color: #ccc;
    padding-top:3px;
    background-color: #fff;
    z-index:1;
	border: 1px solid rgba(32, 95, 128, 0.33);
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#layout .searchBox input:focus{
    color: #007548;
}

.ms-srch-sb-border,.ms-srch-sb-border:hover,.ms-srch-sb-border:focus{
	border:none;
}


.ms-srch-sb{
	display:block;
}

#layout .searchBox button{
	background-color:transparent;
	border: 0;
    padding: 0;
    min-width: 0;
}

div.search{
	left:35px;
	top: 100%;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #eff1f3;
	position: absolute;
	display: none;
	z-index: 2;
	width: 50%;
	height: 67px;
}

.ms-srch-sb-searchLink{
	display:none;
}

#layout .language ul li.lang a{
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}

#layout .language .user .btn-primary {
    background-color: transparent;
    border-color: transparent;
	border:0;
	padding:0;
	vertical-align: inherit;
}

#layout .menuRow{
	padding-left:0;
	/* margin-top: 10px; */
}

#layout .menuList{
	background-color: rgba(239, 241, 243, 0.8);
	min-height:65px;
	line-height: 55px;
	margin-bottom:15px;
}

#layout .menuList:before{
	content: "";
	display: inline-block;
	position: absolute;
	width:45px;
	height: 65px;
	right: -15px;
	background: url("/Style%20Library/Images/bg-menu.png") no-repeat right;
}

#layout .menuList li{
	float:right;
	margin-right:25px;
	border-radius:25px;
	height: 50px;
	padding: 0px 10px;
	margin-top: 8px;
	line-height: 42px;
}

#layout .menuList li.active{
	border: 1px solid #36637e;
}

#layout .menuList li.active > a,#layout .menuList li.active:hover a{
	color: #36637e;
	font-weight: bold;
}

#layout .menuList .dropdown-menu li{
	width: 94%;
	margin: auto;
	float: none;
	height: auto;
	padding: 0;
	margin-top: 0;
	line-height: inherit;
}

#layout .menuList li a{
	font-size:18px;
	color:#404040;
	text-shadow: 0 0 0 #000;
	/* font-weight: bold; */
	text-decoration: none;
}
#layout .menuList li a.home {
    background: url(../images/home.png) no-repeat;
    display: block;
    width: 28px;
    background-position: center;
    height:45px;
}
#layout .menuList li a.home span{
	opacity:0;
	display:none;
}

#layout .menuList li a:hover,#layout .menuList li a:focus{
	color: #29754d;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

#layout header.fixed{
    background: #eff1f3;
    position: fixed;
    width: 100%;
	height:auto;
    left: 0px;
    top: 0px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
}

#layout .fixed .temperture, #layout .fixed .language, #layout .fixed .menuList:before, #layout .fixed .logo:after{
	display: none;
}

#layout .fixed .menu{
	padding-top: 0px;
}

#layout .fixed .logo a{
	padding-top: 30px;
}

#layout .menu li.hideOption{
	display: none;
}
#layout .fixed .menu li.hideOption{
    background: url(../images/hide.png) no-repeat center;
}

#layout .fixed .menu li.hideOption{
	display: block;
	position:absolute;
	left:2%;
	cursor:pointer;
}



/*********************************************** HomeContent style ***********************************************/

#layout .homeContent{
	margin:95px 0 0 !important;
}

#layout .homeContent .leftBlock .products{
    padding: 20px 0 0;
    min-height: 235px;
    clear: both;
    overflow: hidden;
}

#layout .homeContent .leftBlock .products li a img{
	margin:auto;
	border-radius: 100% 100%;
	height: 175px;
	transition: all 0.5s linear;
}

#layout .homeContent .leftBlock .products li a img:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#layout .homeContent .leftBlock .products li a:hover img{
	background-color: #195e83;
}

#layout .homeContent .leftBlock .products li a span{
	display:block;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	color:#404040;
	transition: all 0.5s linear;
}

#layout .homeContent .leftBlock .products li a p{
	font-size:16px;
	text-align:center;
	color:#404040;
	width: 230px;
	margin: auto;
	transition: all 0.5s linear;
}

/***********************************************InvestorsRelations style ***********************************************/

#layout .homeContent .leftBlock .InvestorsRelations{
	background: url("/Style%20Library/Images/relationsSlider.jpg") no-repeat;
	min-height:490px;
	background-attachment: fixed;
	background-size:100% 100%;
	padding:65px 0 105px;
	will-change: transform;
}

#layout .homeContent .leftBlock .InvestorsRelations h1{
	font-weight:bold;
	color:#fff;
	text-align:center;
}

#layout .homeContent .leftBlock .InvestorsRelations p{
	font-size:16px;
	color:#fff;
	text-align:center;
	width: 60%;
	margin:0 auto 50px;
	line-height: 23px;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors{
	width: 80%;
	margin: auto;
	text-align: center;
	position: relative;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li{
	width:20%;
	display:inline-block;
	float: right;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a{
	background-color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding-top: 35px;
	margin: 0 auto 10px;
	position: relative;
	display: block;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:hover:after{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
	border-color:#195e83 #195e83 transparent transparent;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(2) a:hover:after{
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(3) a:hover:after{
	-ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Chrome, Safari, Opera */
    transform: rotate(60deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(4) a:hover:after{
	-ms-transform: rotate(-40deg); /* IE 9 */
    -webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
    transform: rotate(-40deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(5) a:hover:after{
	-ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:before,#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:after{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-radius: 100%;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:before{
	border-color: #fff;
	border-width: 1px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:after{
	border-color: #fff #fff transparent transparent;
	border-width: 10px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	transition:1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li div{
	box-sizing: border-box;
	margin: auto;
	/* box-shadow: inset 0 0 #fff; */    /***** new *****/
	position: relative;
	vertical-align: middle;
	height: 140px;
	border-radius:100%;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a img{
	height: 45px;
	margin:  auto;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:hover a img{
    -webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li  span{
	font-size:18px;
	color:#fff;
	text-align:center;
	display: block;
	padding-top: 10px;
	white-space: pre-wrap;
    height: 50px;
    width: 100%;
	text-shadow: 0 0 0;
	transition:all 0.5s linear;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:hover ~ span{
	/* color:#195e83; */
	font-size:18px;
}


/***********************************************newsBlock style ***********************************************/

#layout .homeContent .leftBlock  .headerTitle{
	font-size:24px;
	font-weight:bold;
	float:right;
	margin-top:0;
	margin-bottom: 15px;
}

#layout .homeContent .leftBlock  .more{
	font-size:16px;
	color:#404040;
	float:left;
	position: relative;
    margin-left:20px;
	text-shadow: 0 0 0;
}

#layout .homeContent .leftBlock  .more:after{
	 content: "?";	
	 position:absolute;
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	margin-right:5px
}

#layout .homeContent .leftBlock .eNews{
	background: url("/Style%20Library/Images/bg-news.png") no-repeat #f3f3f3;
	min-height:500px;
	background-size:100% 100%;
	margin-bottom:80px;
	display: table;
	width: 100%;
	padding: 80px 0;  /***new***/
}

#layout .homeContent .leftBlock .eNews .owl-dots{
	display: none !important;
}

#layout .homeContent .leftBlock  .box{
	border:1px solid #ddd;
	border-radius:10px;
	min-height:225px;
	overflow:hidden;
	clear:both;
	background-color:#fafafa;
}

#layout .homeContent .leftBlock  .newsBlock  .box{
	margin-bottom:10px;
}

#layout .homeContent .leftBlock  .newsBlock .newsContent span{
	font-size:16px;
	color:#195e83;
	margin-top: 10px;
    display: block;
}

#layout .homeContent .leftBlock  .newsBlock .newsContent h4 a{
	display:block;
	font-size: 17px;
	color:#404040;
	font-weight: bold;
	line-height: 25px;
	margin-top:0;
	min-height: 55px;
	max-height: 55px;
	overflow: hidden;
}

#layout .homeContent .leftBlock  .newsBlock .newsContent p{
	font-size:16px;
	color:#404040;
	line-height:21px;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess{
	background: url("/Style%20Library/Images/bg-company.png") no-repeat #3a865e;
	min-height: 80px;
	display: block;
	padding: 10px 0;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess div{
	display:inline-block;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess img{
	width: 60px;
	height: 60px;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess span{
	font-size:28px;
	color:#fff;
	font-weight:bold;
}

/***********************************************eventBlock style ***********************************************/

#layout .homeContent .leftBlock .eventBlock .box{
	padding: 10px 20px;
}
	/***************calendar style ****************/
	
.calendar .weekdays{
	background-color: #4b8c6a;
}

.calendar .weekdays td{
	color:#fff;
	font-weight:bold;
	border: 0;
}	

.calendar .weekdays td:first-child{
	border-radius: 0px 10px 10px 0px;
}	

.calendar .weekdays td:last-child{
	border-radius: 10px 0px 0px 10px;
}
	
.calendar table{
    width: 100%;
    text-align: center;
    margin: auto;
}
.other-month{
    opacity: .5;
}
.fc-right h2 {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
}

.days td:last-child{
    border-left: 0px solid #e1e1e1;
}
.days td{
	border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.days.last td{
	border-bottom: 0px solid #e1e1e1;
}

.weekdays td {
}
.weekdays td:first-child{
}
.weekdays td>span{
    height: 27px;
    font-size: 17px;
    display: block;
}
.days td{
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    color: #404040;
    padding: 8px 17px;
}
.days td.event{
    background: #195e83;
    color: white !important;
}
.month th.next span,.month th.prev span{
   display: block;
   position: absolute;
   top: 3px;
}
.month th.prev,.month th.next{
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 80px;
}

.month th.prev{
	left: 37px;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 1;
}

.tooltip-inner {
	color: #404040;
    text-shadow: 0 0 0;
    min-height: 40px;
    background: url("../Images/tooltip.png") no-repeat right center #fff;
    font-size: 14px;
    padding: 9px 55px 5px 10px;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 3px 12px 1px #8e8e8e;
    max-width:350px;
}

.tooltip::before{
    content: "";
    background: url("../Images/calArrow.png");
    position:absolute;
    width:35px;
    height:29px;
    bottom:-23px;
    right:30%;	
}


.tooltip-arrow{
	border:0 !important;
}


/***********************************************owl-carousel style ***********************************************/

.owl-carousel .item{height:auto;}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut{0%{opacity:1;} 100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1;} 100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel{display:none;width: 100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;margin:5px auto 0;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0);}
.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img{height: 185px;margin-top: 7px;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-theme .owl-controls{margin-top:10px;text-align:left;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#075641;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;}
.owl-theme .owl-dots .owl-dot span{width: 15px;height: 15px;margin:5px 7px;border: 1px solid #fff;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff}
.owl-next{background:url("/Style%20Library/Images/next.png") no-repeat !important;width:30px;height:29px;position:absolute;left: 7.5%;bottom:0px;right: auto;}
.owl-prev{background:url("/Style%20Library/Images/prev.png") no-repeat !important;width:30px;height:29px;position:absolute;left: 2%;bottom: 0px;right: auto;}

/*********************************************** gallary style ***********************************************/

#layout .homeContent .leftBlock .gallary{
	margin-bottom:50px;
}

#layout .homeContent .leftBlock .gallaryBlock .block{
	clear:both;
	margin-bottom:0;
}

.view > img,.modal img{
	width:100%;
}

/*********NEW************/
#layout .homeContent .leftBlock .gallaryBlock .box{
	border: 0;
    border-radius: 0;
    min-height: auto;
    overflow: inherit;
    clear: both;
    background-color: transparent;
}

.view .zoomin{
	margin-top:0 !important;
	height:auto !important;
}

#layout .homeContent .leftBlock .gallaryBlock .owl-prev{
	right:auto;
	left:10px;
	bottom:2px;
}

#layout .homeContent .leftBlock .gallaryBlock .owl-next{
	right:auto;
	left:45px;
	bottom:2px;
}

.imgModal{
	display:none;
	position:fixed;
	z-index:9999;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top:0;
}

.imgModal .modal-content{
	width:40%;
    margin: 10% auto;
}

.imgModal .modal-content .modal-body img{
	width: 100%;
}

/*********NEW************/


.view > img{
	height: 174px;
	border-radius: 10px;
}

.view-second .content img {
   -webkit-transition: all 0s;
   -moz-transition: all 0s;
   -o-transition: all 0s;
   -ms-transition: all 0s;
   transition: all 0s;
   display: inline-block;
   position: relative;
}

.view-second .modal img {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.modal {
    background-color: rgba(0,0,0,0.7);
	overflow: auto;
}

.modal-open {
    overflow: auto;
}

.modal-content{
	border-radius:25px;
}

.modal-footer {
    padding: 0;
    margin-top: 0;
    text-align: left;
    border-top: 0px solid #e5e5e5;
}

.close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -4px;
    right:-8px;
    background: #fff !important;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #404040;
    opacity: 1;
	padding: 0;
    cursor: pointer;
}

button.close {
    min-width: auto;
}

.view button{
	background-color: transparent;
    border: 0;
    min-width: auto;
}

.modal-body {
	padding:10px;
}

.view button:hover,.view button:focus,.view button.active{
	background-color: transparent;
    border-color: transparent;
	box-shadow: none;
    outline: 0;
}

#layout .homeContent .leftBlock .gallaryBlock .more{
	margin-left:35px;
}

.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   padding-right: 0;
   padding-left: 15px;
   margin-bottom: 10px;
   height:148px;  /*****new******/
   border-radius:10px;
}

.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   padding-top:17px;  /*****new******/
   left: 15px;
   right: 0;
}

.view img {
   display: block;
   position: relative;
}

.view p {
   font-size: 18px;
   position: relative;
   color: #fff;
   width: 90%;
   margin: auto;
   font-weight: bold;
}

.view-second img {
   -webkit-transition: all 0.1s ease-in;
   -moz-transition: all 0.1s ease-in;
   -o-transition: all 0.1s ease-in;
   -ms-transition: all 0.1s ease-in;
   transition: all 0.1s ease-in;
}

.view-second .mask {
   background-color: rgba(0,0,0, 0.5);
   width: calc(100% - 15px);
   padding: 60px;
   height:100%;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(265px, 145px) rotate(45deg);
   -moz-transform: translate(265px, 145px) rotate(45deg);
   -o-transform: translate(265px, 145px) rotate(45deg);
   -ms-transform: translate(265px, 145px) rotate(45deg);
   transform: translate(265px, 145px) rotate(45deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   border-radius: 10px;
   overflow: hidden;
}

.view-second img {
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-second p {
   -webkit-transform: translate(-200px, 200px);
   -moz-transform: translate(-200px, 200px);
   -o-transform: translate(-200px, 200px);
   -ms-transform: translate(-200px, 200px);
   transform: translate(-200px, 200px);
   -webkit-transition: all 0s ease-in-out;
   -moz-transition: all 0s ease-in-out;
   -o-transition: all 0s ease-in-out;
   -ms-transition: all 0s ease-in-out;
   transition: all 0s ease-in-out;
}

.view-second:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(0px, 0px) rotate(0deg);
   -moz-transform: translate(0px, 0px) rotate(0deg);
   -o-transform: translate(0px, 0px) rotate(0deg);
   -ms-transform: translate(0px, 0px) rotate(0deg);
   transform: translate(0px, 0px) rotate(0deg);
}

.view-second:hover img {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.view-second:hover p {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.view-second > img {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   height: 147px !important;  /*****new******/
   margin-top: 0 !important;   /*****new******/
}		

/*********************************************** vedio style ***********************************************/

#layout .homeContent .leftBlock .videoBlock .box{
	background-color: transparent;
	padding: 0px; /*****new******/
	height: auto;  /*****new******/
	border:0;
	overflow: inherit;
}

#layout .homeContent .leftBlock .videoBlock .box iframe{
	width:100%;
    border-radius: 10px;
    height:305px;
}

#layout .homeContent .leftBlock .videoBlock .box  .owl-next {
    background: url("/Style%20Library/Images/next.png") no-repeat !important;
    left: 30px;
    bottom: -45px;
    right: auto;
}

#layout .homeContent .leftBlock .videoBlock .box  .owl-prev {
    background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    left: -5px;
    bottom: -45px;
    right: auto;
}

#layout .homeContent .leftBlock .videoBlock .owl-dots{
	display: none !important;
}

#layout .homeContent .leftBlock .videoBlock .owl-carousel .owl-item img {
	border-radius:10px;
}

.newsBlock  .owl-carousel .owl-item img{
	height:167px;
	width:100%;
}

/*********************************************** Voteing style ***********************************************/

#layout .homeContent .leftBlock .vote p{
	padding: 10px 15px;
	width: 97%;
	font-size: 20px;
	background-color: #fff;
	min-height: 60px;
	margin: 0px auto 10px;
	line-height: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol li input[type="radio"]{
	margin: 10px 0 0 5px;
	vertical-align: middle;
}

#divQuestion .radio{
	margin-top:20px;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol{
    width: 90%;
    background: url("../Images/voteBg.png") no-repeat left bottom;
    min-height: 140px;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol li{
	margin: 0 0 5px 0;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol label {
    color: #707070;
    font-weight: normal;
    font-size: 18px;
    vertical-align: baseline;
}

#layout .homeContent .leftBlock .vote .formBtn{
	width: 90%;
	margin: 0 auto;
}

#layout .homeContent .leftBlock .vote .formBtn a.voteBtn{
	font-size: 20px;
}

#layout .homeContent .leftBlock .vote .formBtn > a.voteBtn:last-child::before {
    content: "|";
    margin: 0 3px;
}

.voteAction{
	background: url("../Images/voteBg.png") no-repeat left bottom;
	padding: 0 15px;
}

.votingItems{
	display: block;
    margin-bottom: 5px;
}

.Internal_vote{
	margin-top: 10px;
    border-bottom: 1px solid #04774b;
    display: inline-block;
    padding-bottom: 2px;
}



/*********************************************** links style ***********************************************/

#layout .homeContent .leftBlock .links{
	margin-bottom:0;
}

#layout .homeContent .leftBlock .links .headerTitle{
	float:none;
}

#layout .homeContent .leftBlock .voting h4{
	padding: 10px 15px;
	width: 97%;
	font-size: 20px;
	background-color: #fff;
	height: 85px;
	margin: 0px auto 10px;
	line-height: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

#layout .homeContent .leftBlock .voting ul li input[type="radio"]{
	margin: 0 0 0 5px;
	vertical-align: middle;
}

#layout .homeContent .leftBlock .voting ul{
    margin: 0 auto;
    width: 90%;
    background: url("/Style%20Library/Images/voteBg.png") no-repeat left;
}

#layout .homeContent .leftBlock .voting ul li{
	margin: 0 0 5px 0;
}

#layout .homeContent .leftBlock .voting ul li label {
    color: #707070;
    font-weight: normal;
    font-size: 18px;
}

#layout .homeContent .leftBlock .voting .voteBtns{
	width: 90%;
	margin: 0 auto;
}

#layout .homeContent .leftBlock .voting .voteBtns .voteBtn{
	background:none;
	color: #29754d;
	font-size: 20px;
}

#layout .homeContent .leftBlock .voting .voteBtns a{
	color: #29754d;
	font-size: 20px;
}

#layout .homeContent .leftBlock .voting .voteBtns a::before {
    content: "|";
    margin: 0 3px;
}

#layout .homeContent .leftBlock .links .box {
	padding:15px;
	min-height:300px;
}

#layout .homeContent .leftBlock .impLinks .box {
	background-color: #eaeaea;
}

#layout .homeContent .leftBlock .impLinks select {
	color: #404040;
    background: #fff;
    width: 100%;
    height: 45px;
    font-size: 20px;
    border: 1px solid #ddd;
	border-radius: 10px;
    background-color: #fff;
    text-indent: 10px;
}

#importantLinks a.left{
	background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    left: 10%;
    top: 30%;
	display:none;
}

#importantLinks a.right{
	background: url("/Style%20Library/Images/next.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    right: 10%;
    top: 30%;
	display:none;
}

#importantLinks:hover a.left{
	display:block;
}

#importantLinks:hover a.right{
	display:block;
}

#importantLinks .item a img{
	margin:auto;
	max-height: 223px;
}

.productList img{
	display: block;
    margin: 6px auto 0;
    height: 180px;
    border-radius: 10%;
    width: 75%;
    margin-top:20px;
 }

.productList .swiper-slide span{
	color:#195e83;
	font-size: 19px;
	font-weight:bold;
	text-align: center;
	display: block;
	opacity: 0;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
    position: absolute;
    width: 250px;
    right: -62px
}

.productList p{
	padding: 10px 15px;
    width: 97%;
    font-size: 20px;
    background-color: #fff;
    height:45px;
    margin: 0px auto 10px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.productList .swiper-slide.swiper-slide-active span{
	opacity: 1;
}

.productList .swiper-button-next{
	background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 70%;
    left: -30px !important;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    opacity: 0;
}

.productList .swiper-button-prev{
	background: url("/Style%20Library/Images/next.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 70%;
    right:-30px !important;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    opacity: 0;
}

.productList .box:hover .swiper-button-next ,.productList .box:hover .swiper-button-prev{
	opacity: 1;
}

.productList .swiper-slide {
    opacity: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.8);
}
.productList .swiper-slide img{
 	width: 100%;
 	height: 160px;
 }
.productList .swiper-container{
	max-width: 300px;
    padding: 35px 0px 0;
}
.productList .swiper-slide.swiper-slide-active{
	z-index: 10;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 1;
}
.productList .swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next{
	z-index: 9;
	opacity: 1;
}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{}.swiper-container-3d .swiper-slide-shadow-right{}.swiper-container-3d .swiper-slide-shadow-top{}.swiper-container-3d .swiper-slide-shadow-bottom{}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/**********new***********/

/***********************************************InvestorsRelations style ***********************************************/

.InInvestorsRelations{
	min-height:300px;
}

.InInvestorsRelations h1{
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.InInvestorsRelations p{
	    font-size: 14.5px;
    color: #404040;
    text-align: right;
    font-weight: 900;
    padding: 10px 15px;
    margin: 0;
    line-height: 23px;
}

.InInvestorsRelations .Investors{
	position: relative;
	text-align:center;
}

.InInvestorsRelations .Investors li{
	width:18%;
	display:inline-block;
	margin: 15px 0;
}

.InInvestorsRelations .Investors li a{
	background-color: #003d57;
	width: 90px;
    transition: all 1s linear;
	height: 90px;
	border-radius: 50%;
	padding-top: 23px;
	margin: 0 auto 10px;
	position: relative;
	display: block;
}

.InInvestorsRelations .Investors li:hover :after{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.InInvestorsRelations .Investors li:nth-child(2):hover :after{
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

.InInvestorsRelations .Investors li a:before, .InInvestorsRelations .Investors li a:after{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-radius: 100%;
}

.InInvestorsRelations .Investors li a:before{
	border-width: 1px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
}

.InInvestorsRelations .Investors li:hover:before{
}

.InInvestorsRelations .Investors li a:after{
	border-width: 10px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	transition:1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}

.InInvestorsRelations .Investors li div{
	    box-sizing: border-box;
    margin: auto;
    box-shadow: inset 0 0 #fff;
    position: relative;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    vertical-align: middle;
    height: 270px;
    margin: 0 10px;
    padding: 15px 0;
    border-radius: 20px;
}

.InInvestorsRelations .Investors li a img{
	height: 40px;
	margin:  auto;
	width:auto;
}

.InInvestorsRelations .Investors li:hover a img{
    -webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

.InInvestorsRelations .Investors li:hover a {}
  
.InInvestorsRelations .Investors li  span {
	font-size:18.6px;
	color:#404040;
	text-align:center;
	display: block;
	margin: 10px 0 15px;
	white-space: pre-wrap;
	font-weight:900;
    height: 50px;
    width: 100%;
	text-shadow: 0 0 0;
    transition: all 1s;
}

#productListLinks a.left{
	background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    left:0;
    top:45%;
	display:none;
}

#productListLinks a.right{
	background: url("/Style%20Library/Images/next.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    right:0;
    top:45%;
	display:none;
}

#productListLinks:hover a.left{
	display:block;
}

#productListLinks:hover a.right{
	display:block;
}

/*********************************************** footer ***********************************************/

footer{
	background: url("/Style%20Library/Images/footer.png") no-repeat #404040 100% 100%;
	height: 100px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

footer .footerLinks{
	/* min-height: 200px; */
	text-align: center;
	padding: 20px 30px 0px;
	display:table;
}

.subscribe {
	/* border-bottom: 2px solid #6f6f6f; */
	/* border-top: 2px solid #6f6f6f; */
	padding: 20px 0 0;
}

footer .footerLinks li{
	width: 18%;
	text-align: right;
	display: inline-block;
	float:right;
	margin: 0 2% 7px 0;
}

footer .footerLinks li a{
	color:#fff;
	font-size:13px;
	position: relative;
	outline: none;
	letter-spacing: 1px;
	padding: 0 0px 7px 0;
}

footer .footerLinks li a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

footer .footerLinks li a::before {
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

footer .footerLinks li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #1d8ec7;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

footer .footerLinks li a:hover::before,
footer .footerLinks li a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

footer .footerLinks li a:hover::after,
footer .footerLinks li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

footer .iso {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 4px 0 0;
}

.subscribe .subscribeInput{
	height: 35px;
	background: #fff;
	border: 0;
	color: #404040;
	font-size: 16px;
	margin: 10px 0 0 0px;
	width: 100%;
	border-radius: 10px;
	padding-right: 10px;
	direction:rtl !important;
}

.subscribe .subscribeBtn{
	background-color: #404040;
	min-width: 80px;
	height: 31px;
	line-height: 14px;
	float: left;
	color: #fff;
	position: absolute;
	left: 20px;
	top;
	top: 34px;
	font-size: 14px;
	border-radius: 7px;
	border:0;
}

.subscribe .subscribeBtn:hover{
}

.subscribeForm  label{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0px;
}

.DevHelperValCtrl,.DevHelperRequiredMark{
	color: #f17d7d;
}

.subscribe > a{
	margin-top:15px;
}

.subscribe  ul{
	margin-top: 5px;
	float: left;
	text-align: left;
}

.subscribe  ul li{
	display:inline-block;
	margin-right:10px;
}

.subscribe  ul li a{
	display: block;
	border-radius: 15px;
	width: 53px;
	height: 53px;
	/* box-shadow: 0 0 2px #fff; */
}

/*.subscribe  ul li a.rss:hover{
	background:url(/Style%20Library/Images/rssH.png) no-repeat center 10px #fff;
}

.subscribe  ul li a.linked:hover{
	background:url(/Style%20Library/Images/linkedInH.png) no-repeat 10px 10px #fff;
}

.subscribe  ul li a.youtupe:hover{
	background:url(/Style%20Library/Images/youtubeH.png) no-repeat 10px 10px #fff;
}

.subscribe  ul li a.twitter:hover{
	background:url(/Style%20Library/Images/twitterH.png) no-repeat 7px 10px #fff;
}*/

/* .subscribe  ul li a:hover img{ */
	/* display:none; */
/* } */

.subscribe  ul li a img{
	margin:auto;
	padding-top: 10px;
	height:35px;
}

#layout footer .copyRights{
	/* text-align: center; */
	padding: 15px 0 0px;
	clear: both;
	display: inline-block;
}

#layout footer .copyRights .footerNav {
    text-align: left;
}

#layout footer .copyRights p{
	display:inline-block;
	color:#fcfcfc;
	font-size:16px;
}

#layout footer .copyRights .footerNav a{
	display: inline-block;
    color: #fcfcfc;
    font-size: 13px;
    margin-left: 10px;
	position:relative;
    padding-bottom:6px;
}

#layout footer .copyRights .footerNav a:before{
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

#layout footer .copyRights .footerNav a:after{
	content: '';
	position: absolute;
	left:0;
	bottom: 0;
	width:100%;
	height: 2px;
	background: #1d8ec7;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

#layout footer .copyRights .footerNav a:hover::before,
#layout footer .copyRights .footerNav a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

#layout footer .copyRights .footerNav a:hover::after,
#layout footer .copyRights .footerNav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#layout footer .copyRights .rightUl{
	padding:0;
	text-align:right;
}

#layout footer .copyRights .leftUl{
	float: left;
	text-align: left;
}

#layout footer .copyRights ul li{
	display:inline-block;
	margin-right: 5px;
}

#layout footer .copyRights .leftUl li a img{
	width:88px;
	height:31px;
}

/*#layout footer .copyRights .leftUl li.w3wa:hover{
	background:url(/Style%20Library/Images/w3waH.png) no-repeat;
	vertical-align:middle;
	width:88px;
	height:31px;
}

 #layout footer .copyRights .leftUl li.w3html:hover{
	background:url(/Style%20Library/Images/w3htmlH.png) no-repeat;
	vertical-align:middle;
	width:88px;
	height:31px;
}

 #layout footer .copyRights .leftUl li.w3css:hover{
	background:url(/Style%20Library/Images/w3cssH.png) no-repeat;
	vertical-align:middle;
	width:88px;
	height:31px;
}*/

#layout footer .copyRights .leftUl li:hover img{
	display:none;
	width:88px;
	height:31px;
}


/*********************************************** up style ***********************************************/

.cd-top {
  display: inline-block;
  height: 45px;
  width: 45px;
  position: fixed;
  bottom: 40px;
  left:25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  /* overflow: hidden; */
  text-indent: 100%;
  white-space: nowrap;
  /* background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%; */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:3;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  background:url(../images/up.png) no-repeat;
  width:60px;
  height:60px;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  /* background-color: #e86256; */
  opacity: 1;
}


@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}


/*********************************************** Force Config style ***********************************************/

.form-group{
	margin-bottom:0;
	padding: 15px;
}

#layout .dropdown-menu > li > a{
	font-size: 16px;
	padding: 0 20px 6px;
	color: #404040 !important;
}

#layout .dropdown-menu > li > a:hover,#layout  .dropdown-menu > li > a:focus {
    color: #fff !important;
    /* background-color: #36637e; */
    border-radius: 20px;
}

.navbar {
	margin-bottom: 0 !important;
}

.navbar-form {
	float:left;
	margin-top:40px !important;
}

.navbar-default {
    background-color: transparent !important;
	border-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color:transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    /* background-color: #3297DB; */
}

.navbar-toggle {
	float: none;
    /* color: #007548 !important; */
    /* background-color: #ebf0f2 !important; */
    border-radius: 5px;
    width: 100%;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 10px 10px;
}

header.fixed .navbar-toggle {
    color: #eff1f3 !important;
}

.dropdown-menu{
	direction: rtl;
	background-color: #eff1f3;
	display: none;
	position: absolute;
	z-index:2;
	margin: 0;
	border-radius: 10px;
}

.navbar-collapse{
	border-top:0;
	padding-left:0;
}

.nav > li >a{
	padding:15px 11px !important;
}

.navbar-nav > li.activeMenu{
	/* background-color:#3297db; */
	height: 41px;
}

.navbar-nav > li.activeMenu a::after{
	content:"sds";
	background-image:url("/Style%20Library/Images/rowMenu.png");
	background-position:center 128%;
	background-repeat:no-repeat;
	color:transparent;
    position: absolute;
    top: 41px;
    right: 40%;
}

.navbar-nav > li  a:hover{
	color:#fff !important;
}

.navbar-nav > li.activeMenu a{
	color:#fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:#000 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:#000 !important;
	background-color: #f3f3f3;
}

.navbar-default .navbar-nav > li > a {
	color: #404040;
    font-size: 16px;
	line-height: 12px;
}

.navbar-default{
	padding-right:0 !important;
}

.nav-tabs {
	border-bottom: 0 !important;
    /* background-color: #eb8f2c; */
    color: #fff;
	height:41px;
}

.nav-tabs > li > a {
	color: #fff;
	opacity:.6;
	font-size:14px;
	line-height: 10px !important;
}

.nav-tabs li.more{
	float:left;
	margin: 10px 10px 0;
}

.nav-tabs li.more a {
	opacity:1;
	padding:9px 7px !important; 
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #fff !important;
    background-color:transparent !important;
    border: transparent !important;
    border-bottom-color:transparent;
	opacity:1;	
}

.nav-tabs > li > a:hover{
	border-color:transparent !important;
	background-color:transparent !important;
}

.nav-tabs > li > a:active{
	color:#fff !important;
}

.libraryTab .list-group {
	margin-bottom: 5px !important;
}

.list-group-item {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	border-bottom: 1px solid #e1e1e1 !important;
}

.tabContainer .list-group-item, .servicesTab .list-group-item {
	background-color: transparent !important;
	float: right;
	padding: 5px !important;
	border-bottom: 1px solid transparent !important;
}
	
.thumbnail {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border:1px solid transparent !important;
	background-color: transparent !important;
}

.caret {
    border-top: 4px solid #000;
}

#layout .menuList li.active .caret{
    border-top: 4px solid #36637e;
}


/*********************************************** Media Query ***********************************************/

@media (min-width:1400px){
	.container {
		width: 1300px;
	}
	#layout .logo a img{
		height:43px;
	}
}

@media screen and (min-width:1280px) and (max-width: 1380px){
	#layout .fixed .logo a {
		padding-top: 20px;
	}
	#layout .menuList:before {
		height: 50px;
	}
	#layout .menuList {
		min-height: 50px;
	}
	#layout .menuList li {
		height: 35px;
		margin-top: 8px;
		line-height: 29px;
		margin-right:15px;
	}
	#layout .menuList li a{
		font-size:15px;
	}
	#layout .menuList li a.home{
		height:30px;
	}
	#layout .menuRow {
		margin-top: 0;
	}
	#layout .slider figure img{
		height:400px;
	}
	#layout .slider figure figcaption a{
		height: 70px;
		font-size: 19px;
		line-height: 45px;
	}
	.owl-theme .owl-dots .owl-dot span{
		width: 10px;
		height: 10px;
		margin: 0px 7px;
	}
	#layout .homeContent .leftBlock .products li a img:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#layout .homeContent .leftBlock .products li a span {
		font-size: 19px;
	}
	.side-intro {
		top: 200px;
	}
	#layout .homeContent .leftBlock .newsBlock  .owl-carousel .owl-item img {
		height: 140px;
	}
	#layout .homeContent .leftBlock .newsBlock .companyProcess {
		padding: 10px 0 0;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		overflow:inherit;
	}
	#layout .homeContent .leftBlock .videoBlock .headerTitle {
		margin-bottom: 8px;
	}
	#layout .homeContent .leftBlock .videoBlock .owl-carousel .owl-item img {
		height:300px;
	}
	#layout .homeContent .leftBlock .videoBlock .box .owl-next {
		left: 30px;
		bottom: -45px;
		right: auto;
	}
	#layout .homeContent .leftBlock .videoBlock .box .owl-prev {
		left: -5px;
		bottom:-45px;
		right: auto;
	}
	#layout .homeContent .leftBlock .eNews {
		min-height: 440px;
		padding: 40px 0;
	}
	footer {
		min-height:280px;
	}
	.subscribe {
		padding: 5px 0;
	}
	.subscribe ul {
		margin-top: 20px;
	}
	.subscribeForm label {
		font-size: 15px;
	}
	.subscribe .subscribeInput {
		height: 35px;
		font-size: 14px;
		border-radius: 7px;
	}
	#layout footer .copyRights {
		text-align:right;
	}
	#layout footer .copyRights .footerNav {
		text-align:left;
	}
	.subscribe .subscribeBtn {
		font-size: 14px;
		top: 34px;
		border-radius: 5px;
	}
	#layout footer .copyRights .footerNav {
		text-align: left;
	}
	.subscribe ul li a {
		border-radius: 10px;
		width: 45px;
		height: 45px;
	}
	.subscribe ul li a img {
		height: 35px;
	}
	.subscribe ul li a.rss:hover {
		background-size: 27px;
	}
	.subscribe ul li a.linked:hover {
		background-size: 27px;
	}
	.subscribe ul li a.youtupe:hover {
		background-size: 27px;
	}
	.subscribe ul li a.twitter:hover {
		background-size: 32px;
	}
	footer .iso {
		margin:0;
	}
}

@media screen and (min-width:1220px) and (max-width: 1400px){
	.container{
		width: 1000px;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors {
		width: 98%;
	}
	#layout .homeContent .leftBlock .newsBlock .newsContent h4 {
		font-size: 15px;
	}
	#layout .homeContent .leftBlock .newsBlock .newsContent p {
		font-size: 14px;
	}
	.days td {
		padding: 8px 10px;
	}
	.view p {
		font-size: 15px;
	}
	#layout .homeContent .leftBlock .gallaryBlock .headerTitle {
		margin-bottom: 10px;
	}
	.view,.view>img{
		height: 145px !important;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		height: auto;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-prev {
		bottom: -7px;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-next {
		bottom: -7px;
	}
	#layout .homeContent .leftBlock .vote p {
	    font-size: 17px;
	}
	footer .footerLinks li a {
		font-size: 12px;
	}
	.owl-prev{
		left: 3%;
		bottom: -7px;
		right:auto;
	}
	.owl-next {
		left: 10%;
		bottom: -7px;
		right: auto;
	}
	#layout footer .copyRights .leftUl li a img{
		width:88px;
	}
	#layout .homeContent .leftBlock .eventBlock .box {
   		 padding: 9px 20px 0px;
	}
}

@media screen and (min-width: 992px) and (max-width:1200px){
	#layout .logo a img {
		width: 135px;
		margin-top: 3px;
	}
	#layout .homeContent .leftBlock .InvestorsRelations{
		background-attachment:inherit;
	}
	#layout .temperture .slahTime,#layout .temperture a,.side-intro,.day,#layout .temperture a{
		display:none;
	}
	#layout .slider figure img {
		height: 350px;
	}
	#layout .menuList li {
		margin-right: 0px;
		padding: 0px 7px;
	}
	#layout .menuList li a,#layout .homeContent .leftBlock .voting h4,#layout .homeContent .leftBlock .voting ul li label{
		font-size:15px;
	}
	#layout .homeContent .leftBlock .voting h4 {
		padding: 5px 15px;
		height: 60px;
		line-height: 23px;
	}
	#layout .slider figure figcaption {
		font-size: 20px;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 13px;
		height: 13px;
	}
	.days td {
		padding: 6px 10px;
	}
	#layout .homeContent .leftBlock  .InvestorsRelations  .container{
		width:auto;
	}
	#layout .homeContent .leftBlock .videoBlock .box iframe{
		height:262px;
	}
	#importantLinks a.left {
		background: url("/Style%20Library/Images/prev.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		left: 10%;
		top: 30%;
	}
	#importantLinks a.right {
		background: url("/Style%20Library/Images/next.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		right: 10%;
		top: 30%;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		height: auto;
	}
	#layout .language ul li:first-child{
		margin-left:0;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent h4{
		font-size:16px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent p{
		font-size:13px;
	}
	.view,.view > img{
		height: 126px;
	}
	.view-second .mask{
		display:none;
	}
	.view-second .content button img{
		display:block;
		margin: 65% 0;
		margin-top:60% !important;
		-webkit-transform: translate(0px,0px);
		-moz-transform: translate(0px,0px);
		-o-transform: translate(0px,0px);
		-ms-transform: translate(0px,0px);
		transform: translate(0px,0px);
	}
	.view-second .content  img[src*="gallary"]{
		display:none;
	}
	.view-second p{
		display:none;
	}
	.owl-prev {
		left: 2%;
		bottom: -6px;
		right:auto;
	}
	.owl-next {
		left: 10%;
		bottom: -7px;
		right:auto;
	}
	.productList span,.subscribe .subscribeInput{
		font-size:18px;
	}
	footer .footerLinks li a {
		font-size: 13px;
	}
	#layout footer .copyRights .leftUl li a img{
		width:60px;
	}
	footer .footerLinks li:nth-child(14) {
		display:none;
	}
	.InInvestorsRelations .Investors li{
		width: 24%;
	}
	.InInvestorsRelations .Investors li div{
		height:243px;
	}
}

@media screen and (min-width:767px) and (max-width:991px){
	#layout .homeContent {
		margin-top: 160px !important;
	}
	#layout header.fixed {
		position: absolute;
	}
	#layout .homeContent .leftBlock .vote #divQuestion .radio ol{
		min-height:auto;
	}
	#layout .fixed .menu li.hideOption {
		left: 2%;
		top:30%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations {
	    background-attachment: inherit;
	}
	#layout .slider figure img {
		height: 350px;
	}
	#layout .logo a img{
		width:150px;
		margin-top:3px;
	}
	#layout .menu .temperture {
		position: absolute;
		top: -60px;
		right: 27%;
	}
	#layout .temperture .slahTime, #layout .temperture .day,#layout .temperture a{
		display:none;
	}
	#layout .menu .language  {
		position: absolute;
		top: -60px;
		left: 0;
	}
	.navbar-collapse{
		padding-right:65px;
	}
	#layout .menuList:before{
		right:20px;
	}
	#layout .menuList li {
		margin-right: 0px;
		padding: 0 6px;
	}
	#layout .menuList li a,#layout .homeContent .leftBlock  .newsBlock .newsContent h4,.weekdays td>span,#layout .homeContent .leftBlock .voting ul li label,#layout .homeContent .leftBlock .InvestorsRelations .Investors li  span{
		font-size:15px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent p{
		font-size:13px;
	}
	#layout .menu,#layout .menuRow{
		padding-right: 0;
	}
	#layout .homeContent .leftBlock .products li{
		margin-bottom:20px;
	}
	#layout .homeContent .leftBlock  .InvestorsRelations  .container{
		width:auto;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors{
		width:100%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li a {
		/*width: 105px;
		height: 105px;*/
	}
	.side-intro{
		top:225px;
	}
	#layout .slider figure figcaption {
		font-size: 18px;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
	#layout .searchBox input{
		width:90%;
	}
	.newsBlock  .owl-carousel .owl-item img{
		padding-left:15px;
	}
	.owl-prev {
		left: 10px;
		bottom: -7px;
		right: auto;
	}
	.owl-next {
		left:45px;
		bottom: -7px;
		right: auto;
	}
	#layout .homeContent .leftBlock  .newsBlock .companyProcess span,#layout .homeContent .leftBlock .voting .voteBtns a,
	#layout .homeContent .leftBlock .voting .voteBtns .voteBtn,.productList span,#layout .homeContent .leftBlock .impLinks select,.productList span,.subscribe .subscribeInput{
		font-size:18px;
	}
	#layout .homeContent .leftBlock .eventBlock .box{
		padding:12px 10px;
	}
	.days td{
		padding: 8px 5px;
	}
	.view-second .mask{
		display:none;
	}
	.view-second .content button img{
		display:block;
		-webkit-transform: translate(0px,0px);
		-moz-transform: translate(0px,0px);
		-o-transform: translate(0px,0px);
		-ms-transform: translate(0px,0px);
		transform: translate(0px,0px);
	}
	.view-second .content  img[src*="gallary"]{
		display:none;
	}
	.view-second p{
		display:none;
	}
	.owl-carousel .owl-item img{
		height:168px;
	}
	#layout .homeContent .leftBlock .newsBlock .companyProcess {
		min-height: 50px;
		padding: 4px 0;
	}
	#layout .homeContent .leftBlock .newsBlock .companyProcess img {
		width: 45px;
		height: 45px;
	}
	#layout .homeContent .leftBlock .eNews{
		padding:50px 0;
	}
	#layout .homeContent .leftBlock .videoBlock .box .vedio {
		height: 204px;
	}
	#layout .homeContent .leftBlock  .box{
		height:auto;
		min-height:190px;
	}
	#layout .homeContent .leftBlock .links .box{
		min-height:240px;
	}
	#layout .homeContent .leftBlock .voting h4 {
		padding: 1px 12px;
		font-size: 12px;
		height: 50px;
		line-height: 22px;
	}
	footer .footerLinks li {
		width: 31%;
	}
	footer .socialMedia{
		/* display:none; */
	}
	#layout .homeContent .leftBlock .eNews{
		min-height:400px;
	}
	#layout footer .copyRights .leftUl  li {
		margin-left: 0;
		width: 29%;
	}
	.leftUl img{
		margin: 10px 0;
		width:100% !important;
	}
	.leftUl{
		text-align:right !important;
	}
	#layout footer .copyRights p {
		font-size: 16px;
	}
	#importantLinks a.left {
		background: url("/Style%20Library/Images/prev.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		left: 10%;
		top: 30%;
	}
	#importantLinks a.right {
		background: url("/Style%20Library/Images/next.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		right: 10%;
		top: 30%;
	}
	footer .footerLinks li a {
		font-size: 14px;
	}
	.productContent {
		margin: 25px auto 0;
	}
	.productList .prev{
		left:3%;
	}
	.view,.view > img{
		height:95px;
	}
	.productList .swiper-slide img {
	    height: 140px;
	}
	.productList .swiper-container{
		padding-top: 25px;
	}
	.productList .swiper-slide span{
		font-size: 18px;
		right:-85px;
	}
	.productList img{
		height:auto;
	}
	#layout .menuList li.active {
		border:0;
	}
	#layout .menuList li.active > a, #layout .menuList li.active:hover a {
		color: #333;
	}
	#layout .menuList li.active .caret {
		border-top: 4px solid #000;
	}
	.imgModal .modal-content {
		width: 90%;
		margin: 50% auto;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		height: auto;
		min-height: inherit;
	}
	footer .footerLinks li:nth-child(14) {
		display:none;
	}
	.fc-scroller {
	    height: 250px !important;
	}
	.fc-unthemed td{
		padding:0;
	}
	#layout .homeContent .leftBlock .vote p {
	    padding: 7px 15px;
	    width: 100%;
	    font-size: 15px;
	    min-height: 35px;
	    line-height: 20px;
	}
	#layout .homeContent .leftBlock .videoBlock .box iframe{
		height:200px;
	}
	.InInvestorsRelations .Investors li {
		width: 45%;
	}
}

@media screen and (min-width:110px) and (max-width:500px){
	.InInvestorsRelations .Investors li {
		width: 90%;
	}
}

@media screen and (min-width:500px) and (max-width:767px){
	.InInvestorsRelations .Investors li {
		width: 45%;
	}
}

@media screen and (min-width:110px) and (max-width:765px){	
	.login-form .col-2-form-ver .formRow {
		width: 90% !important;
	}
	#layout header{
		 /* background-color: #136a8e; */
		  height: auto;
	}
	.login_txtbox{
		height: 18px !important;
		margin-right: -18px !important;
	}
	#layout .logo a {
		width: 100%;
	}
	#layout .menuList li.active {
		border: none;
	}
	#layout .homeContent .leftBlock .products li{
		margin-bottom:20px;
	}
	#layout .logo:after,#layout .menuList:before{
		content:none;
	}
	.navbar-toggle {
	}
	#layout .menu{
		padding-right:0px;
		margin: 0;
	}
	#layout .dropdown-menu > li > a {
		color: #fff!important;
	}
	#layout .menu .temperture {
		/* margin-bottom:15px; */
		/* padding-left: 0; */
		/* padding-right:6px; */
		display:none;
	}
	#layout .language {
		float: left;
	}
	#layout .temperture .slahTime,#layout .temperture a,.side-intro,.day,#layout .temperture a{
		display:none;
	}
	#layout .language ul li{
		margin-left: 0px;
		margin-right: 15px;
		margin-top: 10px;
	}
	#layout .menuRow{
		padding-left: 15px;
		z-index:2;
	}
	#layout .menuList{
		overflow:hidden;
		line-height: 30px;
		padding: 10px 0;
	}
	#layout .menuList li a {
		color: #fff;
		font-size:14px;
	}
	#layout .menuList li a:hover, #layout .menuList li a:focus {
    	color: #fff;
	}
	#layout .menuList li {
		border: 0;
		border-bottom: 1px solid #277697;
		border-radius: 0;
		margin: 0px;
		text-indent: 0px;
		width: 100%;
		height:auto;
	}
	#layout .menuList .dropdown-menu li{
		border-bottom: 0;
	}
	#layout .menuList .dropdown-menu li a{
		text-decoration:none;/* CSS Document */
	}
}


*{
	margin:0;
	padding:0;
	border:0;
	outline:0 !important;;
}

@font-face {
    font-family:"myMainFont";
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Regular.eot');
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Regular.svg#DIN Next LT Arabic') format('svg'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Regular.woff') format('woff'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Regular.ttf') format('truetype');
}

@font-face {
    font-family:"myMainFont";
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Bold.eot.eot');
    src: url('/Style%20Library/Fonts/DINNextLTArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Bold.svg#DIN Next Arabic Heavy') format('svg'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Bold.woff') format('woff'),
        url('/Style%20Library/Fonts/DINNextLTArabic-Bold.ttf') format('truetype');
    font-weight: 700;
}

::selection{
	background: #2879af;
	color:#fff;
}

::-mox-selection{
	background: #2879af;
	color:#fff;
}

a,a:hover{
	text-decoration:none;
}

h1 , h2 , h3 , h4, h5 , h6{
	font-family:myMainFont;
}

#s4-bodyContainer{
	padding-bottom:0 !important;
}

.internalContent{
	display:none;
}

body{
	background-color:#fff;
	font-family:myMainFont !important;
	-webkit-overflow-scrolling: touch;
}

/*********************************************** Header style ***********************************************/

#layout header{
	position: absolute;
    width:100%;
	top:0;
	/*z-index: 2;*/
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
	height:500px;
	left:0;
}

#layout .logo{
	background-color:#ebf0f2;
	height:80px;
	position: relative;
}

#layout .logo a{
	display: block;
    float: left;
    padding-top: 20px;
	width:85%;
	text-align: center;
}

#layout .logo:after{
	right: -54px;
    content: "";
    display: inline-block;
    position: absolute;
    width:54px;
    height: 80px;
    background: url("/Style%20Library/Images/bg-logo.png") no-repeat right;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph; /*IE*/
	filter: fliph; /*IE*/
}

#layout .slider  figure img{
	width:100%;
	height: 460px;
}

#layout .slider  figure figcaption a{
    height: 100px;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 0 6px 6px;
    color: #fff;
    font-size: 24px;
    line-height:75px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider .owl-carousel .owl-item img,.slider .owl-carousel{
	margin-top: 0;
}

#layout .slider .owl-dots{
    bottom: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
}

#layout .slider .owl-nav{
	display: none;
}

#layout .slider .carousel-indicators {
    bottom:5px;
}

#layout .slider .carousel-indicators li{
	width:15px;
    height:15px;
	margin:0 0 0 10px;
}

.side-intro{
    position: absolute;
    left: 0px;
    top: 210px;
    z-index: 2;
    overflow: hidden;
}

.intro-icon:nth-child(2),.intro-icon:nth-child(3){
    display:none;
}

.intro-icon{
    max-width: 60px;
    height: 60px;
    float: left;
    clear: both;
    border-radius: 0px 10px 10px 0;
    white-space: nowrap;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
}

.intro-icon span{
	color: #fff;
	font-size: 16px;
	width: 95px;
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	margin:0 0 0 10px;
}
.intro-icon img{
    margin: 8px auto;
    padding-right: 15px;
    display: inline-block;
    margin-left: 10px;
    padding-top: 4px;
}

#layout  .intro-icon:hover {
    max-width: 200px;
}

#layout .transition{
	-webkit-transition: all 2s; /* Safari */
    transition: all 1s;
}

#layout .jop span,#layout .earth span{
    font-size: 16px;
    color:#fff;
    display: none;
    margin-top: 5px;
}

#layout  .jop:hover span,#layout .earth:hover span{
    display: block;
}

#layout  .jop a,#layout  .earth a{
    display:block;
	width:135px;
}

#layout .menu{
	margin: 15px 0;
	padding-left: 0;
	padding-right: 35px;
}

#layout .temperture{
	padding-left: 30px;
}

#layout .temperture span{
	font-size: 14px;
	color: #fff;
}

#layout .temperture select{
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	background: url("/Style%20Library/Images/selectRow.png") no-repeat left 12px;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	border:0;
	/* margin-right: 20px; */
    padding: 1px 0 0 10px;
}

#layout .temperture select::-ms-expand {
    display: none;   /* IE only */
}

#layout .temperture select > option{
	color: #29754d;
}

#layout .temperture .slahTime,#layout .temperture .day{
	margin-left: 20px;
}

#layout .temperture .degree{
	margin-top:-3px;
}

#layout .day{
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}

#layout .language{
	height:35px;
}

#layout .language ul{
	float: right;
}

#layout .language .dropdown-menu{
	right:10px;
	left: auto;
}

#layout .language ul.dropdown-menu li{
	float:none;
	margin-left:0px;
}

#layout .language ul li{
	float:right;
	margin-left:20px;
}

li.user{
	/*display:none;*/
}

#layout .language div.login-form{
	/* left:70px; */
	/* top:100%; */
	border-radius: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #eff1f3;
	/* position:absolute; */
	z-index:1;
	width:100%;
	/* display:none; */
	padding:10px 0;
}

.captchaForm img{
	width: 240px !important;
    height: 50px;
    float: right;
    padding-right: 45px;
}

.captchaForm input{
    height:30px !important;
}

a.captchaRefresh {
    background: url("/Style%20Library/Images/refresh-page-option.png") no-repeat center;
    display: inline-block;
    width: 20px;
    background-size: contain;
    height: 30px;
    margin: 10px;
	float:right;
}

.modal-backdrop{
	position:inherit !important;
}

#layout .language ul li.login button{
	background-color:transparent;
	min-width: auto;
    padding: 0;
    border: 0;
}

#layout .language ul li.login .modal-content{
	background-color:transparent;
	border:none;
	box-shadow:none;
}

#layout .language ul li.login .login-form input {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #36637e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width:85%;
    font-size: 15px;
	text-indent:10px;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}

#layout .language ul li.login .login-form input:focus{
    box-shadow: 0 1px 0 0 #29754d;
}

#layout .language ul li.login .login-form input[type="submit"]{
	color:#fff;
	border-radius:20px;
	text-indent:0px;
}

#layout .language ul li.login .login-form input[type="submit"]:hover{
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

#layout .language ul li .searchIcon{
	float:left;
}

#layout .searchBox input{
    font-size:16px;
    padding-top:3px;
    background-color: #fff;
    z-index:1;
	border: 1px solid rgba(32, 95, 128, 0.33);
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ms-srch-sb-border,.ms-srch-sb-border:hover,.ms-srch-sb-border:focus{
	border:none;
}


.ms-srch-sb{
	display:block;
}

#layout .searchBox button{
	background-color:transparent;
	border: 0;
    padding: 0;
    min-width: 0;
}

div.search{
	left:35px;
	top: 100%;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #eff1f3;
	position: absolute;
	display: none;
	z-index: 2;
	width: 50%;
	height: 67px;
}

.ms-srch-sb-searchLink{
	display:none;
}

#layout .language ul li.lang a{
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}

#layout .language .user .btn-primary {
    background-color: transparent;
    border-color: transparent;
	border:0;
	padding:0;
	vertical-align: inherit;
}

#layout .menuRow{
	padding-left:0;
	/* margin-top: 10px; */
}

#layout .menuList{
	background-color: rgba(239, 241, 243, 0.8);
	min-height:65px;
	line-height: 55px;
	margin-bottom:15px;
}

#layout .menuList:before{
	content: "";
	display: inline-block;
	position: absolute;
	width:45px;
	height: 65px;
	right: -15px;
	background: url("/Style%20Library/Images/bg-menu.png") no-repeat right;
}

#layout .menuList li{
	float:right;
	margin-right:25px;
	border-radius:25px;
	height: 50px;
	padding: 0px 10px;
	margin-top: 8px;
	line-height: 42px;
}

#layout .menuList li.active{
	border: 1px solid #36637e;
	font-weight: bold;
}

#layout .menuList li a.home{
	background: url(../images/home.png) no-repeat;
    display: block;
    width: 28px;
    background-position: center;
    height: 45px;
}


#layout .menuList li.active > a,#layout .menuList li.active:hover a{
}

#layout .menuList .dropdown-menu li{
	width: 94%;
	margin: auto;
	float: none;
	height: auto;
	padding: 0;
	margin-top: 0;
	line-height: inherit;
}

#layout .menuList li a{
	font-size:18px;
	color:#404040;
	text-shadow: 0 0 0 #000;
	/* font-weight: bold; */
	text-decoration: none;
}

#layout .menuList li a.home span{
	opacity:0;
	display:none;
}

#layout .menuList li a:hover,#layout .menuList li a:focus{
}

#layout header.fixed{
    background: #eff1f3;
    position: fixed;
    width: 100%;
	height:auto;
    left: 0px;
    top: 0px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
}

#layout .fixed .temperture, #layout .fixed .language, #layout .fixed .menuList:before, #layout .fixed .logo:after{
	display: none;
}

#layout .fixed .menu{
	padding-top: 0px;
}

#layout .fixed .logo a{
	padding-top: 30px;
}

#layout .menu li.hideOption{
	display: none;
}

#layout .fixed .menu li.hideOption{
	display: block;
	position:absolute;
	left:2%;
	cursor:pointer;
    background: url(../images/hide.png) no-repeat center;
}



/*********************************************** HomeContent style ***********************************************/

#layout .homeContent{
	margin:95px 0 0;
}

#layout .homeContent .leftBlock .products{
    padding: 20px 0 0;
    min-height: 235px;
    clear: both;
    overflow: hidden;
}

#layout .homeContent .leftBlock .products li a img{
	margin:auto;
	border-radius: 100% 100%;
	height: 175px;
	transition: all 0.5s linear;
}

#layout .homeContent .leftBlock .products li a img:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#layout .homeContent .leftBlock .products li a:hover img{
}

#layout .homeContent .leftBlock .products li a span{
	display:block;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	color:#404040;
	transition: all 0.5s linear;
}

#layout .homeContent .leftBlock .products li a p{
	font-size:16px;
	text-align:center;
	color:#404040;
	width: 230px;
	margin: auto;
	transition: all 0.5s linear;
}

/***********************************************InvestorsRelations style ***********************************************/

#layout .homeContent .leftBlock .InvestorsRelations{
	background: url("/Style%20Library/Images/relationsSlider.jpg") no-repeat;
	min-height:490px;
	background-attachment: fixed;
	background-size:100% 100%;
	padding:65px 0 105px;
}

#layout .homeContent .leftBlock .InvestorsRelations h1{
	font-weight:bold;
	color:#fff;
	text-align:center;
}

#layout .homeContent .leftBlock .InvestorsRelations p{
	font-size:16px;
	color:#fff;
	text-align:center;
	width: 60%;
	margin:0 auto 50px;
	line-height: 23px;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors{
	width: 80%;
	margin: auto;
	text-align: center;
	position: relative;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li{
	width:20%;
	display:inline-block;
	float: right;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a{
	background-color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding-top: 35px;
	margin: 0 auto 10px;
	position: relative;
	display: block;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:hover:after{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(2) a:hover:after{
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(3) a:hover:after{
	-ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Chrome, Safari, Opera */
    transform: rotate(60deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(4) a:hover:after{
	-ms-transform: rotate(-40deg); /* IE 9 */
    -webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
    transform: rotate(-40deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:nth-child(5) a:hover:after{
	-ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:before,#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:after{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-radius: 100%;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:before{
	border-color: #fff;
	border-width: 1px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:after{
	border-color: #fff #fff transparent transparent;
	border-width: 10px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	transition:1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li div{
	box-sizing: border-box;
	margin: auto;
	/* box-shadow: inset 0 0 #fff; */    /***** new *****/
	position: relative;
	vertical-align: middle;
	height: 140px;
	border-radius:100%;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a img{
	height: 45px;
	margin:  auto;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li:hover a img{
    -webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li  span{
	font-size:18px;
	color:#fff;
	text-align:center;
	display: block;
	padding-top: 10px;
	white-space: pre-wrap;
    height: 50px;
    width: 100%;
	text-shadow: 0 0 0;
	transition:all 0.5s linear;
}

#layout .homeContent .leftBlock .InvestorsRelations .Investors li a:hover ~ span{
	/* color:#195e83; */
	font-size:18px;
}


/***********************************************newsBlock style ***********************************************/

#layout .homeContent .leftBlock  .headerTitle{
	font-size:24px;
	font-weight:bold;
	float:right;
	margin-top:0;
	margin-bottom: 15px;
}

#layout .homeContent .leftBlock  .more{
	font-size:16px;
	color:#404040;
	float:left;
	position: relative;
    margin-left:20px;
	text-shadow: 0 0 0;
}

#layout .homeContent .leftBlock  .more:after{
	 content: "?";	
	 position:absolute;
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	margin-right:5px
}

#layout .homeContent .leftBlock .eNews{
	background: url("/Style%20Library/Images/bg-news.png") no-repeat #f3f3f3;
	min-height:500px;
	background-size:100% 100%;
	margin-bottom:80px;
	display: table;
	width: 100%;
	padding: 80px 0;  /***new***/
}

#layout .homeContent .leftBlock .eNews .owl-dots{
	display: none !important;
}

#layout .homeContent .leftBlock  .box{
	border:1px solid #ddd;
	border-radius:10px;
	min-height:225px;
	overflow:hidden;
	clear:both;
	background-color:#fafafa;
}

#layout .homeContent .leftBlock  .newsBlock  .box{
	margin-bottom:10px;
}

#layout .homeContent .leftBlock  .newsBlock .newsContent span{
	font-size:16px;
	margin-top: 10px;
    display: block;
}

#layout .homeContent .leftBlock  .newsBlock .newsContent h4 a{
	display:block;
	font-size: 17px;
	color:#404040;
	font-weight: bold;
	line-height: 25px;
	margin-top:0;
	min-height: 55px;
	max-height: 55px;
	overflow: hidden;
}

#layout .homeContent .leftBlock  .newsBlock .newsContent p{
	font-size:16px;
	color:#404040;
	line-height:21px;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess{
	background: url("/Style%20Library/Images/bg-company.png") no-repeat #3a865e;
	min-height: 80px;
	display: block;
	padding: 10px 0;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess div{
	display:inline-block;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess img{
	width: 60px;
	height: 60px;
}

#layout .homeContent .leftBlock  .newsBlock .companyProcess span{
	font-size:28px;
	color:#fff;
	font-weight:bold;
}

/***********************************************eventBlock style ***********************************************/

#layout .homeContent .leftBlock .eventBlock .box{
	padding: 10px 20px;
}
	/***************calendar style ****************/
	
.calendar .weekdays{
}

.calendar .weekdays td{
	color:#fff;
	font-weight:bold;
	border: 0;
}	

.calendar .weekdays td:first-child{
	border-radius: 0px 10px 10px 0px;
}	

.calendar .weekdays td:last-child{
	border-radius: 10px 0px 0px 10px;
}
	
.calendar table{
    width: 100%;
    text-align: center;
    margin: auto;
}
.other-month{
    opacity: .5;
}
.fc-right h2 {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
}

.days td:last-child{
    border-left: 0px solid #e1e1e1;
}
.days td{
	border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.days.last td{
	border-bottom: 0px solid #e1e1e1;
}

.weekdays td {
}
.weekdays td:first-child{
}
.weekdays td>span{
    height: 27px;
    font-size: 17px;
    display: block;
}
.days td{
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    color: #404040;
    padding: 8px 17px;
}
.days td.event{
    background: #195e83;
    color: white !important;
}
.month th.next span,.month th.prev span{
   display: block;
   position: absolute;
   top: 3px;
}
.month th.prev,.month th.next{
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 80px;
}

.month th.prev{
	left: 37px;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 1;
}

.tooltip-inner {
	color: #404040;
    text-shadow: 0 0 0;
    min-height: 40px;
    background: url("../Images/tooltip.png") no-repeat right center #fff;
    font-size: 14px;
    padding: 9px 55px 5px 10px;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 3px 12px 1px #8e8e8e;
    max-width:350px;
}

.tooltip::before{
    content: "";
    background: url("../Images/calArrow.png");
    position:absolute;
    width:35px;
    height:29px;
    bottom:-23px;
    right:30%;	
}


.tooltip-arrow{
	border:0 !important;
}


/***********************************************owl-carousel style ***********************************************/

.owl-carousel .item{height:auto;}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut{0%{opacity:1;} 100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1;} 100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel{display:none;width: 100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;margin:5px auto 0;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0);}
.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img{height: 185px;margin-top: 7px;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-theme .owl-controls{margin-top:10px;text-align:left;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#075641;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;}
.owl-theme .owl-dots .owl-dot span{width: 15px;height: 15px;margin:5px 7px;border: 1px solid #fff;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff}
.owl-next{background:url("/Style%20Library/Images/next.png") no-repeat !important;width:30px;height:29px;position:absolute;left: 7.5%;bottom:0px;right: auto;}
.owl-prev{background:url("/Style%20Library/Images/prev.png") no-repeat !important;width:30px;height:29px;position:absolute;left: 2%;bottom: 0px;right: auto;}

/*********************************************** gallary style ***********************************************/

#layout .homeContent .leftBlock .gallary{
	margin-bottom:50px;
}

#layout .homeContent .leftBlock .gallaryBlock .block{
	clear:both;
	margin-bottom:0;
}

.view > img,.modal img{
	width:100%;
}

/*********NEW************/
#layout .homeContent .leftBlock .gallaryBlock .box{
	border: 0;
    border-radius: 0;
    min-height: auto;
    overflow: inherit;
    clear: both;
    background-color: transparent;
}

.view .zoomin{
	margin-top:0 !important;
	height:auto !important;
}

#layout .homeContent .leftBlock .gallaryBlock .owl-prev{
	right:auto;
	left:10px;
	bottom:2px;
}

#layout .homeContent .leftBlock .gallaryBlock .owl-next{
	right:auto;
	left:45px;
	bottom:2px;
}

.imgModal{
	display:none;
	position:fixed;
	z-index:9999;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top:0;
}

.imgModal .modal-content{
	width:40%;
    margin: 10% auto;
}

.imgModal .modal-content .modal-body img{
	width: 100%;
}

/*********NEW************/


.view > img{
	height: 174px;
	border-radius: 10px;
}

.view-second .content img {
   -webkit-transition: all 0s;
   -moz-transition: all 0s;
   -o-transition: all 0s;
   -ms-transition: all 0s;
   transition: all 0s;
   display: inline-block;
   position: relative;
}

.view-second .modal img {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.modal {
    background-color: rgba(0,0,0,0.7);
	overflow: auto;
}

.modal-open {
    overflow: auto;
}

.modal-content{
	border-radius:25px;
}

.modal-footer {
    padding: 0;
    margin-top: 0;
    text-align: left;
    border-top: 0px solid #e5e5e5;
}

.close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -4px;
    right:-8px;
    background: #fff !important;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #404040;
    opacity: 1;
	padding: 0;
    cursor: pointer;
}

button.close {
    min-width: auto;
}

.view button{
	background-color: transparent;
    border: 0;
    min-width: auto;
}

.modal-body {
	padding:10px;
}

.view button:hover,.view button:focus,.view button.active{
	background-color: transparent;
    border-color: transparent;
	box-shadow: none;
    outline: 0;
}

#layout .homeContent .leftBlock .gallaryBlock .more{
	margin-left:35px;
}

.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   padding-right: 0;
   padding-left: 15px;
   margin-bottom: 10px;
   height:148px;  /*****new******/
   border-radius:10px;
}

.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   padding-top:17px;  /*****new******/
   left: 15px;
   right: 0;
}

.view img {
   display: block;
   position: relative;
}

.view p {
   font-size: 18px;
   position: relative;
   color: #fff;
   width: 90%;
   margin: auto;
   font-weight: bold;
}

.view-second img {
   -webkit-transition: all 0.1s ease-in;
   -moz-transition: all 0.1s ease-in;
   -o-transition: all 0.1s ease-in;
   -ms-transition: all 0.1s ease-in;
   transition: all 0.1s ease-in;
}

.view-second .mask {
   background-color: rgba(0,0,0, 0.5);
   width: calc(100% - 15px);
   padding: 60px;
   height:100%;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(265px, 145px) rotate(45deg);
   -moz-transform: translate(265px, 145px) rotate(45deg);
   -o-transform: translate(265px, 145px) rotate(45deg);
   -ms-transform: translate(265px, 145px) rotate(45deg);
   transform: translate(265px, 145px) rotate(45deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   border-radius: 10px;
   overflow: hidden;
}

.view-second img {
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-second p {
   -webkit-transform: translate(-200px, 200px);
   -moz-transform: translate(-200px, 200px);
   -o-transform: translate(-200px, 200px);
   -ms-transform: translate(-200px, 200px);
   transform: translate(-200px, 200px);
   -webkit-transition: all 0s ease-in-out;
   -moz-transition: all 0s ease-in-out;
   -o-transition: all 0s ease-in-out;
   -ms-transition: all 0s ease-in-out;
   transition: all 0s ease-in-out;
}

.view-second:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(0px, 0px) rotate(0deg);
   -moz-transform: translate(0px, 0px) rotate(0deg);
   -o-transform: translate(0px, 0px) rotate(0deg);
   -ms-transform: translate(0px, 0px) rotate(0deg);
   transform: translate(0px, 0px) rotate(0deg);
}

.view-second:hover img {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.view-second:hover p {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.view-second > img {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   height: 147px !important;  /*****new******/
   margin-top: 0 !important;   /*****new******/
}		

/*********************************************** vedio style ***********************************************/

#layout .homeContent .leftBlock .videoBlock .box{
	background-color: transparent;
	padding: 0px; /*****new******/
	height: auto;  /*****new******/
	border:0;
	overflow: inherit;
}

#layout .homeContent .leftBlock .videoBlock .box iframe{
	width:100%;
    border-radius: 10px;
    height:305px;
}

#layout .homeContent .leftBlock .videoBlock .box  .owl-next {
    background: url("/Style%20Library/Images/next.png") no-repeat !important;
    left: 30px;
    bottom: -45px;
    right: auto;
}

#layout .homeContent .leftBlock .videoBlock .box  .owl-prev {
    background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    left: -5px;
    bottom: -45px;
    right: auto;
}

#layout .homeContent .leftBlock .videoBlock .owl-dots{
	display: none !important;
}

#layout .homeContent .leftBlock .videoBlock .owl-carousel .owl-item img {
	border-radius:10px;
}

.newsBlock  .owl-carousel .owl-item img{
	height:167px;
	width:100%;
}

/*********************************************** Voteing style ***********************************************/

#layout .homeContent .leftBlock .vote p{
	padding: 10px 15px;
	width: 97%;
	font-size: 20px;
	background-color: #fff;
	min-height: 60px;
	margin: 0px auto 10px;
	line-height: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol li input[type="radio"]{
	margin: 10px 0 0 5px;
	vertical-align: middle;
}

#divQuestion .radio{
	margin-top:20px;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol{
    width: 90%;
    background: url("../Images/voteBg.png") no-repeat left bottom;
    min-height: 140px;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol li{
	margin: 0 0 5px 0;
}

#layout .homeContent .leftBlock .vote #divQuestion .radio ol label {
    color: #707070;
    font-weight: normal;
    font-size: 18px;
    vertical-align: baseline;
}

#layout .homeContent .leftBlock .vote .formBtn{
	width: 90%;
	margin: 0 auto;
}

#layout .homeContent .leftBlock .vote .formBtn a.voteBtn{
	font-size: 20px;
}

#layout .homeContent .leftBlock .vote .formBtn > a.voteBtn:last-child::before {
    content: "|";
    margin: 0 3px;
}

.voteAction{
	background: url("../Images/voteBg.png") no-repeat left bottom;
	padding: 0 15px;
}

.votingItems{
	display: block;
    margin-bottom: 5px;
}

.Internal_vote{
	margin-top: 10px;
    border-bottom: 1px solid #04774b;
    display: inline-block;
    padding-bottom: 2px;
}



/*********************************************** links style ***********************************************/

#layout .homeContent .leftBlock .links{
	margin-bottom:0;
}

#layout .homeContent .leftBlock .links .headerTitle{
	float:none;
}

#layout .homeContent .leftBlock .voting h4{
	padding: 10px 15px;
	width: 97%;
	font-size: 20px;
	background-color: #fff;
	height: 85px;
	margin: 0px auto 10px;
	line-height: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

#layout .homeContent .leftBlock .voting ul li input[type="radio"]{
	margin: 0 0 0 5px;
	vertical-align: middle;
}

#layout .homeContent .leftBlock .voting ul{
    margin: 0 auto;
    width: 90%;
    background: url("/Style%20Library/Images/voteBg.png") no-repeat left;
}

#layout .homeContent .leftBlock .voting ul li{
	margin: 0 0 5px 0;
}

#layout .homeContent .leftBlock .voting ul li label {
    color: #707070;
    font-weight: normal;
    font-size: 18px;
}

#layout .homeContent .leftBlock .voting .voteBtns{
	width: 90%;
	margin: 0 auto;
}

#layout .homeContent .leftBlock .voting .voteBtns .voteBtn{
	background:none;
	font-size: 20px;
}

#layout .homeContent .leftBlock .voting .voteBtns a{
	font-size: 20px;
}

#layout .homeContent .leftBlock .voting .voteBtns a::before {
    content: "|";
    margin: 0 3px;
}

#layout .homeContent .leftBlock .links .box {
	padding:15px;
	min-height:300px;
}

#layout .homeContent .leftBlock .impLinks select {
	color: #404040;
    background: #fff;
    width: 100%;
    height: 45px;
    font-size: 20px;
    border: 1px solid #ddd;
	border-radius: 10px;
    background-color: #fff;
    text-indent: 10px;
}

#importantLinks a.left{
	background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    left: 10%;
    top: 30%;
	display:none;
}

#importantLinks a.right{
	background: url("/Style%20Library/Images/next.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    right: 10%;
    top: 30%;
	display:none;
}

#importantLinks:hover a.left{
	display:block;
}

#importantLinks:hover a.right{
	display:block;
}

#importantLinks .item a img{
	margin:auto;
}

.productList img{
	display: block;
    margin: 6px auto 0;
    height: 250px;
}

.productList .swiper-slide span{
	font-size: 19px;
	font-weight:bold;
	text-align: center;
	display: block;
	opacity: 0;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
    position: absolute;
    width: 250px;
    right: -62px
}

.productList .swiper-slide.swiper-slide-active span{
	opacity: 1;
}

.productList .swiper-button-next{
	background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 70%;
    left: -30px !important;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    opacity: 0;
}

.productList .swiper-button-prev{
	background: url("/Style%20Library/Images/next.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 70%;
    right:-30px !important;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    opacity: 0;
}

.productList .box:hover .swiper-button-next ,.productList .box:hover .swiper-button-prev{
	opacity: 1;
}

.productList .swiper-slide {
    opacity: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.8);
}
.productList .swiper-slide img{
 	width: 100%;
 	height: 160px;
 }
.productList .swiper-container{
	max-width: 300px;
    padding: 35px 0px 0;
}
.productList .swiper-slide.swiper-slide-active{
	z-index: 10;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 1;
}
.productList .swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next{
	z-index: 9;
	opacity: 1;
}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{}.swiper-container-3d .swiper-slide-shadow-right{}.swiper-container-3d .swiper-slide-shadow-top{}.swiper-container-3d .swiper-slide-shadow-bottom{}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/**********new***********/

#productListLinks a.left{
	background: url("/Style%20Library/Images/prev.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    left:0;
    top:45%;
	display:none;
}

#productListLinks a.right{
	background: url("/Style%20Library/Images/next.png") no-repeat !important;
    width: 30px;
    height: 29px;
    position: absolute;
    right:0;
    top:45%;
	display:none;
}

#productListLinks:hover a.left{
	display:block;
}

#productListLinks:hover a.right{
	display:block;
}

/*********************************************** footer ***********************************************/

footer{
	background: url("/Style%20Library/Images/footer.png") no-repeat #404040 100% 100%;
	min-height: 100px;
}

footer .footerLinks{
	/* min-height: 200px; */
	text-align: center;
	padding: 20px 30px 0px;
	display:table;
}

.subscribe {
	/* border-bottom: 2px solid #6f6f6f; */
	/* border-top: 2px solid #6f6f6f; */
	padding: 20px 0 0;
}

footer .footerLinks li{
	width: 18%;
	text-align: right;
	display: inline-block;
	float:right;
	margin: 0 2% 7px 0;
}

footer .footerLinks li a{
	color:#fff;
	font-size:13px;
	position: relative;
	outline: none;
	letter-spacing: 1px;
	padding: 0 0px 7px 0;
}

footer .footerLinks li a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

footer .footerLinks li a::before {
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

footer .footerLinks li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #1d8ec7;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

footer .footerLinks li a:hover::before,
footer .footerLinks li a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

footer .footerLinks li a:hover::after,
footer .footerLinks li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

footer .iso {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 4px 0 0;
}

.subscribe .subscribeInput{
	height: 35px;
	background: #fff;
	border: 0;
	color: #404040;
	font-size: 16px;
	margin: 10px 0 0 0px;
	width: 100%;
	border-radius: 10px;
	padding-right: 10px;
	direction:rtl !important;
}

.subscribe .subscribeBtn{
	background-color: #404040;
	min-width: 80px;
	height: 31px;
	line-height: 14px;
	float: left;
	color: #fff;
	position: absolute;
	left: 20px;
	top;
	top: 34px;
	font-size: 14px;
	border-radius: 7px;
	border:0;
}

.subscribe .subscribeBtn:hover{
}

.subscribeForm  label{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0px;
}

.DevHelperValCtrl,.DevHelperRequiredMark{
	color: #f17d7d;
}

.subscribe > a{
	margin-top:15px;
}

.subscribe  ul{
	margin-top: 5px;
	float: right;
	display: inline-block;
}

.subscribe  ul li{
	display:inline-block;
	margin-right:10px;
}

.subscribe  ul li a{
	display: block;
	border-radius: 15px;
	width: 53px;
	height: 53px;
	/* box-shadow: 0 0 2px #fff; */
}

/*.subscribe  ul li a.rss:hover{
	background:url(/Style%20Library/Images/rssH.png) no-repeat center 10px #fff;
}

.subscribe  ul li a.linked:hover{
	background:url(/Style%20Library/Images/linkedInH.png) no-repeat 10px 10px #fff;
}

.subscribe  ul li a.youtupe:hover{
	background:url(/Style%20Library/Images/youtubeH.png) no-repeat 10px 10px #fff;
}

.subscribe  ul li a.twitter:hover{
	background:url(/Style%20Library/Images/twitterH.png) no-repeat 7px 10px #fff;
}*/

/* .subscribe  ul li a:hover img{ */
	/* display:none; */
/* } */

.subscribe  ul li a img{
	margin:auto;
	padding-top: 10px;
	height:35px;
}

#layout footer .copyRights{
	/* text-align: center; */
	padding: 15px 0 0px;
	clear: both;
	display: inline-block;
}

#layout footer .copyRights .footerNav {
    text-align: left;
}

#layout footer .copyRights p{
	display:inline-block;
	color:#fcfcfc;
	font-size:16px;
}

#layout footer .copyRights .footerNav a{
	display: inline-block;
    color: #fcfcfc;
    font-size: 13px;
    margin-left: 10px;
	position:relative;
    padding-bottom:6px;
}

#layout footer .copyRights .footerNav a:before{
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

#layout footer .copyRights .footerNav a:after{
	content: '';
	position: absolute;
	left:0;
	bottom: 0;
	width:100%;
	height: 2px;
	background: #1d8ec7;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

#layout footer .copyRights .footerNav a:hover::before,
#layout footer .copyRights .footerNav a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

#layout footer .copyRights .footerNav a:hover::after,
#layout footer .copyRights .footerNav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#layout footer .copyRights .rightUl{
	padding:0;
	text-align:right;
}

#layout footer .copyRights .leftUl{
	float: left;
	text-align: left;
}

#layout footer .copyRights ul li{
	display:inline-block;
	margin-right: 5px;
}

#layout footer .copyRights .leftUl li a img{
	width:88px;
	height:31px;
}

/*#layout footer .copyRights .leftUl li.w3wa:hover{
	background:url(/Style%20Library/Images/w3waH.png) no-repeat;
	vertical-align:middle;
	width:88px;
	height:31px;
}

 #layout footer .copyRights .leftUl li.w3html:hover{
	background:url(/Style%20Library/Images/w3htmlH.png) no-repeat;
	vertical-align:middle;
	width:88px;
	height:31px;
}

 #layout footer .copyRights .leftUl li.w3css:hover{
	background:url(/Style%20Library/Images/w3cssH.png) no-repeat;
	vertical-align:middle;
	width:88px;
	height:31px;
}*/

#layout footer .copyRights .leftUl li:hover img{
	display:none;
	width:88px;
	height:31px;
}


/*********************************************** Force Config style ***********************************************/

.form-group{
	margin-bottom:0;
	padding: 15px;
}

#layout .dropdown-menu > li > a{
	font-size: 16px;
	padding: 0 20px 6px;
	color: #404040 !important;
}

#layout .dropdown-menu > li > a:hover,#layout  .dropdown-menu > li > a:focus {
    color: #fff !important;
    border-radius: 20px;
}

.navbar {
	margin-bottom: 0 !important;
}

.navbar-form {
	float:left;
	margin-top:40px !important;
}

.navbar-default {
    background-color: transparent !important;
	border-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color:transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}

.navbar-toggle {
	float: none;
    /* color: #007548 !important; */
    /* background-color: #ebf0f2 !important; */
    border-radius: 5px;
    width: 100%;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 10px 10px;
}

header.fixed .navbar-toggle {
    color: #eff1f3 !important;
    /* background-color: #005e85 !important; */
}

.dropdown-menu{
	direction: rtl;
	background-color: #eff1f3;
	display: none;
	position: absolute;
	z-index:2;
	margin: 0;
	border-radius: 10px;
}


.navbar-collapse{
	border-top:0;
	padding-left:0;
}

.nav > li >a{
	padding:15px 11px !important;
}

.navbar-nav > li.activeMenu{
	/* background-color:#3297db; */
	height: 41px;
}

.navbar-nav > li.activeMenu a::after{
	content:"sds";
	/* background-image:url("/Style%20Library/Images//rowMenu.png"); */
	background-position:center 128%;
	background-repeat:no-repeat;
	color:transparent;
    position: absolute;
    top: 41px;
    right: 40%;
}

.navbar-nav > li  a:hover{
	color:#fff !important;
}

.navbar-nav > li.activeMenu a{
	color:#fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:#000 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:#000 !important;
	background-color: #f3f3f3;
}

.navbar-default .navbar-nav > li > a {
	color: #404040;
    font-size: 16px;
	line-height: 12px;
}

.navbar-default{
	padding-right:0 !important;
}

.nav-tabs {
	border-bottom: 0 !important;
    /* background-color: #eb8f2c; */
    color: #fff;
	height:41px;
}

.nav-tabs > li > a {
	color: #fff;
	opacity:.6;
	font-size:14px;
	line-height: 10px !important;
}

.nav-tabs li.more{
	float:left;
	margin: 10px 10px 0;
}

.nav-tabs li.more a {
	opacity:1;
	padding:9px 7px !important; 
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #fff !important;
    background-color:transparent !important;
    border: transparent !important;
    border-bottom-color:transparent;
	opacity:1;	
}

.nav-tabs > li > a:hover{
	border-color:transparent !important;
	background-color:transparent !important;
}

.nav-tabs > li > a:active{
	color:#fff !important;
}

.libraryTab .list-group {
	margin-bottom: 5px !important;
}

.list-group-item {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	border-bottom: 1px solid #e1e1e1 !important;
}

.tabContainer .list-group-item, .servicesTab .list-group-item {
	background-color: transparent !important;
	float: right;
	padding: 5px !important;
	border-bottom: 1px solid transparent !important;
}
	
.thumbnail {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border:1px solid transparent !important;
	background-color: transparent !important;
}

.caret {
    border-top: 4px solid #000;
}

#layout .menuList li.active .caret{
    border-top: 4px solid #36637e;
}


/*********************************************** up style ***********************************************/

.cd-top {
  display: inline-block;
  height: 45px;
  width: 45px;
  position: fixed;
  bottom: 40px;
  left:25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  /* overflow: hidden; */
  text-indent: 100%;
  white-space: nowrap;
  /* background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%; */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:3;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  /* background-color: #e86256; */
  opacity: 1;
}


@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}


/*********************************************** Force Config style ***********************************************/

.form-group{
	margin-bottom:0;
	padding: 15px;
}

#layout .dropdown-menu > li > a{
	font-size: 16px;
	padding: 0 20px 6px;
	color: #404040 !important;
}

#layout .dropdown-menu > li > a:hover,#layout  .dropdown-menu > li > a:focus {
    color: #fff !important;
    /* background-color: #36637e; */
    border-radius: 20px;
}

.navbar {
	margin-bottom: 0 !important;
}

.navbar-form {
	float:left;
	margin-top:40px !important;
}

.navbar-default {
    background-color: transparent !important;
	border-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color:transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    /* background-color: #3297DB; */
}

.navbar-toggle {
	float: none;
    color: #007548 !important;
    background-color: #ebf0f2 !important;
    border-radius: 5px;
    width: 100%;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 10px 10px;
}

header.fixed .navbar-toggle {
    color: #eff1f3 !important;
}

.dropdown-menu{
	direction: rtl;
	background-color: #eff1f3;
	display: none;
	position: absolute;
	z-index:2;
	margin: 0;
	border-radius: 10px;
}

.navbar-collapse{
	border-top:0;
	padding-left:0;
}

.nav > li >a{
	padding:15px 11px !important;
}

.navbar-nav > li.activeMenu{
	height: 41px;
}

.navbar-nav > li.activeMenu a::after{
	content:"sds";
	background-image:url("/Style%20Library/Images/rowMenu.png");
	background-position:center 128%;
	background-repeat:no-repeat;
	color:transparent;
    position: absolute;
    top: 41px;
    right: 40%;
}

.navbar-nav > li  a:hover{
	color:#fff !important;
}

.navbar-nav > li.activeMenu a{
	color:#fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:#000 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:#000 !important;
	background-color: #f3f3f3;
}

.navbar-default .navbar-nav > li > a {
	color: #404040;
    font-size: 16px;
	line-height: 12px;
}

.navbar-default{
	padding-right:0 !important;
}

.nav-tabs {
	border-bottom: 0 !important;
    background-color: #eb8f2c;
    color: #fff;
	height:41px;
}

.nav-tabs > li > a {
	color: #fff;
	opacity:.6;
	font-size:14px;
	line-height: 10px !important;
}

.nav-tabs li.more{
	float:left;
	margin: 10px 10px 0;
}

.nav-tabs li.more a {
	opacity:1;
	padding:9px 7px !important; 
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #fff !important;
    background-color:transparent !important;
    border: transparent !important;
    border-bottom-color:transparent;
	opacity:1;	
}

.nav-tabs > li > a:hover{
	border-color:transparent !important;
	background-color:transparent !important;
}

.nav-tabs > li > a:active{
	color:#fff !important;
}

.libraryTab .list-group {
	margin-bottom: 5px !important;
}

.list-group-item {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	border-bottom: 1px solid #e1e1e1 !important;
}

.tabContainer .list-group-item, .servicesTab .list-group-item {
	background-color: transparent !important;
	float: right;
	padding: 5px !important;
	border-bottom: 1px solid transparent !important;
}
	
.thumbnail {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border:1px solid transparent !important;
	background-color: transparent !important;
}

.caret {
    border-top: 4px solid #000;
}

#layout .menuList li.active .caret{
    border-top: 4px solid #36637e;
}


/*********************************************** Media Query ***********************************************/

@media (min-width:768px){
	.dropdown:hover .dropdown-menu {
    	display: block;
	}
}


@media (min-width:1400px){
	.container {
		width: 1300px;
	}
	#layout .logo a img{
		height:43px;
	}
}

@media screen and (min-width:1280px) and (max-width: 1380px){
	#layout .fixed .logo a {
		padding-top: 20px;
	}
	#layout .menuList:before {
		height: 50px;
	}
	#layout .menuList {
		min-height: 50px;
	}
	#layout .menuList li {
		height: 35px;
		margin-top: 8px;
		line-height: 29px;
		margin-right:15px;
	}
	#layout .menuList li a{
		font-size:15px;
	}
	/* #layout .fixed .menuList li { */
		/* margin-top: 5px; */
	/* } */
	/* #layout .menu { */
		/* padding-top: 10px; */
	/* } */
	#layout .menuRow {
		margin-top: 0;
	}
	#layout .slider figure img{
		height:400px;
	}
	#layout .slider figure figcaption a{
		height: 70px;
		font-size: 19px;
		line-height: 45px;
	}
	.owl-theme .owl-dots .owl-dot span{
		width: 10px;
		height: 10px;
		margin: 0px 7px;
	}
	#layout .homeContent .leftBlock .products li a img:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#layout .homeContent .leftBlock .products li a span {
		font-size: 19px;
	}
	.side-intro {
		top: 200px;
	}
	#layout .homeContent .leftBlock .newsBlock  .owl-carousel .owl-item img {
		height: 140px;
	}
	#layout .homeContent .leftBlock .newsBlock .companyProcess {
		padding: 10px 0 0;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		overflow:inherit;
	}
	#layout .homeContent .leftBlock .videoBlock .headerTitle {
		margin-bottom: 8px;
	}
	#layout .homeContent .leftBlock .videoBlock .owl-carousel .owl-item img {
		height:300px;
	}
	#layout .homeContent .leftBlock .videoBlock .box .owl-next {
		left: 30px;
		bottom: -45px;
		right: auto;
	}
	#layout .homeContent .leftBlock .videoBlock .box .owl-prev {
		left: -5px;
		bottom:-45px;
		right: auto;
	}
	#layout .homeContent .leftBlock .eNews {
		min-height: 440px;
		padding: 40px 0;
	}
	footer {
		min-height: 130px;
	}
	.subscribe {
		padding: 5px 0;
	}
	.subscribe ul {
		margin-top: 20px;
	}
	.subscribeForm label {
		font-size: 15px;
	}
	.subscribe .subscribeInput {
		height: 35px;
		font-size: 14px;
		border-radius: 7px;
	}
	#layout footer .copyRights {
		text-align:right;
	}
	#layout footer .copyRights .footerNav {
		text-align:left;
	}
	.subscribe .subscribeBtn {
		font-size: 14px;
		top: 34px;
		border-radius: 5px;
	}
	#layout footer .copyRights .footerNav {
		text-align: left;
	}
	.subscribe ul li a {
		border-radius: 10px;
		width: 45px;
		height: 45px;
	}
	.subscribe ul li a img {
		height: 35px;
	}
	.subscribe ul li a.rss:hover {
		background-size: 27px;
	}
	.subscribe ul li a.linked:hover {
		background-size: 27px;
	}
	.subscribe ul li a.youtupe:hover {
		background-size: 27px;
	}
	.subscribe ul li a.twitter:hover {
		background-size: 32px;
	}
	footer .iso {
		margin:0;
	}
}

@media screen and (min-width:1220px) and (max-width: 1400px){
	.container{
		width: 1000px;
	}
	
	#layout .homeContent .leftBlock .InvestorsRelations .Investors {
		width: 98%;
	}
	#layout .homeContent .leftBlock .newsBlock .newsContent h4 {
		font-size: 15px;
	}
	#layout .homeContent .leftBlock .newsBlock .newsContent p {
		font-size: 14px;
	}
	.days td {
		padding: 8px 10px;
	}
	.view p {
		font-size: 15px;
	}
	#layout .homeContent .leftBlock .gallaryBlock .headerTitle {
		margin-bottom: 10px;
	}
	.view,.view>img{
		height: 145px !important;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		height: auto;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-prev {
		bottom: -7px;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-next {
		bottom: -7px;
	}
	#layout .homeContent .leftBlock .vote p {
	    font-size: 17px;
	}
	footer .footerLinks li a {
		font-size: 12px;
	}
	.owl-prev{
		left: 3%;
		bottom: -7px;
		right:auto;
	}
	.owl-next {
		left: 10%;
		bottom: -7px;
		right: auto;
	}
	#layout footer .copyRights .leftUl li a img{
		width:88px;
	}
	#layout .homeContent .leftBlock .eventBlock .box {
   		 padding: 9px 20px 0px;
	}
	
}

@media screen and (min-width: 992px) and (max-width:1200px){
	#layout .logo a img {
		width: 135px;
		margin-top: 3px;
	}
	#layout .homeContent .leftBlock .InvestorsRelations{
		background-attachment:inherit;
	}
	#layout .temperture .slahTime,#layout .temperture a,.side-intro,.day,#layout .temperture a{
		display:none;
	}
	#layout .slider figure img {
		height: 350px;
	}
	#layout .menuList li {
		margin-right: 0px;
		padding: 0px 7px;
	}
	#layout .menuList li a,#layout .homeContent .leftBlock .voting h4,#layout .homeContent .leftBlock .voting ul li label{
		font-size:15px;
	}
	#layout .homeContent .leftBlock .voting h4 {
		padding: 5px 15px;
		height: 60px;
		line-height: 23px;
	}
	#layout .slider figure figcaption {
		font-size: 20px;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 13px;
		height: 13px;
	}
	.days td {
		padding: 6px 10px;
	}
	#layout .homeContent .leftBlock  .InvestorsRelations  .container{
		width:auto;
	}
	#layout .homeContent .leftBlock .videoBlock .box iframe{
		height:262px;
	}
	#importantLinks a.left {
		background: url("/Style%20Library/Images/prev.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		left: 10%;
		top: 30%;
	}
	#importantLinks a.right {
		background: url("/Style%20Library/Images/next.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		right: 10%;
		top: 30%;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		height: auto;
	}
	#layout .language ul li:first-child{
		margin-left:0;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent h4{
		font-size:16px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent p{
		font-size:13px;
	}
	.view,.view > img{
		height: 126px;
	}
	.view-second .mask{
		display:none;
	}
	.view-second .content button img{
		display:block;
		margin: 65% 0;
		margin-top:60% !important;
		-webkit-transform: translate(0px,0px);
		-moz-transform: translate(0px,0px);
		-o-transform: translate(0px,0px);
		-ms-transform: translate(0px,0px);
		transform: translate(0px,0px);
	}
	.view-second .content  img[src*="gallary"]{
		display:none;
	}
	.view-second p{
		display:none;
	}
	.owl-prev {
		left: 2%;
		bottom: -6px;
		right:auto;
	}
	.owl-next {
		left: 10%;
		bottom: -7px;
		right:auto;
	}
	.productList span,.subscribe .subscribeInput{
		font-size:18px;
	}
	footer .footerLinks li a {
		font-size: 13px;
	}
	#layout footer .copyRights .leftUl li a img{
		width:60px;
	}
	footer .footerLinks li:nth-child(14) {
		display:none;
	}
	#layout .menuList li a.home{
		height:30px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.InInvestorsRelations .Investors li{
		width:48%;
	}

	
	#layout .homeContent {
		margin-top: 160px !important;
	}
	#layout header.fixed {
		position: absolute;
	}
	#layout .homeContent .leftBlock .vote #divQuestion .radio ol{
		min-height:auto;
	}
	#layout .fixed .menu li.hideOption {
		left: 2%;
		top:30%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations {
	    background-attachment: inherit;
	}
	#layout .slider figure img {
		height: 350px;
	}
	#layout .logo a img{
		width:150px;
		margin-top:3px;
	}
	#layout .menu .temperture {
		position: absolute;
		top: -60px;
		right: 27%;
	}
	#layout .temperture .slahTime, #layout .temperture .day,#layout .temperture a{
		display:none;
	}
	#layout .menu .language  {
		position: absolute;
		top: -60px;
		left: 0;
	}
	.navbar-collapse{
		padding-right:65px;
	}
	#layout .menuList:before{
		right:20px;
	}
	#layout .menuList li {
		margin-right: 0px;
		padding: 0 6px;
	}
	#layout .menuList li a,#layout .homeContent .leftBlock  .newsBlock .newsContent h4,.weekdays td>span,#layout .homeContent .leftBlock .voting ul li label,#layout .homeContent .leftBlock .InvestorsRelations .Investors li  span{
		font-size:15px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent p{
		font-size:13px;
	}
	#layout .menu,#layout .menuRow{
		padding-right: 0;
	}
	#layout .homeContent .leftBlock .products li{
		margin-bottom:20px;
	}
	#layout .homeContent .leftBlock  .InvestorsRelations  .container{
		width:auto;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors{
		width:100%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li a {
		/*width: 105px;
		height: 105px;*/
	}
	.side-intro{
		top:225px;
	}
	#layout .slider figure figcaption {
		font-size: 18px;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
	#layout .searchBox input{
		width:90%;
	}
	.newsBlock  .owl-carousel .owl-item img{
		padding-left:15px;
	}
	.owl-prev {
		left: 10px;
		bottom: -7px;
		right: auto;
	}
	.owl-next {
		left:45px;
		bottom: -7px;
		right: auto;
	}
	#layout .homeContent .leftBlock  .newsBlock .companyProcess span,#layout .homeContent .leftBlock .voting .voteBtns a,
	#layout .homeContent .leftBlock .voting .voteBtns .voteBtn,.productList span,#layout .homeContent .leftBlock .impLinks select,.productList span,.subscribe .subscribeInput{
		font-size:18px;
	}
	#layout .homeContent .leftBlock .eventBlock .box{
		padding:12px 10px;
	}
	.days td{
		padding: 8px 5px;
	}
	.view-second .mask{
		display:none;
	}
	.view-second .content button img{
		display:block;
		-webkit-transform: translate(0px,0px);
		-moz-transform: translate(0px,0px);
		-o-transform: translate(0px,0px);
		-ms-transform: translate(0px,0px);
		transform: translate(0px,0px);
	}
	.view-second .content  img[src*="gallary"]{
		display:none;
	}
	.view-second p{
		display:none;
	}
	.owl-carousel .owl-item img{
		height:168px;
	}
	#layout .homeContent .leftBlock .newsBlock .companyProcess {
		min-height: 50px;
		padding: 4px 0;
	}
	#layout .homeContent .leftBlock .newsBlock .companyProcess img {
		width: 45px;
		height: 45px;
	}
	#layout .homeContent .leftBlock .eNews{
		padding:50px 0;
	}
	#layout .homeContent .leftBlock .videoBlock .box .vedio {
		height: 204px;
	}
	#layout .homeContent .leftBlock  .box{
		height:auto;
		min-height:190px;
	}
	#layout .homeContent .leftBlock .links .box{
		min-height:240px;
	}
	#layout .homeContent .leftBlock .voting h4 {
		padding: 1px 12px;
		font-size: 12px;
		height: 50px;
		line-height: 22px;
	}
	footer .footerLinks li {
		width: 31%;
	}
	footer .socialMedia{
		/* display:none; */
	}
	#layout .homeContent .leftBlock .eNews{
		min-height:400px;
	}
	#layout footer .copyRights .leftUl  li {
		margin-left: 0;
		width: 29%;
	}
	.leftUl img{
		margin: 10px 0;
		width:100% !important;
	}
	.leftUl{
		text-align:right !important;
	}
	#layout footer .copyRights p {
		font-size: 16px;
	}
	#importantLinks a.left {
		background: url("/Style%20Library/Images/prev.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		left: 10%;
		top: 30%;
	}
	#importantLinks a.right {
		background: url("/Style%20Library/Images/next.png") no-repeat !important;
		width: 30px;
		height: 29px;
		position: absolute;
		right: 10%;
		top: 30%;
	}
	footer .footerLinks li a {
		font-size: 14px;
	}
	.productContent {
		margin: 25px auto 0;
	}
	.productList .prev{
		left:3%;
	}
	.view,.view > img{
		height:95px;
	}
	.productList .swiper-slide img {
	    height: 140px;
	}
	.productList .swiper-container{
		padding-top: 25px;
	}
	.productList .swiper-slide span{
		font-size: 18px;
		right:-85px;
	}
	.productList img{
		height:auto;
	}
	#layout .menuList li.active {
		border:0;
	}
	#layout .menuList li.active > a, #layout .menuList li.active:hover a {
		color: #333;
	}
	#layout .menuList li.active .caret {
		border-top: 4px solid #000;
	}
	.imgModal .modal-content {
		width: 90%;
		margin: 50% auto;
	}
	#layout .homeContent .leftBlock .videoBlock .box {
		height: auto;
		min-height: inherit;
	}
	footer .footerLinks li:nth-child(14) {
		display:none;
	}
	.fc-scroller {
	    height: 250px !important;
	}
	.fc-unthemed td{
		padding:0;
	}
	#layout .homeContent .leftBlock .vote p {
		padding: 7px 15px;
		width: 100%;
		font-size: 15px;
		min-height: 35px;
		line-height: 20px;
	}
	#layout .homeContent .leftBlock .videoBlock .box iframe{
		height:200px;
	}
	footer{
		min-height: 152px;
		position: relative;
	}
}

@media screen and (min-width:110px) and (max-width:765px){	
	
	.InInvestorsRelations .Investors li{
		/*width:100%;*/
	}
	#layout footer .copyRights{
		text-align: center;
	}
	
	#layout .homeContent .leftBlock  .newsBlock  iframe{
		width:100%;
	}
	.login-form .col-2-form-ver .formRow {
		width: 90% !important;
	}
	#layout header{
		 /* background-color: #136a8e; */
		 height: 129px;
	}
	.login_txtbox{
		height: 18px !important;
		margin-right: -18px !important;
	}
	#layout .logo a {
		width: 100%;
	}
	#layout .menuList li.active {
		border: none;
	}
	#layout .homeContent .leftBlock .products li{
		margin-bottom:20px;
	}
	#layout .logo:after,#layout .menuList:before{
		content:none;
	}
	.navbar-toggle {
	}
	#layout .menu{
		padding-right:0px;
		margin: 0;
	}
	#layout .dropdown-menu > li > a {
		color: #fff!important;
	}
	#layout .menu .temperture {
		/* margin-bottom:15px; */
		/* padding-left: 0; */
		/* padding-right:6px; */
		display:none;
	}
	#layout .language {
		float: left;
	}
	#layout .temperture .slahTime,#layout .temperture a,.side-intro,.day,#layout .temperture a{
		display:none;
	}
	#layout .language ul li{
		margin-left: 0px;
		margin-right: 15px;
		margin-top: 10px;
	}
	#layout .menuRow{
		padding-left: 15px;
		z-index:2;
	}
	#layout .menuList{
		overflow:hidden;
		line-height: 30px;
		padding: 10px 0;
	}
	#layout .menuList li a {
		color: #fff;
		text-shadow: 0 0 0 #fff;
		font-size:14px;
	}
	#layout .menuList li a:hover, #layout .menuList li a:focus {
    	color: #fff;
	}
	#layout .menuList li {
		border: 0;
		border-bottom: 1px solid #277697;
		border-radius: 0;
		margin: 0px;
		text-indent: 0px;
		width: 100%;
		height:auto;
	}
	#layout .menuList .dropdown-menu li{
		border-bottom: 0;
	}
	#layout .menuList .dropdown-menu li:first-child{
		display:block;
	}
	#layout .menuList .dropdown-menu li a{
		text-decoration:none;
	}
	#layout .menuList li.lastChild {
		border-bottom: 0;
	}

	#layout .menuList li:first-child {
		display:none;
	}
	#layout .menuList li a.home{
		opacity:1;
		display:block;
	}
	#layout .menuList li a.home img{
		display:none;
	}
	.navbar-collapse{
		padding-right:0;
	}
	#layout .slider  figure img {
		height: 290px;
	}
	#layout .slider figure figcaption a{
		font-size:15px;
		height: 80px;
		line-height: normal;
		padding: 8px 0 0;
	}
	#layout .slider .owl-dots {
		bottom: 0px;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}
	#layout .homeContent {
		margin-top: 185px !important;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-prev{
		left:0;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-next{
		left:35px;
	}
	#layout .homeContent .leftBlock .InvestorsRelations{
		padding-top:10px;
		padding-bottom:20px;
		margin-bottom: 20px;
		/* background-color: #798a9d; */
		background-image: none;
	}
	#layout .homeContent .leftBlock .InvestorsRelations h1{
		font-size:20px;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors {
		width: 100%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li{
		width:50%;
		margin-bottom:45px;
		padding-top: 0px;
		position: relative;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li:last-child{
		width:100%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li div{
		display:inline-block;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li div span{
		font-size:13px;
		padding-top:2px;
		white-space:nowrap;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li a {
		width: 110px;
		height: 110px;
	}
	#layout .homeContent .leftBlock  .headerTitle{
		font-size:18px;
	}
	#layout .homeContent .leftBlock  .box,.view{
		height:auto;
	}
	#layout .homeContent .leftBlock .gallaryBlock .more {
		margin-left: 20px;
	}
	.view-second .mask{
		display:none;
	}
	.view-second .content button img{
		display: block;
		-webkit-transform: translate(0px,0px);
		-moz-transform: translate(0px,0px);
		-o-transform: translate(0px,0px);
		-ms-transform: translate(0px,0px);
		transform: translate(0px,0px);
		/* width:45px; */
		margin-top: 20px;
		margin-right: 15px;
	}
	.view .mask, .view .content{
		top:30px;
	}
	.imgModal .modal-content {
		width: 90%;
		margin: 50% auto;
	}
	.view-second .content  img[src*="gallary"]{
		display:none;
	}
	.view-second p{
		display:none;
	}
	#layout .homeContent .leftBlock .videoBlock .box{
		min-height:160px;
		height: auto;
	}
	#layout .homeContent .leftBlock .impLinks .box {
		min-height: 230px;
	}
	#layout .homeContent .leftBlock .eventBlock .box{
		padding:10px;
	}
	#layout .homeContent .leftBlock .voting h4 {
		padding: 5px 10px;
		font-size: 15px;
		height: 65px;
		line-height: 25px;
	}
	#layout .homeContent .leftBlock .eNews{
		padding: 20px 0;
		margin-bottom:25px;
		display: block;
	}
	.voting, .impLinks, .productList,.gallaryBlock,.videoBlock,.subscribeForm ,.newsBlock,.eventBlock{
		padding-left: 0;
		margin-bottom: 20px;
		padding-right: 0;
	}
	#layout .homeContent .leftBlock .products li a img {
		height: 125px;
	}
	#layout .homeContent .leftBlock .products li a span {
		font-size: 16px;
	}
	#layout .homeContent .leftBlock .newsBlock div .box{
		min-height:335px;
	}
	.days td {
		padding: 4px 2px;
	}
	footer .footerLinks {
		padding:25px;
	}
	footer .footerLinks li {
		width: 48%;
	}
	footer .cd-top.cd-fade-out {
		display:none;
	}
	.subscribeForm  label,.subscribe .subscribeInput,#layout .homeContent .leftBlock  .newsBlock .companyProcess span,.weekdays td>span,.days td{
		font-size:15px;
	}
	.subscribe .subscribeBtn {
		left: 3px;
		top: 34px;
	}
	.subscribe ul {
		margin-top: 10px;
		text-align: right;
		padding-right: 0;
		padding-left: 0;
		text-align:center;
	}
	.subscribe ul li {
		margin-right: 6px;
	}
	#layout footer .copyRights .rightUl,#layout footer .copyRights .leftUl{
		text-align:center;
	}
	.subscribe .iso{
		margin:0 auto 15px;
	}
	.newsBlock  .owl-prev {
		left: 10px;
		bottom: -35px;
		right: auto;
	}
	.newsBlock .owl-next {
		left: 50px;
		bottom: -35px;
		right: auto;
	}
	#layout .homeContent .leftBlock .InvestorsRelations p{
		text-align:justify;
		font-size:13px;
		width: 88%;
	}
	.month th.prev {
		left: 10px;
	}
	.month th.next {
		left: 50px;
	}
	.leftUl img{
		margin:10px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent h4,.productList span{
		font-size:16px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent p,footer .footerLinks li a{
		font-size:13px;
	}
	.view {
		padding-left:0;
	}
	.view > img, .modal img{
		margin-bottom:10px;
	}
	.view:nth-child(3), .view:nth-child(4){
		display:none;
	}
	#layout .menuList{
		/* background-color: #14688c; */
	}
	.menuList .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		/* background-color: #005e85; */
		border: 0;
		box-shadow: none;
		width:100%;
	}
	#layout .language .dropdown-menu li a {
		color: #333;
	}
	#layout .dropdown-menu li a {
		color: #fff !important;
	}
	.productList .swiper-slide span {
	    font-size: 18px;
	    right: -70px;
	}
	#layout .menuList li.active .caret{
		border-top: 4px solid #333;
	}
	#layout .menuList li.active{
		background-color:inherit;
	}
	#layout .menuList li.active > a,#layout .menuList li.active:hover a{
		color:#333;
	}
	#layout header.fixed{
		position:absolute;
	}
	#layout footer .copyRights .footerNav {
		text-align: right;
	}
	#layout footer .copyRights .footerNav a {
		font-size: 10px;
	}
	footer .footerLinks li:nth-child(14) {
		display:none;
	}
	.hideOption,.up,#suiteBarTop{
		display:none !important;
	}
	#layout .homeContent .leftBlock .vote #divQuestion .radio ol{
	      min-height: 100px;
	}
	.dropdown:hover .dropdown-menu {
	    z-index: 9999;
	    position: relative;
	}
	footer{
		min-height: 152px;
		position: relative;
	}

}

.refresh_captcha{
	width:auto !important;
}
.captchaImage{
	width:225px !important;
}
.login-form .col-2-form-ver .formRow{
	width:58%;
}
.login_txtbox {
    width: 75% !important;
    height: 30px;
    display: inline-block !important;
}

.login .login_txtbox{
    width:75% !important;
}


.noData{
	margin: 15px auto;
    display: block;
}

	}
	#layout .menuList li.lastChild {
		border-bottom: 0;
	}

	#layout .menuList > li:first-child {
		display:none;
	}
	#layout .menuList li a.home{
		opacity:1;
		display:block;
	}
	#layout .menuList li a.home img{
		display:none;
	}
	.navbar-collapse{
		padding-right:0;
	}
	#layout .slider  figure img {
		height: 290px;
	}
	#layout .slider figure figcaption a{
		font-size:15px;
		height: 80px;
		line-height: normal;
		padding: 8px 0 0;
	}
	#layout .slider .owl-dots {
		bottom: 0px;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}
	#layout .homeContent {
		margin-top: 145px !important;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-prev{
		left:0;
	}
	#layout .homeContent .leftBlock .gallaryBlock .owl-next{
		left:35px;
	}
	#layout .homeContent .leftBlock .InvestorsRelations{
		padding-top:10px;
		padding-bottom:20px;
		margin-bottom: 20px;
		/* background-color: #798a9d; */
		background-image: none;
	}
	#layout .homeContent .leftBlock .InvestorsRelations h1{
		font-size:20px;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors {
		width: 100%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li{
		width:50%;
		margin-bottom:45px;
		padding-top: 0px;
		position: relative;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li:last-child{
		width:100%;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li div{
		display:inline-block;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li div span{
		font-size:13px;
		padding-top:2px;
		white-space:nowrap;
	}
	#layout .homeContent .leftBlock .InvestorsRelations .Investors li a {
		width: 110px;
		height: 110px;
	}
	#layout .homeContent .leftBlock  .headerTitle{
		font-size:18px;
	}
	#layout .homeContent .leftBlock  .box,.view{
		height:auto;
	}
	#layout .homeContent .leftBlock .gallaryBlock .more {
		margin-left: 20px;
	}
	.view-second .mask{
		display:none;
	}
	.view-second .content button img{
		display: block;
		-webkit-transform: translate(0px,0px);
		-moz-transform: translate(0px,0px);
		-o-transform: translate(0px,0px);
		-ms-transform: translate(0px,0px);
		transform: translate(0px,0px);
		/* width:45px; */
		margin-top: 20px;
		margin-right: 15px;
	}
	.view .mask, .view .content{
		top:30px;
	}
	.imgModal .modal-content {
		width: 90%;
		margin: 50% auto;
	}
	.view-second .content  img[src*="gallary"]{
		display:none;
	}
	.view-second p{
		display:none;
	}
	#layout .homeContent .leftBlock .videoBlock .box{
		min-height:160px;
		height: auto;
	}
	#layout .homeContent .leftBlock .impLinks .box {
		min-height: 230px;
	}
	#layout .homeContent .leftBlock .eventBlock .box{
		padding:10px;
	}
	#layout .homeContent .leftBlock .voting h4 {
		padding: 5px 10px;
		font-size: 15px;
		height: 65px;
		line-height: 25px;
	}
	#layout .homeContent .leftBlock .eNews{
		padding: 20px 0;
		margin-bottom:25px;
		display: block;
	}
	.voting, .impLinks, .productList,.gallaryBlock,.videoBlock,.subscribeForm ,.newsBlock,.eventBlock{
		padding-left: 0;
		margin-bottom: 20px;
		padding-right: 0;
	}
	#layout .homeContent .leftBlock .products li a img {
		height: 125px;
	}
	#layout .homeContent .leftBlock .products li a span {
		font-size: 16px;
	}
	#layout .homeContent .leftBlock .newsBlock div .box{
		min-height:335px;
	}
	.days td {
		padding: 4px 2px;
	}
	footer .footerLinks {
		padding:25px;
	}
	footer .footerLinks li {
		width: 48%;
	}
	footer .cd-top.cd-fade-out {
		display:none;
	}
	.subscribeForm  label,.subscribe .subscribeInput,#layout .homeContent .leftBlock  .newsBlock .companyProcess span,.weekdays td>span,.days td{
		font-size:15px;
	}
	.subscribe .subscribeBtn {
		left: 3px;
		top: 34px;
	}
	.subscribe ul {
		margin-top: 10px;
		text-align: right;
		padding-right: 0;
		padding-left: 0;
		/* text-align:center; */
	}
	.subscribe ul li {
		margin-left: 6px;
	}
	#layout footer .copyRights .rightUl,#layout footer .copyRights .leftUl{
		text-align:center;
	}
	.subscribe .iso{
		margin:0 auto 15px;
	}
	.newsBlock  .owl-prev {
		left: 10px;
		bottom: -35px;
		right: auto;
	}
	.newsBlock .owl-next {
		left: 50px;
		bottom: -35px;
		right: auto;
	}
	#layout .homeContent .leftBlock .InvestorsRelations p{
		text-align:justify;
		font-size:13px;
		width: 88%;
	}
	.month th.prev {
		left: 10px;
	}
	.month th.next {
		left: 50px;
	}
	.leftUl img{
		margin:10px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent h4,.productList span{
		font-size:16px;
	}
	#layout .homeContent .leftBlock  .newsBlock .newsContent p,footer .footerLinks li a{
		font-size:13px;
	}
	.view {
		padding-left:0;
	}
	.view > img, .modal img{
		margin-bottom:10px;
	}
	.view:nth-child(3), .view:nth-child(4){
		display:none;
	}
	#layout .menuList{
		/* background-color: #14688c; */
	}
	.menuList .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		/* background-color: #005e85; */
		border: 0;
		box-shadow: none;
		width:100%;
	}
	#layout .language .dropdown-menu li a {
		color: #333;
	}
	#layout .dropdown-menu li a {
		color: #fff !important;
	}
	.productList .swiper-slide span {
	    font-size: 18px;
	    right: -70px;
	}
	#layout .menuList li.active .caret{
		border-top: 4px solid #333;
	}
	#layout .menuList li.active{
		background-color:inherit;
	}
	#layout .menuList li.active > a,#layout .menuList li.active:hover a{
		color:#333;
	}
	#layout header.fixed{
		position:absolute;
	}
	#layout footer .copyRights .footerNav {
		text-align: right;
	}
	#layout footer .copyRights .footerNav a {
		font-size: 10px;
	}
	footer .footerLinks li:nth-child(14) {
		display:none;
	}
	.hideOption,.up,#suiteBarTop{
		display:none !important;
	}
	#layout .homeContent .leftBlock .vote #divQuestion .radio ol{
	      min-height: 100px;
	}
	.dropdown:hover .dropdown-menu {
	    z-index: 9999;
	    position: relative;
	}

}

.refresh_captcha{
	width:auto !important;
}
.captchaImage{
	width:225px !important;
}
.login-form .col-2-form-ver .formRow{
	width:58%;
}
.login_txtbox {
    width: 75% !important;
    height: 30px;
    display: inline-block !important;
}

.login .login_txtbox{
    width:75% !important;
}
#colors a:nth-child(1){background-color:#325134}
#colors a:nth-child(2){background-color:#23548d}
#colors a:nth-child(3){background-color:#832d1d}
#colors a:nth-child(4){background-color:#444}
#colors a {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin: 5px 2px 5px;
}


.noData{
	margin: 15px auto;
    display: block;
}
a.home {
    background: url(../images/home.png) no-repeat;
    display: block;
    width: 28px;
    background-position: center;
    height:45px;
}

