﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../proximanova_bold_macroman/fonts/ProximaNova-Bold-webfont.eot');
    src: local('☺'), url('../fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.woff') format('woff'), url('../fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.ttf') format('truetype'), url('../fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.svg#webfontnr0MA2zn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('../fonts/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.eot');
    src: local('☺'), url('../fonts/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.woff') format('woff'), url('../fonts/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.ttf') format('truetype'), url('../fonts/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.svg#webfont2rpW2ohz') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/proximanova_light_macroman/ProximaNova-Light-webfont.eot');
    src: local('☺'), url('../fonts/proximanova_light_macroman/ProximaNova-Light-webfont.woff') format('woff'), url('../fonts/proximanova_light_macroman/ProximaNova-Light-webfont.ttf') format('truetype'), url('../fonts/proximanova_light_macroman/ProximaNova-Light-webfont.svg#webfont1IYZQmli') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.eot');
    src: local('☺'), url('../fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.woff') format('woff'), url('../fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.ttf') format('truetype'), url('../fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.svg#webfontahTfxwb5') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.eot');
    src: local('☺'), url('../fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.woff') format('woff'), url('../fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.ttf') format('truetype'), url('../fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.svg#webfontaA1mSBzj') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 180%;
    color: #30302f;
    /*background: url(../images/bodyBg.jpg) repeat-x #fff;*/
    font-weight: 400;
    font-family: Arial;
    background: #fff;
}

a {
    transition: all 0.5s ease-out 0s;
    color: #262626;
    font-weight: bold;
}

a:hover {
    transition: all 0.5s ease-out 0s;
    color: #f58220 !important;
}

h1 {
    font-size: 16px;
    color: #30302f;
    line-height: 26px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.newCenter {
    float: left;
    padding: 0 20px;
    width: 424px;
    margin-top: 30px;
}

h2 {
    font-size: 18px;
    color: #262626;
    padding: 0px 0 20px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 15px;
    color: #30302f;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0px 0 0px 0px;
}

h4 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 0px 0 20px 0px;
    font-family: 'Roboto', sans-serif;
}

.clearfix {
    clear: both;
}

p {
    padding-bottom: 10px;
}

input[type=button], input[type=submit], input[type=reset], input[type=button].inverse:hover, button {
    height: 38px;
    padding: 0px 25px;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    line-height: 26px;
    border: 0px;
    border: 1px solid #f78222;
    cursor: pointer;
    background: #f78222;
    font-weight: 300;
    font-family: Arial;
    border-radius: 2px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover, input[type=button].inverse {
    color: #fff;
    background:#000;
    border:1px solid #ddd;
}

#toTop {
    width: 42px;
    background: #ED7E1E;
    text-align: center;
    padding: 5px;
    position: fixed;
    /* this is the magic */
    bottom: 10px;
    /* together with this to put the div at the bottom*/
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 20px;
    z-index: 899;
    font-family: Verdana;
    line-height: 30px;
    transition: transform .5s;
}

#toTop:hover {
    background: #666666;
    color: #fff;
    transform: rotate(360deg);
}

/********************!!!Browser selector css Close!!!***********************/

.mainWrapper {
    width: 100%;
    height: auto;
    text-align: center;
}

.Wrapper {
    width: 980px;
    height: auto;
    margin: 0px auto;
    position: relative;
    z-index: 0;
    background: #fff;
}

.header {
    float: left;
    width: 100%;
    height: 235px;
    position: relative;
    background: #fff;
    z-index: 999999;
}

.googleSearch {
    position: absolute;
    top: 134px;
    left: 0px;
    text-align: left;
    float: left;
    width: 280px;
}

.newSearch {
    float: left;
}

.serchGoogleInput {
    width: 310px;
}

.logo {
    padding-top: 67px;
    z-index: 1;
    width: 239px;
}


.ePaper {
    right: 15px;
    position: absolute;
    top: 60px;
    z-index: 1;
}

.topLogin {
    position: absolute;
    top: 5px;
    left: 0px;
    color: #fff;
}

.topLogin>ul>li {
    background: url(../images/topNewsBorder.png) no-repeat left center;
    float: left;
    padding: 0px 8px;
}

.topLogin>ul>li:first-child {
    background: none;
    float: left;
    padding: 0px 8px 0 0;
}

