@font-face {
    font-family: 'PFS-Medium';
    src: url(fonts/PFSquareSansPro-Medium.otf);
}
@font-face {
    font-family: 'PFS-Regular';
    src: url(fonts/PFSquareSansPro-Regular.otf);
}
@font-face {
    font-family: 'PFS-Light';
    src: url(fonts/PFSquareSansPro-Light.otf);
}
@font-face {
    font-family: 'PFS-Bold';
    src: url(fonts/PFSquareSansPro-Bold.otf);
}
@font-face {
    font-family: 'PFS-LightItalic';
    src: url(fonts/PFSquareSansPro-LightItalic.otf);
}
body{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'PFS-Regular';
}
html{
  overflow-y: scroll!important;
}
.noscroll{
   /* max-height: 100vh;
    overflow: hidden;*/
}
header {
    background: url('../images/header-bg.png') center center no-repeat;
    background-size: cover;
    z-index: 110;
    position: relative;
}
header .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.logo h1 {
    font-size: 26px;
    color:#8c808d;
    line-height: 1;
    text-align: left;
    margin: 0;
    font-family: PFS-Light;
}
.logo img {
    float: left;
    margin-right: 15px;
    height: 90px;
}
.flex {
    display: flex;
    align-items: center;
}
.quote {
    margin-left: auto;
}
.logo {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
}
.logo-link {
    width: 50%;
    margin-left: 9%;
}
.logo h1 span {
    color: #a91f26;
    font-family: PFS-Regular;
}
.quote {
    font-size: 12px;
    /*color: rgb(0, 85, 150);*/
    color: #9C929D;
    font-style: italic;
    text-align: left;
    width: 35%;
    padding-right: 10%;
    background: url('../images/heyder.png') right center no-repeat;
    background-size: auto 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.quote p {
    margin: 0;
        margin-top: 5px;
}
.quote span {
    text-align: right;
    font-weight: bold;
    float: right;
}
header .container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar {
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 0;
    /*background-color: rgb(0, 85, 150);*/
    background-color: #9C929D;
    min-height: auto;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    /*background-color: #1b669e;*/
    background-color: #8c808d;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;

    font-size: 13px;
}
.navbar-form input[type='text'] {
    border-radius: 0;
    background: transparent;
    border-color: #fff;
    color: #fff;
    margin-right: 0;
    height: 25px;
    padding: 11px;
    width: 100%;
    box-shadow: none;
}
.navbar-form .btn {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    background: url('../images/search.png') center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: PFS-Light;
}
.navbar-default {
    -webkit-box-shadow: 0px 10px 14px -3px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0px 10px 14px -3px rgba(0, 0, 0, 0.86);
    box-shadow: 0px 10px 14px -3px rgba(0, 0, 0, 0.86);
    border: none;
    z-index: 99;
}
.carousel-caption {
    right: 0;
    left: auto;
    padding-bottom: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70%;
    width: 55%;
    padding-left: 4%;
    padding-right: 4%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.item > .thumb {
    width: 45%;
    padding-bottom: 35%;
}
.carousel-caption p {
    font-size: 25px;
    font-family: PFS-bold;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    /*background-color: rgba(0, 85, 150, 0.6);*/
    background-color: rgba(140, 128, 141, 0.6);
    opacity: 0.702;
    width: 100%;
    padding: 35px 20px;
    z-index: 999;
    opacity: 1;
    margin-bottom: 5%;
    margin-top: 3%;
}
.carousel-caption a{
    color: #fff;
    text-decoration: none;
}
.carousel-caption a:hover{
    text-decoration: none;
}
.carousel-caption span {
    font-size: 17px;
    font-family: PFS-Regular;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    /*background-color: rgba(0, 85, 150, 0.6);*/
    background-color: rgba(140, 128, 141, 0.6);
    padding: 10px;
}
.carousel-inner {
    background: url('../images/naxis.png') center center #9C929D no-repeat;
    background-size: cover;
    height: 100%;
}
.item {
    height: 100%;
}
.carousel {
    height: 70vh;
}
.carousel-control.right {
    right: auto;
    left: 40%;
}
.carousel-control {
    width: 5%;
    opacity: 1;
}
.carousel-control img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
        width: 100%;
}
.carousel-indicators {
    position: absolute;
    left: 0;
    z-index: 15;
    width: 45%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    width: 20px;
    height: 5px;
    border-radius: 0;
    border: none;
    background-color: #707270;
}
.carousel-indicators .active {
    width: 20px;
    height: 5px;
    background-color: #9C929D;
}
.carousel-fade .item {
    transition-property: opacity;
}
.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
}
.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
}
.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.navbar-form {
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}
/* HOME MIDDLE */

