/* #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:420px;
}

body {
	-webkit-background-size: 1400px auto;
	background-size: 1400px auto;
}
.container {
	width:420px !important;
}

h1 {
  font: bold 29px/32px 'Raleway',sans-serif !important;
}



h4 {
  font: italic 14px/18px 'Open Sans' !important;
}

#sidebar h2, #sidebar2 h2, h2 {
  font-size: 25px !important;
  line-height: 32px !important;
}

#wrap_inner_ajax {
  min-height: 0px;
}

#preloader {
  top: 150px;
}

/*  ************************** END OF GENERAL ********************/




/*  *************************** HEADER *****************/

	.logo img {
	  width: 200px;
	}

	/*  **************************************************/	

	#wrap_top_header .soc_links {
	  position: absolute;
	  right: 10px;
	  top: 0;
	  z-index: 999999;
	}

	/*  **************************************************/

	nav.primary {
	  margin: 0 auto;
	  width: 300px;
	  float: none;
	  margin-top: 20px;
	  height: 60px;
	}

	.responds {
	  background: url("../images/bg_respond_menu.png") no-repeat scroll right 0 transparent;
	  height: 46px;
	  width: 185px;
	  display: block;
	  cursor: pointer;	
	  margin-left: 65px;  
	}
		.responds span {
		  background: url("../images/bg_respond_span.png") no-repeat scroll right 9px transparent;
		  color: #fff;
		  font: 16px/42px 'Titillium Web',sans-serif;
		  padding: 0 15px 0 0;
		  text-transform: uppercase;
		}

	#topnav {
		width: 300px;
		display: none;
	}
		#topnav li {
		  background: none repeat scroll 0 0 #0041AF;
		  border-top: 1px solid #1F58B9;
		  float: none;
		  text-align: center;
		}
			#topnav li.current-menu-item {
				background: #0041AF;
			}
			#topnav li:first-child {
				border-top: none;
			}

			#topnav li > a {
			  background: none;
			  font: 16px/18px 'Titillium Web', sans-serif;
			  color: #fff;
			  padding: 10px 17px;
			}
				#topnav li:hover > a {
					color: #5bd8f5;
				}

		.sf-menu ul {
		  width: 270px;
		  background: #003082;
		  padding: 7px 15px;
		}
		
		ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
			left: -15px;
			border: 1px solid #15489e;
			width: 268px;
			background: #02368f;
		}

	/*  **************************************************/
	
	#text_greeting {
	  font: 100 26px/30px 'Raleway';
	}

/*  *************************** END OF HEADER *****************/





/*  *********************** SLIDER **********************/

	#container_slider {
	  height: 149px;
	  margin-top: -380px;
	}

	#wrap_section_slider {
	  -webkit-background-size: 420px 149px;
	  background-size: 420px 149px;

	}
	/*  **************************************************/

	#sliderCaption .times {
	  font: 700 14px/16px 'Raleway',sans-serif;
	  margin-bottom: 5px;
	}

	#sliderCaption .dates {
	  font: 700 10px/12px 'Raleway',sans-serif;
	  margin: 0 0 5px 0;
	  padding: 5px 7px;
	}

	#sliderCaption .name {
	  font: 700 28px/32px 'Raleway',sans-serif;
	  margin-top: 7px;
	  margin-bottom: 5px;
	}

	#sliderCaption p span {
	  font: 700 18px/22px 'Raleway',sans-serif;
	}

	/*  **************************************************/

	.flex-direction-nav li a.prev, .flex-direction-nav li a.next {
	  background-position: 0 -25px;
	  -webkit-background-size: 50px auto;
	   background-size: 50px auto;
	  height: 25px;
	  left: 58px;
	  width: 25px;
	  top: 29px;
	}
 		.flex-direction-nav li a.next {
 			left: 83px;
 			background-position: -25px -25px;
 		}
	.flex-direction-nav li a.prev:hover {
	  background-position: 0px 0;
	}
	.flex-direction-nav li a.next:hover {
	  background-position: -25px 0;
	}

/*  *********************** END OF SLIDER **********************/






/*  *********************** CAROUSEL **********************/