.topLogin>ul>li>a {
    background: #262626;
    float: left;
    padding: 2px 8px 4px;
    color: #fff;
    height: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.topLogin>ul>li>a:hover {
    color: #ED7E1E;
}

.topLogin>ul>li>a>span {
    padding: 4px 8px 4px 0;
    float: left;
}

.topLogin>ul>li>span>strong {
    background: #F5821F;
    float: left;
    padding: 2px 8px 4px;
    color: #fff;
    height: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.topContact {
    position: absolute;
    top: 8px;
    right: 0;
    color: #fff;
    width: 100%;
}

.topContact>ul>li {
    /*  background: url(../images/topNewsBorder.png) no-repeat left center; */
    float: left;
    padding: 0px 8px;
}

.topContact>ul>li:first-child {
    background: none;
}

.topContact>ul>li a.newsFirst:first-child {
    background: url(../images/topNewsBg.png) repeat;
    border: 2px solid #ed7e1e;
    text-shadow: 0 2px 2px #7d4412;
    box-shadow: 0 0px 2px #7d4412;
}

.topContact>ul>li.email a {
    background: #262626;
}

.topContact>ul>li.email {
    padding: 0px 8px 0px 8px;
    background: none;
}

.topContact>ul>li.social {
    padding: 3px 0 0px 5px;
    float: right;
}

.top_button {
    float: right;
    margin-top: -6px;
}

.top_button>button {
    font-size: 12px;
    height: auto;
    padding: 0 10px;
    margin-top: 3px;
}

.topContact>ul>li.social>a {
    padding: 0 0px 0 8px;
}

.topContact ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0px 3px;
    float: left;
    height: 22px;
    line-height: 22px;
}

.topContact ul li a:hover {
    color: #ed7e1e;
}

#nav {
    /*position: absolute;*/
    top: 175px;
    left: 0px;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
}

#nav>ul {
    float: left;
    width: 100%;
}

#nav>ul>li {
    float: left;
    position: relative;
}

#nav>ul>li>a {
    color: #000;
    cursor: pointer;
    padding-bottom: 13px;
}

/*.ie8 #nav>ul>li>a, .chrome #nav>ul>li>a {
    padding: 0 10px;
}
*/
#nav>ul>li>a>span {
    display: block;
    text-align: center;
    padding: 2px;
}

#nav ul li ul {
    left: 0;
    position: absolute;
    top: 33px;
    visibility: hidden;
    width: 218px !important;
    z-index: 99;
}

#nav ul li ul li {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 6px 14px;
    text-align: left;
}

#nav ul li ul li a {
    color: #000 !important;
    cursor: pointer;
    display: block;
    transition: none;
    font-size: 14px;
}

#nav ul li ul li:hover a {
    background: none !important;
    color: #fff !important;
}

#nav ul li ul li:hover {
    background: #484847;
    color: #fff !important;
}

#nav ul li:hover ul {
    display: block;
    visibility: visible;
}

#nav>ul>li>:first-child a {
    background: none;
}


.chrome #nav>ul>li>a:first-child {
    width: 86%;
    margin-right: 0px;
}

#nav>ul>li:hover a, #nav>ul>li.active>a {
    color: #ED7E1E;
}

#nav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #262626;
    height: 47px;
    z-index: 9999999;
    /*transition:all 0.8s ease-out 0s;	*/
}

#nav.fixed ul {
    max-width: 1280px;
    margin: 0px auto;
    float: none;
}

.topBreaking {
    position: absolute;
    /*top:217px;*/
    top: 225px;
    left: 0px;
    height: 32px;
    font-size: 14px;
    padding: 10px 15px;
    z-index: 9;
    width: 96.9%;
    background: #ED7E1E;
    color: #fff;
}

.topBreaking>ul {
    float: left;
    width: 100%;
    height: 47px;
}

.topBreaking>ul>li {
    float: left;
    padding: 0px 0px;
    line-height: 32px;
    position: relative;
    padding: 0px 0 0 15px;
}

.topBreaking>ul>li.last {
    float: right;
}

.topBreaking>ul>li:first-child {
    padding: 0px 0 0 0px;
}

.topBreaking>ul>li>a {
    color: #fff;
}

.topBreaking>ul>li>a:hover {
    color: #262626;
}

.topBreaking button {
    background: url(../images/bgBreaking.png) no-repeat;
    color: #fff;
    border: none;
    width: 151px;
    padding: 0 12px;
}

.topBreaking button:hover {
    color: #fff;
    background: url(../images/bgBreakingHover.png) no-repeat;
}

