/* Layout */
#container-all-outer,
#container-all-inner {
	width: 100%;
	overflow: visible;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#container-all {
	display: block;
	min-width: 100%;
	width: 100%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
}
/* Logos */
.mobile-logo { 
   display:none;  
}
.mobile-logo img {
  width:100%;
  height:50px; /* REMOVE */ 
  /*height:auto;*/
}

.social-email {
  display:none!important;
}
/* Mobile Menu */
.mobile-header {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
	position: relative;
	z-index: 30;
	background: #60A3CD url(/files/blue-nav.jpg) top left repeat-x;
	z-index: 9999;
}
.mobile-header ul {
	margin: 0px;
	padding: 0px;
	z-index: 30;
	list-style: none;
}
.mobile-header ul li {
	float: left;
	list-style-image: none; 
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 30;
	width: 25%;
}
.mobile-menu ul li.wishlist {
	display: none;
}
.mobile-header ul li a {
	margin: 0px;
	padding: 10px 0px;
	width: auto;
	display: block;
	background: url(/image/menu-m-menu-white.png) top center no-repeat; /* Fallback */
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
}
.mobile-header ul li a i {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin: 0 auto 5px;
}
.mobile-header ul li a:hover {
	background-color: #30789C;
}
.mobile-header ul li.m-menu a span.menu-open,
.mobile-header ul li.m-menu.active a span.menu-close {
	display: inline;
}
.mobile-header ul li.m-menu.active a span.menu-open,
.mobile-header ul li.m-menu a span.menu-close {
	display: none;
}
/* Mobile Menu */
.mobile-menu {
	background: #30789C;
	margin: 0px;
	padding: 0px;
	width: 200px;
	text-transform: none;
	font-size: 12px;
	/* float: left; */
	position: absolute;
	top: 50px;
	/* left: -200px; */
	z-index: 9998;
	display: none;
}
.mobile-menu-bg {
	background: #30789C;
	margin: 0px;
	position: fixed;
	width: 200px;
	top: 0px;
	bottom: 0px;
	/* left: -200px; */
	z-index: 9997;
	display: none;
	height: 100%;
}
/* Top Level Menu Navigation */
.mobile-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.mobile-menu ul > li {
	width: 100%;
	border-bottom: 1px solid #3E88AA;
	display: block;
	float: none; 
}
.mobile-menu ul li a {
	font-size: inherit;
	margin: 0px;
	z-index: auto;
	padding: 16px; 
	background: none;
	width: auto;
	text-transform: none;
	line-height: 16px;
	border: 0px;
	display: block;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	background: none;
	font-size: 14px;
}
.mobile-menu ul li a:hover {
	color: #fff;
	background: #243E4D;
}
/* Second Level Menu Navigation */
.mobile-menu ul ul li {
	border-bottom: 0px;
	padding-left: 20px;
	width: auto;
	/* background: url(/image/m-menu-level-2.jpg) left 11px no-repeat !important; */
}
.mobile-menu ul ul li a {
	color: #cccccc;
}
/* Third Level Menu Navigation
.mobile-menu ul ul ul li {
	background: url(/image/m-menu-level-3.jpg) left center no-repeat;
} */
.mobile-menu ul ul ul li a {
	color: #999999;
	font-weight: normal;
}
/* View Mobile Button */
#view_mob_link {
	display: none;
}
#view_mob_link a {
	color: #9A9A9A;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Inputs */
.form-element label {
  display:none;
}
input[type=text], textarea, select {
  width:100%;
  float:none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
  /* CSS Mobile Reset */
  body {
   word-wrap: break-word;
   -webkit-text-size-adjust: none;
  }
  div {
    max-width:100%;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
  }
  
  img, img[style] { 
    border: 0; 
    max-width: 100%; 
    height:auto;
  }

  table[style] { 
    width:auto!important; 
    border-collapse: collapse!important;
    border-spacing: 0!important; 
  }
	a {
		font-weight: normal;
	}
  keygen, select, input.submitbutton { 
    -webkit-border-radius: 0px;
    border-radius: 0px;   
  }
  
	/* Navigation Bar*/
  #menu {
		display: none;
	}

	/* Mobile Menu */
	.mobile-header {
		display: block;
	}
	.mobile-menu.active,
	.mobile-menu-bg.active {
		display: block;
	}
	/* Layout */
	#container-all-outer {
		width: 100%;
		overflow: hidden;
		display: block;
	}
	#container-all-inner {
		width: 100%;
		overflow: hidden;
		display: block;
	}
	#container-all {
		display: block;
		min-width: 320px;
		width: auto;
		overflow: hidden;
	}
	#header {
	  width:100%;
	background-position: 5% 50%; 
	height: 135px;
	}
	/* Body */
	#wrapper {
		width: auto;
		/* padding: 20px; */
	}
	/* Photo Gallery */
	.gallery-container {
		width: auto;
	}
  .gallery-text {
		width: auto;
	}
	/* Breadcrumbs */
	.breadcrumb {
    width: auto;
	}
  /* Google Map */
  .iframe-rwd  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
	/* Footer Sitemap*/
	#footer h2 {
		font-size: inherit;
	}
	#footer ul {
		padding: 0px 15px 10px 15px;
	}
	
	#slider-wrapper { 
    height: auto!important; 
  }
  
  .nivo-caption {
	top: 12%;
  }
  
    .content-left {
    float: none;
    margin: 3%;
    width: 94%;
	min-height: 10px;
  }
  
   .content { 
    float: none;
    margin: 3%;
    width: 94%;
  }
  
  .sidebar, .home .bottom_widget {
    float: none;
    margin: 3%;
    width: 94%;
  }
  
  .heading {
	width: 94%;
	float: none;
    margin: 3%;
  }
  
  .breadcrumb {
    display: none;
  }

	#header-lines {
		display: none;
	}

}

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 800px) {
  .call-to-action .contact-phone,
  .call-to-action .contact-email, .call-to-action .contact-address {
    display:none;
  }
  .social-email {
    display:inline-block!important;
  }
  .call-to-action {
    /* padding: 10px 0 0; */
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
  }
  .call-to-action .contact-social a.social-mobile {
    display:inline-block;
  }


  
}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {


}

