body {
    font-family: Helv-Bd;
    direction: rtl;
    padding-top: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
    color:inherit;
}
.boxTitleHref{
    width:100%;
    color: #0272ac;
    display:block;
}
.boxTitleHref:hover{
    color: #0272ac;
}

.navbar-nav > li{
    float:right;
}

.floatClass{
    float:right;
}
/* Navigation */
/*--------------------------------------------------------------------------------------------*/

#videoPlayer1_wrapper
{
    width: 100%!important;
}

/*Breaking news navigation*/

.breaking-news-nav {
    background-color: #d52323;
    border: 0px;
    color: #fff;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 1px;
}

.top-content-block {
    position: relative;
    height: 100%;
    display: table;
}

.top-nav-block {
    position: relative;
    border-left: 1px solid #ea9292;
    height: 100%
}

.breaking-news-title {
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 20%;
    width: 70%;
}

.breaking-button-content {
    top: 25%;
    left: 15px;
    position: absolute;
}

.breaking-news-content {
    font-family: Helv-Reg;
    display: table-cell;
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
}

.breaking-news-content p{
    margin:0;
}

.close-breaking-news {
    font-family: Helv-Reg;
    font-size: 25px;
    opacity: 1;
    color: #fff;
    float: left;
    font-weight: 100;
}

/*Header navigation*/

.header-nav {
    background-color: #003f62;
    border: 0px;
    border-radius: 0px;
    height: 100px;
    margin-bottom: 1px;
}

.header-no-gradient {
    position: relative;
    border-left: 1px solid #8692a7;
    height: 100%;
}

