@media screen and (max-width: 1024px) {
	.container-fluid {
		padding: 0;
	}
	.navbar-brand > img {
		height: 64px;
		transition: all 0.5s ease;
		float: left;
		padding: 11px 8px 5px 10px;
	}
	.white-nav{box-shadow:0px 0 0px rgba(0, 0, 0, .0);}
	.navbar-toggle {
		margin-right: 0px;
		margin-top:20px;
	}
	.white-nav .navbar-collapse {
		padding: 0;
	}
	#global-nav .navbar-default {
		width: 100%;
		background: #f3f3f3;
		z-index:1;
	}
	.navbar-right {
		float: none;
		margin-right: 0;
		display:block;
	}
	.sm-divider {
		border-top: 1px solid #f3f3f3;
	}
	h1.site-title {
		padding: 0 10px;
		color: #2f457e;
		font-size: 1em;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1024px) {
	body {
		font-size: 18px;
	}
}
@media screen and (min-width: 1025px) {
	body {
		padding-top: 100px;
		font-size: 24px;
	}
	
	.agriculture-section .white-nav .navbar-default {
		padding: 20px 0;
	}
	.agriculture-section .white-nav .navbar-collapse {
		padding: 0;
	}
	.agriculture-section .white-nav,
	.agriculture-section .white-nav span {
		-webkit-border-bottom-left-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
	}
	.navbar-default .navbar-right > li > a {
		padding: 30px 10px 20px;
	}
	
	.content-area {
		padding: 60px 50px;
	}
	
	.agriculture-section .white-nav {
		margin-top: -50vh;
	}
	
	#global-nav {
		background: #f3f3f3;
		position: fixed;
		top: 0;
		z-index: 9;
		height: 100px;
		width: 100%;
		line-height: 100px;
		-webkit-transition: height .5s, line-height .5s; /* Safari */
		transition: height .5s, line-height .5s;
		transition: all 0.5s ease;
		border-bottom: 1px solid #a9a9a8;	
	}

	.navbar-brand > img {
		height: 70px;
		transition: all 0.5s ease;
	}
	.scrolled-nav .navbar-brand > img {
		height: 50px;
		transition: all 0.5s ease;

	}

	.hero-section  {
	  height: 40vh;
	}

	.agriculture-section  #sidebar {
		top:0 !important;
		position:absolute;
		background: #fff;
		width: 100%;
	}
	.content-section {
	  background: aqua;
	}

	.scrolled-nav {
	  height: 61px !important;
	  line-height: 61px !important;
	}
	.scrolled-nav .navbar-default .navbar-right > li > a {
		padding-top: 20px;
		transition: all 0.5s ease;
	}
	/**/
	.is_stuck {
		top:100px;
	}
}

.SocialLinks a{ margin:0 5px;}