/*  #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, #footer .container_12 { padding: 0; width: 280px; }
	#main .container_12 div[class*="grid"], #main .container_12 div[class*="grid"] *[class*="grid"]{ margin: 0; }
	#footer .container_12 div[class*="grid"], #footer .container_12 div[class*="grid"] *[class*="grid"]{ margin: 0; }



	.wrap_inner, .wrap_inner2, .wrapFooterInner {
	  margin: 0 0 0 -10px;
	  padding: 10px;
	  width: 280px;
	}

	#slider-wrapper .camera_fakehover { background: #383737; }
	
	.list_carousel.custom .caroNav a {  top: 49%; }


/*  *********************** END OF GENERAL ************************/




/*  ************************ HEADER ************************/

	.bg3 { margin-left: -330px; }

	#header { height: auto; }

	.logo { text-align: center; }
		#logo { margin-left: 0; }
	
	#menu-topheader-menu {
	  float: none;
	  margin: 0 0 15px;
	  padding: 0;
		background: #1E2131;
		background: rgba(30,33,49,0.9);
		-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
		 border-radius: 5px; 
		 text-align: center;
	}
		#menu-topheader-menu li {
		  display: inline-block;
		  float: none;
		  margin: 0 7px;
		  padding: 0;
		}
			#menu-topheader-menu li a { 
				border: none !important;
				text-shadow: 1px 1px 1px #000;
				padding: 0 0 2px 0;
				line-height: 20px;
			}	
				#menu-topheader-menu li:hover a { color: #fff; }

	.top_banners {
	  float: left;
	  width: 134px;
	  margin-left: 12px;
	  -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   border-radius: 5px; 
	}
		#topHeader div[id*="text"] > div > .top_banners:first-child { margin-left: 0; }
		#topHeader div[id*="text"] > div > .top_banners a img { display: none; }

	ul.social-networks { text-align: center; }
		ul.social-networks li {
			clear: none;
			float: none;
			display: inline-block;
			width: 30px;
			height: auto;
			margin: 0 5px 0 0;
		}
			ul.social-networks li img { width: 32px; }



	/*  ********************** Navigation ****************************/
		
		#navHolder {
		  height: 87px;
		}

		nav.primary {
		  background: #232323;
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  border-radius: 5px;
		  height: 55px;
		  margin: 10px 0;
		  padding: 0;
		  width: 100%;
		}


		nav.primary .responds {
		    background: url("../images/bg_mobileResponse.png") no-repeat scroll center center transparent;
		    display: block;
		    height: 55px;
		    margin: 0 auto;
		    width: 100%;
		}

		nav.primary .responds span {font-size: 0;}

	#topnav {
	  display: none;
	  left: 0;
	  min-width: 250px;
	  position: absolute;
	  height: auto;
	  width: 100%;
	  top: 56px;
	}
		#topnav li, #topnav .sub-menu li {
		 /*  background: #000 !important; */
		  margin: 0 0 2px 0 !important;
		  padding: 0;
		  width: 100%;
		  min-height: 60px;
		  float: none;
		  height: auto;
			-webkit-border-radius: 5px;
			 -moz-border-radius: 5px;
			 border-radius: 5px; 
		}
			#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 {
			margin-top: 0;	
			border: none;	
			position: relative;
			height: 60px;
			display: block;
			width: 88%; 
		}
				#topnav > li > a span { 
					background: url(../images/bg_topNavSpanSmallSrc.png) right center no-repeat;
					width: 90%;
					-webkit-transition: all .25s linear;
					   -moz-transition: all .25s linear;
					    -ms-transition: all .25s linear;
					     -o-transition: all .25s linear;
					        transition: all .25s linear;
				}
					#topnav > li:hover > a span {width: 92% !important;}  
			
		#topnav > li > a {
			background: url(../images/bg_topNavASmall.png) -4px 0 no-repeat !important;
		}
			#topnav > li:hover > a, #topnav > li.current-menu-item > a { background-position: 0 0 !important; }	 

		#topnav > li + li > a {
			background: url(../images/bg_topNavASmall.png) -4px -68px no-repeat !important;
		}	
			#topnav > li + li:hover > a, #topnav > li + li.current-menu-item > a  { background-position: 0 -68px !important; }	

		#topnav > li + li + li > a {
			background: url(../images/bg_topNavASmall.png) -4px -136px no-repeat !important;
		}	
			#topnav > li + li + li:hover > a, #topnav > li + li + li.current-menu-item > a { background-position: 0 -136px !important; }	

		#topnav > li + li + li + li> a {
			background: url(../images/bg_topNavASmall.png) -4px -204px no-repeat !important;
		}	
			#topnav > li + li + li +li:hover > a, #topnav > li + li + li +li.current-menu-item > a { background-position: 0 -204px !important; }	

		#topnav > li + li + li + li + li > a {
			background: url(../images/bg_topNavASmall.png) -4px -272px no-repeat !important;
		}
			#topnav > li+ li + li + li + li:hover > a, #topnav > li+ li + li + li + li.current-menu-item > a { background-position: 0 -272px !important; }	

		#topnav > li + li + li + li + li + li > a {
			background: url(../images/bg_topNavASmall.png) -4px -340px no-repeat !important;
		}
			#topnav > li + li + li + li + li + li:hover > a, #topnav > li + li + li + li + li + li.current-menu-item > a { background-position: 0 -340px !important; }

		#topnav > li.current-menu-item > a { width: 90% !important; }

	/*  **************************************************/
		#topnav .sub-menu .sub-menu {
			/*  margin: 0 auto; width: 360px; */
		}
			.sf-menu ul, .sf-menu ul {
			  right: 0;
			  width: 100%;
			  background: none;
			  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 1px; }

				#topnav .sub-menu li a, .sub-menu li li a {
					line-height: 40px;		
					text-align: left;
					padding-left: 15px !important;	
					color: #acaeb4;
					height: 40px;
				}
					#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: 0;
		  margin-left: 5% !important;
		  min-height: 40px;
		  width: 95%;
		}

		
	
	/*  ********************** End of Navigation *************************/
	
		#slider-wrapper { min-height: 195px; margin-bottom: 10px; }
			.camera_wrap { height: 195px !important; }
		
		#slider-wrapper .camera_prev, #slider-wrapper .camera_next { top: 27%; }
		#slider-wrapper .camera_target_content { width: 70%; height: 64px; }
			#main #slider-wrapper .camera_caption h3 {
				font-size: 14px;
				line-height: 30px;
			}
			#main #slider-wrapper .camera_caption h4 {
				font-size: 10px;
				line-height: 25px;
			}

