
/* #Page Styles
================================================== */

/* Layout Shortcodes */

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 70px;
  float: left;
}
.portfolio .one_third.isotope-item,
.portfolio .one_fourth.isotope-item,.portfolio .one_half.isotope-item{
  margin-right: 20px;
}

.portfolio .one_half.isotope-item{
  margin-right: 10px;
}
.one_half.last.isotope-item{
  float: right;
}
.portfolio .last{
  margin-right: auto;
}


.last {margin-right:0 !important;}

/* #Media Queries
================================================== */

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 991px) {

#navigation select{
    display: block;
  }
  #navigation .sf-menu{
    display: none;
  }
  .portfolio .img_styled img,.portfolio .img_frame{ width: 100% !important; height: auto;}

}


/* Mobile/Browser */
@media only screen and (max-width: 767px) {
  .full-width,
  .one_half,
  .one_third,
  .two_thirds,
  .three_fourths,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {width: 100%;}
  .resize {display: none;}

  .slider_description{
    display:none;
  }
  #slider-wrapper{
    height: auto;
  }
  #navigation select{
    display: block;
  }
  #navigation .sf-menu{
    display: none;
  }
  .contact .gmaps{
  width: 100% !important;
  max-width: 100%;
}
.contact .gmaps iframe{
  width: 100% !important;
}
.footer-wrapper{
  background: url("../images/slider_wrapper_bg.png") repeat scroll 0 0 transparent;
  }
  .copy_link{
    float: none;
  }
  .portfolio .img_styled img,.portfolio .img_frame{ width: 100% !important; height: auto;}

}

/* Mobile Landscape/Browser */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider_description{
    display:none;
  }
  #navigation select{
    display: block;
  }
  #navigation .sf-menu{
    display: none;
  }
  .contact .gmaps{
  width: 100% !important;
  max-width: 100%;
}
.contact .gmaps iframe{
  width: 100% !important;
}
.footer-wrapper{
  background: url("../images/slider_wrapper_bg.png") repeat scroll 0 0 transparent;
  }
  .copy_link{
    float: none;
  }
  .portfolio .img_styled img,.portfolio .img_frame{ width: 100% !important; height: auto;}
}

/* Anything smaller than standard 960 */
@media only screen and (max-width: 959px) {}

/* iPad Portrait Only */
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {
  .slider_description{
    display:none;
  }
  #navigation select{
    display: block;
  }
  #navigation .sf-menu{
    display: none;
  }
  .footer-wrapper{
  background: url("../images/slider_wrapper_bg.png") repeat scroll 0 0 transparent;
  }
  .copy_link{
    float: none;
  }
  .portfolio .img_styled img, .portfolio .img_frame{ width: 100% !important; height: auto;}
}

/* Mobile Only */
@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
  .slider_description{
    display:none;
  }
  #navigation select{
    display: block;
  }
  #navigation .sf-menu{
    display: none;
  }
  .footer-wrapper{
  background: url("../images/slider_wrapper_bg.png") repeat scroll 0 0 transparent;
  }
  .copy_link{
    float: none;
  }
  .portfolio .img_styled img, .portfolio .img_frame{ width: 100% !important; height: auto;}
}

/* Mobile Landscape Only */
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
