.elementor-1001 .elementor-element.elementor-element-652e021 > .elementor-container{max-width:960px;}.elementor-1001 .elementor-element.elementor-element-4fc3c19{width:100%;max-width:100%;}.elementor-1001 .elementor-element.elementor-element-4fc3c19 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1001 .elementor-element.elementor-element-74624ad > .elementor-container{max-width:960px;}.elementor-1001 .elementor-element.elementor-element-6edf4b8 > .elementor-container{max-width:960px;}.elementor-1001 .elementor-element.elementor-element-ee09eba{z-index:16;}/* Start custom CSS for html, class: .elementor-element-4fc3c19 */.stockkk {
     display: flex;
    flex-direction: row;
}
.stockkk span {
    font-family: Sans-Serif;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color:#444444;
}
.stockkk h2{
    font-size: 44px;
    color:#303c42;
}

.stockkk img {
    height:40px;
    margin-left: 20px;
    margin-top: 7px;
}
.buttons {
    text-align: center;
}

.buttons button {
    border-radius:50%;
    height:12px;
    padding: 0px;
    background: #B00E1A;
    width: 12px;
}

.buttons button:focus {
    outline:none;
}

.stockChange {
  display: flex;
  align-items: center;
}
.infoText {
    padding-left: 10px;
    padding-top: 10px;
}

@media screen and (max-width:600px) {
    .stockkk h2 {
        font-size:30px;
    }
    
    .stockkk {
        align-items:center;
        justify-content:center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65870cc */#stock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
#stock p {
    font-family: Sans-Serif;
}

.upper-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.upper-header h2{
    font-size: 50px;
    color:#303c42;
    margin-bottom: 10px;
}

.upper-header p {
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
}

.lower-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}