/* *******************!!!contain css Start!!!********************** */



.colLeft {
    float: left;
    width: 240px;
    text-align: left;
    height: auto;
    color: #262626;
    font-size: 12px;
    font-weight: bold;
}

.ColLeftBox {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.ColLeftBox:first-child {
    margin-top: 0px;
}

.ColLeftBox h2 {
    color: #F58220;
    padding: 5px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.ColLeftBox h2 span {
    float: right;
    padding: 0px;
}

.ColLeftBox span {
    float: left;
}

.ColLeftBox h2.thanks-css {
    font-size: 20px;
    color:#00b513;
}

.thanks-msg {
    font-size:16px;
}

.market span {
    padding: 5px 15px 0px 15px;
    color: #666666;
    /* float: left;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
    width: 107.1%;
	height:22px;*/
}

#_mc_mg6 {
    padding: 0px;
    width: 100%;
}

#_mc_mg6 embed {
    width: 246px !important;
    height: 308px !important;
}

.ColLeftBox span ul {
    background: none;
    float: left;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
    width: 107.1%;
    height: 22px;
}

.ColLeftBox span ul li {
    float: left;
    font-size: 11px;
    font-family: Arial;
}

.ColLeftBox span ul li.second {
    float: right;
    width: 36px;
}

.ColLeftBox span ul li:first-child {
    float: left;
    padding: 0 0px 0 0px;
    width: 125px;
}

.ColLeftBox .flag {
    padding: 5px 10px;
    float: left;
    text-align: center;
    width: 88%;
}

.ColLeftBox .Bottom {
    padding: 5px 10px 10px 10px;
}

.ColLeftBox table tbody tr td {
    vertical-align: top;
}

.ColLeftBox .innerNewsCol ul li {
    float: none;
    width: 100% !important;
    font-size:14px;
}


.ColLeftBox .innerNewsCol ul {
    list-style: disc;
    margin-left: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.dollor {
    background: url(../images/bgDoller.png) no-repeat;
    color: #F5821F;
    float: left;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    height: 36px;
    line-height: 44px;
    width: 218px;
}

.oil {
    background: url(../images/bgContectBox.png) no-repeat;
    color: #fff;
    float: left;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    height: 50px;
    line-height: 54px;
    width: 226px;
}

.flag>img {
    float: left;
}

.petrolText {
    float: right;
    line-height: 20px;
    text-align: left;
    width: 94px;
}

.colCenter {
    width: calc(100% - 342px);
    text-align: left;
    height: auto;
    border-top: 2px solid #000;
    margin-top: -1px;
    z-index: 1;
    position: relative;
    float: left;
    margin-right: 12px;

}

.colRight {
	float: left;
	width: 318px;
	text-align: left;
	height: auto;
	margin-left: 12px;
	border-top: 2px solid;
	margin-top: -1px;
	position: relative;
	z-index: 1;
	background: #e6e6e6;
}
.colRight:before{
    content:'';
    position:absolute;
    left:-12px;
    top:0;
    height:100%;
    background:#cccccc;
    width:1px;
 }
.rightImg {
    margin: 0 auto;
    padding: 5px;
    width: 230px;
}

.rightImg span {
    padding: 10px;
    margin: 0px;
    float: left;
    color: #F5821F;
}

.RightBox h2 {
    background: none;
    border: none;
}

.diffrentNews {
    width: 100%;
    margin-bottom: 15px;
    min-height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    float:left;
}


.diffrentNews a:hover h3 {
    color: #F58220 !important;
}

.diffrentNews span {
    color: #30302f;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/* *******************!!Form!!********************** */

/* *******************!!footer!!********************** */

#footer {
    color: #fff;
    font-size: 14px;
    float: left;
    height: auto;
    width: 100%;
    position: relative;
    z-index: -10;
}

.News {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 195px;
    text-align: left;
}

.chrome .fblink ul li:first-child {
    width: 31% !important;
}

.chrome .footerMenu ul li:first-child {
    width: 100%;
}

.NafaNuksan {
    position: absolute;
    top: 20px;
    left: 255px;
    width: 205px;
    text-align: left;
}

.connect {
    position: absolute;
    top: 20px;
    left: 524px;
    width: 195px;
    text-align: left;
}

.subscribe {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 195px;
    text-align: left;
}

.subNews {
    width: 100%;
    text-align: center;
}

#footer h3 {
    color: #fff;
    border-bottom: 1px dotted #767676;
    padding-bottom: 5px;
}