.header-nav-block {
    position: relative;
    border-left: 1px solid #8692a7;
    height: 100%;
    background: linear-gradient(to right, rgb(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -moz-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 88, 150)), color-stop(100%, rgba(0, 63, 98, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: linear-gradient(to right, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
}

.header-logo-block {
    direction: ltr;
    position: relative;
    border-left: 1px solid #8692a7;
    height: 100%
}

.header-nav-content-2 {
    position: absolute;
    top: 15%;
}

.header-nav-content {
    color: #fff;
    position: absolute;
    top: 40%;

}

.header-nav-text {
    color: #f8b129;
    font-size: 18px;
    word-wrap: break-word;
}

.header-nav-title {
    color: #fff;
    font-size: 11px;
}

.header-img-content {
    top: 15%;
}

.header-nav-ico {
    left: -10px;
    position: relative;
}

.fa-2 {
    font-size: 2em;
    color: #fff;
}

.video-left-arrow {
    position: absolute;
    left: -7px;
    top: 40%;
    height: 100%;
    color: #fff;
    font-size: 20px;
}

/*Common navigation*/

.common-nav {
    background-color: #0272ac;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.common-nav-li {
    padding: 0px;
    float: right;
}

.common-nav-li li a {
    color: #ffffff;
    font-size: 15px;
}

.common-nav-li li a:hover, .common-nav-li li a:focus, .common-nav-li li a:active, .common-nav-li li a:visited {
    color: #ffffff;
    background-color: #003f62 !important;
}

.dropdown a:focus, .dropdown a:active, .dropdown a:visited {
    background-color: #003f62 !important;
}

.custom-dropdown-menu li {
    border-bottom: 2px solid #347598;
}

.custom-dropdown-menu {
    overflow: auto;
    max-height: 400px;
    right: 0;
    width: 260px;
    padding-top: 20px;
    padding-bottom: 0;
    border: none;
    border-radius: 0;
    text-align: right;
    background-color: #003f62;

    background: #026fa7;
    background: -moz-linear-gradient(45deg, #026fa7 0%, #01527e 25%, #003f62 55%, #003f62 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #026fa7), color-stop(25%, #01527e), color-stop(55%, #003f62), color-stop(100%, #003f62));
    background: -webkit-linear-gradient(45deg, #026fa7 0%, #01527e 25%, #003f62 55%, #003f62 100%);
    background: -o-linear-gradient(45deg, #026fa7 0%, #01527e 25%, #003f62 55%, #003f62 100%);
    background: -ms-linear-gradient(45deg, #026fa7 0%, #01527e 25%, #003f62 55%, #003f62 100%);
    background: linear-gradient(45deg, #026fa7 0%, #01527e 25%, #003f62 55%, #003f62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#026fa7', endColorstr='#003f62', GradientType=1);
}

.dropdown-menu > li > a {
    white-space: pre-wrap;
}

.social-icons {
    padding-top: 10px;
    position: relative;
    height: 50px;
    border-left: 1px solid #8692a7;
}

.social-icons .fa:hover {
    background-color: #0272ac;
    color: #fff;
}

.social-icons .fa {
    background-color: #fff;
    border-radius: 30px;
    color: #0272ac;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 20px;
    text-align: center;
}

/*White input background in IE*/
.input-search::-ms-input-placeholder {
    color: #fff;
}

/*White input background in Firefox*/
.input-search::-moz-placeholder {
    color: #fff;
}

/*White input background in Google Chrome*/
.input-search::-webkit-input-placeholder {
    color: #fff;
}

.input-search {
    background-color: #0272ac;
    border: none;
    width: 100%;
    color:#fff;
}

.search-btn {
    font-size: 15px;
    /*left: 0px;*/
    border: none;
    border-radius: 0;
    /*top: 0px;*/
    color: #fff;
    background-color: transparent;
}

.search-group {
    top: 15px;
}

.navbar-toggle {
    border-color: #fff;
}

.icon-bar {
    background-color: #fff;
}

/*--------------------------------------------------------------------------------------------*/

/*Homepage content*/
/*--------------------------------------------------------------------------------------------*/

.banner-img {
    margin: auto;
    margin-bottom: 15px;
}

.custom-control-right {
    position: absolute;
    background-color: #0272ac;
    opacity: 1;
    left: 41px;
    height: 35px;
    width: 40px;
    z-index: 3;
}

.custom-fa-right {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 25px;
}

.custom-control-left {
    position: absolute;
    background-color: #0272ac;
    opacity: 1;
    height: 35px;
    width: 40px;
    z-index: 3;
}

.custom-fa-left {
    padding-top: 5px;
    font-size: 25px;
}

.item .custom-caption {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(7, 103, 152, 0.65) 0%, rgba(0, 0, 0, 0.80) 100%) repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#076798', endColorstr='#000000', GradientType=0);
    transition-duration: 0.4s;
}

.custom-caption:hover {
    opacity: 1;
    transition-duration: 0.4s;
}

.custom-caption {
    padding: 5px 15px 5px 0;
    text-align: right;
    color: #fff;
    font-size: 26px;
    height: 95px;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.9;
}

.gray-background {
    background-color: #efefef;
    /*min-height: 235px;*/
    padding-bottom:20px;
    height:190px;
}

.caption-text-active {
    font-size: 15px;
    border-top: 3px solid #0272ac;
    word-wrap: break-word;
}

.caption-text-active i {
    margin-right: 40%;
    margin-top: -14px;
    color: #0272ac;
    position: absolute;
}

.caption-text {
    font-size: 15px;
    padding-top: 5px;
    border-top: 3px solid #bfbfbf;
    word-wrap: break-word;
}

a .caption-text, .caption-text-active {
    padding-top: 5px;
    color: #333;
}

.gray-background-title {
    font-size: 15px;
    /*min-height: 80px;*/
    padding-bottom:15px;
    margin-top: 10px;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Helvetica Neue;
}

.box {
    /*margin-top: 15px;*/
    border-bottom: solid 3px #0272ac;
    background-color: #efefef;
    position: relative;
    height: 35px;
}

.box-title {
    padding: 5px 5px 2px 0 !important;
    font-size: 20px;
    color: #0272ac;

}

.box-content {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    border-bottom: 1px solid #0272ac;
}

.box-content a, .selected-box-content a {
    text-decoration: none;
}

.box-text {
    color: #aaa;
    padding-right: 10px;
    font-size: 13px;
}

.box-text-active {
    font-size: 14px;
    color: #0272ac;
}

.box-content a i {
    position: absolute;
    text-align: center;
    bottom: -23px;
    right: 20px;
    font-size: 25px;
}

.selected-box-content {
    padding-top: 15px;
}

.box-graph-title {
    font-size: 15px;
    padding-top: 15px;
    color: #0272ac;
}

.small-graph {
    padding-top: 15px;
}

.graphs {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 3px solid #efefef;
}

.arrow-left {
    position: absolute;
    background-color: #0272ac;
    opacity: 1;
    top: 0;
    left: 0;
    height: 35px;
    width: 40px;
}

.box-img {
    width: 100%;
    height: auto;
}

.box-img-text {
    font-size: 17px;
    padding-top: 10px;
    text-align: right;
}

.graph-text-active {
    color: #0272ac;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Helv-Reg';
}

.graph-text-active a {
    color: #0272ac !important;
    font-size: 15px;
    font-weight: bold;
}

.play-ico i {
    height: 20px;
    background-color: #003f62;
    color: #ffffff;
    width: 20px;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 11px;
    border-radius: 2px;
}

.graph-text {
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Helv-Reg';
    border-top: 2px solid #efefef;
}

.graph-text a {
    color: #3f3333;
}

.graph-text-bottom {
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Helv-Reg';
    font-size: 15px;
    border-bottom: 2px solid #efefef;
}

.graph-text-bottom a {
    color: #333333;
}

.graph-text-bottom-active {
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Helv-Bd';
    font-size: 15px;
    border-bottom: 2px solid #efefef;
}

.graph-text-bottom-active a {
    color: #0272ac;
}

.graph-border {
    /*border-bottom: 3px solid #efefef;*/
    margin-bottom: 5px;
}

.top-block-news {
    padding-top: 30px;
    text-align: center;
}

.middle-news {
    margin-bottom: 30px;
    float:right;
}

#middleCarousel {
    margin-top: 30px;
}

.middle-div {
    padding-bottom: 30px;
    /*min-height: 425px;*/
}

.middle-carousel {
    margin-top: 50px;
    margin-bottom: 50px;
}

.middle-box {
    position: relative;
    height: 35px;
}

.middle-box-title {
    padding-bottom: 2px;
    padding-top: 5px;
    font-size: 20px;
    color: #fff;
}

.active-box-title {
    background-color: #0272ac;
    padding-bottom: 2px;
    padding-top: 5px;
    font-size: 20px;
    color: #fff;
}

.box-content {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    border-bottom: 2px solid #0272ac;
}

.box-content a, .selected-box-content a {
    text-decoration: none;
}

.middle-arrow-left {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    top: 0;
    left: 0;
    height: 35px;
    width: 40px;
}

.middle-img-content img {
    width: 100%;
}

.middle-img-content {
    height: 220px;
    opacity: 1;
}

.middle-img-background {
    position: absolute;
    background-color: #0e6d9e;
    bottom: 0px;
    opacity: 0.8;
    width: 100%;
    min-height: 60px;
    transition-timing-function: cubic-bezier(0.24, 0.15, 0.25, 0.99);
    transition-duration: 0.5s;
}

.middle-img-content:hover .middle-img-background{
    opacity:1;
    transition-timing-function: cubic-bezier(0.24, 0.15, 0.25, 0.99);
    transition-duration: 0.5s;
}

.middle-img-text {
    top: 20%;
    color: #fff;
    font-size: 15px;
    position: absolute;
}

.middle-side-box {
    margin-top: 30px;
    border-bottom: solid 3px #0272ac;
    background-color: #efefef;
    position: relative;
    height: 35px;
}

.middle-side-box .nav-pills {
    padding-right: 0 !important;
}

.middle-side-box .nav-pills > li > a {
    border-radius: 0;
}

.middle-side-box .nav-pills > li {
    float: none;
    margin-left: 0;
}

.middle-side-box .nav > li > a:hover, .middle-side-box .nav > li > a:focus {
    background-color: #337ab7;
    color: #ffffff;
}

.bottom-carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------------*/

/*Footer*/
/*--------------------------------------------------------------------------------------------*/

.footer {
    color: #fff;
    height: 230px;
    padding-top: 35px;
    padding-right: 15px;
    text-align: center;
    background-color: #0d3d61;
    border-top: 3px solid #808486;
    margin-top: 30px;
}

.footer-column {
    text-align: right;
    list-style: none;
}
.footer-column:first-of-type {
	/*margin-left:10px;*/
}

.footer-social {
    text-align: right;
    opacity: 0.6;
}

.footer-authority {
    bottom: 0px;
    direction: ltr;
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 11px;
    margin-bottom: 60px;
}

.footer-social-icons {
    padding-top: 10px;
    position: relative;
    height: 50px;
}

.footer-social-icons .fa:hover {
    background-color: #0d3d61;
    color: #fff;
}

.footer-social-icons .fa {
    background-color: #fff;
    border-radius: 30px;
    color: #0d3d61;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 0px;
    width: 30px;
    font-size: 20px;
    text-align: center;
}

/*--------------------------------------------------------------------------------------------*/
.pagination {
    padding: 0px;
}

.pagination li {
    text-align: right;
}

.pagination li a {
    border-radius: 0 !important;
}

.custom-pagination a {
    background-color: #939393 !important;
    color: #ffffff !important;
}

.custom-chevron {
    background-color: #cccccc !important;
    color: #939393 !important;
}

/*---------------------------------------Article index----------------------------------------*/

.article-date {
    font-family: Helv-Reg;
    font-size: 11px;
    padding: 25px 0 5px;
}

.article-title {
    float: right;
    font-size: 25px;
    color: #003f62;
    padding-bottom: 25px;
}

.article-social-icons {
    height: 50px;
    padding-top: 10px;
    float: left;
    position: relative;

}

.article-social-icons .fa:hover {
    background-color: #0272ac;
    color: #fff;
}

.fa-envelope {
    background-color: #5a6267 !important;
}

.fa-print {
    background-color: #5a6267 !important;
}

.print {
    float: right;
    font-size: 11px;
    font-family: Helv-Reg;
}

.article-social-icons .fa {
    background-color: #0272ac;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 20px;
    text-align: center;
}

.article-social-box {
    height: 55px;
    border-bottom: 3px solid #e6e6e6;
}

.article-content {
    padding-top: 30px;
    font-family: Helv-Reg;
    font-size: 16px;
}
#short-desc{
    font-family: Helv-Reg;
    font-size: 15px;
    height:75px;
}

.article-div {
    margin: 15px 0;
    height: 95px;
    position: relative;
    border-top: 3px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
}

.article-div a {
    text-decoration: none;
}

.atricle-div-text {
    top: 35%;
    right: 140px;
    left: 60px;
    position: absolute;
}

.article-chev {
    top: 40%;
    left: 25px;
    color: #0774ad;
    position: absolute;
}

.left-chev-block {
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    position: absolute;
    background-color: #efefef;
}

.article-tags .blog-box-tags {
    top: 15%;
    margin: 0;
    position: absolute;
}

.article-tags {
    height: 35px;
    position: relative;
    border-top: 3px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.article-img-text {
    bottom: 0;
    width: 100%;
    height: 55px;
    opacity: 0.9;
    color: #ffffff;
    font-size: 16px;
    padding-top: 20px;
    position: absolute;
    background-color: #116c96;
}

.article-overlay:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.article-overlay {
    position: relative;
}

.article-play-ico {
    position: absolute !important;
    top: 0 !important;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 1;
}

/*--------------------------------------------------------------------------------------------*/

/*------------------------------------------Presenter-----------------------------------------*/

.presenter-content {
    padding: 20px 0;
    font-family: Helv-Reg;
    font-size: 14px;
}

.presenter {
    width: 125px;
    margin-bottom: 60px;
    text-align: center;
}

.presenter img {
    display: inline-block;
    width: 125px;
    height: 125px;
}

.presenter-name, .presenter a {
    text-decoration: none;
    text-align: right;
}

.presenter-info {
    width: 100%;
    padding-right: 10px;
    background-color: #efefef;
}

/*--------------------------------------------------------------------------------------------*/

/*-------------------------------------Careers------------------------------------------------*/

.career-box {
    height: 35px;
    position: relative;
    background-color: #003f62;
}

.career-box-title {
    color: #fff;
    float: right;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 5px 10px 0;
}

.lang-btn {
    background: #095680;
    padding: 5px 5px 3px 5px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    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-radius: 2px;
}

.lang-btn:hover, .lang-btn:focus, .lang-btn:active {
    background-color: #2c9cda;
    color: #ffffff;
}

.lang-info a {
    text-decoration: none !important;
}

.lang-info {
    padding-left: 5px;
    float: left;
    text-decoration: none;
    padding-top: 3px;
}

.lang-info-content {
    font-size: 16px;
    color: #62869d;
    padding-left: 10px;
    display: inline-block;
}

.change-lang {
    font-size: 16px;
}

.career-description {
    padding: 15px 0 25px;
    font-size: 16px;
    font-family: Helv-Reg;
    color: #808080;
}

.custom-nav {
    padding: 0;
    border: none;
}

.custom-nav li.active a, .custom-nav li.active a:focus, .custom-nav li.active a:hover {
    border-radius: 0;
    border-color: #f0f1f2 !important;
    background-color: #f0f1f2 !important;
    height: 47px;
}

.custom-nav li a:hover {
    border-color: #f0f1f2;
}

.custom-nav li a {
    border-radius: 0;
    border-color: #f0f1f2;
    color: #a9aaaa;
    font-size: 18px;
    margin-right: 0px;
    font-family: Helv-Reg;
    background-color: #e2e3e3;
}

.custom-nav li {
    float: right;
}

.custom-tab-content {
    margin: 0px;
    background-color: #f0f1f2;
}

.career-panel {
    box-shadow: none;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f0f1f2;
}

.career-panel-heading {
    border-radius: 0;
    background-color: #0272ac;
    margin-bottom: 15px;
}

.career-panel-heading a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.career-panel-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.career-panel-description {
    padding: 15px 0;
    font-family: Helv-Reg;
}

.panel {
    border-color: #f0f1f2;
}

.career-panel-body {
    margin-bottom: 15px;
    background-color: #ffffff;
}

.career-form-inputs input:focus {
    text-decoration: none;
    outline: none;
}

.form-titles {
    padding: 10px 0 5px;
    font-family: Helv-Reg;
}

.form-submit {
    margin-top: 30px;
    width: 110px;
    height: 35px;
    border-radius: 0;
    float: left;
}

.career-form-inputs input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0px;
    border:0;
    border-bottom:2px solid #bcbcbc;
    background-color: #b3b3b3;
    height: 35px;
}

.error{
    color: red;
}

.career-form-inputs {
    background-color: #b3b3b3;
    border-bottom: 2px solid #bcbcbc;
}

.year, .month, .day {
    float: left !important;
    /*direction: ltr;*/
}

.career-form-inputs .form-group {
    margin: 0 !important;
}

.career-pick {
    color: #333;
    width: 60px;
    font-family: Helv-Reg;
    border-radius: 0;
    background-color: #cfcfcf;
}

.career-down {
    position: absolute;
    left: 5px;
    z-index: 2;
    top: 10px;
}

.fileUpload {
    width: 115px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #727272;
    border-radius: 0;
    color: #ffffff;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.custom-btn {
    background-color: #003f62;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 35px;
    color: #ffffff;
}

.select-location {
    padding-top: 5px;
    font-family: Helv-Reg;
    font-size: 15px;
}

.career-en {
    direction: ltr;
}

.box-title-en {
    color: #fff;
    float: left;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 5px 10px 0;
}

.lang-info-en {
    padding-left: 5px;
    float: right;
    text-decoration: none;
    padding-top: 3px;
}

.custom-nav-en {
    float: left;
    margin-left: 1px;
}

.form-titles-en {
    padding: 9px 0 9px;
    font-family: Helv-Reg;
    font-size: 13px;
}

.career-down-en {
    position: absolute;
    right: 5px;
    z-index: 2;
    top: 10px;
}

.fileUpload-en {
    float: right;
}

.form-submit-en {
    margin-top: 30px;
    width: 110px;
    height: 35px;
    border-radius: 0;
    float: right;
}

.select-location-en {
    font-family: Helv-Reg;
    font-size: 13px;
}

/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------Markets-----------------------------------------------*/

.market-small-graph {
    /*display: inline-block;*/
}

.market-small-graph img {
    padding-top: 10px;
}

.frame-box {
    float: right;
    margin: 30px 0;
}

.market-graph img {
    width: 100%;
}

.markets-box-right {
    float: right;
}

/*--------------------------------------------------------------------------------------------*/

/*----------------------------------------Contact Us------------------------------------------*/

.address-box {
    margin-top: 10px;
}

.address-box, .box-graph-title {
    padding-bottom: 10px;
}

.address-box-content {
    font-family: Helv-Reg;
}

.contact-us-form textarea {
    resize: none;
    background-color: #d6d6d6;
    border: none;
}

.contact-us-form input {
    margin-bottom: 5px;
    background-color: #d6d6d6;
    border: none;
    height: 35px;
}

.contact-form-submit {
    margin-top: 30px;
    /*width: 375px;*/
    height: 35px;
    border-radius: 0;
    float: left;
}

/*--------------------------------------------------------------------------------------------*/

/*----------------------------------BOttom carousel-------------------------------------------*/

#bottomCarousel .list-group li {
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    padding: 5px 25px 5px 5px;
    border-radius: 0;
    background-color: #191919;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}

#bottomCarousel .list-group li.active {
    background-color: #117ab0 !important;
    border: none;
}

#bottomCarousel .list-group {
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------------------------------------------------*/
.pagination {
    padding: 0;
    margin: 0;
}

.pagination-background {
    height: 33px;
    margin: 20px 0 50px 0;
    background-color: #e5e5e5;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #ffffff !important;
    background-color: #0272ac !important;
}

.pagination li a {
    border-radius: 0 !important;
    color: #ffffff;
    background-color: #939393;
    padding: 8px 12px 3px 12px;
}

#news-play{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px;
}

div#middle-href{
    position: absolute;
    top: 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    padding: 3px;
    width:100%;
}
.bottom-title{
    font-size: 20px;
}
.bottom-text{
    font-family:"Helv-Reg";
    font-size: 16px;
}

.overlay:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.list-group-item.active .overlay:before {
    background: none;
}

#middleCarousel .list-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 0;
}

.overlay img {
    width: 100%;
    position: absolute;
    max-width: none;
    /*height: 110px;*/
}

#middleCarousel .list-group p img {
    width: 25px;
    top: 0%;
    position: absolute;
    right: 5px;
}

