/* responsive  */

@media (min-width: 1024px) {
    .container {
        width: 1000px;
    }
    .container.latest-news {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1386px;
    }
    .container.latest-news {
        width: 1386px;
    }
}




@media only screen and (max-width: 1800px) {
    .markers-NG{
		display: none;
        top: 75%;
        right: 18.5%;
    }
    .markers-PL{
		display: none;
        top: 5%;
        right: 12%;
    }
    .markers-AL{
		display: none;
        top: 27.5%;
        right: 14.7%;
    }
    .markers-ES{
		display: none;
        top: 27%;
        right: 27.5%;
    }
    .markers-IE{
		display: none;
        top: 9%;
        right: 32%;
    }
    .markers-MA{
		display: none;
        top: 39%;
        right: 29%;
    }



}


@media only screen and (max-width: 1600px) {
    .markers-NG{
		display: none;
        top: 75%;
        right: 17.5%;
    }
    .markers-PL{
		display: none;
        top: 5%;
        right: 10.5%;
    }
    .markers-AL{
		display: none;
        top: 27.5%;
        right: 13.2%;
    }
}
@media only screen and (max-width: 1500px) {
    .markers-NG{
		display: none;
        top: 75%;
        right: 17%;
    }
    .markers-PL{
		display: none;
        top: 5%;
        right: 9%;
    }
    .markers-AL{
		display: none;
        top: 27.5%;
        right: 12.3%;
    }
    .markers-ES{
        display: none;
		top: 27%;
        right: 28%;
    }
    .markers-IE{
		display: none;
        top: 9%;
        right: 33.5%;
    }
    .markers-MA{
		display: none;
        top: 39%;
        right: 29.8%;
    }

}
@media only screen and (max-width: 1400px) {
    .markers-NG{
		display: none;
        top: 75%;
        right: 16.5%;
    }
    .markers-PL{
		display: none;
        top: 5%;
        right: 7%;
    }
    .markers-AL{
		display: none;
        top: 27.5%;
        right: 11%;
    }
    .markers-IE{
		display: none;
        top: 9%;
        right: 34.5%;
    }
    .markers-MA{
		display: none;
        top: 39%;
        right: 30.4%;
    }

}
@media only screen and (max-width: 1300px) {
    .markers-NG{
		display: none;
        top: 75%;
        right: 16%;
    }
    .markers-PL{
		display: none;
        top: 5%;
        right: 6.5%;
    }
    .markers-AL{
		display: none;
        top: 27.5%;
        right: 10.1%;
    }
    .markers-ES{
		display: none;
        top: 27%;
        right: 28.5%;
    }
    .markers-IE{
		display: none;
        top: 9%;
        right: 35.2%;
    }
    .markers-MA{
		display: none;
        top: 39%;
        right: 31%;
    }

}
@media only screen and (max-width: 1200px) {
    .markers-NG{
		display: none;
        top: 75%;
        right: 15.5%;
    }
    .markers-PL{
		display: none;
        top: 5%;
        right: 6%;
    }
    .markers-AL{
		display: none;
        top: 27.5%;
        right: 8.9%;
    }
    .markers-ES{
		display: none;
        top: 27%;
        right: 29.5%;
    }
    .markers-IE{
		display: none;
        top: 9%;
        right: 36%;
    }
    .markers-MA{
		display: none;
        top: 39%;
        right: 31.5%;
    }
}
@media only screen and (max-width: 1100px) {
    .markers-NG{
		display: none;
        top: 74%;
        right: 14.8%;
    }
    .markers-PL{
		display: none;
        top: 5%;
        right: 4%;
    }
    .markers-AL{
		display: none;
        top: 27.5%;
        right: 7.5%;
    }
	
	
}