.middle-container {
    padding-left: 12%;
    padding-right: 12%;
}
.main-header {
    background: url(../images/heading.png) center bottom no-repeat;
    background-size: auto 100%;
    height: 30px;
    margin-top: 30px;
    margin-bottom: 2px;
}
.main-header h2 {
    margin: 0;
    font-size: 17px;
   /*  text-transform: uppercase; */
    /*color: rgb(0, 85, 150);*/
    color: #181234;
    font-family: PFS-bold;
}
.main-header h2 span {
    background-color: #fff;
    padding-right: 10px;
}
.main-header h2 span a   {
    /*color: #005596;*/
    color: #181234;
    }
    .main-header h2 span a:hover{
        text-decoration: none;
    }
.left-bar {
    width: 80%;
    padding: 0;
    float: left;
}
.right-bar {
    width: 20%;
    padding: 3% 0 0 15px;
    float: left;
}
.theme {
    padding: 0;
    width: 32.1%;
    float: left;
}
.theme a {
    width: 100%;
    float: left;
}
.theme:nth-child(1) {
    margin-left: 0;
    margin-right: 0.45%;
}
.theme:nth-child(2) {
    margin-left: 0.45%;
    margin-right: 0.45%;
}
.theme:nth-child(3) {
    margin-left: 0.45%;
    margin-right: 0;
}
.thumb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.theme .thumb {
    width: 33%;
    padding-bottom: 32%;
    border-radius: 50%;
    /*border: 2px solid rgb(0, 85, 150);*/
    border: 2px solid #181234;
    float: left;
}
.theme .title {
    font-size: 12px;
    color: #9C929D;
    font-family: PFS-bold;
    float: left;
    width: 51%;
    margin: 0 10px;
    filter: grayscale(1);
    margin-top: 20px;
}


