/* additional responsive defaults */
.mobile-header{ display: none; }

.mobile-top-link{ display: none; }

.mobile-social{ display: none; }

iframe{ max-width: 100% !important; }

.row-grid{
				width: 104%;
				padding: 0;
				margin: 0 -2%;	
}
.row-grid:after{
				content: "";
				display: table;
				clear: both;
}
.row-grid .col-1-2{
				display: block;
			 margin: 0 2% 10px 2%;
				width: 46%;
				float: left;
}
.row-grid .col-1-3{
				display: block;
			 margin: 0 2% 10px 2%;
				width: 29.33%;
				float: left;
}

/*BOTH TABLET AND MOBILE*/
@media only screen and (min-width: 768px) and (max-width: 999px), only screen and (max-width: 767px){
				
				.site-wrapper{
								position: relative;
								overflow: hidden;
								height: 100%;
				}
				.site-pusher{
								position: relative;
								height: 100%;
								left: 0;
								-webkit-transition: all .25s ease;
								transition: all .25s ease;
				}
				.menu-open .site-pusher { left: -265px; }
				
				.mobile-header{
								display: block;
								padding: 20px 15px;
								position: relative;
				}
				.mobile-logo{
								display: block;
								width: 135px;
								height: 23px;
								overflow: hidden;
								text-indent: -9999em;
								background: url(../img/logo-mobile.png) 0 0 no-repeat;
								background-size: 135px auto;
				}
				@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
								.mobile-logo{ background-image: url(../img/logo-mobile@2x.png); }
				}
				.menu-btn{
								position: absolute;
								top: 13px;
								right: 15px;
								color: #a98165;
								text-align: center;
								font: normal 12px/13px arial, sans-serif;
								text-transform: uppercase;
								padding: 28px 0 0 0;
				}
				.menu-btn:hover{ text-decoration: none; }
				.menu-btn .toggle{
								position: absolute;
								top: 0;
								left: 0;
								width: 35px;
								height: 21px;
								
				}
				.menu-btn .toggle .l1,
				.menu-btn .toggle .l2,
				.menu-btn .toggle .l3{
								display: block; height: 3px; margin: 0 0 6px 0; background: #a98165;
								-webkit-transition: all .25s ease;
								transition: all .25s ease;
				}
				
				
				.menu-btn.active .toggle{
								-webkit-transform: rotate(-45deg);
								-ms-transform: rotate(-45deg);
								transform: rotate(-45deg);
				}
				.menu-btn.active .toggle .l1{
								-webkit-transform: translateY(9px);
								-ms-transform: translateY(9px);
								transform: translateY(9px);
				}
				.menu-btn.active .toggle .l2{ opacity: 0; filter: alpha(opacity=0); }
				.menu-btn.active .toggle .l3{
								-webkit-transform: rotate(-90deg) translateX(9px);
								-ms-transform: rotate(-90deg) translateX(9px);
								transform: rotate(-90deg) translateX(9px);
				}
				
				/*OFF CANVAS MOBILE NAV*/
				header{
								position: absolute;
								width: 265px;
								height: 100%;
								top: 0;
								left: auto;
								right: -265px;
								-webkit-transition: all .25s ease;
								transition: all .25s ease;
								padding: 0 20px;
								-webkit-box-sizing: border-box;
								-moz-box-sizing: border-box;
								box-sizing: border-box;
				}
				header .inner{
								display: -webkit-box;
								display: -webkit-flex;
								display: -ms-flexbox;
								display: flex;
								
								-webkit-flex-flow: row wrap;
								-ms-flex-flow: row wrap;
								flex-flow: row wrap;
				}
				header #bar,
				header #main_nav,
				header .mobile-social{
								-webkit-box-flex: 1;
								-webkit-flex: 1 0 100%;
								-ms-flex: 1 0 100%;
								flex: 1 0 100%;
				}
				
				/** SITE STRUCTURE NAV **/
				header #bar{
								height: auto;
								-webkit-box-ordinal-group: 3;
								-webkit-order: 2;
								-ms-flex-order: 2;
								order: 2;
								border-top: 1px solid #a98165;
				}
				header #bar .container{ padding: 0; }
				header #bar #logo{ display: none; }
				header #bar nav{ float: none; margin: 0; padding-top: 20px; }
				
				header #bar nav ul li{ float: none; }
				header #bar nav ul li a{
								padding: 10px 0;
				}
				
				/*second level*/
				header #bar nav ul ul{
								display: none;
								position: relative;
								left: auto;
								width: auto;
								background: none;
				}
				header #bar nav ul li ul li a,
				header #bar nav ul li:hover ul li a{
								color: #a98165;
				}
				
				header #bar #social{ display: none; }
				
				header .mobile-social{
								display: block;
								-webkit-box-ordinal-group: 4;
								-webkit-order: 3;
								-ms-flex-order: 3;
								order: 3;
								margin: 20px 0;
				}
				header .mobile-social a{
								display: inline-block;
								width: 42px;
								height: 42px;
								overflow: hidden;
								text-indent: -9999em;
				}
				header .mobile-social a.facebook{ background: url(../img/icon-header-facebook.jpg) 0 0 no-repeat; background-size: auto 42px; }
				header .mobile-social a.twitter{ background: url(../img/icon-header-twitter.jpg) 0 0 no-repeat; background-size: auto 42px; }
				
				@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
								header .mobile-social a.facebook{ background-image: url(../img/icon-header-facebook@2x.jpg); }
								header .mobile-social a.twitter{ background-image: url(../img/icon-header-twitter@2x.jpg); }
				
				}
				
				/** MAIN HOMEPAGE SECTION NAV**/
				header #main_nav{
								height: auto;
								-webkit-box-ordinal-group: 2;
								-webkit-order: 1;
								-ms-flex-order: 1;
								order: 1;
				}
				
				header #main_nav nav{
								width: auto;
								height: auto;
				}
				header #main_nav nav ul{ height: auto; padding-top: 10px; padding-bottom: 10px; }
				header #main_nav nav ul li{ padding: 0; float: none; }
				header #main_nav nav ul li a{
								padding: 10px 0;
								text-shadow: none;
				}
				
				header #main_nav nav a.mobile-top-link{
								display: block;
								padding: 15px 20px;
								margin: 0 0 20px 0;
								font: normal 14px/16px georgia, times, serif;
								font-style: italic;
								color: #f3edd9;
								background: #90230b;
				}
				header #main_nav nav a.mobile-top-link:hover{ color: #f3edd9; text-decoration: none; }
				
				
				section.main{ min-height: 0; }
				section.main .top .container{ display: table; width: 100%; }
				section.main .top .container .headlines{
								display: table-cell;
								vertical-align: middle;
								position: relative;
								left: auto; bottom: auto;
				}
				
				section.main #tabbed_area{ display: none; }
				
				/*news listing*/
				section.main .content_left .block_listing{ margin-right: 0; margin-left: 0; }
				section.main .content_left .block_listing a span{
								-webkit-box-sizing: border-box;
								-moz-box-sizing: border-box;
								box-sizing: border-box;
				}
				
				/*INTERIOR*/
				section.interior.main .content{
								padding: 40px 0;
				}
				section.main .content_left{
								width: 100%;
								padding: 0 0 20px 0;
								float: none;
				}
				section.main .content_right{
								width: 100%;
								padding: 0;
								float: none;
				}
				
				/*hide interior side nav*/
				section.interior.main .content_right ul.nav_list{ display: none; }
				ul.nav_list{ width: 100%; margin: 20px 0 40px; }
				
				section.main .content_right form input[type="text"],
				section.main .content_right form input[type="email"]{ max-width: 275px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
				
				
				/** MAP **/
				#map-canvas{
								width: 100%;
								-webkit-box-sizing: border-box;
								-moz-box-sizing: border-box;
								box-sizing: border-box;
				}
				
				footer{ padding: 40px 0; text-align: center; }
				footer img{
								display: block;
								position: relative;
								top: auto;
								left: auto;
								margin: 0 auto;
								max-width: 100%;
								width: 243px;
								height: auto;
				}
				footer .copy{ margin: 40px 0 20px; }
				
				
				
}/* TABLET AND MOBILE */

