﻿body {
    /*background: url('../images/background-silver-pattern.jpg') fixed;*/
    font-family: 'BPG Arial';
}


a:focus, a:hover {
    text-decoration: none;
}

.container-main {
    max-width: 1600px;
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    .container-main {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}



#frontBody {
    margin-top: 10px;
}

.fix-padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.cl:before,
.cl:after {
  display: table;
  content: " ";
}
.cl:after{
 clear:both;
}

#logoHref {
    padding: 10px 0 10px 0;
    display: block;
}

#logoHref h2 {
    margin-top: 4px;
    margin-bottom: 0;
    padding-left: 8px;
    font-size: 18px;
    float: left;
    line-height: 1em;
    color: #030303;
    max-width: 418px;
}

#logoHref img {
    float: left;
}

.navbar li:hover {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    color: #777;
}

.show-additional {
    display: none;
}

@media screen and (max-width: 1024px) {
    #logoHref h2 {
        font-size: 16px;
        max-width: 270px;
        margin-top: -3px;
    }
    #logoHref img {
        width: 100%;
        margin-bottom: 5px;
        padding:5px;
    }

    .left-side {
        display: none;
    }

    .StaticPage img {
        width: 100% !important;
        height: auto !important;
    }

    .show-additional {
        display: block;
    }
    .padding-r20 {
        padding:0!important;
    }
}