@media only screen and (max-width: 1600px) {
    .slick-slide {
        height: 660px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1440px) {
    .slick-slide {
        height: 630px;
        overflow: hidden;
    }

    .quote-text{
        width: 60%;
    }

    .single-assets .page-header-wrap {
        padding: 100px 0 0 0;
        min-height: 300px;
        width: 100%;
    }

    .page-header-wrap h1, .main-title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 1200px) {
    .navbar .container{
        width: 100%;
    }


    .single-assets .page-header-wrap {
        padding: 70px 0 0 0;
        min-height: 450px;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
	.world-map {
		display:none;
	}
	
    #mobile-top {
        display: none;
    }

    #languages-button {
        display: none;
    }

    #search-button {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }
    #navigation-top {
        display:none;
    }
    .navigation-responsive {
        display: block;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    #mobile-top {padding:10px 0 0 0; margin:0; }
    .home #mobile-top {
        border-top: 2px solid #000000;
    }
    #mobile-top li{margin:0px 0% 10px  0px; padding-bottom:10px; text-align:center; list-style:none; border-bottom:1px solid #000000; position: relative;}

    #mobile-top li a{
        color: #000000;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;}

    #mobile-top li:last-child {margin-bottom:0px;   border-bottom: 2px solid #000000;}

    #mobile-top li a:hover {color:#000000}

    #mobile-top li .sub-menu {position: inherit; box-shadow: none; border:0; margin:0; width: 100%;}

    #mobile-top li .sub-menu li a {
        font-size: 12px;
    }
    #mobile-top li .sub-menu li:first-child {
        margin-top: 10px;
        padding-top: 10px;
        border-top:1px solid #000000;
    }
    #mobile-top li .sub-menu li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .submenu-arrow {
        display: block;
        position: absolute;
        right:10px;
        top: 0px;
        float: right;
        background: url("../img/arrow-down.png") no-repeat 0 -7px transparent;
        cursor: pointer;
        width: 32px;
        height: 32px;
    }
    .submenu-arrow:hover {

        background: url("../img/arrow-down.png") no-repeat 0 -7px transparent;

    }
    .submenu-arrow.opened {

        background: url("../img/arrow-up.png") no-repeat 0 -7px transparent;

    }

    .navbar-header {
        width: 100%;
    }
    .home-page-map {
        display: none;
    }

    .slider-content p {
        font-size: 40px;
    }

    .navbar-default .navbar-toggle {
        display: block;
        position: relative;
        float: left;
        padding: 5px 0;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        width: 10%;

    }
    .navbar-header {
        width: 75%;
        float:left;
        margin: 0 auto;
    }
    header {
        height: auto;
    }
    .navbar {
        margin-bottom:0;
    }
    .navbar-default.collapsed {
        height: auto;
        margin-bottom: 0;
    }
    .page-header-wrap h1, .main-title {
        font-size: 30px;
    }
    .logo-link {
        margin: 0 auto;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 5px;
        border-radius: 1px;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .main-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .latest-title h2 {
        margin-top: 40px;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
        padding-left: 15px;
        text-align: center;
    }
    .latest-news {
        margin-bottom: 60px;
    }
    .regions {
        padding: 50px 15px 0 15px;
        width: 100%;
    }
    .map-wrapper {
        height: auto;
        padding-bottom: 50px;
    }
    .shape-hover {
        display:none;
    }
    .people-part .col-md-6.people-image-wrap {
        width: 100%;
    }
    .people-part .col-md-6.people-content-wrap {
        width: 100%;
    }
    .std_table>tbody>tr>td {
        width: 50%;
    }

}
@media only screen and (max-width: 768px) {

    .page-header-wrap {
        padding: 30px 0;
        min-height: inherit;
        height: auto;
        width: 100%;
        text-align: center;
        background:inherit;
    }
    .page-header-wrap .second-row {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .slider-content p {
        font-size: 20px;
    }
    .slick-slide {
        background-attachment: inherit;
    }
    .slider-content h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .map-legend {
        position: relative;
        width: 100%;
        height: 130px;
        background: url(../img/map-legend.svg);
        background-size: cover;
        z-index: 99;
        margin-top: 50px;
    }
    .slick-dots {
        left: 34%;
        width: auto;
    }
    .people-part .more-info-row .col-md-6 {
        padding-right: 0px;
    }
    .people-part .col-md-6.people-content-wrap {
        padding: 30px 20px;
    }
    .people-part .row.more-info-row {
        padding: 30px 20px;
    }
    .people-part .more-info-row .second {
        margin-top: 20px;
        padding-top: 50px;
    }
    .experts-wrap {
        padding: 50px 0;
    }
    .experts-wrap .link {
        text-align: left;
        margin-top: 30px;
    }
    .latest-news .col-md-6 {
        width: 100%;
    }
    .single-assets .page-header-wrap {
        padding: 40px 0 0 0;
        min-height: 300px;
        width: 100%;
        background-position: 0% 0px !important;
    }
    .page-header-wrap h1, .main-title {
        font-size: 35px;
        text-align: center;
    }
    .page-header-wrap p {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.67;
        letter-spacing: 0.2px;
        color: #000000;
        margin-top: 12px;
    }
    .main-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .latest-title h2 {
        text-align: center;
    }
    .quote-wrapper {
        background: none;
        height: 400px;
    }
    .quote-opacity {
        height: 400px;
    }
    .quote-text {
        width: 80%;
        font-size: 18px;
        line-height: 26px;
    }
    .quotes {
        font-size: 60px;
        font-weight: 600;
        color: #ffffff;
        display: block;
        font-style: italic;
    }
    .quote-title {
        font-size: 15px;
        width: 80%;
        text-align: center;
        line-height: 20px;
        padding-top: 10px;
        margin: 40px auto 0 auto;
        font-weight: bold;
        color: #ffffff;
    }
    .footer-contact-offices {
        margin-bottom: 30px;
    }
    .contact-divider {
        width: 100%;
        height: 0px;
    }
    .back-to-top {
        margin-top: 10px;
    }
    .footer-social-icons {
        list-style: none;
        float: left;
        clear: inherit;
        margin: 0;
    }
    .footer-contact .contact-us {
        display: block;
        float: right;
         clear: inherit;
    }
    .footer-social-icons li {
        margin-left: 0px;
        margin-right: 20px;
    }
    .copyright-wrap,  .footer-links {
        text-align: center;
    }
    .latest-news-content {
        padding: 25px 15px;
    }
    .latest-news-content p {
        margin: 0 0px;
    }
    .fl_content_image {
        background-size: cover;
        background-attachment: inherit;
        height: 400px;
    }
    .assets-more-wrap {
        padding: 70px 0;
        font-size: 20px;
        text-align: center;
    }
    .experts-wrap .link, .assets-more-wrap .link {
        text-align: center;
        margin-top: 20px;
    }
    .row-break {
        margin: 30px 0;
    }
    .subpages-list .col-md-6.right-main-box {
        padding: 20px 15px;
        text-align: center;
    }
    .subpages-list p {
        font-size: 15px;
    }
    .subpages-list .subpages-main-row {
        margin-bottom: 0px;
    }
    .subpages-list h2 {
        padding-top: 50px;
    }
    .right-sub-box div {
        padding-left: 0px;
        text-align: center;
        padding-bottom: 50px;
    }
    .subpages-list .reverse .left-sub-box {
        float: none;
    }
    .contact-offices {
        background: #383838;
        color: #FFFFFF;
         padding: 30px 15px;
        text-align: center;
    }
    .wpcf7-submit {
        float: none;
    }
    .contact-newsletter h3 {
        margin-bottom: 20px;
    }


    .latest-reports img.no-image {
        background-color: #f9f8f4;
        width: 15%;
        height: auto;
        padding: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .std_table>tbody>tr>td {
        width: 100%;
    }
    header .search-button {
        position: absolute;
        float: right;
        margin-top: 18px;
        font-size: 20px;
        margin-left: 20px;
        color: #000000;
        top: 0;
        right: 50px;
    }
    header .languages-button {
        position: absolute;
        float: right;
        margin-top: 18px;
        font-size: 14px;
        margin-left: 20px;
        color: #000000;
        font-weight: bold;
        top: 0;
        right: 15px;
    }

    .navbar-header {
        width: 100%;
        float: left;
        margin: 0 auto;
    }
    header .search-wrapper,header .languages-wrapper {
        clear: both;
        margin-top: 140px;
    }
    .footer-contact-offices {
        width: 100%;
        text-align: center;
    }
}