/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


/*  ********************* GENERAL *****************************/

	html,
	body {
		min-width:440px;
	}

	#main .container_12, #footer .container_12 { padding: 0; width: 400px; }
	#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 -20px;
	  padding: 20px;
	  width: 400px;
	}

/*  *********************** 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: 194px;
	  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; }

	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: 95%; 
		}
				#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 .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 *************************/


	.wrap_LeftAsideArea div[id*="social_networks"] {
	  position: relative;
	  right: auto;
	}
	
		#slider-wrapper { min-height: 195px; margin-bottom: 10px; }
			.camera_wrap { height: 195px !important; }
		
		#slider-wrapper .camera_target_content { width: 70%; height: 80px; }
			#main #slider-wrapper .camera_caption h3 {
				font-size: 14px;
				line-height: 30px;
			}
			#main #slider-wrapper .camera_caption h4 {
				font-size: 10px;
				line-height: 25px;
			}
		.list_carousel.custom .caroNav a { top: 46%; } 


/*  **************************************************/		

	.banners-holder li img { width: 190px; }			
	
	.wrap_inner2 { height: 126px; }
		.list_carousel li { width: 120px; }
			.primary_content_wrap .list_carousel a img { width: 100%; }

		.caroNav a { top: 24%; }	
			.home .caroNav a { top: 35%; }	
		
	#rightHomePart { margin-top: 0; }
/*  ************************ END OF HEADER ************************/







/*  ************************ HOME CONTENT ************************/
	
	

/*  ************************ END OF HOME CONTENT ************************/







/*  ***************************** SUBPAGES CONTENT ***************/

	#sidebar #searchform input[type="text"] { width: 91%; }


	.latestpost li { width: 99%; }

	#sidebarLeft {  margin-top: 0; }

	.wrap_content { padding: 60px 0 0 !important; }
		.archive .wrap_content {
		  padding-top: 70px !important;
		}


	#wrap_all a.read { margin-bottom: 20px; }

	article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: 0;
  width: 359px;
}
.search article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: -92px;
  width: 195px;
}

.alignnone {  width: 188px; }

.list_carousel.custom .slidertitle a {
  padding: 0 10px;
  width: 84%;
  font-size: 14px;
  line-height: 28px;
}

.testiCycle li .excerpt {
  width: 73%;
}
.testiCycle li #bg_testiCycleLi_1, .testiCycle li #bg_testiCycleLi_2 { left: 13%; }

.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;
}

.grid_3 .boxVert {
  width: 40%;
}

.bigList li { margin: 10px 0; }

.search-results .pagenavi { padding-bottom: 20px; }
.caroufredsel_wrapper {	min-height: 180px !important; }
 .home .caroufredsel_wrapper {	min-height: 126px !important; }