#wrap_carousel {
  height: 230px;
}
	.es-carousel-wrapper {
	  width: 420px;
	}
		.es-carousel {
		  height: 213px;
		  width: 330px;
		}
			.es-carousel ul li {
			  -webkit-background-size: 150px auto;
			   background-size: 150px auto;  
			  height: 220px !important;
			  margin: 0 8px !important;
			  width: 148px !important;
			}
				.es-carousel ul li figure {
				  margin: 4px;
				}
					.es-carousel ul li a {
					  height: 154px;
					  width: 142px;
					}
						.es-carousel ul li a img {
						  height: 154px;
						  width: 142px;
						}
				.es-carousel ul li h4 {
				  margin-bottom: 0 !important;
				  margin-top: 5px !important;
				}		
					.es-carousel ul li h4 a {
					  font: 800 13px/14px 'Raleway',sans-serif;
					}
				.es-carousel ul li .excerpt {
				  font: 800 12px/14px 'Raleway',sans-serif;
				  margin-top: 5px;
				}
				.caro_item_mark {
				  background-position: 0 -6px;
				  -webkit-background-size: 8px auto;
				   background-size: 8px auto; 
				  height: 8px;
				  margin: 7px 0 0 71px;
				  width: 8px;
				}
					.es-carousel li:hover .caro_item_mark {
					  background-position: 0 1px;
					}

		.es-nav span.es-nav-next {
		  right: 0;
		}
		.es-nav span.es-nav-prev {
		  left: 0;
		}
	
/*  *********************** END OF CAROUSEL **********************/









/*  ************************** HOME PAGE ********************/


/*  ************************** END OF HOME PAGE ********************/





