/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
	width:420px !important;
	}
#slider-wrapper .grid_12,
#before-block_page .grid_12,
#header .grid_12,
#after_menu_area .grid_12{
	margin-bottom: 0
}

html,
body {
	min-width:420px;
}

.container {
	width:420px !important;
	}
#main {
  width: 420px;
}
/*  **************************************************/
#wrapper_top {
	background: url("../images/bg_block1.jpg") repeat-y scroll center top transparent;
}
#wrapper_center {
	background: url("../images/bg_block2.jpg") repeat-y scroll center top transparent;
}
#wrapper_top, #wrapper_center {
	-webkit-background-size: 639px 343px;
	background-size: 639px 343px;
}
#wrapper_footer {
	background: url(../images/bg_block4.jpg) center top repeat-x;
	-webkit-background-size: 630px 647px;
	background-size: 630px 647px;
}
/* -------------- Header ----------------------------- */

/*  **************************************************/
#top {
	height: 24px;
}
	#top .soc_links p {
	  display: none;
	}
	#top .phone {
	  padding-top: 7px;
	  width: 200px !important;
	}
		#top .phone p {
			font-size: 12px;
			line-height: 12px;
			padding: 0;
		}

	#top .soc_links {
	  font-weight: normal;
	  text-align: right;
	  width: 200px!important;
	}
		#top .soc_links ul > .soc_link {
			  background-size: 24px 46px!important;
			  width: 24px;
			  height: 15px;
			}
				#top .soc_links ul li:hover {
				  background-position: 0 -23px !important;
				}

/*  **************************************************/		
#top-header {
	height:87px;
	}
#header {
  min-height: 175px;
  position: relative;
  z-index: 99999;
}

#header .wrap {
  height: 254px;
}


/* ---------------------Logo ---------------- */
#logo_nav {
  -webkit-background-size: 1px 75px;
  background-size: 1px 75px;
  height: 75px;
  width: 100%;
}
.logo {
	margin-top: 22px;
}


.logo h1,
.logo h2 {
	text-align:left;
	font-size: 16px;
	}
	.logo span {
	  margin-right: 11px;
	}
	.logo .tagline {
		display:block;
	}
	.logo h2 em {
	  font-size: 9px;
	}	
	.logo img, .colorscheme1 .logo img {
	  width: 135px;
	}


/*----------------------- TOP --------------*/

#switch_slider {
  top: 62px;
}

#header #searchform input[type="text"] {
  color: #fff;
}

/*  ------------ Navigations -----------
---------------------------------------- */
.responds {
  display: block;
}
/* Primary navigation */
nav.primary {
  background: none repeat scroll 0 0 transparent;
  height: 47px;
  left: 55%;
  top: 15px;
}
/* Navigation select styling */
nav.primary .responds {
  color: #808080;
  cursor: pointer;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
/*  **************************************************/	
	#topnav {
	  background: none repeat scroll 0 0 #F2F3F5;
	  display: none;
	  left: -92px;
	  min-width: 250px;
	  position: absolute;
	}
		#topnav li:hover {
			background: #e4e4e4;
		}

		#topnav li a {
			line-height: 40px;
		}
			#topnav li a:hover {
			  background: none;
			  color: #636363;
			}
/*  **************************************************/
		#topnav .sub-menu {
			border: 1px solid #e8e9eb;
		}

		.sf-menu li {
		  display: block;
		  float: left;
		  width: 100%;
		}
			.sf-menu li:first-child {
			  border-top: none;
			}
			.sf-menu > li > a {
				margin-left: 0;
				text-align: center;
			}
				.sf-menu > li:hover > a {
					color: #a0988b;
				}
				.sf-menu > li > a > span {
					color: #a47a5d;
				}
				.sf-menu > li.current-menu-item > a > span, 
				.sf-menu > li:hover > a > span{
				  	color: #ffddb9;
				}
				
			.sf-menu ul, .colorscheme1 .sf-menu ul {
			  right: 0;
			  width: 248px;
			}

				.sf-menu ul li li {
				  min-width: 113px
				}
				.sf-menu ul li a,
				.sf-menu ul li ul li a{
					text-align: center;
					min-width: 113px;
					font-size: 16px;
					padding: 12px 13px;
				}
			.sf-menu li:hover ul,
			.sf-menu li.sfHover ul {
				left:			0%;
				top:			35px; /* match top ul list item height */
				z-index:		99;
			}

		.sf-menu .sub-menu .sub-menu {
		  left: 0;
		}
			.sf-menu .sub-menu .sub-menu li {
			  border-top: 1px solid #726d67;
			}
				.sf-menu .sub-menu .sub-menu li:first-child {
				  border-top: none;
				}


