body {
    font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.38462;
    color: #333;
}
a{
    color: black;
}
a:hover, a:focus {
    color: #303030;
    text-decoration: underline;
}
.navbar-default{
    text-align: right;
    background-color: rgba(59, 59, 59, 0.4);
    margin-top: 4%;
    color: rgba(59, 59, 59, 1);
    position: relative;
    margin-bottom: 1px;
    border-color:rgba(59, 59, 59, 1);
}
.navbar{
    margin-bottom:0px;
}
.navbar-nav {
    float: left;
    margin-top: 2.3%;
    margin-bottom: 1px;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgb(241, 108, 175);
    border-color: rgb(241, 108, 175);
      
  }
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgb(241, 108, 175);
}
.dropdown-menu{
    background-color:rgba(29, 29, 29, 0.5);
}
.dropdown-menu a{
    color: white;
    font-size: 16px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fcfafa;
    background-color: rgb(241, 108, 175);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #BFBBBA;
    background-color: rgba(59, 59, 59, 1);
}
.navbar-default .navbar-nav > li > a {
    color: #fcfafa;
}
.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
.navbar-brand{
    font-size: 16px
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: rgba(234, 247, 252, 1);
    text-decoration: none;
    background-color: rgb(241, 108, 175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: rgb(255, 255, 255);
    white-space: nowrap;
}
.navbar-default .navbar-nav > .open> a, .navbar-default .navbar-nav > .open> a:hover, .navbar-default .navbar-nav > .open> a:focus{
    background-color: #f16caf;
    color: white;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: rgb(241, 108, 175);
    background:transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #303030;
    outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}
@media (max-width: 800px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0%;
        margin-left: 20%;
        }
    .nav{
        font-size: 14px;
        text-align: left;
    }
    .page_nav{
        font-size: 8px;
    }
    .article {
        background-size: cover;
        border-bottom-color: rgb(51, 51, 51);
        border-bottom-left-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-style: double;
        border-bottom-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgb(51, 51, 51);
        border-left-style: none;
        border-left-width: 0px;
        border-right-color: rgb(51, 51, 51);
        border-right-style: double;
        border-right-width: 1px;
        border-top-color: rgb(51, 51, 51);
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-top-style: none;
        border-top-width: 0px;
        box-shadow: rgb(51, 54, 55) 1px 3px 4px 0px;
        box-sizing: border-box;
        color: rgb(51, 51, 51);
        margin-bottom: 20px;
        background-color: white;
        margin-left: 0px;
    }
    .article a {
        color: rgb(241, 108, 175);
    }
    }
    
@media (max-width: 993px) {
    .art_img2{
        min-width:100%;
    }
    }


.line_red_1{
    height: 2px;
    width: 100%;
    background-color: #f16caf;
    margin-bottom: 1px;
    margin-top: 1px;

}
.line_gr_1{
    height: 2px;
    width: 100%;
    background-color: #818181;
    margin-bottom: 7px;
    margin-top: 2px;

}
.line_red{
    height: 2px;
    width: 100%;
    background-color: #f16caf;
    margin-bottom: 1px;
    margin-top: 2px;
    box-shadow: rgb(51, 54, 55) 1px 3px 4px 0px;

}
.line_gr{
    height: 2px;
    width: 100%;
    background-color: #818181;
    margin-bottom:1px;
    margin-top: 1px;
}

.header{
    color: #ffffff;
    background-color: rgba(59, 59, 59, 1);
    background-size: 100%;
    font-size: 16px;
    height: auto;
    text-align: center;
}
.header a{
    color: white;
}

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-inner{
    width: 100%;
}
.carousel{
    width: 100%;
    text-align: center;
}
.carousel-caption{
    color: rgb(234, 247, 252);
    background-color: rgba(129, 129, 129, 0.3);
    border-radius: 10px;
    border: solid;
    border-color: rgba(59, 59, 59, 0.3);
    text-align: center;
    margin-bottom:5%;
    right: 30%;
    left: 30%;
}
.article{
    background-size: cover;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: double;
    border-right-width: 1px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(51, 54, 55) 1px 3px 4px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    line-height: 28.5667px;
    margin-top: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    vertical-align: middle;
    width: 100%;
    background-color: white;
    text-align: justify;
}

