﻿@media (min-width: 1200px) {
  .modal-open header {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .issuesSubject ul .itemBox .tab:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .issuesSubject ul .itemBox a.tab:not([data-toggle$="tab"]):hover figure {
    background: #003f83;
  }
  .issuesSubject ul .itemBox.active figure {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .subjectSection .tab-content {
    background: #fff;
    text-align: center;
    line-height: normal;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .subjectSection .tab-pane {
    width: 100%;
    padding: 0 0 2.6%;
  }
  .subjectSection .tab-pane.active ul {
    padding: 0;
  }
  .subjectSection .link-tab {
    display: inline-block;
    margin: 0 0.9em 3em;
    height: auto;
  }
  .subjectSection .link-tab a {
    font-size: 1.6em;
    color: #004990;
    padding: 13px 17px;
    display: inline-block;
    border: 1px solid #004990;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .subjectSection .link-tab a:hover {
    color: #fff !important;
    background: #004990;
  }
  .searchReusltSection:first-child {
    padding-top: 150px;
  }
  .searchNoReusltSection.searchReusltSection {
    min-height: 538px;
  }
  .cardsSection .container-fluid {
    padding: 0 50px 0;
  }
  .cardsSection .content {
    margin: 25px -25px;
  }
  .cardsSection .content > div {
    padding: 20px 25px;
  }
  .btnFavourite {
    opacity: 0;
  }
  .btnFavourite:focus {
    opacity: 1;
  }
  .btnFavourite.active {
    opacity: 1;
    /*.remove {
                display: block;
            }

            .add {
                display: none;
            }*/
  }
  .card .title a {
    text-decoration: none;
  }
  .card .title a:hover {
    text-decoration: underline;
  }
  .card .box:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  .card .box:hover .btnFavourite {
    opacity: 1;
  }
  .selectList .btn:hover {
    color: #565656;
  }
  .selectList .btn:hover .hovered {
    display: block;
  }
  .selectList .btn:hover .regular {
    display: none;
  }
  .roleOfTheManagerSection.colorLightBlue {
    padding: 18px 0 80px;
  }
  .roleOfTheManagerSection.colorLightBlue .subTitle {
    min-height: 63px;
    font-size: 1.8em;
  }
  .roleOfTheManagerSection .navBarMenu {
    height: 70px;
    margin: 0 0 70px;
  }
  .roleOfTheManagerSection .issuesSubject ul {
    height: auto;
  }
  .roleOfTheManagerSection .issuesSubject ul .itemBox figure {
    width: 16.5em;
    height: 16.5em;
  }
  .roleOfTheManagerSection .issuesSubject ul .itemBox .title {
    font-size: 3em;
    height: 67px;
  }
  .recordSuccesSection {
    height: 438px;
  }
  .recordSuccesSection .pic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100.1%;
    display: block;
    z-index: 1;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .recordSuccesSection .textContainer {
    position: relative;
  }
  .sheet {
    padding: 20px 25px;
  }
  .sheet .box:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  .commonIssuesSection .subjectSection .link-tab a:hover {
    color: #fff;
    background: #004990;
  }
  .events-details .socialContact a:hover figure {
    background: #003173;
  }
  .events-details .topSection .container-fluid {
    padding-top: 90px;
  }
  .thumbnailSection .list {
    margin: -10px -10px 0;
  }
  .thumbnailSection .list li {
    padding: 10px;
  }
  .thumbnailSection .list .link:after {
    background-color: rgba(32, 39, 58, 0.7);
    -moz-animation: pulse 0.5s infinite alternate;
    -o-animation: pulse 0.5s infinite alternate;
    -webkit-animation: pulse 0.5s infinite alternate;
    animation: pulse 0.5s infinite alternate;
  }
  @-webkit-keyframes pulse {
    from {
      background-size: 18px 18px;
    }
    to {
      background-size: 28px 28px;
    }
  }
  @-moz-keyframes pulse {
    from {
      background-size: 18px 18px;
    }
    to {
      background-size: 28px 28px;
    }
  }
  @keyframes pulse {
    from {
      background-size: 18px 18px;
    }
    to {
      background-size: 28px 28px;
    }
  }
  .thumbnailSection .list .link.keyboard-focus:focus:after,
  .thumbnailSection .list .link:hover:after,
  .thumbnailSection .list .link.keyboard-focus:focus .textContainer,
  .thumbnailSection .list .link:hover .textContainer {
    opacity: 1;
    visibility: visible;
  }
  .thumbnailSection .list .pic {
    display: block;
    width: 100%;
  }
  .mapSection .imgContainer .floatContent {
    right: 14%;
  }
  .areasActivity .issuesSubject .container-fluid {
    padding: 0 50px;
  }
}