/* Top search */
#top-search {

	}
#top-search .input-search {
	width:150px;
	}
#top-search #submit {
	
	}

/* Header widget */
#widget-header {
	padding:20px 0 20px 0;
	font-size:11px;
	text-align:center;
	}
	.widget-header {
	  float: right;
	  margin-left: 0;
	}
	#widget-header #searchform .searching {
	  width: 205px;
	}
	#widget-header .social-networks li {
	  margin: 5px 0 0 0 ;
	  text-align: left;
	}
	
	
/* Slider
---------------------------------------- */
#wrap_section_slider {
  min-height: 210px;
}
	.camera_wrap {
	  width: 420px !important;
	}
	#slider-wrapper .camera_caption > div {
  		font-size: 17px;
  		line-height: 30px;
	}
				#slider-wrapper .camera_caption h1 {
				  font-size: 15px;
				  line-height: 18px;
				}
				#slider-wrapper .camera_caption h2 {
				  font-size: 20px;
				  line-height: 24px;
				  padding-bottom: 0;
				}
				#slider-wrapper .camera_caption p {
				  font-size: 12px;
				  line-height: 14px;
				}

		#slider-wrapper .camera_prev, #slider-wrapper .camera_next {
		  top: 94%;
		}		
			#slider-wrapper .camera_prev {
			  left: 30px;
			}
			#slider-wrapper .camera_next {
			  right: 30px;
			}

/*  **************************************************/
#wrap_carousel {
	display: none;
}
/*  **************************************************/

#wrap_after_sl_area div[id*="text"] {
  border-right: 1px solid #EDEDED;
  float: left;
  height: auto;
  margin: 0 0 0 15px;
  padding: 25px 0 25px 60px;
  width: 117px;
}
#wrap_after_sl_area div[id*="text"]:nth-child(2n) {
	border: none;
}
#wrap_after_sl_area div[id*="text"]:nth-child(2n+1) {
	border: none;
	margin: 0;
}

/*  **************************************************/
#red_block {
	height: 130px;
}
#red_block p {
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

#red_block #qoute {
  left: 85px;
  position: absolute;
  top: 50px;
}
	#red_block a.get_quote {
	  width: 215px;
	}

/*  **************************************************/

/* Before Content Area */
#before_content_area .before_holder {
  background: none;
}

#before_content_area a.more {
  margin: 20px auto 0 166px;
}

/*  *********************** Phone_Info Block **********************/

#phone_info {
	display: none;
}

/*  **************************************************/


/*------------------------------------*/
/* Before Block title */
#before-block_page h1 {
  font-size: 18px;
  line-height: 98px;
  margin: 0
}
.post-thumb {
  float: left;
  height: 100%;
  margin-right: 20px;
  width: 100%;
}


#excerpt h2 {
  font-size: 34px;
  line-height: 35px;
  padding: 10px 0 0;
  text-align: center;
}
/* ----------------- Home Content area --------------- */
#home_content_area .indent_right {
  border: none;
  padding-left: 0px;
}	

/* ----------------- Post -------------- */
.featured-thumbnail {
  float: left;
  width: 97%;
  margin-bottom: 15px;
}
	.single-portfolio .two_third .featured-thumbnail img {
	  width: 99.5%;
	}
		
.extra-wrap {
  clear: both;
  overflow: hidden;
}		
.featured-thumbnail .fright {
	float:none;
	clear:left;
	}
.featured-thumbnail.large {
	width:auto;
	height:auto;
	margin:0 0 10px 0;
	}

a.donate_btn {
  left: 60px;
}

.post-holder {
  margin-bottom: 15px;
}