/*  **************************************************/		
	
	.wrap_LeftAsideArea div[id*="social_networks"] {
	  position: relative;
	  right: auto;
	}
	
	.banners-holder li { margin-top: 10px; }		
		.banners-holder li:first-child { margin: 0; }
			.banners-holder li img { width: 280px; }

	.caroNav a { top: 24%; }				
		.caroNav a.next { right: -18px; }
		.caroNav a.prev { left: -18px; }
		
		.home .caroNav a {  top: 36%; }


	.wrap_inner2 { height: 133px; }
		.list_carousel li { width: 130px; }
			.primary_content_wrap .list_carousel a img { width: 100%; }
		
	#rightHomePart { margin-top: 0; }


/*  ************************ END OF HEADER ************************/







/*  ************************ HOME CONTENT ************************/
	
	#home-content #LeftHomePart img { width: 99%!important; }
	

/*  ************************ END OF HOME CONTENT ************************/






/*  ***************************** SUBPAGES CONTENT ***************/

	.wrap_content.radiostations .boxList li {
	  margin: 0 0 15px 0 !important;
	  width: 240px !important;
	}
		.wrap_content.radiostations .boxList li:nth-child(2n+1) { margin-left: 0 !important; }
		.wrap_content.radiostations .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.radiostations .boxList li .wrapInfo { width: 68.5%; }	

	.wrap_content { padding: 60px 0 0 0 !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;
}

