/*
Theme Name: responsive
*/


/* Note: Design for a width of 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1215px) {
	.navigation-top-section {
		float: none;
		width: 100%;
		clear: both;
	}
	.main-navigation a {
		padding: 10px 18px;
		font-size: 13px;
	}
	.menu-primary-container {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.titlettext {
		float: left;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	a.glink span {
		font-size: 12px;
	}
	.rightbithere {
		float: left;
		width: 74%;
		margin-left: 35px;
		color: #fff;
	}
	.leftbithere img {
		padding-left: 38px
	}
	.rightbithere h4 {
		font-size: 16px;
	}
	.bx-wrapper {
		height: auto;
	}
	.homenewbacground img {
		width: 60%;
		float: left;
	}
	.homenewbacground {
		height: auto;
		padding: 20px;
	}
	.homenewbacground h1 {
		clear: none;
		color: #3399bb;
		padding-top: 0px;
	}
	.insideframe li {
		width: 48% !important;
		background: #007341;
	}
	.twitterfeed {
		padding-left: 24%;
	}
}
/* =Responsiveness: Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#gtranslate_wrapper a {
		color: #fff;
	}
	.threeblock img {
		width: 60%;
	}
	.cmplz-noframe.cmplz-placeholder-element {
		width: 29%;
	}
		.twitterfeed {
		padding-left: 0px;
	}
	
	.threeblock {
		width: 30.33%;
	}
	.homenewbacground img {
		width: 50%;
		float: left;
	}
	.homenewbacground {
		padding: 20px;
		height: auto;
	}
	.homenewbacground h1 {
		clear: none;
		color: #3399bb;
		font-size: 18px;
		padding-top: 0px;
	}
	.insideframe li {
		width: 100% !important;
		background: #007341;
		min-height: 500px;
	}
	.threeblock h2 {
		font-weight: bold;
		font-size: 16px;
	}
	.middlepspace {
		min-height: 80px;
		font-size: 12px;
	}
	.threeblock a {
		width: 90%;
		font-size: 12px;
	}
	.middleresponsive {
		position: relative;
		left: 28px;
	}
	.middlehomeblock {
		margin-left: 0px;
	}
	.headerrighttext h2 {
		font-size: 14px;
	}
	.headerrighttext {
		padding-top: 28px;
	}
	.logohere {
		width: 48%;
	}
	.custom-logo-link img {
		max-width: 304px;
	}
	a.glink span {
		font-size: 14px;
	}
	#gtranslate_wrapper {
		padding-top: 10px;
	}
	.titlettext {
		padding-top: 35px;
	}
	#masthead {
		border-bottom: 2px solid #111;
	}
	.bx-wrapper {
		height: auto;
	}
	.home .entry-content {
		float: none;	
		width: 100%;
	}
	.sidebartemplate article {
		float: none;
		width: 100%;
	}
	.customsidebar {
		float: none;
		padding: 30px;
		background: #f1f1f1;
		border: 1px solid #ccc;
		width: 100%;
	}
	.bottomlinkshere {
		display: none;
	}
	.newlinkblocks {
		text-align: center;
	}

	
}



/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.site-branding {
		text-align: center;
	}
	.shiftnav-wrap {
		padding-top: 0px;
	}
	.homenewbacground {
		padding-right: 0px;
	}
	.homenewbacground h1 {
		padding-top: 5px;
	}
	.insideframe li:nth-child(2) {
		margin-left: 0px !important;
		margin-top: 5px !important;
	}
	.footer-widget-2 a {
		color: #fff;
		box-shadow: 0px;
	}
	
	
	.custom-header {
		text-align: center;
	}
	.logohere {
		float: none;
		width: 100%;
	}
	.headerrighttext h2 {
		font-size: 14px;
	}
	.threeblock {
		float: none;
		width: 100%;
		
	}
	
	.headerrighttext {
		float: none;
		text-align: center;
		padding-top: 16px;
		padding-bottom: 6px;
	}
	#gtranslate_wrapper {
		display: none;
	}
	#page {
		text-align: center;
	}
	.leftbithere {
		width: 60%;
		float: none;
		margin: 10px auto;
	}
	.bottomlinkshere {
		text-align: center;
	}
	.rightbithere {
		display: none;
	}
	.newlinkblocks {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.bx-wrapper {
		height: auto;
	}
	.home .customsidebar {
		border: 5px solid #ce2127;
		clear: both;
	}
	.home .entry-content {
		float: none;
		width: 100%;
	}
	.circle-img img {
		height: 160px;
		width: 160px;
	}
	.cmplz-noframe.cmplz-placeholder-element {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.twitterfeed {
		padding-left: 0px;
	}

	
	
}

/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
 
}