/*  ************************* SUBPAGES ****************/
	
	a.more_details, a.button, a.read, .reply a, #commentform input[type="submit"], .wrap_cf .wpcf7-form input[type="submit"] {
	  font: bold 13px/30px Arial;
	  height: 30px;
	  padding: 0 15px;
	}

	#page_slogan {
	  font: bold 35px/38px 'Raleway',sans-serif;
	  min-height: 45px;
	  margin-top: 10px;
	  margin-bottom: 30px;
	}

	#wrap_inner, #wrap_inner_wls, #wrap_inner_w2s, #wrap_inner_wos {
	  width: 420px;
	  padding-bottom: 20px;
	}
		#wrap_inner_wls, #wrap_inner_w2s {
			padding-top: 20px;
		}

	.wrap_content {
	  padding: 20px 0;
	}

	#sidebar .wpcf7-form input[type="text"],
	#sidebar .wpcf7-form input[type="email"],
	#sidebar .wpcf7-form textarea {
	  width: 92%;
	}

	#sidebar .wpcf7-form span.wpcf7-not-valid-tip,
	#sidebar .wpcf7-form span.wpcf7-not-valid-tip-no-ajax {
	  top: -17px !important;
	  width: 371px !important;
	}

	article.testimonial {
	  padding: 30px 0 30px 175px;
	}

	.table_block {
	  display: block;
	}

	.serv_offers {
	  width: 180px;
	}
	
	#sidebar ul li a, #sidebar2 ul li a {
	  background-position: 0 7px;
	  font: 15px/16px 'Open Sans',sans-serif;
	}
		#sidebar ul li a:hover, #sidebar2 ul li a:hover {
		  background-position: 0 -11px;
		}
		
	#sidebar2 ul.post_list.testi_block {
	  padding-bottom: 0;
	}
	

	.alignleft {
	  margin: 0 25px 15px 0 !important;
	  width: 50% !important;
	}

	/*  **************************************************/

	article.testimonial .featured-thumbnail img {
	  width: 120px;
	}

	/*  **************************************************/

	.grid_gallery .gallery_item {
	  width: 15.8%;
	}
	
	ul.portfolio-meta-list {
	  margin-top: 10px;
	}

	.single-portfolio .zoom-icon {
	  height: 145px;
	  width: 204px;
	}
	
	.two_third > img {
	  width: 95%;
	}

	.two_third .g_item > img {
	  height: 254px !important;
	  width: 400px !important;
	}

	/* **************************************************/

	#gallery.one_column .portfolio li span.image-border {
	  height: 222px;
	  width: 420px;
	}
		#gallery.one_column .portfolio li a.image-wrap {
		  height: 231px;
		  width: 420px;
		}
			#gallery.one_column .portfolio li a.image-wrap img {
			  width: 95.5%;
			}
			#gallery.one_column .zoom-icon {
			  height: 231px;
			  width: 420px;
			}
	#gallery.one_column .folio-desc {
	  margin: 20px 0 0;
	  width: 100%;
	}

	/*  **************************************************/

	#gallery.two_columns .portfolio li {
	  width: 100%;
	}
		#gallery.two_columns .portfolio li span.image-border {
		  height: 249px;
		  width: 420px;
		}
			#gallery.two_columns .portfolio li a.image-wrap {
			  height: 253px;
			  width: 420px;
			}
				#gallery.two_columns .portfolio li a.image-wrap .zoom-icon {
				  height: 253px;
				  width: 420px;
				}

		#gallery.two_columns .folio-desc {
		  margin: 20px 0 0;
		  width: 100%;
		}	

	/*  **************************************************/

	#gallery.three_columns .portfolio li {
		  width: 100%;
		  margin-right: 0;
		}
			#gallery.three_columns .portfolio li span.image-border {
			  height: 294px;
			  width: 425px;
			}
				#gallery.three_columns .portfolio li a.image-wrap {
				  height: 297px;
				  width: 428px;
				}
					#gallery.three_columns .portfolio li a.image-wrap .zoom-icon {
					  height: 297px;
					  width: 428px;
					}

			#gallery.three_columns .folio-desc {
			  margin: 20px 0 0;
			  width: 100%;
			}	
	/*  **************************************************/

	#gallery.four_columns .portfolio li {
		  width: 100%;
		  margin-right: 0;
		  margin-bottom: 40px;
		}
			#gallery.four_columns .portfolio li span.image-border {
			  height: 222px;
			  width: 420px;
			}
				#gallery.four_columns .portfolio li a.image-wrap {
				  height: 230px;
				  width: 438px;
				}
					#gallery.four_columns .portfolio li a.image-wrap .zoom-icon {
					  height: 230px;
					  width: 438px;
					}

			#gallery.four_columns .folio-desc {
			  margin: 20px 0 0;
			  width: 100%;
			  padding: 0;
			}	
	
	/*  **************************************************/
	
	.two_third {
	  width: 100%;
	}

	.one_third {
	  padding-bottom: 20px;
	  width: 100%;
	}

	.gallery_post {
	  height: 280px !important;
	  width: 420px !important;
	}
		.gallery_post .g_item {
		  height: 275px !important;
		}
			.gallery_post .g_item > img {
			  max-width: 100%;
			}
		.g_item > img {
		  height: auto;
		  max-width: 66%;
		}
		
		.grid_gallery_inner {
		  width: 420px;
		}
		.grid_gallery .gallery_item {
		  width: 48%;
		}
			.grid_gallery .gallery_item:nth-child(2n) {
			  margin-right: 0;
			}

	nav.oldernewer {
		font-size: 0;
		margin-top: 15px;
	}
		.older, .newer {
			width: 195px;
			height: 20px;
			padding-top: 2px;
			}

		.older a {
			font-size: 12px;
			background: url(../images/bg_nav_older.png) 0 center no-repeat;
			padding-left: 15px;
		}
		.newer a {
			font-size: 12px;
			background: url(../images/bg_nav_newer.png) right center no-repeat;
			padding-right: 15px;
		}

	/*  **************************************************/

	.wrap_content iframe {
	  width: 400px;
	}
	
	span.wpcf7-not-valid-tip,
	span.wpcf7-not-valid-tip-no-ajax {
	  width: 396px !important;
	}

	/*  **************************************************/

	figure.featured-thumbnail {
	  width: 420px;
	  margin-right: 0;
	}	
		.featured-thumbnail img {
		  width: 95%;
		}

	.post-meta {
	  font: 13px/13px "Arial";
	}

	article.post-holder .entry-header {
	  margin: 0 0 -6px;
	}
	.entry-header b {
	  background-size: 15px auto;
	  bottom: 17px;
	  font-size: 12px;
	  line-height: 12px;
	  position: relative;

	}
		.entry-header b a {
		  font-size: 13px;
		}
		.single-post .entry-header b {
		  top: 73px;
		}


	.post-content {
	  padding-left: 0;
	}
	#content article {
	  margin-top: 10px;
	  padding-top: 17px;
	}

	#commentform textarea,
	#commentform input[type="text"],
	#commentform input[type="email"] {
	  width: 94%;
	}
	
	/* #recent-author-posts article .entry-header b {
		top: 88px;
		background-size: 15px auto;
	} */

	.commentlist .comment-reply-link {	
	  margin-top: 0;
	}
	
	.children .wrapper {
	  margin-top: 25px;
	}
		.comment-meta {
		  font: 13px/34px 'Arial';
		}
	
	.entry-header h2.entry-title a {
	  font: 24px/28px 'Titillium Web',sans-serif !important;
	}

	/*  **************************************************/

	.no-results #searchform {
	  width: 420px;
	}
		.search-no-results #searchform input[type="text"] {
		  width: 367px;
		}

/*  ************************* END OF SUBPAGES ****************/





/*  *********************** FOOTER **********************/
	
	#wrap_top_footer {
	  height: 110px;
	}

	#menu-footer li a {
	  font: 14px/18px 'Titillium Web';
	  margin-left: 14px;
	}

	#footer #searchform {
	  margin-top: 20px;
	}
		#footer #searchform input[type="text"] {
		  width: 87%;
		}

			#footer-text p {
			  font-size: 11px;
			  text-align: left;
			}


/*  *********************** END OF FOOTER **********************/





































} 