/************************************************************************************
smaller than 700
*************************************************************************************/
@media screen and (max-width: 700px) {
	/* HIDE */
	
	/*#slider-container{
    display: none;
	}
	
		#slider-wrapper{
    display: none;
	}
	
	.slider-gap {
		display: none;
	}
	*/
	
	
	 #google-map {
	display: none;
  } 
  
	
	.call-to-action .contact-social {
    display:none!important;
  }
  
	#slider-wrapper { 
    display: none!important; 
  }
 
   #image-box {
	float: none;
	display: block;
	margin: 3px auto;
  }
  
  

	
  
  /* Responsive Tables */ 
  /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
    width: 100%;
	}
  tbody{
    width: auto;
  }
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr [style]{ 
    /* border: 1px solid #ccc; */ 
    width: auto !important;
  }
  td[style] {
    width: auto;
  }

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	body {
		font-size: 15px;
		line-height: 175%;
	}
  
	/* Photo Gallery */
	#page_photogallery {
		width: auto;
	}
	.gallery-container {
		width: auto;
	}
  .gallery-text {
		width: auto;
	}
	/* Breadcrumbs */
	.breadcrumb {
		font-size: 10px;
	}
	/* Footer*/
	#footer {
		display: none!important;
	}
  .footer-mywork{
    width: auto;
    text-align: center;
  }
	/* Footer Sitemap*/
	#footer h2 {
		font-size: inherit;
	}
  .contact-left, .contact-right {
    float:none;
    width: 98%
  }
  
  

  .full-logo {
    display:none;
  }
  
    .full-logo a{
    display:none;
  }
  
  .logo img {
	display: none;
  }
  
  .mobile-logo {
    display:block!important;
/*  	content: url(/files/mobile-logo.jpg); */
 	background: url(/files/mobile-logo.png) center center no-repeat;
	height: 100px;
  } 
  
	#header {
	background: none;
	height: 100px;
	}
  
  
  

}

/************************************************************************************
smaller than 610
*************************************************************************************/
@media screen and (max-width: 610px) {

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 560px) {

    /* Responsive Tables */ 
  /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
    width: 100%;
	}
  
  tbody{
    width: auto;
  }
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr [style]{ 
    width: auto !important;
  }
  td[style] {
    width: auto;
  } 
  
    /*Blog Styling*/
  .blog-container {
    width: auto;
    display: block;
  }
  
  .blog-content.image-left {
    margin: 0px;
  }
  
  .blog-image {
    display: none; 
  }
  
  /* Photo Gallery Thumbnails */
    .thumbnail-all {
      margin: 2%;
      width: 94%;
    }
	

  
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* Headings */
	h1 {
		font-size: 22px;
		text-align: left;
	}
	
	h2 {
		line-height: 140%;
		font-size: 20px;
	}
	h3 {
		line-height: 140%;
		font-size: 18px;
	}
	h4 {
		line-height: 140%;
		font-size: 18px;
	}
	h5 {
		line-height: 140%;
		font-size: 18px;
	}
	h6 {
		line-height: 140%;
		font-size: 18px;
	}
	
	.content-middle {
    width: 100%;
    padding: 10px;
    }
  
    /*Blog Styling*/
    .blog-container {
    
    }
  
  .blog-content.image-left {
    margin: 0px;
  }
   
  .blog-image {
    display: none;
  }


}

/************************************************************************************
smaller than 440
*************************************************************************************/
@media screen and (max-width: 440px) {
  .footer-mywork span.left{
    float: none;
    display: block;
    margin-bottom: 5px;
  }  
}

/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen and (max-width: 320px) {
	h1 {
		font-size: 20px !important;
	}
	.breadcrumb {
		display: none;
	}
}