.footerMenu {
    float: left;
    padding-top: 10px;
}

.footerMenu ul {
    float: left;
    text-align: left;
    padding-left: 24px;
}

.footerMenu ul:first-child {
    padding-left: 0px;
}

.footerMenu ul li {
    float: left;
    text-align: left;
    clear: both;
}

.footerMenuConnect ul li {
    float: left;
    text-align: left;
    clear: none;
    padding: 0 10px 0 0px;
}

.footerMenu li a {
    font-size: 13px;
    color: #fff;
    line-height: 180%;
}

.footerMenu li a:hover, .footerMenu li.active a {
    color: #ED7E1E;
}

.border {
    border-bottom: 1px dotted #767676;
    position: absolute;
    top: 220px;
    width: 100%;
}

.full-width {
    width: 100%;
}

.left {
    float: left;
}

.point li {
    list-style-type: circle;
}

.copyright {
    color: #b4b4b4;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: 230px;
    width: 100%;
}

marquee a {
    color: #ffffff !important;
}

marquee a:hover {
    color: #262626 !important;
}

.inputform {
    width: 100%;
    border-collapse: collapse;
    vertical-align: top;
}

.inputform tr td:first-child {
    width: 34%;
    padding: 5px 0;
}
.successmsg tr td:first-child {
    width: 70%;
    padding: 5px 0;
}

.inputform tr td {
    vertical-align: top;
    width: 70%;
    padding: 5px 0;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #cccccc;
}

.inputform tr td input[type=text], .inputform tr td input[type=password], .inputform tr td textarea, .inputform tr td select {
    float: left;
    margin: 0 3px 0 10px;
    width: 250px !important;
    max-width: 250px !important;
}

.inputform tr td select {
    width: 260px !important;
    max-width: 260px !important;
}

.inputform tr td span {
    padding: 0;
    width: auto;
    float: left;
}

.inputform tr td span.star {
    float: inherit;
    font-weight: bold;
    color: Red;
}

table#calendar {
    width: auto;
}

#calendar #content {
    width: 155px;
    padding: 0;
}

#calendar #content tr td {
    text-align: center;
    vertical-align: middle;
}

#calendar #closeimg {
    padding-right: 6px;
}

.close {
    background: #ffc04c;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    position: absolute;
    right: -28px;
    text-align: center;
    top: -30px;
    width: 25px;
}

.close:hover {
    background: #F6923C;
}

.user-login {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 6px solid rgba(255, 165, 0, 0.7);
    box-shadow: 0 0 4px 0 #FFA500;
    left: 50%;
    margin: -110px 0 0 -121px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: auto;
    transition: all 0.5s ease-out 0s;
}

.rate-list h2 {
    cursor: pointer;
}

.rate-list span {
    display: none;
    margin-bottom: 10px;
}

.rate-list span:first-child {
    display: block;
}

.datepicker {
    background: url("../images/icoDatePicker.png") no-repeat scroll right top transparent !important;
}

.colCenter>.ColLeftBox>h2 a {
    color: #FFFFFF;
}

.colCenter>.ColLeftBox>h2 a:hover {
    color: #ED7E1E;
}

.logo_rightimg {
    height: 100px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 125px;
    z-index: 99999;
}

/*.logo_rightimgn {
    left: 254px;
    position: absolute;
    top: 60px;
    z-index: 99999;
}*/

.Series {
    float: left;
    line-height: 0;
    padding-bottom: 10px;
    width: 100%;
}

#_mc_mg6 object {
    width: 245px;
}

.subscribe input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover, input[type=button].inverse {
    border: 1px solid #242424;
}

.mainNewsImg {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.mainNewsImg img {
    width: 100%;
    max-width:100%;
    height: 200px;
    border: 1px solid #ddd;
}

.mainNewsImg+.mainNewsCol {
    width: 380px;
    float: right;
}

.mainNewsCol {
    width: 100%;
    float: left;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: -10px;
}

.cityList {
    color: #ed7e1e;
    font-weight: bold;
    padding-right: 10px;
}

.readMore {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.diffrentNews h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    padding: 0 0 0;
        margin-bottom: 4px;
}

#ctl00_ContentPlaceHolder1_lblMsg {
    color: rgb(255,0,0);
    font-size: 18px;
    padding-top: 20px;
}

