/* Master Layout CSS */
.NoPadding {
  padding: 0px !important; }

.NoBorderRadius {
  border-radius: 0px !important; }

.BorderRight {
  border-right: 1px solid #DDD !important; }

.NoBorder {
  border: 0px !important; }

.NoMarginTop {
  margin-top: 0px !important; }

.MarginTop5 {
  margin-top: 5px; }

.MarginTop10 {
  margin-top: 10px; }

.MarginBottom20 {
  margin-bottom: 20px !important; }

.MarginBottomTop10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.PaddingLeft15 {
  padding-left: 15px; }

.Font15 {
  font-size: 15px; }

.Font16 {
  font-size: 16px; }

.Font18 {
  font-size: 18px; }

.FontNormal {
  font-weight: normal; }

.NoBackgroundColor {
  background-color: transparent !important; }

.TextBlack {
  color: black !important; }

.TextWhite {
  color: #ffffff !important; }

.TextOrange {
  color: #ff6600 !important; }

.TextGray6 {
  color: #666666; }

.TextGray3 {
  color: #333333 !important; }

.NoLeftPadding {
  padding-left: 0px !important; }

.Padding15 {
  padding: 15px !important; }

.BackgroundOrange {
  background: #ff6600; }

.BorderColor-Gray9 {
  border-color: #999999 !important; }

.image_width200 {
  max-width: 200px !important;
  height: 150px !important;
  margin: 0 auto;
  max-height: 150px; }
  .image_width200 img {
    max-height: 140px;
    height: auto;
    margin: 0 auto; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

a:focus {
  outline: none; }

body, div, .row {
  margin: 0px;
  padding: 0px; }

/* Mixins or Global Classes */
.text-white {
  color: white; }

.text-gray-c {
  color: #cccccc; }

.text-gray-9 {
  color: #999999; }

.text-gray-6 {
  color: #666666; }

.text-gray-3 {
  color: #333333; }

.text-gray-light {
  color: whitesmoke; }

.text-orange {
  color: #ff6600; }

.text-black {
  color: black; }

.BackgroundGrey2 {
  background: whitesmoke; }

.BackgroundGrey {
  background: white; }

body {
  padding-bottom: 70px; }

.footer {
  background: black;
  color: #cccccc;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 9999; }
  .footer a {
    color: #cccccc;
    padding: 0 7px; }
    .footer a:hover {
      color: #0099ff; }

@media (max-width: 1200px) {
  body {
    padding-bottom: 90px; } }
@media (max-width: 480px) {
  body {
    padding-bottom: 0px; }

  .footer {
    position: relative; } }
.panel {
  border: 1px solid #c2c2c2;
  background-color: #ebebeb; }

.icon-social {
  background-image: url(../images/icon-sprite.png); }

.icon-facebook {
  background-position: 0 0;
  width: 46px;
  height: 56px;
  display: inline-block; }
  .icon-facebook:hover {
    background-position: 0 -58px; }

.icon-gplus {
  width: 46px;
  height: 56px;
  background-position: -96px 0;
  display: inline-block; }
  .icon-gplus:hover {
    background-position: -96px -58px; }

.icon-youtube {
  background-position: -189px 0;
  width: 46px;
  height: 56px;
  display: inline-block; }
  .icon-youtube:hover {
    background-position: -189px -58px; }

.container {
  position: relative; }

.navbar-default .mainPageLink {
  background: #00a651;
  padding: 20px 10px 2px 10px;
  border-radius: 10px;
  width: auto;
  margin-top: -20px;
  position: absolute;
  right: 25px; }
  .navbar-default .mainPageLink label {
    font-weight: normal;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .navbar-default .mainPageLink a {
    color: white !important;
    font-size: 14px; }

.master-banner {
  background: url("../images/banner-bg.jpg") repeat-x bottom;
  min-height: 300px; }
  .master-banner .bannerImage {
    margin: 20px 0; }
  .master-banner .sectionBannerText {
    margin: 20px 0;
    font-size: 28px;
    color: #666666; }
  .master-banner .sectionSocial {
    padding-top: 80px;
    font-size: 24px; }
    .master-banner .sectionSocial label {
      display: block; }

.subscriptionSection {
  background: #ff6600;
  padding: 5px;
  font-size: 2em;
  color: #fff; }
  .subscriptionSection button {
    background: #a04000;
    border: 2px solid #a04000;
    font-size: 18px;
    height: 43px; }
  .subscriptionSection input[type=text] {
    color: #999999;
    font-size: 18px;
    height: 43px;
    border: 0; }

.news-update {
  margin-top: 20px; }

.pushTop10 {
  margin-top: 10px; }

.pushTop25 {
  margin-top: 25px; }

.pullLeft15 {
  margin-left: -15px; }

.whatsNew {
  border: 7px solid #ffcc00;
  width: 100%;
  position: relative; }
  .whatsNew .whatsNew_content {
    text-align: center;
    border: 5px solid black;
    overflow: hidden;
    width: 100%;
    min-height: 250px;
    padding: 0px 0 0 0; }
    .whatsNew .whatsNew_content img {
      max-width: 100%; }
    .whatsNew .whatsNew_content label {
      font-size: 14px;
      margin-top: 20px; }
  .whatsNew .txt-whatsNew {
    position: absolute;
    left: -10px;
    top: -10px; }

.blockHeading {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: block; }

.blockHeading_article {
  font-size: 18px;
  font-weight: normal; }

.article_date {
  font-size: 12px;
  color: #ff6600;
  margin-top: -5px;
  display: inline-block;
  padding-left: 5px; }
  .article_date a {
    color: #ff6600; }

.thumbnail_article {
  width: 150px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
  display: inline-block;
  float: left; }

.mapview {
  border: 5px solid #999999; }

.MainHeading {
  border-bottom: 1px solid #A1A1A1;
  margin-bottom: 32px; }

.SubPage_MainHeading {
  border-bottom: 1px solid #A1A1A1;
  margin-bottom: 10px; }

.innerPanelContainer .ContentBlock {
  margin-top: 0px; }
  .innerPanelContainer .ContentBlock .commentBlock {
    margin-left: 68px; }
    .innerPanelContainer .ContentBlock .commentBlock h3 {
      margin-top: 0px; }
  .innerPanelContainer .ContentBlock h3 {
    font-size: 20px;
    margin-top: 0px;
    color: #ff6600; }
  .innerPanelContainer .ContentBlock a {
    color: black; }
    .innerPanelContainer .ContentBlock a:hover {
      color: #ff6600;
      text-decoration: none; }
  .innerPanelContainer .ContentBlock .SmallBlock {
    width: 125px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
    margin-top: 10px; }
    .innerPanelContainer .ContentBlock .SmallBlock.countBlock {
      width: 40px;
      margin-right: 0px; }
.innerPanelContainer .PicBlock-subPage img {
  width: 100%; }
.innerPanelContainer .FieldBlock label {
  font-weight: normal;
  margin-bottom: 0px; }
.innerPanelContainer .FieldBlock input {
  height: 33px;
  margin-bottom: 10px; }
.innerPanelContainer .FieldBlock input, .innerPanelContainer .FieldBlock textarea {
  width: 100%;
  border: 1px solid #ff6600; }

.customPagination li a {
  font-size: 20px;
  color: #999999;
  border-color: #999999; }
  .customPagination li a:hover {
    background-color: #ff6600;
    border-color: #ff6600;
    color: white; }
  .customPagination li a.BtnNext {
    background-color: #ff6600;
    color: white;
    margin-left: 10px; }
  .customPagination li a.BtnPrev {
    margin-right: 10px; }
.customPagination li.active a {
  background-color: #ff6600;
  color: white;
  border-color: #999999; }
  .customPagination li.active a:focus, .customPagination li.active a:hover {
    background-color: #ff6600;
    color: white;
    border-color: #999999; }

.searchBlock {
  margin-bottom: 0px;
  margin-top: 25px;
  width: 250px;
  float: right; }
  .searchBlock input {
    background: #ebebeb;
    box-shadow: none;
    border: 0px;
    width: 208px;
    height: 34px;
    color: #f1c9ba;
    padding: 0 0 0px 15px; }
  .searchBlock .BtnSearch {
    height: 34px;
    padding: 0 12px;
    background-color: #ff6600;
    color: white;
    border: 1px solid #ff6600;
    vertical-align: bottom;
    border-radius: 0px; }
  .searchBlock.search-list-Block {
    width: 96%;
    float: none;
    margin: 2% auto; }
    .searchBlock.search-list-Block input {
      width: 86%;
      background: white; }
    .searchBlock.search-list-Block .BtnSearch {
      width: 12.5%;
      padding: 0px; }

.social-inner-Block i.icon-custom-inner {
  background: url(../images/icon-inner-social.png) left top no-repeat;
  width: 44px;
  height: 50px;
  display: inline-block; }
  .social-inner-Block i.icon-custom-inner.icon-facebook {
    background-position: 0 0; }
  .social-inner-Block i.icon-custom-inner.icon-google {
    background-position: -53px 0; }
  .social-inner-Block i.icon-custom-inner.icon-youtube {
    background-position: -106px 0; }

.verticalTab-Block {
  margin-top: 55px; }
  .verticalTab-Block .verticalTabs .list-group {
    border-radius: 4px;
    border: 1px solid #cccccc;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px; }
    .verticalTab-Block .verticalTabs .list-group li {
      list-style: none; }
      .verticalTab-Block .verticalTabs .list-group li a {
        font-size: 18px;
        color: #333333;
        background: whitesmoke;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-color: #cccccc; }
        .verticalTab-Block .verticalTabs .list-group li a.active, .verticalTab-Block .verticalTabs .list-group li a:hover {
          border-color: #cccccc; }
        .verticalTab-Block .verticalTabs .list-group li a i {
          font-size: 25px;
          font-weight: lighter; }
      .verticalTab-Block .verticalTabs .list-group li.active a, .verticalTab-Block .verticalTabs .list-group li:hover a {
        background: #ff6600;
        color: white; }
  .verticalTab-Block .verticalTabs.list-Block {
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #e6e2e1; }
    .verticalTab-Block .verticalTabs.list-Block .list-group {
      border: 0px;
      border-radius: 0px;
      height: 400px;
      overflow-y: scroll;
      overflow-x: hidden; }
      .verticalTab-Block .verticalTabs.list-Block .list-group li a {
        border: 0px;
        background: #e6e2e1;
        font-size: 20px; }
        .verticalTab-Block .verticalTabs.list-Block .list-group li a p {
          font-size: 14px;
          margin-bottom: 0px; }
      .verticalTab-Block .verticalTabs.list-Block .list-group li.active a, .verticalTab-Block .verticalTabs.list-Block .list-group li:hover a {
        background: #ff6600;
        color: white; }
  .verticalTab-Block .MobileTabs {
    display: none; }
    .verticalTab-Block .MobileTabs li {
      list-style: none; }
      .verticalTab-Block .MobileTabs li .big-dropdown {
        background: #ff6600;
        color: white;
        font-size: 18px;
        border-radius: 4px; }
        .verticalTab-Block .MobileTabs li .big-dropdown .caret {
          margin-top: -28px; }
        .verticalTab-Block .MobileTabs li .big-dropdown .custom_caret {
          margin-top: 12px; }
      .verticalTab-Block .MobileTabs li .big-menu {
        padding: 0px;
        margin: 0px;
        overflow: hidden; }
        .verticalTab-Block .MobileTabs li .big-menu li a {
          border: 0;
          border-bottom: 1px solid #cccccc;
          font-size: 16px;
          border-radius: 0px;
          white-space: normal; }
        .verticalTab-Block .MobileTabs li .big-menu li.active a, .verticalTab-Block .MobileTabs li .big-menu li:hover a {
          background: #ff6600;
          color: white; }
        .verticalTab-Block .MobileTabs li .big-menu li:last-child a {
          border-bottom: 0px; }
    .verticalTab-Block .MobileTabs.list-Block {
      background: #ff6600;
      border-radius: 4px; }
      .verticalTab-Block .MobileTabs.list-Block .search-list-Block {
        padding: 15px 6px;
        height: 56px; }
        .verticalTab-Block .MobileTabs.list-Block .search-list-Block input {
          border-radius: 0px; }
        .verticalTab-Block .MobileTabs.list-Block .search-list-Block .BtnSearch {
          border: 1px solid; }
      .verticalTab-Block .MobileTabs.list-Block li .big-dropdown {
        background: none;
        border-radius: 0px 0px 4px 4px;
        border: 0px;
        border-top: 1px solid #D55805; }
        .verticalTab-Block .MobileTabs.list-Block li .big-dropdown .caret {
          position: absolute;
          top: 20px;
          right: 20px;
          vertical-align: middle;
          margin: 0px; }
        .verticalTab-Block .MobileTabs.list-Block li .big-dropdown p {
          margin-bottom: 0px; }
      .verticalTab-Block .MobileTabs.list-Block li .big-menu {
        height: 150px;
        overflow-y: scroll;
        overflow-x: hidden; }
        .verticalTab-Block .MobileTabs.list-Block li .big-menu p {
          margin: 0px; }
  .verticalTab-Block.blueTheme .verticalTabs .list-group li.active a, .verticalTab-Block.blueTheme .verticalTabs .list-group li:hover a {
  //  background: #0099ff; 
  }
  .verticalTab-Block.blueTheme .MobileTabs li .big-menu li.active a, .verticalTab-Block.blueTheme .MobileTabs li .big-menu li:hover a {
  //  background: #0099ff; 
  }

.PicBlock img {
  width: 100%;
  height: 118px; }
.PicBlock .small-image {
  width: 48px !important;
  height: 48px !important;
  float: left; }

.descriptionBlock .SmallBlock {
  margin-right: 0px !important; }

.filter_block {
  margin-top: 0px !important; }

.scoreModal {
  z-index: 10000;
  vertical-align: middle; }
  .scoreModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .scoreModal .modal-dialog .modal-content {
      background: none;
      box-shadow: none;
      border: 0px;
      width: 100%;
      height: 100%; }
      .scoreModal .modal-dialog .modal-content .modal-body {
        height: 100%; }
        .scoreModal .modal-dialog .modal-content .modal-body iframe {
          height: 100%; }
  .scoreModal button.close {
    margin-top: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #FFF;
    position: absolute;
    right: 9px;
    top: 7px;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1; }

.makeCenterOuter {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }

.makeCenterInner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.makeCenterOuter .makeCenterInner img {
  max-width: 100%;
  width: auto;
  margin: 0 auto; }

@-moz-document url-prefix() {
  .image_width180 .makeCenterOuter .makeCenterInner img, .imageThumb .makeCenterOuter .makeCenterInner img, .verticalContent .makeCenterOuter .makeCenterInner img {
    width: 100%; } }

.imageFrame {
  display: table;
  margin: 0 auto; }

.fitImage {
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
  .fitImage img {
    margin: 0 auto; }

.sliderBlock li .fitImage {
  height: 151px; }
  .sliderBlock li .fitImage img {
    display: inline; }

.projectsBlock li .fitImage {
  height: 136px; }

.thumbnail_article .fitImage {
  height: 100px; }

.image_width {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto; }
  .image_width .fitImage {
    height: 140px; }

.inner-image {
  /*height:450px;*/
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto; }
  .inner-image .imageFrame {
    display: table;
    /*float: left;*/ }
  .inner-image .fitImage {
    /*height:450px;*/ }

/*.scoreModal{
		.modal-dialog{
			width: 100%;
			height: 90%;
			.modal-body{
				height: 100%;
				iframe{
					height: 100%;
				}
			}
		}
	}*/