/*TABLET*/
@media only screen and (min-width: 768px) and (max-width: 999px){
				
				.container{ padding-left: 20px; padding-right: 20px; }
				
				/*homepage hero*/
				section.home{ height: 673px; }
				section.home .slide .caption{ padding-top: 150px; }
				section.home .slide .caption h1{ font-size: 90px; line-height: 90px; }
				section.home .slide .caption h2{ font-size: 58px; line-height: 58px; }
				
				section.main .content_left .block_listing a{
								font-size: 18px;
								line-height: 22px;
				}
				
}

/*ALL MOBILE*/
@media only screen and (max-width: 767px){
				
				h1{ font-size: 35px; line-height: 35px; }
				h2{ font-size: 25px; line-height: 29px; }
				h3{ }
				
				.container{ padding-left: 15px; padding-right: 15px; }
				
				/*homepage hero*/
				section.home{ height: 545px; }
				section.home .slide .caption{ padding-top: 100px; }
				section.home .slide .caption h3{ font-size: 20px; line-height: 27px; }
				section.home .slide .caption h1{ font-size: 65px; line-height: 65px; }
				section.home .slide .caption h2{ font-size: 40px; line-height: 40px; }
				
				section.main .top h3,
				ection.interior.main .top h3{ font-size: 25px; line-height: 31px; }
				section.main .top h1,
				section.interior.main .top h1{ font-size: 60px; line-height: 60px; }
				
				section.main .blocks a{ width: 48%; }
				
				section.main .content_left .block_listing a{
								font-size: 14px;
								line-height: 18px;
				}
				section.main .content_left .block_listing a img{ margin-right: 15px; }
				
				.row-grid .col-1-2{ width: 96%; }
				
				.listing-pane-grid .col-1-3{ width: 98%; }
				
				
				.popup .left{ width: 100%; float: none; margin: 0 0 20px 0; }
				.popup .right{ width: 100%; float: none; margin: 0; padding: 0; }
				
}
/*SMALL MOBILE*/
@media only screen and (max-width: 500px){
				section.main .blocks a{ width: 98%; margin-bottom: 15px; }
				.rtecontent img{ float: none !important; display: block; margin-bottom: 10px; }
}
/*TINY MOBILE*/
@media only screen and (max-width: 399px){
				
				/*news listing*/
				section.main .content_left .block_listing a{ display: block; height: auto; }
				section.main .content_left .block_listing a .img{
								float: none;
								margin: 0;
								padding: 10px 15px 0;
								width: 100%;
								height: auto;
								-webkit-box-sizing: border-box;
								-moz-box-sizing: border-box;
								box-sizing: border-box;
				}
				section.main .content_left .block_listing a .img img{ margin: 0 auto; }
				section.main .content_left .block_listing a span{
								display: block;
								padding: 15px;
				}
								
}