.diffrentNews h3:hover {
    color: #262626;
}

.otherNewsImg {
    width: 130px;
    height: 76px;
    float: left;
    margin-top: 6px;
    margin-bottom:6px;
}

.otherNewsImg img {
    width: 100%;
    height: 76px;
    border: 1px solid #bdbdbd;
}

.otherNewsImg+.otherNewsCol {
    float: right;
    margin-left: 0;
    width: calc(100% - 142px);
}

.otherNewsCol {
    width: 100%;
    float: left;
    min-height: auto;
}

.margin_bottom35 {
    margin-bottom: 35px;
}

.margin_bottom20 {
    margin-bottom: 20px;
}

.vicharsection {
    width: 100%;
}

.vicharheading {
    font-size: 18px;
    color: #080808;
    height: 35px;
    line-height: 35px;
    padding-left: 0;
    border-bottom: 1px solid #c4c4c4;
    font-weight: bold;
        margin-bottom: 4px;
}



.vicharspk {
    float: right;
    color: #f68c3b;
    font-size: 17px;
    padding: 0px 15px 10px 15px;
}
.thoughtssection{width:100%;}

.thoughtheading {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    height: 35px;
    line-height: 35px;
    padding-left: 0;
    border-bottom: 1px solid #c4c4c4;
    background: #fff;
    text-transform: uppercase;
    margin-bottom:4px;
}

.thoughtdesc {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
}

.thoughtspk {
    color: #f68c3b;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
}

.yamrajsection {
    width: 300px;
    float: left;
}

.yamrajheading {
    font-size: 22px;
    color: #262626;
    height: 35px;
    line-height: 27px;
}

.yamrajimg {
    position: relative;
    height: 140px;
    width: 274px;
    float: left;
}

.yclick {
    position: absolute;
    bottom: 52px;
    right: 62px;
}

.yclick a {
    color: #f4934d;
    font-size: 13px;
}

.newchaughdiya {
    margin: 15px;
}

.newchaughdiya a {
    color: #f4934d;
}

.currentstatussection {
    width: 315px;
    border: 1px solid #c4c4c4;
    height: 252px;
}

.currentstatusheading {
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    background: #ededed;
    border-bottom: 1px solid #c4c4c4;
    text-transform: uppercase;
}

.currentstatusheading ul li {
    float: left;
    color: #262626;
}

.bordernone {
    border-right: none !important;
}

.currentstatusdesc {
    width: 225px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.currenttxt {
    font-size: 18px;
}

.currentleft {
    float: left;
    width: 111px;
    height: auto;
}

.currentright {
    float: right;
    width: 108px;
}

.currentfull {
    font-size: 15px;
    text-align: right;
}

.currentdata {
    background: url(../images/bgContectBox.png) no-repeat;
    color: #fff;
    float: left;
    text-align: center;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    width: 226px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.rightnewsection {
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
}

.rightnewheading {
    background: #ededed;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

.rightnewheading ul.tabs li {
    float: left;
    background: #e3e3e3;
}

.rightnewheading ul.tabs li a {
    border-right: 1px solid #c4c4c4;
    padding: 0 10px 0 9px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #c4c4c4;
}

.ie8 .rightnewheading ul.tabs li a {
    padding: 0 7px 0 7px;
    font-size: 14px;
}

.chrome .rightnewheading ul.tabs li a {
    padding: 0 7px 0 11px;
    font-size: 14px;
}

.rightnewheading ul.tabs li a:hover {
    background: #ededed;
}

.rightnewheading ul.tabs li.selected a, .rightnewheading ul.tabs li.selected a:hover {
    position: relative;
    top: 0px;
    font-weight: bold;
    color: #f5821f;
    background: #ffffff;
    border-bottom: 1px solid #FFF;
}

.rightnewsinner {
    padding: 0 0 12px 0;
    margin-bottom:12px;
    border-bottom: 1px solid #ddd;
}

.rightnewsleft {
    float: left;
    width: 76px;
    height: 58px;
    margin-top: 5px;
    margin-right: 12px;
}

.rightnewsleft img {
    width: 76px;
    height: 58px;
    border: 1px solid #c4c4c4;
}

.rightnewsleft+.rightnewsright {
    width: 180px;
    min-height: 58px;
    float: left;
    color: #262626;
    line-height: 21px;
}

.rightnewsright a:hover .rightnewshead {
    color: #F58220 !important;
}

.rightnewsright {
    width: 100%;
    float: left;
    line-height: 20px;
}

.rightnewshead {
    color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.bordernnone {
    border-bottom: none;
}

.internationalShare {
    margin-bottom: 20px;
    /*text-align:center;*/
}

.Sharehead {
    color: #262626;
    font-size: 19px;
    margin-bottom: 6px;
    text-align: left;
}

.moneycontrolsection {
    margin-bottom: 20px;
}

.moneycontrolhead {
    color: #262626;
    font-size: 19px;
    margin-bottom: 5px;
}

.scrollDiv {
    height: 300px;
    overflow: hidden;
    width: 306px;
    float: left;
}

.scroll-img, .scroll-img1 {
    height: 172px !important;
    overflow: hidden;
}

.scroll-img ul {
    height: 600px;
    margin: 0;
}

.scroll-img ul li {
    float: left;
    display: block;
    width: 300px;
}

.newsflow {
    height: 345px;
    overflow: hidden;
    width: 655px;
}

#txtSearch {
    background: url(../images/gsearchbg.png) no-repeat top center;
    height: 34px;
    width: 152px;
    position: relative;
    border: none;
    padding-left: 70px;
}

#btnSearch {
    position: absolute;
    right: 54px;
    top: -1px;
    width: 45px;
    height: 33px;
    cursor: pointer;
    border: none;
}

#news-container, #demo2, #economy, #autom {
        height: 300px !important;
    margin: 0;
    width: 100%;
}

#news-container ul li, #demo2 ul li, #autom ul li, #economy ul li {
    height: auto !important;
}