.lower-header button {
    margin-right: 65px;
    background-color: transparent;
    color:grey;
    padding: 5px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lower-header button.active {
    background-color: rgba(0,0,0,0.2);
    color: white;
}
.lower-header button:last-child {
    margin-right: 0px;
}

.lower-header button:hover {
    background-color: rgba(0,0,0,0.2);
    color: white;
}

.lower-header button:focus {
        outline:none;
}
.buttons {
    text-align: center;
}

.buttons button {
    border-radius:50%;
    height:12px;
    padding: 0px;
    background: #B00E1A;
    width: 12px;
}

.buttons button:focus {
    outline:none;
}

.stockArea {
  margin-top:30px;

}
.dailyInfo {
    display: flex;
    flex-direction: row;
    font-family: Sans-Serif;
    font-size: 15px;
    justify-content: center;
}

.dailyInfo .tab {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    width:250px;
    text-align:center;
}

.dailyInfo .tab .left {
    grid-column: 1/2;
    grid-row: span 2;
     display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
}


.dailyInfo .tab .right {
    grid-column: 2/3;
    grid-row: span 2;
     display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
}

.dailyInfo .tab .left span {
    grid-row: span 1;
}


.dailyInfo .tab .right span {
    grid-row: span 1;
}

.line {
    background-color: rgba(0,0,0,0.2);
    height:35px;
    align-self: center;
    width: 1px;
}

.customizeButtons {
    display: flex;
    flex-direction: row;
    font-family: Sans-Serif;
    font-size: 15px;
    justify-content: center;
    margin-top: 40px;
    width:100%;
    align-self:center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.customizeButtons .tabs {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    width:260px;
    margin-left: 50px;
    text-align:center;
    
}

.customizeButtons .tabs:first-child {
    margin-left: 127px;
}
.customizeButtons .tabs .left {
    grid-column: 1/2;
    grid-row: span 2;
    display: grid;
    height:60px;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
}

.customizeButtons .tabs h2 {
    grid-column: 1/3;
    grid-row:1/2;
    text-align: left;
    color:#303c42;
    font-size: 20px;
}
.customizeButtons .tabs .right {
    grid-column: 2/3;
    grid-row: span 2;
    height:60px;
     display: grid;
     text-align: left;
     padding-left: 20px;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
    width:220px;
}

.customizeButtons .tabs .right1 {
    grid-column: 2/3;
    grid-row: 2/3;
    height:60px;
     display: grid;
     text-align: left;
     padding-left: 10px;
         width:220px;

    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(3,1fr);
}

.customizeButtons .tabs .left1 {
    grid-column: 1/2;
    grid-row: span 2;
    display: grid;
    height:80px;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(3,1fr);
}


.customizeButtons .tabs button {
    border-radius:50%;
    height:10px;
    padding: 0px;
    margin-top: 8px;
    background: transparent;
    background: #C02121;
    width: 10px;
}

.customizeButtons .tabs button:hover {
    border:2px solid #C02121;
    background: transparent;
}
.customizeButtons .tabs button:focus {
    outline: none;
}
.customizeButtons .tabs button.active {
    outline:none;
        background: transparent;

    border:2px solid #C02121;
}

@media screen and (max-width:600px) {
    .lower-header button {
        margin-right:5px;
        font-size:16px;
    }
    
    .upper-header h2{
        font-size: 30px;
        color:#B00E1A;
        margin-bottom: 12px;
    }
    
    .upper-header p {
        padding-left: 10px;
        font-size: 13px;
        font-weight: 600;
    }

    
    .dailyInfo {
        font-size:13px;
        width:100%;
    }
    
    .dailyInfo .tab {
        padding-left:15px;
    }
    
    .line {
        display:none;
    }
    
    .dailyInfo .tab .left span {
        font-weight:600;
    }
    
    .customizeButtons {
        flex-direction:column;
        
    }
    
    .customizeButtons .tabs:first-child {
        margin-left: 0px;
    }
    
    .customizeButtons .tabs {
        align-self:center;
        margin: 0px;
    }
}
.tooltip {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

.title {
  padding: 10px;
  color: #959da5;
}

.list {
  list-style: none;
  display: flex;
}

.list li {
  padding: 5px 10px;
  flex: 1;
  color: #fff;
  margin: 0;
  min-width: 90px;
}

.list li::before {
  content: none;
}

.label {
  color: #dfe2e5;
  font-weight: 600;
}

.value {
  color: #959da5;
}

.stockData {
    display: flex;
    flex-direction: row;
    font-family: Sans-Serif;
    font-size: 15px;
    justify-content: center;
    margin-top:40px;
}

.stockData .tab {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    width:260px;
}

.stockData .tab .left {
    grid-column: 1/2;
    grid-row: span 2;
     display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
}


.stockData .tab .right {
    grid-column: 2/3;
    grid-row: span 2;
     display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
}

.stockData .tab .left span {
    grid-row: span 1;
}


.stockData .tab .right span {
    grid-row: span 1;
    font-weight: 600;
    color:#303c42;
}

@media screen and (max-width:600px) {
    .stockData {
        flex-direction:column;
        
    }
    
    .stockData .tab {
        width:100%;
        align-self:center;
        text-align:center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c590080 */.post-content {
    line-height: 26px;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}

.post-content a.pdf {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 10px
}

.post-content a.pdf:before {
    content: "";
    position: absolute;
    height: 28px;
    width: 28px;
    left: 0px;
    top: 1px;
    background: url("../images/sprite.svg") no-repeat 0px 0px/500px 377px;
    background-position: -435px -76px
}

.post-content a {
    border-bottom: 1px solid #333;
    text-decoration: none
}

.post-content a:hover,.post-content a:focus {
    border-bottom: 1px solid #c02121
}

.post-content iframe {
    width: 100%
}

.post-content p {
    margin: 0 0 20px 0
}

.post-content h2,.post-content h3 {
    margin-top: 15px
}

.post-content ol {
    margin: 0 0 20px 0;
    list-style-position: outside;
    list-style-type: decimal
}

.post-content ol li {
    margin-bottom: 10px;
    margin-left: 22px
}

.post-content ul {
    margin: 15px 0 20px 0;
    list-style: none
}

.post-content ul>li {
    margin-bottom: 10px;
    position: relative;
    margin-left: 22px;
    padding-left: 0px;
    position: relative
}

.post-content ul>li:before {
    content: "";
    background: #c02121;
    height: 9px;
    width: 9px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 8px
}

.post-content .category_sel li {
    margin-left: 0;
    margin-bottom: 0
}

.post-content .category_sel li:before {
    content: none
}

.post-content div.wp-caption {
    width: auto !important;
    margin-bottom: 10px;
    font-size: 12px;
    color: #828282
}

.post-content div.wp-caption img {
    margin-bottom: 2px
}

.post-content div.alignright {
    max-width: 50%;
    float: right;
    margin-left: 15px
}

.post-content div.alignleft {
    max-width: 50%;
    float: left;
    margin-right: 15px
}

.post-content img {
    margin: 35px 0 20px 0
}

.post-content img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 50%;
    height: auto
}

.post-content img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 50%;
    height: auto
}

.post-content img.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
    height: auto
}

.post-content blockquote {
    margin: 0;
    border-left: 6px solid #c02121;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0 25px 0;
    font-family: "Tahoma","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 25px 0 18px;
    position: relative
}

.post-content blockquote::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: -6px;
    top: 0
}

.post-content blockquote::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: -6px;
    bottom: 0
}

.post-content table {
    color: #262626;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse
}

.post-content table td,.post-content table th {
    text-align: left;
    padding-top: 10px;
    font-weight: normal;
    vertical-align: top;
    color: #3b3938;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #eaeaea
}

.post-content table td p,.post-content table th p {
    margin-bottom: 0
}

.post-content table>*:first-child>tr:first-child td,.post-content table>*:first-child>tr:first-child th {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    background: #c02121;
}

.post-content a.file-icon {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    padding-top: 2px;
    margin-bottom: 20px
}

.post-content a.file-icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 25px;
    width: 24px;
    left: 0;
    top: 0;
    background: url("../images/filetypes.png") no-repeat 0 0;
    background-size: 24px auto
}

.post-content a.file-icon.doc {
    background-position: 0 -71px
}

.post-content a.file-icon.xls {
    background-position: 0 -36px
}