.post-holder footer {
	
	}
	.post-holder footer .button {
		margin-right:6px;
		}
	.post-holder footer .link {
		margin-right:6px;
		}

.latestpost li .featured-thumbnail {
	width:140px;
	height:138px;
	margin:0 20px 0 0;
	float:left;
	}
	.latestpost li .featured-thumbnail img {
		width:auto;
		height:auto;
		}

/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:100%;
	height:auto;
	}

.tabs .tab {
	padding:20px 10px;
	background:#020202 url(../images/tab-bg-small.png) 50% -200px no-repeat;
}
.tabs .tab .entry {
	width:180px;
	height:auto;
	margin-bottom:20px;
	margin: 0 10px 20px 10px;
	}
	.tabs .tab .entry img {
		
		}

/* Comments */
.commentlist ul.children {
	margin-left:0;
	}

#commentform input[type="text"], #commentform textarea {
  width: 94%;
}

.children #commentform input[type="text"],
.children #commentform textarea {
	width:94%;
	max-width:318px;
	min-width:318px;
	}


/* 404 */
#error404 {
  float: left;
  padding: 30px 0 20px;
  width: 100%;
}
.error404-num {
  font-size: 130px;
}
.text-404 strong {
  font-size: 35px;
}
.globus {
  margin-bottom: 44px;
  margin-top: 0px;
  width: 90%;
}

/*  **************************************************/
.testimonials div.testi_item {
  width: 400px !important;
}
/*  **************************************************/
	
/* Portfolio
---------------------------------------- */
/* Default layout 3 columns */
#gallery .portfolio li {
	width:auto;
	float:none;
	margin-right:0;
	}
	#gallery .portfolio li a.image-wrap {
	  height: 218px;
	  width: 328px;
	}
	.zoom-icon {
	  height: 196px;
	  width: 391px;
	}	
	.blog .zoom-icon, .archive .zoom-icon, .single .zoom-icon, .search .zoom-icon {
	  height: 194px;
	  width: 390px;
	}
		#gallery .portfolio li img {
			width:100%;
			height:auto;
			}

@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
{  
	.single-portfolio .zoom-icon:before {
		left: 47%;
		top: 50%;
	}
}			

div.pp_pic_holder {
 /*  left: 11px !important; */
  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;
		}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width: 400px;
	margin-right:0;
	}
	#gallery.one_column .portfolio li a.image-wrap {
	  height: 211px;
	  width: 400px;
	}
	#gallery.one_column .portfolio li span.image-border {
	  height: 211px;
	  width: 400px;
	}
	#gallery.one_column .portfolio li a.image-wrap img {
	  margin-bottom: 0;
	  width: 97.5%;
	}
	#gallery.one_column .portfolio li a.image-wrap .zoom-icon {
	  height: 211px;
	  width: 400px;
	}
	#gallery.one_column .folio-desc {
	  margin: 15px 0 0 0;
	  width: 100%;
	}

	/*  **************************************************/
			
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width: 400px;
	margin-right:0;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
	  height: 237px;
	  width: 400px;
	}
	#gallery.two_columns .portfolio li span.image-border {
	  height: 237px;
	  width: 400px;
	}
	#gallery.two_columns .portfolio li a.image-wrap img {
	  margin-bottom: 0;
	  width: 97.5%;
	}
	#gallery.two_columns .portfolio li a.image-wrap .zoom-icon {
	  height: 237px;
	  width: 400px;
	}	
	#gallery.two_columns .folio-desc {
	  margin: 15px 0 0 0;
	  width: 100%;
	}

/*  **************************************************/


/* 3 columns portfolio*/
#gallery.three_columns .portfolio li {
	width: 400px;
	margin-right:0;
	}
	#gallery.three_columns .portfolio li span.image-border {
		height: 281px;
	  width: 400px;
	}
		#gallery.three_columns .portfolio li a.image-wrap {
		  height: 281px;
		  width: 400px;
		}
			#gallery.three_columns .portfolio li a.image-wrap img {
			  margin-bottom: 0;
			  width: 97.5%;
			}
			#gallery.three_columns .portfolio li a.image-wrap .zoom-icon {
			  height: 281px;
			  width: 400px;
			}