#middleCarousel .list-group p {
    z-index: 2;
    top: 40%;
    color: #ffffff;
    position: absolute;
    padding-right: 35px;
}

#middleCarousel .carousel-inner {
    position: relative;
    width: 100%;
}

#middleCarousel .list-group-item {
    margin: 0;
    padding: 0 0;
    border-radius: 0px;
    cursor: pointer;
    height: 126px !important;
    margin-bottom:1px;
    overflow:hidden;
}

.list-group-item, .list-group-item:active, .list-group-item:focus, .list-group-item:visited {
    background: none;
    border: none;
}

#middleCarousel .list-group .active {
    background-color: #ffffff;
}

.middle-carousel-content {
    /*padding-right: 0;*/
    padding-left: 5px;
    margin-bottom: 30px;
}

.img-middle-responsive {
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    width: 0px;
    background-image: none;
}

.carousel-control.right span {
    height: auto;
    padding-right: 40px;
}

.carousel-control.left span {
    height: auto;
    margin-left: 25px;
}

.carousel-caption a {
    text-decoration: none;
    color: #ffffff;
}

.top-box-title {
    padding-bottom: 2px;
    padding-top: 5px;
    color:#ffffff;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.blog-news {
    margin-top: 30px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 20px;
}

.blog-box-date {
    font-size: 13px;
    font-family: Helv-Reg;
    color: #545454 !important;
}

