/* General styles */

.categoryIcon:hover{
	
	filter:brightness(140%);

}

.selectedCategoryIcon{
	
	filter:brightness(200%);

}

.selectedCategoryIconCS{
	
	background-color: #337ab7;
	color: #fff;

}

.blue-text{
	color: #19417e;
}

.dark-blue-text{
	color: #4a535a;
}

.agroTile{
	padding: 10px;
	
}

.agroTile img{
	height: auto;
	max-height: 100%;
	width: 100%;
	transition-duration: .3s;
	ponter-event: auto;
}

.agroTile img:hover{
	filter:brightness(120%);
	transition-duration: .3s;
}

.notSelectedAgroTile{
	filter: grayscale(100%);
	transition: .3s;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}

.notSelectedAgroTile:hover{
	filter: grayscale(0%);
	transition: .3s;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
}
.navbar-right li{
	padding: 5px !important;
	padding: 5px !important;
}

.faqSection p{
	margin-bottom: 10px;
    	line-height: 1.2em;
}

#agro{
	padding-top: 10px;
	padding-bottom: 10px;
}

#cons{
	padding-top: 10px;
	padding-bottom: 10px;
}

.shortcut-div h3{
	color: white;
}

.shortcut-div{
	padding: 20px;
}

.shortcut-icon{
  	display: block;
  	margin: auto;
  	width: auto;
}

.shortcut-button{
	color: white;
    border: 1px solid white;
    border-radius: 10px;
    background-color: rgba(0,0,0,0);
    font-size: 14px;
    padding: 10px 30px;
    margin: 10px;
    position: relative;
}

.shortcut-button:hover{
	background-color: #2574A9;
	border: 1px solid rgba(0,0,0,0);
}

hr.short {
    border-color: #4a535a;
    border-width: 7px;
    max-width: 100px;
    margin-bottom: 20px;
 }

.floating-image-right{
  position: absolute;
  top: 100px;
  right: 0px;
}

.floating-image-left{
  position: absolute;
  top: 100px;
  left: 0px;
}

.btn-latest{
	background-color: #fff;
	border: 1px solid #4a535a;
	border-radius: 3px;
	color: #4a535a;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
	padding: 10px;
	transition: .3s;
	width: 100%;
}

.btn-latest:hover{
	background-color: #19417e;
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
	padding: 10px;
}

.btn-latest-selected{
	background-color: #19417e;
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	width: 100%;
}

.btn-latest-selected:hover{
	color:#fff;
	padding: 10px;
}

.newsWrapper{
	margin-top: 50px;
	padding: 0 80px;
	height: auto;
	width: 100%;
}

.mediaList{
	height: 500px;
	max-height: 100%;
	overflow-y: scroll;
	padding: 0 10px;
}

.image-news {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
   z-index: 1;
}

.newsList, .articleList{
	  border: 3px solid rgba(0,0,0,0);
	  height: 150px;
	  margin-bottom: 5px;
	  transition: .3s;
	  cursor : pointer;
  }

 .newsList:hover, .articleList:hover{
	  border: 3px solid #ad2b35;
  }

.newsListSelected{
	border: 3px solid #ad2b35;
	height: 150px;
	margin-bottom: 5px;
}

.news-image-description h4{
	 color:#fff !important;
	 text-align: right;
	 padding: 0;
}

.newsTitle{
	text-transform: capitalize !important;
}

.btn-hideContent{
	background-color: #19417e;
	color: #fff;
}

.btn-hideContent:hover{
	color: #fff;
}

.adsList{
	background-color: #000;
	border: 3px solid rgba(0,0,0,0);
	height: 150px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
	transition: .3s;
}

.adsList:hover{
	border: 3px solid #ad2b35;
}

.adsListSelected{
	background-color: #000;
	border: 3px solid #ad2b35;
	height: 150px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}

.selectedAds{
	background-color: #000;
	width: 100%;
}

.listTitle{
	background-color: rgba(0,0,0,.6);
	bottom: 0;	
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
}

video{
	display: block;
	margin: auto;
}

.footer-ul li{
	vertical-align:  middle;
	float: right;
}

.problemCategoryDiv{
	padding: 5px;
}

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

.long-button{
    background-color: #19417e;
    color: white;
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    transition: .3s; 
    width: 100%;
}

.long-button:hover{
    background-color: transparent;
    color: #19417e;
    border-color: #19417e;
}

.problemDescImg{
	display: block;
	height: auto;
	margin: 20px auto;
	max-height: 100%;
	width: 70%;
}

.arrow{
	margin-top: 200px;
   	z-index: 1000;
}

.csStages{
	height: 300px;
	padding: 20px;
	overflow: hidden;
}

.csStages img{
	height: 100%;
	width: 100%;
}

.csStages div{
	background-color: rgba(0,0,0,.7);
	bottom: 40px;
	color: #fff;
	padding: 10px;
	position: relative;
	width: 100%;

}

