/*** English Fonts *************************************************************************/

@font-face {
    font-family:'NeoSans';
    src: url('../fonts/NeoSans.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family:'NeoSans-Light';
    src: url('../fonts/NeoSans-Light.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-Light.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family:'NeoSans-Black';
    src: url('../fonts/NeoSans-Black.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-Black.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-Black.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-Black.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NeoSans-Medium';
    src: url('../fonts/NeoSans-Medium.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-Medium.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NeoSans-Italic';
    src: url('../fonts/NeoSans-Italic.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-Italic.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-Italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-Italic.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NeoSans-Bold';
    src: url('../fonts/NeoSans-Bold.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-Bold.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NeoSans-BlackItalic';
    src: url('../fonts/NeoSans-BlackItalic.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-BlackItalic.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-BlackItalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-BlackItalic.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-BlackItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-BlackItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NeoSans-BoldItalic';
    src: url('../fonts/NeoSans-BoldItalic.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-BoldItalic.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-BoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-BoldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NeoSans-LightItalic';
    src: url('../fonts/NeoSans-LightItalic.otf'); /* IE9 Compat Modes */
    src: url('../fonts/NeoSans-LightItalic.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NeoSans-LightItalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/NeoSans-LightItalic.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/NeoSans-LightItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/NeoSans-LightItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #818181;
    overflow-x: hidden;
}
a,a:focus,a:hover{
    outline: none;
}
p{
    margin: 0;
}




.top-buffer {
    margin-top:20px;

}
.embed-video{
    max-width: 600px;
    max-height: 400px;
}
/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#navigation.animated-header {
    padding: 10px 0 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    text-transform: capitalize;
}


/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}
.preload{
    display: block;
    margin: 15px auto;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99999;
}
.animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}
.preload img{
    display: block;
    margin: 15px auto;
}
.wrapper{
    max-width: 1920px;
    padding: 90px 0 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
}

main > section:first-child {
    padding: 15px 0 0;
}
.navbar-default{
    background: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #666666;
    font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #000000;
}
.navbar-brand {
    padding: 0 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-top: 15px;
    padding-bottom: 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.logo{
    background-image: url(../images/pg_logo.png);
    width: 197px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.chart-logo{
    background-image: url(../images/chart-bg.gif);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

@media (max-width: 1000px) {
    .logo{
        background-image: url(../images/pg_logo.png);
        height: 50px;
    }
}
@media (max-width: 767px) {
    .logo{
        background-image: url(../images/pg_logo.png);
        margin: 0 15px;
    }
}
.companies{
    display: block;
    margin: 15px auto;
}
.companies-list{
    list-style-type: none;
    margin-top: 20px;
    text-align: center;
    direction: ltr;
    display: block !important;
}
.companies-list div{
    display: inline-block;
    vertical-align: middle;
}
.investor-relations-header{
    background: #00a0d7;
}
.social-responsibility-header{
    background: #76bc21;
}
.media-header{
    background: #6ab344;
}
.about-header{
    background: #b1b1b1;
}
.media-header{
    text-align: center;
    padding: 25px 0 ;
}
.about-header{
    text-align: center;
    padding: 25px 0 5px;
}
.investor-relations-header,
.social-responsibility-header{
    text-align: center;
    padding: 25px 0 5px;
}
.investor-relations-header span.title,
.social-responsibility-header span.title,
.media-header span.title,
.about-header span.title{
    color: #FFFFFF;
    font-size: 27px;
}
.investor-relations-header ul.investor-relations-menu,
.social-responsibility-header ul.social-responsibility-menu,
.about-header ul.about-menu{
    list-style-type: none;
    margin: 25px auto 0;
    text-align: center;
}
.investor-relations-header ul.investor-relations-menu li,
.social-responsibility-header ul.social-responsibility-menu li,
.about-header ul.about-menu li{
    display: inline-block;
    vertical-align: text-bottom;
    margin: 10px 15px 0;
}
.investor-relations-header ul.investor-relations-menu li a,
.social-responsibility-header ul.social-responsibility-menu li a,
.about-header ul.about-menu li a{
    color: #ffffff;
    font-size: 16px;
}
#investor-relations .content{
    background-image: url(../images/paltelgroup-2016-01_16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    position: relative;
    width: 100%;
    min-height: 840px;
    overflow-y: auto;
}
.ir_overview{
    position: absolute;
    top: 65px;
    width: 100%;
    max-width: 990px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.ir_overview div.row .ir_block{
    position: relative;
    float: left;
    margin: 5px 10px 20px 10px;
}
.LastPrice{
    padding: 15px 30px;
    background: #00a0d7;
    height: 320px;
    width: 320px;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
}
.LastPrice p.block-title{
    color: white;
    font-size: 24px;
    text-align: center !important;
}
.LastPrice p.StockVolume{
    margin-top: 10px;
}
.LastPrice p.StockClose span.value,.LastPrice p.StockVolume span.value{
    color: #ffffff;
    font-size: 46px;
    text-align: center;
    display: block;
    margin: 10px 0;
}
.LastPrice p.StockDate span.value{
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}
.LastPrice p span.title{
    padding: 5px 5px;
    color: white;
    font-size: 18px;
    display: block;
    text-align: center;
}
.LastPrice p.StockDate{
    margin: 3px 0;
    text-align: center;
}
.LastPrice p.StockDate span.value{
    color: #64ffda;
}
.LastPrice .PCP,.LastPrice .StockDet{
    text-align: center !important;
}
.LastPrice .PCP,.LastPrice .StockDet .number{

}
.LastPrice .PCP span.title,.LastPrice .StockDet span.title{
    font-size: 12px;
    display: inline-block;
}
.space{
    width: 20px;
    display: inline-block;
}
.LastPrice .PCP span.value,.LastPrice .StockDet span.value{
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}
.shareholder-block{
    background: #ffffff;
    padding: 15px 30px;
    height: 353px;
    width: 500px;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
}
.ir_calendar{
    background: #ffffff;
    height: 180px;
    width: 475px;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
}
.ir_calendar p span.title,.ir_calendar p span.value{
    font-size: 24px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    line-height: 1.5;
}
 .press-item{
    min-height: 70px;
    direction: ltr;
}
  .press-item .date{
    line-height: 70px;
    font-size: 13px;
    min-width: 100px;
}
 .press-item .news-description{
    width: 66%;
    font-size: 14px;
     text-align: center;
}
.ir_calendar .block-title{
    display: inline-block;
    width: 120px;
    background: #00a0d7;
    color: #ffffff;
    padding: 15px 0;
    height: 100%;
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ir_calendar .block-content{
    display: inline-block;
    width: 92%;
    float: right;
}
.ir_calendar .block-content #search-content{
    margin-right: auto;
    margin-left: 90px;
}
.ir_calendar .press-item .date {
    min-width: 90px;
    max-width: 90px;
    height: 70px;
    line-height: 30px;
}
.ir_calendar .press-item {
    min-height: 65px;
}
.ir_calendar .press-item .news-description {
    width: 70%;
}
.latest_reports{
    height: 150px;
    width: 475px;
}
.latest_reports .press-item{
    margin: 0 0 20px 0;
    background: #00a0d7;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
    min-height: 150px;
    text-decoration: none;
    line-height: 150px;
}
.latest_reports .press-item:hover,.latest_reports .press-item:focus{
    background: #096d8c;
}
.latest_reports .press-item span{
    display: block;
    color: #ffffff;
    background: transparent;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.latest_reports span.date{
    display: none;
}
.latest_reports span.news-description{
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
}
.ir-contact-block{
    width: 990px;
    display:none;
    background: #00a0d7;
    color: #ffffff;
    height: 50px;
    text-align: center !important;
    padding: 10px;
    margin-top: -20px;
}
.ir-contact-block a{
     color: #ffffff;
     text-decoration: underline;
 }
.ir-contact-block p{
    text-align: center !important;
}

#social-responsibility .content{
    background-image: url(../images/t1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    width: 100%;
    min-height: 790px;
    overflow-y: auto;
}
.sr_overview{
    position: absolute;
    top: 20px;
    width: 100%;
    max-width: 990px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sr_overview div.row .sr_block{
     position: relative;
     margin: 5px 10px 20px 10px;
    display: inline-block;
    vertical-align: top;
 }
.transparent_box{
    /*background: rgba(0,122,194,0.75);*/
    background: rgba(256,256,256,0.9);
    color: #0077c8;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 30px;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
    max-height: 215px;
    overflow: auto;
}
.transparent_box p.read-more{
    margin-bottom: 20px;
}
.transparent_box p.read-more a{
    float: right;
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
}
.transparent_box p.read-more a:hover,.transparent_box p.read-more a:focus{
    text-decoration: none;
    color: #50C9DF;
}
.annual-reports {
    min-width: 485px;
}
.annual-reports .block-content{
    margin: 0;
    background: #76bc21;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
    margin-bottom: 20px;
    min-height: 80px;
    text-decoration: none;
    text-align: center;
}
.annual-reports .block-content a{
    text-decoration: none;
    font-size: 32px;
    color: #ffffff;
    line-height: 80px;
}
.annual-reports .block-content:hover,.annual-reports .block-content:focus{
    background: #5bc2e7;
}
.box-gray{
    min-width: 485px;
}
.box-gray .block-content{
    margin: 0;
    background: #76bc21;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
    margin-bottom: 20px;
    max-height: 80px;
    text-decoration: none;
    text-align: center;
    line-height: 80px;
}
.box-gray .block-content a{
    text-decoration: none;
    font-size: 32px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}
.box-gray .block-content:hover,.annual-reports .block-content:focus{
    background: #5bc2e7;
}
.sr_news{
    background: #76bc21;
    width: 100%;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    max-height: 380px;
}
.sr_news p{
    text-align: left;
    padding: 10px 20px;
}
.sr_news p span.title{
    font-size: 24px;
    display: inline-block;
    line-height: normal;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}
/*.sr_news .press-item{*/
    /*min-height: 70px;*/
    /*margin: 5px auto;*/
    /*direction: ltr;*/
/*}*/
/*.sr_news .press-item .news-description ,.sr_news  .press-item .date{*/
    /*font-size: 13px;*/
    /*min-width: 100px;*/
/*}*/
/*.sr_news .press-item .news-description{*/
    /*width: 75%;*/
    /*line-height: normal;*/
/*}*/
/*.sr_news .block-title{*/
    /*display: inline-block;*/
    /*width: 130px;*/
    /*background: #B1B1B1;*/
    /*color: #ffffff;*/
    /*padding: 15px 0;*/
    /*height: 100%;*/
    /*float: left;*/
    /*line-height: 340px;*/
    /*text-align: center !important;*/
    /*margin: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*position: absolute;*/
/*}*/
.sr_news .press-item {
    text-align: left;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
    height: inherit;
    width: 72%;
    margin-left: 20px;
    margin-top: 0;
    min-height: inherit;
    vertical-align: top;
}
.sr_news a.readmore{
    position: absolute;
    bottom: 20px;
    right: 25px;
    color: #fff;
    direction: ltr;
}
.sr_news .press-thumbs-container{
    display: table;
    margin: 15px 25px;
    vertical-align: middle;
    text-align: left;
    max-width: 690px;
    width: 100%;
}
.sr_news .press-thumb-item {
    height: 85px;
    margin: 10px 15px;
    vertical-align: middle;
    position: relative;
    text-align: left;
    display: inline-block;
    width: 585px;
    border-bottom: 1px solid #fff;
    direction: ltr;
}
.sr_news .press-thumb-item:first-child{
    border-right: 1px solid #fff;
}
.sr_news .press-thumb-item:first-child,.sr_news .press-thumb-item:last-child{
    border-bottom: 0;
}
.sr_news .press-thumb-item.FirstItem{
    width: 300px;
    float: left;
    height: auto;
    padding: 0 25px;
}
.sr_news .press-thumb-item.FirstItem img{
    width: 100%;
    height: auto;
    border: 2px solid #fff;
}
.sr_news .press-thumb-item.FirstItem a{
    width: auto;
    text-align: center;
    margin: 15px 0;
}
.sr_news .press-thumb-item img{
    position: relative;
    width: 125px;
    height: 75px;
    display: inline-block;
    border: 2px solid #fff;
}
.sr_news .press-thumb-item a{
    display: inline-block;
}

.sr_news .block-content{
    display: block;
    width: 95%;
    margin: 5px auto;
}

#media .content{
    background-image: url(../images/media-new-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    width: 100%;
    min-height: 755px;
    overflow-y: auto;
}

#about .content{
    background-image: url(../images/paltelgroup-2016-01_24.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    min-height: 710px;
    position: relative;
}
.about_overview{
    position: relative;
    top: 20px;
    width: 100%;
    max-width: 990px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.about_summary{
    background: rgba(110,110,110,0.5);
    color: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    padding: 30px 30px;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
    text-align: left;
    overflow-y: auto;
    max-height: 250px;
}
.about_summary p.read-more{
    margin-bottom: 20px;
}
.about_summary p.read-more a{
    float: right;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
}
.about_summary p.read-more a:hover,.about_summary p.read-more a:focus{
    text-decoration: none;
    color: #50C9DF;
}
.about_box_left,.about_box_right{
    background: rgba(255,255,255,0.9);
    margin: 15px 0;
    width: 100%;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
}
.about_box_left{
    text-align: left;
}
.about_box_right{
    text-align: right;
}
.about_box_left img.image-logo,.about_box_right img.image-logo{
    display: inline-block;
    box-shadow: 0 5px 20px #646464;
    -webkit-box-shadow: 0 5px 20px #646464;
    -moz-box-shadow: 0 5px 20px #646464;
}
.about_box_left .block-content,.about_box_right .block-content{
    display: inline-block;
    color: #000000;
    margin: 0 15px;
    width: 75%;
    vertical-align: middle;
}
.about_box_green{
    height: 280px;
    background: rgba(102,204,51,1);
    width: 500px;
    overflow: auto;
    overflow: overlay;
    overflow-x: hidden;
}
.about_box_blue{
    height: 280px;
    background: rgba(0,92,165,1);
    width: 314px;
    margin: 0 34px;
    overflow: auto;
    overflow: overlay;
    overflow-x: hidden;
}
.about_box_red{
    height: 280px;
    background: #56555A;
    width: 500px;
    overflow: auto;
    overflow: overlay;
    overflow-x: hidden;
}
.about_box_red .block-content, .about_box_blue .block-content, .about_box_green .block-content {
    text-align: justify;
    margin: 30px auto;
    color: #ffffff;
    width: 85%;
}
.about_overview .about_block:nth-last-child(-n+4){
    display: inline-block;
    float: left;
}


ul.tabs li a:hover, ul.tabs li a:focus,
ul.tabs li.active a{
    text-decoration: none;
    color: #6ff8d7;
    outline: none;
}

ul.tabs li.active a{
    text-decoration: none;
    border-bottom: 4px solid #6ff8d7;
    padding-bottom: 4px;
    outline: none;
}

.tab-content>.active {
    visibility: visible;
    background: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 103;
    top: 0;

}
.hasDatepicker {
    position: relative;
    z-index: 104 !important;
}

.tab-content > .active > .pane-content {
    display: block;
    padding: 15px 5px;
    max-width: 1124px;
    margin: 15px auto;
    margin-top: 50px ;

}
.pane-close{
    position: absolute;
    right: 15%;
    background: #00a0d7;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    top: 8px;
    box-shadow: 0 1px 5px 0.5px;
    -moz-box-shadow: 0 1px 5px 0.5px;
    -webkit-box-shadow: 0 1px 5px 0.5px;
    cursor: pointer;
}
.pane-close p{
    margin: 10px auto;
    display: block;
    position: relative;
    text-align: center !important;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

#scrollToBottom
{
    cursor: pointer !important;
    background: #00a0d7;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: fixed;
    box-shadow: 0 1px 5px 0.5px;
    -moz-box-shadow: 0 1px 5px 0.5px;
    -webkit-box-shadow: 0 1px 5px 0.5px;
    cursor: pointer;
    right: 17%;
    z-index: 100;
    top: 84%;
    text-decoration: none;
}
#scrollToBottom i{
    margin: 15px auto;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    z-index: 101;
}

#media .buttons-group{
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
    max-width: 998px;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    margin: 0 auto;
}
#media .content .img-button{
    max-width: 490px;
    max-height: 320px;
    display: inline-block;
    margin: 12px 0;
    float: none;
}
#media .content .img-button a{
    display: block;
    margin: 0 auto;
    text-align: left;
    background: #ffffff;
    height: 100%;
    padding: 10px;
    box-shadow: 0 2.5px 5px #a4a4a4;
    -webkit-box-shadow: 0 2.5px 5px #a4a4a4;
    -moz-box-shadow: 0 2.5px 5px #a4a4a4;
}
#media .content .img-button a:hover,#media .content .img-button a:focus{
    text-decoration: none;
    background: #dfdfdf;
}
#media .content .img-button a img{
    margin: 20px auto;
}
#media .content .img-button a p{
    color: #555555;
    font-size: 28px;
    margin: 20px auto;
    font-weight: 500;
    text-align: center !important;
}
.search-form .fa-custom-size{
    font-size: 20px;
}
.search-form select,.search-form input[type='text']{
    height: 30px;
    width: 92%;
    padding: 0 5px 0;
    margin: 5px auto;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #cdd;
}
.search-form input[type='submit'],
.search-form input[type='button']{
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    margin: 5px auto 0;
    padding: 0 15px;
}
.search-form .btn-custom{
    background: #3ab549;
    border-radius: 0;
}
.noResult{
    text-align: center;
    margin: 15px auto;
}
.box-gallery{
    box-shadow: 0 0 5px 2px #cdd;
    -moz-box-shadow: 0 0 5px 2px #cdd;
    -webkit-box-shadow: 0 0 5px 2px #cdd;
    width: 100%;
    background: #ffffff;
    margin: 20px auto 0;
}
.gallery-video:after{
    background: url("../images/play_BG.png");
    content: '';
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 65px;
    top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.box-gallery img{
    width: 90%;
    height: 165px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.btn-gallery{
    margin: 10px auto;
    background: #3ab549;
    height: 45px;
    color: #ffffff;
    font-size: 1.6vh;
    border-radius: 0;
    width: 100%;
    padding: 0;
    white-space: normal;
}
.btn-dropdown {
    border: 0 none;
    color: #9f9f9f;
    font-size: 16px;
    min-width: 180px;
    text-align: left;
    margin-top: 10px;
}
.btn-dropdown .caret{
    border-top: 6px solid #9f9f9f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 10%;
}
.press-item{
    min-height: 90px;
    background: #ffffff;
    display: block;
    box-shadow: 5px 5px 5px 1px #cdd;
    -moz-box-shadow: 5px 5px 5px 1px #cdd;
    -webkit-box-shadow:  1px 5px 5px 1px #cdd;
    margin: 10px auto;
}
.press-item .date{
    background: #6ab344;
    height: 100%;
    display: inline-block;
    padding: 0 15px;
    color: #ffffff;
    vertical-align: middle;
    line-height: 90px;
    min-width: 120px;
    text-align: center;
}
.press-item .news-description{
    height: 100%;
    display: inline-block;
    padding: 0 15px;
    color: #000000;
    vertical-align: middle;
    width: 85%;
}
.newslatter .news-description{
    max-width: 72%;
}
.show-item-fullscreen{
    background: rgba(255, 255, 255,1);
    width: 100%;
    z-index: 1060;
    display: none;
    overflow: hidden;
    width: 65%;
    min-width: 992px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 4%;
    top: 10%;
    box-shadow: 0 0 10px #9a9a9a;
    -moz-box-shadow: 0 0 10px #9a9a9a;
    -webkit-box-shadow: 0 0 10px #9a9a9a;

}
.show-item-fullscreen .item-content{
    background: rgba(255,255,255,1);
    position: absolute;
    padding: 10px 15px;
    max-width: 850px;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    min-height: 100px;
    height: 100%;
    overflow-y: auto;
}

ul.sub-menu li{
    list-style-type: none;
}
ul.sub-menu li a:hover, ul.sub-menu li a:focus {
    text-decoration: none;
    color: #6ff8d7;
    background-color: #00a0d7;
    outline: none;
}
ul.sub-menu li.active a{
    text-decoration: none;
    outline: none;
}
.ajax-content{
    margin: 15px 0 80px 15px;
    padding: 0 10px;
    overflow-x: hidden;
}
table tr td{
    padding: 0 5px;
}

@media (max-width: 420px) {
    .btn-gallery{
        height: 40px;
        font-size: 24px;
    }

}

@media only screen and (max-width: 1600px){
    .pane-close {
        right: 2%;
    }
    #scrollToBottom{
        right: 4%;
    }
}
@media only screen and (max-width: 1024px){
    .sr_news {
        height: 400px;
        box-shadow: 0 5px 20px #646464;
        -webkit-box-shadow: 0 5px 20px #646464;
        -moz-box-shadow: 0 5px 20px #646464;
        margin: 0 auto;
    }
    .sr_news .block-title {
        display: block;
        padding: 10px 0;
        height: 50px;
        text-align: center;
        line-height: normal;
        width: 100%;
        position: relative;
        float: none;
    }
    .ir_calendar .block-title{
        position: relative;
        display: block;
        padding: 10px 0;
        height: 50px;
        text-align: center;
        line-height: normal;
        width: 100%;
        float: none;
    }
    .ir_calendar p span.title, .ir_calendar p span.value{
        display: inline-block;
    }
    .sr_news .block-content {
        display: block;
        width: 90%;
    }
}
@media only screen and (max-width: 768px){
    .pane-close {
        right: auto;
        left: 2%;
    }
    .ir_overview div.row .ir_block, .sr_overview div.row .sr_block {
        position: relative;
        margin: 15px auto;
        display: block;
        float: none;
    }
    .annual-reports, .box-gray, .LastPrice, .shareholder-block, .latest_reports,.ir_calendar{
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 767px) {
    #media .buttons-group {
        position: relative;
        left: 0;
        right: 0;
    }
    #investor-relations .content,
    #social-responsibility .content,
    #media .content,
    #about .content{
        display: flex;
        min-height: 100vh;
        flex-direction: column;
        flex: 1;
    }
    table {
        max-width: 100% !important;
        width: 100% !important;
    }
    .about_overview .about_block:nth-last-child(-n+4) {
        float: none;
        margin: 10px auto;
    }
    #media .content .img-button {
        max-width: 310px;
    }
}

/*============================================================
	Accordion
==============================================================*/

.accordion *{
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    outline: 0;
}
.accordion{
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
}

/* Header
=================================*/
.accordion-header{
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    color: #434955;
    border-bottom: solid 1px #e9e9e9;
    cursor: pointer;
    overflow: hidden;
    background-color: #fdfdfd;
    -webkit-tap-highlight-color: transparent;
    transition: background .2s linear;
}
.accordion-item:last-child .accordion-header{
    border-bottom: none;
}
.accordion-header:hover,
.accordion-item.active .accordion-header{
    background-color: #f7f8f9;
}
/* Header icons (Font Awesome) */
.accordion-header i{
    width: 26px;
    margin-right: 5px;
    text-align: center;
    font-size: 16px;
}
/* Header arrows */
.accordion-header .accordion-item-arrow:before{
    content: "\f107";
    font-family: 'FontAwesome';
    float: right;
    font-size: 18px;
    transition: all .2s linear;
}
.accordion-item.active .accordion-header .accordion-item-arrow:before{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* green */
.green.accordion,
.green  .accordion-header,
.green  .accordion-content{
    border-color: #6AB344;
}
.green .accordion-header:hover,
.green .accordion-item.active .accordion-header{
    background-color: #6AB344;
    color: #fff;
}

/* Content
=================================*/
.accordion-content{
    padding: 15px;
    display: none;
    border-bottom: solid 1px #e9e9e9;
    font-size: 14px;
    color: #434955;
}
.accordion-item:last-child .accordion-content{
    border-bottom: none;
    border-top: solid 1px #e9e9e9;
}

.post-item{
    margin-bottom: 40px;
}
.post-item .img-container {
    text-align: center;
    font: 0/0 a;
}
.post-item .img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.post-item .img-container img {
    vertical-align: top;
    display: inline-block;
    margin-top: 25px;
}
.post-item-content{
    overflow-y: hidden;
    text-align: justify;
}

.spinner{
    background: url("../images/fluid_dg-loader.gif") no-repeat center;
    width: 100%;
    height: 100px;
}
.spinner-center{
    height: 80%;
    position: absolute;
}
.close-btn{
    background: url("../images/close.png") no-repeat center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 1050;
    position: absolute;
    right: 0;
    top: 0;
}
.close-btn-black{
    background: url("../images/close-black.png") no-repeat center;
}
.stock-details tr td:nth-child(1){
    width: 60%;
}
.table-grid {
    border: 1px solid #cecece;
}
    /*============================================================
        Footer
    ==============================================================*/

#footer {
    background-color: #f2f2f2;
    overflow: hidden;
    z-index: -9;
}
.footer-content {
    width: 95%;
    margin: 0 auto;
}
.subscribe.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.footer-content .footer-social,
.footer-content .footer-column{
    margin: 20px 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.footer-column .column-header{
    color: #666666;
    font-size: 16.5px;
    font-weight: 900;
}
.footer-column ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-column ul li:before{
    content: '>';
    margin-right: 10px;
}
.footer-column ul li,
.footer-column ul li a{
    text-align: left;
    color: #666666;
}

.footer-column ul > li:not(:last-child){
    border-right: 1px solid #e9e9e9;
    padding-right: 25px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #666666;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    background: #666666;
}

.footer-social ul li a {
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 9px;
    margin-top: 6px;
}
.footer-social ul li a:hover {
    color: #3ab549;
}
.footer-content > p {
    color: #ababab;
    font-size: 12px;
}


/**** paging **/
.paging{
    margin-top: 15px;
    margin-bottom: 15px;
    direction: ltr;
}
.paging .page-num{
    margin: 0 5px;
    padding: 5px 5px;
    border-radius: 2px;
}
.paging .current{
    background: #6AB344;
    margin: 0 5px;
    padding: 5px 5px;
    border-radius: 2px;
    color: #ffffff;
}
.paging .next,
.paging .prev,
.paging .first{
    background: #6ab344;
    padding: 5px 5px;
    margin: 0 2px;
    color: #ffffff;
    border-radius: 2px;
}
.paging .disabled{
    background: #d3d3d3;
    padding: 5px 5px;
    margin: 0 2px;
    color: #ffffff;
    border-radius: 2px;
}
.paging .next:hover,
.paging .prev:hover,
.paging .first:hover{
    cursor: pointer;
    text-decoration: none;
}

/****** video ******/
.video-box{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.me-plugin {
    position: relative;
}

.video-box .close-btn {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 30px;
}
.tab-pane .page-title{
    display: none;
}
.page-title{
    font-size: 18px;
    margin: 0 0 15px;
}
.footer-social ul li{
    border: none;
    border-radius: 100%;
    width: auto;
    height: auto;
    background: transparent;

}

/*********** Custom Design for media center ***********/
#media .buttons-group {
    max-width: 992px;
    width: 100%;
}
#media .content .img-button {
    max-height: 320px;
    display: block;
    float: none;
    margin: 10px auto;
    max-width: 100%;
    width: 100%;
    text-align: left;
}
#media .content .img-button a {
    margin: 0 auto;
    text-align: left;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline;
    height: 40px;
}
#media .content .img-button a:hover, #media .content .img-button a:focus {
    text-decoration: none;
    background: transparent;
    color: #000000;
}
#media .button-content{
    display: inline-block;
    background: #6ab344;
    width: 742px;
    height: 200px;
    position: relative;
    margin-left: -5px;
    vertical-align: top;
}
#media .button-title{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px;
    width: 250px;
    position: relative;
    display: inline-block;
}
#media .button-title-container{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
#media .button-title-container p{
    color: #ffffff;
    vertical-align: middle;
    margin: auto;
    display: table-cell;
    line-height: 1.2;
    font-size: 25px;
    text-align: center !important;
}
#media .gallery-thumbs-container{
    display: table;
    margin: 20px auto;
    vertical-align: middle;
}
#media .gallery-thumb{
    width: 200px;
    height: 140px;
    margin: 0 15px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #ffffff;
}
#media .gallery-video-thumb{
    width: 200px;
    height: 140px;
    margin: 0 15px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #ffffff;
    position: relative;
}
#media .gallery-video-thumb img{
    position: relative;
    width: 100%;
    height: 100%;
}
#media .gallery-video-thumb:after {
    background: url(../images/play_BG.png);
    content: '';
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 25px;
    top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
