@font-face {
  font-family: 'kfont';
  src: url("fonts/Kaumudi.eot");
  src: url("fonts/Kaumudi.eot") format("embedded-opentype"), url("fonts/Kaumudi.ttf") format("truetype"), url("fonts/Kaumudi.woff") format("woff"), url("fonts/Kaumudi.svg") format("svg");
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover, a:focus {
text-decoration:none !important;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.text-center {
    text-align: center;
}
@media (max-width:1200px) and (min-width:400px) {
    .container {
    width: 620px !important;
    }
    .pges-box, .nws-box {
        margin-top:5px !important;
    }
    #img_view img {
        max-width: 440px !important;
    }
}
@media (max-width:1200px) and (min-width:930px) {
    .container {
    width: 100% !important;
    }
    .menu-strip {
        margin-right:15px;
    }
    .pges-box, .nws-box {
        margin-top:5px !important;
    }
    #img_view img {
        max-width: 440px !important;
    }
    .footer-section-box .pad-15 {
        padding-left:0px;
        padding-right:0px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1190px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-section-box .pad-15 {
        padding-left:0px;
        padding-right:0px;
    }
}
.container {
    position:relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.hide {
    display: none!important;
}
.col-pad {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
    list-style: none;
    float: left;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float:left;overflow-y:scroll;max-height:395px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    /*-webkit-transform: translate(0,5%);
    -ms-transform: translate(0,5%);
    -o-transform: translate(0,5%);
    transform: translate(0,5%);*/
}
@media (min-width: 992px){
.modal-lg {
    width: 900px;
}
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
    display:block;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7 !important;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #a5a4a4;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    color: #FFF!important;
    opacity: 1!important;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.bg-thmgrey {
background:hsl(0, 0%, 98%)
}
.pad-15 {
padding-right: 15px;
padding-left: 15px;
}
.padtp-5{
    padding-top:5px;
}
.mt-120 {
margin-top:120px;
}
.mt-140 {
margin-top:140px;
}
.mt-172 {
margin-top:172px;
}
.mt-20 {
margin-top:20px;
}
.no-padding {
    padding:0!important;
}
.no-pad-right {
    padding-right:0 !important;
}
.no-pad-left {
    padding-left:0 !important;
}
.pull-right {
    float:right;
}
.no-border-right {
    border-right:none!important;
}
.dashed-border-bottom {
    border-bottom: dashed 1px #a7a7a7;
}
.no-border-btm {
    border-bottom:none!important;
}
.no-border-right {
border-right: none !important;
}
.hand-pointer {
cursor:pointer;
}
.bg-blue {
    background: #013a6d;
}
.img-responsive {
    width:100%;
}
.pad-5 {
    padding-left:5px;
    padding-right:5px;
}
.pull-left {
float:left;
}
.pull-right {
float:right;
}
.full-width {
    width:100%;
}
.width-100 {
    width:100%;
}
.width-50 {
    width:50%;
}
.width-30 {
    width:30%;
}
.width-20 {
    width:20%;
}
.width-40 {
    width:40%;
}
.width-60 {
    width:60%;
}
.width-91 {
    width: 91.66666667%;
}
.width-25 {
width: 25%;
}
.mar-top-5 {
    margin-top:5px;
}
.mar-btm-10 {
    margin-bottom:10px;
}
.mar-btm-5 {
    margin-bottom:5px;
}
.mar-top-5 {
    margin-top:5px;
}
.mar-top-4 {
    margin-top:5px;
}
.footer-ad {
  margin-top: 15px;
  text-align: center;
}
.shadow {
    -webkit-box-shadow: 2px 0px 8px -1px rgba(31,31,31,0.41);
    -moz-box-shadow: 2px 0px 8px -1px rgba(31,31,31,0.41);
    box-shadow: 2px 0px 8px -1px rgba(31,31,31,0.41);
}
/*loading-bg*/
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    min-height:50px;
    position: relative;
}
/*scroll-bars*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 5px;
    height:5px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#ececec;
	/*background-color: #b3b3b3;*/
}
header {
    width: 100%;
    z-index: 900;
    background:#fff;
}
header.fixed-header {
    min-height: 70px;
    position: fixed;
    top: 0;
}
.menu-strip {
    background-color: #013a6d;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0px 3px 6px #828282;
}
.theme-norm .nav_toolbar {
    /*background-color: #fff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0px 3px 6px #828282;*/
    background-color: #013a6d;
}
.theme-norm .nav li {
    background: #fff;
}
.nav_toolbar {
    min-height: 30px;
    /*float: left;
    width: 100%;*/
    height: 30px;
}
.nav_toolbar .nav.navbar-nav {
    float: left;
    padding: 4px 0;
}
.nav_toolbar .nav li {
    border-color: #595959;
    background: #013a6d;
    color: #fff;
}
.nav_toolbar .nav li {
    padding: 0 15px;
    border-right: 1px solid;
}
.nav_toolbar .nav li img {
    height: 20px;
    width: auto;
}
.logo-title {
    background: url(../images/cine-bg2.png) #013a6d no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 93px;
    text-align: center;
    color: #fff;
    display: inline-block;
    float:left;
    display:none;
}
.nav_toolbar select {
    border: none;
    box-shadow: none;
    cursor: pointer;
    float: left;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nav_toolbar select:focus {
    outline: none;
}
.toolbar_button {
    float: right;
    margin: 0;
    padding: 4px 0;
    z-index: 1050;
}
.toolbar_button > li {
    float: right;
    list-style: outside none none;
    cursor: pointer;
    background: #013a6d;
    color: #fff;
}
.toolbar_button li > a {
    padding: 10px 12px;
    color: #fff;
}
.toolbar_button li a > img {
    height: 20px;
    width: 20px;
}
#load-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fbf9f9;
    opacity:0.5;
}
#load-img {
    position: fixed;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.news-det {
    font-family: kfont;
    /*background: #fff;*/
    padding: 0px 15px 15px 15px;
    /*box-shadow: 0px 1px 4px 1px #b5b5b5;*/
}
.news-det h1 {
    font-family: kfont;
    font-size: 22px;
    color: #013a6d;
    font-weight: bold;
    margin: 15px 0 10px 0;
    padding: 0;
}
.news-body {
    font-family: kfont;
    padding: 0px 5px 0px 0px;
    font-size: 16px;
    line-height: 29px;
    color: #313131;
    word-break: break-all;
}
.epaper_page {
display:flex;
}
#epaper_img {
    display: inline-block;
    margin: 0 auto;
    /*width: 580px;*/
}
#epaper_img {
box-shadow: 0 5px 4px 1px #b5b5b5;
}
.epaper_view {
float: left;
width: 100%;
/*margin-left: 5px;*/
/*min-width: 300px;*/
/*width: 55%;
height: 820px;*/
/*overflow-y: auto;
overflow-x: hidden;*/
/*box-shadow: 0 2px 4px 1px #b5b5b5;*/
box-shadow: 0 1px 0px 1px #f1efef;
border-top: 1px solid #dcd7d7;
/*border: 1px solid #b9b7b7;
background: #f5f3f3;*/
/*padding: 22px;*/
}
.share-box {
    background: #f5f5f5;
    /*padding: 10px;*/
}
footer {
    background: #505050;
    position: relative;
    float: left;
    height: 22px;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    color: #fff;
}
.page_select {
background-position-x:right;
min-width:125px;
background-repeat:no-repeat;
background-size:auto 20px; 
background: #013A6C;
}
.theme-norm.ui-widget-overlay {
    background: #363636;
}
.ui-widget-overlay {
    opacity: .7;
    filter: Alpha(Opacity=30);
}
.theme-norm .ui-widget-header {
    border: 1px solid #3960ec;
    background: #3d78ab;
}
.theme-norm .ui-widget.ui-widget-content {
    background: #D9D9D9;
}
.theme-norm .ui-widget-header span {
    color: #fff;
}
.edition-cols {
width: 250px;
float: left;
background-color: #fff;
display: table-cell;
padding: 5px;
border: 1px solid #fff;
vertical-align: top;
margin-left:5px;
}
.edition-cols>a{
    width: 100%;
    float: left;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 5px;
    border-bottom: 1px dotted #999;
}
.dropdown-menu {
    position: absolute;
    top: 24px;
    width: 200px;
    left: 0;
    background-color: #013a6d;
}
.dropdown-menu li{
    background:#013a6d;
    padding: 15px;
    border-bottom:1px dotted #8c8b8b;
    border-color:#8c8b8b !important;
    border-right:none !important;
    display:inline-block;
    width:168px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.dropdown-menu li:hover{
    background:#2d549a;
}
.no-edition-txt {
    color: #565555;
    position: absolute;
    top: 300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 19px;
}
#no-edition {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #808080;
    opacity: 1;
    text-align: center;
}
#news_head,#news_desc {
    /*background: #fff;*/
    padding: 5px;
    text-align:left;
}
#news_desc {
    font-size: 18px;
    color: #585757;
    line-height: 30px;
    text-align:left;
}
#no-web-news {
    width:100%;
    height: 300px;
    padding: 13% 10px 10px 10px;
    text-align: center;
    bottom: 0;
    background: #e4e3e3;
    color: rgba(144, 56, 56, 0.63);
    font-size: 17px;
}
.st-custom-button[data-network] {
    background-color: #0adeff;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}
.fb-blue {
background-color:#538bde !important;
}
.st-custom-button[data-network]:hover, .st-custom-button[data-network]:focus {
      background-color: #00c7ff;
   }
.st-green {
    background-color: #95D03A !important;
}
.st-drkgreen {
background-color:#25d366 !important;
}
.share-button svg {
    height: 20px;
    vertical-align: top !important;
    width: 20px;
    margin-top: -1px;
    float: left;
}
.soc-btn {
    float: left;
    margin-top: -1px;
    margin-left: 5px;
}
#news_cont,#news_img_view {
float:left;
margin-top:5px;
width:98%;
}
.feature-btn {
display: inline-block;
padding: 5px 10px;
cursor: pointer;
font-weight: bold;
color: #fff;
margin-right: 5px;
background-color:#519cde;
}
.feature-btn i{
    float: left;
    margin-top: 2px;
}
#trigger-audio {
    cursor: pointer;
}
.play-ico {
    width: 25px;
    height: 25px;
    margin-top: 0px;
    margin-right: 10px;
}
.play-ico-wrap {
    position: absolute;
    right: 0;
    top: 0;
}
#audio-wrap audio {
    height: 34px;
    margin-top: -6px;
    -webkit-margin-before: 0px!important;
}
#audio-wrap.sactive {
    width: 265px;
}
#audio-wrap {
    width: 0px;
    position: absolute;
    background: #F2F2F2;
    right: 38px;
    top: -4px;
    z-index: 9999;
    transition: 0.5s;
    overflow: hidden;
    height: 32px;
}
.audio-btn {
width:100%;
float: left;
position: relative;
margin-bottom: 20px;
height: 11px;
}
.pge-title,.nws-title {
    margin-bottom: 12px;
    background: #0892fa;
    width: 100%;
    height: 29px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}
