/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 995px) {

.content-box {max-width:808px;}

/* Social Networks */
#widget-header .social-networks {right:11px;}
/* ----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {height:323px;}

.camera_wrap .camera_pag {bottom:17px;}

.subtitle {
	font-size:16px;
	line-height:22px;
}
	
/*----------------------------------------
				Navigations
---------------------------------------- */
.sf-menu > li > a,
.sf-menu li.firsts a,
.sf-menu li.lasts a {padding:12px 5px 7px 19px;}

/*----------------------------------------
			Posts Type widget Services
---------------------------------------- */
.post_list.services li {
	width:172px;
	margin:0 20px 35px 0;
}
.post_list.services li img {
	width:100%;
	height:auto;
}
/*----------------------------------------
				Banner widget 
---------------------------------------- */
.banners-holder li img {
	width:100%;
	height:auto;
}
/*----------------------------------------
			 Recent Posts
---------------------------------------- */
.recent-posts li .excerpt {margin-bottom:18px;}
.recent-posts.latest li .featured-thumbnail img{
	width:185px;
	height:auto;
}
/*----------------------------------------
				Related Posts
---------------------------------------- */
.related-posts li .featured-thumbnail img{
	width:108px;
	height:auto;
}

/* Flickr widget */
.flickrImages a {
	width:58px;
	height:58px;
}

.frame.alignleft img,
.frame.alignright img,
.frame.alignnone img	{
	width:100% !important;
	height:auto !important;
}

/* SlidesJS */
.slides_container {
	width:224px;
}
.slides_container .item {
	width:224px;
	height:170px;
}
	.slides_container .item .featured-thumbnail {
		float:none;
		margin-right:0;
		overflow:hidden;
	}
		.slides_container .item .featured-thumbnail img {
			width:100%;
			height:auto;
		}

/* Address */
.address dt {
	width:135px;
	margin-right:10px;
	padding:0 0 0 55px;
	font-size:11px;
}
.address dd {
	width:195px;
	padding:0 0 0 43px;
}
	.address dd span {width:80px;}

/* Google Map */
.google-map {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.google-map iframe,  
.google-map object,  
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Post Formats
---------------------------------------- */

/* Image Post Format */
.image-post-format img {
	width:100%;
	overflow:hidden;
}	

/* Gallery Post Format */
.slides_container_gallery {
	width:534px;
	height:270px;
}
	.slides_container_gallery .g_item {width:534px;}
	
/*----------------------------------------
				Portfolio
---------------------------------------- */
/* Default layout 3 columns */
#gallery .portfolio li {
	width:236px;
	margin:0 16px 36px 0;
}
	#gallery .portfolio li a.image-wrap {
		width:236px;
		height:156px;
	}
	#gallery .portfolio li a.image-wrap img {
		width:100%;
		height:auto;
	}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:435px;
	height:213px;
	float:left;
	margin:0 15px 0 0px;
}
	#gallery.one_column .folio-desc {
		overflow:hidden;
		padding:0px 0px 0 0;
	}
	#gallery.one_column .button {display:none;}

		
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:364px;
	margin-right:16px;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:364px;
		height:178px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:172px;
	margin-right:16px;
}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:172px;
		height:125px;
	}
/*----------------------------------------
				Post
---------------------------------------- */
.featured-thumbnail.large img {
	width:100%;
	height:auto;
}	
	
/* Comment Form */
.commentlist ul.children {margin-left:0;}
.commentlist {padding:0 30px 20px 0;}
/*----------------------------------------
				Page Navigaton
---------------------------------------- */	
.pagenavi .pages, .pagenavi a, .pagenavi .current {padding:6px 12px 7px 12px;}
	
/*---------------------------------------- 
				Sidebar
---------------------------------------- */
#searchform .searching {width:150px;}

.sidebar-latestpost li time {margin-right:10px;}	

/*----------------------------------------
				Footer
---------------------------------------- */	
	nav.footer {
		margin:0 0 15px 0;
		float:left;
	}
	nav.footer ul {
		padding:0 0px 0 4px;
		text-align:left;
	}
}