#media .gallery-video-thumb:hover,
#media .gallery-thumb:hover{
    cursor: pointer;
}
#media .newsletter-thumbs-container{
    display: table;
    margin: 15px 25px;
    vertical-align: middle;
    text-align: left;
    max-width: 690px;
    width: 100%;
}
#media .newsletter-thumb-item{
    height: 85px;
    margin: 0 15px;
    vertical-align: middle;
    display: block;
    position: relative;
    text-align: left;
}
#media .newsletter-thumb-item img{
    border: 2px solid #ffffff;
}
.newline-hr{
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
    width: 95%;
}
#media .newsletter-thumb-item img{
    position: relative;
    width: 125px;
    height: 75px;
    display: inline-block;
    float: left;
}
#media .newsletter-thumb-item a{
    right: auto !important;
}

#media .press-thumbs-container{
    display: table;
    margin: 15px 25px;
    vertical-align: middle;
    text-align: left;
    max-width: 690px;
    width: 100%;
    height: 140px;
    position: relative;
}
#media .press-thumb-item{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    height: 140px;
    text-align: left;
    vertical-align: top;
}
#media .press-thumb-item a{
    vertical-align: top;
    height: 100% !important;
    text-align: left !important;
    padding: 20px !important;
}
.newline-vertical {
    display: inline-block;
    height: 140px;
    vertical-align: top;
    width: 1px;
    background: #fff;
}
/********** End Custom Design for media center ******/

