/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width: 767px) {
  .signup-wrapper .newsletter {
    display: none;
  }
  .spotlight .carousel-control
  {
    display: none;
  }
  .page-inner {
    margin-bottom: 20px;
  }
  .jcarousel img {
    border-right: 2px solid #fff;
  }
  .logo {
    width: 105px;
    display: block;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .navbar-wrapper .navbar {
    min-height: 0;
    margin: 0;
  }
  .wrap-global,
  .lang-wrap {
    float: none;
  }
  .wrap-global {
    position: relative;
  }
  .navbar-default .navbar-nav > li {
    background: none;
    padding: 10px;
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .navbar-default .navbar-nav > li.active > a:before,
  .navbar-default .navbar-nav > li.active:hover > a:before,
  .navbar-default .navbar-nav > li:hover > a:before {
    display: none;
  }
  .navbar-default .navbar-nav > li:first-child {
    border-top: none;
  }
  .navbar-collapse {
    max-height: 100%;
  }
  .navbar-global {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar-global li {
    float: none;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .navbar-global li a {
    font-family: 'RobotoBold';
    font-size: 1.143em;
    padding: 3px 0;
  }
  .wrap-global {
    margin-bottom: 0;
  }
  .lang-wrap {
    padding-bottom: 53px;
  }
  .dropdown-menu {
    padding: 10px 0;
  }
  .dropdown-menu:before {
    display: none;
  }
  .dropdown-menu li a {
    /*text-transform: none;*/
    font-family: 'RobotoBold';
    font-size: 16px;
  }
  .navbar-nav > li > a {
    display: inline-block;
    position: relative;
  }
  .navbar-nav > li.dropdown > a {
    position: relative;
    padding-right: 15px;
  }
  .navbar-nav > li.dropdown > a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
  }
  .navbar-nav .dropdown-menu {
    background-color: #204293;
  }
  .navbar-nav .dropdown-menu > li > a {
    padding: 8px 20px;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    background: #f3f3f3;
  }
  .form-search {
    width: 100%;
    margin-left: 0;
    margin-top: 45px;
    position: absolute;
  }
  .form-search .input-search {
    width: 89%;
  }
  .form-search .btn-search {
    float: right;
    overflow: hidden;
  }
  .hme-widget {
    margin-bottom: 15px;
  }
  .footer-logos ul {
    padding-left: 0;
  }
  .footer-logos li {
    padding: 0 5px;
  }
  .signup-wrapper .newsletter {
    width: 95%;
  }
  .signup-wrapper .newsletter h3 {
    margin-bottom: 5px;
  }
  .navbar-form {
    padding: 0 0 12px;
    width: 100%;
    position: relative;
  }
  .signup-wrapper .navbar-form .error {
    bottom: -2px;
    left: 14px;
  }
  .navbar-form .form-group {
    width: 100%;
  }
  .signup-wrapper .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .follow-us {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-left: 10px;
    padding-top: 5px;
  }
  .follow-us li {
    margin-left: 10px;
  }
  .follow-us li:first-child {
    margin-left: 0;
  }
  .signup-wrapper {
    margin-bottom: 50px;
  }
  .sitemap.btn-toggle {
    bottom: -55px;
    left: -17px;
  }
  .sitemap-wrapper {
    padding-bottom: 10px;
  }
  .carousel-caption,
  .spotlight-inner .caption {
    bottom: 13px;
    display: block;
    left: 15px;
    padding: 10px 15px;
    width: 59%;
  }
  .spotlight-inner .caption {
    bottom: auto;
  }
  .carousel-caption h1,
  .spotlight-inner .caption h1 {
    font-family: 'RobotoBold';
    font-size: 1.3em;
    line-height: 1em;
    margin: 0 0 5px;
  }
  .carousel-caption p {
    display: none;
  }
  div.spotlight-inner .caption {
    padding: 6px 10px;
    top: auto;
    bottom: 5px;
  }
  div.spotlight-inner .caption h1 {
    font-size: 1.2em;
  }
  .spotlight-inner .caption p {
    font: normal .8em/1.2em'RobotoBold', arial, verdana;
    margin-bottom: 0;
  }
  .carousel-caption .more {
    font-size: 1em;
  }
  /*.spotlight.carousel {
    margin-bottom: 75px;
  }*/
  .wrap-popup-video .container {
    width: 62%;
  }
  .spotlight .carousel-indicators li {
    float: left;
    line-height: 13px;
    height: 53px;
  }
  .spotlight .carousel-indicators li.active {
    height: 53px;
  }
  .spotlight .carousel-indicators li,
  .spotlight .carousel-indicators li.active {
    width: 25%;
    margin-left: 0;
  }
  .spotlight .carousel-indicators li a:after {
    /*display: none;*/
  }
  .spotlight .carousel-indicators li a.more.video:after {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
  }
  .spotlight .carousel-indicators li a {
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    padding-left: 0;
  }
  .spotlight .carousel-indicators {
    margin-bottom: -43px;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover {
    background: none;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #204293;
    height: 3px;
    width: 23px;
  }
  .lang-wrap {
    display: block;
  }
  .lang-wrap .lang-dropdown {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    width: 100%;
    border: 0;
    overflow: hidden;
    padding: 0;
  }
  .lang-wrap:after {
    display: none;
  }
  .lang-dropdown li {
    width: 49%;
    margin-left: 1%;
    float: left;
    background: #eee;
    text-align: center;
    border: 0;
  }
  .lang-dropdown li:first-child {
    margin: 0;
  }
  .lang-dropdown li a {
    padding: 5px 10px;
    display: block;
  }
  .wrap-global {
    margin: 15px -15px 0;
  }
  .wrap-global,
  .lang-wrap {
    float: none;
  }
  .news-scroller h3 {
    padding-left: 0;
    margin: 0 0 5px;
  }
  .news-scroller h3:after {
    display: none;
  }
  .news-scroller p {
    margin: 0 0 5px;
  }
  .jq-news-ticker {
    width: 100%;
    height: 45px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .jq-news-ticker ul {
    padding-left: 0;
  }
  .news-btn {
    top: -28px;
    left: auto;
  }
  .news-btn .btn-prev {
    right: 32px;
  }
  .news-btn .btn-next {
    right: 0;
  }
  .wrap-popup-video .row {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .wrap-popup-video .close {
    background-position: -4px -455px;
    right: 25px;
    top: 25px;
    width: 35px;
    height: 35px;
  }
  .video-responsive {
    padding-top: 0;
    padding-bottom: 45%;
  }
  .wrap-popup-video .close {
    position: relative;
    right: auto;
    top: auto;
  }
  .hme-widget {
    height: auto !important;
    padding: 10px;
  }
  .hme-widget .carousel .item,
  .hme-widget .carousel {
    height: auto !important;
  }
  .hme-widget .carousel-inner {
    padding-bottom: 15px;
  }
  .hme-widget .more {
    position: relative;
    bottom: auto;
  }
  .our-projects .more {
    position: absolute;
    bottom: -10px;
  }
  .hme-widget p {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .inner-page-wrap {
    width: 100%;
    margin-top: 0;
  }
  .project-info .wrap-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .project-info .wrap-thumb img {
    width: 100%;
    height: auto;
  }
  .listing-search-result .info {
    width: 100%;
  }
  .listing-search-result .quick-facts {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
  .slide-details {
    padding: 5px;
  }
  .slide-details p {
    display: none;
  }
  .slide-details h5 {
    font-size: .8em;
  }
  .wrap-search-project,
  .wrap-filter {
    margin: -30px 0 0;
    padding: 20px 15px;
  }
  .wrap-search-project h3,
  .wrap-filter h3 {
    padding-right: 0;
    background: none;
    width: 100%;
  }
  .wrap-search-project .btn {
    width: 100%;
    margin-top: 0;
    margin-top: 5px;
  }
  .wrap-search-project .block-right {
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #CDC02B;
    margin-top: 0;
    min-height: 50px;
    width: 100%;
    display: none;
  }
  .wrap-link-project {
    border-top: 1px solid #D1D0D0;
    width: 100%;
    padding: 20px 0 25px 0;
    margin: 30px 0 -25px;
    display: block;
  }
  .wrap-search-project label,
  .wrap-filter label {
    width: 100%;
    margin-right: 0;
    font-size: 1.1em;
  }
  .search-project {
    width: 100%;
  }
  .search-project .bg-select,
  .search-project .bg-calendar {
    display: block;
    float: left;
    width: 100%;
  }
  .search-project .bg-calendar input {
    width: 100%;
  }
  .search-project .error {
    bottom: -19px;
    right: auto;
    left: 12px;
  }
  .wrap-search-project li,
  .wrap-filter li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .wrap-filter {
    margin: 0 0 20px;
  }
  .wrap-filter li {
    margin-left: 0;
  }
  .link-projects {
    margin-top: 0;
  }
  .pagination {
    margin-bottom: 0;
  }
  .pagination li {
    background-position: left 23px;
    padding-left: 8px;
    margin-bottom: 0;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 37px;
  }
  .pagination li.prev a,
  .pagination li.next a {
    height: 63px;
    width: 37px;
  }
  .pagination li.first {
    padding-left: 0;
  }
  .pagination li a {
    padding-right: 0;
    padding-left: 5px;
    font-size: 1.3em;
    line-height: 1em;
  }
  .pagination li.prev a {
    background-position: 10px -240px;
  }
  .pagination li.next a {
    background-position: -11px -340px;
  }
  .pagination li:hover span {
    border-bottom: 4px solid #fff;
    color: #999;
  }
  .shift-right {
    border: none;
    right: 0;
  }
  .aside-bg {
    display: none;
  }
  .wrap-location-info .location {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .wrap-location-info .location img {
    height: auto;
    width: 100%;
  }
  .quick-facts-wrap {
    width: 100%;
  }
  .wrap-project-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrap-project-info li,
  .wrap-project-info .country,
  .wrap-project-info .project {
    margin-right: 0;
    width: 100%;
  }
  .wrap-project-info label {
    font-size: 1.1em;
    width: 157px;
  }
  .project-gallery {
    width: 100%;
    margin-left: 0;
  }
  .project-gallery .item li {
    width: 23%;
  }
  .project-gallery .item li img {
    height: auto;
    width: 100%;
  }
  .project-gallery .video-play,
  .project-gallery .audio-play {
    height: 32px;
    width: 32px;
    margin-top: -16px;
    margin-left: -16px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .project-gallery .jcarousel-control-prev,
  .project-gallery .jcarousel-control-next {
    bottom: auto;
    height: auto;
    height: 25px;
    width: 27px;
    top: -35px;
  }
  .project-gallery .jcarousel-control-prev {
    background: #F1CC22 url("../img/sprite.png") no-repeat 8px -761px;
    left: auto;
    right: 50px;
  }
  .project-gallery .jcarousel-control-next {
    background: #F1CC22 url("../img/sprite.png") no-repeat 8px -720px;
    right: 10px;
    left: auto;
  }
  aside.shift-right {
    margin-top: 20px;
  }
  .camera_thumbs_cont {
    width: 100%;
  }
  .camera_prev,
  .camera_next,
  .page-detail .camera_prev,
  .page-detail .camera_next {
    bottom: 60%;
    margin-bottom: -32px;
    height: 64px;
    top: auto;
    width: 10%;
  }
  .popup-modal-dismiss {
    background: url("../img/sprite.png") no-repeat -3px -455px;
    width: 35px;
    height: 35px;
  }
  .hme-widget.wid-latest-news .more {
    bottom: 0;
  }
  aside .wid-latest-news {
    padding-bottom: 20px;
  }
  aside .global-partners .more {
    bottom: 0;
  }
  .map-wrap h1 {
    font-size: 2em;
    float: none;
    margin-right: 0;
  }
  .spotlight-info {
    left: auto;
    margin-left: auto;
    padding: 15px 10px;
    width: 100%;
  }
  .loader {
    display: none;
  }
  .map-status {
    left: 15px;
    margin-left: 0;
    bottom: 8px;
    display: none;
  }
  .fullview {
    bottom: 52px;
    right: 15px;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .camera_img_details .details {
    display: none;
  }
  .world-map {
    margin-top: 130px;
    display: none;
    height: 350px;
  }
  .map-wrap {
    min-height: 56px;
  }
  .map-wrap .spotlight-info {
    position: relative;
  }
  .map-wrap .spotlight-info .details p {
    display: none;
  }
  .fullview {
    display: none;
    top: 150px;
  }
  .country-tooltip {
    padding: 15px;
    min-width: 155px;
  }
  .country-tooltip:after {
    display: none;
  }
  .country-tooltip h2 {
    font-size: 1.1em;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .country-tooltip p {
    font-size: 0.8em;
  }
  .page-detail h2 {
    margin-right: 0;
    font: bold 1.5em/1em arial, verdana;
    width: 100%;
  }
  .utilities li {
    padding-left: 15px;
    margin-left: 15px;
  }
  .wrap-utilities {
    margin-top: 20px;
  }
  .page-detail .camera_thumbs_cont ul li > img {
    width: 148px;
    height: 74px;
  }
  .page-detail .camera_thumbs_cont {
    width: 100%;
  }
  .page-detail .camera_thumbs_cont ul {
    padding-left: 0;
  }
  .spotlight-min {
    margin: -30px -15px 30px;
  }
  .spotlight-min .img-wrap {
    float: none;
    width: 100%;
  }
  .spotlight-min .img-wrap img {
    width: 100%;
    height: auto;
  }
  .spotlight-min .caption {
    padding: 15px;
  }
  .spotlight-min h1 {
    font-size: 2.2em;
  }
  .spotlight-min p {
    margin-bottom: 0;
  }
  .spotlight-min:after {
    background-position: center top;
    left: auto;
    margin-left: 0;
    width: 100%;
  }
  .listing .wrap-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .listing .wrap-thumb .thumb {
    width: 100%;
    height: auto;
  }
  .content-main .pre-loader {
    top: 500px;
    z-index: 2;
  }
  .wid-events .wrap-thumb .thumb {
    width: 100%;
  }
  .community-box .thumb {
    width: 100%;
  }
  .community-box .wrap-thumb {
    margin-bottom: 10px;
    width: 100%;
  }
  /*...popup fix..*/
  .mfp-content .cameraSlide.cameracurrent img {
    margin-left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .mfp-content .cameraSlide.cameracurrent .camerarelative {
    width: 100% !important;
  }
  .listing-operations {
    margin-left: 0;
  }
  .career-widget {
    margin-left: 0;
  }
  .page-detail .camera_command_wrap {
    margin-left: -6px;
  }
  .highlight-info {
    padding: 15px;
  }
  .highlight-info .wrap-thumb {
    margin: 0 0 15px;
    width: 100%;
  }
  .highlight-info .wrap-thumb img {
    height: auto;
    width: 100%;
  }
  /*...popup fix ends...*/
  .career-carousel {
    margin-bottom: 30px;
  }
  .media-center .news {
    margin-bottom: 20px;
  }
  .media-center .wid-events {
    margin-bottom: 20px;
  }
  .media-center .wid-events.last {
    margin-bottom: 0;
  }
  .media-center .bottom-wid .wid-events {
    min-height: 200px;
  }
  .wid-timeline .wrap-timeline-dates,
  .wrap-timeline-dates .jcarousel-wrapper {
    width: 100%;
  }
  .wrap-timeline-dates .jcarousel-wrapper {
    margin-left: 0;
  }
  #timeline-events .wrap-thumb-mid img {
    margin-left: 0;
  }
  #timeline-events .wrap-thumb-top img {
    float: left;
    margin-left: 0;
  }
  #timeline-events .wrap-thumb-bottom img {
    margin-left: 0;
  }
  #timeline-events .wrap-thumb-mid {
    margin-left: 0;
  }
  #timeline-events .wrap-thumb-top .thumb-wrap,
  #timeline-events .wrap-thumb-mid .thumb-wrap,
  #timeline-events .wrap-thumb-bottom .thumb-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  #timeline-events .wrap-thumb-top .thumb-wrap {
    width: 43%;
  }
  #timeline-events .wrap-thumb-bottom .thumb-wrap {
    width: 100%;
    height: auto;
  }
  #timeline-events .wrap-thumb-mid .popup-modal {
    width: 100%;
  }
  #timeline-events .wrap-thumb-mid img {
    display: block;
    width: 100%;
    height: auto;
  }
  #timeline-events .wrap-thumb-mid {
    right: 0 !important;
  }
  #timeline-events li p {
    margin-right: 0;
  }
  .wrap-thumb-top .popup-modal,
  .wrap-thumb-bottom .popup-modal {
    width: 43%;
  }
  #timeline-events .wrap-thumb-bottom {
    position: absolute;
    right: 0;
    top: 22px;
    width: 43%;
    padding-right: 6px;
  }
  #timeline-events .wrap-thumb-top img,
  #timeline-events .wrap-thumb-bottom img {
    margin-right: 0;
    height: auto;
    width: 100%;
    margin-right: 0;
  }
  #timeline-events .wrap-thumb-bottom a {
    width: 100%;
  }
  #timeline-dates li.current {
    padding: 24px 0 14px;
  }
  .wrap-timeline-dates .jcarousel-control-prev,
  .wrap-timeline-dates .jcarousel-control-next {
    bottom: auto;
    height: auto;
    height: 25px;
    width: 27px;
    top: -28px;
  }
  .wrap-timeline-dates .jcarousel-control-prev {
    background: #F1CC22 url("../img/sprite.png") no-repeat 8px -761px;
    left: auto;
    right: 40px;
  }
  .wrap-timeline-dates .jcarousel-control-next {
    background: #F1CC22 url("../img/sprite.png") no-repeat 8px -720px;
    right: 0px;
    left: auto;
  }
  .timeline-event-wrap[class*="block-"] {
    display: none;
  }
  #timeline-events li .date {
    font-size: 60vw;
    top: -52px;
  }
  .wrap-history-legacy {
    padding: 20px 15px 25px;
    margin-top: -20px;
    margin-bottom: 5px;
  }
  .wrap-history-legacy h3 {
    font-size: 1.1em;
  }
  .info-history-legacy .thumb-listing {
    margin-right: 0;
  }
  .info-history-legacy .thumb-listing li {
    width: 32%;
  }
  .info-history-legacy .thumb-listing img {
    height: auto;
    width: 100%;
  }
  .inner-wid-box {
    margin-bottom: 20px;
  }
  .content-contact {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-location-info .block-left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .contact-location-info .block-right {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .wrap-office-location {
    margin-bottom: 15px;
  }
  .wrap-office-location .wrap-map {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  .wrap-office-location .wrap-map img {
    height: auto;
    width: 100%;
  }
  .wrap-office-location .info-address {
    overflow: visible;
    clear: both;
  }
  #recaptcha_response_field {
    width: 80%;
  }
  #recaptcha_image img,
  .message-wrap .wrap-thumb img {
    width: 100%;
    height: auto;
  }
  .message-wrap {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .message-wrap .wrap-thumb {
    width: 100%;
    margin-right: 0;
  }
  .message-wrap .wrap-thumb img {
    margin-bottom: 10px;
  }
  .corporate-block .wrap-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .corporate-block {
    padding: 20px;
  }
  .corporate-block .wrap-thumb img {
    height: auto;
    width: 100%;
  }
  .wrap-error {
    width: 100%;
    margin: 0 auto;
  }
  .wrap-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
  }
  .wrap-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .form-wrap-popup li {
    width: 100%;
  }
  .popup-contact .wrap-title {
    padding: 25px 0;
    margin: 0 20px;
  }
  .form-wrap-popup {
    padding: 30px 20px 50px;
  }
  .search-result-block .txt {
    margin-right: 5px;
  }
  .white-popup-block .btn-wrap button {
    padding: 8px 20px;
  }
  .hme-widget img {
    height: 165px;
  }
  .carousel-inner {
    height: auto !important;
  }
  .hme-widget .carousel-indicators {
    /*bottom: -8px !important;*/
  }
  .navbar-nav > li > .dropdown-menu {
    display: block;
    background: none;
  }
}
@media (max-width: 420px) {
  .spotlight .carousel-inner {
    overflow: visible;
  }
  .wrap-popup-video .container {
    width: 100%;
  }
  .hme-widget {
    height: 350px !important;
  }
  .career-detail .career-carousel-details {
    min-height: 385px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .close-video {
    background: url("../img/sprite.png") no-repeat -4px -455px;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0px;
    top: -40px;
    opacity: 1;
  }
  .popup-videos span.close {
    display: none !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .close-video {
    background: url("../img/sprite.png") no-repeat -4px -455px;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0px;
    top: -40px;
    opacity: 1;
  }
  .popup-videos span.close {
    display: none !important;
  }
  .career-detail .carousel-control.right,
  .career-detail .carousel-control.left {
    top: 16%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .media-center .bottom-wid .wid-events {
    min-height: 375px;
  }
  .about-us-widget {
    padding: 10px;
  }
  header .col-md-3 {
    width: 30%;
    float: left;
  }
  header .col-md-9 {
    width: 70%;
    float: left;
  }
  .navbar-wrapper .navbar {
    padding: 0;
  }
  header {
    padding-bottom: 10px;
  }
  .navbar-nav > li {
    padding: 0 0 0 10px;
    margin: 0;
    background: none;
  }
  .navbar-nav > li > a {
    font-size: 0.929em;
  }
  .wrap-search-project {
    padding: 20px 10px;
  }
  .wrap-search-project h3 {
    width: 125px;
    padding-right: 18px;
    font-size: 1.23em;
    margin-right: 8px;
    padding-bottom: 3px;
  }
  .wrap-search-project label {
    font-size: 1.1em;
    margin-right: 7px;
  }
  .wrap-search-project li {
    margin-right: 8px;
  }
  .block-right .link-projects {
    padding-right: 22px;
  }
  .wrap-search-project .block-right {
    clear: right;
  }
  .block-right .link-projects {
    margin-top: 10px;
  }
  .wrap-global {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .info-history-legacy .details {
    display: block !important;
    float: left;
  }
  .spotlight-info h1 {
    float: none;
  }
  .prospective-regions .spotlight-info {
    position: relative;
  }
  .prospective-regions .spotlight-info .details p {
    display: none;
  }
  .knob-container {
    margin-bottom: 25px;
  }

  .navbar-footer {
    width: 100%;
  }
  /*inner spotlight content size adjust start*/
  .spotlight-inner .caption {
    bottom: auto;
    padding: 20px;
    top: 25px;
  }
  .spotlight-inner .caption h1 {
    font-size: 1.6em;
  }
  .spotlight-inner .caption p {
    font: normal .9em/1.2em'RobotoBold', arial, verdana;
    margin-bottom: 0;
  }
  .hme-widget {
    height: 330px !important;
  }
  .carousel-inner {
    height: 243px ;
  }
  .hme-widget .carousel-indicators {
    /*bottom: -70px;*/
  }
  .slide-details {
    width: auto;
    min-height: 0px;
    margin-right: 20px;
  }
  .dropdown-menu {
    min-width: 0;
  }
  .dropdown-menu li a {
    font-size: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*inner spotlight content size adjust end*/
}
@media (min-width: 768px) and (max-width: 950px) {
  .spotlight .carousel-indicators li,
  .spotlight .carousel-indicators li.active {
    width: 25%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-search-project {
    padding: 20px;
  }
  .wrap-search-project .block-right {
    float: left;
    padding-left: 0;
    border: 0;
    min-height: 15px;
    margin: 0 0 15px;
  }
  .quick-facts {
    float: none;
    width: 100%;
    margin-left: 0;
    clear: both;
  }
  .listing-search-result .info {
    margin-bottom: 20px;
  }
  .listing-search-result .full-width .info {
    margin-bottom: 0;
  }
  .wrap-location-info .location-map {
    margin-bottom: 20px;
  }
  .wrap-project-info .country,
  .wrap-project-info .project,
  .wrap-project-info li {
    margin-right: 0;
    width: 100%;
  }
  .project-gallery {
    width: 362px;
  }
  .project-gallery li {
    margin-right: 3px;
  }
  .project-gallery .jcarousel-control-next {
    right: -60px;
    background-position: left -338px;
  }
  .project-gallery .jcarousel-control-next,
  .project-gallery .jcarousel-control-prev {
    height: 71px;
  }
  .fullview {
    margin-left: -380px;
    top: 105px;
  }
  .map-status {
    margin-left: -380px;
  }
  .spotlight-min {
    margin: 10px -15px 40px;
  }
  .spotlight-min .caption {
    padding-top: 16px;
    padding-left: 15px;
  }
  .spotlight-min h1 {
    font-size: 2.4em;
  }
  .spotlight-min:after {
    width: 100%;
    background-position: center top;
    left: 0;
    margin-left: 0;
  }
  .wrap-filter {
    padding: 20px 10px;
  }
  .content-main .wrap-filter h3 {
    padding-right: 0;
    background: none;
  }
  .content-main .pagination .prev,
  .content-main .pagination .next {
    padding-left: 0;
  }
  .content-main .pagination li.first {
    padding-left: 10px;
  }
  .content-main .pagination li {
    padding-left: 20px;
  }
  .content-main .pagination > li > a,
  .content-main .pagination > li > span {
    padding-right: 10px;
  }
  .page-detail h2 {
    margin-right: 0;
    /*font-size: 2em;*/
  }
  .page-detail .camera_thumbs_cont ul li > img {
    height: 74px;
    width: 148px;
  }
  .page-detail .camera_prev,
  .page-detail .camera_next {
    height: 74px;
    bottom: -102px;
    width: 47px;
  }
  .highlight-info .wrap-thumb {
    margin: 0 0 15px;
    width: 100%;
  }
  .highlight-info .wrap-thumb img {
    height: auto;
    width: 100%;
  }
  .wrap-timeline-dates {
    width: 100%;
  }
  .wrap-timeline-dates .jcarousel-wrapper {
    width: 615px;
  }
  #timeline-dates li.current {
    padding: 21px 0 16px;
  }
  #timeline-events li .date {
    font-size: 28.5em;
  }
  .contact-location-info .block-right {
    border-left: 0;
    padding-left: 0;
  }
  .contact-location-info .block-left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 867px) {
  .spotlight .carousel-indicators li.history a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .jq-news-ticker {
    width: 470px;
  }
  .spotlight-info {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width:769px) and (max-width:1156) {

/*  .spotlight .carousel-control.right {
background-position: -32px 0;
right: -2%;
top: 75%;
width: 20%;
}
.spotlight .carousel-control.left {
left: 77%;
top: 75%;
}*/

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*@media only screen and (min-width : 768px) and (max-width : 1024px) {*/
  .logo {
    width: 150px;
    display: block;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  header .col-md-3 {
    width: 27%;
  }
  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-nav > li.active > a:before,
  .navbar-default .navbar-nav > li:hover > a:before {
    bottom: -25px;
  }
  .carousel-indicators {
    margin-right: 10px;
    margin-left: 10px;
  }
  .signup-wrapper .newsletter {
    width: 50%;
  }
  .signup-wrapper .navbar-form .btn {
    display: inline-block;
    margin: 0;
  }
  .spotlight .carousel-indicators li {
    float: left;
    width: 25%;
  }
  .spotlight .carousel-indicators li a {
    font-size: 1.2em;
    line-height: 1em;
  }
  .spotlight .carousel-indicators li,
  .spotlight .carousel-indicators li.active {
    width: 25%;
    margin-left: 0;
    height: 55px;
  }
  .signup-wrapper .navbar-form {
    padding-left: 0;
    position: relative;
  }
  .signup-wrapper .newsletter {
    width: 40%;
    margin-left: 175px;
  }
  .signup-wrapper .navbar-form .btn {
    position: absolute;
    left: 180px;
    bottom: 0;
  }
  .signup-wrapper .newsletter h3 {
    margin-bottom: 3px;
  }
  .carousel-caption {
    left: 10%;
  }
  .carousel-caption h1 {
    font-size: 2.6em;
    margin-top: 0;
  }
  .video-responsive {
    padding-top: 0;
    padding-bottom: 47%;
  }
  .wrap-popup-video .close {
    top: 30px;
    right: 15px;
    z-index: 100;
  }
  .hme-widget:after {
    background: url("../img/box-shadow-min.png") no-repeat center top;
  }
  .close-video {
    background: url("../img/sprite.png") no-repeat -8px -459px;
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    right: 0px;
    top: -32px;
    opacity: 1;
  }
  .popup-videos span.close {
    display: none !important;
  }
  .dropdown-menu {
    top: 31px;
  }
  .inner-page-wrap {
    width: 750px;
  }
  .shift-right {
    right: 0;
    border: none;
  }
  .signup-wrapper .navbar-form .error {
    left: 15px;
  }
  .spotlight.carousel .carousel-caption {
    left: 5%;
  }
  .wrap-project-info li,
  .wrap-project-info .country,
  .wrap-project-info .project {
    width: 100%;
  }
  .map-status {
    margin-left: -350px;
  }
  .wrap-search-project {
    margin-right: -8px;
    margin-left: -8px;
    padding: 20px;
  }
  .wrap-search-project h3 {
    background: none;
    margin-bottom: 8px;
    width: 100%;
  }
  .wrap-search-project li {
    margin-right: 10px;
  }
  .wrap-search-project .block-right {
    border-left: 1px solid #CDC02B;
    float: right;
    margin: 0;
    min-height: 34px;
    padding-left: 15px;
  }
  .world-map {
    margin-top: 65px;
  }
  .link-projects {
    margin-top: 10px;
  }
  li.full-width .info {
    margin-bottom: 0;
  }
  .listing-search-result .info {
    margin-bottom: 20px;
  }
  .quick-facts {
    clear: both;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    width: auto;
  }
  .fullview {
    bottom: 95px;
    right: 15px;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .country-tooltip {
    top: 175px;
  }
  .content-main .pagination li {
    padding-left: 18px;
  }
  .content-main .pagination li.first {
    padding-left: 8px;
  }
  .highlight-info .wrap-thumb {
    margin: 0 0 15px;
    width: 100%;
  }
  .highlight-info .wrap-thumb img {
    height: auto;
    width: 100%;
  }
  #timeline-events li .date {
    font-size: 28.85em;
    top: -60px;
  }
  .wid-timeline .block-2 {
    left: 660px;
  }
  .wid-timeline .block-3 {
    left: 600px;
  }
  .wid-timeline .block-5 {
    left: 650px;
  }
  #timeline-dates li.current {
    padding: 21px 0 17px;
  }
  .content-contact {
    padding: 20px 10px;
  }
  #recaptcha_response_field {
    width: 82%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .video-responsive {
    padding-top: 0;
    padding-bottom: 50%;
  }
  .close-video {
    background: url("../img/sprite.png") no-repeat -8px -459px;
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    right: 0px;
    top: -32px;
    opacity: 1;
  }
  .popup-videos span.close {
    display: none !important;
  }
  .signup-wrapper .newsletter {
    width: 50%;
  }
  .navbar-form {
    position: relative;
  }
  .btn {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .spotlight.carousel .carousel-caption {
    left: 5%;
  }
  .jq-news-ticker {
    width: 670px;
  }
  .world-map {
    margin-top: 0;
  }
  .wrap-contact-form .form .btn {
    margin-left: 15px;
  }
  .spotlight .carousel-control.right {
background-position: -32px 0;
left: 85.2%;
top: 72%;
width: 20%;
}
.spotlight .carousel-control.left {
left: 80.5%;
top: 72%;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: portrait) {
.spotlight .carousel-control.right {
background-position: -32px 0;
left: 80.2%;
top: 75%;
width: 20%;
}
.spotlight .carousel-control.left {
left: 74%;
top: 75%;
}


}

@media (max-width: 1023px) {
  .inner-page-wrap {
    width: 100%;
  }
  .shift-right,
  .aside-bg {
    right: 0;
    border-right: 0;
  }
}
@media  (max-width:1136px) {


}

/*  header{
padding-top: 10px;
}
.spotlight .carousel-inner > .item > img{
max-height: 500px;
}
.wrap-header,.spotlight-wrap,.spotlight.carousel,.spotlight-inner{
max-width: 1050px;
}
.world-map{
height: 500px;
}
.map-wrap{
min-height: 500px;
}
.country-tooltip{
padding: 20px 25px;
top: 75px;
}
.notification{
padding: 20px 0 10px;
}
.country-tooltip .close{
top: 8px;
right: 8px;
}*/

body {
  /* -webkit-transform:scale(0.75,0.75);
  -moz-transform:scale(0.75,0.75);
  -o-transform:scale(0.75,0.75);
  transform:scale(0.75,0.75);

  -webkit-transform-origin:50% 0;
  -moz-transform-origin:50% 0;
  -o-transform-origin:50% 0;
  transform-orgin:50% 0;
  margin-bottom: -50%;*/
}
/*}*/
@media (min-width: 992px) and (max-width: 1192px) {
  .dropdown-menu {
    min-width: 230px !important;
  }
  .dropdown-menu li a {
    padding: 7px 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .hme-widget {
    padding: 10px;
  }
  .hme-widget .carousel-indicators {
    bottom: -70px;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .corporate-block-info .details {
    display: block
  }
}
