/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */

@media only screen and (max-width: 479px) {



/*  ********************* GENERAL *****************************/

	html,
	body {
		min-width:320px;
	}


	#main .container_12 { padding: 0; width: 280px; }
	#main .container_12 div[class*="grid"], #main .container_12 div[class*="grid"] *[class*="grid"]{ margin: 0; }

	body {
		-webkit-background-size: 750px auto;
		background-size: 750px auto;
	}

	#wrapMain {
	-webkit-background-size: 450px auto;
	  background-size: 450px auto;  
	  height: 400px;
	  margin-left: -375px;
	  width: 450px;
	}

	#topHeaderLine {
		width: 100%;
		background-position: 0 0;
	}

	#wrapMain { display: none; }

	#main h1 {  font: 27px/32px 'Roboto'; }

	.archive #main #content .header-title h1 { font-size: 20px; }
		.archive #main #content .header-title h1 span { font: 27px/32px 'Roboto'; }

	.page-template-page-fullwidth_without_sidebar-php .wrap_content div.equal { width: 250px !important; }

/*  *********************** END OF GENERAL ************************/




/*  ************************ HEADER ************************/

	#header {
		background: url(../images/bg_headerIphone.png) repeat;
		height: 277px;
	    margin: 0 auto;
	    width: 100%;
	}

	.logo {  margin: 0 0 10px 20px; float: none;}
		a#logo img {  width: 230px; }

	#topHeader { height: 172px; background: none;}
		
	#topHeader > div.grid_7 > div:first-child {
	  margin-bottom: 20px !important;
	  margin-left: 0 !important;
	  text-align: center;
	  margin-top: 10px !important;
	}

	#topHeader #searchform {
	  margin: 0 auto;
	  width: 260px;
	}
		#topHeader #searchform input[type="text"] {  width: 83%; }
	
	#topHeader > .grid_5 {
	  margin: 0;
	  width: 100%;
	}
	#topHeader > .grid_7 { 
		width: 100%;
		margin: 0 auto;
		float: none;
		display: block;
	}

		#topHeader > .grid_7 > div {
			width: 100%;
			clear: both;
			margin: 0 !important;
		}