/*********** animate *************/
.animation-element {
    opacity: 0;
    position: relative;
}
/*animation element sliding left*/

.more-duration{
    -vendor-animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    -moz-animation-duration: 1.5s !important;

}

/********* search header ***********/
.search-form-header{
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 90px;
    background: #fff;
    width: 100%;
}
.search-form-header .search-input{
    width: 95%;
    height: 100%;
    display: inline-block;
}
.search-form-header .search-input .search-control{
    display: inline-block;
    width: 100%;
    max-width: 520px;
    height: 100%;
    padding: 15px 20px;
    font-size: 24px;
    border: 0;
}
.search-form-header .search-input .search-control:focus,
.search-form-header .search-input .search-control:active{
    border: 0;
    outline: none;
}
.search-form-header .search-input span{
    display: inline-block;
    width: 100px;
    height: 90px;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}
.search-form-header .search-input span button{
    height: 100%;
    width: 100%;
    text-align: center;
    outline: 0;
}
.search-form-header .search-input span button span{
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0 auto;
    float: none;
}
.search-form-header .close-area{
    width: 5%;
    display: inline-block;
    height: 100%;
    float: right;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: #383838;
}
.search-form-header .close-area:hover{
    background: #494949;
}
.search-form-header .close-area a{
    height: 24px;
    width: 24px;
    position: absolute;
    display: block;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 24px;
}
.search-results{
    display: none;
}
.search-results{
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,0.92);
    z-index: 999;
    opacity: 0.98;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 120px;
}
.search-results-container{
    max-width: 1024px;
    width: 100%;
    margin: 15px auto;
    border-bottom: 1px solid #ccc;
}
.search-results-container img{
    max-width: 100%;
    margin: 15px auto;
}
.nav-dots {
    z-index: 993;
}
.date-press{
    font-size: 15px;
    margin: 0 auto;
    font-style: italic;
}
.newslatter-date{
    font-size: 15px;
    margin: 0 auto;
    font-style: italic;
    padding: 0;
    color: white;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 50px;
}
.allnews-img{
    display: inline-block;
    margin: 0 auto;
    max-width:100%;
}
.date-inside{
    padding-left: 10px;
    display: inline-block;
    font-style: italic;

}
.share-buttons{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.share-buttons .fa {
    padding: 15px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
}
.share-buttons .fa:hover {
    opacity: 0.7;
}
.share-buttons .fa-facebook {
    background: #3B5998;
    color: white;
}
.share-buttons .fa-google {
    background: #dd4b39;
    color: white;
}
.share-buttons .fa-linkedin {
    background: #007bb5;
    color: white;
}
/*********** Scroll *********/
::-webkit-scrollbar {
    width: 5px;
    margin: 0 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* date picker */
.ui-state-active{}
.ui-datepicker-trigger{padding:0 3px;vertical-align:middle;width:29px !important;*width:23px !important;height:27px !important;margin:2px 0 0 5px;}
#datepicker:before{position:absolute;top:-10px;left:50%;margin-left:-5px;display:block;content:"";width:0;height:0;border-bottom:5px solid #444751;border-top:5px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;}
#datepicker{position:relative;background:#444751;display:inline-block;padding:5px;width:250px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 #FFF;-moz-box-shadow:0 1px 0 #FFF;box-shadow:0 1px 0 #FFF;}
.ui-datepicker-header{
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,.3) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.3) inset;
    box-shadow:0 1px 0 rgba(255,255,255,.3) inset;
    background:#00a0d7;
    background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#00a0d7),to(#00a0d7));
    background-image:-moz-linear-gradient(top,#00a0d7,#00a0d7 100%);
    color:#fff;
    height:42px;
    position:relative;
}
.ui-datepicker-header:after{background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAACCAYAAACKVvbTAAAAKUlEQVQIHWP8//8/Awh8/PgRwgDzIAQ/Pz8jiMUCExMQEDCBsWE0zAAA8dYKZBkmJoYAAAAASUVORK5CYII=') repeat-x;position:absolute;bottom:2px;left:0;display:block;width:99%;height:2px;content:"";}
.ui-datepicker-prev:hover{border-right:5px solid #000;}
.ui-datepicker-prev{cursor:pointer;float:left;display:block;border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:5px solid transparent;border-right:5px solid #FFF;text-indent:-9999px;height:0;width:0;margin-top:15px;margin-left:5px;}
.ui-datepicker-next:hover{border-left:5px solid #000;}
.ui-datepicker-next{cursor:pointer;float:right;display:block;border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:5px solid #fff;border-right:5px solid transparent;text-indent:-9999px;height:0;width:0;margin-top:15px;margin-right:5px;}
.ui-datepicker-title{text-align:center;line-height:30px;font-weight:700;text-shadow:0 1px 1px #632631;}
.ui-datepicker-calendar{width:100%;background:#fff;padding:5px 5px 9px 5px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;border-collapse:collapse !important;box-shadow:0px 4px 16px #686868;}
.ui-datepicker th{color:#333;text-align:center;font-weight:700;border:0;padding-bottom:5px;border:1px solid #ebebeb;}
.ui-datepicker td{border:1px solid #ebebeb;padding:0;}
.ui-datepicker td span,.ui-datepicker td a{display:block;color:#333;line-height:30px;width:30px;text-align:center;text-decoration:none;margin:0;font-size:16px;}
.ui-datepicker td a:hover{background:#00a0d7;color:#fff;font-weight:normal;border-bottom:none;}
.datepickertext{padding:7px 5px;}
.ui-datepicker-month,.ui-datepicker-year{padding:3px;margin:6px 2px 0;font-size:16px;color:#333;font-family:Arial,Helvetica,sans-serif;}
.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse;}
.ui-helper-clearfix:after{clear:both;}
.ui-helper-clearfix{min-height:0;/* support:IE7 */}
#ucSPCTabBox_ucIntradayChartBox_divDateSelect .ui-datepicker-trigger{margin:-3px 2px 0 5px;}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled{cursor:default !important;}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}
.ui-datepicker{display:none;}
.ui-datepicker .ui-datepicker-header{position:relative;}
.ui-datepicker .ui-datepicker-prev{left:2px;}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}
.ui-datepicker table{width:100%;border-collapse:collapse;margin:0 0 .4em;}
.ui-datepicker td a{display:block;text-decoration:none;}
.ui-datepicker-current-day,.ui-datepicker-current-day a{background:#00a0d7;color:#fff !important;}
.datesec input:disabled{background:#fff;}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi{width:auto;}
.ui-datepicker-multi .ui-datepicker-group{float:left;}
.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}
.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}
.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}
.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}

.header-open-tab-mobile,.back-to-prent-mobile,.back-to-prent-mobile2
{
    display: none;
}

@media only screen and (max-width: 600px)
{
    .press-item{

    }

    .press-item .date{

        line-height: 50px;
        min-width: 100%;

    }

    .press-item .news-description{
        line-height: 50px;
        min-width: 100%;

    }
    .btn-gallery{
        font-size: 13px;
    }
}


.class-submenu{
    display: none;
}
@media only screen and (max-width: 992px)
{


    .shareholder-block{
        width: 100%;
        height: auto;
        text-align: center;
        display: none;
    }

    .latest_reports{
        width: 100%;
    }


    #IR_Calendar .block-content{
        width: 100%;

    }


    .ir-contact-block {
         width: 100%;
         height: 100%;


        margin-top: 0px;
    }
     .ir_calendar{
        width: 100%;
    }

    #investor-relations .content{
        min-height: 1100px;
        height: 100%;
    }
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .ir_block{
        width: 90%;
        margin: auto;
    }

    .loading-image{
        margin: auto;
        max-width: 70%;
    }

    .header-open-tab-mobile
    {
        display: inline-block;

    }
    .header-open-tab-mobile button
    {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        margin-top: -5px;
        background: none;
    }

    .investor-relations-header  ,.social-responsibility-header  ,.about-header, .media-header
    {

       padding-bottom: 15px!important;
        text-align: left;
        padding-left: 10px;

    }
    #investor-relations .content, #investor-relations .content,.social-responsibility #content,#about .content, #media .content
    {
        overflow-Y: scroll;

    }

    .investor-relations-header .title ,.social-responsibility-header  .title,.about-header .title, .media-header .title
    {

        font-size: 22px!important;

    }

    .investor-relations-header .tabs ,.social-responsibility-header .tabs ,.about-header .tabs,.media-header .tabs
    {
        display: none;
        position: fixed;
        z-index: 999;
        top:  0px;
        right: 0px;
        bottom: 0;
        left:0;
        width: 100%;
        height: 100%;
        background: #0C78BB;
        margin-top: 80px!important;
        padding: 0;
        padding-top: 30px;

    }
    .investor-relations-header .tabs ul  ,.social-responsibility-header .tabs ul ,.about-header .tabs ul ,.media-header .tabs ul
    {
        margin-top: 50px;
    }
    .investor-relations-header .tabs  li ,.social-responsibility-header .tabs  li,.about-header .tabs  li,.media-header .tabs  li
    {
       display: block;
        width: 100%;
        font-size: 20px!important;
        margin-right: 0px!important;
        margin-left: 0px!important;


    }

    .investor-relations-header .tabs  li a ,.social-responsibility-header .tabs  li a,.about-header .tabs  li a,.media-header .tabs  li a
    {
        font-size: 20px!important;
    }
    .ticker
    {
        margin-top: -9px;
    }

    .pane-close.active-pane
    {
        display: none;
        background: #00a0d7;
        border-radius: 0%;
        width: 60px;

        top: 8px;
        right: 10px;
        box-shadow: 0 0px 5px 0px;
        -moz-box-shadow: 0;
        padding: 0 10px;
        -webkit-box-shadow: 0;
    }

    .ajax-content{
        position:fixed;
        top: 0px;
        right: 0px;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: #fff;
        margin: 0;
        padding:100px 5px 20px 5px;
        z-index:9999;


        overflow: auto;
        -webkit-overflow-scrolling: touch;

        -webkit-perspective: 999;

        -webkit-transform: translate3d(0,0,1000px);
        transform: translate3d(0,0,10000px);



    }

    .ajax-content img{
        max-width: 100%;
    }
    .back-to-prent-mobile-style
    {
        display:block;
        top:100px;
        right: 10px;
        border-radius: 5px;
        height: 30px;
        background: #00a0d7;
        text-align: center;
        z-index: 9999;
        margin-bottom: 10px;
        line-height: 30px;
        color:#fff;
        font-size: 18px;


    }
    .back-to-prent-mobile-style:before{
        content: '< Back';
    }

    .pane-content
    {
        position: fixed;
        top:  0px;
        right: 0px;
        bottom: 0;
        left:0;
        width: 100%;
        height: 100%;
        background: #fff;
        margin-top: 80px!important;
        padding: 0;
        padding-top: 30px;
        overflow: auto;

        z-index: 99;


    }
    .nav-tabs > li {
        float:none;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
    {
        border-bottom-color: #dddddd !important;;


    }
    .nav-tabs
    {
        border: 0px;
    }

    .sr_news .press-thumb-item{
        width: 300px;
        float: left;
        height: auto;
        padding: 0 25px;
    }
    .sr_news .press-thumb-item img{
        width: 100%;
        height: auto;
        border: 2px solid #fff;
    }
    .sr_news .press-thumb-item a{
        width: auto;
        text-align: center;
        margin: 15px 0;
    }
    .sr_news{
        height: auto;
        max-height: none ;
    }

    #social-responsibility .content{
        height:auto;
        overflow:hidden;
    }
    .sr_news .press-thumb-item:first-child{
        border: 0;
    }
    .transparent_box{
        max-height: none;
    }
    .annual-reports{
     min-width:100%;
    }

    .box-gray{
        min-width:100%;


    }

    .LastPrice{
        width: auto;
    }

   #media .content
    {
    }

   #media .content .img-button{
       background: #2C7E12;

   }

    #media .button-title{
        height: 100px;
    }
    .newsletter-thumbs-container{
        margin: 10px 0;
    }
    #media .button-content{
        width:100%;
        margin-left: 0px;
    }
    #media  .newslatter-date{

        display: none;
    }
    .newsletter-thumbs-container{
        margin: 10px 0!important;
    }

    a.moreText{
        display: none!important;
    }

    #media .content .img-button a{
        overflow: hidden;
    }

    #media .button-content{
        padding-bottom: 30px;
        height: auto;
    }
    #media .content .img-button{
        max-height: none;
    }

    .gallery-thumbs-container{
        text-align: center;
    }

    #media .gallery-thumb{
        width:90%;
        height: auto;
        margin: 10px auto;
        text-align: center;
    }

    #media .gallery-video-thumb{
        width:90%;
        height: auto;
        text-align: center;
        margin: 10px auto;
    }

    .about_summary{
        max-height: none;
    }

    .gr-paltel{
        height: 78px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,fafafa+54,c9c9c9+100,c9c9c9+100,c9c9c9+100 */
        background: #c9c9c9; /* Old browsers */
        background: -moz-linear-gradient(left, #c9c9c9 0%, #fafafa 54%, #c9c9c9 100%, #c9c9c9 100%, #c9c9c9 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #c9c9c9 0%,#fafafa 54%,#c9c9c9 100%,#c9c9c9 100%,#c9c9c9 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #c9c9c9 0%,#fafafa 54%,#c9c9c9 100%,#c9c9c9 100%,#c9c9c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-9 */
    }

    .about_box_blue{
        margin: auto;
    }
 .about_box_green{
        margin: auto;
    }

 .about_block{
     margin: 10px auto ;
 }

 .show-item-fullscreen{
     width: 100%;
     min-width: 100%;
     height: 100%;
     min-height: 100%;
 }
    .show-item-fullscreen .item-content{
        padding-top: 50px;

        width: 100%;
        height: 100%;
    }
    .show-item-fullscreen .item-content img{
        max-width: 100%;
        height:auto!important;
    }
    .show-item-fullscreen #close-press-item
    {
        position: absolute;
        top:10px ;
        right: 10px;
        height: 50px;
        width: 50px;
    }
    .press-item .date{
     font-size: 16px!important;
    }
    .press-item .allnews-img img{
        width: 100%;
        height: auto;
    }

    .about_overview .about_block:nth-last-child(-n+4){
        float: none;
    }

    .footer-column{
        width: 90%;
        margin: auto;
    }
    #media .content,#investor-relations .content, #investor-relations .content, .social-responsibility #content, #about .content, #media .content{

        overflow-y: visible;

        height: auto;
    }
    .class-submenu
    {
        display: block;

    }
    .class-submenu a:before{
        content:'Back';
    }



    #media .content, #about .content{
        padding-bottom: 30px;
    }

    .pane-content{

    }


    #investor-relations .ajax-content  .table tr td{
        display:table!important;
    }
    .sr_overview{
        position:relative;

    }
    .tab-content{
     margin-bottom: 15px;
    }
    .block-content{

    }
}