.wrap_content .grid_7 + .grid_3 { margin-bottom: 20px !important; margin-top: 20px !important;}

.wrap_content .grid_7 {
  margin-bottom: 0!important;
  margin-left: 0 !important;
}
.list_carousel.custom {
  margin-top: 0;
}
.list_carousel.custom .slidertitle a {
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px;
  width: 84%;
}
.latestpost li { width: 99%; }


	.alignleft {
	  margin: 0 15px 15px 0 !important;
	  width: 95% !important;
	}
	.primary_content_wrap .boxInfo img {
	  width: 95% !important;
	  height: 147px;
	}

	.boxVert {
	  margin-bottom: 20px;
	  margin-left: 0 !important;
	  width: 100%;
	}

.grid_3 .boxVert {
  margin: 0 20px 15px !important;
  width: 86%;
}

.bigList {
  display: block;
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}

	/* .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%;
		}

	#main .wrap_content h1 {
	  font-size: 20px;
	  left: -10px;
	  line-height: 40px;
	  top: -10px;
	}

	.alignnone {
	  height: auto;
	  margin-right: 0;
	  margin-bottom: 10px;
	  width: 99%;
	}

	#wrap_all a.read {
	  margin-bottom: 20px;
	}

	.testiCycle li {
	  float: none;
	  margin: 0 0 20px;
	  width: 95%;
	}






	/*  **************************************************/

	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"], 
	#sidebarBlog #searchform input[type="text"] { width: 200px; }

	.toggle .box {  height: 115px; }

	.single-post #content article, .single #content article {
	  margin-top: 10px;
	}

	ol.commentlist li.comment .comment-body { padding: 23px 30px 20px; }

	.comment-author {
	  left: 0;
	  margin-bottom: 10px;
	  position: relative;
	  top: 0;
	}
	.author #recent-author-comments {
  padding-bottom: 25px;
}

.search-results #content article {
  margin-top: 0;
  padding-top: 25px;
}

.wrap_cf .wpcf7-form p > span.wpcf7-form-control-wrap {
  float: left;
  margin-left: 0;
  width: 100%;
}
/*  **************************************************/


	#gallery.one_column .portfolio li h6 a,
		#gallery.two_columns .portfolio li h6 a,
		#gallery.three_columns .portfolio li h6 a,
		#gallery.four_columns .portfolio li h6 a {
		  background: #202020 !important;
		  color: #939393 !important;
		  display: block;
		  font: 12px/36px Arial !important;
		  letter-spacing: 0 !important;
		  margin: 0 !important;
		  padding: 0 !important;
		  text-align: center !important;
		  text-decoration: none !important;
		  text-transform: none !important;
		}
			#gallery.one_column .portfolio li h6 a:hover,
			#gallery.two_columns .portfolio li h6 a:hover,
			#gallery.three_columns .portfolio li h6 a:hover,
			#gallery.four_columns .portfolio li h6 a:hover {
			  background: #e22b3d !important;
			  color: #fff !important;
			}

		#gallery.one_column .portfolio .folio-desc a.read, #gallery.one_column .portfolio .folio-desc p,
		#gallery.two_columns .portfolio .folio-desc a.read, #gallery.two_columns .portfolio .folio-desc p,
		#gallery.three_columns .portfolio .folio-desc a.read, #gallery.three_columns .portfolio .folio-desc p,
		#gallery.four_columns .portfolio .folio-desc a.read, #gallery.four_columns .portfolio .folio-desc p {
		  display: none !important;
		}

		#gallery .portfolio li:last-child { margin-bottom: 0; }












	/*  ************************* #gallery.one_column **********************/
		
		#gallery.one_column .portfolio li { width: 99.8%; }
		#gallery.one_column .portfolio li span.image-border {
		  height: 100%;
		  width: 99.3%;
		}
			#gallery.one_column .portfolio li a.image-wrap {
				height: 100%;
		  		width: 100%;
		  		min-height: 136px;
			}
				#gallery.one_column .portfolio li a.image-wrap img {
				  height: 136px;
				    margin-bottom: 0;
				}

				#gallery.one_column .folio-desc {
				  margin: 0;
				  width: 100%;
				}
				
	/*  ************************* #gallery.two_columns **********************/
	
		#gallery.two_columns .portfolio li {
		  margin-right: 0;
		  width: 100%;
		}
		#gallery.two_columns .portfolio li a.image-wrap { width: 99.3%; min-height: 145px; }

			#gallery.two_columns .portfolio li a.image-wrap img {
			      height: 145px;
    			width: 100%;
			}

	/*  ************************* #gallery.three_columns **********************/

		#gallery.three_columns .portfolio li {
		  margin-right: 0;
		  width: 100%;
		}
			#gallery.three_columns .portfolio li a.image-wrap { width: 99.3%;  min-height: 140px; }
			#gallery.three_columns .portfolio li a.image-wrap img {
			  height: 140px;
    			width: 100%;
			}
	/*  ************************* #gallery.four_columns **********************/

		#gallery.four_columns .portfolio li {
		  margin-right: 0;
		  width: 100%;
		}
			#gallery.four_columns .portfolio li a.image-wrap { width: 99.3%; min-height: 145px; }
			#gallery.four_columns .portfolio li a.image-wrap img {
			 	height: 145px;
    			width: 100%;
			}
	

	/*  **************************************************/
	.grid_gallery {
	  margin-left: 0;
	}
	.grid_gallery_inner {
	  width: 280px;
	}
		.grid_gallery .gallery_item {
		  margin-right: 0;
		  margin-left: 0;
		  width: 100%;
		}
			.grid_gallery_inner .gallery_item:nth-child(2n) {
				margin-right: 0;
			}