.blog-box-title {
    margin-top: 10px;
    font-size: 18px;
    font-family: Helv-Bd;
    color: #003f62;
}

.blog-box-text {
    margin-top: 10px;
    font-size: 15px;
    font-family: Helv-Reg;
    color: #545454;
}

.blog-box-text a {
    margin-top: 10px;
    font-size: 15px;
    font-family: Helv-Reg;
    color: #545454;
}

.blog-box-tags {
    margin-top: 10px;
    margin-bottom: 5px;
}

.tags {
    border-radius: 0;
    border-color: transparent;
    background-color: #0272ac;
    font-size: 11px;
}

.paginator {
    border-radius: 0;

}

.paginator > li:first-child > a, .paginator > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.paginator > li:last-child > a, .paginator > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.video-box {
    margin-top: 20px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 20px;
}

.video-arrow-left {
    position: absolute;
    background-color: #003f62;
    opacity: 1;
    top: 0;
    left: 0;
    height: 35px;
    width: 125px;
}

.video-fa-left {
    padding-top: 5px;
    font-size: 25px;
    float: left;
    padding-left: 15px;
}

.video-arrow-text {
    font-size: 18px;
    padding-top: 5px;

}

.video-box-title {
    float: right;
    /*background-color: #0272ac;*/
    position: inherit;
    height: 35px;
}