/*  **************************************************/
	.featured-thumbnail {
	  float: left;
	  /* width: 97%; */
	  margin-bottom: 15px;
	}
		#commentform input[type="text"], #commentform textarea {
		  width: 348px;
		}

	/*  **************************************************/

	.wrap_content.radiostations .boxList li { width: 172px!important;  margin: 0 0 15px 15px !important;}
		.wrap_content.radiostations .boxList li:nth-child(2n+1) { margin-left: 0 !important;}

		.wrap_content.radiostations .boxList li .featured-thumbnail img {
		  height: 280px;
		  min-width: 160px;
		  width: auto;
		}
		
	.wrap_content.radiostations .boxList li .wrapInfo {  padding: 0 55px 5px 5px;  width: 65%; }
	.wrap_content.radiostations .boxList li h5, .wrap_content.radiostations .boxList li h5 a {
	  font: 14px/24px "Asap" !important;
	  margin: 0 0 0 5px;
	}
		.wrap_content.radiostations .boxList li h5 a { margin: 0;}
		.wrap_content.radiostations .boxList li .excerpt { font: 12px/16px 'Asap';  margin: 0 0 0 6px; }


	#wrapAttachmentPhoto a img { min-height: 58px; }

	#sidebarLeft ul li { margin: 0 0 15px 0!important; float: left; }

	#sidebarLeft li .wrapPortEntryInner a { font: 15px/24px "Eagle Lake" !important; }




	.boxVertInfo {
	  margin-left: 0 !important;
	  width: 100%;
	}
		.boxVertInfo img {
		  height: 215px;
		  width: 100% !important;
		}


	/*  **************************************************/

	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: 10px;
		  margin-bottom: 3.5em;
		}
			.single-oldernewer a{
				font-size: 13px;
			}

	/*  ********************* sidebar ***********************/

	#sidebar, #sidebarLeft {
	  margin-top: 30px;
	  width: 370px;
	  padding: 0 20px;
	}
		#sidebarLeft {
			margin-left: 0;
			padding-top: 0;
			/* margin-bottom: 30px; */
			margin-top: 0;
		} 
		.page-template-page-fullwidth_withTwoSidebar-php #sidebarLeft,
		.page-template-page-fullwidth_withTwoSidebar-php #sidebar {  padding: 0 15px 0; }
		.page-template-page-fullwidth_withTwoSidebar-php .wrap_content { margin-top: 25px; padding: 0 20px; }
		.page-template-page-radiostation_withRightSidebar-php .wrap_content { padding: 0 20px 10px; }


		#sidebar .recent-post-item {
		  margin-left: 0;
		}

		
		.toggle .box { height: 80px; }

		

		#content.radiostations .attachment-post-thumbnail {  margin: 0 0 25px 0; width: 360px; }


		#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; }


		.grid_gallery .grid_gallery_inner .gallery_item:nth-child(2n+1) {
		  margin-left: 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%;
				min-height: 210px;
		  		width: 99.5%;
			}
				#gallery.one_column .portfolio li a.image-wrap img {
				  height: 210px;
				  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 { min-height: 200px; }
			#gallery.two_columns .portfolio li a.image-wrap img {
			  height: 200px;
			  width: 100%;
			}

	/*  ************************* #gallery.three_columns **********************/

		#gallery.three_columns .portfolio li {
		  margin-right: 0;
		  width: 100%;
		}
			#gallery.three_columns .portfolio li a.image-wrap { min-height: 200px; width: 99.5%;}
			#gallery.three_columns .portfolio li a.image-wrap img {
			  height: 200px;
			  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.5%;  min-height: 205px; }
			#gallery.four_columns .portfolio li a.image-wrap img {
			  height: 205px;
			  width: 100%;
			}

	/*  **************************************************/

	.grid_gallery_inner {
	  width: 400px;
	}
		.grid_gallery .gallery_item {
		  width: 45.5%;
		  margin-right: 33px;
		  margin-left: 0;
		}
			.featured-thumbnail.single-gallery-item img {
			  width: 100%;
			}
			.grid_gallery_inner .gallery_item:nth-child(2n) {
				margin-right: 0;
			}
	

	.single.single-portfolio .grid_gallery_inner .featured-thumbnail {
	  margin-bottom: 0;
	}

	.portfolio .two_third > img {
	  width: 100%;
	}


	.gallery_post {  height: 260px !important; }
		.gallery_post .g_item {  width: 400px !important; }
			.g_item > img {  height: 250px; width: 398px; }

	.search .gallery_post {
	  height: 74px !important;
	  width: 150px;
	}


	/*  **************************************************/
	
	

	/*  ************************ search page **********************/
	
	.no-results #searchform, #searchform {
	  margin: 0 auto; 
	  width: 353px;
	}
	#searchform input[type="text"] {
	  width: 316px;
	  margin-left: 0;
	}
	
	.author #recent-author-posts .post-content .excerpt,
	.search-results #content .post-content .excerpt {
	  display: table;
	}

	/*  ********************** contact page **************/

	.wrap_content iframe {  width: 100%; }

	.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: 380px !important;
	}
	.wrap_cf.main .wpcf7-form textarea {
	  width: 380px !important;
	}
		span.wpcf7-not-valid-tip {
		  width: 380px !important;
		}
	/*  **************************************************/

	.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;
		}

	.single-post .primary_content_wrap article.post-holder .featured-thumbnail img,
	.archive .primary_content_wrap article.post-holder .featured-thumbnail img {
	  width: 180px !important;
	}	

	.blog #content article.post-holder .featured-thumbnail img,
	.author #content article.post-holder .featured-thumbnail img,
	.search-results #content article.post-holder .featured-thumbnail img {
	  width: 180px !important;
	}	

	#content article {
	  padding-top: 0;
	  margin-top: 30px;
	}
	#content article.first {
	  padding-top: 20px;
	}

	.primary_content_wrap .container_12 .divider {
	  margin-top: 50px;
	} 

	.single-post #content article, .single #content article {
	  margin-top: 10px;
	}
	
	.author-info .avatar {
  margin-top: 15px;
}

.author #recent-author-comments {
  padding-bottom: 25px;
}
	.archive .post-content {
	  padding-left: 0;
	}	

	#sidebarLeft ul li.recent-post-item .post-entry img { max-width: 400px; }
	/*  **************************************************/

	#commentform p {
		margin: 0 0 15px 0;
	}
	/*  **************************************************/
	
	#error404 {
	  margin: 0 20px;
	  padding: 0;
	  text-align: center;
	}	
		.error404-num { font-size: 222px; }
		#error404 #searchform {  width: 353px;}
		.search-no-results #wrap_all #searchform input[type="text"], .error404 #error404 #searchform input[type="text"] {
		    width: 313px !important;
		}
			
	.post-meta { font-size: 14px; }		
	.entry-header b a { font-size: 14px; }
	time { font-size: 14px; }

	/*  **************************************************/

	.wrap_cf.main div.wpcf7-response-output {  width: 247px; }

	.pagenavi {  padding: 50px 0 30px; }

	

	.wrap_cf .wpcf7-form p > span.wpcf7-form-control-wrap {
	  float: left;
	  margin-left: 0;
	  width: 100%;
	}
/*  ***************************** 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 (min-width: 480px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) 
{  

}	 