.grid_gallery .grid_gallery_inner .gallery_item:nth-child(2n+1) {
  margin-left: 0;
}

.single.single-portfolio .grid_gallery_inner .featured-thumbnail {
  margin-bottom: 0;
}


.portfolio .two_third > img {
  width: 100%;

}

	.featured-thumbnail.single-gallery-item img {
	  width: 100%;
	}

.caroufredsel_wrapper {	min-height: 190px !important; }
	.home .caroufredsel_wrapper {	min-height: 133px !important; }

.search-results .pagenavi { padding-bottom: 20px; }
	/*  **************************************************/

		.gallery_post {  height: 165px !important; }
			.gallery_post .g_item {  width: 320px !important; }
				.g_item > img {
					  height: 155px;
					  width: 278px;
					}

				.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"],
	.wrap_cf.main .wpcf7-form input[type="tel"] {
	  width: 260px !important;
	}
		.wrap_cf.main .wpcf7-form textarea {
		  width: 260px !important;
		}	
		span.wpcf7-not-valid-tip {
		  width: 260px !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: 200px !important;
		}


	.post-meta { font-size: 14px; }		
	.entry-header b a { font-size: 14px; }
	time { font-size: 14px; }

	/*  **************************************************/

	.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;
	  margin-top: 30px;
	}
	#content article.first {
	  padding-top: 10px;
	}

	.archive .post-content {
	  padding-left: 0;
	}

	.single .entry-header b {
	  margin: 10px 0 0;
	}

	.primary_content_wrap article.post-holder .featured-thumbnail img {
		width: 278px;
	}
	.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: 278px !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: 240px;
	  margin: 15px auto 0;
	}

	.pagenavi {  padding: 50px 0 30px; }
	
/*  ***************************** END OF SUBPAGES CONTENT ***************/



/*  ************************ FOOTER ************************/
	
	#LeftFooterArea { padding-top: 20px; }	
	#LeftFooterArea > div { margin-bottom: 20px !important; }
		#LeftFooterArea > div:last-child ul { margin: 0 0 40px 0; }

/*  ************************ END OF FOOTER ************************/



/*  *********************** END OF FILE *******************/
} 



@media screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio:0) 
{  
	 
}	