.theme img {
    float: right;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    filter: grayscale(1);
}
.theme .text {
    float: left;
    width: 100%;
    margin-top: 2px;
    padding: 15px 25px;
    background: #eee;
    text-align: justify;
        min-height: 110px;
}
.theme .text p {
    font-size: 11px;
    color: rgb(117, 118, 124);
    line-height: 1.1;
}
.theme .text a {
    filter: grayscale(1);
}
.theme:hover .text p,
.theme:hover .thumb,
.theme:hover .title,
.theme:hover img,
.theme:hover p a {
    filter: grayscale(0);
    color:#8c808d;
}
.theme:hover .text p {
    color: #333;
}
.theme a:hover {
    text-decoration: none;
}
.announce,
.news {
    margin-bottom: 0;
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.announce .title,
.news .title {
    font-size: 13px;
    font-family: PFS-bold;
    float: left;
    width: 100%;
}

.announce .title a,
.news .title a {
    /*color: #4881b6;*/
    color: #181234;
}
.news div.title {
    color: #181234;
}
.news div.title:hover {
    color: #8c808d;
}


.announce .text,
.news .text {
    color: #686868;
    font-size: 13px;
    float: left;
    width: 100%;
}
.announce .date,
.news .date {
    color: #686868;
    font-size: 13px;
}
.news .thumb {
    width: 38%;
    padding-bottom: 18%;
    margin-top: 15px;
    float: left;
}
.logo-link:hover {
    text-decoration: none;
}
.navbar-collapse {
    float: left;
}
.news .title {
    width: 60%;
    float: right;
}
.news .text {
    margin-top: 5px;
    text-align: justify;
}
.news {
    border-bottom: 1px solid #eee;
}
.banner {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.banner-link {
      width: 49%;
    /*   text-transform: uppercase; */
    float: left;
    margin-bottom: 15px;
    /*background-color: #9f2422;
    color: #ccc;*/
    background-color: #9C929D;
    color: #fff;
    height: 85px;
    font-weight: bold;
    font-family: PFS-Bold;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: center 10px;
    background-size: auto 42px;
    background-repeat: no-repeat;
}
.banner-link:hover{
    color: #181234 !important;
}

.banner-link:nth-of-type(2n) {
    margin-left: 2%;
}

.banner span{
        position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
   font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 53%;
    text-align: center;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner.bottom-text span{
        align-items: flex-end;
    width: 100%;
    bottom: 5px;
}
.partners {
    padding-left: 4%;
    padding-right: 4%;
    background-color: #e9e9e9;
    margin-bottom: 0;
}
.partners .owl-carousel {
    padding: 30px 4%;
    /*border-top: 4px solid #005596;
    border-bottom: 4px solid #005596;*/
    border-top: 4px solid #9C929D;
    border-bottom: 4px solid #9C929D;
    margin-top: 10px;
    margin-bottom: 10px;
}
.partners .owl-carousel .item {
    padding-bottom: 40%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    cursor: pointer;
}
.partners .owl-carousel .item:hover {
    filter: grayscale(0);
}
.owl-nav > div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 45px;
}
.owl-nav > div img {
    height: 100%;
}
.owl-prev {
    left: -30px;
}
.owl-next {
    right: -30px;
}
footer {
    /*background-color: #005596;*/
    background-color: #9C929D;
        padding: 4% 4% 2% 4%;
}
.fb_iframe_widget iframe{
    height: 209px!important;
}
footer .widget{
    float: left;
}
footer .widget.about img {
    margin-bottom: 20px;
    width: 70%;
    clear: both;
}
footer .widget.about a {
    font-size: 14px;
    color: #d8d8d8;
    text-decoration: underline;
    line-height: 1.4;
    margin-right: 10px;
}
footer .widget.about p {
    font-size: 12px;
    color: #d8d8d8;
    margin-top: 20px;
    line-height: 1.2;
}
footer .copy {
    font-size: 12px;
    color: #d8d8d8;
    margin-top: 30px;
    padding-left: 15px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 100%!important;
}
.timeline-Header {
    padding: 4px 10px;
}
.timeline-Header-title {
    font-size: 15px;
    line-height: 20px;
}
.tw .SandboxRoot.env-bp-min .timeline-Tweet {
    padding: 5px 10px;
}
.tw .TweetAuthor-avatar {
    width: 25px;
    height: 25px;
}
.TweetAuthor-name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}
.TweetAuthor-screenName {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.SandboxRoot.env-bp-min .timeline-Tweet-text {
    margin-top: 4px;
    margin-left: 0;
    font-size: 11px;
    line-height: 14px;
}
.timeline-Footer {
    padding: 5px 15px;
    font-size: 12px;
}
.page .middle-container {
    padding: 3% 2%;
}
.page .right-bar {
    width: 15%;
    padding: 0;
}
.left-tabs {
    width: 28%;
}
.right-tab-container {
    width: 57%;
}
.tabs-left {
    border-right: none;
}
.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
    background: #9C929D;
    margin-bottom: 6px;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
 /*    text-transform: uppercase; */
    font-size: 14px;
}
.panel-title {
    padding: 10px 15px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    border: none;
    border-right-color: none;
    background: #8c808d;
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #8c808d;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    border-radius: 0;
}
.person {
    transform: scale(0.9);
    display: block;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px 10px 10px 10px;
    /*filter: grayscale(100%);*/
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    width: 33.3%;
}
.person:hover {
    /*filter: grayscale(0);*/
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    opacity: 1;
}
.person .thumb {
    background-image: url(images/news.png);
    padding-bottom: 65%;
    width: 65%;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
}
.person-type {
    font-style: italic;
    color: #333;
}
.person h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
 /*    text-transform: uppercase; */
    font-weight: bold;
    font-family: PFS-bold;
    color: #333;
}
.person-cat {
    font-style: italic;
    font-weight: bold;
    color: #9C929D;
}

/**/
.mans {
    display: block;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px 10px 10px 10px;
    /*filter: grayscale(100%);*/
    filter: grayscale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 1.5%;
    margin-bottom: 15px;
    width: 95%;
    margin-left: 1.5%;
}
.mans:hover {
    filter: grayscale(0);
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    opacity: 1;
}
.mans .thumb {
    background-image: url(images/news.png);
    padding-bottom: 65%;
    width: 65%;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
}
.mans h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: PFS-bold;
    color: #333;
}
/**/

.main {
    width: 85%;
    float: left;
}
.menu-cont .col-md-3{
        border-right: 1px solid;
}
.news-inside {
    margin-right: 1%;
    margin-bottom: 15px;
    width: 31.333333%;
    padding: 0 30px 30px 30px;
    background: #f6f6f6;
    margin-left: 1%;
    float: left;
}
.news-inside .thumb {
    padding-bottom: 70%;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}