/*  ********************** Navigation ****************************/
		
		#navHolder {
		  height: 87px;
		}

		nav.primary {
		  height: 35px;
		    margin-left: 0;
		    padding-top: 20px;
		    width: 100%;
		}


		nav.primary .responds {
		    background: url("../images/bg_mobileResponse.png") no-repeat scroll 0 center transparent;
		    display: block;
		    height: 28px;
		    margin: 0 auto;
		    width: 47px;
		}

		nav.primary .responds span {font-size: 0;}
		
		.bottomLine { display: none; }

	#topnav {
	  display: none;
	  left: 0;
	  min-width: 250px;
	  position: absolute;
	  height: auto;
	  width: 100%;
	  top: 75px;
	}
		#topnav li, #topnav .sub-menu li {
		  background: #000 !important;
		  margin: 0 !important;
		  padding: 0;
		  width: 100%;
		  min-height: 60px;
		  float: none;
		  height: auto;

		}
			#topnav > li:last-child, #topnav .sub-menu > li:last-child {
			  border-bottom: none;
			}

		#topnav > li > a, #topnav .sub-menu li a, .sub-menu li li a {
			color: #699b2d;
    		font: 14px/30px "Open Sans" !important;
			padding: 0 !important;
			margin-top: 0;	
			border: none;	
			text-align: center;	
			position: relative;
			height: 60px;
			display: block;
		}
			#topnav > li > a {
				background: #034d91; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNGQ5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjNlNzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #034d91 0%, #023e74 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#034d91), color-stop(100%,#023e74)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #034d91 0%,#023e74 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #034d91 0%,#023e74 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #034d91 0%,#023e74 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #034d91 0%,#023e74 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034d91', endColorstr='#023e74',GradientType=0 ); /* IE6-8 */
			}
			#topnav > li + li > a {
				background: #00bde3; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmRlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk3YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #00bde3 0%, #0097b6 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bde3), color-stop(100%,#0097b6)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #00bde3 0%,#0097b6 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #00bde3 0%,#0097b6 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #00bde3 0%,#0097b6 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #00bde3 0%,#0097b6 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bde3', endColorstr='#0097b6',GradientType=0 ); /* IE6-8 */
			}
			#topnav > li + li + li > a {
				background: #59b041; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YjA0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzhkMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #59b041 0%, #478d34 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59b041), color-stop(100%,#478d34)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #59b041 0%,#478d34 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #59b041 0%,#478d34 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #59b041 0%,#478d34 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #59b041 0%,#478d34 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b041', endColorstr='#478d34',GradientType=0 ); /* IE6-8 */
			}
			#topnav > li + li + li + li > a {
				background: #fffb00; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2M5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #fffb00 0%, #ccc900 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffb00), color-stop(100%,#ccc900)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #fffb00 0%,#ccc900 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #fffb00 0%,#ccc900 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #fffb00 0%,#ccc900 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #fffb00 0%,#ccc900 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb00', endColorstr='#ccc900',GradientType=0 ); /* IE6-8 */
			}
			#topnav > li + li + li + li + li > a {
				background: #e7662d; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NjYyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOTUyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #e7662d 0%, #b95224 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7662d), color-stop(100%,#b95224)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #e7662d 0%,#b95224 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #e7662d 0%,#b95224 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #e7662d 0%,#b95224 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #e7662d 0%,#b95224 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7662d', endColorstr='#b95224',GradientType=0 ); /* IE6-8 */
			}
			#topnav > li + li + li + li + li + li > a {
				background: #cd3c3c; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkM2MzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #cd3c3c 0%, #a43030 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd3c3c), color-stop(100%,#a43030)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #cd3c3c 0%,#a43030 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #cd3c3c 0%,#a43030 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #cd3c3c 0%,#a43030 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #cd3c3c 0%,#a43030 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3c3c', endColorstr='#a43030',GradientType=0 ); /* IE6-8 */
			}

				#topnav > li > a span.page-title {
				  bottom: 25%;
				  left: 60px;
				  color: #fff;
				}


				#topnav > li > a .front > * {
				  left: 50% !important;
				  margin-left: -100px;
				  -webkit-transition: all .25s ease;
				     -moz-transition: all .25s ease;
				      -ms-transition: all .25s ease;
				       -o-transition: all .25s ease;
				          transition: all .25s ease;
				}

				#topnav > li > a .front img { 
					width: 60px;
					margin-left: -160px;
				}
					#topnav > li > a img.imgOver { display: none; }
				
				#topnav > li:hover > a .front  {
					-webkit-transform: rotateY( 0deg ) !important;
					-moz-transform: rotateY( 0deg ) !important;
					-ms-transform: rotateY( 0deg ) !important;
					-o-transform: rotateY( 0deg ) !important;
					transform: rotateY( 0deg ) !important;
				}
					#topnav > li:hover > a .front > *,
					#topnav li.current-menu-item > a .front > * {
					  left: 50% !important;
					  margin-left: -80px;
					}

					#topnav > li:hover > a .front img,
					#topnav li.current-menu-item > a .front img {
						margin-left: -140px;
					}
	
	/*  **************************************************/
		#topnav .sub-menu .sub-menu {
			/*  margin: 0 auto; width: 360px; */
		}
			.sf-menu ul, .sf-menu ul {
			  right: 0;
			  width: 100%;
			  background: #000;
			  padding: 0;
			}


		.sf-menu li {
		  display: block;
		  float: none;
		  width: 100%;
		}
			.sf-menu > li:first-child {
			  border-top: none;
			}
			.sf-menu > li > a {
				margin-left: 0;
				text-align: center;
			}

			.sf-menu li:hover ul,
			.sf-menu li.sfHover ul {
				left:	0;
				top:	0; /* match top ul list item height */
				z-index:		99;
				height: auto;
				position: relative;
			}
				#topnav .sub-menu {  padding: 10px 0; }

				#topnav .sub-menu li a, .sub-menu li li a {
					background-position: -192px center !important;		
					line-height: 30px;		
					text-align: left;
					padding-left: 45px !important;	
					color: #acaeb4;
					height: 30px;
				}
					#topnav .sub-menu li:hover > a,
					#topnav .sub-menu li li:hover > a,
					#topnav .sub-menu li.current-menu-item > a {
						color: #fff;
					}	


		#topnav .sub-menu li, #topnav .sub-menu .sub-menu li {
		  border-top: none;
		  left: 50%;
		  margin-left: -141px !important;
		  min-height: 30px;
		  width: auto;
		}

		
	
	/*  ********************** End of Navigation *************************/