/*  **************************************************/
			
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width: 400px;
	margin-right:0;
	}
	#gallery.four_columns .portfolio li span.image-border {
		height: 211px;
	  width: 400px;
	}
		#gallery.four_columns .portfolio li a.image-wrap {
		  height: 211px;
		  width: 400px;
		}
			#gallery.four_columns .portfolio li a.image-wrap img {
			  margin-bottom: 0;
			  width: 97.5%;
			}
			#gallery.four_columns .portfolio li a.image-wrap .zoom-icon {
			  height: 211px;
			  width: 400px;
			}

/*  **************************************************/

.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 {
	  width: 100%;
	}
		.grid_gallery_inner {
		  width: 100%;
		}
			.grid_gallery .gallery_item {
			  margin: 0 24px 1px 0;
			  width: 46%;
			}
				.grid_gallery .gallery_item:nth-child(2n) {
				  margin-right: 0;
				}

				.two_third .gallery_item figure.featured-thumbnail {
				  width: 98% !important;
				}

			.single-portfolio .zoom-icon {
			  height: 130px;
			  width: 189px;
			}
			nav.oldernewer {
			  font-size: 10px;
			}
				.single-oldernewer a{
					font-size: 13px;
				}
	.one_third {
	  width: 100%;
	}

		
/* Contact form */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 94.5%;
}
.wpcf7-form p.field input {
	width:360px;
	}
span.wpcf7-not-valid-tip {
  height: 19px !important;
  left: 0 !important;
  padding: 10px 0 9px 15px !important;
  top: -16px !important;
  width: 381px !important;
}
	.wpcf7 input[type="submit"] {
	  margin: 20px 0 0;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
{  
 span.wpcf7-not-valid-tip {
 	top: -23%!important;
 }
}

/*----------------- SEARCH -------------*/

#wrap_sidebar #searchform input[type="text"] {
  width: 88%;
}
.no-results #searchform, #error404 #searchform {
  position: relative;
  width: auto;
}
/* 	.no-results #searchform input[type="text"],
#error404 #searchform input[type="text"] {
	width: 88%;
} */





/*--------------------------------------------------*/


/* Contact Page */
#page-content .grid_7 {
  width: 340px;
  margin: 0 
}

.info {
  float: right;
  width: 100%;
}	
	
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:260px;
	}


/*------------------------------------*/

/*------------------------- CONTENT ---------------------------*/
.home .container_12 div[class*="grid"] div[class*="grid"]{
  margin-left: 0;
  margin-bottom: 30px;
}

.wrap_block div[class*="grid"] p:last-child{
	margin-bottom: 30px!important;
}
	.wrap_block div[class*="grid"]:last-child p:last-child{
		margin-bottom: 10px!important;
	}



.blog .header-title {
  margin: 0 0 15px;
}

#have_posts{
	display: none;
}

.wrap_content {
  padding:0;
}
	.search-no-results .wrap_content {
	  padding: 0 0 20px;
	}

	.page-template-page-fullwidth-php .wrap_content {
	  padding-bottom: 0;
	}


		.author .pagenavi {
		  padding: 0 0 30px 0;
		} 

aside#sidebar {
  background: none repeat scroll 0 0 transparent;
  margin: 0 !important;
  padding: 25px 0 0;
  border-bottom: 1px solid #EBEDEE;
}

	aside#sidebar2 {
	  margin: 0 !important;
	  padding: 0 0 20px;
	}
		#sidebar2 ul.post_list {
		  padding-bottom: 0;
		}
	
	#sidebar #searchform input[type="text"] {
	  width: 94%;
	}


	#wrap_sidebar {
	  padding: 0;
	}
		.page-template-page-fullwidth-php .wrap_content #content article:last-child {
		  margin-bottom: 0;
		}

#sidebar #searchform {
  margin-bottom: 10px;
  position: relative;
}

#sidebar .widget #testi-controls {
  margin-top: -30px;
}


.single-testi #content article.testimonial {
  margin: 0;
}

.alignleft, .alignnone, .alignright {
  width: 97% !important;
}
	.alignnone{
		height: 235px;
	}
		.home .alignnone {
		  height: auto;
		}

