.navbar-mobile {
	display: none;
}



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


}

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

	.gsc-results-wrapper-overlay {
		left: 0!important;
		width: 100%!important;
	}

	.desktop-version {
		display: none;
	}

	.mobile-version {
		display: block;
	}

	.mobile-version .carousel-control-next, .carousel-control-prev {
		opacity: 1;
		color:#000;
	}

	.mobile-version .carousel-control-next-icon,
	.mobile-version .carousel-control-prev-icon {
	    width: 40px;
    	height: 40px
	}

	.navbar-mobile {
		display: block;
	}

	.navbar-brand img.mobile-logo {
		height: 40px;
	}

	.search-menu {
		width: 100%;
		max-width: 100%;
		webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	}

	.main-menu, .div-logo, .btn-home {
		display: none;
	}

	div.buttons-social {
		width: 48%;
		float: left;
	}

	.google-search {
		width: 48%;
		float: right;
	}

	.navbar-nav .nav-link {
		font-weight: bold;
	}

	.main-header {
		margin-top: 65px;
	}

	.col-all-width {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.side-bar-news.col-all-width {
	    margin-left:0;
	}

	.no-pl {
		padding-left: 15px;
	}

	#posters .no-pl {
		padding-left: 0;
	}

	.container-recent-activities .col, .col-all-width {
		width: 100%;
		display: block;
		flex-basis: inherit;
		margin-bottom: 20px;
	}

	.container-recent-activities .col div {
		height: auto;

		
	}

	.container-recent-activities .col .recent-activities {
	    
    	margin-left: -15px;
	}

	.container-recent-activities .col .recent-activities .col-8 {
		padding-left: 0;
	}


	/* UNREPRESENTED */

	.publications .top-section > div, .publications .bottom-section > div {
		margin-bottom: 20px;
	}

	.publications .top-section > div div, .publications .bottom-section > div div {
		height: auto;
	}

	/* Social media */

	.facebook .fb-page, .fb_iframe_widget {
		width: 100%!important;
	}

	.fb_iframe_widget span {
		display: block!important;
		margin: auto;
	}

	.footer-info .footer-menu {
		text-align: center;
	}

	.footer-info .col-all-width {
		border-top: 1px solid #dedede;
		padding-top: 20px;
	}

	.home-upcoming .margin-left-col {
		margin-left: 0;
	}

	.home-upcoming .margin-right-col {
		margin-right: 0;
	}

	.priority-height {
	    margin: auto;
    	display: block;
	}
	
	.no-pr.twitter, .no-pr.facebook {
		padding-right: 15px;
		padding-bottom: 20px;
	}

	.row-members ul {
		margin-left: 0;
	}

	.mobile-version img.object-fit {
		object-fit: cover;
	}

	.info-news-height {
		min-height: 70px;
    	max-height: 70px;
	}

	.mobile-version .gsc-control-cse {
		border-color: transparent;
    	background-color: transparent;
	}

	.desktop-version.google-search {
		display: none;
	}

	.mobile-version.google-search {
		width: 70px;
		margin-bottom: 0;
		margin-right: 40px;
	}

	/*.mobile-version.google-search input:focus {
		width: 60%!important;
	}*/

	.mobile-version .gsc-input-box {
	    -webkit-border-radius:0;
        -moz-border-radius:0;
    	border-radius: 0;
	}

	.mobile-version .gsc-input-box {

		padding-left: 0;
	}

	.mobile-version .gsib_a {
		padding-right: 0;
		padding-left: 10px;
	}

	.navbar-light .navbar-toggler {
		height: 45px;
	}

	div.form.form-search {
		margin-top: 0;
	}

	div.form.form-search .buttons-social {
		margin-bottom: 5px;
	}

	.slider-header.carousel-item {
		max-height: 600px;
		min-height: 600px;
		overflow: hidden;
	}

	.img-slider {
		height: auto!important;
	}
}