/*  ************************ END OF HEADER ************************/







/*  ************************ HOME CONTENT ************************/
	.wrapHeaderBox {  margin-bottom: 20px; }
		.wrapTopBanners > div:last-child .wrapHeaderBox {  margin-bottom: 0; }

	#slider-wrapper { min-height: 195px; }
		.camera_wrap {  height: 213px !important; }

		.camera_target {
			height: 140px !important;
		}

		#slider-wrapper .camera_target_content {
		  bottom: auto !important;
		  height: 73px;
		  left: 0;
		  right: auto;
		  top: 140px !important;
		  width: 100%;
		}
			#slider-wrapper .camera_caption > div { width: 88%; }

			#slider-wrapper .camera_caption {
			  float: left;
			  margin: 18px 0 0 20px;
			}
				#main #slider-wrapper .camera_caption h2 {
					font: 21px/21px 'Roboto';
					text-shadow: none;
				}
				#main #slider-wrapper .camera_caption h4 {
					font: 13px/18px 'Roboto';
					text-shadow: none;
				}

		#slider_nav_holder { display: none; }

		.camera_pag {
		  bottom: 100px;
		  right: 20px;
		  width: auto;
		}
		
	
	#wrap_banners > div { 
		margin-bottom: 10px!important;
		-webkit-background-size: 312px auto !important;
		background-size: 312px auto !important;
		height: 145px;
	}
		#wrap_banners > div:last-child { margin-bottom: 0 !important; }

	.home .primary_content_wrap {
	  padding-bottom: 15px;
	}


/*  ************************ END OF HOME CONTENT ************************/




/*  ***************************** SUBPAGES CONTENT ***************/

	#wrap_all { width: 280px; }

	.wrap_content.communications .boxList li {
	  margin: 0 0 15px 0 !important;
	  width: 240px !important;
	}
		.wrap_content.communications .boxList li:nth-child(2n+1) { margin-left: 0 !important; }
		.wrap_content.communications .boxList li .featured-thumbnail img { width: 240px; height: 315px; }
		
		#sidebarLeft li .wrapPortEntryInner a {
  			font: 11px/16px "Eagle Lake" !important; 		
  			margin: 0;
  		}
  		#sidebarLeft li .wrapPortEntryInner p {
		  font: 10px/18px Arial;
		  margin: 0;
		}

	#wrapAttachmentPhoto a {
	 	  width: 50%;
	 	  margin-left: 0;
	 	  margin-bottom: 0;
	}

	#wrapAttachmentPhoto a img { min-height: 82px; }


	.wrap_content.communications .boxList li .wrapInfo { width: 68.5%; }	

	.wrap_content { padding: 0 15px !important; }


	.wrapcommunicationsList {  padding: 5px 20px; }


	#sidebar, #sidebarLeft { padding: 0 15px 10px !important; }


	article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: 0;
  width: 240px;
}	
.search article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: 0;
  width: 240px;
}


.latestpost li { width: 99%; }