.post-related h4 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px
}

.post-related .eda_related_block>div {
    margin-bottom: 30px;
    border-top: 1px solid #c1c0c0;
    padding-top: 20px
}

.post-related .eda_rel_images ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-related .eda_rel_images ul li {
    width: 18.8%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px
}

.post-related .eda_rel_images ul li:hover {
    opacity: 0.8
}

.post-related .eda_rel_images ul li img {
    display: block
}

.post-related .eda_rel_images ul li .img_box {
    padding: 15px;
    display: block
}

.post-related .eda_rel_images ul li .img_box h3 {
    color: #333;
    margin-bottom: 10px
}

.post-related .eda_rel_images ul li .img_box .caption {
    margin-bottom: 10px
}

.post-related .eda_rel_images ul li .img_box a {
    display: block;
    color: #1072cc;
    margin-bottom: 5px
}

.post-related .eda_rel_images ul li .img_box a:hover {
    opacity: 0.7
}

.post-related .eda_rel_images ul li:nth-child(5n+5) {
    margin-right: 0
}

.post-related .eda_rel_links ul li {
    position: relative
}

.post-related .eda_rel_links ul li a {
    display: block;
    color: #333;
    padding: 0px 0 10px 0
}

.post-related .eda_rel_links ul li a:hover {
    color: #666
}

.post-related .eda_rel_docs h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px
}

.post-related .eda_rel_docs ul li {
    position: relative
}

.post-related .eda_rel_docs ul li a {
    display: block;
    padding-left: 38px;
    padding-right: 0px;
    padding-top: 13px;
    padding-bottom: 16px
}

.post-related .eda_rel_docs ul li a:hover {
    color: #1072cc;
    opacity: 0.7
}

.post-related .eda_rel_docs ul li a .date_lang {
    width: auto;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    color: #333
}

.post-related .eda_rel_docs ul li a .date_lang .date {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 16px;
    position: relative;
    padding-left: 10px
}

.post-related .eda_rel_docs ul li a .date_lang .date:before {
    content: "•";
    margin-right: 10px;
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin-top: 0;
    padding-right: 5px;
    height: 20px;
    width: 7px;
    vertical-align: top;
    margin-top: 1px;
    left: 0;
    top: 0
}

.post-related .eda_rel_docs ul li a .date_lang .lang {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 16px;
    padding-left: 10px;
    position: relative
}

.post-related .eda_rel_docs ul li a .date_lang .lang:before {
    content: "•";
    margin-right: 10px;
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin-top: 1px;
    padding-right: 5px;
    height: 20px;
    width: 7px;
    vertical-align: top;
    left: 0;
    top: 0
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee09eba */#my-social {
    width:600px !important;
    margin-left:-6px;
}

#my-social a {
    color:#f6dfdf;
    font-family: Sans-Serif;
    font-size:13px;
}

#my-social a:focus {
    outline:none;
}



#my-social ul li{
    list-style: none;
    margin-left: 30px;
    padding-bottom: 10px;
    line-height: 25px;

}

#my-social ul li.nav-active a{
    list-style: none;
    margin-left: 30px;
    line-height: 28px;
    font-size:16px;
    color:#c02121;

}
#my-social ul li::before {
    content: '';
    position: absolute;
    background: #f6dfdf;

    height: 6px;
    width:45px;
    border-radius:100px;
    left:-5px;
    margin-top:12px;
    transition: 0.4s;
    margin-left:0px;
}

#my-social ul li.nav-active::before {
    content: '';
    position: absolute;
    background: #C02121;
    height: 6px;
    width:75px;
    border-radius:50px;
    left:-5px;
    margin-top:12px;
    transition: 0.4s;
    margin-left:0px;
}

#my-social ul li.nav-active {
    color:#c02121;
    font-size:15px;
}

@media screen and (max-width:1300px) {
    #my-social ul li.nav-active {
    color:#c02121;
    font-size:14px;
}

    #my-social ul li.nav-active a {
    color:#c02121;
    font-size:15px;
    margin-left:20px;
}

#my-social ul li.nav-active::before {
    content: '';
    position: absolute;
    background: #C02121;
    height: 6px;
    width:35px;
    border-radius:50px;
    left:-5px;
    margin-top:12px;
    transition: 0.4s;
    margin-left:0px;
}

#my-social ul li::before {
    content: '';
    position: absolute;
    background: #f6dfdf;

    height: 6px;
    width:15px;
    border-radius:100px;
    left:-5px;
    margin-top:12px;
    transition: 0.4s;
    margin-left:0px;
}

#my-social ul li.nav-active {
    list-style: none;
    margin-left: 2px;
    line-height: 28px;

}

#my-social ul li{
    list-style: none;
    margin-left: 1px;
    padding-bottom: 10px;
        line-height: 25px;

}

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a834994 *//* Positioning and vertical alignment */
#my-social {
    position: fixed;
    display: flex;
    z-index: 999;
    top: 20vh;
    width: 50px;
}
/* Adds spacing between icons */
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  margin-top: 10px;
}/* End custom CSS */