.article_home{
    background-size: cover;
    background-color: rgba(59, 59, 59, 1);
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: double;
    border-right-width: 1px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(51, 54, 55) 1px 3px 4px 0px;
    box-sizing: border-box;
    color: #FCFFFE;
    line-height: 28.5667px;
    margin-top: 5px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 2px;
    padding-top: 2px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: justify;
}
.art_img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 250px;
}
.art_img2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    height: 330px;
}

a.button24 {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .3em 1em; 
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #936 #000 #935;
  border-radius: 6px;
  background: linear-gradient(#936, #937) #F49;
  transition: 0.2s;
} 
a.button24:hover { background: linear-gradient(#935, #934) #933; }
a.button24:active { background: linear-gradient(#936, #937) #938; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1d1d1d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f16caf;
    border-color: #f16caf;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #f16caf;
    background-color: #eee;
    border-color: #ddd;
}
.newsbc {
    width: 282px;
    height: 200px;
    background-size: cover;
    margin-top: 2px;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: double;
    border-right-width: 1px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(51, 54, 55) 1px 2px 3px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    margin-bottom: 2px;
    background-color: white;
    margin-left: 3px;

}
.newsbc2 {
    width: 98.5%;
    height: 200px;
    background-size: cover;
    margin-top: 2px;
    margin-bottom: 1px;
    margin-left: 3px;

}
.news {
    font-size: 18px;
    background-color: rgb(241, 108, 175, 0.4);
    text-align: center;
    vertical-align: center;
    margin-top: 160px;
    height: 20%;
    line-height: 50px;

    text-shadow: -1px -1px #000,
    0 1px 0 #444;
    color: #222;
    transition: all 1s;
}
.news:hover{
    text-shadow: -1px -1px #0000 1px 0 #444;
    color: #1A1A1A;

}
.news a {
    color: #ffffff;
}
.news a:hover{
    color: #f16caf;
    opacity: 0.75;
}
.source{
    font-size: 16px;
    text-align: right;
    color: #303030;
}
.source a{
    color: #303030;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #303030;
    border-radius: 0px;
}
.breadcrumb a{
    color: white;
}
.header_up{
    background-color: grey;
}
.news4 {
    background-size: cover;
    border-bottom-color: #FCFFFE;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #FCFFFE;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #FCFFFE;
    border-right-style: double;
    border-right-width: 1px;
    border-top-color: #FCFFFE;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(51, 54, 55) 1px 3px 4px 0px;
    box-sizing: border-box;
    color: #FCFFFE;
    margin-bottom: 5px;
    background-color: rgba(59, 59, 59, 1);
}

.news5 {
    background-size: cover;
    border-bottom-color: #FCFFFE;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #FCFFFE;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #FCFFFE;
    border-right-style: double;
    border-right-width: 1px;
    border-top-color: #FCFFFE;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(51, 54, 55) 1px 3px 4px 0px;
    box-sizing: border-box;
    color: #FCFFFE;
    margin-bottom: 5px;
    background-color: rgba(59, 59, 59, 1);
}
.news5 a {
    color: rgb(241, 108, 175);
}
.textnews{
    text-align: center;
    margin-top: 10px;
    min-height: 50px;
}
.textnews a{
   color: #FCFFFE;
   text-decoration: none;
}
.source{
    color: rgb(241, 108, 175);
    font-size: 16px;
    font-family: "Arial Narrow";

}
.page_nav{
    text-align: center;
}
.copy{
    text-align: center;
}
.pr{
    padding-left:5px;
    min-height:150px;
}
.pr2{
    padding-left:5px;
    min-height:180px;
}
.prev a{
    text-decoration:none;
}
.prev2 a{
    text-decoration: none;
}
.copy a{
    color: white;
    text-decoration: none;
}
.news4 a{
    text-decoration: none;
}
.news a {
    text-decoration: none;
}
.text{
    opacity:1;
    text-align: center;
}
.text:hover{
    opacity:0.77;

}
.footer_bottom{
    height: 100%;
    background-color: #333333;
    color: white;
    font-size: 14px;
    text-align: center;
}

.footer_top {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 2px;
    overflow: hidden;
    background-color: #3a3a3a;
    position: relative;
}
.bc{
    background-color: #333333;
}
.soc{
    margin-top: 5px;
    text-align: center;
}