@media screen and (max-width:1000px) {
.container {
	width:auto;
}
.img-earth {
	width:100%;
	height:auto;	
}
#sec-footer .container img {
	width:100%;
	height:auto;
}
}
@media screen and (max-width:940px) {
.logo {
    float: none;
	text-align:center;
}
.logo img {
	width:50%;
	height:auto;
}
.nav-top {
    float: none;
    margin-top: 0px;
	text-align:center;
}
#sec-top .container {
    padding-top: 65px;
}
.resources-item, .resources-all .resources-item {
	width:48%;	
}
}
@media screen and (max-width:860px) {
.img-leaf {
	width:230px;
}
#sec-contact .sec-cont {
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
	width: auto;
	margin-right: 0%;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}
}
@media screen and (max-width:670px) {
.nav-top {
	display:none;	
}
.nav-mobile {
	display:block;
}
.img-earth {
    top: 0px;
	margin-top:25px;
	margin-bottom:25px;
}
.img-leaf {
	display:none;
}
.sec-cont {
    padding-top: 20px;
	padding-bottom: 20px;
    float: none;
    width: auto;
	padding-left:15px;
	padding-right:15px;
    margin-right: 0%;
	text-align:center;
}
#sec-home {
    margin-top: 0px;
}
.sec {
    padding-bottom: 15px;
    padding-top: 0px;
}
#nav {
	display:none !important;	
}
.sec-cont h1 {
    font-size: 28px;
    margin-bottom: 15px;

}
#sec-res-list {
    margin-top: 0px;
}
.bread {
	padding-top:60px;
	padding-left:15px;	
}
.resources-items-list .resources-item{
    width: 48%;
}
.resources-item-stamp img {
    margin-right: auto;
    display: block;	
}
.bar-cap {
    width: 95%;
	padding-top:15px;
}
.sec-cont ul {
	list-style-position: inside;
	padding-left: 0;
}
.sec-cont ul li {
	margin-bottom: 10px;
}
.resources-items-list .resources-item-cont h4 {
    height: auto;
    margin-bottom: 10px;
}

}
@media screen and (max-width:630px) {
.footer-left {
    float: none;
	text-align:center;
}
.footer-right {
    float: none;
	text-align:center;
}
.footer-right a {
    margin-left: 0px;
    margin-right: 10px;
}

}

@media screen and (max-width:620px) {
.sec .container {
    min-height: auto;
}
.bar-cap p {
    font-size: 22px;
}
.bar-cap span {
    font-size: 14px;
}
}
@media screen and (max-width:515px) {
.bar-cap p {
    font-size: 18px;
}
.bar-cap span {
    font-size: 11px;
}
.bar-cap span strong {
    margin-top: 8px;
	font-size: 11px;
}
.news-item-img {
    width: 75%;
    float: none;
	max-width:216px;
	margin-left:auto;
	margin-right:auto;
}
.news-item-cont {
    width: auto;
    float: none;
}
}
@media screen and (max-width:498px) {
#sec-contact .sec-cont img {
	float: none;
	width: 100%;
	height:auto
}
.bar-cap p {
    font-size: 16px;
	margin-bottom:0px;
}
.bar-cap span {
    font-size: 10px;
}
.bar-cap span strong {
	font-size: 10px;
}
.img-earth {
    height: 131px;
}
}
@media screen and (max-width:460px) {
	.resources-items {
		flex-direction: column;
		align-items: center;
	}
	.resources-item, .resources-all .resources-item {
    	width: 80%;
    	margin-bottom: 18px;
	}
	.resources-items-list .resources-item {
	    width: 80%;
	    margin-bottom: 18px;
	}
	.resources-item-cont h4 {
    	font-size: 22px;
	}
	.resources-item-cont  {
		margin-bottom: 15px;
	}
	.resources-item-cont p {
	    font-size: 16px;
	    line-height: 18px;
	    height: auto;
	}
	.gallery-item  {
		width: 100%;
	}
	.gallery-item img {
		width: 100%;
	}
	
}