@media only screen and (min-width : 1024px) and (max-width : 1400px) {
	.header-nav .nav-link {
		font-size: 11px;
	}

	.slider-header.carousel-item {
		max-height: 500px;
		min-height: 500px;
		overflow: hidden;
	}

	.img-slider {
		width: 100%;
		height: auto;
	}

	.d-none {
		/*bottom: 35px;
		width: 370px;
		left: 3%;*/
	}

	.d-none h3 {
		font-size: 13px;
		font-weight: bold;
	}

	.d-md-block p {
		font-size: 12px;
		padding: 6px;
	}
}

@media only screen and (min-width : 1024px) and (max-width : 1200px) { 
	.wrap-slider-items {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.wrap-slider-items img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.header-nav .nav-link {
		font-size: 11px;
	}

	.slider-header.carousel-item {
		max-height: 450px;
		min-height: 450px;
		overflow: hidden;
	}

	.img-slider {
		margin-top: 0;
		width: 100%;
	}


	.img-slider.vertical {
		max-height: 450px;
	}

	.wrap-slider-items {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.wrap-slider-items img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}


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

	.slider-header.carousel-item {
		max-height: 350px;
		min-height: 350px;
		overflow: hidden;
	}

	.img-slider {
		/*height: 550px!important;*/
		width: 100%;
	}

	/*Recent activities*/
	 
	.google-search, div.buttons-social {
		width: 100%;
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}

	div.buttons-social a {
	    margin-right: 18%;
	}

	
	.row-recent-activities {
		margin-left: 0;
    	margin-right: 0;
	}

	.footer-newsletter, .footer-donate {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.footer-donate {
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.footer-newsletter {
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.skip-overflow.col-all-width a img {
	   
	    height: 100%;
        margin: auto;
    	display: block;
    	width: auto;
    	border: none;
	}

	.skip-overflow.col-all-width.no-pr {
		padding-right: 15px;
	}

	.news-list .row {
	    border-bottom: 1px dashed #ededed;
	}

	.donate-button-image {
		height: auto;
	}

	.posters .col {
		width: 30%;
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 30%;
	    -ms-flex: 0 0 30%;
	    flex: 0 0 30%;
	    margin-bottom: 15px;
	}

	.container.footer-info .footer-logo {
		width: 16.6666%;
	}


	/** slider **/

	.d-none {
		display: block!important;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.d-none h3 a {
		font-size: 1.3rem;
	}

	.intro-slider {
		display: none;
	}

	.img-slider.priority-height {
		/*min-height: 350px;*/
	}

	.carousel-indicators {
		display: none;
	}
	
	.wrap-slider-items {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.wrap-slider-items img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media only screen and (max-width : 640px) {
	.slider-header.carousel-item {
		max-height: 250px;
		min-height: 250px;
		overflow: hidden;
	}

	.img-slider.vertical {
		width: auto;
		max-height: 250px;
	}

	.img-slider {
		width: 100%;
		height: auto!important;
		margin-top: 0;
	}

	.d-none {
		height: 45px;
	}
}



@media only screen and (max-width : 500px) {
	div.buttons-social a {
	    margin-right: 10%;
	}

	.d-none {
		display: block!important;
	}

	.d-none h3 a {
		font-size: 1rem;
	    font-weight: bold;
	}

	.mobile-version .r-dates, 
	.mobile-version .r-year {
		font-size: 15px;
	}

	.mobile-version .info-news-height .col-2 {
		padding-right: 6px;
		padding-left: 6px;
	}

	.format-date.first {
		font-size: 15px;
	}

	.padding-top-news {
		padding-top: 5px!important;
	}

	.padding-top-news p {
		font-size: 12px;
	}

	.flickr {
		height: 500px;
	}

	.slider-header.carousel-item {
		/*max-height: 170px;
		min-height: 170px;*/
		overflow: hidden;
	}

}


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

	
	.slider-header.carousel-item {
		height: 200px!important;
		max-height: 200px;
		min-height: 200px;*/
		overflow: hidden;
	}

	.img-slider.vertical {
		max-height: 200px;
	}

	div.buttons-social a {
	    margin-right: 10%;
	}

	.flickr {
		height: 400px;
	}

}

@media only screen and (max-width : 320px) {
	div.buttons-social a {
	    margin-right: 6%;
	}
}