.problemListIcon{
	height: 60px;
	margin-right: 20px;
	width: 60px;
}

.csUl li a{
	padding: 2px 0 !important;
}

.csUl li:hover, .csUl li a:hover{
	background-color: #19417e;
	color: #fff;
}

table{
	width: 100% !important;
}

table p{
	margin-bottom: 0 !important;
}

.productview-img-div{
	border: 1px solid #ccc;
	border-radius: 7px;
	margin-bottom: 15px;
	padding: 10px;
}

.product-view-img{
    display: block;
    margin: auto;
    max-height: 280px;
    max-width: 100%;
    pointer-events: none;
 }

.categoryList{
	background-color: #fff !important;
	margin-top: 20px;

}

.categoryList li a{
	color: #19417e;
	border-radius: 0;
}

.categoryList li a:hover{
	background-color: #19417e;
	border-radius: 0;
	color: #fff;
}

.activeCategory{
	background-color: #19417e !important;
	border-radius: 0;
	color: #fff !important;
}

.product-view-content{
    	padding-left: 40px;
    	padding-right: 40px;
}

#modalContent h4{
  	font-size: 26px;
	height: 40px;
}

#aboutUs p, li{

	text-align: left !important;

}

#aboutUs ul{

	margin-bottom: 30px !important;

}

.footer-border p{

	margin-bottom: 10px !important;	

}

#address3 p{

	margin-bottom: 10px !important;	

}

.headerDiv{
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    
}


 
  #agrichamp .articleLatest{
	  height: 260px;
	  width: 100%;
  }
  
  #agrichamp .articleTitle{
  
  }
  
  
  #agriChampBanner{
	  width: 100%;
	  height: 200px;
  }
  
  .articleWrapper{
	  margin-top: 50px;
	  height: auto;
	  width: 100%;
  }
  #articleContent p{
	  text-indent: 4rem;
	  text-align: justify;
  }
  
  #subscription-bottom{
	  height: 400px;
	  /*background-color: grey;*/
  }

  #subscription-bottom input{
	  float :right;
	  width: 100%;
	  height: 30px;
  }
  #subscription-bottom label{
	line-height: 1;
 }
  #subscription-bottom select{
	  float :right;
	  width: 100%;
	  height: 30px;
  }
  #subscription-bottom table td{
	  border : 0px !important;
	  padding : 0.5em; 	
  }
  #subscription-bottom button{
	  margin-top: 1em;
  }
  .subs-header{
	  font-size: 1.4rem;
	  font-weight: bold;
	  font-family: meta_header;
  }
  .subs-header-2{
	  font-size: 1rem;
	  
  }
  
  .share-panel img{
	  height: 30px;
	  width: 30px;
	  cursor: pointer;
  }
  
  .floater-subs{
	  width: 13vw;
	  height: max-content;
	  background-color: grey;
	  position: fixed;
	  top: 30%;
	  left: -5.5vw;
	  text-align: center;
	  padding: 0;
	  color: #ffffff;
	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  transform: rotate(90deg);
	  transition: 0.4s ease;
  z-index : 1000;
  }
  .toShowFloaterSubs{
	  cursor : pointer;
  }
  
  .floater-subs .head-sub-float{
	  font-size : 1.2em;
	  color : #FFFFFF;
	  background-color: red;
	  margin-left: -10px;
	  width: calc(100% + 20px);
  }
  .floater-subs-form .col-lg-12{
	  /* padding: 0;  */
	  text-align: left; 
  }
  .floater-subs-form input{
	  width: 100%;
	  margin-bottom : 0.5em;
	  color : #000000;
	  height: 25px;
  }
  .floater-subs-form select{
	  height: 25px;
	  width: 100%;
	  margin-bottom : 0.5em;
	  color : #000000;
  }
  .d-none{
	  display: none !important;
  }
  .input-error{
	  border: 1px solid red;
  }
  .error-mes{
	  font-size: 16px;
	  color : red;
	  line-height: 0.5;
  }
/* General styles */