.pge_list {
    /*background: #ccc9c9;*/
    position: relative;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 8%;
    text-align:center;
    border: 1px solid #013a6d;
}
    .pge_list img {
    width:70px;
    border: 1px solid #ccc9c9;
    }
.pges-box, .nws-box {
    display: inline-block;
    padding: 0 5% 0 0;
    height: 850px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.nws-box {
    width: 92%;
}
.pge-text {
    position: absolute;
    font-size: 11px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #013a6d;
    color: #fff;
    height: auto;
}
.pge-no {
    position: absolute;
    font-size: 11px;
    top: 0;
    left: 0;
    background: #013a6d;
    padding: 5px 11px;
    color: #fff;
}
.nws-box {
    padding: 0 5% 0 2%;
}
.nws-list-box{
width:100%;
}
.pges-list-box,.nws-list-box {
    border-right: 1px solid #dedcdc;
    /* width: 350px; */
    margin-top: 5px;
}
.pges-list-box {
min-width:232px;
}
.nws-item {
    float: left;
    padding: 5px 5px 5px 11px;
    width: 100%;
    background: #f7f5f5;
    margin: 5px 0 5px 0;
}
    .nws-item i {
        float: left;
        display: inline-block;
        margin-top: 11px;
        width: 5%;
        margin-right: 5px;
    }

.nws-item h1{
    font-size: 14px;
    color: #797777;
    line-height: 21px;
    float: left;
    display: inline-block;
    width: 91%;
    margin-top: 7px;
}
#img_view img {
    max-width:1140px;
    margin-top: 10px;
}
@media (min-width: 1200px) {
    .width-20 {
        width: 20% !important;
    }
    .width-30 {
        width: 30% !important;
    }
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
    .pge_list {
     margin-left: 13%;
    }
}
/*footer styles*/
.footer-wrap {
    float:left;
    margin-top: 16px;
    border-top: solid 1px #cdcdcd;
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
}
.width-9 {
    width: 8.33333333%;
}
.footer-main-title {
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0px 5px 5%;
}
.footer-section-box, .footer-logo-part {
    /*border-left: solid 1px #cdcdcd;*/
    padding-top: 13px;
    padding-bottom: 0px;
    padding-left: 12px;
}
.footer-section-menus {
    margin-bottom: 15px;
}
.footer-section-menus ul {
    list-style: none;
    padding: 0;
    margin-left: 15px;
    margin-top: 10px;
}
.footer-section-menus ul li a {
    text-decoration: none;
    color: #565656;
    font-size: 11px;
    font-weight: bold;
}footer-sec-box, .footer-logo-part {
    /*border-left: solid 1px #cdcdcd;*/
    padding-bottom: 0px;
    padding-left: 12px;
}
.footer-sec-menus {
    margin-bottom: 15px;
}
.footer-sec-menus ul {
    list-style: none;
    padding: 0;
    margin-left: 15px;
    margin-top: 10px;
}
.footer-sec-menus ul li{
    float:left;
    padding:0 30px 0 30px;
}
.footer-sec-menus ul li a {
    text-decoration: none;
    color: #565656;
    font-size: 11px;
    font-weight: bold;
}
.forgot-pass {
display: inline-block;
margin-top: 7px;
}
/*login style*/
.errorbox
{ 
    border: 1px solid red; 
  box-shadow: red; }
