.text-center {
    text-align: center;
}

.arrow2 {
    padding-top: 10px;
}
.owl-dots{
    display: none;
}

.blueheader {
    height: 50px;
    background-color: rgb(18, 29, 49);
    color: #fff;
    font-size: 18px;
}
.redheader {
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    background-color: rgb(197, 34, 39);
}

.arrow2:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 25%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 26px solid #121d31;
    z-index: 99;
}



@media screen and (max-width: 1200px) {

.fancy span:before, .fancy span:after{
        width: 300px !important;
}

}

@media screen and (max-width: 991px) {
.navbar-default .navbar-toggle{
    display: none !important;
}
.fancy span:before, .fancy span:after{
    display: none !important;
}
.arrow2:before{
    display: none!important;
}
header {    
    top: 0;
    position: relative;
}
.container {
    width: auto;
}

#close_in i {
    color: #555 !important;
    font-size: 18px;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
.navbar-default .navbar-toggle{
    display: none !important;
}
.navbar-default {
    display: none;
}
.list_news_tabs h3 {
    margin-left: 20px;
}
header {
    border-bottom: 1px solid #ccc;
    top: 0;
    position: relative;
    background: #f1f1f1;
}



}


@media screen and (min-width: 376px) and (max-width: 767px) {
    .tabs nav ul, .tabs nav ul li a {
    font-size: 10px !important;
}
#logo {
    margin: 10px 0 0 -10px !important;
}

#btnflashmobile{
width: 112px;
    position: absolute;
    top: 6px;
    right: 80px;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    color: #fff !important;
    line-height: 15px;
}




}



@media screen and (min-width: 320px) and (max-width: 375px) {
    .tabs nav ul, .tabs nav ul li a {
    font-size: 10px !important;
}
#logo {
    margin: 10px 0 0 -10px !important;
}

#btnflashmobile{
width: 112px;
    position: absolute;
    top: 5px;
    right: 66px;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    color: #fff !important;
    line-height: 15px;
}

footer .add_top_60 {
    padding-top: 4px;
}

}