/* Large desktops and laptops */
@media (min-width: 1200px) {
	.viewPortClass > img {
    		max-width: 100%;
    		height: calc(100vh - 70px) !important;
	}
	#agro{
		padding-right: 5px;
	}
	#cons{
		padding-left: 5px;
	}
	.shortcut-icon{
	  	height: 140px;
	}
	.shortcut-div h3{
		font-size: 34px;
		margin-top: 50px;
	}
	.shortcut-div-1{
		padding-right: 5px;
	}
	.shortcut-div-2{
		padding-left: 5px;
		padding-right: 5px;
	}
	.shortcut-div-3{
		padding-left: 5px;
	}
	.about-us{
		padding: 0 10px;
	}
	.home-image{
	    height: 210px;
	}
	.image-news{
		height:400px;
	}
	.selectedAds{
		height: 400px;
	}
	.mediaList{
		padding-left: 20px;
	}
	.rowSpannedTile{
		display: block !important;
	}
	.smallerViewTile{
		display: none !important;
	}
	.latestSection{
		margin-top: 70px;
	}
	#about{
		margin-top: 60px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.viewPortClass > img {
    		max-width: 100%;
    		height: calc(90vh - 70px) !important;
	}
	.navbar-collapse.collapse {
        	display: none !important;
    	}
    	.navbar-collapse.collapse.in {
        	display: block !important;
    	}
    	.navbar-header .collapse, .navbar-toggle {
        	display:block !important;
    	}
    	.navbar-header {
        	float:none;
    	}
	#agro{
		padding-right: 5px;
	}
	#cons{
		padding-left: 5px;
	}
	.shortcut-icon{
	  	height: 110px;
	}
	.shortcut-div h3{
		font-size: 26px;
		margin-top: 40px;
	}
	.shortcut-div-1{
		padding-right: 5px;
	}
	.shortcut-div-2{
		padding-left: 5px;
		padding-right: 5px;
	}
	.shortcut-div-3{
		padding-left: 5px;
	}
	.about-us{
		padding: 0 20px;
	}
	.home-image{
	    height: 160px;
	}
	.image-news{
		height: 350px;
	}
	.selectedAds{
		height: 350px;
	}
	#WEB::CATEGORY::RICE{
		height: 360px !important;
	}
	.rowSpannedTile{
		display: block !important;
	}
	.smallerViewTile{
		display: none !important;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.viewPortClass > img {
    		max-width: 100%;
    		height: auto !important;
	}
	.navbar-collapse.collapse {
        	display: none !important;
    	}
    	.navbar-collapse.collapse.in {
        	display: block !important;
    	}
    	.navbar-header .collapse, .navbar-toggle {
        	display:block !important;
    	}
    	.navbar-header {
        	float:none;
    	}
    
	#agro{
		margin-bottom: 10px;
	}
	#cons{
		margin-bottom: 10px;
	}
	.shortcut-icon{
	  	height: 140px;
	}
	.shortcut-div h3{
		font-size: 30px;
		margin-top: 50px;
	}
	.shortcut-div-1{
		padding-top: 10px;
	}
	.about-us{
		padding: 0 100px;
	}
	.home-image{
	    height: 130px;
	}
	.image-news{
		height:320px;
	}
	.selectedAds{
		height: 320px;
	}
	.mediaList{
		margin-top: 30px;
		padding-left: 0;
	}
	.rowSpannedTile{
		display: none !important;
	}
	.smallerViewTile{
		display: block !important;
	}
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.viewPortClass > img {
    		max-width: 100%;
    		height: auto !important;
	}
	.search{
		width: 95%;
		margin: auto;
		margin-bottom: 20px;
	}
	#agro{
		padding-bottom: 10px;
	}
	#cons{
		padding-bottom: 10px;
	}
	.shortcut-icon{
	  	height: 120px;
	}
	.shortcut-div h3{
		font-size: 32px;
		margin-top: 40px;
	}
	.shortcut-div-1{
		padding-bottom: 10px;
	}
	.shortcut-div-2{
		padding-bottom: 10px;
	}
	.shortcut-div-3{
		padding-bottom: 10px;
	}
	.about-us{
		padding: 0 80px;
	}
	.home-image{
	    height: 120px;
	}
	.image-news{
		height:280px;
	}
	.selectedAds{
		height: 280px;
	}
	.mediaList{
		margin-top: 30px;
	}
	.rowSpannedTile{
		display: none !important;
	}
	.smallerViewTile{
		display: block !important;
	}
	.product-view-content{
    		padding-left: 0;
    		padding-right: 0;
	}
	#modalContent h4{
  		font-size: 20px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.viewPortClass > img {
    		max-width: 100%;
    		height: auto !important;
	}
	.search{
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
	}
	#agro{
		padding-bottom: 10px !important;
	}
	#cons{
		padding-bottom: 10px !important;
	}
	.shortcut-icon{
	  	display: block;
	}
	.shortcut-div h3{
		font-size: 26px;
		margin-top: 50px;
	}
	.shortcut-div-1{
		padding-top: 10px;
		padding-bottom: 0;
	}
	.shortcut-div-2{
		padding-bottom: 0;
	}
	.shortcut-div-3{
		padding-bottom: 10px;
	}
	.about-us{
		padding: 0 20px;
	}
	.home-image{
	    height: 70px;
	}
	.newsWrapper{
		padding: 30px 30px;
	}
	.news-image-description h4{
		font-size: 14px;
		margin: 0;
	}
	.image-news{
		height:200px;
	}
	.mediaList{
		margin-top: 30px;
		padding-left: 0;
	}
	.agroTile{
		max-height: 150px !important;
	}
	.rowSpannedTile{
		display: none !important;
	}
	.smallerViewTile{
		display: block !important;
	}
	.product-view-content{
    		padding-left: 0;
    		padding-right: 0;
	}
	#modalContent h4{
  		font-size: 20px;
	}
}