img {max-width: 100% ;} 


/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {

.wrapper960, .backgrounds, .content_background {
	width:100% !important;
}
.wrapper960, .content_background, #header {margin: 0 auto;}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.slicknav_menu {display:block;}

.header-1, .header-2 {display:none;}

.logo a {left:5px !important;}

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {

}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

#sidecol_a, #sidecol_b, .items-row .item {
	width:100% !important;
}
#content_remainder {
	width: 100% !important;
}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2 {
	width:100% !important;
}
.row-fluid [class*="span"] {margin-left:0;}


/*-----------------------------------------------------------------------------------*/
/* Social Media */
/*-----------------------------------------------------------------------------------*/
#socialmedia {
  position: absolute;
  padding: 0;
right: 18px;
  top: 55px;
  z-index: 10;
}
#socialmedia a {
  margin: 0px 1px;
}
#socialmedia ul {
  list-style: none;
  margin: 0 0 0px 0;
}
#socialmedia ul li {
  background-color: rgba(0, 0, 0, 0.04);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  display: block;
  float: left;
  margin: 0 2px;
  padding: 0px;
}
#socialmedia ul li a {
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
}
#socialmedia ul li a:hover {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
}
#socialmedia ul li a [class^="fa-"]::before,
#socialmedia ul li a [class*=" fa-"]::before {
  padding-right: 0;
  color: #fff;
}
.is-sticky #socialmedia {
  top: 33px;
}
[class^="social-"],
[class*=" social-"] {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.social-facebook:hover {
  background-color: #3b5998 !important;
}
.social-twitter:hover {
  background-color: #48c4d2 !important;
}
.social-googleplus:hover {
  background-color: #d94a39 !important;
}
.social-youtube:hover {
  background-color: #f45750 !important;
}
.social-pinterest:hover {
  background-color: #cb2027 !important;
}
.social-instagram:hover {
  background-color: #2a5b83 !important;
}
.social-dribbble:hover {
  background-color: #ef5b92 !important;
}
.social-flickr:hover {
  background-color: #f1628b !important;
}
.social-skype:hover {
  background-color: #18b7f1 !important;
}
.social-digg:hover {
  background-color: #2882c6 !important;
}
.social-linkedin:hover {
  background-color: #71b2d0 !important;
}
.social-vimeo:hover {
  background-color: #62a0ad !important;
}
.social-yahoo:hover {
  background-color: #ab64bc !important;
}
.social-tumblr:hover {
  background-color: #3a5976 !important;
}
.social-deviantart:hover {
  background-color: #d0de21 !important;
}
.social-delicious:hover {
  background-color: #3274d1 !important;
}
.social-rss:hover {
  background-color: #fe9900 !important;
}
 [class^="social-"]:hover,
[class*=" social-"]:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
} 
}
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 440px) {
  
  #socialmedia {display :none;}

#content_remainder, .items-row .item {
    width: 100% !important;
}
.row-fluid [class*="span"] {margin-left:0;}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2, #sidecol_a, #sidecol_b {
	width:100% !important;
}
#container_main .wrapper960 {
    margin-top: 0px;
}
#footermenu {
    float: left;
}

}