.video-box-title {
    padding-bottom: 2px;
    font-family: Helv-Bd;
    font-size: 20px;
    color: #0272ac;
    height: 35px;
}

.video-text {
    padding-top: 5px;
    color: #ffffff;
}

.box-video-date {
    font-size: 10px;
    font-family: Helv-Reg;
    color: #545454;
    margin-top: 20px;
}

.box-video-title {
    margin-top: 10px;
    font-size: 18px;
    font-family: Helv-Bd;
    color: #003f62;
}

.box-video-text {
    margin-top: 10px;
    font-size: 14px;
    font-family: Helv-Reg;
    color: #545454;
}

.box-video-text a {
    margin-top: 10px;
    font-size: 14px;
    font-family: Helv-Reg;
    color: #545454;
}

.video-box img {
    margin-top: 10px;
}

.next-block {
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 10px;
    height: 35px;
    padding-top: 10px;
    color: #003f62;
    font-size: 14px;
    font-family: Helv-Bd;
    margin-bottom: 10px;
}

.graph-box {
    margin-bottom: 30px;
}

.program-img {
    position: relative;
    /*text-align: center;*/
}

.program-left-arrow i {
    float: left;
    padding-left: 10px;
    padding-top: 2px;
}

.program-left-arrow {
    top: 0;
    left: 0;
    height: 100%;
    width: 130px;
    text-align: center;
    padding-top: 5px;
    color: #ffffff;
    position: absolute;
    background-color: #003f62;
}

.program-img .play-img {
    position: absolute;
    margin-right: 40%;
    top: 25%;
}

.about-text {
    margin-top: 30px;
    font-family: Helv-Reg;
}

.video-caption {
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    text-shadow: none;
    position: absolute;
}

.video-caption img {
    padding-left: 15px;
    float: right;
}

.video-caption p {
    float: right;
    padding-top: 20px;
    color: #ffffff;
}

.video-caption a {
    text-decoration: none;
}

.video-block {
    height: auto;
    position: relative;
}

.video-carousel-title {
    padding-bottom: 2px;
    font-family: Helv-Bd;
    font-size: 20px;
    color: #ffffff;
    height: 35px;
}

.video-custom-control-left,
.video-custom-control-right {
    z-index: 3;
}

.video-custom-control-left {
    position: absolute;
    background-color: #003f62;
    opacity: 1;
    height: 35px;
    width: 40px;
}

.video-custom-control-right {
    position: absolute;
    background-color: #003f62;
    opacity: 1;
    left: 40px;
    height: 35px;
    width: 40px;
}

.video-modal {
    margin: 80px auto;
}

.video-close {
    font-size: 31px;
}

button.video-close {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 1px 8px;
    background-color: #ffffff;
    opacity: inherit;
    color: #999999;
}
button.video-close-internal {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 1px 8px;
    background-color: transparent;
    opacity: inherit;
    color: #000000;
    z-index:100;
}

.video-modal .modal-content {
    border-radius: 0;
    background-color: #efefef;
}

.video-modal .modal-body {
    padding: 0;
}

.video-modal img {

}

.video-social-icons {
    margin-top: 20px;
}

.box-carousel-date {
    margin-top: 10px;
    font-size: 16px;
    font-family: Helv-Reg;
    color: #257cb1;
}

.box-carousel-title {
    font-size: 25px;
    font-family: Helv-Bd;
    color: #003f62;
    border-left: 2px solid #e1e1e1;
    /*width: 25%;*/
}

.box-carousel-text {
    margin-top: 10px;
    font-size: 16px;
    font-family: Helv-Reg;
    color: #545454;
}

.box-carousel-img {

}

.box-carousel-info {

}

.box-carousel-avatar {

}

.presenter-modal {

}

.presenter-modal {
    margin: 80px auto;
}

.presenter-close {
    font-size: 31px;
}

button.presenter-close {
    position: absolute;
    right: 120px;
    top: 0;
    padding: 1px 8px;
    background-color: #ffffff;
    opacity: inherit;
    color: #999999;
}
button.presenter-close-internal {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 1px 8px;
    background-color: transparent;
    opacity: inherit;
    color: #000000;
    z-index:500;
}

.presenter-modal .modal-content {
    border-radius: 0;
    background-color: #efefef;
}