.boxVertInfo {
  margin-left: 0 !important;
  width: 100%;
}
	.boxVertInfo img {
	  height: 145px;
	  width: 100% !important;
	}	

	.alignleft {
	  margin: 0 15px 15px 0 !important;
	  width: 95% !important;
	}
	.primary_content_wrap .boxInfo img {
	  width: 95% !important;
	  height: 147px;
	}


	/* .wrap_content {
		padding: 0 20px;
	} */
		.wrap_content .news_block + p, .wrap_content .news_block + p > a {
			margin-bottom: 0;
		}

	.featured-thumbnail {
	  float: left;
	  /* width: 97%; */
	  margin-bottom: 15px;
	}
		#commentform input[type="text"], #commentform textarea {
		  width: 91%;
		}

	#sidebarLeft { margin-left: 0; margin-bottom: 25px; }	

	/*  **************************************************/

	div.pp_pic_holder {
	  width: auto !important;
	}
		div.ppt {
		  width: 94%!important;
		}

		.pp_content {
		  width: 98.5% !important;
		}
			#pp_full_res img {
				width: 100%!important;
			}
			.pp_content_container .pp_details {
			  width: 100%!important;
			}

	/*  **************************************************/

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	  float: none;
	  margin-right: 0;
	}
		.two_third, .one_third {
		  width: 100%;
		} 
			
		nav.oldernewer {
		  font-size: 7px;
		}
			.single-oldernewer a{
				font-size: 9px;
			}

	/*  ********************* sidebar ***********************/

	#sidebar, #sidebarLeft {
	  margin-top: 30px;
	  padding: 0 20px;
	  width: 250px;
	}
		#sidebarLeft { margin-top: 0; } 

	#sidebar #searchform input[type="text"] { width: 87%; }

	.toggle .box {  height: 115px; }


	ol.commentlist li.comment .comment-body { padding: 23px 30px 20px; }

	.comment-author {
	  left: 0;
	  margin-bottom: 10px;
	  position: relative;
	  top: 0;
	}

	/*  ************************* #gallery.one_column **********************/

		#gallery.one_column .portfolio li span.image-border {
		  height: 100%;
		  width: 100%;
		}
			#gallery.one_column .portfolio li a.image-wrap {
				height: 100%;
		  		width: 100%;
			}
				#gallery.one_column .portfolio li a.image-wrap img {
				  height: 136px;
				    margin-bottom: 0;
				}

				#gallery.one_column .folio-desc {
				  margin: 15px 0 0 0;
				  width: 100%;
				}
				
	/*  ************************* #gallery.two_columns **********************/
	
		#gallery.two_columns .portfolio li {
		  margin-right: 0;
		  width: 100%;
		}
			#gallery.two_columns .portfolio li a.image-wrap img {
			      height: 125px;
    			width: 100%;
			}

	/*  ************************* #gallery.three_columns **********************/

		#gallery.three_columns .portfolio li {
		  margin-right: 0;
		  width: 100%;
		}
			#gallery.three_columns .portfolio li a.image-wrap img {
			  height: 130px;
    			width: 100%;
			}
	/*  ************************* #gallery.four_columns **********************/

		#gallery.four_columns .portfolio li {
		  margin-right: 0;
		  width: 100%;
		}
			#gallery.four_columns .portfolio li a.image-wrap img {
			 	height: 120px;
    			width: 100%;
			}
	

	/*  **************************************************/
	.grid_gallery {
	  margin-left: 0;
	}
	.grid_gallery_inner {
	  width: 250px;
	}
		.grid_gallery .gallery_item {
		  margin-right: 0;
		  margin-left: 0;
		  width: 100%;
		}
			.grid_gallery_inner .gallery_item:nth-child(2n) {
				margin-right: 0;
			}