/*tab*/
@media (min-width: 1200px) {
   #loginModal .modal-dialog {
        width: 410px;
        margin: 30px auto;
    }
}

#loginModal .modal-content {
    background-color:transparent;
    border:none;
    box-shadow:none;
}
.login-box {
    position: relative;
    width: 100%;
    z-index: 9999;
    margin:10% auto;
}
    .login-box input {
        height: 20px;
        width: 88%;
    }
.login-box .nav-pills li {
    padding: 10px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background: #1a72b4;
}
.login-box .nav-pills li.active {
    background: rgba(249, 248, 248, 1);
    border-top: 1px solid #ecebeb;
    border-left: 1px solid #ecebeb;
    border-right: 1px solid #ecebeb;
    box-shadow: 3px -1px 5px #ecebeb;
}
.login-box .nav-pills li.active a{
    color:#847d7d !important;
    background-color:transparent !important;
}
.login-box .nav-pills li a{
    color:#fff !important;
    background-color:transparent !important;
}
.login-box .tab-content {
    background: rgba(249, 248, 248, 1);
    min-height: 328px;
    padding: 15px;
    box-shadow: 0px 3px 6px #ecebeb;
    margin-left:1px;
}
.separator {
    color:#847d7d;
    text-align: center;
    margin-top: 23px;
}
.login-box .btn-fb{
    background-color: #3b5999;
    border-radius: 0;
    color: #fff;
    float: left;
    margin-top: 5px;
    width: 93%;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
}
.login-box .btn-gplus{
    float: left;
    width: 93%;
    background-color: #ea4335;
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
}
.login-box .btn-reg {
    background-color: #3b7fd4;
    border-radius: 0;
    color: #fff;
    float: left;
    margin-top: 5px;
    width: 100%;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
}
.forgot-pass {
display: inline-block;
margin-top: 7px;
}
.inp-label {
    float:left;
    width:22%;
    display:inline-block;
    padding: 7px;
    font-size: 16px;
    font-family: sans-serif;
    color:#847d7d;
}
.inp-box {
float:left;
width:74%;
display:inline-block;
}
.login-box .row {
    margin-bottom: 4px;
}
.reginp-label {
    float:left;
    width:34%;
    display:inline-block;
    padding: 7px;
    font-size: 15px;
    font-family: sans-serif;
    color:#847d7d;
}
.reginp-box {
float:left;
width:62%;
display:inline-block;
}
.inp-box .form-control,.reginp-box .form-control {
    border-radius:0;
}
.btn-row {
padding:10px;
}
#register_form .btn-row {
padding:10px 4px 10px 10px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li > a {
    font-family: 'Ubuntu', sans-serif;
    margin: 0px 18px !important;
    padding: 0;
    font-size: 1.3em;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.alert {
  font-size: 0.85em;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.hidden {
    display: none!important;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #ea7c69;
    background-color: #fcefe3;
    border-color: #faebcc;
    text-align: center;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.form-control {
    display: block;
    width: 98%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 1px;
}
.prof-title {
    margin-top: 2px;
    float: left;
}
.img-circle {
    border-radius: 50%;
}
#user_info {
float:left;
padding:0;
}
.account-box {
    z-index: 991;
    /*line-height: normal;*/
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding: 0;
    display: none;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 19px;
    top: 32px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
}
    .account-box li {
        list-style-type:none;
        padding:24px;
    }
.account-box .prof {
    white-space: nowrap;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
}
    .account-box .prof-box {
        border: none;
        vertical-align: top;
        display:inline-block;
        height: 96px;
        width: 96px;
    }
.prof-box img {
        float: left;
        width:96px;
        height:96px;
        border-radius:50%;
}
    .account-box .desc-box {
        display: inline-block;
        vertical-align: top;
        padding: 21px 0 24px 17px;
        line-height: 33px;
        overflow: hidden;
    }
    .account-box h1{
        font-weight: bold;
        font-size:15px;
        margin: -4px 0 1px 0;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.user-footer {
    padding: 7px 11px 33px 24px !important;
    background: #f5f5f5;
}
    .user-footer .btn {
    float: right;
    padding: 2px 12px;
    position: relative;
    display: inline-block;
    border-radius: 0;
    color: #8a8888;
    }
    .news-publish-info {
    color: #969696;
    font-size: 11px;
    font-family: kfont;
    border-bottom: dashed 1px #dadada;
    padding-bottom: 3px !important;
    width: 99%;
    margin-left: 9px;
}

    /*header Strip*/
.header-strip {
    padding-top: 8px;
    padding-bottom: 8px;
    background:#616161;
    margin-left:-15px !important;
}
.header-strip-btn {
    font-size: 14px;
    background: #3a3a3a;
    padding: 4px 7px;
    border-radius: 4px;
    text-decoration: none!important;
    color: #FFF!important;
    margin-right: 10px;
    font-family: sans-serif;
    margin-top: 0px;
    cursor: pointer;
}
.header-strip-btn:hover {
    text-decoration:none;
    color:#FFF;
}
.header-strip-btn img {
    vertical-align: sub;
}
.header-strip-list , .menu-wrap ul , .sec-box-header ul {
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}
.header-strip-list li , .menu-wrap ul li, .sec-box-header li {
    float: left;
}
#search-wrap {
    width: 340px;
    height: 0px;
    position: absolute;
    background: #616161;
    right: 0;
    top: 33px;
    z-index: 9999;
    transition: 0.5s;
    overflow: hidden;
}
#search-wrap.active {
      height: 40px;
}
#search-wrap input[type="text"]{
    padding:4px !important;

}
.gsc-control-cse {
    border-color: #FFFFFF!important;
    background-color: #616161!important;
}