.presenter-modal .modal-body {
    padding: 0;
}

.presenter-modal img {
    width: 100%;
}

.box-presenter {
    font-size: 18px;
    font-family: Helv-Reg;
    color: #0272ac;
    margin-top: 10px;
}

.box-presenter-name {
    margin-top: 10px;
    font-size: 18px;
    font-family: Helv-Bd;
    color: #282828;
    border-left: 3px solid #282828;
}

.box-presenter-text {
    margin-top: 10px;
    font-size: 14px;
    font-family: Helv-Reg;
    color: #282828;
}

.presenter-box-tags {
    margin-top: 10px;
    margin-bottom: 5px;
}

.presenter-box-tags .tags {
    height: 20px;
    font-size: 13px;
    background-color: #0272ac;
}

.market-box-content {
    margin-top: 20px;
}

.market-api-content-title {
    float: right;
    margin-top: 10px;
    color: #0272ac;
    font-size: 17px;
    font-family: Helv-Bd;
}

.api-box {
    /*margin-top: 20px;*/
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.market-social {
    padding-top: 0;
    float: right;
    height: 40px;
}

.market-date {
    height: 40px;
    padding-top: 10px;
}

button.news-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 8px;
    background-color: #ffffff;
    opacity: inherit;
    color: #999999;
}

.modal-news {
    border-radius: 0;
    height: 393px;
    margin-top: 100px;
}

.modal-news .modal-header {
    border-bottom: none;
    background-color: rgba(1, 54, 84, 0.5);
    height: 202px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 60px;
}

.modal-news .modal-body {
    background-color: rgba(2, 114, 172, 0.5);
    height: 189px;
}

.modal-news .modal-header .close {
    margin-top: 0;
}

.news-btn {
    border-radius: 0;
    width: 275px;
    height: 40px;
    background-color: #f88529;
}

.news-box span {
    float: right;
}

.news-box {
    padding-top: 25px;
    text-align: center;
}

.news-box-input {
    width: 275px;
    height: 40px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.news-box-title {
    font-size: 24px;
    font-family: Helv-Bd;
    color: #ffffff;
}

.news-box-title-bolt {
    font-size: 24px;
    font-family: Helv-Reg;
    color: #ffffff;
}

.api-box-content-title {
    border-bottom: 1px solid #efefef;
    text-align: center;
    height: 40px;
    padding: 10px 0 10px 0;
    color: #003f62;
}

.api-box-content-body {
    height: 120px;
    border-bottom: 3px solid #efefef;
    margin-bottom: 15px;
    color: #003f62;
}

.api-market-box {
    margin-top: 20px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.api-market-graph {
    margin-top: 20px;
}

.bottom-carousel-img {
    padding: 10px 10px 10px 10px;
    /*max-height: 440px;*/
}

.bottom-play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 15%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 0px solid #fff;
}

.bottom-carousel-text {
    padding: 10px 10px 10px 10px;
}

.bottom-carousel-title {
    padding: 10px 10px 10px 10px;
}

.bottom-carousel-content {
    color: #ffffff;
    height: 730px;
}

.bottom-carousel-tv {

}

.content-bottom {
    position: relative;
    /*border-left: 1px solid #8692a7;*/
    height: 100%;
    background: linear-gradient(to right, rgb(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -moz-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 88, 150)), color-stop(100%, rgba(0, 63, 98, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
    background: linear-gradient(to right, rgba(23, 88, 150) 0%, rgba(0, 63, 98, 1) 100%);
}

.bottom-carousel-tv-content {
    float: right;
    height: 60px;
    margin-bottom: 30px;
    margin-right: -15px;
}

.img-block {
    color: #fff;
    position: absolute;
    top: 30%;
    margin-right: 10px;
}

.list-wrap {
    position: relative;
    padding-bottom: 30px;
    background-color: #191919;
    color: #ffffff;
    height: 730px;
}

.bottom-arrow-up {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 30px;
}

.bottom-arrow-up span {
    padding-left: 0 !important;
}

.bottom-arrow-down {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100% !important;
    height: 30px;
}

.bottom-arrow-down span {
    padding-right: 0 !important;
}

.bottom-carousel-height {
    height: 730px;
}

.box-content .nav-tabs {
    padding-right: 0;
    border-bottom: none;
}

.box-content .nav-tabs > li {
    float: right;
}

.box-content .nav-tabs > li > a {
    padding: 0;
}

.box-content .nav-tabs > li.active > a {
    border: none;
}

.box-content .nav-tabs > li.active > a:focus {
    border: none;
}

.box-content .nav-tabs > li.active > a:hover {
    border: none;
    background-color: transparent;
}

.box-content .active .box-text {
    font-size: 12px;
    color: #0272ac;
    font-weight: 700;
}

.box-content a i {
    display: none;
}

.box-content .active a i {
    display: none;
    position: absolute;
    text-align: center;
    bottom: -23px;
    right: 20px;
    font-size: 25px;
}

.market-page {
    margin-top: 30px;
    position: relative;
}

.market-api-title {
    font-size: 18px;
    font-family: Helv-Bd;
    color: #003f62;
}

.api-numbers {
    margin-top: 15px;
}

.market-tabs {
    margin-top: 30px;
    background-color: #0272ac;
}

.market-tabs .nav-tabs > li > a {
    color: #ffffff;
    margin-right: 0;
    border-radius: 0;
    border: none;
}

.market-tabs .nav-tabs > li > a:hover {
    background-color: #ffffff;
    color: #0272ac;
    border: none;
    border-bottom: 4px solid #ffffff;
}

.market-tabs .nav-tabs {
    padding-right: 0;
    border-bottom: none;
}

.market-tabs .nav-tabs > li {
    float: right;
    margin-bottom: 0;
}

.market-tabs .nav-tabs > li.active > a {
    color: #ffffff;
    background-color: #0272ac;
    border: none;
    border-bottom: 4px solid #ffffff;
}

.market-tabs .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #0272ac;
    border: none;
    border-bottom: 4px solid #ffffff;
}

.market-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

    background-color: #0272ac;
    border: none;
    border-bottom: 4px solid #ffffff;
}

.market-graph-tabs .nav-tabs {
    border-bottom: none;
}

.market-graph-tabs .nav-justified > li {
    width: auto;
    float: right;
}

.market-graph-tabs .nav {
    padding-right: 0;
}

.market-graph-tabs .nav > li > a:focus {
    background-color: transparent !important;
}

.market-graph-tabs .nav > li > a:hover {
    background-color: transparent !important;
}

.market-graph-tabs .dropdown a:focus {
    background-color: transparent !important;
}

.market-graph-tabs .dropdown a:active {
    background-color: transparent !important;
}

.market-graph-tabs .dropdown a:visited {
    background-color: transparent !important;
}

.market-graph-tabs .dropdown-menu {
    text-align: center;
}

.market-graph-tabs .nav-pills > li + li {
    border-radius: 5px;
    background-color: #0272ac;
    margin: 0 5px;
}

.market-graph-tabs .nav-pills > li > a {
    padding: 2px 10px;
    color: #ffffff;
}

.marker-drop {
    color: #0272ac !important;
}

.market-graph-tabs .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: transparent;
}