ul.recent-posts li {
  margin-left: 0!important;
}

.primary_content_wrap .container_12 .grid_12 {
	margin-bottom:0;
}

.audiojs .scrubber {
  width: 57%;
}

.entry-header h2.entry-title a {
  font-size: 20px;
  line-height: 20px;
}
.post-meta {
  font-size: 12px;
  line-height: 12px;	
}
.entry-header b {
  float: left;
  margin-top: 15px !important;
  position: inherit;
}

iframe {
  width: 98%;
  height: 255px;
}
.wrap_content iframe {
  margin: 4px 0 10px;
  width: 98%;
}
#commentform input[type="submit"] {
  margin: 13px 0 0 0;
}

.blog .featured-thumbnail,
.archive .featured-thumbnail,
.search .featured-thumbnail {
  width: 98% !important;
}

	.blog .post-thumb .featured-thumbnail,
	.archive .post-thumb .featured-thumbnail,
	.search .post-thumb .featured-thumbnail,
	.single .post-thumb .featured-thumbnail,
	.gallery_post .featured-thumbnail{
		width: 100% !important;
	}

.blog .featured-thumbnail img,
.single-post .featured-thumbnail img,
.author .featured-thumbnail img,
.archive .featured-thumbnail img,
.category .featured-thumbnail img,
.search-results .featured-thumbnail img {
  width: 99%;
}
.blog a.button, .category a.button, .search-results a.button {
	margin: 20px 0 0;
}

.reply a {
  margin: 0;
}
#recent-author-comments ul {
	margin-left: 15px; 
}
/*  **************************************************/
#home-content .news_list .featured-thumbnail {
  padding-bottom: 5px;
}
	#home-content .news_list li {
	  margin-top: 20px;
	}
		#home-content .news_list li:first-child {
		  margin-top: 0;
		}
/*  **************************************************/
#after-slider {
  margin-top: 0;
  width: 420px;
  height: 320px;
}
	#after-slider a.button {
	  height: 72px;
	  line-height: 72px;
	  right: 77px;
	  top: 100%;
	}


#middle-blocks {
  padding-bottom: 0;
}
	#middle-blocks .grid_12 {
		padding: 0;
	}

	#home-content .content:first-child {
	  padding-bottom: 0;
	}
	#home-content .featured-thumbnail {
	  margin-bottom: 15px;
	}

#home-content .grid_4 {
  margin-top: 20px;
}
	#home-content .grid_4:first-child {
	  margin-top: 0;
	}


.post-content {
  padding-left: 0;
}

.wrap_toggle h2 span {
  display: inline;
}

/* ------------------ Footer ------------*/
#footer {
  width: 420px;
}
	.footer_info {
	  float: left;
	  padding-top: 0;
	}

	#footer .grid_6.f_area4 h4 {
		  text-align: left;
		}

	#footer #social_links li {
	  float: left;
	  margin: 0 10px  0 0 ;
	}

	#footer-text {
	  margin-left: 0;
	  margin-bottom: 15px;
	}
	#footer ul {
	  padding-bottom: 0;
	}

	#footer .wpcf7-not-valid-tip {
	  font-size: 15px !important;
	  line-height: 20px;
	  padding: 8px 6px 2px !important;
	  width: 88% !important;
	}
		#footer textarea + span.wpcf7-not-valid-tip {
		  width: 96% !important;
		}
/*  **************************************************/
#footer .grid_4 {
	margin-top: 25px;
}
#footer .grid_4:first-child {
	margin-top: 0;
}

#footer .textwidget img {
  width: 55%;
  margin-left: -27px;
}
#footer .textwidget .block_info {
  float: none;
  margin-top: 25px;
}
/*  **************************************************/
	#social_networks-2 {
	  margin-left: 0;
	}
		.social-networks li:first-child {
		  padding: 0;
		}
			.social-networks li:first-child a img {
    			margin: 0;
			}

	.site-name {
	  margin-left: 95px;
	}

	#copyright .right_side {
	  margin: 15px 0 0;
	  width: 100%;
	}


#footer .grid_4:first-child #my_logowidget-2 {
  float: none;
  margin-left: -16px;
}












} 