.news-inside .title {
    font-weight: bold;
    font-family: PFS-bold;
    font-size: 13px;
    line-height: 14px;
    margin-top: 0;
    color: #333;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
        height: 41px;
    overflow: hidden;
}
.news-inside span.nw-text {
       font-size: 12px;
    line-height: 14px;
    float: left;
    height: 53px;
    text-align: justify;
    overflow: hidden;
        width: 100%;
            color: #333;
}
.text-dots{
       position: absolute;
    right: 9px;
    bottom: 6.6px;
    color: #333;
}
.title-dots{

}
a.lazy-more-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #9C929D;
    color: #fff;
    font-weight: bold;
    font-family: PFS-bold;
    text-transform: uppercase;
    text-align: center;
}
a.lazy-more-btn:hover,
a.lazy-more-btn:focus {
    color: #8c808d;
    text-decoration: none;
    background: #fff;
    border-color: #8c808d;
}
.news-top .thumb {
    width: 27%;
    padding-bottom: 27%;
    float: left;
    border: 4px solid #9C929D;
    margin-bottom: 2%;
    display: none!important;
}
.views {
    float: right;
    display: flex;
    align-items: center;
}
.views i {
    font-size: 30px;
    color: #9C929D;
    margin-right: 10px;
}
.views span {
    font-size: 18px;
    padding: 2px 10px;
    background: #9C929D;
    color: #fff;
    border-radius: 10px;
    border-radius: 10px;
}
.print {
    float: right;
    width: 5%;
    font-size: 30px;
    color: #9C929D;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ftime{
        padding-left: 15px;
    color: #d8d8d8;
    font-size: 12px;
    text-transform: uppercase;
}
.news-top h1 {
    font-size: 21px;
    text-transform:none;
    text-align: left;
    margin-left:0;
    margin-top: 0;
    float: left;
    width: 66%;
    padding-left: 20px;
    background-image: url('../images/news-title-bg.png');
    background-position: left top;
    background-size: 7px 40px;
    background-repeat: no-repeat;
}
.news-top {
    float: left;
    width: 100%;
    position: relative;

        padding-bottom: 40px;
    border-bottom: 2px solid #9C929D;
}
.news-top .bg {
    float: left;
    width: 105%;
    height: 40%;
    background: url(../images/bg-news.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -5%;
    z-index: -1;
    display: none!important;
}
.news-text {
    margin-top: 4%;
}
.news-text p {
    font-size: 15px;
    text-align: justify;
}
.social a {
    width: 19%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.social a img {
    width: 100%;
}
.social a span {
    position: absolute;
    display: block;
    float: left;
    top: 0;
    color: #fff;
    text-transform: capitalize;
    bottom: 0;
    left: 14%;
    right: 0;
    margin: auto;
    height: 22px;
    font-size: 15px;
}
.social div{
        width: 100%;
    text-align: center;
}
.owl-carousel .item {
    padding-bottom: 100%;
}
#sync1 {
    width: 60%;
    margin-left: 20%;
}
#sync1 .item {
    padding-bottom: 60%;
}
.nav>li {
    position: static;
}
.dropdown-menu {
        width: 60vw;
    overflow: hidden;
}
.dropdown-menu a {
    /*color: #005596;*/
    color: #9C929D;
    text-decoration: none;
    font-size: 13px;
}
.navbar-nav.nav {
    position: relative;
}
.dropdown-menu li {
    padding: 5px 0;
}
.dropdown-menu a:hover {
    text-decoration: underline;
}
.dropdown-menu .col-md-3:not(:last-child):after {
    content: "";
   /* background: url('../images/line-menu.png') center center no-repeat;*/
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    height: 270px;
    width: 0.5%;
    top: 0;
}
.collapse-tab {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.collapse-tab .nav-tabs>li>a {
    font-size: 12px;
}
.nav-tabs>li.opened .collapse-tab {
    max-height: 700px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-tabs {
    border: none;
}
.page-header {
    text-align: center;
    border: none;
    margin: 0;
}
.page-header h2 {
    color: #9C929D;
    font-size: 18px;
    /* text-transform: uppercase; */
}
.page-header h2 span {
    border-bottom: 1px solid;
    width: 20px;
    height: 1px;
    margin: 7px auto;
    display: block;
}
.page-header h1 {
    color: #8c808d;
    font-weight: normal;
   /*  text-transform: uppercase; */
    font-size: 27px;
    font-family: PFS-LightItalic;
    margin-top: 0;
}
.panel-default .panel-heading {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 14px;
    background: #9C929D;
    border-radius: 0;
    border: none;
}
.panel-default .panel-heading:hover {
    background: #8c808d;
}
.panel.active .panel-heading {
    color: #fff;
    border: none;
    background: #8c808d;
}
.panel a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none!important;
    padding: 10px 14px;
    min-height: 100px;
}
.panel-heading{
    padding: 0;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel table {
    width: 100%;
}
#show {
    display: none;
}
.advert .thumb {
    float: left;
    background-size: cover;
    -webkit-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    margin-right: 3%;
    width: 15%;
    padding-bottom: 15%;
}
#show .thumb {
    width: 23%;
    padding-bottom: 23%;
}
.advert,
.press {
    background: #f9f9f9;
    margin-bottom: 20px;
}
.advert a {
    font-family: PFS-Bold;
    font-size: 18px;
    color: #333;
}
.advert .text-muted{
        font-size: 13px;
    margin-top: 10px;
    float: left;
}
.advert h2 {
    font-family: PFS-Bold;
    font-size: 18px;
  /*   text-transform: uppercase; */
    margin-bottom: 30px;
}
.advert p {
    font-size: 16px;
}
.advert .btn-primary {
    color: #fff;
    background-color: #9C929D;
    border-color: #9C929D;
    font-size: 15px;
    float: right;
    margin-right: 2%;
}
.advert .btn-primary:hover, .press .btn-primary:hover {
       color: #fff;
    background-color: #8c808d;
    font-weight: bold;
    border-color: #8c808d;
}
.dropdown-menu .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    width: 100%;
}
.dropdown-menu .dropdown-menu .col-md-3 {
    width: 100%;
    padding: 0;
}
.dropdown-menu .dropdown-menu li {
    padding: 0;
}
.dropdown-menu .dropdown-menu li a {
    font-size: 12px;
}
.press .thumb {
    float: left;
    background-size: cover;
    -webkit-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.75);
    margin-right: 3%;
    width: 25%;
    padding-bottom: 32%;
    background-size: 60%;
    background-position: center 20%;
    position: relative;
}
.press h2 {
    font-family: PFS-Bold;
    font-size: 25px;
   /*  text-transform: uppercase; */
    margin-bottom: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 80%;
    margin: auto;
}
.press p {
    font-size: 16px;
}
.press .text {
    float: left;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.press .text .col-md-3 {
    font-family: PFS-Bold;
    font-size: 15px;
  /*   text-transform: uppercase; */
    margin-bottom: 10px;

}
.press .text .col-md-9 {
    font-size: 15px;
 /*    text-transform: uppercase; */
    margin-bottom: 10px;
}
.contact-icons > div {
    float: left;
    width: 25%;
    text-align: center;
}
.contact-icons i {
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
    color: #9C929D;
    border: 1px solid #ccc;
    border-radius: 50%;
    /* padding: 25px; */

    width: 27%;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: 75px;
    width: 75px;
}
.contact-icons span,
.contact-icons a {
    font-size: 12px;
    text-align: center;
}
.contact-icons > div:hover i {
    border-color: #9C929D;
}
.container-fluid{
    padding:0;
}
#mapWrapper, #map {
    height: 500px;
    width: 49.5%;
    margin-top: 50px!important;
}
.contact-form {
    background-color: #f9f9f9;
    text-align: center;
    padding: 5px 20px 25px 20px;
    min-height: 500px;
    width: 49.5%;
    margin-left: 1%;
}
.contact-form h2 {
    color: #585454;
    font-family: 'PFS-LightItalic';
    margin-bottom: 8px;
}
.contact-form h2 span {
    font-weight: bold;
}
.contact-form input[type='text'] {
    height: 40px;
}
.contact-form .form-control {
    border-radius: 0;
    border-color: #ccc;
    color: #585454;
    font-size: 13px;
    background: transparent;
}
.contact-form .btn {
    color: #fff;
    background-color: #9C929D;
    border-color: #9C929D;
    border-radius: 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-form .btn:hover {
    color: #9C929D;
    background-color: #fff;
}
.pagination {
    padding: 20px;
    border-radius: 4px;
    background: #f9f9f9;
}
.pag-container {
    width: 100%;
    float: left;
    text-align: center;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    background: none;
    background-color: transparent;
    border: none;
    font-family: PFS-Regular;
    border-radius: 50%!important;
    font-weight: bold;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #9E9E9E;
    cursor: default;
    background-color: #ffffff;
}
.sb-search {
    position: relative;
    margin-top: 8px;
    width: 0%;
    min-width: 22px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    height: 25px;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 100%;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 14px;
    color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.sb-search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.sb-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.sb-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.sb-icon-search,
.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff;
    /* IE needs this */

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */

    filter: alpha(opacity=0);
    /* IE 5-7 */

    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    padding: 14px;
}
.sb-icon-search {
    color: #fff;
    background: url('../images/search.png') center center no-repeat;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding: 14px;
    background-size: 65%;
    height: 25px;
    padding: 0;
    width: 25px;
}
/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 14%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
    background: url('../images/search.png') center center no-repeat;
    background-size: 65%;
    height: 25px;
    padding: 0;
    width: 25px;
}
.sb-search.sb-search-open .sb-search-input {
    border: 1px solid rgba(255, 255, 255, .6);
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}
@media print {
    *:not(.print-item) {
        visibility: hidden!important;

    }
    header{
        display: none;
    }
    .news-top .thumb{
        padding-bottom: 10px;
    }

    h1.print-item{
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
    }
    .print-item, .print-item *{
        visibility: visible!important;
        display: block!important;
    }
}
#image-gallery li {
    padding-bottom: 50vh;
    width: 100%;
    background-size: auto 100%;
    position: relative;
}
#image-gallery li a {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
}
#image-gallery {
    margin-bottom: 15px;
}
.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}
.owl-theme .owl-controls .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 5px;
    margin: 5px 2px;
    opacity: 1;
    width: 5px;
}
.owl-theme .owl-controls .owl-dot.active span {
    background: none repeat scroll 0 0 #9C929D;
}
.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0px;
}
.advert-in .news-top .thumb {
       width: 24%;
    padding-bottom: 17%;
    border: none;
    }
    .advert-in .bg{
        display: none;
    }
    .advert-in .news-top h1{
        background: none;
    padding: 0;
    font-weight: bold;
    text-align: justify;
    width: 75%;
    }
    .adv-date{
         font-size: 18px;
    padding: 2px 10px;
    background: #9C929D;
    color: #fff;
    border-radius: 10px;
    border-radius: 10px;
    }

   .btn-primary {
    color: #fff;
    background-color: #9C929D;
    border-color: #9C929D;
    font-size: 15px;
    float: right;
    margin-right: 2%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    cursor: pointer;
}
.quote .day, .quote #clock, .quote .month{
        float: none;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
}
.lSPager li a{
    height: 100px;
    float: left;
    display: flex;
    align-items: center;}
  .lSPager{
      margin: 0 auto!important;}