.portfolio .two_third > img {
  width: 100%;
}

	.featured-thumbnail.single-gallery-item img {
	  width: 100%;
	  height: 158px;
	}

	/*  **************************************************/

		.gallery_post {  height: 165px !important; }
			.gallery_post .g_item {  width: 320px !important; }
				.g_item > img {
					  height: 155px;
					  width: 250px;
					}

				.search .gallery_post {
  height: 100px !important;
}
.search .gallery_post .g_item {
  width: 240px !important;
  height: 150px!important;
}

	/*  ********************** ********/

	.wrap_content iframe {
	  width: 250px;
	  height: 200px;
	}

	.wrap_cf.main .wpcf7-form input[type="text"],
	.wrap_cf.main .wpcf7-form input[type="email"] {
	  width: 228px !important;
	}
		.wrap_cf.main .wpcf7-form textarea {
		  width: 228px !important;
		}	
		span.wpcf7-not-valid-tip {
		  width: 228px !important;
		}

	.wrap_cf.main div.wpcf7-response-output {
	  width: 127px;
	}	

	/*  **************************************************/

	#error404 {
	  margin: 0 20px;
	  padding: 0;
	  text-align: center;
	}	
		.error404-num { font-size: 148px; }
		#error404 #searchform {  width: 240px;}
		.search-no-results #wrap_all #searchform input[type="text"], .error404 #error404 #searchform input[type="text"] {
		    width: 218px !important;
		}


	.post-meta { font-size: 10px; }		
	.entry-header b a { font-size: 10px; }
	time { font-size: 10px; }

	/*  **************************************************/

	.search-results .post-content, .author .post-content, .blog .post-content {
	  padding-left: 0;
	}
		.author #recent-author-posts .post-content .excerpt, .search-results #content .post-content .excerpt {
  			display: block;
		}

	.entry-header b {
	    float: left;
	    margin-top: 10px;
	 	position: relative;
	}

	.search-results article.post-holder .featured-thumbnail img {
	  width: 280px;
	}

	.author #recent-author-posts .post-content .excerpt,
	.search-results #content .post-content .excerpt,
	.archive #content .post-content .excerpt {
	  margin-bottom: 10px;
	}

	#content article {
	  padding-top: 0;
	}
	#content article.first {
	  padding-top: 20px;
	}

	.archive .post-content {
	  padding-left: 0;
	}

	.single .entry-header b {
	  margin: 10px 0 0;
	}

	.primary_content_wrap article.post-holder .featured-thumbnail img {
		width: 250px;
	}
	.blog #content article.post-holder .featured-thumbnail img,
	.author #content article.post-holder .featured-thumbnail img,
	.search #content article.post-holder .featured-thumbnail img {
	  width: 250px !important;
	}
  
  	.primary_content_wrap .container_12 .divider {
	  margin-top: 50px;
	} 

  	#respond {
	  margin-top: 0;
	  padding-top: 0;
	}

	#commentform input[type="submit"] {
	  margin: 15px 0 0;
	}	
		.comment-meta {  font: 12px/35px 'Arial';	}

		#commentform p {
		  margin: 0 0 20px;
		}
	/*  **************************************************/	

	.no-results #searchform {
	  width: 250px;
	  margin-top: 15px;
	}

	.pagenavi {  padding: 50px 0 30px; }
	
/*  ***************************** END OF SUBPAGES CONTENT ***************/



/*  ************************ FOOTER ************************/
	
	#wrapTopFooter > div {
		border: none;
	  border-top: 1px solid #082B4F;
	  margin: 0 15px 0 !important;
	  width: 250px;
	  padding-top: 10px;
	}
		#wrapTopFooter > div:first-child {
			border-top: 0;
			padding: 0;
		}
		#wrapTopFooter > div > * {
		  padding-left: 0;
		}


	#footer { height: 75px; }
		#footer #footer-text { margin-bottom: 15px; margin-left: 15px;}
		#footer > div.grid_6.omega > div {
		  margin-right: 0;
		  text-align: left;
		  margin: 0 0 25px 15px;
		}

/*  ************************ END OF FOOTER ************************/



/*  *********************** END OF FILE *******************/
} 



@media screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio:0) 
{  
	 
}	