.market-graph-tabs .nav .open > a:focus {
    border-color: transparent;
}

.market-graph-tabs .nav .open > a:hover {
    border-color: transparent;
}

.market-tab-text {
    color: #003f62;
    font-family: Helv-Reg;
    font-size: 18px;
}

.market-box-title {
    padding-bottom: 2px;
    padding-top: 5px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.diagrams {
    margin-top: 30px;
}

.small-box-diagrams {
    margin-top: 30px;
}

.input-date {
    color: #333;
    font-family: Helv-Reg;
    border-radius: 0;
    background-color: #cfcfcf;
    height: 35px !important;
    width: 13%;
    padding-top: 7px;
    margin:0;
}

.input-date option {
    display: none;
}

.selector-date {
    height: 35px !important;
    border-radius: 0;
    background-color: #b3b3b3;
    width: 20.3%;
    -moz-appearance: none;
    appearance: none;
}

.selector-date option {
    color: #000000;
}

#max-year-birthday-2 .selector-date {
    width: 20.3%;
}

.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border-bottom: none;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
}

::-moz-placeholder {
    color: #b3b3b3;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #b3b3b3;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #b3b3b3;
}

.news-img {
    width: 307px;
    height: 193px;
}

.news-section-2 {
    width: 375px;
    height: 215px;
}

.header-program-img {
    height: 100px;
    max-width: 100px;
}

.sectors-img {
    height: 220px;
}

/*end of Dima style*/

.rcorners {
    border-radius: 7px;
    background: #d8d8d8;
    padding: 5px;
    /*width: 115px;*/
    width:100%;
    height: 115px;
    float: left;
    color: white;
    margin: 2px;
    margin-top: 5px;
    cursor: pointer;
}