.menu-wrap ul li {
    float: left;    
    border-right: solid 1px #777;
    text-align: center;
    white-space: nowrap;
    position:relative;
    padding: 0 1px 0 1px;
}
.menu-wrap ul li.m-first {
    border-right: none;
    padding:0;
}
.menu-wrap ul li.m-last {
    border-right: none;
    padding:0;
}
.menu-wrap.fix{
    position: fixed;
    top: 0;
    z-index: 999;
    background: #FFF;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1200px;
    border-top: none;
}
.header-strip-list li a:not(.header-strip-btn) {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size: 10px;
    font-family: sans-serif;
}
.header-strip-list li a:not(.header-strip-btn) img {
    margin-top:-5px;
}
.header-strip-list li a:not(.header-strip-btn).active {
    color: #a9ddff;
}
.head-time-deta {
    color:#8e8e8e;
    font-size:9px;
    font-family:Verdana;
    width:100%;
    display:inline-block;
    text-transform:uppercase;
}
.head-section-sm {
    background:url('../images/white-mask.png') no-repeat left;
    color: #FFF;
    font-size: 13px;
    font-family: Verdana;
    width: auto;
    display: inline-block;
    padding: 0px 5px 1px 15px;
}
.head-section-title {
    width: 100%;
    text-align: center;
    font-size: 48px;
}

