@charset "utf-8";
@font-face {
	font-family: 'p30';
	src: url('../fonts/p30.eot');
	src: url('../fonts/p30.eot?#iefix') format('embedded-opentype'),
	url('../fonts/p30.woff') format('woff'),
	url('../fonts/p30.ttf') format('truetype'),
	url('../fonts/p30.svg#p30') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, input, select, textarea, tspan, text, h3, h2, h1{
	font-family: "p30" !important;
}
input, select, textarea{
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0,0,0,0.15);
	-moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0,0,0,0.15);
	box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0,0,0,0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 8px 12px;
	color: #555;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-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;
}
input:hover, select:hover, textarea:hover{
	border: 1px solid #ccc;
}
input:focus, select:focus, textarea:focus{
	-webkit-box-shadow: 0 0 10px rgb(46,84,129,.3);
	-moz-box-shadow: 0 0 10px rgb(46,84,129,.3);
	box-shadow: 0 0 10px rgb(46,84,129,.3);
	border: 1px solid #839bb7;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	-webkit-box-shadow: linear .2s;
	-webkit-box-shadow: linear .2s;
	box-shadow: linear .2s;
}
.pageWidth{
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}
.clearfix{
	clear: both;
	zoom: 1;
	width: 100%;
}
a{
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-title select{
	font-size: 0.9em !important;
	padding: 0;
	height: auto;
}
.calFactor{
	margin: -87px auto 0;
	position: relative;
	z-index: 0;
}
/* Login modal box */
div.overly{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 20;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
	display: none;
}
div.is-visible{
    visibility: visible;
    opacity: 1.0;
}
div.modalContainer, div.semiModal{
	 -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
	margin: 4em auto;
	position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
	z-index: 1;
}
ul.switch{
	height: 70px;
}
ul.switch li{
    width: 50%;
    float: right;
    text-align: center;
}
ul.switch li:first-child a{
    border-radius: 0 .25em 0 0;
}
ul.switch li:last-child a{
    border-radius: .25em 0 0 0;
}
ul.switch li a{
    height: 70px;
    line-height: 70px;
	display: block;
    width: 100%;
	text-decoration: none;
	background: #d2d8d8;
    color: #809191;
}
ul.switch li a.selected {
    background: #FFF;
    color: #505260;
}
ul.switcher{
	height: 70px;
}
ul.switcher li{
    width: 50%;
    float: right;
    text-align: center;
}
ul.switcher li:first-child a{
    border-radius: 0 .25em 0 0;
}
ul.switcher li:last-child a{
    border-radius: .25em 0 0 0;
}
ul.switcher li a{
    height: 70px;
    line-height: 70px;
	display: block;
    width: 100%;
	text-decoration: none;
	background: #d2d8d8;
    color: #809191;
}
ul.switcher li a.selected {
    background: #FFF;
    color: #505260;
}
div.modalContainer div, div.semiModal div{
	display: none;
}
div.modalContainer div.is-selected, div.semiModal div.is-selected{
	display: block;
}
form.cd-form{
    padding: 2em;
}
.cd-form .fieldset {
	display: block;
    margin: 1em 0;
	position: relative;
	direction: rtl;
}
.cd-form .fieldset:first-child {
    margin-top: 0;
}
.cd-form .fieldset:last-child {
    margin-bottom: 0;
}
.cd-form .half{
	display: inline-block;
    margin: 1em 1%;
	width: 48%;
	float: right;
}
.cd-form .topo{
	margin-top: 0;
}
.cd-form a {
    color: #2f889a;
    text-decoration: none;
}
.cd-form label.cd-email {
    background-image: url("../images/cd-icon-email.svg");
}
.cd-form label.cd-password {
    background-image: url("../images/cd-icon-password.svg");
}
.cd-form label.cd-username {
    background-image: url("../images/cd-icon-username.svg");
}
.cd-form label.cd-tel {
    background-image: url("../images/cd-icon-tel.svg");
}
.cd-form label.cd-site {
    background-image: url("../images/cd-icon-internet.svg");
}
.cd-form label.cd-captcha {
    background-image: url("../images/cd-icon-lock.svg");
}
.cd-form label.image-replace {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.cd-form input.has-padding {
    padding: 16px 50px 16px 20px;
}
.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input.has-border:focus {
	border-color: #343642;
	box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
	outline: none;
}
.cd-form input.full-width {
    width: 100%;
}
.cd-form input.most-width {
    width: 75%;
}
span.captcha_container{
	display: inline-block;
	width: 24%;
	height: 40px;
	position: relative;
	direction: ltr;
}
span.captcha_container i{
	position: absolute;
	top: 1px;
	left: 102px;
	cursor: pointer;
	width: 10px;
	height: 10px;
}
.cd-form img.img-captcha{
	height: 40px;
	width: 100px;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	vertical-align: middle;
	margin-right: 20px;
}
.cd-form input {
    margin: 0;
    border-radius: 0.25em;
	direction: rtl;
}
.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 3;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    display: none;
    pointer-events: none;
}
.cd-form .most-width-adapt {
	left: 25%;
	margin-left: 3px;
}
.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 15px;
    border-right: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
	text-decoration: none;
	z-index: 2;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cd-form input[type=submit], .cd-form input[type=button] {
    padding: 16px 0;
    cursor: pointer;
    background: #4970b7;
    color: #FFF;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input[type=submit]:hover, .cd-form input[type=submit]:focus,
.cd-form input[type=button]:hover, .cd-form input[type=button]:focus {
    background: #3599ae;
    outline: none;
	padding: 16px 0;
}
.cd-form-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-form-bottom-message a {
    color: #FFF;
    text-decoration: underline;
}
.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
	direction: rtl;
}

/* Portal liks */
.lefter {
	background-color:#f9f9f9;
	border:1px solid #c9c9c9;
	top:50%;
	width:200px;
	height:auto;
	position:fixed;
	margin:auto;
	margin-top: -100px;
	float:left;
	left:-170px;
	padding:2px;
	border-radius:3px;
	direction:rtl;
	transition:all .5s linear;
	-moz-transition:all .5s linear;
	-ms-transition:all .5s linear;
	-o-transition:all .5s linear;
	-webkit-transition:all .5s linear;
}
.lefter .edge{
	width: 63px;
	height: 204px;
	background: transparent url( ../images/support.png ) no-repeat;
	background-size: 63px 204px;
	position: absolute;
	right: -30px;
	top: -7px;
}
.lefter:hover {
	background-color:#f9f9f9;
	border:1px solid #c9c9c9;
	left:-1px;
}
.lefter a{
	background-color:#fff;
	display: inline-block;
	text-decoration:none;
	color:#111;
	text-align:right;
	padding:5px;
	width:160px;
	margin:2px;
	font-family:'b yekan','cadara','tahoma';
	font-size:13px;
	float:left;
	transition:all .3s linear;
	-moz-transition:all .3s linear;
	-ms-transition:all .3s linear;
	-o-transition:all .3s linear;
	-webkit-transition:all .3s linear;
	border-radius:3px;
	border:1px solid #f1f1f1;
}
.lefter a:hover{
	background-color:#39C;
	color:#fff;
	border:1px solid #36F;
}
.lefter a i{
	width:20px;
	height:20px;
	float:right;
	margin:1px;
	margin-left:5px;
	font-size: 15px;
}

div.floatedBar{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background: #fff;
}

/* support box */
div.support{
	border: 1px solid orange;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 350px;
	padding: 10px;
	direction: rtl;
	background: #eee;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 90%;
}
div.support h1{
	margin-bottom: 10px;
}
div.support p{
	text-align: justify;
}
div.support i{
	position: absolute;
	top: 7px;
	left: 7px;
	cursor: pointer;
}
div.support i:hover{
	opacity: 0.7;
}

/* Emergency events bar */
div.alert{
	direction: rtl;
	overflow: hidden;
	padding: 20px;
	color: #fff;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
div.alert div.pageWidth a{
	color: #fff;
	text-decoration: none;
}
div.alert div.pageWidth a:hover{
	text-decoration: underline;
}
div.alert div.pageWidth{
	position: relative;
	text-align: center;
	padding: 0 40px;
}
div.alert div.pageWidth i.alert-icon{
	display: block;
    float: right;
	margin-right: -40px;
}
div.alert div.pageWidth i.alert-icon-left{
	display: block;
    float: left;
	margin-left: -40px;
}
div.alert div.pageWidth i.alert-icon:before{
	/*font-size: 34px;*/
}
div.alert div.pageWidth div.close{
	font-family: sans-serif;
	width: 10px;
	position: absolute;
	top: -10px;
	left: 10px;
	cursor: pointer;
}
div.alert div.pageWidth div.close:hover, div.alert div.pageWidth div.close:focus{
	color: #f44b23;
	transition: color .2s linear;
	-moz-transition: color .2s linear;
	-webkit-transition: color .2s linear;
}
.alert-basic{
	background-color: #555;
}
.alert-danger{
	background-color: #c10841;
}
.alert-black{
	background-color: #1e1e1e;
}
.alert-warning{
	background-color: #f89406;
}
.alert-success{
	background-color: #738d00;
}
.alert-info{
	background-color: #0098ca;
}
.alert .alert-link {
  color: #fff;
  color: rgba(255,255,255,.7);
}
.alert div.pageWidth .alert-link:hover {
  color: #fff;
}

/* Header */
div#header{
	z-index: 30;
}
div#topHeader{
	border-bottom: 1px solid #898989;
	direction: rtl;
	padding: 7px 20px;
}
div.cbp-af-header-shrink div#topHeader{
	display: none;
}
div#topHeader div.pageWidth{
	position: relative;
}
div#topHeader ul{
	height: 20px;
	direction: rtl;
	width: 870px;
	display: inline-block;
	line-height: 20px;
}
div#topHeader ul li{
	float: right;
	display: inline-block;
	color: #898989;
	padding: 0 0 0 15px;
	font-size: 13px;
	position: relative;
}
div.miniPanel{
	position: absolute;
	top: -2px;
	right: -11px;
	width: 300px;
	display: none;
}
div.miniPanel div.miniPanelHeader{
	display: inline-block;
	background: #e9e9e9;
	padding: 2px 11px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
div.miniPanel div.minipanelBody{
	background: #e9e9e9;
	padding: 20px;
	border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	-webkit-border-radius: 5px 0 5px 5px;
}
div.miniPanel div.minipanelBody a.bigButton{
	display: block;
	padding: 7px;
	color: #fff !important;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#topHeader div.miniPanel div.minipanelBody ul{
	display: block;
	width: 260px;
}
div#topHeader div.miniPanel div.minipanelBody ul li{
	display: block;
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	line-height: 25px;
}
div#topHeader div.miniPanel div.minipanelBody ul li span{
	float: left;
	display: inline-block;
	width: 35px;
	height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #94a6a6;
}
div#topHeader div.miniPanel div.minipanelBody ul li span.notNull{
	background: #428bca;
}
div#topHeader div.miniPanel div.minipanelBody ul li.lastMini span{
	background: transparent;
	color: #898989;
	width: 60px;
}
div.miniPanel div.minipanelBody a.light{
	background: #428bca;
}
div.miniPanel div.minipanelBody a.dark{
	background: #34495e;
}
div.centerText{
	text-align: center;
	margin-top: 10px;
	font-size: 90%;
}
div#topHeader ul li a, div#topHeader ul li span{
	color: #898989;
	text-decoration: none;
	font-family: "p30" !important;
}
div#topHeader ul li span{
	margin: 0 0 0 8px;
}
div#topHeader ul li i{
	margin-left: 4px;
}
div#topHeader ul li a:hover{
	text-decoration: underline;
}
div#topHeader p{
	position: absolute;
	top: 0;
	font-size: 13px;
	color: #fff !important;
	cursor: pointer;
    border: 1px solid;
    display: inline-block;
    border-color: #595959;
    text-decoration: none;
	transition: background-color 0.3s ease-out, box-shadow 0s;
    -moz-transition: background-color 0.3s ease-out, box-shadow 0s;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0s;
}
div#topHeader p#dollarPrice{
	background-color: #f44b23;
    padding: 6px 12px;
	left: 0;
}
div#topHeader p#dollarPrice:hover{
	background-color: #c33f20;
}
div#topHeader p#dollarTitle{
	background-color: #444;
    padding: 6px 12px;
	left: 86px;
}
div#topHeader p#dollarTitle:hover{
	background-color: #111;
}
div#topHeader p#dollarPrice a, div#topHeader p#dollarTitle a{
	color: #fff;
}
div#bottomHeader{
	height: 69px;
	direction: rtl;
	padding: 17px 0;
}
div#bottomHeader div a.logo{
	width: 250px;
	height: 69px;
	display: inline-block;
	margin-right: -15px;
	background: transparent url( ../images/logo.png ) no-repeat;
	float: right;
}
div.cbp-af-header-shrink div#bottomHeader div a.logo{
	width: 200px;
	height: 55px;
	background-size: cover;
}
div#bottomHeader div#namad{
	float:left;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	/*border: 1px solid #ccc;*/
	text-align: center;
	vertical-align: middle;
	margin-top: -15px;
	
}
div.cbp-af-header-shrink div#bottomHeader div#namad{
	display: none;
}
div#bottomHeader div#namad img{
	width: 90px;
	height: 90px;
}
div#bottomHeader div ul#nav{
	height: 49px;
	display: inline-block;
	float: right;
	padding: 10px 0;
	margin: 0 auto;
}
div#bottomHeader > div > ul > li{
	float: right;
	display: inline-block;
	min-height: 39px;
	line-height: 39px;
}
div#bottomHeader div.pageWidth ul li a.fNode{
	padding: 5px 12px;
	color: #1e1e1e;
	border: 1px solid transparent;
	text-decoration: none;
	display: block;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 49px;
}
div.cbp-af-header-shrink div#bottomHeader div ul#nav{
	height: 40px;
	padding: 0;
}
div.cbp-af-header-shrink div#bottomHeader > div > ul > li{
	min-height: 30px;
}
div.cbp-af-header-shrink div#bottomHeader div.pageWidth ul li a.fNode{
	height: 40px;
}
div#bottomHeader div ul li a.fNode:hover{
	border: 1px solid #ccc;
}
div#bottomHeader div ul li.parent{
	position: relative;
	background: #fff;
}
div#bottomHeader div ul li.parent a.fNode:hover, div#bottomHeader div ul li.fakeOver a.fNode{
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	z-index: 11;
	height: 51px;
}
div.mega{
	position: absolute;
	border: 1px solid #ccc;
	z-index: -1;
	top: 49px;
	display: none;
	padding: 10px;
	background: #fff;
}
div.cbp-af-header-shrink div.mega{
	top: 40px;
}
div.mega ul{
	width: 185px;
	font-size: 12px;
	margin: 0 15px 10px 0;
	float: right;
}
div.mega ul li{
	width: 100%;
	display: block;
	clear: both;
	height: 27px;
}
div.mega ul li a{
	border: 0;
	padding: 0;
	text-decoration: none;
	color: #1e1e1e;
	font-size: 98%;
}
div.mega ul li a:hover{
	border: 0;
	padding: 0;
    opacity: .6;
    filter: alpha(opacity=60);
    color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
li.header{
	font-weight: bold;
}
.c1{
	width: 185px;
}
.c2{
	width: 380px;
}
.c3{
	width: 570px;
}
.c4{
	width: 780px;
}
.c5{
	width: 945px;
}
.c6{
	width: 1140px;
}
.r1{
	right: -130px;
}
.r2{
	right: -320px;
}
.r3{
	right: -440px;
}
.r4{
	right: -545px;
}
.r5{
	right: -200px;
}
a .item-new {
    background: #ff0068;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 2px 7px;
    text-transform: uppercase;
	margin-right: 5px;
}
.bg-warning {
    background: #f89406 !important;
}
.bg-success {
    background: #738d00 !important;
}
div.box13{
	width: 32%;
	float: right;
	display: inline-block;
	margin-right: 1%;
	border: 1px solid #bbb;
	padding: 2px;
}
div.box13 a{
	text-decoration: none;
}
div.iconbg{
	display: block;
	text-align: center;
	font-size: 70px;
	padding: 30px 0;
	overflow: hidden;
    color: #ffffff;
}
div.greenbg{
    background: #4cb849;
}
div.bluebg{
    background: #0f64ba;
}
div.redbg{
    background: #d0151c;
}
div.branding{
	background: #353740;
	color: #fff;
	text-align: center;
}
div.iconbg i{
	color: #ffffff;
    display: inline-block;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    z-index: 10;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
div.iconbg:hover i{
	-webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: #d9d9d9;
}
div.desc{
	font-size: 12px;
}
.halfi{
	display: block;
    margin: 3px 1% 0 0;
	line-height: 20px;
}

/* Slider */
div.sliderWraper{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}
div.sliderWraper div.slides div.slide{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
}
div.sliderWraper div.slides div.slide img{
	width: 100%;
	height: auto;
}
div.sliderWraper div.controls{
	position: absolute;
	top: 135px;
	height: 30px;
	left: 0;
	right: 0;
	padding: 0 20px;
	z-index: 10;
}
div.sliderWraper div.controls div.cbutton{
	background: transparent url( ../images/bn-arrows.png ) no-repeat;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #000;
}
div.sliderWraper div.controls div.cbutton:hover{
	color: #000;
	opacity: 0.5;
}
div.sliderWraper div.controls div.nextButton{
	float: right;
	background-position: 130%;
}
div.sliderWraper div.controls div.prevButton{
	float: left;
	background-position: -30%;
}

div.spacer{
	margin-top: 196px;
	clear: both;
	height: 1px;
	zoom: 1;
}
div.mainSpacer{
	margin-top: 135px;
	clear: both;
	height: 1px;
	zoom: 1;
}

/* breaking news */
div.breakingnews{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #000;
	background: #ccc;
}

/* breaking news */
.breakingNews{width:100%; height:40px; background:#FFF; position:relative; border: 2px solid #2096cd; overflow:hidden; direction: rtl;z-index: 1;}
.breakingNews>.bn-title{width:auto; height:40px; display:inline-block; background:#2096cd; position:relative;}
.breakingNews>.bn-title>h2{display:inline-block; margin:0; padding:0 20px; line-height:40px; font-size:20px; color:#FFF; height:40px; box-sizing:border-box;}
.breakingNews>.bn-title>span{width: 0;position:absolute;left:-10px;top:10px;height: 0;border-style: solid;border-width: 10px 10px 10px 0;border-color: transparent #2096cd transparent transparent;}

.breakingNews>ul{padding:0; margin:0; list-style:none; position:absolute; right:210px; top:0; left:40px; height:40px; font-size:16px;}
.breakingNews>ul>li{position:absolute; height:40px; width:100%; line-height:40px; display:none;}
.breakingNews>ul>li>a{text-decoration:none; color:#333; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; font-weight:normal;}
.breakingNews>ul>li>a>span{color:#2096cd;}
.breakingNews>ul>li>a:hover{color:#2096cd;}

.breakingNews>.bn-navi{width:40px; height:40px; position:absolute; left:0; top:0; opacity:0;}
.breakingNews>.bn-navi>span{width:20px; height:40px; position:absolute; top:0; cursor:pointer; opacity:0.3; background-image:url(../images/bn-arrows.png); background-repeat:no-repeat;}
.breakingNews>.bn-navi>span:hover{opacity:1;}
.breakingNews>.bn-navi>span:first-child{background-position:right center; right:0;}
.breakingNews>.bn-navi>span:last-child{background-position:left center; left:0;}
.breakingNews:hover .bn-navi{opacity:1;}

.bn-large{height:50px;}
.bn-large>.bn-title{height:50px;}
.bn-large>.bn-title>h2{line-height:50px; font-size:26px;}
.bn-large>.bn-title>span{top:15px;}
.bn-large>ul{height:50px; right:250px; font-size:20px;}
.bn-large>ul>li{height:50px; line-height:50px;}
.bn-large>.bn-navi{height:50px; }
.bn-large>.bn-navi>span{height:50px;}

.bn-small{height:30px;}
.bn-small>.bn-title{height:30px;}
.bn-small>.bn-title>h2{line-height:30px; font-size:18px;}
.bn-small>.bn-title>span{top:5px;}
.bn-small>ul{height:30px; right:200px; font-size:14px;}
.bn-small>ul>li{height:30px; line-height:30px;}
.bn-small>.bn-navi{height:30px; }
.bn-small>.bn-navi>span{height:30px;}

/*color styles -----------------------------*/
.bn-red{border-color:##3e7998;}
.bn-red>.bn-title{background:##3e7998;}
.bn-red>.bn-title>span{border-right-color:##3e7998;}
.bn-red>ul>li>a:hover,.bn-red>ul>li>a>span{color:##3e7998;}

.bn-bordernone{border:none;}
.bn-italic>ul>li>a{font-style:italic;}
.bn-bold>ul>li>a{font-weight:bold;}

.breakingNews>.bn-navi,
.breakingNews>ul>li>a,
.breakingNews>.bn-navi>span{transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}


/* calculator */
div.calculator{
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px auto 5px;
	padding: 5px;
	clear: both;
}
h1.calTitle{
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	margin-bottom: 10px;
}
form#calculator ul{
	width: 100%;
}
form#calculator ul li{
	width: 27%;
	float: right;
	display: inline-block;
	direction: rtl;
	text-align: right;
}
form#calculator ul li:first-child{
	width: 36%;
}
form#calculator ul li:last-child{
	width: 10%;
	text-align: left;
}
input.calculatIt{
	background: #5d9cbd;
	cursor: pointer;
	text-shadow: 0 1px 0 rgb(0,0,0,0.5);
	box-shadow: inset 0 0 2px rgb(255,255,255,0.9);
	border: 0.5px solid #000;
	border-radius: 3px;
	padding: 5px 10px;
	color: #fff;
}
input.calculatIt:hover{
	background: #3e7998;
}
span.total{
	float: left;
}


/* Tables */
.table {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 22px;
  text-align: center;
  direction: rtl;
  width: 100%;
}
th {
  text-align: center;
}

.table.text-left,
.table.text-left th:not(.text-center) {
  text-align: left;
}
.table.text-right,
.table.text-right th:not(.text-center) {
  text-align: right;
}
.table th,
.table td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e1e1e1;
  line-height: 18px;
  padding: 16px 10px 15px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}
.table-striped thead th {
  background-color: #f7f7f7;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background: none;
}
.table-bordered {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-hover tbody tr > td,
.table-hover tbody tr > th {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fffdee;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 4px 5px;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f89406;
  color: #fff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #738d00;
  color: #fff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #c10841;
  color: #fff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #0098ca;
  color: #fff;
}

div.preFactor{
	margin: 10px;
	padding: 10px;
	direction: rtl;
	display: none;
}
div.preFactor table.table{
	display: none;
}
div.preFactor h1{
	padding: 10px;
	background: #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
h1{
	direction: rtl;
}
a.lunchOrder{
	background: #f44b23;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 7px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px auto;
	display: inline-block;
	width: 185px;
	border: 1px solid #000;
	transition: background-color .3s ease-out, box-shadow 0s;
}
a.lunchOrder:hover{
	background: #c33f20;
}
.newf a.lunchOrder{
	background: #f44b23;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 16px 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 30px auto 30px;
	display: inline-block;
	width: 280px;
	border: 1px solid #000;
	transition: background-color .3s ease-out, box-shadow 0s;
	font-size: 1.4em;
}
.centerContent{
	text-align: center;
}

.clear {
  clear: both;
}
/***********************************************************************************************/
/*  01. PRICING TABLE STYLES */
/***********************************************************************************************/
.energy-pricing-table {
  clear: both;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
.energy-pricing-table .planbg {
  width: 23%;
  height: auto;
  min-height: 500px;
  float: left;
  margin-top: 25px;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.energy-pricing-table .planbg .plan_price_title {
  /*height: 32px;
  line-height: 32px;*/
  padding: 5px 0;
  width: 100%;
  background: #353740;
  margin-left: auto;
  margin-right: auto;
  font-family: 'p30', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  direction: rtl;
}
.energy-pricing-table .planbg .planholder {
  width: 100%;
  background: #fff;
  border-top: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.energy-pricing-table .planbg .ribbon {
  width: 48px;
  height: 100px;
  margin: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
}
.energy-pricing-table .planbg .ribbon .inset {
  width: 42px;
  height: 55px;
  position: absolute;
  top: -55px;
  left: 0px;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.energy-pricing-table .planbg .ribbon .ribbon-container {
  position: relative;
  width: 42px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  border-left: 1px solid #631a15;
  border-right: 1px solid #631a15;
  border-bottom: 1px solid #631a15;
}
.energy-pricing-table .planbg .ribbon .ribbon-base {
  height: 100px;
  width: 42px;
  background: #a6000a;
  position: relative;
  z-index: 2;
}
.energy-pricing-table .planbg .ribbon .ribbon-base:after {
  content: '';
  position: absolute;
  top: 0;
  width: 34px;
  left: 3px;
  height: 96px;
  border-left: 1px dashed #631a15;
  border-right: 1px dashed #631a15;
  border-bottom: 1px dashed #631a15;
}
.energy-pricing-table .planbg .ribbon .ribbon-base:before {
  content: '';
  position: absolute;
  top: 0;
  width: 34px;
  left: 4px;
  height: 96px;
  border-left: 1px dashed #da5050;
  border-right: 1px dashed #da5050;
  border-bottom: 1px dashed #da5050;
}
.energy-pricing-table .planbg .ribbon .ribbon-text {
  position: absolute;
  font-size: 14px;
  font-family: 'IranianSans', sans-serif;
  color: #ffffff;
  font-weight: normal;
  z-index: 10;
  top: 3px;
  left: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 105px;
  width: 80px;
  line-height: 24px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.energy-pricing-table .planbg .iconbg {
  width: 100%;
  font-size: 80px;
  color: #fff;
  text-align: center;
  padding: 42px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.energy-pricing-table .planbg .iconbg:after {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: -290px;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  transform: skewX(50deg);
}
.energy-pricing-table .planbg .iconbg i {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 10;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.energy-pricing-table .planbg .iconbg:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #d9d9d9;
}
.energy-pricing-table .planbg .iconbg:hover:after {
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 200%;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  transform: skewX(50deg);
  z-index: 0;
}
.energy-pricing-table .planbg .packagetypebg {
  width: 100%;
  background: #353740;
}
.energy-pricing-table .planbg .package_amount_duration {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 48px;
  line-height: 48px;
  display: block;
  padding: 3px 0 3px 12px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 10;
  direction: rtl;
}
.energy-pricing-table .planbg .package_amount_duration span.amount {
  font-family: 'p30', sans-serif;
  font-size: 30px;
  font-weight: 300;
  direction: rtl;
}
.energy-pricing-table .planbg .package_amount_duration span.duration {
  font-family: 'p30', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.energy-pricing-table .planbg .package_amount_duration span.duration:before {
  content: '/';
  display: inline-block;
  margin-right: 3px;
  color: #ffffff;
}
.energy-pricing-table .planbg .package_amount_duration:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  right: -165px;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  transform: skewX(50deg);
}
.energy-pricing-table .planbg .features {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-left: 0px solid #e5e5e5;
  border-right: 0px solid #e5e5e5;
  direction: rtl;
}
.energy-pricing-table .planbg .features li {
  font-family: 'p30', sans-serif;
  list-style: none;
  text-align: right;
  background: #f00;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  width: 100%;
  margin: 0;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  color: #3b3b3b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  direction: rtl;
}
.energy-pricing-table .planbg .features li  i{
	margin-left: 5px;
}
.energy-pricing-table .planbg .features li:hover {
  background: rgba(195, 195, 195, 0.1);
}
.energy-pricing-table .planbg .selectpackage {
  font-family: 'p30', sans-serif;
  font-size: 18px;
  width: 100%;
  list-style: none;
  padding: 0;
  border: 0;
  margin-top: 0px;
}
.energy-pricing-table .planbg .selectpackage a {
  text-decoration: none;
  color: #ffffff;
  background: #d0151c;
  width: 50%;
  height: 42px;
  line-height: 42px;
  padding: 0px;
  text-transform: Uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 12px auto;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.energy-pricing-table .planbg .selectpackage a:after {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  position: absolute;
  content: '';
  width: 70px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: -25px;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  transform: skewX(50deg);
}
.energy-pricing-table .planbg .selectpackage a:hover,
.energy-pricing-table .planbg .selectpackage a:focus {
  background: #730c10;
}
.energy-pricing-table .planbg .selectpackage a:hover:after,
.energy-pricing-table .planbg .selectpackage a:focus:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 300px;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  transform: skewX(50deg);
}
.energy-pricing-table {
  /***********************************************************************************************/
  /* 02. RED THEME */
  /***********************************************************************************************/
  /***********************************************************************************************/
  /* 03. BLUE THEME */
  /***********************************************************************************************/
  /***********************************************************************************************/
  /* 04. GREEN THEME */
  /***********************************************************************************************/
  /***********************************************************************************************/
  /* 05. ORANGE THEME */
  /***********************************************************************************************/
  /***********************************************************************************************/
  /* 06. YELLOW THEME */
  /***********************************************************************************************/
}
.energy-pricing-table .red_theme .plan_price_title {
  border-top: 3px solid #d0151c;
}
.energy-pricing-table .red_theme .features li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.energy-pricing-table .red_theme .features li:hover {
  color: #d0151c;
  border-color: #cccccc;
}
.energy-pricing-table .red_theme .iconbg {
  background: #d0151c;
  color: #ffffff;
}
.energy-pricing-table .red_theme .iconbg:hover {
  background: #730c10;
}
.energy-pricing-table .red_theme .selectpackage a {
  color: #ffffff;
  background: #d0151c;
}
.energy-pricing-table .red_theme .selectpackage a:hover,
.energy-pricing-table .red_theme .selectpackage a:focus {
  background: #730c10;
}
.energy-pricing-table .red_theme .ribbon .ribbon-container {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.energy-pricing-table .red_theme .ribbon .ribbon-base {
  background: #a21016;
}
.energy-pricing-table .red_theme .ribbon .ribbon-base:before {
  border-left: 1px dashed #d0151c;
  border-right: 1px dashed #d0151c;
  border-bottom: 1px dashed #d0151c;
}
.energy-pricing-table .red_theme .ribbon .ribbon-text {
  color: #ffffff;
}
.energy-pricing-table .blue_theme .plan_price_title {
  border-top: 3px solid #0f64ba;
}
.energy-pricing-table .blue_theme .features li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.energy-pricing-table .blue_theme .features li:hover {
  color: #0f64ba;
  border-color: #cccccc;
}
.energy-pricing-table .blue_theme .iconbg {
  background: #0f64ba;
  color: #ffffff;
}
.energy-pricing-table .blue_theme .iconbg:hover {
  background: #07315c;
}
.energy-pricing-table .blue_theme .selectpackage a {
  color: #ffffff;
  background: #0f64ba;
}
.energy-pricing-table .blue_theme .selectpackage a:hover,
.energy-pricing-table .blue_theme .selectpackage a:focus {
  background: #07315c;
}
.energy-pricing-table .blue_theme .ribbon .ribbon-container {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.energy-pricing-table .blue_theme .ribbon .ribbon-base {
  background: #0b4b8b;
}
.energy-pricing-table .blue_theme .ribbon .ribbon-base:before {
  border-left: 1px dashed #0f64ba;
  border-right: 1px dashed #0f64ba;
  border-bottom: 1px dashed #0f64ba;
}
.energy-pricing-table .blue_theme .ribbon .ribbon-text {
  color: #ffffff;
}
.energy-pricing-table .green_theme .plan_price_title {
  border-top: 3px solid #4cb849;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  direction: rtl;
}
.energy-pricing-table .green_theme .features li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.energy-pricing-table .green_theme .features li:hover {
  color: #4cb849;
  border-color: #cccccc;
}
.energy-pricing-table .green_theme .iconbg {
  background: #4cb849;
  color: #ffffff;
}
.energy-pricing-table .green_theme .iconbg:hover {
  background: #2d702b;
}
.energy-pricing-table .green_theme .selectpackage a {
  color: #ffffff;
  background: #4cb849;
}
.energy-pricing-table .green_theme .selectpackage a:hover,
.energy-pricing-table .green_theme .selectpackage a:focus {
  background: #2d702b;
}
.energy-pricing-table .green_theme .ribbon .ribbon-container {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.energy-pricing-table .green_theme .ribbon .ribbon-base {
  background: #3c943a;
}
.energy-pricing-table .green_theme .ribbon .ribbon-base:before {
  border-left: 1px dashed #4cb849;
  border-right: 1px dashed #4cb849;
  border-bottom: 1px dashed #4cb849;
}
.energy-pricing-table .green_theme .ribbon .ribbon-text {
  color: #ffffff;
}
.energy-pricing-table .orange_theme .plan_price_title {
  border-top: 3px solid #ff6815;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.energy-pricing-table .orange_theme .features li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.energy-pricing-table .orange_theme .features li:hover {
  color: #ff6815;
  border-color: #cccccc;
}
.energy-pricing-table .orange_theme .iconbg {
  background: #ff6815;
  color: #ffffff;
}
.energy-pricing-table .orange_theme .iconbg:hover {
  background: #ae3e00;
}
.energy-pricing-table .orange_theme .selectpackage a {
  color: #ffffff;
  background: #ff6815;
}
.energy-pricing-table .orange_theme .selectpackage a:hover,
.energy-pricing-table .orange_theme .selectpackage a:focus {
  background: #ae3e00;
}
.energy-pricing-table .orange_theme .ribbon .ribbon-container {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.energy-pricing-table .orange_theme .ribbon .ribbon-base {
  background: #e15000;
}
.energy-pricing-table .orange_theme .ribbon .ribbon-base:before {
  border-left: 1px dashed #ff6815;
  border-right: 1px dashed #ff6815;
  border-bottom: 1px dashed #ff6815;
}
.energy-pricing-table .orange_theme .ribbon .ribbon-text {
  color: #ffffff;
}
.energy-pricing-table .yellow_theme .plan_price_title {
  border-top: 3px solid #fcd102;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.energy-pricing-table .yellow_theme .features li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.energy-pricing-table .yellow_theme .features li:hover {
  color: #fcd102;
  border-color: #cccccc;
}
.energy-pricing-table .yellow_theme .iconbg {
  background: #fcd102;
  color: #ffffff;
}
.energy-pricing-table .yellow_theme .iconbg:hover {
  background: #977d01;
}
.energy-pricing-table .yellow_theme .selectpackage a {
  color: #ffffff;
  background: #fcd102;
}
.energy-pricing-table .yellow_theme .selectpackage a:hover,
.energy-pricing-table .yellow_theme .selectpackage a:focus {
  background: #977d01;
}
.energy-pricing-table .yellow_theme .ribbon .ribbon-container {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.energy-pricing-table .yellow_theme .ribbon .ribbon-base {
  background: #c9a702;
}
.energy-pricing-table .yellow_theme .ribbon .ribbon-base:before {
  border-left: 1px dashed #fcd102;
  border-right: 1px dashed #fcd102;
  border-bottom: 1px dashed #fcd102;
}
.energy-pricing-table .yellow_theme .ribbon .ribbon-text {
  color: #ffffff;
}
/***********************************************************************************************/
/* 07. PRICING TABLE HELPERS */
/***********************************************************************************************/
.bpt-align-left {
  text-align: left;
}
.bpt-align-center {
  text-align: center;
}
.bpt-align-right {
  text-align: right;
}
/***********************************************************************************************/
/* 08. PRICING TABLE COLUMNS */
/***********************************************************************************************/
.plan-col-1 .planbg {
  width: 98%;
}
.plan-col-2 .planbg {
  width: 48%;
}
.plan-col-3 .planbg {
  width: 31%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.plan-col-4 .planbg {
  width: 23%;
}
.plan-col-5 .planbg {
  width: 18%;
}
/***********************************************************************************************/
/* 09. RESPONSIVE STYLING */
/***********************************************************************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .energy-pricing-table .planbg {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .plan-col-1 .planbg,
  .plan-col-2 .planbg,
  .plan-col-3 .planbg,
  .plan-col-4 .planbg {
    width: 98%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1000px) {
  .energy-pricing-table .planbg {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

div.alerted{
	padding: 15px;
	width: 95%;
	direction: rtl;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px auto;
	display: none;
}
div.redAlert{
	border: 2px solid #FEABAB;
	background: #FFDFDF;
}
div.infoAlert{
	border: 2px solid #B7D2F2;
	background: #DBE7F8;
}

/******************************************************************************
  Products
*******************************************************************************/
.productWraper{
	text-align: center;
}
.product {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 5px 25px 40px;
  min-width: 210px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.product.product-mini {
  min-width: 210px;
}
.carousel .product.product-mini {
  width: 230px;
}
.product.rotation,
.employee.rotation {
  overflow: visible;
}
.double-product {
  min-width: 270px;
}
.double-product .product.rotation {
  min-width: 240px;
}
.carousel .product.rotation {
  margin-top: 40px;
}
.carousel .double-product .product.rotation + .product.rotation {
  margin-top: 0;
}
.product .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.product .product-image {
  display: block;
  line-height: 0;
  margin: 0;
}
.product .limit-offer {
  background: #1e1e1e;
  background: rgba(30,30,30,.9);
  bottom: 72px;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 10px 0 13px;
  position: absolute;
  right: 0;
  width: auto !important;
}
.product .limit-offer .title {
  margin: 0 0 3px;
}
.product .limit-offer .county-days-wrapper,
.product .limit-offer .county-hours-wrapper,
.product .limit-offer .county-minutes-wrapper,
.product .limit-offer .county-seconds-wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-size: 30px;
  height: 26px;
  overflow: hidden;
  padding: 0 7px 2px 6px;
  position: relative;
  text-align: center;
}
.product .limit-offer .county-days,
.product .limit-offer .county-hours,
.product .limit-offer .county-minutes,
.product .limit-offer .county-seconds {
  font-size: 30px;
  left: 0;
  right: 0;
}
.product .limit-offer .loaded {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 7px;
  padding-right: 6px;
  position: absolute;
}
.product .limit-offer .county-days-wrapper span,
.product .limit-offer .county-hours-wrapper span,
.product .limit-offer .county-minutes-wrapper span,
.product .limit-offer .county-seconds-wrapper span {
  opacity: 1 !important;
}
.product .limit-offer .county-label-days,
.product .limit-offer .county-label-hours,
.product .limit-offer .county-label-minutes,
.product .limit-offer .county-label-seconds {
  color: rgba(255,255,255,.7);
  display: inline-block;
  text-align: center;
  text-transform: lowercase;
}
.product .limit-offer .county-days-wrapper:before,
.product .limit-offer .county-hours-wrapper:before,
.product .limit-offer .county-minutes-wrapper:before {
  background: #fff;
  background: rgba(255,255,255,.4);
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
}
.county-label-days i,
.county-label-hours i,
.county-label-minutes i,
.county-label-seconds i {
  font-style: normal;
}
.product .limit-offer .county-label-days i,
.product .limit-offer .county-label-hours i,
.product .limit-offer .county-label-minutes i,
.product .limit-offer .county-label-seconds i {
  display: none;
}
.product .not-rotation-actions {
  background: #1e1e1e;
  background: rgba(30,30,30,.9);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
  z-index: 1;
}
.product:hover .not-rotation-actions {
  bottom: 72px;
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
}
.product .not-rotation-actions + .product-description .limit-offer {
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
}
.product:hover .not-rotation-actions + .product-description .limit-offer {
  bottom: 144px;
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
}
.product .product-description {
  background: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.product .product-description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.product .product-name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.product .product-name a {
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  color: #000;
}
.product .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.products-tab .product .product-name {
  text-transform: none;
}
.product .price {
  font-weight: bold;
}
.product .product-hover {
  background: #0098ca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  line-height: 20px;
  left: 0;
  padding: 16px 20px 90px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}
.product:hover .product-hover {
  display: block;
  -webkit-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}
.product .product-hover .product-name {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 7px;
  text-align: right;
  direction: rtl;
  text-align: center;
}
.product .product-hover .product-name a {
  color: #fff;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product .product-hover .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-decoration: none;
}
.product .product-hover .price {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 24px;
}
.product .product-hover .product-image {
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  height: 70px;
  float: left;
  line-height: 0;
  margin: 4px 0 0 5px;
  padding: 0;
  position: relative;
  width: 70px;
  z-index: 1;
}
.product .product-hover .product-image img {
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product .product-hover ul {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  padding: 0;
}
.product .product-hover ul li {
  /*background-image: url("../images/svg/check-icon.svg"), none;*/
  background-repeat: no-repeat;
  background-position: 0 5px;
  line-height: 20px;
  list-style: none;
  padding: 0 0 0 15px;
  position: relative;
  color: #fff;
  text-align: center;
  direction: rtl;
}
.product .product-hover ul li.biggerThan {
	font-size: 140%;
}
.product .product-hover .actions {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.product .actions a {
  background: #fff;
  display: inline-block;
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 120px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product .actions a + a {
  border-left-width: 1px;
}
.product .actions .add-cart {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product .actions .add-compare {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.product .actions a:hover {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product .actions a i {
  color: #1e1e1e;
  line-height: 57px;
}
.product .actions a i:before {
  font-size: 16px;
  width: auto;
}
.product.product-danger .product-hover,
.product.product-danger .limit-offer,
.product.product-danger .not-rotation-actions {
  background-color: #c10841;
}
.product.product-danger .limit-offer,
.product.product-danger .not-rotation-actions {
  background-color: rgba(212,7,70,.9);
}
.product.product-danger .actions a svg path {
  fill: #c10841;
}
.product.product-success .product-hover,
.product.product-success .limit-offer,
.product.product-success .not-rotation-actions {
  background-color: #84a200;
}
.product.product-success .limit-offer,
.product.product-success .not-rotation-actions {
  background-color: rgba(132,162,0,.9);
}
.product.product-success .actions a svg path {
  fill: #84a200;
}
.product.product-info .product-hover,
.product.product-info .limit-offer,
.product.product-info .not-rotation-actions {
  background-color: #01a5db;
}
.product.product-info .limit-offer,
.product.product-info .not-rotation-actions {
  background-color: rgba(1,165,219,.9);
}
.product.product-info .actions a svg path {
  fill: #01a5db;
}
.product.product-warning .product-hover,
.product.product-warning .limit-offer,
.product.product-warning .not-rotation-actions {
  background-color: #f89406;
}
.product.product-warning .limit-offer,
.product.product-warning .not-rotation-actions {
  background-color: rgba(248,148,6,.9);
}
.product.product-warning .actions a svg path {
  fill: #f89406;
}
.rotation {
  background: none;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.rotation .default,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.rotation .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: center;
  direction: rtl;
}
.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.rotation .product-hover,
.rotation .back-end {
  display: block;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(-180deg);
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  z-index: 13;
}
.rotation.hover .product-hover,
.rotation.hover .back-end {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.list .product {
  background: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  width: auto;
}
.list .product .product-image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.list .product .product-name {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 14px;
}
.reviews-box {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 14px;
}
.list .product .reviews-box {
  margin: 0 0 16px;
}
.reviews-box .rating-box {
  float: left;
  margin: 0 20px 0 0;
}
.reviews-box .separator {
  margin: 0 4px;
}
.reviews-box .add-review {
  color: #7f7f7f;
  text-decoration: none;
}
.reviews-box .add-review:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.list .product .excerpt {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 15px;
}
.list .product .price-box {
  margin: 0 0 30px;
}
.list .product .price {
  font-size: 24px;
  font-weight: normal;
}
.list .product .price-old {
  font-size: 18px;
}
.list .product .actions a {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a path {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
div.col-sm-6{
	width: 16%;
	z-index: 0;
}

/* Ordering steps */
.circle {
    width: 100%;
    margin: 6px auto 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
	z-index: 0;
}
.circle canvas {
    vertical-align: top;
	position: relative;
	width: 100px;
	height: 100px;
}
.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
}
.circle span{
	display: block;
	width: 100%;
	margin-left: -30px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-weight: bold;
}
.circle span span{
	display: block;
	position: absolute;
	width: 50px;
	right: 50%;
	margin-right: -25px;
	border-bottom: 1px solid #000111;
	bottom: -1px;
}
div.steps{
	/* width: 25%; */
	border: 1px solid #000;
	height: 320px;
	float: right;
	margin-right: -1px;
	margin-top: 15px;
	text-align: center;
	border: 0;
	z-index: 0;
}
div.step1{
	margin-right: 1px;
	border-color: #f99200;
}
div.step1 .circle strong{
	color: #f99200;
}
/* div.step1:hover{
	background-color: #b1c071;
} */
div.step2{
	border-color: #0097ca;
}
div.step2 .circle strong{
	color: #0097ca;
}
/* div.step2:hover{
	background-color: #f99200;
} */
div.step3{
	border-color: #bf033f;
}
div.step3 .circle strong{
	color: #bf033f;
}
/* div.step3:hover{
	background-color: #0097ca;
} */
div.step4{
	border-color: #b1c071;
}
/* div.step4:hover{
	background-color: #bf033f;
} */
div.steps p{
	text-align: justify;
	padding: 10px;
	direction: rtl;
}
div.steps p a{
	color: red;
	text-decoration: none;
}
div.steps:last-child p a{
	color: #000;
	text-decoration: none;
	background: #fe9037;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 13px;
	float: left;
	margin-left: 10px;
	direction: rtl;
	width: 235px;
}

div.centerTitle{
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 30px auto 0;
	position: relative;
	z-index: 1;
}
div.newCenterTitle{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto;
}
div.centerTitle span{
	border-bottom: 1px solid #000;
	position: absolute;
	display: block;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	bottom: -1px;
}
h1.calTitle{
	font-family: "p30" !important;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 1;
}
div.rightTitle{
	text-align: right;
	border-bottom: 1px solid #ccc;
	font-size: 26px;
	font-weight: bold;
	padding: 10px;
	margin: 30px auto 0;
	position: relative;
	z-index: 1;
}
div.rightTitle span{
	border-bottom: 1px solid #000;
	position: absolute;
	display: block;
	width: 50px;
	right: 0;
	margin-left: -25px;
	bottom: -1px;
}

/* Customers opinions */
div.opinions{
	direction: rtl;
	padding: 10px;
	margin: 10px auto 30px;
	z-index: 0;
	position: relative;
	min-height: 190px;
}
div.opinion{
	border: 1px solid #4970b7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	/* position: absolute; */
	position: relative;
	width: 100%;
	display: none;
}
div.opinion:first-child{
	display: block;
}
div.opinion div.arrow-down{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #4970b7;
	position: absolute;
	bottom: -20px;
	right: 40px;
}
div.opinion div.arrow-down-1{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	bottom: -19px;
	right: 40px;
}
blockquote {
  margin: 10px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #4970b7;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
div.sender{
	position: absolute;
	bottom: -40px;
	right: 30px;
}

/* Partners */
div.partners {
	margin: 0 auto 20px;
}
div.partners div.partnerLogo{
	width: 19%;
	margin-left: 1%;
	border: 1px solid #4970b7;
	cursor: pointer;
	float: right;
	display: inline-block;
	height: 150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #4970b7;
}
div.partners div.partnerLogo:hover{
	opacity: 0.7;
}


/******************************************************************************
  Footer
*******************************************************************************/
#footer {
  color: #7f7f7f;
  background: rgba(0,0,0,0.8);
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
#footer.footer-two {
  margin: -176px 0 0 0;
}
#footer .footer-top {
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0 13px;
}
#footer.footer-two .footer-top {
  padding-bottom: 43px;
}
#footer .sidebar .widget {
  margin-bottom: 30px;
}
#footer .sidebar .widget:nth-child(4n+1) {
  clear: left;
}
#footer header,
#footer .title-block {
  margin: 0 0 15px;
  padding: 0 0 12px;
}
#footer header:before,
#footer .title-block:before {
  display: none;
}
#footer header .title,
#footer .title-block .title {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
#footer .sidebar .widget .next,
#footer .sidebar .widget .prev {
  height: 26px;
  line-height: 26px;
  width: 26px;
}
#footer .sidebar .widget .next svg,
#footer .sidebar .widget .prev svg {
  height: 14px;
}
#footer .widget p {
  margin: 0 0 16px;
}
#footer .sidebar .compare-products li,
#footer .sidebar .compare-products li .title,
#footer .sidebar .compare-products li .close,
#footer .sidebar .wishlist .add-cart {
  background-color: #f2f2f2;
}
.footer-two .social {
  text-align: center;
}
.footer-two .social .sbtnf {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
#footer .footer-bottom {
  border-top: 1px solid #212121;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
  z-index: 0;
}
#footer .phone,
#footer .address {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 34px;
  position: relative;
  z-index: 0;
}
div.copyright{
  z-index: 0;
}
#footer .footer-icon {
  color: #c6c6c6;
  right: 16px;
  position: absolute;
  top: 0;
}
#footer .footer-icon:before {
  font-size: 20px;
  line-height: 18px;
  width: auto;
}
#footer .title-block {
    border-bottom: 1px solid #212121;
}
#footer .up {
  background: #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .up:hover {
  background: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .up .glyphicon {
  margin: 14px 0 0 -.5px;
  vertical-align: top;
}
span.glyphicon {
  font-size: 150%;
  color: #a2a2a2;
}
.col-md-3, .col-md-2, .col-md-10{
   /*  width: 20%; */
	float: right;
	/*  position: relative;
    min-height: 1px;
    padding-right:15px; */
	direction: rtl;
}
.sidebar .newsletter .submit {
    background: none;
    color: #ccc;
    height: 38px;
    outline: none;
    padding: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
	border: 0;
}
.sidebar .newsletter input {
    margin: 0;
    padding-left: 43px;
	border: 1px solid #e1e1e1;
	width: 100%;
}
.sidebar .links a, .sidebar .links a:visited {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.social .sbtnf {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 40px;
    float: right;
    line-height: 40px;
    margin: 0 0 0 10px;
    opacity: .35;
    filter: alpha(opacity=35);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    width: 40px;
	text-decoration: none;
}
.social .sbtnf:hover {
	opacity: 1.0;
}
.color.icon-facebook {
    background: #3b5998;
}
.color.icon-twitter {
    background: #00bdec;
}
.color.icon-gplus {
    background: #d94a39;
}
.color.icon-linkedin {
    background: #1b92bd;
}
.sidebar .newsletter form {
    margin: 5px 0 0;
    position: relative;
	z-index: 1;
}

/* Rotation bar */
div.rotatorWrapper{
	position: relative;
	overflow: hidden;
	height: 140px;
	margin-bottom: 10px;
	z-index: 1;
}
div.floater{
	float: left;
	margin-left: 0;
}
div.rPro{
	width: 160px;
	height: 140px;
	border: 1px solid #ccc;
	text-align: center;
	color: #a1a1a1;
	display: inline-block;
	margin: 0 auto;
}
div.imgWrapper{
	height: 90px;
	margin: 10px;
	width: 140px;
}
div.orderBottun{
	background: rgba(192,192,192,0.7);
	color: #000;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 35px 20px;
	text-align: center;
	display: none;
}
div.orderBottun span{
	display: block;
	cursor: pointer;
	background: rgb(192,192,192);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	padding: 5px;
	width: 100px;
}

ul.banks{
	width: 110%;
	height: 174px;
}
ul.banks li{
	width: 50%;
	height: 50%;
	margin: 0;
	float: left;
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
}
ul.banks li a{
	display: block;
	width: 100%;
	height: 100%;
}
ul.banks li a img{
	margin: 1px;
	width: 100%;
    height: 100%;
}
ul.banks li a:hover{
	/*border: 1px solid #a1a1a1;*/
}










.clearout {
height:20px;
clear:both;
}

#flexiselDemo3 {
	display:none;
	z-index: 1;
}
#flexiselDemo3 li{
	text-align: center;
	z-index: 1;
}
#flexiselDemo3 li div.rPro, #flexiselDemo3 li div.rPro div.imgWrapper, .nbs-flexisel-inner, .nbs-flexisel-container{
	z-index: 1;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -25px;
    background: url(../images/bn-arrows.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -25px;
    background: url(../images/bn-arrows.png) no-repeat;
	background-position: 100%;
}
div.profileForm p{
	max-width: 500px;
	margin: 0 auto;
}
input#bankCaptcha, input#signin-captcha, input#signin-captcha2, label.enFont{
	font: 12px tahoma !important;
}
input#bankCaptcha, input#signin-captcha, input#signin-captcha2{
	
}
span.captcha_container{
	position: relative;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	vertical-align: top;
	z-index: 1;
}
span.captcha_container span img{
	height: 40px;
	width: auto;
	border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
span.captcha_container span i{
	color: #fff;
	background: #006687;
	height: 38px;
	width: 20px;
	text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding-top: 11px;
}
div.systemMsg{
	line-height: 40px;
	/* height: 40px; */
	border: 1px solid #4970b7;
	margin-top: 10px;
	background: #7ca3ea;
	color: #fff;
	display: none;
}
.reciverrecover{
	text-align: center;
}
.desc .selectpackage a {
	text-decoration: none;
	color: #ffffff;
	background: #0f64ba;
	width: 50%;
	height: 42px;
	line-height: 42px;
	padding: 0px;
	text-transform: Uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 12px auto;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow: hidden;
}
.desc .f2 a {
	background: #4cb849;
}
.desc .f3 a {
	background: #d0151c;
}
i, i.fa{
	z-index: 0;
}
.enfont{
	font: 12px tahoma !important;
}
input{
	/* height: 100%; */
}
form#calculator input, div.planholder div input{
	height: auto;
}
input.check, input[type=radio], input[type=checkbox]{
	height: auto;
}
div.optionsBar ul li ul{
	display: none;
	position: absolute;
	background: #006687;
	width: 200px;
	z-index: 0;
}
div.optionsBar ul li{
	position: relative;
	z-index: 0;
}
div.optionsBar ul li ul li{
	display: block;
	padding: 10px 20px;
	font-size: 90%;
	text-align: right;
	z-index: 0;
}
div.rules{
	line-height: 25px;
}
div.bodyPost{
	line-height: 25px;
}
div.optionsBar{
	position: relative;
	z-index: 1;
}
.cd-form .fieldset.reciverrecover{
	display: none;
}
div#oder_select{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -45%;
	width: 90%;
	height: 400px;
	z-index: 9999;
	background: #fff;
	border: 5px solid #141414;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #c9c9c9;
	display: none;
	overflow-y: auto;
}
div#oder_select i.fa-window-close{
	position: absolute;
	left: 10px; top: 10px;
	cursor: pointer;
}
div#oder_select i.fa-window-close:hover{
	color: gray;
}
ul.otherhold{
	max-width: 500px;
	margin: 0 auto;
	text-align: right;
}
ul.otherhold li.fileHolder{
	margin-right: 155px;
	margin-bottom: 5px;
}
div.paging{
	display: block;
	text-align: center;
}
div.paging span{
	float: right;
	font-size: 90%;
}
div.paging a{
	color: #159df3;
	text-align: center;
	min-width: 15px;
	display: inline-block;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 2px;
	border: 1px solid #159df3;
}
.energy-pricing-table .planbg .iconbg:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.energy-pricing-table .planbg .iconbg img {
    width: 50%;
	height: auto;
    display: inline-block;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    z-index: 10;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
div.preFactor h1{
	font-family: "p30" !important;
	font-size: 16px;
}
span.mobileUpdateDate, ul#mobileNav, a.mobileMenu, ul#mobileNav li ul{
	display: none;
}
ul#mobileNav{
	display: none;
	width: 100%;
	background: #fff;
	direction: rtl;
	padding: 5px;
}
ul#mobileNav li i{
	float: left;
	color: #c9c9c9;
	margin-top: 5px;
}
ul#mobileNav li ul{
	clear: both;
	margin-right: 10px;
	margin-top: 15px;
	padding: 3px;
	background: #f2f2f2;
	border: 1px solid #c9c9c9;
}
ul#mobileNav li ul li{
	display: none;
}
ul#mobileNav li ul li.header{
	display: block;
	font-weight: normal;
	cursor: pointer;
	border-bottom: 1px solid #c9c9c9;
	font-size: 13px;
}
ul#bottomNews{
	padding: 20px 0;
}
ul#bottomNews li{
	clear: both;
	margin: 0 0 10px;
}
.blogImage{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 100px;
	height: 100px;
	float: right;
	background: #c9c9c9;
}
a.archiveBtn{
	background: #159df3;
    color: #fff;
	display: inline-block;
	padding: 8px 15px;
	margin: 5px;
	width: 200px;
	text-align: center;
}
a.archiveBtn i{
	margin-right: 10px;
}
.left{
	float: left;
}

.zindexfix{
	z-index: 0;
	position: relative;
	direction: rtl;
	text-align: justify;
}
div.commentsCaptcha{
	width: 500px;
	margin: 10px auto 20px;
	line-height: 40px;
	height: 40px;
}
.per20{
	width: 20%;
	float: left;
}
.per79{
	width: 79%;
}
h1, .h1 {
    font-size: 20px;
}
div.newc{
	width: 100%;
	padding-right: 70px;
}