html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
}

nav {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
}

a {
    background-color: transparent
}

a:hover {
    outline: 0
}


b {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

img {
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover {
    color: #23527c;
    text-decoration: underline
}

img {
    vertical-align: middle
}

.card-image .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-3,
.col-md-12,
.col-md-3,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {

    .col-sm-12,
    .col-sm-3,
    .col-sm-4,
    .col-sm-6,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }
}

@media (min-width:992px) {

    .col-md-12,
    .col-md-3 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-3 {
        width: 25%
    }
}

@media (min-width:1200px) {
    .col-lg-3 {
        float: left
    }

    .col-lg-3 {
        width: 25%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-group {
    margin-bottom: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.fade {
    opacity: 0
}

.collapse {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-fixed-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width:768px) {
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width:768px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse {
    border-color: #101010
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container-fluid:after,
.container:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both
}

.hidden {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.responsive-banner {
    height: 15%;
}

.tsr-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media (max-width: 900px) {
    .responsive-banner {
        width: 80%;
        margin-left: 0px !important;
        height: 100px;
        /* Optional: maintain aspect ratio */
    }
}

#ln {
    display: flex;
    flex-wrap: wrap
}

.mt-4 {
    margin-top: 1%
}

.color-black {
    color: #000
}

.wh {
    width: 100%
}

.card-image {
    display: block;

    background: #fff center center no-repeat;
    background-size: cover;
    filter: blur(3px);
    /* blur the lowres image */
}

.card-image>img {
    display: block;
    width: 100%;
    /*opacity: 0;*/
    /* visually hide the img element */
}

.card-image.is-loaded {
    filter: none;
    /* remove the blur on fullres image */
    transition: filter 1s;
}

/* Styles for the popup */

/* End Styles for the popup */


.text,
.yt-img {
    position: relative
}

.yt-img div {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.yt-img img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.text-transparent {
    color: transparent
}

.video-ads-container iframe {
    width: 100%;
    height: 250px
}

.videodiv:hover {
    transform: scale(1.1);
    z-index: 9;
    transition-duration: .6s;
    transition-timing-function: linear;
    border: 2px solid gray
}

.fpr {
    font-size: 18px;
    padding-right: 20px
}

figcaption {
    display: flex;
    justify-content: center;
    align-items: center
}

.transperant {
    color: transparent !important
}

.mt-5 {
    margin-top: 20px
}

.d-none {
    display: none !important
}

.foot-last>li {
    padding-right: 2px
}

.foot-last {
    margin-top: 5px
}

.w100 {
    width: 100px
}

.plpr {
    padding-left: 50px;
    padding-right: 50px
}

.mb-3 {
    margin-bottom: 10px
}

@media screen and (max-width:600px) {

    .copy,
    .plpr {
        padding: 0
    }

    .copy,
    .foot-last,
    .social-media {
        text-align: center
    }

    .row.last-footer {
        padding-bottom: 40px
    }

    .sm {
        display: none
    }

    .foot-last {
        padding: 0;
        font-size: 12px
    }

    .mag-pad .mb {
        width: 100% !important
    }

    .sm2 {
        display: block !important;
        margin: 50px auto;
        width: 70%
    }

    .footer-des .row {
        flex-direction: column-reverse;
        display: flex
    }

    .magy-fotter-img {
        height: 300px;
        width: 260px;
        margin: auto
    }

    .social-media {
        padding-left: 0
    }

    .featured-margin {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s;
    background-color: #000
}

.container:hover .overlay {
    opacity: .8
}

.text {
    color: #fff;
    font-size: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media screen and (min-width:0px) and (max-width:767px) {

    .mobbkgrndimg,
    .textdisplay {
        height: 360px;
        width: 100%
    }

    .bkgrndimg {
        display: none
    }

    .imgfluid {
        display: block;
        margin-bottom: 3rem;
        margin-top: 7rem
    }

    .textdisplay {
        background-color: rgba(0, 139, 139, .8);
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .headin {
        color: #fff;
        font-size: 20px;
        margin-top: 2rem;
        font-weight: 700;
        padding: 42px
    }

    .descrip {
        color: #fff;
        font-size: 14px;
        padding: 0 40px;
        text-align: center;
        width: 100%
    }
}

@media screen and(max-width:767px) {
    .newfeatured {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width:768px) and (max-width:1902px) {
    .imgfluid {
        display: block;
        margin-bottom: 3rem;
        margin-top: 7rem
    }

    .bkgrndimg,
    .textdisplay {
        height: 402px;
        margin: 0 8%
    }


    .textdisplay {
        background-color: rgba(0, 139, 139, .8);
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 6%
    }

    .headin {
        color: #fff;
        font-size: 38px;
        font-weight: 700
    }

    .descrip {
        color: #fff;
        font-size: 18px;
        padding: 4%;
        text-align: center
    }



    .mobbkgrndimg {
        display: none
    }
}

@media screen and (min-width:1903px) {
    .imgfluid {
        display: block;
        margin-bottom: 3rem;
        margin-top: 7rem
    }

    .textdisplay {
        background-color: rgba(0, 139, 139, .8);
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 8%;
        padding: 6%;
        height: 502px
    }

    .headin {
        color: #fff;
        font-size: 45px;
        font-weight: 700
    }

    .descrip {
        color: #fff;
        font-size: 22px;
        padding: 4%;
        text-align: center
    }

    .bkgrndimg {
        margin: 0 8%
    }

    .mobbkgrndimg {
        display: none
    }
}

/* Hide the ad box */
#ad_position_box {
    display: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
}

.news-category {
    display: inline-block;
    padding: 1%;
    font-size: 12px;
    font-weight: 700;
    color: black;
    margin: 8px 0 5px;
    font-family: merrywether, serif;
    background-color: #eee;
    letter-spacing: 0.5px;
}

h3 {
    margin-top: 0;
}

/*for tOP NEWS SECTION ADS*/

.ads-row {
    margin-left: 0;
    margin-right: 0;
}

.video-ads-container {
    padding: 0 5px;
}

.video-ads-container img {
    max-height: 700px;
}

.ads-news-card {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.ads-news-card img {
    width: 100%;
    height: 120px;

    margin-bottom: 8px;
}

.ads-news-card h4 {
    font-family: Merrywether, serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    color: #000;
}

@media (max-width: 767px) {
    .ads-news-card img {
        height: 180px;
    }

    .video-ads-container img {
        max-height: 500px;
    }
}

/*FEATURED NEWS SECTION*/

.featured-main-img {
    width: 100%;


    border-radius: 4px;
}

.main-news-heading {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.main-news-heading a {
    color: #000;
    text-decoration: none;
}

.main-news-desc {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.side-news-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.side-news-img {
    width: 100%;
    height: 85px;

    border-radius: 4px;
}

.side-news-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.side-news-title a {
    color: #000;
    text-decoration: none;
}

.side-news-img {
    height: 120px;
}

.side-news-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media(max-width:991px) {

    .featured-main-img {
        height: 250px;
        margin-bottom: 15px;
    }

    .main-news-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .side-news-item {
        margin-top: 10px;
    }
}

@media(max-width:767px) {

    .featured-main-img {
        height: 220px;
    }

    .side-news-img {
        height: 70px;
    }

    .side-news-title {
        margin-top: 5px;
    }
}