/*menu*/
.menu-wrap {
    border-top: solid 2px #000;
    border-bottom: solid 1px #d0d0d0;
    padding-left: 0;
    padding-right: 0;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
}
.menu-wrap img {
    margin-top:-2px;
}
.menu-wrap ul li a {
    display: inline-block;
    color: #545454;
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    padding:1px 10px 1px 10px;
}

/*Dropdown menu*/
.menu-wrap ul ul {
	display: none;
    position: absolute;
    left: 0;
    background: #f9f9f9;
    padding: 0;
    z-index: 9999;
    top: 100%;     
}
.menu-wrap ul ul li {
	float: none;
    width: auto;
    border: none;
    border-bottom: dashed 1px #e0e0e0;
    text-align:left;
}
.menu-wrap ul ul a {
	line-height:120%;
	padding:10px 15px;
    font-size:12px;
}
.menu-wrap ul ul ul {
	top:0;
	left:100%
}
.menu-wrap ul li:hover > ul {
	display:block
}
/*LOGO*/
.logo-part {
    width: 471px;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    padding-top: 10px;
}
.logo-ad-part {
    width:700px;
    text-align:right;
    padding:0;
    margin:0;
    float:left;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display:table;
    width:100%;
}
#search-wrap.active {
    height: 40px;
}
#ep_page_text {
    width: 112px !important;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