.mainNewsSlide {
    width: 100%;
    position: relative;
}

.mrgn-bottom {
    margin-bottom: 30px !important;
}

.choghariyaIcon {
    padding-top: 2px !important;
    position: relative;
    padding-right: 5px;
}

.choghariyaIcon ul, #nav.fixed ul li.choghariyaIcon ul {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 7px;
    position: absolute;
    right: -23px;
    top: 40px;
    white-space: nowrap;
    z-index: 2147483647;
    display: none;
    width: auto !important;
    font-size: 10px;
    line-height: 28px;
}

.choghariyaIcon ul a, #nav.fixed ul li.choghariyaIcon ul a {
    cursor: pointer;
}

.choghariyaIcon:hover ul, #nav.fixed ul li.choghariyaIcon:hover ul {
    display: block;
}

.choghariyaIcon:hover ul li a:hover {
    color: #353535;
}

.logo_leftimg {
    height: 100px;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 125px;
    z-index: 99999;
}

.currentblock1 {
    width: 100%;
    float: left;
}

.captiaDebt {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

hr {
    width: 100%;
    border: none;
    border-top: 1px dashed #cccccc;
    margin: 0px;
}

.top-border {
    position: absolute;
    top: 41px;
    height: 1px;
    left: 0px;
    width: 100%;
}

.brderBtm {
    border-bottom: 1px dashed #ccc;
    clear: both;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.load {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}

.formpage {
    margin-right: 0px;
    float: right;
}

.publishLeft {
    width: 140px;
    float: left;
    margin: 15px 0;
}

.publishRight {
    width: 400px;
    float: left;
    margin: 10px 0;
}

.curntBlockHead {
    color: #F5821F;
    padding-bottom: 7px;
    text-align: center;
}

.innerNewsCol {
    width: 100%;
    float: left;
    text-align: justify;
}

.innerNewsCol img {
    float: left;
    padding-right: 15px;
    padding-top: 8px;
   width: 254px;
    height: auto;
}
.innerNewsCol img.tableimg{width:auto; height:auto;margin-bottom:25px;}

.internationalDiv {
    background: #082539;
    padding: 7px;
}

.internationalDivInner {
    background: #e6f5f5;
    border-radius: 8px;
    text-align: center;
    padding: 20px 0px;
    box-shadow: 0px 0px 6px #082539 inset;
}

#loginForm {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}



.heading1 {
        color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.heading2 {
    font-size: 15px;
    color: #000;
    float: none !important;
    font-weight: bold;
    margin-top: 4px;
    display: inline-block;
}

.kahawatsection ul {
    list-style: square inside none;
    margin-bottom: 5px;
}

.kahawatsection ul li {
    font-size: 14px;
    color: #30302f;
    padding: 3px 0px
}

.authorname {
    text-align: right;
    color: #000;
    font-size: 14px;
    line-height: 18px;
        padding-top: 0;
    font-weight: bold;
}

.signoutn {
    color: #000 !important;
    line-height: 13px !important;
}

/*-----pop-------*/

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding-bottom: 40px;
    border-radius: 5px;
    background: #fff;
}

.close {
    background: #ffffff;
    color: #616060;
    line-height: 25px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
    box-shadow: none; 
    opacity: 1;
}

.close:hover {
    background: #fff;
    color:#f78222;
}

.signh {
    border-bottom: 1px solid #b9b9b9;
    border-radius: 5px 5px 0 0;
    color: #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 12px 15px;
    text-align: center;
    text-transform: uppercase;
}

.form2 {
    padding: 20px 20px 10px;
}

.form3 {
    padding: 20px 20px 10px;
    background: #EAEAEC;
}

.form2>li {
    margin-bottom: 12px;
}

.form2 label {
    border: medium none;
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    width: 60px;
}

.form2 label {
    border: medium none;
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
}

.form2 input {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 8px;
    width: 250px;
    padding: 3px;
}

.form3 input {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 8px;
    width: 330px;
    padding: 3px;
}

.checkbox {
    color: #b6b6b6;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.Bottom {
    padding: 10px 25px 0;
}

.pull-right {
    float: right;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.checkbox label {
    line-height: 17px;
}

.forgetp {
    font-weight: 300;
    line-height: 17px;
}



.button {
    width: 150px;
    padding: 10px;
    background-color: #FF8C00;
    box-shadow: -8px 8px 10px 3px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-decoration: none;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

#loginScreen {
    height: 380px;
    width: 340px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: none;
    background: url(login.png) no-repeat;
    border: 5px solid #cccccc;
    border-radius: 10px;
}

#loginScreen:target, #loginScreen:target+#cover {
    display: block;
    opacity: 2;
}

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    background: rgb(245, 245, 245);
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

/*------profile css----*/

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #e2e2e4;
    box-shadow: none;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 1.42857;
    padding: 6px 12px;
}

input, textarea, select, button {
    outline: medium none !important;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.profilef label {
    float: left;
    width: 140px;
}

.profilef {
    margin: 10px;
}

.profilef input {
    width: 167px;
}

.advimg {
    float: left;
    width: 100%;
    margin-bottom: 9px;
}

.advimg ul {
    display: block;
    width: 100%;
}

.advimg li {
    display: inline-block;
    margin: 5px 109px 5px 0px;
    list-style: none;
}

.advimg1 {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

.advimg1 ul {
    display: block;
    width: 100%;
}

.advimg1 li {
    display: inline-block;
    margin: 5px 23px 0px 0px;
    list-style: none;
}

.CalImg {
    border-width: 0px;
    position: absolute !important;
    left: auto;
    top: 11px;
    right: 12px;
}

.chrome .CalImg {
    border-width: 0px;
    position: relative;
    /*   left: 272px; 
    top: -26px;*/
}

.chg {
    float: right
}

.chg ul li {
    float: left;
    margin: -6px 0;
}

.divtag {
    float: left;
    margin-top: 15px;
    width: 660px;
}

.mr10 {
    margin-right: 10px;
    float: left;
}

.ntags li {
    background-color: #f6f6f6;
    border: 1px solid #dadada;
    color: #666666;
    float: left;
    margin: 3px;
    padding: 2px 7px;
}

.ntags li a {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}

.taghead {
    background-color: #a52029;
    color: #fff !important;
    float: left;
    font-size: 12px;
    padding: 3px 6px !important;
}
.slidened{margin:10px -12px 0 -12px !important;}
.slidened li {
    width: 50%;
    float: left;
    padding:0 12px;
}

.slipfr {
    float: right !important;
    margin-right: 0px !important;
}

.tableImage {
    height: auto !important;
    width: auto !important;
}

iframe {
    position: relative;
    z-index: 0;
}
.registration_frm label{margin-bottom:0;}


.premiumspan{font-size:9px; color:rgba(0,0,0,0.5);}

.relatednewsimg {
    width:115px;
    margin-right:10px;
}
.relatednewslist a {
    vertical-align:top;
}

.relatednewsblock {
    margin: 10px -12px 0 -12px !important;
}

.relatednewsblock li {
        width: 100%;
        float: left;
        padding: 0 12px;
    }