.dofilter{
   margin-left: 0;
       display: inline;
}
.dofilter span{
       font-size: 12px;
    font-weight: normal;
    font-family: PFS-Regular;
    text-transform: none;
    margin-left: 6px;
    cursor: pointer;
    background-color: transparent!important;
    padding: 0!important;
}
.act-header{
        background: url(../images/heading2.png) center bottom no-repeat;
        background-size: 100%;
    background-position: right center;

}
.loading-overlay {
           position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
     display: none;
    background-position: center;
    background-size: 100px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(../images/loading.gif);
    z-index: 99;
    }
    #most-read{
        position: relative;
        width: 100%;
        float: left;
    }
@media(max-width: 992px){
    .person{
        width: 47%;
    }
    .person h2{
        min-height: 67px;
    }
 }
@media(max-width: 767px){
    .partners .owl-carousel .item{
            filter: grayscale(0)!important;
    }
    .dofilter{
        margin: 15px 0!important;
    }
    .act-header{
        background: none;
    }
}
.owl-prev {
    border: 0;
    background-color: #e9e9e9;
    position: absolute;
    left: 0px;
    top: 30px;
	outline:0!important;
}

.owl-next {
    border: 0;
    background-color: #e9e9e9;
    position: absolute;
    right: 0px;
    top: 30px;
	outline:0!important;
}
 .dofilter span.active {
    font-weight: bold;
    /*color: blue;*/
     color: #8c808d;
    font-size: 14px;
}
.nav li.social-media-custom>a{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 20px;
}

.nav li.social-media-custom{
    display: flex;
    margin-left: 54px;
}