.mainGradient {
    background: #009dd2;
    background: -moz-linear-gradient(left, #009dd2 0%, #104396 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009dd2), color-stop(100%,#104396));
    background: -webkit-linear-gradient(left, #009dd2 0%,#104396 100%);
    background: -o-linear-gradient(left, #009dd2 0%,#104396 100%);
    background: -ms-linear-gradient(left, #009dd2 0%,#104396 100%);
    background: linear-gradient(to right, #009dd2 0%,#104396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dd2', endColorstr='#104396',GradientType=1 );
    margin-top: 0px;
}
.navbar-default {
    background: none;
    border: none;
    box-shadow: none;
}
.navbar {
    margin: auto;
   min-height: 70px;
    
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Smr MT', Arial;
    text-transform: uppercase;
    color: #FFF;
    min-height: 70px;
    line-height: 50px;
    padding: 10px 14px;
}
.dropdown-menu>li {
    border-bottom: 1px solid #eee;
}
.dropdown-menu>li>a {
    font-family: 'Smr MT', Arial;
    line-height: 30px;
    text-transform: uppercase;
}
.dropdown-menu>li:last-child {
    border-bottom: none;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav.open>a, 
.navbar-default .navbar-nav.open>a:focus {
    color: #FFF;
}

.carousel {
    height: 411px;
    margin-top: 5px;
}
.item,
.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.carousel-caption>h3 {
    margin-top: 5px;
}
.carousel-caption> a >h3 {
    margin-top: 5px;
}
.fill .fill-a {
    display: block;
    width: 100%;
    height: 100%;
}
.ph-social {
    display: block;
}
.ph-search {
    display: block;
    padding-top: 25px;
}

.lang {
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    z-index: 999;
    position: relative;
}

.lang:hover {
    overflow: visible;
}

.lang > a.active {
     -webkit-filter: sepia(0%);
	filter: sepia(0%);
}

.lang > a {
    display: block;
    -webkit-filter: sepia(80%);
	filter: sepia(80%);
}

.lang > a:hover {
     -webkit-filter: sepia(0%);
	filter: sepia(0%);
} 

@media screen and (max-width: 1024px) {
    
    .ph-search {
        margin-top: 15px;
    }

    .ph-search form {
        margin-top: 22px;
    }

}


.media-body > h4 {
    font-family: 'Smr MT', Arial;
    font-size: 16px;
}

.mt {
    font-family: 'Smr MT', Arial;
    text-transform: uppercase;
}

.thumbnail > a > img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.thumbnail > a:hover > img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.left-submanu,
.left-manuitem {
    display: block;
}

.list-group-item:hover {
    background: #104396;
}
.list-group-item:hover .left-submanu a {
     color: #fff;
}
.list-group-item:hover .left-manuitem {
    color: #fff;
    text-decoration: none;
}
.carousel-caption a{
    text-decoration: none;
    color: #fff;
}
.left-submanu {
    list-style: none;
}

.search-result {
    border-bottom: 1px #ccc solid;
}

.border {
    border:1px solid #e2e2e2;
    display:block;
    margin-bottom:10px;
}

.banners a.border {
    display:inline-block;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }

.banners img {
    max-width: 100%;
}

.banner-text {
    font-family: "SMR MT";
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: -100px;
    text-align: center;
    z-index: 99;
    color: #000;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.banners a:hover .banner-text {

    transition:  bottom 0.5s ease;
    bottom: 0;
}

.phCalendar .ui-datepicker {
    width: 100%;
}

.dxpnlControl_DevEx .thumbnail {
    overflow: hidden;
    max-height: 356px;
    min-height: 395px;
}

footer {
    background: #D7D7D7;
    padding: 20px 0 15px 0;
}

.footer-social {
    margin-top: 20px;
    margin-bottom: 10px;
}

.gradient {
  /* fallback */
  background-color: #999;
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#696969));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #696969, #999);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #696969, #999);

  /* IE 10 */
  background: -ms-linear-gradient(top, #696969, #999);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #696969, #999);
}

.padding-none {
    padding: 0;
}

.margin-none {
    margin: 0;
}

.padding-r20 {
    padding-right: 20px;
}

.hr {
    margin: 4px;
    border-top: 2px solid #7e8d9d;
}

.news {
    margin-top: -8px;
}

.news a {
    text-decoration: none;
}

.news .title {
    margin-bottom: 5px;
}

.news .date {
    font-weight: 400;
    line-height: 1;
    color: #777;
    margin-bottom: 5px;
}

.news .content {
    color: #333;
}

.news .eqWrap {
    display: flex;
}

.news .item {
    background: #FFF;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
} 

.news .eq {
    padding: 10px;
}

.news .equalHW {
    flex: 1;
}

.news .equalHMWrap {
    justify-content: space-between;
}

.news .equalHM {
    width: 33.3333%;
}

.news .equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .equalHMR {
    width: 33.3333%;
}

.news .equalHMVWrap {
    flex-wrap: wrap;
}

.news .equalHMV {
    width: 33.3333%;
    margin: 1%; 
}

.news .equalHMV:nth-of-type(3n) {
    margin-right: 0;    
}

.news .equalHMV:nth-of-type(3n+1) {
    margin-left: 0; 
}

.news .equalHMR .image {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}


@media screen and (max-width: 1024px) {
    .news-pinned .equalHMR .image img {
        width: 100%;
        height: auto;
    }

    .news .equalHMR {
        width: 100%;
    }
}

.news .equalHMR .image img {
    display: block;
    transition: transform .5s;
}
.news .equalHMR:hover img {
    transform: scale(1.15);
    transform-origin: 50% 50%;
}

.news .equalHMR:hover .item {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
} 


.news .equalHMR img {
    width: 100%;
    max-height: 212px;
}


/* PINNED */

.news-pinned {
    margin-top: 5px;
    margin-left: 5px;
}

.news-pinned a {
    text-decoration: none;
    color: #FFF;
}

.news-pinned .title {
    margin-bottom: 3px;
    font-weight: 500;
}

.news-pinned h5 {
    font-size: 16px;
    margin-top: 5px;
}

.news-pinned .date {
    font-weight: 400;
    line-height: 1;
    color: #ccc;
    margin-bottom: 5px;
}

.news-pinned .content {
    color: #333;
}

.news-pinned .eqWrap {
    display: flex;
}

.news-pinned .item {
    padding: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
} 

.news-pinned .equalHW {
    flex: 1;
}

.news-pinned .equalHMWrap {
    justify-content: space-between;
}

.news-pinned .equalHM {
    width: 50%;
}


.news-pinned .equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-pinned .equalHMR {
    width: 50%;
}

.news-pinned .equalHMVWrap {
    flex-wrap: wrap;
}

.news-pinned .equalHMV {
    width: 50%;
    margin: 1%; 
}

.news-pinned .equalHMV:nth-of-type(3n) {
    margin-right: 0;    
}

.news-pinned .equalHMV:nth-of-type(3n+1) {
    margin-left: 0; 
}

.news-pinned .equalHMR .image {
    height: 149px;
    overflow: hidden;
}
.news-pinned .image img {
    display: block;
    transition: transform .5s;
}
.news-pinned a:hover .image img {
    transform: scale(1.15);
    transform-origin: 50% 50%;
}

.news-pinned .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    display: flex;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 256px;
    display: block;
    position: relative;
}

.news-pinned .image-box {
    overflow: hidden;
    position: relative;
}

.news-pinned a:hover .image {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.15, M12=0, M21=0, M22=1.15, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.15, M12=0, M21=0, M22=1.15, SizingMethod='auto expand'); /* IE6 and 7 */
}



@media screen and (max-width: 1024px) {
    .news-pinned .col-md-6 {
        width: 100%!important;
        padding:0;
    }

    .news-pinned .col-md-6:last-child {
        margin-left: 0!important;
    }

    .content-box {
        padding: 15px;
    }

    .archive {
        text-align: left!important;
        margin-top: 10px;
    }
}

/*
.news-pinned .item_first {

}

.news-pinned .item_first:hover {
    transform: scale(1.15);
    transform-origin: 50% 50%;
}
*/
.caption-first {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding-left: 5px;
    padding-right: 5px;
}


.second-box {
    margin-top: 6px;
}


.news-pinned .caption {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding-left: 5px;
    padding-right: 5px;
}

.news-pinned .col-md-6 {
    width: calc(50% - 3px);
}

.news-pinned .col-md-6:last-child {
    margin-left: 6px;
}

.first-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    display: flex;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 256px;
    display: block;
    position: relative;
}

.first-image-box {
    overflow: hidden;
    position: relative;
}

a:hover .first-img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.15, M12=0, M21=0, M22=1.15, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.15, M12=0, M21=0, M22=1.15, SizingMethod='auto expand'); /* IE6 and 7 */
}


.news-pinned .equalHMR:hover .item {
    border-radius: 4px;
} 


.news-pinned .equalHMR img {
    width: 255px;
    height: 135px;
}

.daterangepicker {
    background: #FFF!important;
}

.applyBtn {
    background-color:#489f48 !important;
    border-color:none!important;
}

.btn-success:focus, .btn-success:hover {
    background-color:#489f48 !important;
    border-color:none !important;
}

input.daterange {
    color: #001f3f;
    font-size: 14px;
    font-family: Verdana;
    border: solid #dddddd 2px;
    padding: 7px 20px;
    border-radius: 8px;
    max-width: 255px;
    text-align: center;
    display: inline-block;
    width: calc(100% - 143px);
}

.news-pagg {
    margin-left: 12px;
}

.StaticPage {
    padding: 20px;
}

.pageContent h1 {
    margin-top: 3px;
}

.carousel h2 {
    font-size: 24px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.internalContent h2 {
    margin-top: 3px;
}

.internalContent .date {
    margin-bottom: 10px;
}


#fb-share-button {
    background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

#fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}

.smrForm h4 {
    margin-top: 0;
}

.required {
    color: red;
}

.mainImg img {
    width: 350px;
}


.search-page-block .search-page .filter-block{
    margin-bottom: 25px;
}
.search-page-block .search-page .filter-block input.search-keyword {
    color: #062a51;
    font-size: 20px;
    font-family: BebasNeueRegular;
    background: #dbe1e8;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px 20px;
    height: 53px;
    line-height: 53px;
}

.search-page-block .search-page .filter-block input.search-keyword:focus,
.search-page-block .search-page .filter-block input.search-keyword:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.search-page-block .search-page .filter-block button.btn {
    background: #002e5d;
    border: none;
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
    border-radius: 0px;
    height: 53px;
    line-height: 53px;
    padding: 0px 30px;
}

.search-page-block .search-page .filter-block .search-result-count {
    color: #ff5966;
    font-size: 12px;
    margin-top: 12px;
}
.search-page-block .search-page .content-block ul.items {
    margin-bottom: 50px;
}

.search-page-block .search-page .content-block ul.items *{
    font-size: 14px;
}
.search-page-block .search-page .content-block ul.items li{
    border-bottom: solid #d7dde3 1px;
    margin-bottom: 10px;
}
.search-page-block .search-page .content-block ul.items li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.search-page-block .search-page .content-block ul.items li.item .category{
    margin-bottom: 12px;
}
.search-page-block .search-page .content-block ul.items li.item .category *{
    color: #95a2b1;

}
.search-page-block .search-page .content-block ul.items li.item .text{
    margin-bottom: 20px;
}
.search-page-block .search-page .content-block ul.items li.item .text *{
    color: #062a51;
}
.search-page-block .search-page .content-block ul.items li.item .text .selected{
    color: #ff5966;
}

.banners .col-md-12 {
    margin-bottom: 10px;
}

.links {
    background: #FFF;
    padding: 30px;
    margin-top: 30px;
    border-top: 1px solid #d7d7d7;
}

.links h3 {
    margin-top: 0;
}

.links .item {
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.links .item a {
    padding: 0;
    padding-left: 0;
}

.links-i {
    width: 32px;
    float: left;
    margin-right: 10px;
}

.links-t {
    float: left;
    width: calc(100% - 42px);
}

.footer-logo {
    margin-top: -42px!important;
}