.negative {
    background: -moz-linear-gradient(90deg, #7b0101 0%, #a40707 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a40707),
    color-stop(100%, #7b0101)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #7b0101 0%, #a40707 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #7b0101 0%, #a40707 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #7b0101 0%, #a40707 100%); /* ie10+ */
    background: linear-gradient(0deg, #7b0101 0%, #a40707 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a40707',
    endColorstr='#7b0101', GradientType=0); /* ie6-9 */
}

.positive {
    background: -moz-linear-gradient(90deg, #276614 0%, #3c8c25 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #3c8c25), color-stop(100%, #276614)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #276614 0%, #3c8c25 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #276614 0%, #3c8c25 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #276614 0%, #3c8c25 100%); /* ie10+ */
    background: linear-gradient(0deg, #276614 0%, #3c8c25 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c8c25',
    endColorstr='#276614', GradientType=0); /* ie6-9 */
}

.zero {
    background: -moz-linear-gradient(90deg, #15306b 0%, #2342e4 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2342e4),
    color-stop(100%, #15306b)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #15306b 0%, #2342e4 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #15306b 0%, #2342e4 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #15306b 0%, #2342e4 100%); /* ie10+ */
    background: linear-gradient(0deg, #15306b 0%, #2342e4 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2342e4',
    endColorstr='#15306b', GradientType=0); /* ie6-9 */
}

.presenter-loader {
    padding: 25px;
}

.presenter-loader .fa {
    color: #003f62;
}

.pagination > .active > a {
    border: none;
    margin-top: 1px;
    background-color: #337ab7 !important;
}

.pagination > .disabled > a {
    background-color: #cccccc !important;
}

.fa-chevron-right, .fa-chevron-left {
    color: #777 !important;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    max-width: 1170px;
    margin: 0 auto;

}

.modal-play img {
    width: auto !important;
    position: absolute;
    /*margin-right: 50%;*/
    top: 45%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 0px solid #fff;
}

.programs-play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.top-img-banner {
    width: 100%;
}

.dropdown:hover .dropdown-menu {
    margin-top: 0;
}

.b-img-slider {
    width: 100%;
    max-height: 390px;
}

#video-bottom-play {
    position: relative;
}

#video-play {
    position: relative;
}

.img-middle-responsive {
    /*width: 100%;*/
    max-height:300px;
    width:auto;
}

.program-sm-img {
    width: 100%;
}

.at-svc-twitter, .at-svc-google_plusone_share, .at-svc-facebook, .at-svc-compact, .at-svc-whatsapp, .at-svc-bitly {
    background-color: #0272ac !important;
}

.at-svc-compact svg {
    background-image: url('/img/more-share-ico.png');
}

.at-svc-compact g {
    display: none;
}

.career-arrow {
    top: 0;
    left: 0;
    height: 100%;
    width: 130px;
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
    position: absolute;
    background-color: #003f62;
}

.career-arrow-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 130px;
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
    position: absolute;
    background-color: #003f62;
}

.panel-title a[aria-expanded="true"] .fa-angle-left {
    transform: rotate(-90deg);
    height: 25px;
}

.panel-title a[aria-expanded="true"] .fa-angle-right {
    transform: rotate(90deg);
    height: 25px;
}

.bootstrap-filestyle .form-control {
    border-radius: 0;
    background-color: #b3b3b3;
}

.bootstrap-filestyle .input-group-btn .btn {
    border-radius: 0;
    background-color: #727272;
    border: none;
    color: #ffffff;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.tickercontainer { /* the outer div with the black border */
    border: 1px solid #336987;
    background: #fff;
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 10px;
    top: 8px;
    width: 100%;
    overflow: hidden;
}

ul.newsticker { /* that's your list */
    position: relative;
    left: 750px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
    left: -1000px

}

ul.newsticker li {
    float: right; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    display: inline-flex;
    padding: 0;
    background: transparent;
    color: #ffffff;
    direction: rtl;
    line-height:25px;
    height:25px;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ffffff;
    font: bold 10px Verdana;
    margin: 0 8px 0 7px;
}

ul.newsticker span {
    margin: 0 10px 0 0;
    color: #ffffff;
}

.scroll-news {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    max-width: 1170px;
    margin: 0 auto;
}

.scroll-markets .tickercontainer {
    background: -moz-linear-gradient(45deg, #004368 0%, #046090 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #004368), color-stop(100%, #046090)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #004368 0%, #046090 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #004368 0%, #046090 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #004368 0%, #046090 100%); /* ie10+ */
    background: linear-gradient(45deg, #004368 0%, #046090 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#046090', endColorstr='#004368', GradientType=1); /* ie6-9 */
}

.scroll-markets {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 5;
    max-width: 1170px;
    margin: 0 auto;
}

.scroll-news .tickercontainer {
    background: -moz-linear-gradient(45deg, #004368 0%, #0b3044 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #004368), color-stop(100%, #0b3044)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #004368 0%, #0b3044 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #004368 0%, #0b3044 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #004368 0%, #0b3044 100%); /* ie10+ */
    background: linear-gradient(45deg, #004368 0%, #0b3044 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3044', endColorstr='#004368', GradientType=1); /* ie6-9 */
}

.scroll-market-btn {
    width: 100%;
    text-align-last: center;
    border: none;
    height: 35px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #ffffff;
    border: none;
    background: -moz-linear-gradient(45deg, #346986 0%, #367ea5 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #346986), color-stop(100%, #367ea5)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #346986 0%, #367ea5 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #346986 0%, #367ea5 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #346986 0%, #367ea5 100%); /* ie10+ */
    background: linear-gradient(45deg, #346986 0%, #367ea5 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#367ea5', endColorstr='#346986', GradientType=1); /* ie6-9 */
}

.scroll-market-menu {
    width: 100%;
    border-radius: 0;
}

.scroll-market-menu > li > a {
    float: right;
    direction: rtl;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.markets-list-string {
    background: linear-gradient(45deg, #004368 0%, #0b3044 100%);
}

.markets-list-string, .markets-list-string a {
    color: #ffffff;
    text-decoration: none;
    text-underline: none;
    height: 27px;
    padding-top: 8px;
}

.markets-list-string a {
    cursor: pointer;
}

.captcha {
    margin-top: 15px;
}

.live-stream {
    position: absolute;
    color: #003f62;
    background-color: #ffc314;
    padding: 10px;
}

.carousel-main .item .active, .item>img{
    height: 355px!important;
}

.symbol-alias {
    text-align:right;
    max-height: 40px;
}

.symbol-delta{
    min-height: 40px;
}

.symbol-number {
    text-align:right;
    direction:ltr
}

.symbol-positive {
    margin-right: 10px;
    float: left;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0 7px 13px 7px;
    border-color: transparent transparent #ffffff transparent;
}

.symbol-negative {
    margin-right: 5px;
    float: left;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 13px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
}

.symbol-box {
    display: flex;
}

.program-left-arrow a{
    color: #ffffff;
}

.idIframe {
    border: none;
    height: 1300px;
}

#content{
    left: 0;
    position: absolute;
    list-style: none;
    color: #0e0e0e;
    margin-top: 20px;
    padding-right: 0;
    background-color: #0272ac;
    min-width: 320px;
    z-index: 5;
    font-size: 13px;
    font-family: Helv-Bd;
}

.search-market-desc, .search-market-title{
    margin: 10px 0 0 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #ffffff;
}

.search-market-desc {
    padding-right: 20px;
}

.fa-rss-square:before {
    color: #f37629;
    margin-right: 10px;
}

.zag-frame{
    padding-top:2px;
    height: 30px;
    width: 100%;
    border: none;
}

#page{
    margin: 0;
    background: -moz-linear-gradient(45deg, #004368 0%, #0b3044 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #004368), color-stop(100%, #0b3044));
    background: -webkit-linear-gradient(45deg, #004368 0%, #0b3044 100%);
    background: -o-linear-gradient(45deg, #004368 0%, #0b3044 100%);
    background: -ms-linear-gradient(45deg, #004368 0%, #0b3044 100%);
    background: linear-gradient(45deg, #004368 0%, #0b3044 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3044', endColorstr='#004368', GradientType=1);
}

#divTicker{
    width: 100%;
}

img.box-homepage{
    /*height: 100%;*/
    /*width:100%;*/
    height:165px;
}

.input-title{
    top: 10px;
    font-family: Helv-Reg;
    font-size: 13px;
}
.lastUpdated{
    position:absolute;top:0;left:0;
    font-size:11px;
}
.takeoverDiv1{
    width:110px;
    height:800px;
    position:absolute;
    top:0px;
    left:0px;
}
.takeoverDiv2{
    width:110px;
    height:800px;
    position:absolute;
    top:0px;
    right:0px;
}
h1,h2,h3{
    font-weight: inherit;
    color:inherit;
    font-size:inherit;
    padding:0;
    margin:0;
    display:inline;
}